]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
German UserGuide.lyx: some updates and compile fixes
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.5.5svn 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 % Prüfung auf sidecap
174 % für seitliche Beschriftungen
175 \newboolean{sidecap}
176 \IfFileExists{sidecap.sty}
177  {\usepackage{sidecap}
178   \let\marginpar\marginnote
179   \setboolean{sidecap}{true}}
180  {\setboolean{sidecap}{false}}
181
182 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
183 \def\LyX{\texorpdfstring{%
184   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
185   {LyX }}
186
187 % Damit der Index den Namen "Stichwortverzeichnis" erhält
188 \usepackage[ngerman]{babel}
189 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
190 \end_preamble
191 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
192 \language ngerman
193 \inputencoding auto
194 \font_roman default
195 \font_sans default
196 \font_typewriter default
197 \font_default_family default
198 \font_sc false
199 \font_osf false
200 \font_sf_scale 100
201 \font_tt_scale 100
202 \graphics default
203 \paperfontsize 12
204 \spacing single
205 \papersize a4paper
206 \use_geometry false
207 \use_amsmath 2
208 \use_esint 0
209 \cite_engine basic
210 \use_bibtopic false
211 \paperorientation portrait
212 \secnumdepth 3
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip medskip
216 \quotes_language german
217 \papercolumns 1
218 \papersides 2
219 \paperpagestyle default
220 \bullet 1 0 9 -1
221 \bullet 2 2 35 -1
222 \bullet 3 2 7 -1
223 \tracking_changes false
224 \output_changes false
225 \author "" 
226 \author "" 
227 \end_header
228
229 \begin_body
230
231 \begin_layout Title
232 Das LyX-Handbuch der Einfügungen:
233 \newline
234  
235 \size larger
236 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
237 \end_layout
238
239 \begin_layout Author
240 vom LyX Team
241 \size normal
242
243 \begin_inset Foot
244 status collapsed
245
246 \begin_layout Standard
247
248 \size normal
249 Übersetzung und Bearbeitung: Hartmut Haase
250 \end_layout
251
252 \end_inset
253
254
255 \size default
256
257 \begin_inset Foot
258 status collapsed
259
260 \begin_layout Standard
261 \noindent
262 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
263  bitte an: 
264 \family typewriter
265
266 \begin_inset ERT
267 status collapsed
268
269 \begin_layout Standard
270
271
272 \backslash
273 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
274 \end_layout
275
276 \end_inset
277
278 lyx-docs@lists.lyx.org
279 \begin_inset ERT
280 status collapsed
281
282 \begin_layout Standard
283
284 }
285 \end_layout
286
287 \end_inset
288
289
290 \end_layout
291
292 \end_inset
293
294
295 \begin_inset Note Note
296 status collapsed
297
298 \begin_layout Standard
299 Autor: Uwe Stöhr <uwestoehr@web.de>
300 \end_layout
301
302 \end_inset
303
304
305 \newline
306
307 \newline
308
309 \family sans
310 Version 1.6svn
311 \end_layout
312
313 \begin_layout Date
314 letzte Änderung: 18.
315  März 2008
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset LatexCommand tableofcontents
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Note Note
328 status open
329
330 \begin_layout Standard
331 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
332  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
333  
334 \series bold
335 arydshln
336 \series default
337
338 \series bold
339 colortbl
340 \series default
341
342 \series bold
343 marginnote
344 \series default
345  und 
346 \series bold
347 sidecap
348 \series default
349 .
350  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
351  denen sie benötigt werden.
352 \end_layout
353
354 \begin_layout Standard
355 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
356  des englischen Originals hier finden:
357 \newline
358
359 \series bold
360 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
361 \end_layout
362
363 \end_inset
364
365
366 \end_layout
367
368 \begin_layout Chapter
369 Abbildungen
370 \begin_inset LatexCommand label
371 name "kap:Abbildungen"
372
373 \end_inset
374
375
376 \begin_inset LatexCommand index
377 name "Abbildungen"
378
379 \end_inset
380
381
382 \end_layout
383
384 \begin_layout Section
385 Grafik-Dialog
386 \begin_inset LatexCommand index
387 name "Abbildungen ! Grafik-Dialog"
388
389 \end_inset
390
391
392 \begin_inset LatexCommand label
393 name "abs:Grafik-Dialog"
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Standard
401 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
402  
403 \begin_inset Graphics
404         filename ../../images/dialog-show-new-inset_graphics.png
405         scale 70
406         scaleBeforeRotation
407         BoundingBox 0bp 6bp 22bp 22bp
408
409 \end_inset
410
411  in der Werkzeugleiste oder wählen das Menü 
412 \family sans
413 Einfügen\SpecialChar \menuseparator
414 Grafik
415 \family default
416 .
417  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
418  
419 \family sans
420 Durchsuchen
421 \family default
422  eingeben können.
423  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
424  an der Sie es eingefügt haben.
425 \end_layout
426
427 \begin_layout Standard
428 \begin_inset Note Greyedout
429 status open
430
431 \begin_layout Quote
432
433 \series bold
434 Bemerkung
435 \series default
436 : Wenn Sie einen Dateinamen über 
437 \family sans
438 Durchsuchen
439 \family default
440  eingeben, wird LyX den gesamten Pfad in das Feld 
441 \family sans
442 Datei
443 \family default
444  eintragen.
445  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
446 \end_layout
447
448 \end_inset
449
450
451 \end_layout
452
453 \begin_layout Standard
454 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
455  klicken.
456  Der Dialog hat drei Karteikarten:
457 \end_layout
458
459 \begin_layout Description
460
461 \family sans
462 Grafik
463 \family default
464  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
465  Version festlegen.
466  Die für die Bildgröße verfügbaren Einheiten werden im Anhang\InsetSpace ~
467
468 \begin_inset LatexCommand ref
469 reference "kap:In-LyX-verfügbare"
470
471 \end_inset
472
473  erklärt.
474 \newline
475
476 \begin_inset LatexCommand index
477 name "Abbildungen ! rotierte"
478
479 \end_inset
480
481 Sie können Abbildungen durch Angabe eines 
482 \family sans
483 Winkel
484 \family default
485 \InsetSpace ~
486
487 \family sans
488 (Grad)
489 \family default
490  und Festlegung eines 
491 \family sans
492 Drehpunktes
493 \family default
494  drehen.
495  Negative Winkel drehen Uhrzeigersinn.
496  Die Abbildung wird auch in LyX gedreht.
497 \newline
498
499 \begin_inset LatexCommand index
500 name "Abbildungen ! skalierte"
501
502 \end_inset
503
504 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
505  oder Höhe und Breite definiert.
506  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
507  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
508  wobei sie möglicherweise verzerrt wird.
509  Um das zu vermeiden, sollten Sie 
510 \family sans
511 Seitenverhältnis\InsetSpace ~
512 beibehalten
513 \family default
514  ankreuzen.
515  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
516 \family sans
517 Höhe
518 \family default
519  und 
520 \family sans
521 Breite
522 \family default
523  nicht überschritten werden.
524 \newline
525 Wenn Sie auf 
526 \family sans
527 Bearbeiten
528 \family default
529  klicken, können Abbildungen mit einem Programm, das in 
530 \family sans
531 Werkzeuge\SpecialChar \menuseparator
532 Einstellungen\SpecialChar \menuseparator
533 Dateiformate
534 \family default
535  im Feld 
536 \family sans
537 Bearbeiter
538 \family default
539  festgelegt wurde, bearbeitet werden.
540 \end_layout
541
542 \begin_layout Description
543
544 \family sans
545 Ausschnitt
546 \family default
547  Alternativ zur Festlegung der 
548 \family sans
549 Ausgabegröße
550 \family default
551  unter 
552 \family sans
553 \series bold
554 Grafik
555 \family default
556 \series default
557  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
558  die Ausgabe festzulegen.
559  Wenn Sie auf 
560 \family sans
561 Lese\InsetSpace ~
562 aus\InsetSpace ~
563 Datei
564 \family default
565  klicken, werden die Koordinaten automatisch berechnet.
566  Die Option 
567 \family sans
568 Auf\InsetSpace ~
569 Begrenzungsbox\InsetSpace ~
570 zuschneiden
571 \family default
572  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
573  Koordinaten liegt.
574  Normalerweise können Sie die Karteikarte 
575 \family sans
576 \series bold
577 Ausschnitt
578 \family default
579 \series default
580  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
581 \end_layout
582
583 \begin_layout Description
584
585 \family sans
586 LaTeX-\InsetSpace ~
587 und\InsetSpace ~
588 LyX-Optionen
589 \family default
590  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
591  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
592  Beschriftung sein soll.
593  Teilabbildungen werden in Abschnitt\InsetSpace ~
594
595 \begin_inset LatexCommand ref
596 reference "abs:Gleitende-Abbildungen"
597
598 \end_inset
599
600  beschrieben.
601 \newline
602  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
603 \newline
604 Ist
605  die Option 
606 \family sans
607 Entwurfsmodus 
608 \family default
609 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
610  darin gedruckt.
611 \newline
612 Die Option 
613 \family sans
614 Beim\InsetSpace ~
615 Exportieren\InsetSpace ~
616 nicht\InsetSpace ~
617 entpacken
618 \family default
619  betrifft nur gepackte EPS-Dateien, zum Beispiel 
620 \emph on
621 x.eps.gz
622 \emph default
623 .
624  LaTeX kann so mit ihnen umgehen.
625 \newline
626 Gepackte EPS-Dateien sparen Platz, wenn
627  Sie als Ausgebe-Format PostScript wählen, siehe Anhang\InsetSpace ~
628
629 \begin_inset LatexCommand ref
630 reference "abs:PostScript"
631
632 \end_inset
633
634 .
635  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
636 \newline
637
638 \series bold
639 gzip x.eps
640 \newline
641 zgrep %%Bounding x.eps.gz > x.eps.bb
642 \series default
643
644 \newline
645 Der zweite Befehl erzeugt die Begrenzungsbox 
646 \begin_inset Quotes gld
647 \end_inset
648
649 x.eps.bb
650 \begin_inset Quotes grd
651 \end_inset
652
653 , die LaTeX für gepackte Abbildungen benötigt.
654 \end_layout
655
656 \begin_layout Standard
657 \begin_inset VSpace bigskip
658 \end_inset
659
660
661 \end_layout
662
663 \begin_layout Standard
664 Hier ist eine zentrierte .eps-Abbildung
665 \begin_inset Foot
666 status open
667
668 \begin_layout Standard
669 Abbildungsformate sind in Abschnitt\InsetSpace ~
670
671 \begin_inset LatexCommand ref
672 reference "abs:Bildformate"
673
674 \end_inset
675
676  beschrieben.
677 \end_layout
678
679 \end_inset
680
681  in einem eigenen Absatz:
682 \end_layout
683
684 \begin_layout Standard
685 \align center
686 \begin_inset Graphics
687         filename ../clipart/mobius.eps
688         display color
689         scale 70
690         scaleBeforeRotation
691         rotateOrigin center
692
693 \end_inset
694
695
696 \end_layout
697
698 \begin_layout Standard
699 \noindent
700 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename ../clipart/mobius.eps
707         display color
708         scale 70
709         draft
710         scaleBeforeRotation
711         rotateOrigin center
712
713 \end_inset
714
715
716 \end_layout
717
718 \begin_layout Section
719 Gleitende Abbildungen
720 \begin_inset LatexCommand label
721 name "abs:Gleitende-Abbildungen"
722
723 \end_inset
724
725
726 \begin_inset LatexCommand index
727 name "Abbildungen ! gleitende"
728
729 \end_inset
730
731
732 \begin_inset LatexCommand index
733 name "Gleitobjekte ! Abbildungen"
734
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Standard
741 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
742 \begin_inset LatexCommand ref
743 reference "abs:Gleitobjekte-Einleitung"
744
745 \end_inset
746
747 .
748 \end_layout
749
750 \begin_layout Standard
751 Wenn Sie auf das Werkzeugleisten-Symbol 
752 \begin_inset Graphics
753         filename ../../images/float-insert_figure.png
754         scale 70
755         scaleBeforeRotation
756         BoundingBox 0bp 6bp 22bp 22bp
757
758 \end_inset
759
760  klicken oder 
761 \family sans
762 Einfügen\SpecialChar \menuseparator
763 Gleit\SpecialChar \-
764 objekt\SpecialChar \menuseparator
765 Abbildung
766 \family default
767  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
768  In das rot umrahmte Feld rechts von 
769 \emph on
770 Abbildung\InsetSpace ~
771 Nr:
772 \emph default
773  schreiben Sie den Bildbeschriftung.
774  Nach einem Klick oberhalb oder unterhalb von 
775 \emph on
776 Abbildung\InsetSpace ~
777 Nr:
778 \emph default
779  können Sie dann eine Abbildung wie 
780 \begin_inset LatexCommand ref
781 reference "abb:kill-plat"
782
783 \end_inset
784
785  oberhalb oder wie Abbildung\InsetSpace ~
786
787 \begin_inset LatexCommand ref
788 reference "abb:escher"
789
790 \end_inset
791
792  unterhalb der Bildbeschriftung einfügen.
793  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt\InsetSpace ~
794
795 \begin_inset LatexCommand ref
796 reference "abs:Titel-Platzierung"
797
798 \end_inset
799
800 .
801 \end_layout
802
803 \begin_layout Standard
804 \begin_inset Float figure
805 wide false
806 sideways false
807 status open
808
809 \begin_layout Standard
810 \align center
811 \begin_inset Graphics
812         filename ../clipart/platypus.eps
813         display color
814         width 50col%
815         scaleBeforeRotation
816         rotateOrigin center
817
818 \end_inset
819
820
821 \end_layout
822
823 \begin_layout Standard
824 \begin_inset Caption
825
826 \begin_layout Standard
827 \begin_inset LatexCommand label
828 name "abb:kill-plat"
829
830 \end_inset
831
832 Platypus in einem Gleitobjekt
833 \end_layout
834
835 \end_inset
836
837
838 \end_layout
839
840 \end_inset
841
842
843 \end_layout
844
845 \begin_layout Standard
846 \begin_inset Float figure
847 wide false
848 sideways false
849 status open
850
851 \begin_layout Standard
852 \begin_inset Caption
853
854 \begin_layout Standard
855 \begin_inset LatexCommand label
856 name "abb:escher"
857
858 \end_inset
859
860 M.C.
861  Escher
862 \end_layout
863
864 \end_inset
865
866
867 \end_layout
868
869 \begin_layout Standard
870 \align center
871 \begin_inset Graphics
872         filename ../clipart/escher-lsd.eps
873         display color
874         scale 80
875         scaleBeforeRotation
876         rotateOrigin center
877
878 \end_inset
879
880
881 \end_layout
882
883 \end_inset
884
885
886 \end_layout
887
888 \begin_layout Standard
889 \begin_inset LatexCommand index
890 name "Abbildungen ! Beispiele"
891
892 \end_inset
893
894 Abbildung\InsetSpace ~
895
896 \begin_inset LatexCommand ref
897 reference "abb:kill-plat"
898
899 \end_inset
900
901  und 
902 \begin_inset LatexCommand ref
903 reference "abb:escher"
904
905 \end_inset
906
907  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
908  Dafür fügen Sie in der Beschriftung mit 
909 \family sans
910 Einfügen\SpecialChar \menuseparator
911 Marke
912 \family default
913  oder durch Klicken auf 
914 \begin_inset Graphics
915         filename ../../images/label-insert.png
916         scale 70
917         scaleBeforeRotation
918         BoundingBox 0bp 6bp 20bp 20bp
919
920 \end_inset
921
922  eine Marke ein.
923  Auf diese können Sie dann wie gewohnt mit 
924 \family sans
925 Einfügen\SpecialChar \menuseparator
926 Querverweis
927 \family default
928  oder durch Klicken auf 
929 \begin_inset Graphics
930         filename ../../images/dialog-show-new-inset_ref.png
931         scale 70
932         scaleBeforeRotation
933         BoundingBox 0bp 6bp 22bp 22bp
934
935 \end_inset
936
937  verweisen.
938  Das ist besser als eine vage Formulierung wie 
939 \begin_inset Quotes gld
940 \end_inset
941
942 die obige Abbildung
943 \begin_inset Quotes grd
944 \end_inset
945
946  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
947  erscheint, und das muss nicht 
948 \emph on
949 oben
950 \emph default
951  sein.
952  Verweise werden detailliert in Abschnitt\InsetSpace ~
953
954 \begin_inset LatexCommand ref
955 reference "abs:Auf-Gleitobjekte-verweisen"
956
957 \end_inset
958
959  beschrieben.
960 \end_layout
961
962 \begin_layout Standard
963 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
964  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen
965  nebeneinander.
966  Das erreicht man mit der Karteikarte 
967 \family sans
968 LaTe
969 \begin_inset ERT
970 status collapsed
971
972 \begin_layout Standard
973
974 {}
975 \end_layout
976
977 \end_inset
978
979 X-\InsetSpace ~
980 und\InsetSpace ~
981 LyX-Optionen
982 \family default
983  des 
984 \family sans
985 Grafik
986 \family default
987 -Dialoges.
988  Kreuzen Sie dort 
989 \family sans
990 Teilabbildung
991 \family default
992  an und geben die Beschriftung des Bildes im Feld 
993 \family sans
994 Legende
995 \family default
996  ein.
997  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
998  Verweise auf Teilabbildungen werden in Abschnitt\InsetSpace ~
999
1000 \begin_inset LatexCommand ref
1001 reference "uab:Auf-Teilabbildungen-verweisen"
1002
1003 \end_inset
1004
1005  beschrieben.
1006 \end_layout
1007
1008 \begin_layout Standard
1009 Abbildung\InsetSpace ~
1010
1011 \begin_inset LatexCommand ref
1012 reference "abb:Zwei-Teilabbildungen"
1013
1014 \end_inset
1015
1016  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander
1017 - Sie können sie auch untereinander setzen, indem Sie nach dem ersten Bild
1018  auf Eingabe drücken.
1019 \end_layout
1020
1021 \begin_layout Standard
1022 \begin_inset Float figure
1023 wide false
1024 sideways false
1025 status open
1026
1027 \begin_layout Standard
1028
1029 \hfill
1030
1031 \begin_inset Graphics
1032         filename ../clipart/escher-lsd.eps
1033         width 35col%
1034         scaleBeforeRotation
1035         subcaption
1036         subcaptionText "M. C. Escher"
1037
1038 \end_inset
1039
1040
1041 \hfill
1042
1043 \begin_inset Graphics
1044         filename ../clipart/platypus.eps
1045         lyxscale 60
1046         width 45col%
1047         scaleBeforeRotation
1048         subcaption
1049         subcaptionText "\label{abb:Platypus} Platypus"
1050
1051 \end_inset
1052
1053
1054 \hfill
1055
1056 \end_layout
1057
1058 \begin_layout Standard
1059 \begin_inset Caption
1060
1061 \begin_layout Standard
1062 \begin_inset LatexCommand label
1063 name "abb:Zwei-Teilabbildungen"
1064
1065 \end_inset
1066
1067 Zwei Teilabbildungen nebeneinander.
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \end_layout
1074
1075 \end_inset
1076
1077
1078 \end_layout
1079
1080 \begin_layout Section
1081 Bildformate
1082 \begin_inset LatexCommand label
1083 name "abs:Bildformate"
1084
1085 \end_inset
1086
1087
1088 \begin_inset LatexCommand index
1089 name "Abbildungen ! Bildformate"
1090
1091 \end_inset
1092
1093
1094 \end_layout
1095
1096 \begin_layout Standard
1097 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1098  Aber wie in Anhang\InsetSpace ~
1099
1100 \begin_inset LatexCommand ref
1101 reference "kap:Ausgabedatei-Formate"
1102
1103 \end_inset
1104
1105  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1106  LyX benutzt im Hintergrund das Programm
1107 \family typewriter
1108  Imagemagick
1109 \family default
1110 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1111  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1112  vermeiden.
1113  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1114  werden können.
1115  Diese Formate werden in Anhang\InsetSpace ~
1116
1117 \begin_inset LatexCommand ref
1118 reference "kap:Ausgabedatei-Formate"
1119
1120 \end_inset
1121
1122  beschrieben.
1123 \end_layout
1124
1125 \begin_layout Standard
1126 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1127 \end_layout
1128
1129 \begin_layout Description
1130 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1131  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1132  
1133 \emph on
1134 pixelig
1135 \emph default
1136  aus.
1137  Bekannte Pixel-Formate sind 
1138 \begin_inset Quotes gld
1139 \end_inset
1140
1141 Graphics Interchange Format
1142 \begin_inset Quotes grd
1143 \end_inset
1144
1145  (GIF, Dateiendung
1146 \family typewriter
1147  
1148 \family default
1149
1150 \begin_inset Quotes gld
1151 \end_inset
1152
1153
1154 \family typewriter
1155 .gif
1156 \family default
1157
1158 \begin_inset Quotes grd
1159 \end_inset
1160
1161 )
1162 \begin_inset LatexCommand index
1163 name "GIF"
1164
1165 \end_inset
1166
1167
1168 \begin_inset Quotes gld
1169 \end_inset
1170
1171 Portable Network Graphics
1172 \begin_inset Quotes grd
1173 \end_inset
1174
1175  (PNG, Dateiendung 
1176 \begin_inset Quotes gld
1177 \end_inset
1178
1179
1180 \family typewriter
1181 .png
1182 \family default
1183
1184 \begin_inset Quotes grd
1185 \end_inset
1186
1187 )
1188 \begin_inset LatexCommand index
1189 name "PNG"
1190
1191 \end_inset
1192
1193
1194 \begin_inset Quotes gld
1195 \end_inset
1196
1197 Joint Photographic Experts Group
1198 \begin_inset Quotes grd
1199 \end_inset
1200
1201  (JPG, Dateiendung
1202 \family typewriter
1203  
1204 \family default
1205
1206 \begin_inset Quotes gld
1207 \end_inset
1208
1209
1210 \family typewriter
1211 .jpg
1212 \family default
1213
1214 \begin_inset Quotes grd
1215 \end_inset
1216
1217  oder 
1218 \begin_inset Quotes gld
1219 \end_inset
1220
1221
1222 \family typewriter
1223 .jpeg
1224 \family default
1225
1226 \begin_inset Quotes grd
1227 \end_inset
1228
1229 )
1230 \begin_inset LatexCommand index
1231 name "JPG, JPEG"
1232
1233 \end_inset
1234
1235  und 
1236 \begin_inset Quotes gld
1237 \end_inset
1238
1239 Windows Bitmap
1240 \begin_inset Quotes grd
1241 \end_inset
1242
1243  (BMP, Dateiendung 
1244 \begin_inset Quotes gld
1245 \end_inset
1246
1247
1248 \family typewriter
1249 .bmp
1250 \family default
1251
1252 \begin_inset Quotes grd
1253 \end_inset
1254
1255 )
1256 \begin_inset LatexCommand index
1257 name "BMP"
1258
1259 \end_inset
1260
1261 .
1262 \end_layout
1263
1264 \begin_layout Description
1265 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1266  auf jede beliebige Größe skaliert werden.
1267  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1268  zoomen zu können.
1269 \newline
1270 Bekannte Formate sind 
1271 \begin_inset Quotes gld
1272 \end_inset
1273
1274 Scalable Vector Graphics
1275 \begin_inset Quotes grd
1276 \end_inset
1277
1278  (SVG, Dateiendung
1279 \family typewriter
1280  
1281 \family default
1282
1283 \begin_inset Quotes gld
1284 \end_inset
1285
1286
1287 \family typewriter
1288 .svg
1289 \family default
1290
1291 \begin_inset Quotes grd
1292 \end_inset
1293
1294 )
1295 \begin_inset LatexCommand index
1296 name "SVG"
1297
1298 \end_inset
1299
1300
1301 \begin_inset Quotes gld
1302 \end_inset
1303
1304 Encapsulated PostScript
1305 \begin_inset Quotes grd
1306 \end_inset
1307
1308  (EPS, Dateiendung 
1309 \begin_inset Quotes gld
1310 \end_inset
1311
1312
1313 \family typewriter
1314 .eps
1315 \family default
1316
1317 \begin_inset Quotes grd
1318 \end_inset
1319
1320 )
1321 \begin_inset LatexCommand index
1322 name "EPS"
1323
1324 \end_inset
1325
1326
1327 \begin_inset Quotes gld
1328 \end_inset
1329
1330 Portable Document Format
1331 \begin_inset Quotes grd
1332 \end_inset
1333
1334  (PDF, Dateiendung
1335 \family typewriter
1336  
1337 \family default
1338
1339 \begin_inset Quotes gld
1340 \end_inset
1341
1342
1343 \family typewriter
1344 .pdf
1345 \family default
1346
1347 \begin_inset Quotes grd
1348 \end_inset
1349
1350 )
1351 \begin_inset LatexCommand index
1352 name "PDF"
1353
1354 \end_inset
1355
1356  und 
1357 \begin_inset Quotes gld
1358 \end_inset
1359
1360 Windows Metafile
1361 \begin_inset Quotes grd
1362 \end_inset
1363
1364  (WMF, Dateiendung 
1365 \begin_inset Quotes gld
1366 \end_inset
1367
1368
1369 \family typewriter
1370 .wmf
1371 \family default
1372
1373 \begin_inset Quotes grd
1374 \end_inset
1375
1376 )
1377 \begin_inset LatexCommand index
1378 name "WMF"
1379
1380 \end_inset
1381
1382 .
1383 \end_layout
1384
1385 \begin_layout Standard
1386 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1387  das Ergebnis ist immer noch ein Pixelbild.
1388  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1389  hinzugefügt.
1390 \begin_inset Foot
1391 status open
1392
1393 \begin_layout Standard
1394 Bei PDF wird das Originalbild auch noch komprimiert.
1395 \end_layout
1396
1397 \end_inset
1398
1399  Die PDF-Dateien, die 
1400 \family typewriter
1401 Adobe Photoshop
1402 \family default
1403  erzeugt, sind zum Beispiel Pixelbilder.
1404 \end_layout
1405
1406 \begin_layout Standard
1407 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1408  umgekehrt.
1409  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1410  eingefügt werden.
1411  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1412  erzeugt wird, weil es zur Zeit keine WMF/SVG
1413 \begin_inset Formula $\to$
1414 \end_inset
1415
1416 PDF/EPS Konverter gibt.
1417 \end_layout
1418
1419 \begin_layout Chapter
1420 Tabellen
1421 \begin_inset LatexCommand label
1422 name "kap:Tabellen"
1423
1424 \end_inset
1425
1426
1427 \begin_inset LatexCommand index
1428 name "Tabellen"
1429
1430 \end_inset
1431
1432
1433 \end_layout
1434
1435 \begin_layout Section
1436 Einführung
1437 \begin_inset LatexCommand index
1438 name "Tabellen ! Einführung"
1439
1440 \end_inset
1441
1442
1443 \end_layout
1444
1445 \begin_layout Standard
1446 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1447 \begin_inset Graphics
1448         filename ../../images/tabular-insert.png
1449         scale 70
1450         scaleBeforeRotation
1451         BoundingBox 0bp 6bp 22bp 22bp
1452
1453 \end_inset
1454
1455  oder das Menü 
1456 \family sans
1457 Einfügen\SpecialChar \menuseparator
1458 Tabelle
1459 \family default
1460  einfügen.
1461  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5\InsetSpace \thinspace{}
1462 -Tabelle.
1463  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1464  und die Größe der dunkelblauen Tabelle angezeigt.
1465  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1466  ein.
1467  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1468  Spaltenanzahl festlegen können.
1469 \end_layout
1470
1471 \begin_layout Standard
1472 In der so erstellten Tabelle ist jede Zelle umrandet.
1473  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1474  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1475  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1476 \end_layout
1477
1478 \begin_layout Standard
1479 \align center
1480 \begin_inset Tabular
1481 <lyxtabular version="3" rows="5" columns="4">
1482 <features>
1483 <column alignment="center" valignment="top" leftline="true" width="0">
1484 <column alignment="center" valignment="top" leftline="true" width="0">
1485 <column alignment="center" valignment="top" leftline="true" width="0">
1486 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1487 <row topline="true" bottomline="true">
1488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1489 \begin_inset Text
1490
1491 \begin_layout Standard
1492
1493 \end_layout
1494
1495 \end_inset
1496 </cell>
1497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1498 \begin_inset Text
1499
1500 \begin_layout Standard
1501
1502 \family roman
1503 \series medium
1504 \shape up
1505 \size normal
1506 \emph off
1507 \bar no
1508 \noun off
1509 \color none
1510 1
1511 \end_layout
1512
1513 \end_inset
1514 </cell>
1515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Standard
1519 2
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Standard
1528 3
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 </row>
1534 <row topline="true">
1535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Standard
1539
1540 \family roman
1541 \series medium
1542 \shape up
1543 \size normal
1544 \emph off
1545 \bar no
1546 \noun off
1547 \color none
1548 A
1549 \end_layout
1550
1551 \end_inset
1552 </cell>
1553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Standard
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Standard
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Standard
1575
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 </row>
1581 <row topline="true">
1582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Standard
1586
1587 \family roman
1588 \series medium
1589 \shape up
1590 \size normal
1591 \emph off
1592 \bar no
1593 \noun off
1594 \color none
1595 B
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Standard
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Standard
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Standard
1622
1623 \end_layout
1624
1625 \end_inset
1626 </cell>
1627 </row>
1628 <row topline="true">
1629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Standard
1633
1634 \family roman
1635 \series medium
1636 \shape up
1637 \size normal
1638 \emph off
1639 \bar no
1640 \noun off
1641 \color none
1642 C
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Standard
1651
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Standard
1660
1661 \end_layout
1662
1663 \end_inset
1664 </cell>
1665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Standard
1669
1670 \end_layout
1671
1672 \end_inset
1673 </cell>
1674 </row>
1675 <row topline="true" bottomline="true">
1676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1677 \begin_inset Text
1678
1679 \begin_layout Standard
1680 D
1681 \end_layout
1682
1683 \end_inset
1684 </cell>
1685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Standard
1689
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Standard
1698
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Standard
1707
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 </row>
1713 </lyxtabular>
1714
1715 \end_inset
1716
1717
1718 \end_layout
1719
1720 \begin_layout Section
1721 Tabellen-Einstellungen
1722 \begin_inset LatexCommand index
1723 name "Tabellen ! Einstellungen"
1724
1725 \end_inset
1726
1727
1728 \end_layout
1729
1730 \begin_layout Standard
1731 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1732  Maustaste draufklicken.
1733  Dadurch wird das Fenster 
1734 \family sans
1735 Tabellen-Einstellungen
1736 \family default
1737  geöffnet.
1738  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1739  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1740  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1741  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1742  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1743  Auswahl.
1744  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1745 \emph on
1746 Inhalt
1747 \emph default
1748  einer Zelle oder die Zelle selber ausgewählt haben.
1749  Das 
1750 \family sans
1751 Tabellen-Einstellungen
1752 \family default
1753 -Menü hat folgende Karteikarten:
1754 \end_layout
1755
1756 \begin_layout Description
1757
1758 \family sans
1759 Tabellen-Einstellungen
1760 \family default
1761  Hier können Sie die 
1762 \family sans
1763 Horizontale\InsetSpace ~
1764 Ausrichtung
1765 \family default
1766  der momentanen Spalte und die 
1767 \family sans
1768 Spaltenbreite
1769 \family default
1770  festlegen.
1771  Wenn Sie eine 
1772 \family sans
1773 Spaltenbreite
1774 \family default
1775  festgelegt haben, können Sie auch eine 
1776 \family sans
1777 Vertikale\InsetSpace ~
1778 Ausrichtung
1779 \family default
1780  der momentanen Zeile wählen.
1781  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1782  Absätze haben, wie in Abschnitt\InsetSpace ~
1783
1784 \begin_inset LatexCommand ref
1785 reference "uab:Mehrfache-Zeilen-in"
1786
1787 \end_inset
1788
1789  beschrieben.
1790  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1791 \newline
1792 Außerd
1793 em können Sie mehrere Zellen einer Zeile markieren und die Auswahl als 
1794 \family sans
1795 Mehrfachspalte
1796 \family default
1797  definieren, wie in Abschnitt\InsetSpace ~
1798
1799 \begin_inset LatexCommand ref
1800 reference "uab:Mehrfachspalten"
1801
1802 \end_inset
1803
1804  beschrieben.
1805 \newline
1806 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte
1807  Tabelle gegen den Uhrzeigersinn um 90° drehen.
1808  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1809 \newline
1810
1811 \begin_inset Note Greyedout
1812 status open
1813
1814 \begin_layout Standard
1815
1816 \series bold
1817 Achtung:
1818 \series default
1819  Nicht alle DVI-Betrachter können Rotationen anzeigen.
1820 \end_layout
1821
1822 \end_inset
1823
1824
1825 \newline
1826 Man kann auch ein 
1827 \family sans
1828 LaTe
1829 \begin_inset ERT
1830 status collapsed
1831
1832 \begin_layout Standard
1833
1834 {}
1835 \end_layout
1836
1837 \end_inset
1838
1839 X-Argument
1840 \family default
1841  für besondere Tabellen-Formatierun\SpecialChar \-
1842 gen einfügen, wie in Abschnitten 
1843 \begin_inset LatexCommand ref
1844 reference "uab:Mehrfachspalten-Berechnungen"
1845
1846 \end_inset
1847
1848  und 
1849 \begin_inset LatexCommand ref
1850 reference "abs:Farbige-Tabellen"
1851
1852 \end_inset
1853
1854  beschrieben.
1855 \end_layout
1856
1857 \begin_layout Description
1858
1859 \family sans
1860 Rahmen
1861 \family default
1862  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
1863  hinzufügen und löschen.
1864 \newline
1865 Wenn Sie die Stil-Option
1866 \family sans
1867  Formal
1868 \family default
1869  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt\InsetSpace ~
1870
1871 \begin_inset LatexCommand ref
1872 reference "abs:Formale-Tabellen"
1873
1874 \end_inset
1875
1876  beschrieben, konvertiert.
1877 \newline
1878 Hier können Sie auch zusätzliche Abstände für Zeilen
1879  festlegen, wie in Abschnitt\InsetSpace ~
1880
1881 \begin_inset LatexCommand ref
1882 reference "uab:Zeilenabstand"
1883
1884 \end_inset
1885
1886  beschrieben.
1887 \end_layout
1888
1889 \begin_layout Description
1890
1891 \family sans
1892 Lange\InsetSpace ~
1893 Tabelle
1894 \family default
1895  Hier kann eine Tabelle als 
1896 \family sans
1897 Lange\InsetSpace ~
1898 Tabelle
1899 \family default
1900  definiert werden, die über mehrere Seiten reicht.
1901  Die Abschnitte\InsetSpace ~
1902
1903 \begin_inset LatexCommand ref
1904 reference "abs:Lange-Tabellen"
1905
1906 \end_inset
1907
1908  und 
1909 \begin_inset LatexCommand ref
1910 reference "abs:Special-Longtable-Issues"
1911
1912 \end_inset
1913
1914  beschreiben diese Funktion genauer.
1915 \end_layout
1916
1917 \begin_layout Standard
1918 Wenn das Menü 
1919 \family sans
1920 Tabellen-Einstellungen
1921 \family default
1922  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
1923  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
1924 \end_layout
1925
1926 \begin_layout Section
1927 Tabellen-Werkzeugleiste
1928 \begin_inset LatexCommand index
1929 name "Tabellen ! Werkzeugleiste"
1930
1931 \end_inset
1932
1933
1934 \end_layout
1935
1936 \begin_layout Standard
1937 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
1938 \family sans
1939 Tabellen-Einstellungen
1940 \family default
1941 , wenn man Tabellen-Einstellungen schneller ändern möchte.
1942  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
1943  LyX-Fensters.
1944 \end_layout
1945
1946 \begin_layout Standard
1947 Die Werkzeugleiste hat folgende Knöpfe:
1948 \end_layout
1949
1950 \begin_layout Labeling
1951 \labelwidthstring 00.00.0000
1952 \begin_inset Graphics
1953         filename ../../images/tabular-feature_append-row.png
1954         scale 70
1955         scaleBeforeRotation
1956         BoundingBox 0bp 6bp 22bp 22bp
1957
1958 \end_inset
1959
1960  Fügt eine Zeile unterhalb 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_append-column.png
1967         scale 70
1968         scaleBeforeRotation
1969         BoundingBox 0bp 6bp 22bp 22bp
1970
1971 \end_inset
1972
1973  Fügt eine Spalte rechts von der momentanen an
1974 \end_layout
1975
1976 \begin_layout Labeling
1977 \labelwidthstring 00.00.0000
1978 \begin_inset Graphics
1979         filename ../../images/tabular-feature_delete-row.png
1980         scale 70
1981         scaleBeforeRotation
1982         BoundingBox 0bp 6bp 22bp 22bp
1983
1984 \end_inset
1985
1986  Löscht die ausgewählte(n) Zeile(n)
1987 \end_layout
1988
1989 \begin_layout Labeling
1990 \labelwidthstring 00.00.0000
1991 \begin_inset Graphics
1992         filename ../../images/tabular-feature_delete-column.png
1993         scale 70
1994         scaleBeforeRotation
1995         BoundingBox 0bp 6bp 22bp 22bp
1996
1997 \end_inset
1998
1999  Löscht die ausgewählte(n) Spalte(n)
2000 \end_layout
2001
2002 \begin_layout Labeling
2003 \labelwidthstring 00.00.0000
2004 \begin_inset Graphics
2005         filename ../../images/tabular-feature_toggle-line-top.png
2006         scale 70
2007         scaleBeforeRotation
2008         BoundingBox 0bp 6bp 22bp 22bp
2009
2010 \end_inset
2011
2012  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2013  wenn der Knopf grau hinterlegt ist
2014 \end_layout
2015
2016 \begin_layout Labeling
2017 \labelwidthstring 00.00.0000
2018 \begin_inset Graphics
2019         filename ../../images/tabular-feature_toggle-line-bottom.png
2020         scale 70
2021         scaleBeforeRotation
2022         BoundingBox 0bp 6bp 22bp 22bp
2023
2024 \end_inset
2025
2026  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2027  wenn der Knopf grau hinterlegt ist
2028 \end_layout
2029
2030 \begin_layout Labeling
2031 \labelwidthstring 00.00.0000
2032 \begin_inset Graphics
2033         filename ../../images/tabular-feature_toggle-line-left.png
2034         scale 70
2035         scaleBeforeRotation
2036         BoundingBox 0bp 6bp 22bp 22bp
2037
2038 \end_inset
2039
2040  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2041  wenn der Knopf grau hinterlegt ist
2042 \end_layout
2043
2044 \begin_layout Labeling
2045 \labelwidthstring 00.00.0000
2046 \begin_inset Graphics
2047         filename ../../images/tabular-feature_toggle-line-right.png
2048         scale 70
2049         scaleBeforeRotation
2050         BoundingBox 0bp 6bp 22bp 22bp
2051
2052 \end_inset
2053
2054  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2055  wenn der Knopf grau hinterlegt ist
2056 \end_layout
2057
2058 \begin_layout Labeling
2059 \labelwidthstring 00.00.0000
2060 \begin_inset Graphics
2061         filename ../../images/tabular-feature_set-all-lines.png
2062         scale 70
2063         scaleBeforeRotation
2064         BoundingBox 0bp 6bp 22bp 22bp
2065
2066 \end_inset
2067
2068  Setzt 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_unset-all-lines.png
2075         scale 70
2076         scaleBeforeRotation
2077         BoundingBox 0bp 6bp 22bp 22bp
2078
2079 \end_inset
2080
2081  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2082 \end_layout
2083
2084 \begin_layout Labeling
2085 \labelwidthstring 00.00.0000
2086 \begin_inset Graphics
2087         filename ../../images/tabular-feature_align-left.png
2088         scale 70
2089         scaleBeforeRotation
2090         BoundingBox 0bp 6bp 22bp 22bp
2091
2092 \end_inset
2093
2094  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2095 \end_layout
2096
2097 \begin_layout Labeling
2098 \labelwidthstring 00.00.0000
2099 \begin_inset Graphics
2100         filename ../../images/tabular-feature_align-center.png
2101         scale 70
2102         scaleBeforeRotation
2103         BoundingBox 0bp 6bp 22bp 22bp
2104
2105 \end_inset
2106
2107  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2108 \end_layout
2109
2110 \begin_layout Labeling
2111 \labelwidthstring 00.00.0000
2112 \begin_inset Graphics
2113         filename ../../images/tabular-feature_align-right.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) Spalte(n) rechtsbündig aus
2121 \end_layout
2122
2123 \begin_layout Labeling
2124 \labelwidthstring 00.00.0000
2125 \begin_inset Graphics
2126         filename ../../images/tabular-feature_valign-top.png
2127         scale 70
2128         scaleBeforeRotation
2129         BoundingBox 0bp 6bp 22bp 22bp
2130
2131 \end_inset
2132
2133  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2134 \end_layout
2135
2136 \begin_layout Labeling
2137 \labelwidthstring 00.00.0000
2138 \begin_inset Graphics
2139         filename ../../images/tabular-feature_valign-middle.png
2140         scale 70
2141         scaleBeforeRotation
2142         BoundingBox 0bp 6bp 22bp 22bp
2143
2144 \end_inset
2145
2146  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2147 \end_layout
2148
2149 \begin_layout Labeling
2150 \labelwidthstring 00.00.0000
2151 \begin_inset Graphics
2152         filename ../../images/tabular-feature_valign-bottom.png
2153         scale 70
2154         scaleBeforeRotation
2155         BoundingBox 0bp 6bp 22bp 22bp
2156
2157 \end_inset
2158
2159  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2160 \end_layout
2161
2162 \begin_layout Labeling
2163 \labelwidthstring 00.00.0000
2164 \begin_inset Graphics
2165         filename ../../images/tabular-feature_set-rotate-cell.png
2166         scale 70
2167         scaleBeforeRotation
2168         BoundingBox 0bp 6bp 22bp 22bp
2169
2170 \end_inset
2171
2172  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° 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_set-rotate-tabular.png
2179         scale 70
2180         scaleBeforeRotation
2181         BoundingBox 0bp 6bp 22bp 22bp
2182
2183 \end_inset
2184
2185  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190 \begin_inset Graphics
2191         filename ../../images/tabular-feature_multicolumn.png
2192         scale 70
2193         scaleBeforeRotation
2194         BoundingBox 0bp 6bp 22bp 22bp
2195
2196 \end_inset
2197
2198  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2199 \end_layout
2200
2201 \begin_layout Standard
2202 \begin_inset Note Greyedout
2203 status open
2204
2205 \begin_layout Standard
2206
2207 \series bold
2208 Note:
2209 \series default
2210  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2211  Reihe für alle Zelle der Reihe verwendet.
2212 \end_layout
2213
2214 \end_inset
2215
2216
2217 \end_layout
2218
2219 \begin_layout Section
2220 Bearbeiten-Menü
2221 \begin_inset LatexCommand index
2222 name "Tabellen ! Bearbeiten-Menü"
2223
2224 \end_inset
2225
2226
2227 \end_layout
2228
2229 \begin_layout Standard
2230 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2231  Wenn der Cursor in einer Tabelle steht, sind im 
2232 \family sans
2233 Bearbeiten
2234 \family default
2235 -Menü folgende Punkte aktiviert: 
2236 \family sans
2237 Tabelle
2238 \family default
2239
2240 \family sans
2241 Zeilen\InsetSpace ~
2242 &\InsetSpace ~
2243 Spalten
2244 \family default
2245  und 
2246 \family sans
2247 Tabellen-Einstellungen
2248 \family default
2249 .
2250  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2251 ngsmöglichkeiten zu erreichen.
2252 \end_layout
2253
2254 \begin_layout Section
2255 Gleitende Tabellen
2256 \begin_inset LatexCommand label
2257 name "abs:Gleitende-Tabellen"
2258
2259 \end_inset
2260
2261
2262 \begin_inset LatexCommand index
2263 name "Gleitobjekte ! Tabellen"
2264
2265 \end_inset
2266
2267
2268 \begin_inset LatexCommand index
2269 name "Tabellen ! gleitende"
2270
2271 \end_inset
2272
2273
2274 \end_layout
2275
2276 \begin_layout Standard
2277 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt\InsetSpace ~
2278
2279 \begin_inset LatexCommand ref
2280 reference "abs:Gleitobjekte-Einleitung"
2281
2282 \end_inset
2283
2284 .
2285 \end_layout
2286
2287 \begin_layout Standard
2288 \begin_inset Float table
2289 placement h
2290 wide false
2291 sideways false
2292 status open
2293
2294 \begin_layout Standard
2295 \begin_inset Caption
2296
2297 \begin_layout Standard
2298 \begin_inset LatexCommand label
2299 name "tab:a table float"
2300
2301 \end_inset
2302
2303 Eine gleitende Tabelle
2304 \end_layout
2305
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \begin_layout Standard
2312 \align center
2313 \begin_inset Tabular
2314 <lyxtabular version="3" rows="3" columns="3">
2315 <features>
2316 <column alignment="center" valignment="top" leftline="true" width="0pt">
2317 <column alignment="center" valignment="top" leftline="true" width="0pt">
2318 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2319 <row topline="true" bottomline="true">
2320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2321 \begin_inset Text
2322
2323 \begin_layout Standard
2324
2325 \family roman
2326 \series medium
2327 \shape up
2328 \size normal
2329 \emph off
2330 \bar no
2331 \noun off
2332 \color none
2333 1
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Standard
2342
2343 \family roman
2344 \series medium
2345 \shape up
2346 \size normal
2347 \emph off
2348 \bar no
2349 \noun off
2350 \color none
2351 2
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Standard
2360
2361 \family roman
2362 \series medium
2363 \shape up
2364 \size normal
2365 \emph off
2366 \bar no
2367 \noun off
2368 \color none
2369 3
2370 \end_layout
2371
2372 \end_inset
2373 </cell>
2374 </row>
2375 <row topline="true">
2376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Standard
2380
2381 \family roman
2382 \series medium
2383 \shape up
2384 \size normal
2385 \emph off
2386 \bar no
2387 \noun off
2388 \color none
2389 Martin
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2395 \begin_inset Text
2396
2397 \begin_layout Standard
2398
2399 \family roman
2400 \series medium
2401 \shape up
2402 \size normal
2403 \emph off
2404 \bar no
2405 \noun off
2406 \color none
2407 Lena
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2413 \begin_inset Text
2414
2415 \begin_layout Standard
2416
2417 \family roman
2418 \series medium
2419 \shape up
2420 \size normal
2421 \emph off
2422 \bar no
2423 \noun off
2424 \color none
2425 Alina
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 </row>
2431 <row topline="true" bottomline="true">
2432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2433 \begin_inset Text
2434
2435 \begin_layout Standard
2436
2437 \family roman
2438 \series medium
2439 \shape up
2440 \size normal
2441 \emph off
2442 \bar no
2443 \noun off
2444 \color none
2445 \begin_inset Formula $\int x^{2}dx$
2446 \end_inset
2447
2448
2449 \end_layout
2450
2451 \end_inset
2452 </cell>
2453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2454 \begin_inset Text
2455
2456 \begin_layout Standard
2457
2458 \family roman
2459 \series medium
2460 \shape up
2461 \size normal
2462 \emph off
2463 \bar no
2464 \noun off
2465 \color none
2466 \begin_inset Formula $\left[\begin{array}{cc}
2467 a & b\\
2468 c & d\end{array}\right]$
2469 \end_inset
2470
2471
2472 \end_layout
2473
2474 \end_inset
2475 </cell>
2476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2477 \begin_inset Text
2478
2479 \begin_layout Standard
2480
2481 \family roman
2482 \series medium
2483 \shape up
2484 \size normal
2485 \emph off
2486 \bar no
2487 \noun off
2488 \color none
2489 \begin_inset Formula $1+1=2$
2490 \end_inset
2491
2492
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 </row>
2498 </lyxtabular>
2499
2500 \end_inset
2501
2502
2503 \end_layout
2504
2505 \end_inset
2506
2507
2508 \end_layout
2509
2510 \begin_layout Standard
2511 Gleitende Tabellen können über 
2512 \family sans
2513 Einfügen\SpecialChar \menuseparator
2514 Gleitobjekt\SpecialChar \menuseparator
2515 Tabelle
2516 \family default
2517  oder einen Klick auf den Werkzeugleistenknopf 
2518 \begin_inset Graphics
2519         filename ../../images/float-insert_table.png
2520         scale 70
2521         scaleBeforeRotation
2522         BoundingBox 0bp 6bp 22bp 22bp
2523
2524 \end_inset
2525
2526  erzeugt werden.
2527  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2528  In das rot umrahmte Feld rechts von 
2529 \emph on
2530 Tabelle\InsetSpace ~
2531 Nr:
2532 \emph default
2533  schreiben Sie die Tabellenbeschriftung.
2534  Nach einem Klick oberhalb oder unterhalb von 
2535 \emph on
2536 Tabelle\InsetSpace ~
2537 Nr:
2538 \emph default
2539  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2540 \begin_inset Graphics
2541         filename ../../images/tabular-insert.png
2542         scale 70
2543         scaleBeforeRotation
2544         BoundingBox 0bp 6bp 22bp 22bp
2545
2546 \end_inset
2547
2548  oder dem Menü 
2549 \family sans
2550 Einfügen\SpecialChar \menuseparator
2551 Tabelle
2552 \family default
2553  einfügen.
2554 \end_layout
2555
2556 \begin_layout Standard
2557 Tabelle\InsetSpace ~
2558
2559 \begin_inset LatexCommand ref
2560 reference "tab:a table float"
2561
2562 \end_inset
2563
2564  ist ein Beispiel für eine gleitende Tabelle.
2565 \end_layout
2566
2567 \begin_layout Standard
2568 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2569 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2570  Das bedeutet, dass bei den Klassen 
2571 \family sans
2572 article
2573 \family default
2574
2575 \family sans
2576 book
2577 \family default
2578
2579 \family sans
2580 letter
2581 \family default
2582 , und 
2583 \family sans
2584 report
2585 \family default
2586  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2587  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2588 \series bold
2589 caption
2590 \series default
2591
2592 \begin_inset LatexCommand index
2593 name "LaTeX-Pakete ! caption"
2594
2595 \end_inset
2596
2597  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2598 \begin_inset Foot
2599 status open
2600
2601 \begin_layout Standard
2602 Näheres finden Sie im Abschnitt\InsetSpace ~
2603
2604 \begin_inset LatexCommand ref
2605 reference "abs:Titel-Platzierung"
2606
2607 \end_inset
2608
2609 .
2610 \end_layout
2611
2612 \end_inset
2613
2614
2615 \end_layout
2616
2617 \begin_layout Standard
2618
2619 \series bold
2620 tableposition=top
2621 \end_layout
2622
2623 \begin_layout Standard
2624 Das Paket 
2625 \series bold
2626 caption
2627 \series default
2628 , das in Abschnitt\InsetSpace ~
2629
2630 \begin_inset LatexCommand ref
2631 reference "abs:Titel-Formatierung"
2632
2633 \end_inset
2634
2635 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2636 \end_layout
2637
2638 \begin_layout Standard
2639 \begin_inset LatexCommand index
2640 name "Tabellen ! zitieren"
2641
2642 \end_inset
2643
2644 Auf Tabellen kann über ihre Marke verwiesen werden.
2645  Dafür fügen Sie in der Beschriftung mit 
2646 \family sans
2647 Einfügen\SpecialChar \menuseparator
2648 Marke
2649 \family default
2650  oder durch Klicken auf 
2651 \begin_inset Graphics
2652         filename ../../images/label-insert.png
2653         scale 70
2654         scaleBeforeRotation
2655         BoundingBox 0bp 6bp 20bp 20bp
2656
2657 \end_inset
2658
2659  eine Marke ein.
2660  Auf diese können Sie dann wie gewohnt mit 
2661 \family sans
2662 Einfügen\SpecialChar \menuseparator
2663 Querverweis
2664 \family default
2665  oder durch Klicken auf 
2666 \begin_inset Graphics
2667         filename ../../images/dialog-show-new-inset_ref.png
2668         scale 70
2669         scaleBeforeRotation
2670         BoundingBox 0bp 6bp 22bp 22bp
2671
2672 \end_inset
2673
2674  verweisen.
2675  Verweise werden detailliert in Abschnitt\InsetSpace ~
2676
2677 \begin_inset LatexCommand ref
2678 reference "abs:Auf-Gleitobjekte-verweisen"
2679
2680 \end_inset
2681
2682  beschrieben.
2683 \end_layout
2684
2685 \begin_layout Section
2686 Lange Tabellen
2687 \begin_inset LatexCommand label
2688 name "abs:Lange-Tabellen"
2689
2690 \end_inset
2691
2692
2693 \begin_inset LatexCommand index
2694 name "Tabellen ! lange"
2695
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \begin_layout Standard
2702 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2703  Dialogfenster 
2704 \family sans
2705 Tabellen-Einstellungen
2706 \family default
2707  auf der Karteikarte  
2708 \family sans
2709 Lange\InsetSpace ~
2710 Tabelle
2711 \family default
2712  die Option 
2713 \family sans
2714 Lange\InsetSpace ~
2715 Tabelle\InsetSpace ~
2716 verwenden
2717 \family default
2718  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2719  Außerdem werden weitere Optionen aktiviert, die im 
2720 \emph on
2721 Benutzerhandbuch
2722 \emph default
2723  beschrieben sind.
2724 \end_layout
2725
2726 \begin_layout Standard
2727 Hier ist ein Beispiel einer langen Tabelle:
2728 \end_layout
2729
2730 \begin_layout Standard
2731 \align center
2732 \begin_inset Tabular
2733 <lyxtabular version="3" rows="69" columns="3">
2734 <features islongtable="true">
2735 <column alignment="left" valignment="top" leftline="true" width="0cm">
2736 <column alignment="left" valignment="top" width="0pt">
2737 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2738 <row topline="true" bottomline="true" endfirsthead="true">
2739 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Standard
2743
2744 \series bold
2745 Telefonliste (ignoriere die Namen)
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Standard
2754
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Standard
2763
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 </row>
2769 <row topline="true" bottomline="true" endfirsthead="true">
2770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Standard
2774
2775 \series bold
2776 NAME
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Standard
2785
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2791 \begin_inset Text
2792
2793 \begin_layout Standard
2794
2795 \series bold
2796 TEL.
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 </row>
2802 <row topline="true" bottomline="true" endhead="true">
2803 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Standard
2807
2808 \series bold
2809 Telefonliste
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Standard
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Standard
2827
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 </row>
2833 <row topline="true" bottomline="true" endhead="true">
2834 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Standard
2838
2839 \series bold
2840 NAME
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Standard
2849
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Standard
2858
2859 \series bold
2860 TEL.
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 </row>
2866 <row topline="true" bottomline="true" endfoot="true">
2867 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Standard
2871
2872 \series bold
2873 wird fortgesetzt
2874 \series default
2875  \SpecialChar \ldots{}
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Standard
2885
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Standard
2894
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 </row>
2900 <row>
2901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Standard
2905
2906 \series bold
2907 Annovi
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 <cell alignment="center" valignment="top" topline="true" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Standard
2916 Silvia
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Standard
2925 111
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 </row>
2931 <row>
2932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2933 \begin_inset Text
2934
2935 \begin_layout Standard
2936
2937 \series bold
2938 Bertoli
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 <cell alignment="center" valignment="top" topline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Standard
2947 Stefano
2948 \end_layout
2949
2950 \end_inset
2951 </cell>
2952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Standard
2956 111
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 </row>
2962 <row>
2963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Standard
2967
2968 \series bold
2969 Bozzi
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 <cell alignment="center" valignment="top" topline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Standard
2978 Walter
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Standard
2987 111
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 <row>
2994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Standard
2998
2999 \series bold
3000 Cachia
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 <cell alignment="center" valignment="top" topline="true" usebox="none">
3006 \begin_inset Text
3007
3008 \begin_layout Standard
3009 Maria
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Standard
3018 111
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 </row>
3024 <row>
3025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Standard
3029
3030 \series bold
3031 Cachia
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 <cell alignment="center" valignment="top" topline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Standard
3040 Maurizio
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Standard
3049 111
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 </row>
3055 <row>
3056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Standard
3060
3061 \series bold
3062 Cinquemani
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 <cell alignment="center" valignment="top" topline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Standard
3071 Giusi
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Standard
3080 111
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 </row>
3086 <row>
3087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Standard
3091
3092 \series bold
3093 Colin
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 <cell alignment="center" valignment="top" topline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Standard
3102 Bernard
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Standard
3111 111
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 </row>
3117 <row>
3118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Standard
3122
3123 \series bold
3124 Concli
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell alignment="center" valignment="top" topline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Standard
3133 Gianfranco
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Standard
3142 111
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 </row>
3148 <row>
3149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Standard
3153
3154 \series bold
3155 Dal Bosco
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell alignment="center" valignment="top" topline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Standard
3164 Carolina
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Standard
3173 111
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row>
3180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Standard
3184
3185 \series bold
3186 Dalpiaz
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="center" valignment="top" topline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Standard
3195 Annamaria
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Standard
3204 111
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 </row>
3210 <row>
3211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Standard
3215
3216 \series bold
3217 Feliciello
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell alignment="center" valignment="top" topline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Standard
3226 Domenico
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Standard
3235 111
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 </row>
3241 <row>
3242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Standard
3246
3247 \series bold
3248 Focarelli
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell alignment="center" valignment="top" topline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Standard
3257 Paola
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Standard
3266 111
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row>
3273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Standard
3277
3278 \series bold
3279 Galletti
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell alignment="center" valignment="top" topline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Standard
3288 Oreste
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Standard
3297 111
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 </row>
3303 <row>
3304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Standard
3308
3309 \series bold
3310 Gasparini
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell alignment="center" valignment="top" topline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Standard
3319 Franca
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Standard
3328 111
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row>
3335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Standard
3339
3340 \series bold
3341 Rizzardi
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" topline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Standard
3350 Paola
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Standard
3359 111
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 <row>
3366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Standard
3370
3371 \series bold
3372 Lassini
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell alignment="center" valignment="top" topline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Standard
3381 Giancarlo
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Standard
3390 111
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row>
3397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Standard
3401
3402 \series bold
3403 Malfatti
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" topline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Standard
3412 Luciano
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Standard
3421 111
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row>
3428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Standard
3432
3433 \series bold
3434 Malfatti
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" topline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Standard
3443 Valeriano
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Standard
3452 111
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 </row>
3458 <row>
3459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Standard
3463
3464 \series bold
3465 Meneguzzo
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" topline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Standard
3474 Roberto
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Standard
3483 111
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Standard
3494
3495 \series bold
3496 Mezzadra
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" topline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Standard
3505 Roberto
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Standard
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Standard
3525
3526 \series bold
3527 Pirpamer
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" topline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Standard
3536 Erich
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Standard
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Standard
3556
3557 \series bold
3558 Pochiesa
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" topline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Standard
3567 Paolo
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Standard
3576 111, 222
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Standard
3587
3588 \series bold
3589 Radina
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" topline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Standard
3598 Claudio
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Standard
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Standard
3618
3619 \series bold
3620 Stuffer
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" topline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Standard
3629 Oskar
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Standard
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Standard
3649
3650 \series bold
3651 Tacchelli
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" topline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Standard
3660 Ugo
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Standard
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Standard
3680
3681 \series bold
3682 Tezzele
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" topline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Standard
3691 Margit
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Standard
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Standard
3711
3712 \series bold
3713 Unterkalmsteiner
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" topline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Standard
3722 Frieda
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Standard
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Standard
3742
3743 \series bold
3744 Vieider
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" topline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Standard
3753 Hilde
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Standard
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Standard
3773
3774 \series bold
3775 Vigna
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" topline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Standard
3784 Jürgen
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Standard
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Standard
3804
3805 \series bold
3806 Weber
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" topline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Standard
3815 Maurizio
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Standard
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row bottomline="true">
3831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Standard
3835
3836 \series bold
3837 Winkler
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" topline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Standard
3846 Franz
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Standard
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row bottomline="true">
3862 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Standard
3866  
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Standard
3875
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Standard
3884
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Standard
3895
3896 \series bold
3897 Annovi
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" topline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Standard
3906 Silvia
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Standard
3915 555
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Standard
3926
3927 \series bold
3928 Bertoli
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" topline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Standard
3937 Stefano
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Standard
3946 555
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Standard
3957
3958 \series bold
3959 Bozzi
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" topline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Standard
3968 Walter
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Standard
3977 555
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 </row>
3983 <row>
3984 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Standard
3988
3989 \series bold
3990 Cachia
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" topline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Standard
3999 Maria
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Standard
4008 555
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 <row>
4015 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Standard
4019
4020 \series bold
4021 Cachia
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" topline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Standard
4030 Maurizio
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Standard
4039 555
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 </row>
4045 <row>
4046 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Standard
4050
4051 \series bold
4052 Cinquemani
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" topline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Standard
4061 Giusi
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Standard
4070 555
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Standard
4081
4082 \series bold
4083 Colin
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" topline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Standard
4092 Bernard
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Standard
4101 555
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Standard
4112
4113 \series bold
4114 Concli
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" topline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Standard
4123 Gianfranco
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Standard
4132 555
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Standard
4143
4144 \series bold
4145 Dal Bosco
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" topline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Standard
4154 Carolina
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Standard
4163 555
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Standard
4174
4175 \series bold
4176 Dalpiaz
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" topline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Standard
4185 Annamaria
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Standard
4194 555
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Standard
4205
4206 \series bold
4207 Feliciello
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" topline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Standard
4216 Domenico
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Standard
4225 555
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Standard
4236
4237 \series bold
4238 Focarelli
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" topline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Standard
4247 Paola
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Standard
4256 555
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Standard
4267
4268 \series bold
4269 Galletti
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" topline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Standard
4278 Oreste
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Standard
4287 555
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Standard
4298
4299 \series bold
4300 Gasparini
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" topline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Standard
4309 Franca
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Standard
4318 555
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Standard
4329
4330 \series bold
4331 Rizzardi
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" topline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Standard
4340 Paola
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Standard
4349 555
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Standard
4360
4361 \series bold
4362 Lassini
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" topline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Standard
4371 Giancarlo
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Standard
4380 555
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Standard
4391
4392 \series bold
4393 Malfatti
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" topline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Standard
4402 Luciano
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Standard
4411 555
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Standard
4422
4423 \series bold
4424 Malfatti
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" topline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Standard
4433 Valeriano
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Standard
4442 555
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Standard
4453
4454 \series bold
4455 Meneguzzo
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" topline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Standard
4464 Roberto
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Standard
4473 555
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Standard
4484
4485 \series bold
4486 Mezzadra
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" topline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Standard
4495 Roberto
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Standard
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Standard
4515
4516 \series bold
4517 Pirpamer
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" topline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Standard
4526 Erich
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Standard
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Standard
4546
4547 \series bold
4548 Pochiesa
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" topline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Standard
4557 Paolo
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Standard
4566 555, 222
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Standard
4577
4578 \series bold
4579 Radina
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" topline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Standard
4588 Claudio
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Standard
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Standard
4608
4609 \series bold
4610 Stuffer
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" topline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Standard
4619 Oskar
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Standard
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Standard
4639
4640 \series bold
4641 Tacchelli
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" topline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Standard
4650 Ugo
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Standard
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Standard
4670
4671 \series bold
4672 Tezzele
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" topline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Standard
4681 Margit
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Standard
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Standard
4701
4702 \series bold
4703 Unterkalmsteiner
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" topline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Standard
4712 Frieda
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Standard
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Standard
4732
4733 \series bold
4734 Vieider
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" topline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Standard
4743 Hilde
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Standard
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Standard
4763
4764 \series bold
4765 Vigna
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" topline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Standard
4774 Jürgen
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Standard
4783 999
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Standard
4794
4795 \series bold
4796 Weber
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" topline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Standard
4805 Maurizio
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Standard
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row bottomline="true">
4821 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Standard
4825
4826 \series bold
4827 Winkler
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" topline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Standard
4836 Franz
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Standard
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row bottomline="true" endlastfoot="true">
4852 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Standard
4856
4857 \series bold
4858 Ende
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Standard
4867
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Standard
4876
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 </lyxtabular>
4883
4884 \end_inset
4885
4886
4887 \begin_inset ERT
4888 status collapsed
4889
4890 \begin_layout Standard
4891
4892
4893 \backslash
4894 addtocounter{table}{-1}
4895 \end_layout
4896
4897 \end_inset
4898
4899
4900 \begin_inset Note Note
4901 status collapsed
4902
4903 \begin_layout Standard
4904 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt\InsetSpace ~
4905
4906 \begin_inset LatexCommand ref
4907 reference "uab:Titel-für-lange"
4908
4909 \end_inset
4910
4911
4912 \end_layout
4913
4914 \end_inset
4915
4916
4917 \end_layout
4918
4919 \begin_layout Subsection
4920 Fußnoten in langen Tabellen
4921 \begin_inset LatexCommand label
4922 name "uab:Fußnoten-in-langen"
4923
4924 \end_inset
4925
4926
4927 \begin_inset LatexCommand index
4928 name "Tabellen ! lange ! Fußnoten"
4929
4930 \end_inset
4931
4932
4933 \end_layout
4934
4935 \begin_layout Standard
4936 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
4937  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
4938  Tabelle\InsetSpace ~
4939
4940 \begin_inset LatexCommand ref
4941 reference "tab:DiffCaptions"
4942
4943 \end_inset
4944
4945  hat zum Beispiel eine Fußnote.
4946 \end_layout
4947
4948 \begin_layout Subsection
4949 Ausrichtung langer Tabellen
4950 \begin_inset LatexCommand index
4951 name "Tabellen ! lange ! Ausrichtung"
4952
4953 \end_inset
4954
4955
4956 \end_layout
4957
4958 \begin_layout Standard
4959 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
4960  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
4961 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
4962  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
4963  Längen 
4964 \series bold
4965
4966 \backslash
4967 LTleft 
4968 \series default
4969 und 
4970 \series bold
4971
4972 \backslash
4973 LTright
4974 \series default
4975  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
4976  wird:
4977 \end_layout
4978
4979 \begin_layout Standard
4980
4981 \series bold
4982
4983 \backslash
4984 setlength{
4985 \backslash
4986 LTleft}{Wert}
4987 \end_layout
4988
4989 \begin_layout Standard
4990 Wobei der Wert eine der in Tabelle\InsetSpace ~
4991
4992 \begin_inset LatexCommand ref
4993 reference "tab:Maßeinheiten"
4994
4995 \end_inset
4996
4997  aufgelisteten Einheiten haben kann.
4998  
4999 \series bold
5000
5001 \backslash
5002 LTleft
5003 \series default
5004  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5005  
5006 \series bold
5007
5008 \backslash
5009 LTright
5010 \series default
5011  den Abstand von rechts.
5012  Die Voreinstellung für beide Werte ist 
5013 \series bold
5014
5015 \backslash
5016 fill
5017 \series default
5018 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5019  in LyX ist.
5020 \end_layout
5021
5022 \begin_layout Standard
5023 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5024 \series bold
5025
5026 \backslash
5027 LTleft
5028 \series default
5029  auf den Wert 0\InsetSpace \thinspace{}
5030 pt gesetzt wurde.
5031 \begin_inset ERT
5032 status collapsed
5033
5034 \begin_layout Standard
5035
5036
5037 \backslash
5038 setlength{
5039 \backslash
5040 LTleft}{0pt}
5041 \end_layout
5042
5043 \end_inset
5044
5045
5046 \end_layout
5047
5048 \begin_layout Standard
5049 \begin_inset Tabular
5050 <lyxtabular version="3" rows="5" columns="5">
5051 <features islongtable="true">
5052 <column alignment="center" valignment="top" leftline="true" width="0">
5053 <column alignment="center" valignment="top" leftline="true" width="0">
5054 <column alignment="center" valignment="top" leftline="true" width="0">
5055 <column alignment="center" valignment="top" leftline="true" width="0">
5056 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5057 <row topline="true">
5058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Standard
5062 1
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Standard
5071 2
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Standard
5080 3
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Standard
5089 4
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Standard
5098 5
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 </row>
5104 <row topline="true">
5105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Standard
5109 asd
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Standard
5118 s
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Standard
5127 s
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Standard
5136 s
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Standard
5145 asd
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 <row topline="true">
5152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Standard
5156 asd
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Standard
5165 s
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Standard
5174 s
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Standard
5183 s
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Standard
5192 asd
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 </row>
5198 <row topline="true">
5199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Standard
5203 asd
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Standard
5212 s
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Standard
5221 s
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Standard
5230 s
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Standard
5239 asd
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 </row>
5245 <row topline="true" bottomline="true">
5246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Standard
5250 asd
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Standard
5259 asd
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Standard
5268 asd
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Standard
5277 asd
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Standard
5286 asd
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 </row>
5292 </lyxtabular>
5293
5294 \end_inset
5295
5296
5297 \begin_inset ERT
5298 status collapsed
5299
5300 \begin_layout Standard
5301
5302
5303 \backslash
5304 setlength{
5305 \backslash
5306 LTleft}{
5307 \backslash
5308 fill}
5309 \end_layout
5310
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \begin_layout Subsection
5317 Beschriftungen lange Tabellen
5318 \begin_inset LatexCommand index
5319 name "Tabellen ! lange ! Titel"
5320
5321 \end_inset
5322
5323
5324 \begin_inset LatexCommand label
5325 name "uab:Titel-für-lange"
5326
5327 \end_inset
5328
5329
5330 \end_layout
5331
5332 \begin_layout Standard
5333 Eine 
5334 \family sans
5335 lange\InsetSpace ~
5336 Tabelle
5337 \family default
5338  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5339  Seite gedruckt werden können.
5340  Aber die 
5341 \family sans
5342 Legende
5343 \family default
5344 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5345 \end_layout
5346
5347 \begin_layout Standard
5348 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5349 \end_layout
5350
5351 \begin_layout Enumerate
5352 Erstellen Sie eine 
5353 \family sans
5354 lange\InsetSpace ~
5355 Tabelle
5356 \family default
5357 .
5358 \end_layout
5359
5360 \begin_layout Enumerate
5361 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5362 \end_layout
5363
5364 \begin_layout Enumerate
5365 Fügen Sie 
5366 \family sans
5367 mit Einfügen\SpecialChar \menuseparator
5368 Legende
5369 \family default
5370  eine Beschriftung in die erste Tabellenzelle.
5371  Sie können auch noch einen Kurztitel hinzufügen, 
5372 \family sans
5373 Einfügen\SpecialChar \menuseparator
5374 Kurztitel
5375 \family default
5376 .
5377 \end_layout
5378
5379 \begin_layout Enumerate
5380 Fügen Sie hinter dem Titel 
5381 \series bold
5382
5383 \begin_inset Quotes gld
5384 \end_inset
5385
5386
5387 \backslash
5388
5389 \backslash
5390 %
5391 \series default
5392
5393 \begin_inset Quotes grd
5394 \end_inset
5395
5396  als TeX-Code ein.
5397 \end_layout
5398
5399 \begin_layout Standard
5400 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5401  gedruckt.
5402  Die Zeichen 
5403 \series bold
5404
5405 \begin_inset Quotes gld
5406 \end_inset
5407
5408
5409 \backslash
5410
5411 \backslash
5412 %
5413 \series default
5414
5415 \begin_inset Quotes grd
5416 \end_inset
5417
5418  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5419  weg.
5420  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5421  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5422 \end_layout
5423
5424 \begin_layout Standard
5425 Hier ist eine kleine 
5426 \family sans
5427 lange\InsetSpace ~
5428 Tabelle
5429 \family default
5430 , die zeigt, wie das funktioniert:
5431 \end_layout
5432
5433 \begin_layout Standard
5434 \begin_inset Tabular
5435 <lyxtabular version="3" rows="6" columns="5">
5436 <features islongtable="true">
5437 <column alignment="center" valignment="top" leftline="true" width="0">
5438 <column alignment="center" valignment="top" leftline="true" width="0">
5439 <column alignment="center" valignment="top" leftline="true" width="0">
5440 <column alignment="center" valignment="top" leftline="true" width="0">
5441 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5442 <row>
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Standard
5447 \begin_inset Caption
5448
5449 \begin_layout Standard
5450 Eine 
5451 \family sans
5452 lange\InsetSpace ~
5453 Tabelle
5454 \family default
5455  mit Titel
5456 \begin_inset OptArg
5457 status open
5458
5459 \begin_layout Standard
5460 Lange Tabelle
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \end_inset
5469
5470
5471 \begin_inset ERT
5472 status collapsed
5473
5474 \begin_layout Standard
5475
5476
5477 \backslash
5478
5479 \backslash
5480 %
5481 \end_layout
5482
5483 \end_inset
5484
5485
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Standard
5494
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Standard
5503
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Standard
5512
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Standard
5521
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 <row topline="true">
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Standard
5532 1
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Standard
5541 2
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Standard
5550 3
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Standard
5559 4
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Standard
5568 5
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 </row>
5574 <row topline="true">
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Standard
5579 asd
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Standard
5588 s
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Standard
5597 s
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Standard
5606 s
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Standard
5615 asd
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row topline="true">
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Standard
5626 asd
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Standard
5635 s
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Standard
5644 s
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Standard
5653 s
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Standard
5662 asd
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 </row>
5668 <row topline="true">
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Standard
5673 asd
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Standard
5682 s
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Standard
5691 s
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Standard
5700 s
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Standard
5709 asd
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 </row>
5715 <row topline="true" bottomline="true">
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Standard
5720 asd
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Standard
5729 asd
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Standard
5738 asd
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Standard
5747 asd
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Standard
5756 asd
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 </row>
5762 </lyxtabular>
5763
5764 \end_inset
5765
5766
5767 \end_layout
5768
5769 \begin_layout Standard
5770 \begin_inset VSpace medskip
5771 \end_inset
5772
5773
5774 \begin_inset Note Greyedout
5775 status open
5776
5777 \begin_layout Standard
5778
5779 \series bold
5780 Bemerkung\InsetSpace ~
5781 1:
5782 \series default
5783  Die Tabellennummer wird für jede 
5784 \family sans
5785 lange\InsetSpace ~
5786 Tabelle
5787 \family default
5788  erhöht, auch wenn Sie keinen Titel vergeben.
5789  Deshalb könnte es passieren, dass zum Beispiel Tabelle\InsetSpace ~
5790 2.4 auf Tabelle\InsetSpace ~
5791 2.1
5792  im Tabellenverzeichnis folgt, wenn dazwischen zwei
5793 \family sans
5794  lange\InsetSpace ~
5795 Tabellen
5796 \family default
5797  ohne Titel sind.
5798  Um das zu vermeiden, können Sie hinter jede 
5799 \family sans
5800 lange\InsetSpace ~
5801 Tabelle
5802 \family default
5803  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
5804 \end_layout
5805
5806 \begin_layout Standard
5807
5808 \series bold
5809
5810 \backslash
5811 addtocounter{table}{-1}
5812 \end_layout
5813
5814 \end_inset
5815
5816
5817 \end_layout
5818
5819 \begin_layout Standard
5820 \begin_inset Note Greyedout
5821 status open
5822
5823 \begin_layout Standard
5824
5825 \series bold
5826 Bemerkung\InsetSpace ~
5827 2:
5828 \series default
5829  Wenn Sie das LaTeX-Paket 
5830 \series bold
5831 hyperref
5832 \series default
5833
5834 \begin_inset LatexCommand index
5835 name "LaTeX-Pakete ! hyperref"
5836
5837 \end_inset
5838
5839  für Querverweise benutzen, wird der Verweis auf eine 
5840 \family sans
5841 lange\InsetSpace ~
5842 Tabelle
5843 \family default
5844  immer auf den Anfang des Dokuments zeigen.
5845 \end_layout
5846
5847 \end_inset
5848
5849
5850 \newpage
5851
5852 \end_layout
5853
5854 \begin_layout Subsubsection
5855 Querverweise auf 
5856 \family sans
5857 lange\InsetSpace ~
5858 Tabelle
5859 \family default
5860 n
5861 \begin_inset LatexCommand index
5862 name "Tabellen ! lange ! Querverweis"
5863
5864 \end_inset
5865
5866
5867 \end_layout
5868
5869 \begin_layout Standard
5870 \begin_inset Tabular
5871 <lyxtabular version="3" rows="6" columns="5">
5872 <features islongtable="true">
5873 <column alignment="center" valignment="top" leftline="true" width="0">
5874 <column alignment="center" valignment="top" leftline="true" width="0">
5875 <column alignment="center" valignment="top" leftline="true" width="0">
5876 <column alignment="center" valignment="top" leftline="true" width="0">
5877 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5878 <row>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Standard
5883 \begin_inset Caption
5884
5885 \begin_layout Standard
5886
5887 \family sans
5888 Lange\InsetSpace ~
5889 Tabelle
5890 \family default
5891  mit Marke
5892 \begin_inset LatexCommand label
5893 name "tab:LangeTabelle-mit-Marke"
5894
5895 \end_inset
5896
5897
5898 \end_layout
5899
5900 \end_inset
5901
5902
5903 \begin_inset ERT
5904 status collapsed
5905
5906 \begin_layout Standard
5907
5908
5909 \backslash
5910
5911 \backslash
5912 %
5913 \end_layout
5914
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Standard
5926
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Standard
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Standard
5944
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Standard
5953
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 </row>
5959 <row topline="true">
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Standard
5964 1
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Standard
5973 2
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Standard
5982 3
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Standard
5991 4
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Standard
6000 5
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 </row>
6006 <row topline="true">
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Standard
6011 asd
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Standard
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Standard
6029 s
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Standard
6038 s
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Standard
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 </row>
6053 <row topline="true">
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Standard
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Standard
6067 s
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Standard
6076 s
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Standard
6085 s
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Standard
6094 asd
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 <row topline="true">
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Standard
6105 asd
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Standard
6114 s
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Standard
6123 s
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Standard
6132 s
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Standard
6141 asd
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 </row>
6147 <row topline="true" bottomline="true">
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Standard
6152 asd
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Standard
6161 sad
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Standard
6170 asd
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Standard
6179 asd
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Standard
6188 asd
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 </row>
6194 </lyxtabular>
6195
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \begin_layout Standard
6202 Damit auf eine 
6203 \family sans
6204 lange\InsetSpace ~
6205 Tabelle
6206 \family default
6207  verwiesen werden kann, müssen Sie eine 
6208 \family sans
6209 Marke
6210 \family default
6211  im Titel einfügen.
6212  Beachten Sie dabei, dass Sie 
6213 \emph on
6214
6215 \begin_inset Quotes gld
6216 \end_inset
6217
6218 tab:
6219 \emph default
6220
6221 \begin_inset Quotes grd
6222 \end_inset
6223
6224  selber ins Markenfeld schreiben müssen.
6225 \end_layout
6226
6227 \begin_layout Standard
6228 Dies ist ein Verweis auf Tabelle\InsetSpace ~
6229
6230 \begin_inset LatexCommand ref
6231 reference "tab:LangeTabelle-mit-Marke"
6232
6233 \end_inset
6234
6235 .
6236 \end_layout
6237
6238 \begin_layout Standard
6239 Mit dem LaTeX-Paket 
6240 \series bold
6241 caption
6242 \series default
6243
6244 \begin_inset LatexCommand index
6245 name "LaTeX-Pakete ! caption"
6246
6247 \end_inset
6248
6249 , siehe Abschnitt\InsetSpace ~
6250
6251 \begin_inset LatexCommand ref
6252 reference "abs:Titel-Formatierung"
6253
6254 \end_inset
6255
6256 , können Sie alle anderen 
6257 \family sans
6258 Legende
6259 \family default
6260 -Optionen benutzen.
6261 \end_layout
6262
6263 \begin_layout Subsubsection
6264 Titelbreite
6265 \begin_inset LatexCommand index
6266 name "Tabellen ! lange ! Beschriftungsbreite"
6267
6268 \end_inset
6269
6270
6271 \end_layout
6272
6273 \begin_layout Standard
6274 Die maximale Titelbreite wird durch die Variable 
6275 \series bold
6276
6277 \backslash
6278 LTcapwidth
6279 \series default
6280  definiert.
6281  Ihr Standardwert ist 4\InsetSpace \thinspace{}
6282 Zoll (
6283 \begin_inset Formula $\approx10$
6284 \end_inset
6285
6286 \InsetSpace \thinspace{}
6287 cm).
6288  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6289  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6290 \end_layout
6291
6292 \begin_layout Standard
6293
6294 \series bold
6295
6296 \backslash
6297 setlength{
6298 \backslash
6299 LTcapwidth}{Breite}
6300 \end_layout
6301
6302 \begin_layout Standard
6303 wobei 
6304 \family typewriter
6305 Breite
6306 \family default
6307  eine der in Anhang\InsetSpace ~
6308
6309 \begin_inset LatexCommand ref
6310 reference "kap:In-LyX-verfügbare"
6311
6312 \end_inset
6313
6314  aufgelisteten Einheiten haben kann.
6315 \end_layout
6316
6317 \begin_layout Standard
6318 Die beiden folgenden Tabellen zeigen den Unterschied:
6319 \end_layout
6320
6321 \begin_layout Standard
6322 \begin_inset Tabular
6323 <lyxtabular version="3" rows="6" columns="5">
6324 <features islongtable="true">
6325 <column alignment="center" valignment="top" leftline="true" width="0">
6326 <column alignment="center" valignment="top" leftline="true" width="0">
6327 <column alignment="center" valignment="top" leftline="true" width="0">
6328 <column alignment="center" valignment="top" leftline="true" width="0">
6329 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6330 <row>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Standard
6335 \begin_inset Caption
6336
6337 \begin_layout Standard
6338 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
6339  Titel 
6340 \begin_inset OptArg
6341 status open
6342
6343 \begin_layout Standard
6344 Titel mit Standardbreite
6345 \end_layout
6346
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \end_inset
6353
6354
6355 \begin_inset ERT
6356 status collapsed
6357
6358 \begin_layout Standard
6359
6360
6361 \backslash
6362
6363 \backslash
6364 %
6365 \end_layout
6366
6367 \end_inset
6368
6369
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Standard
6378
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Standard
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Standard
6396
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Standard
6405
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 </row>
6411 <row topline="true">
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Standard
6416 1
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Standard
6425 2
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Standard
6434 3
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Standard
6443 4
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Standard
6452 5
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 <row topline="true">
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Standard
6463 asd
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Standard
6472 s
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Standard
6481 s
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Standard
6490 s
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Standard
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 </row>
6505 <row topline="true">
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Standard
6510 asd
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Standard
6519 s
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Standard
6528 s
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Standard
6537 s
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Standard
6546 asd
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 </row>
6552 <row topline="true">
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Standard
6557 asd
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Standard
6566 s
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Standard
6575 s
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Standard
6584 s
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Standard
6593 asd
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 </row>
6599 <row topline="true" bottomline="true">
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Standard
6604 asd
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Standard
6613 sad
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Standard
6622 asd
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Standard
6631 asd
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Standard
6640 asd
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 </row>
6646 </lyxtabular>
6647
6648 \end_inset
6649
6650
6651 \end_layout
6652
6653 \begin_layout Standard
6654 \begin_inset ERT
6655 status collapsed
6656
6657 \begin_layout Standard
6658
6659
6660 \backslash
6661 setlength{
6662 \backslash
6663 LTcapwidth}{5cm}
6664 \end_layout
6665
6666 \end_inset
6667
6668
6669 \begin_inset Tabular
6670 <lyxtabular version="3" rows="6" columns="5">
6671 <features islongtable="true">
6672 <column alignment="center" valignment="top" leftline="true" width="0">
6673 <column alignment="center" valignment="top" leftline="true" width="0">
6674 <column alignment="center" valignment="top" leftline="true" width="0">
6675 <column alignment="center" valignment="top" leftline="true" width="0">
6676 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6677 <row>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Standard
6682 \begin_inset Caption
6683
6684 \begin_layout Standard
6685 Langer Titel mit 5\InsetSpace \thinspace{}
6686 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6687 cm Breite, Langer Titel mit
6688  5\InsetSpace \thinspace{}
6689 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6690 cm Breite 
6691 \begin_inset OptArg
6692 status open
6693
6694 \begin_layout Standard
6695 Titel mit 5\InsetSpace \thinspace{}
6696 cm Breite
6697 \end_layout
6698
6699 \end_inset
6700
6701
6702 \end_layout
6703
6704 \end_inset
6705
6706
6707 \begin_inset ERT
6708 status collapsed
6709
6710 \begin_layout Standard
6711
6712
6713 \backslash
6714
6715 \backslash
6716 %
6717 \end_layout
6718
6719 \end_inset
6720
6721
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Standard
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Standard
6739
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Standard
6748
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Standard
6757
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 <row topline="true">
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Standard
6768 1
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Standard
6777 2
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Standard
6786 3
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Standard
6795 4
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Standard
6804 5
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 </row>
6810 <row topline="true">
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Standard
6815 asd
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Standard
6824 s
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Standard
6833 s
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Standard
6842 s
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Standard
6851 asd
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 <row topline="true">
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Standard
6862 asd
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Standard
6871 s
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Standard
6880 s
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Standard
6889 s
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Standard
6898 asd
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 </row>
6904 <row topline="true">
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Standard
6909 asd
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Standard
6918 s
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Standard
6927 s
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Standard
6936 s
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Standard
6945 asd
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 </row>
6951 <row topline="true" bottomline="true">
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Standard
6956 asd
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Standard
6965 sad
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Standard
6974 asd
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Standard
6983 asd
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Standard
6992 asd
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 </row>
6998 </lyxtabular>
6999
7000 \end_inset
7001
7002
7003 \begin_inset ERT
7004 status collapsed
7005
7006 \begin_layout Standard
7007
7008
7009 \backslash
7010 setlength{
7011 \backslash
7012 LTcapwidth}{4in}
7013 \end_layout
7014
7015 \end_inset
7016
7017
7018 \begin_inset Note Note
7019 status collapsed
7020
7021 \begin_layout Standard
7022 Beschriftungsbreite zurücksetzen
7023 \end_layout
7024
7025 \end_inset
7026
7027
7028 \end_layout
7029
7030 \begin_layout Standard
7031 \begin_inset Note Greyedout
7032 status open
7033
7034 \begin_layout Standard
7035
7036 \series bold
7037 Achtung:
7038 \series default
7039  Wenn das LaTeX-Paket 
7040 \series bold
7041 caption
7042 \series default
7043
7044 \begin_inset LatexCommand index
7045 name "LaTeX-Pakete ! caption"
7046
7047 \end_inset
7048
7049  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7050  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7051  4\InsetSpace \thinspace{}
7052 Zoll für 
7053 \series bold
7054
7055 \backslash
7056 LTcapwidth
7057 \series default
7058  benutzen.
7059  Um in diesem Fall eine genau a 4\InsetSpace \thinspace{}
7060 Zoll breite Beschriftung zu erhalten, können
7061  Sie entweder einen leicht von 4\InsetSpace \thinspace{}
7062 Zoll veränderten Wert wie z.\InsetSpace \thinspace{}
7063 B.
7064  3.99\InsetSpace \thinspace{}
7065 Zoll verwenden oder den LaTeX-Befehl 
7066 \series bold
7067
7068 \backslash
7069 captionsetup{width=Wert}
7070 \series default
7071  benutzen, der vom 
7072 \series bold
7073 caption
7074 \series default
7075 -Paket bereitgestellt wird.
7076 \end_layout
7077
7078 \end_inset
7079
7080
7081 \end_layout
7082
7083 \begin_layout Subsubsection
7084 Unterschiedliche Titel für Tabellenseiten
7085 \begin_inset LatexCommand index
7086 name "Tabellen ! lange ! mehrere Titel"
7087
7088 \end_inset
7089
7090
7091 \end_layout
7092
7093 \begin_layout Standard
7094 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7095  die erste, müssen Sie eine 
7096 \family sans
7097 Legende
7098 \family default
7099  mit einem nicht-leeren 
7100 \family sans
7101 Kurztitel
7102 \family default
7103  in eine leere Legende-Zeile, die als 
7104 \family sans
7105 Erste\InsetSpace ~
7106 Kopfzeile
7107 \family default
7108  definiert wurde, einfügen.
7109  Der Titel für die anderen Tabellenseiten wird als 
7110 \family sans
7111 Legende
7112 \family default
7113  ohne 
7114 \family sans
7115 Kurztitel
7116 \family default
7117  in eine leere Legende-Zeile, die als 
7118 \family sans
7119 Kopfzeile
7120 \family default
7121  definiert wurde, einfügen.
7122  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7123  Befehl
7124 \end_layout
7125
7126 \begin_layout Standard
7127
7128 \series bold
7129
7130 \backslash
7131 caption*{caption text}
7132 \end_layout
7133
7134 \begin_layout Standard
7135 anstatt der 
7136 \family sans
7137 Legende
7138 \family default
7139 -Umgebung von LyX benutzen.
7140  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7141  den Titel der 
7142 \family sans
7143 Ersten\InsetSpace ~
7144 Kopfzeile
7145 \family default
7146  eingefügt werden.
7147  Tabelle\InsetSpace ~
7148
7149 \begin_inset LatexCommand ref
7150 reference "tab:DiffCaptions"
7151
7152 \end_inset
7153
7154  ist ein Beispiel für eine 
7155 \family sans
7156 lange\InsetSpace ~
7157 Tabelle
7158 \family default
7159  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7160 \end_layout
7161
7162 \begin_layout Standard
7163 \align center
7164 \begin_inset Tabular
7165 <lyxtabular version="3" rows="60" columns="3">
7166 <features islongtable="true">
7167 <column alignment="left" valignment="top" leftline="true" width="0cm">
7168 <column alignment="left" valignment="top" rightline="true" width="0pt">
7169 <column alignment="right" valignment="top" rightline="true" width="0pt">
7170 <row endfirsthead="true">
7171 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Standard
7175 \begin_inset Caption
7176
7177 \begin_layout Standard
7178 Telefonliste
7179 \begin_inset LatexCommand label
7180 name "tab:DiffCaptions"
7181
7182 \end_inset
7183
7184
7185 \begin_inset OptArg
7186 status collapsed
7187
7188 \begin_layout Standard
7189 Telefonliste
7190 \end_layout
7191
7192 \end_inset
7193
7194
7195 \end_layout
7196
7197 \end_inset
7198
7199
7200 \begin_inset ERT
7201 status collapsed
7202
7203 \begin_layout Standard
7204
7205
7206 \backslash
7207
7208 \backslash
7209 %
7210 \end_layout
7211
7212 \end_inset
7213
7214
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Standard
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Standard
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 </row>
7238 <row topline="true" bottomline="true" endfirsthead="true">
7239 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Standard
7243
7244 \series bold
7245 Telefonliste (ignoriere die Namen)
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Standard
7254
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Standard
7263
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 </row>
7269 <row topline="true" bottomline="true" endfirsthead="true">
7270 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Standard
7274
7275 \series bold
7276 NAME
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Standard
7285
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Standard
7294
7295 \series bold
7296 TEL.
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 </row>
7302 <row bottomline="true" endhead="true">
7303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Standard
7307 \begin_inset ERT
7308 status open
7309
7310 \begin_layout Standard
7311
7312
7313 \backslash
7314 caption*{Fortsetzung der Telefonliste}
7315 \backslash
7316
7317 \backslash
7318 %
7319 \end_layout
7320
7321 \end_inset
7322
7323
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Standard
7332
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Standard
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 </row>
7347 <row topline="true" bottomline="true" endhead="true">
7348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Standard
7352
7353 \series bold
7354 Telefonliste
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Standard
7363
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Standard
7372
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row topline="true" bottomline="true" endhead="true">
7379 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Standard
7383
7384 \series bold
7385 NAME
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Standard
7394
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Standard
7403
7404 \series bold
7405 TEL.
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 </row>
7411 <row topline="true" bottomline="true" endfoot="true">
7412 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Standard
7416 wird fortgesetzt\SpecialChar \ldots{}
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Standard
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Standard
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 </row>
7441 <row>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Standard
7446
7447 \series bold
7448 Annovi
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Standard
7457 Silvia
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Standard
7466 111
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 </row>
7472 <row>
7473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Standard
7477
7478 \series bold
7479 Bertoli
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 <cell alignment="center" valignment="top" topline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Standard
7488 Stefano
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Standard
7497 111
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 </row>
7503 <row>
7504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Standard
7508
7509 \series bold
7510 Bozzi
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Standard
7519 Walter
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Standard
7528 111
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 </row>
7534 <row>
7535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Standard
7539
7540 \series bold
7541 Cachia
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" topline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Standard
7550 Maria
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Standard
7559 111
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 </row>
7565 <row>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Standard
7570
7571 \series bold
7572 Cachia
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" topline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Standard
7581 Maurizio
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Standard
7590 111
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row>
7597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Standard
7601
7602 \series bold
7603 Cinquemani
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" topline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Standard
7612 Giusi
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Standard
7621 111
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row>
7628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Standard
7632
7633 \series bold
7634 Colin
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" topline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Standard
7643 Bernard
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Standard
7652 111
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 <row>
7659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Standard
7663
7664 \series bold
7665 Concli
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell alignment="center" valignment="top" topline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Standard
7674 Gianfranco
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Standard
7683 111
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 </row>
7689 <row>
7690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Standard
7694
7695 \series bold
7696 Dal Bosco
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" topline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Standard
7705 Carolina
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Standard
7714 111
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 </row>
7720 <row>
7721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Standard
7725
7726 \series bold
7727 Dalpiaz
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 <cell alignment="center" valignment="top" topline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Standard
7736 Annamaria
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Standard
7745 111
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 </row>
7751 <row>
7752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Standard
7756
7757 \series bold
7758 Feliciello
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 <cell alignment="center" valignment="top" topline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Standard
7767 Domenico
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Standard
7776 111
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 </row>
7782 <row>
7783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Standard
7787
7788 \series bold
7789 Focarelli
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell alignment="center" valignment="top" topline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Standard
7798 Paola
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Standard
7807 111
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 </row>
7813 <row>
7814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Standard
7818
7819 \series bold
7820 Galletti
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell alignment="center" valignment="top" topline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Standard
7829 Oreste
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Standard
7838 111
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 </row>
7844 <row>
7845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Standard
7849
7850 \series bold
7851 Gasparini
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell alignment="center" valignment="top" topline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Standard
7860 Franca
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Standard
7869 111
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 <row>
7876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Standard
7880
7881 \series bold
7882 Rizzardi
7883 \series default
7884
7885 \begin_inset Foot
7886 status open
7887
7888 \begin_layout Standard
7889 Beispielfußnote
7890 \end_layout
7891
7892 \end_inset
7893
7894
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" topline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Standard
7903 Paola
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Standard
7912 111
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row>
7919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Standard
7923
7924 \series bold
7925 Lassini
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" topline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Standard
7934 Giancarlo
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Standard
7943 111
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 </row>
7949 <row>
7950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Standard
7954
7955 \series bold
7956 Malfatti
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" topline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Standard
7965 Luciano
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Standard
7974 111
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Standard
7985
7986 \series bold
7987 Malfatti
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" topline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Standard
7996 Valeriano
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Standard
8005 111
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Standard
8016
8017 \series bold
8018 Meneguzzo
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" topline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Standard
8027 Roberto
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Standard
8036 111
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Standard
8047
8048 \series bold
8049 Mezzadra
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" topline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Standard
8058 Roberto
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Standard
8067 111
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Standard
8078
8079 \series bold
8080 Pirpamer
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" topline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Standard
8089 Erich
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Standard
8098 111
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Standard
8109
8110 \series bold
8111 Pochiesa
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" topline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Standard
8120 Paolo
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Standard
8129 111, 222
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Standard
8140
8141 \series bold
8142 Radina
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" topline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Standard
8151 Claudio
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Standard
8160 111
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 <row>
8167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Standard
8171
8172 \series bold
8173 Stuffer
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" topline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Standard
8182 Oskar
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Standard
8191 111
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Standard
8202
8203 \series bold
8204 Tacchelli
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" topline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Standard
8213 Ugo
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Standard
8222 111
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Standard
8233
8234 \series bold
8235 Tezzele
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" topline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Standard
8244 Margit
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Standard
8253 111
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 </row>
8259 <row>
8260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Standard
8264
8265 \series bold
8266 Unterkalmsteiner
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" topline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Standard
8275 Frieda
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Standard
8284 111
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 </row>
8290 <row>
8291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Standard
8295
8296 \series bold
8297 Vieider
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" topline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Standard
8306 Hilde
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Standard
8315 111
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 <row>
8322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Standard
8326
8327 \series bold
8328 Vigna
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" topline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Standard
8337 Jürgen
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Standard
8346 111
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 <row>
8353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Standard
8357
8358 \series bold
8359 Weber
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" topline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Standard
8368 Maurizio
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Standard
8377 111
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row bottomline="true">
8384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Standard
8388
8389 \series bold
8390 Winkler
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Standard
8399 Franz
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Standard
8408 111
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row bottomline="true">
8415 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Standard
8419  
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Standard
8428
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Standard
8437
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Standard
8448
8449 \series bold
8450 Annovi
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" topline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Standard
8459 Silvia
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Standard
8468 555
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Standard
8479
8480 \series bold
8481 Bertoli
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Standard
8490 Stefano
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Standard
8499 555
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Standard
8510
8511 \series bold
8512 Bozzi
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" topline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Standard
8521 Walter
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Standard
8530 555
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Standard
8541
8542 \series bold
8543 Cachia
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" topline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Standard
8552 Maria
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Standard
8561 555
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Standard
8572
8573 \series bold
8574 Cachia
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" topline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Standard
8583 Maurizio
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Standard
8592 555
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Standard
8603
8604 \series bold
8605 Cinquemani
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" topline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Standard
8614 Giusi
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Standard
8623 555
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Standard
8634
8635 \series bold
8636 Colin
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" topline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Standard
8645 Bernard
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Standard
8654 555
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Standard
8665
8666 \series bold
8667 Concli
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" topline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Standard
8676 Gianfranco
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Standard
8685 555
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Standard
8696
8697 \series bold
8698 Dal Bosco
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" topline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Standard
8707 Carolina
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Standard
8716 555
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Standard
8727
8728 \series bold
8729 Dalpiaz
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" topline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Standard
8738 Annamaria
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Standard
8747 555
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Standard
8758
8759 \series bold
8760 Feliciello
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" topline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Standard
8769 Domenico
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Standard
8778 555
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Standard
8789
8790 \series bold
8791 Focarelli
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" topline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Standard
8800 Paola
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Standard
8809 555
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Standard
8820
8821 \series bold
8822 Galletti
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" topline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Standard
8831 Oreste
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Standard
8840 555
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Standard
8851
8852 \series bold
8853 Gasparini
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" topline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Standard
8862 Franca
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Standard
8871 555
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Standard
8882
8883 \series bold
8884 Rizzardi
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" topline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Standard
8893 Paola
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Standard
8902 555
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Standard
8913
8914 \series bold
8915 Lassini
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" topline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Standard
8924 Giancarlo
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Standard
8933 555
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Standard
8944
8945 \series bold
8946 Malfatti
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" topline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Standard
8955 Luciano
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Standard
8964 555
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Standard
8975
8976 \series bold
8977 Malfatti
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" topline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Standard
8986 Valeriano
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Standard
8995 555
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Standard
9006
9007 \series bold
9008 Meneguzzo
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" topline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Standard
9017 Roberto
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Standard
9026 555
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row bottomline="true">
9033 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Standard
9037
9038 \series bold
9039 Mezzadra
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" topline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Standard
9048 Roberto
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Standard
9057 555
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row bottomline="true" endlastfoot="true">
9064 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Standard
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Standard
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Standard
9086
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 </lyxtabular>
9093
9094 \end_inset
9095
9096
9097 \end_layout
9098
9099 \begin_layout Section
9100 Weitere Möglichkeiten für 
9101 \family sans
9102 lange Tabelle
9103 \family default
9104 n
9105 \begin_inset LatexCommand label
9106 name "abs:Special-Longtable-Issues"
9107
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \begin_layout Subsection
9114 L
9115 \family sans
9116 ange Tabelle
9117 \family default
9118 n: Berechnung
9119 \begin_inset LatexCommand index
9120 name "Tabellen ! lange ! Berechnung"
9121
9122 \end_inset
9123
9124
9125 \end_layout
9126
9127 \begin_layout Standard
9128 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9129  sogenannten 
9130 \emph on
9131 chunks
9132 \emph default
9133  (chunks).
9134  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9135  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9136  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9137  das die Druckausgabe.
9138  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9139  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9140  einfügen:
9141 \end_layout
9142
9143 \begin_layout Standard
9144
9145 \series bold
9146
9147 \backslash
9148 setcounter{LTchunksize}{100}
9149 \end_layout
9150
9151 \begin_layout Subsection
9152 Gleitobjekte und L
9153 \family sans
9154 ange Tabelle
9155 \family default
9156 n
9157 \begin_inset LatexCommand index
9158 name "Tabellen ! lange ! und Gleitobjekte"
9159
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \begin_layout Standard
9166 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9167 \family sans
9168 lange\InsetSpace ~
9169 Tabelle
9170 \family default
9171  beginnt, ein Gleitobjekt befindet.
9172  Um das zu vermeiden, können Sie vor der 
9173 \family sans
9174 langen\InsetSpace ~
9175 Tabelle
9176 \family default
9177  den LaTeX-Befehl
9178 \series bold
9179  
9180 \backslash
9181 clearpage
9182 \series default
9183  als TeX-Code einfügen.
9184 \end_layout
9185
9186 \begin_layout Subsection
9187 Manuelle Seitenumbrüche
9188 \begin_inset LatexCommand index
9189 name "Tabellen ! lange ! manueller Seitenumbruch"
9190
9191 \end_inset
9192
9193
9194 \end_layout
9195
9196 \begin_layout Standard
9197 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9198  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9199  der Zelle umbrechen wollen, fügen Sie den Befehl  
9200 \begin_inset Quotes gld
9201 \end_inset
9202
9203
9204 \series bold
9205
9206 \backslash
9207
9208 \backslash
9209
9210 \series default
9211
9212 \begin_inset Quotes grd
9213 \end_inset
9214
9215  für einen neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebroche
9216 n werden soll.
9217  Vor dem 
9218 \begin_inset Quotes gld
9219 \end_inset
9220
9221
9222 \series bold
9223
9224 \backslash
9225
9226 \backslash
9227
9228 \series default
9229
9230 \begin_inset Quotes grd
9231 \end_inset
9232
9233 -Befehl müssen Sie so viele 
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  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9246  Mit 
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   werden in LaTeX Tabellenzellen getrennt.
9259  Hinter jedes 
9260 \begin_inset Quotes gld
9261 \end_inset
9262
9263
9264 \series bold
9265 &
9266 \series default
9267
9268 \begin_inset Quotes grd
9269 \end_inset
9270
9271  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9272  und löschen den Inhalt dieser Zellen.
9273 \end_layout
9274
9275 \begin_layout Standard
9276 Hinter dem 
9277 \begin_inset Quotes gld
9278 \end_inset
9279
9280
9281 \series bold
9282
9283 \backslash
9284
9285 \backslash
9286
9287 \series default
9288
9289 \begin_inset Quotes grd
9290 \end_inset
9291
9292 -Befehl müssen Sie so viele 
9293 \begin_inset Quotes gld
9294 \end_inset
9295
9296
9297 \series bold
9298 &
9299 \series default
9300
9301 \begin_inset Quotes grd
9302 \end_inset
9303
9304  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9305  In Tabelle\InsetSpace ~
9306
9307 \begin_inset LatexCommand ref
9308 reference "tab:ForcedPagebreak"
9309
9310 \end_inset
9311
9312  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9313  Es folgt noch eine weitere Spalte.
9314  Deshalb wurde hinter dem Wort 
9315 \emph on
9316 Castelchiodato, 
9317 \emph default
9318 folgendes eingefügt:
9319 \end_layout
9320
9321 \begin_layout Standard
9322
9323 \series bold
9324 & 111
9325 \backslash
9326
9327 \backslash
9328
9329 \newline
9330 &
9331 \end_layout
9332
9333 \begin_layout Standard
9334 Die 
9335 \begin_inset Quotes gld
9336 \end_inset
9337
9338 111
9339 \begin_inset Quotes grd
9340 \end_inset
9341
9342  in der dritten Spalte wurde gelöscht.
9343  Wenn die Fußzeile Ihrer 
9344 \family sans
9345 langen\InsetSpace ~
9346 Tabelle
9347 \family default
9348  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9349  Befehle benutzen:
9350 \end_layout
9351
9352 \begin_layout Standard
9353
9354 \series bold
9355 & 111
9356 \backslash
9357
9358 \backslash
9359
9360 \newline
9361
9362 \backslash
9363 hline &
9364 \end_layout
9365
9366 \begin_layout Standard
9367 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9368  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9369 \end_layout
9370
9371 \begin_layout Standard
9372
9373 \series bold
9374
9375 \backslash
9376 setlength{
9377 \backslash
9378 parf\SpecialChar \textcompwordmark{}
9379 illskip}{0pt}
9380 \end_layout
9381
9382 \begin_layout Standard
9383 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9384  erscheint.
9385 \end_layout
9386
9387 \begin_layout Standard
9388 \align center
9389 \begin_inset Tabular
9390 <lyxtabular version="3" rows="39" columns="3">
9391 <features islongtable="true">
9392 <column alignment="left" valignment="top" leftline="true" width="0cm">
9393 <column alignment="left" valignment="top" rightline="true" width="3cm">
9394 <column alignment="right" valignment="top" rightline="true" width="0pt">
9395 <row endfirsthead="true">
9396 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Standard
9400 \begin_inset Caption
9401
9402 \begin_layout Standard
9403 Tabelle mit manuellem Seitenumbruch in einer Zelle
9404 \begin_inset LatexCommand label
9405 name "tab:ForcedPagebreak"
9406
9407 \end_inset
9408
9409
9410 \begin_inset OptArg
9411 status collapsed
9412
9413 \begin_layout Standard
9414 Tabelle mit manuellem Seitenumbruch in einer Zelle
9415 \end_layout
9416
9417 \end_inset
9418
9419
9420 \end_layout
9421
9422 \end_inset
9423
9424
9425 \begin_inset ERT
9426 status collapsed
9427
9428 \begin_layout Standard
9429
9430
9431 \backslash
9432
9433 \backslash
9434 %
9435 \end_layout
9436
9437 \end_inset
9438
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Standard
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Standard
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row topline="true" bottomline="true" endfirsthead="true">
9464 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Standard
9468
9469 \series bold
9470 Telefonliste (ignoriere die Namen)
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Standard
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Standard
9488
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row topline="true" bottomline="true" endfirsthead="true">
9495 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Standard
9499
9500 \series bold
9501 NAME
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Standard
9510
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Standard
9519
9520 \series bold
9521 TEL.
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 <row bottomline="true" endhead="true">
9528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Standard
9532 \begin_inset ERT
9533 status collapsed
9534
9535 \begin_layout Standard
9536
9537
9538 \backslash
9539 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9540 \backslash
9541
9542 \backslash
9543 %
9544 \end_layout
9545
9546 \end_inset
9547
9548
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Standard
9557
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Standard
9566
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 <row topline="true" bottomline="true" endhead="true">
9573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Standard
9577
9578 \series bold
9579 Telefonliste
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Standard
9588
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Standard
9597
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row topline="true" bottomline="true" endhead="true">
9604 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Standard
9608
9609 \series bold
9610 NAME
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Standard
9619
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Standard
9628
9629 \series bold
9630 TEL.
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 </row>
9636 <row topline="true" bottomline="true" endfoot="true">
9637 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Standard
9641 wird fortgesetzt\SpecialChar \ldots{}
9642
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Standard
9651
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Standard
9660
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 </row>
9666 <row>
9667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Standard
9671
9672 \series bold
9673 Annovi
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 <cell alignment="center" valignment="top" topline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Standard
9682 Silvia
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Standard
9691 111
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 </row>
9697 <row>
9698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Standard
9702
9703 \series bold
9704 Bertoli
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="center" valignment="top" topline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Standard
9713 Stefano
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Standard
9722 111
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 </row>
9728 <row>
9729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Standard
9733
9734 \series bold
9735 Bozzi
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 <cell alignment="center" valignment="top" topline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Standard
9744 Walter
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Standard
9753 111
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Standard
9764
9765 \series bold
9766 Cachia
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell alignment="center" valignment="top" topline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Standard
9775 Maria
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Standard
9784 111
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Standard
9795
9796 \series bold
9797 Cachia
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell alignment="center" valignment="top" topline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Standard
9806 Maurizio
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Standard
9815 111
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 </row>
9821 <row>
9822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Standard
9826
9827 \series bold
9828 Cinquemani
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" topline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Standard
9837 Giusi
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Standard
9846 111
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 <row>
9853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Standard
9857
9858 \series bold
9859 Colin
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell alignment="center" valignment="top" topline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Standard
9868 Bernard
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Standard
9877 111
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Standard
9888
9889 \series bold
9890 Concli
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" topline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Standard
9899 Gianfranco
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Standard
9908 111
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Standard
9919
9920 \series bold
9921 Dal Bosco
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell alignment="center" valignment="top" topline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Standard
9930 Carolina
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Standard
9939 111
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 <row>
9946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Standard
9950
9951 \series bold
9952 Dalpiaz
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" topline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Standard
9961 Annamaria
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Standard
9970 111
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row>
9977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Standard
9981
9982 \series bold
9983 Feliciello
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" topline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Standard
9992 Domenico
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Standard
10001 111
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 <row>
10008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Standard
10012
10013 \series bold
10014 Focarelli
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="center" valignment="top" topline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Standard
10023 Paola
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Standard
10032 111
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Standard
10043
10044 \series bold
10045 Galletti
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" topline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Standard
10054 Oreste
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Standard
10063 111
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Standard
10074
10075 \series bold
10076 Gasparini
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" topline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Standard
10085 Franca
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Standard
10094 111
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Standard
10105
10106 \series bold
10107 Lassini
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" topline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Standard
10116 Giancarlo
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Standard
10125 111
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row>
10132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Standard
10136
10137 \series bold
10138 Malfatti
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" topline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Standard
10147 Luciano
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Standard
10156 111
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Standard
10167
10168 \series bold
10169 Malfatti
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" topline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Standard
10178 Valeriano
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Standard
10187 111
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Standard
10198
10199 \series bold
10200 Meneguzzo
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" topline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Standard
10209 Roberto
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Standard
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Standard
10229
10230 \series bold
10231 Mezzadra
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" topline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Standard
10240 Roberto
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Standard
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Standard
10260
10261 \series bold
10262 Pirpamer
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" topline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Standard
10271 Erich
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Standard
10280 111
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 </row>
10286 <row>
10287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Standard
10291
10292 \series bold
10293 Pochiesa
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" topline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Standard
10302 Paolo
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Standard
10311 111, 222
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Standard
10322
10323 \series bold
10324 Radina
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" topline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Standard
10333 Claudio
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Standard
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Standard
10353
10354 \series bold
10355 Rizzardi
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Standard
10364 Paolo, 11.
10365  Fürst von Monte\SpecialChar \-
10366 com\SpecialChar \-
10367 patri, 11.
10368  Fürst von Sulmona und Vivaro, 10.
10369  Fürst von Rossano, 5.
10370  Herzog von Canemorte, 11.
10371  Herzog von Palombara, 5.
10372  Herzog von Castelchiodato,
10373 \begin_inset ERT
10374 status collapsed
10375
10376 \begin_layout Standard
10377
10378 & 111
10379 \backslash
10380
10381 \backslash
10382
10383 \end_layout
10384
10385 \begin_layout Standard
10386
10387 &
10388 \end_layout
10389
10390 \end_inset
10391
10392  11.
10393  Herzog von Poggionativo, 11.
10394  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10395  Graf von Valinfreda, 11.
10396  Baron von Cropalati, 11.
10397  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Standard
10406
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 </row>
10412 <row>
10413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Standard
10417
10418 \series bold
10419 Stuffer
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" topline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Standard
10428 Oskar
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Standard
10437 111
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 </row>
10443 <row>
10444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Standard
10448
10449 \series bold
10450 Tacchelli
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" topline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Standard
10459 Ugo
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Standard
10468 111
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 </row>
10474 <row>
10475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Standard
10479
10480 \series bold
10481 Tezzele
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" topline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Standard
10490 Margit
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Standard
10499 111
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 </row>
10505 <row>
10506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Standard
10510
10511 \series bold
10512 Unterkalmsteiner
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" topline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Standard
10521 Frieda
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Standard
10530 111
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 </row>
10536 <row>
10537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Standard
10541
10542 \series bold
10543 Vieider
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" topline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Standard
10552 Hilde
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Standard
10561 111
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Standard
10572
10573 \series bold
10574 Vigna
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" topline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Standard
10583 Jürgen
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Standard
10592 111
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 </row>
10598 <row>
10599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Standard
10603
10604 \series bold
10605 Weber
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" topline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Standard
10614 Maurizio
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Standard
10623 111
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 </row>
10629 <row bottomline="true">
10630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Standard
10634
10635 \series bold
10636 Winkler
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Standard
10645 Franz
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Standard
10654 111
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 <row endlastfoot="true">
10661 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Standard
10665
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Standard
10674
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Standard
10683
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 </lyxtabular>
10690
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \begin_layout Section
10697 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10698 \end_layout
10699
10700 \begin_layout Subsection
10701 Mehrfache Zeilen in Zellen
10702 \begin_inset LatexCommand label
10703 name "uab:Mehrfache-Zeilen-in"
10704
10705 \end_inset
10706
10707
10708 \begin_inset LatexCommand index
10709 name "Mehrfache ! Zeilen in Zellen"
10710
10711 \end_inset
10712
10713
10714 \begin_inset LatexCommand index
10715 name "Tabellen ! Zeilenumbrüche"
10716
10717 \end_inset
10718
10719
10720 \end_layout
10721
10722 \begin_layout Standard
10723 \align center
10724 \begin_inset Float table
10725 placement H
10726 wide false
10727 sideways false
10728 status open
10729
10730 \begin_layout Standard
10731 \begin_inset Caption
10732
10733 \begin_layout Standard
10734 \begin_inset LatexCommand label
10735 name "tab:Table-with-multiple"
10736
10737 \end_inset
10738
10739 Tabelle mit mehrfachen Zeilen in einer Zelle
10740 \end_layout
10741
10742 \end_inset
10743
10744
10745 \end_layout
10746
10747 \begin_layout Standard
10748 \align center
10749 \begin_inset Tabular
10750 <lyxtabular version="3" rows="3" columns="3">
10751 <features>
10752 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10753 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10754 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10755 <row topline="true">
10756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Standard
10760 zwei
10761 \begin_inset ERT
10762 status collapsed
10763
10764 \begin_layout Standard
10765
10766
10767 \backslash
10768 linebreak 
10769 \end_layout
10770
10771 \end_inset
10772
10773  Zeilen
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Standard
10782 b
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Standard
10791 c
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row topline="true">
10798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Standard
10802 d
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Standard
10811 e
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Standard
10820 f
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row topline="true" bottomline="true">
10827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Standard
10831 g
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Standard
10840 h
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Standard
10849 i
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 </lyxtabular>
10856
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \begin_layout Standard
10868 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
10869  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
10870  Tabelle\InsetSpace ~
10871
10872 \begin_inset LatexCommand ref
10873 reference "tab:Table-with-multiple"
10874
10875 \end_inset
10876
10877  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
10878 \family sans
10879 Tabellen-Einstellungen
10880 \family default
10881 -Dialog auf 2.5\InsetSpace \thinspace{}
10882 cm gesetzt und die vertikalen und horizontalen Ausrichtungen
10883  zentriert.
10884  Weil unser Text schmaler als 2.5\InsetSpace \thinspace{}
10885 cm ist, würde er in einer Zeile gedruckt
10886  werden.
10887  Um zwei Zeilen zu bekommen, wurde folgender Befehl als TeX-Code zwischen
10888  die beiden Worten eingefügt:
10889 \end_layout
10890
10891 \begin_layout Standard
10892
10893 \series bold
10894
10895 \backslash
10896 linebreak
10897 \end_layout
10898
10899 \begin_layout Standard
10900 Wenn der Text länger ist, wird er automatisch umgebrochen.
10901 \end_layout
10902
10903 \begin_layout Standard
10904 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
10905  setzen Sie die Breite der beiden Spalten im 
10906 \family sans
10907 Tabellen-Einstellungen
10908 \family default
10909 -Dialog auf 0.5\InsetSpace \thinspace{}
10910 cm und die vertikale Ausrichtung auf zentriert.
10911 \end_layout
10912
10913 \begin_layout Standard
10914 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
10915  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
10916  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
10917  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
10918  Fügen Sie den Befehl
10919 \end_layout
10920
10921 \begin_layout Standard
10922
10923 \series bold
10924
10925 \backslash
10926 hspace{0pt}
10927 \end_layout
10928
10929 \begin_layout Standard
10930 als TeX-Code vor dem Wort ein.
10931  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
10932  Tabelle\InsetSpace ~
10933
10934 \begin_inset LatexCommand ref
10935 reference "tab:Table-with-and"
10936
10937 \end_inset
10938
10939  zeigt die Wirkungen.
10940 \end_layout
10941
10942 \begin_layout Standard
10943 \begin_inset Float table
10944 wide false
10945 sideways false
10946 status open
10947
10948 \begin_layout Standard
10949 \begin_inset Caption
10950
10951 \begin_layout Standard
10952 \begin_inset LatexCommand label
10953 name "tab:Table-with-and"
10954
10955 \end_inset
10956
10957 Tabelle ohne und mit Silbentrennung
10958 \end_layout
10959
10960 \end_inset
10961
10962
10963 \end_layout
10964
10965 \begin_layout Standard
10966 \begin_inset Tabular
10967 <lyxtabular version="3" rows="3" columns="3">
10968 <features>
10969 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10970 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10971 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10972 <row topline="true">
10973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Standard
10977 einsehrlangesZellenwort
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Standard
10986 b
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Standard
10995 c
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row topline="true">
11002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Standard
11006 d
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Standard
11015 e
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Standard
11024 f
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 <row topline="true" bottomline="true">
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Standard
11035 g
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Standard
11044 h
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Standard
11053 i
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 </row>
11059 </lyxtabular>
11060
11061 \end_inset
11062
11063
11064 \hfill
11065
11066 \begin_inset Tabular
11067 <lyxtabular version="3" rows="3" columns="3">
11068 <features>
11069 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
11070 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
11071 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
11072 <row topline="true">
11073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Standard
11077 \begin_inset ERT
11078 status collapsed
11079
11080 \begin_layout Standard
11081
11082
11083 \backslash
11084 hspace{0pt}
11085 \end_layout
11086
11087 \end_inset
11088
11089 einsehrlangesZellenwort
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Standard
11098 b
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Standard
11107 c
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 <row topline="true">
11114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Standard
11118 d
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Standard
11127 e
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Standard
11136 f
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 </row>
11142 <row topline="true" bottomline="true">
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Standard
11147 g
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Standard
11156 h
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Standard
11165 i
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 </row>
11171 </lyxtabular>
11172
11173 \end_inset
11174
11175
11176 \hfill
11177
11178 \begin_inset Tabular
11179 <lyxtabular version="3" rows="3" columns="3">
11180 <features>
11181 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
11182 <column alignment="center" valignment="top" leftline="true" width="0">
11183 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11184 <row topline="true">
11185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Standard
11189 ein\SpecialChar \-
11190 sehr\SpecialChar \-
11191 lan\SpecialChar \-
11192 ges\SpecialChar \-
11193 Zel\SpecialChar \-
11194 len\SpecialChar \-
11195 wort
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Standard
11204 c
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Standard
11213 d
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 </row>
11219 <row topline="true">
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Standard
11224 d
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Standard
11233 e
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Standard
11242 f
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 <row topline="true" bottomline="true">
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Standard
11253 g
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Standard
11262 h
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Standard
11271 i
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 </row>
11277 </lyxtabular>
11278
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \end_inset
11285
11286
11287 \end_layout
11288
11289 \begin_layout Subsection
11290 Mehrfachspalten
11291 \begin_inset LatexCommand label
11292 name "uab:Mehrfachspalten"
11293
11294 \end_inset
11295
11296
11297 \begin_inset LatexCommand index
11298 name "Mahrfachspalten"
11299
11300 \end_inset
11301
11302
11303 \begin_inset LatexCommand index
11304 name "Tabellen ! Mahrfachspalten"
11305
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \begin_layout Subsubsection
11312 Grundlagen
11313 \end_layout
11314
11315 \begin_layout Standard
11316 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11317  und verwenden dann den Knopf 
11318 \begin_inset Graphics
11319         filename ../../images/tabular-feature_multicolumn.png
11320         scale 70
11321         scaleBeforeRotation
11322         BoundingBox 0bp 6bp 22bp 22bp
11323
11324 \end_inset
11325
11326 in der Werkzeugleiste, das Menü 
11327 \family sans
11328 Bearbeiten\SpecialChar \menuseparator
11329 Tabelle\SpecialChar \menuseparator
11330 Mehrfachspalte
11331 \family default
11332  oder den 
11333 \family sans
11334 Tabellen-Einstellungen
11335 \family default
11336 -Dialog, in dem Sie auf der Karteikarte 
11337 \family sans
11338 Tabellen-Einstellungen
11339 \family default
11340  
11341 \family sans
11342 Mehrfachspalte
11343 \family default
11344  ankreuzen.
11345 \end_layout
11346
11347 \begin_layout Standard
11348 Mehrfachspalten haben ihre eigenen Einstellungen.
11349  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11350  Hier ist ein Beispiel, wobei 
11351 \begin_inset Quotes gld
11352 \end_inset
11353
11354 B 2
11355 \begin_inset Quotes grd
11356 \end_inset
11357
11358  keine Mehrfachzeile ist, wie in Abschnitt\InsetSpace ~
11359
11360 \begin_inset LatexCommand ref
11361 reference "uab:Mehrfachzeilen"
11362
11363 \end_inset
11364
11365  beschrieben.
11366  Es wurde nur eine Linie weggelassen:
11367 \end_layout
11368
11369 \begin_layout Standard
11370 \align center
11371 \begin_inset Tabular
11372 <lyxtabular version="3" rows="3" columns="4">
11373 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11374 <column alignment="center" valignment="top" leftline="true" width="0pt">
11375 <column alignment="center" valignment="middle" leftline="true" width="0">
11376 <column alignment="center" valignment="top" leftline="true" width="0in">
11377 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
11378 <row topline="true" bottomline="true">
11379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Standard
11383 abc
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Standard
11392 def ghi
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Standard
11401
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Standard
11410 jkl
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 </row>
11416 <row topline="true">
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Standard
11421
11422 \family roman
11423 \series medium
11424 \shape up
11425 \size normal
11426 \emph off
11427 \bar no
11428 \noun off
11429 \color none
11430 A
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Standard
11439 B
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Standard
11448 C
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Standard
11457 D
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 </row>
11463 <row topline="true" bottomline="true">
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Standard
11468 1
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Standard
11477 2
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Standard
11486 3
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Standard
11495 4
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 </row>
11501 </lyxtabular>
11502
11503 \end_inset
11504
11505
11506 \end_layout
11507
11508 \begin_layout Subsubsection
11509 Mehrfachspalten-Berechnungen
11510 \begin_inset LatexCommand label
11511 name "uab:Mehrfachspalten-Berechnungen"
11512
11513 \end_inset
11514
11515
11516 \begin_inset LatexCommand index
11517 name "Mahrfachspalten ! Berechnung"
11518
11519 \end_inset
11520
11521
11522 \begin_inset LatexCommand index
11523 name "Tabellen ! Mahrfachspalten ! Berechnung"
11524
11525 \end_inset
11526
11527
11528 \end_layout
11529
11530 \begin_layout Standard
11531 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11532  Zellen beachten.
11533 \end_layout
11534
11535 \begin_layout Standard
11536 \begin_inset Float table
11537 placement h
11538 wide false
11539 sideways false
11540 status open
11541
11542 \begin_layout Standard
11543 \begin_inset Caption
11544
11545 \begin_layout Standard
11546 \begin_inset LatexCommand label
11547 name "tab:Table-with-centered"
11548
11549 \end_inset
11550
11551 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11552  die halbe Breite der Mehrfachspalten-Zelle haben
11553 \begin_inset OptArg
11554 status collapsed
11555
11556 \begin_layout Standard
11557 Eine Mehrfachspalten-Tabelle
11558 \end_layout
11559
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \begin_layout Standard
11571 \align center
11572 \begin_inset Tabular
11573 <lyxtabular version="3" rows="3" columns="3">
11574 <features>
11575 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11576 <column alignment="center" valignment="middle" leftline="true" width="0">
11577 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11578 <row topline="true">
11579 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11580 \begin_inset Text
11581
11582 \begin_layout Standard
11583 Dies ist eine Mehrfach\SpecialChar \-
11584 spalten-Zelle
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Standard
11593
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Standard
11602 c
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 </row>
11608 <row topline="true">
11609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Standard
11613 d
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Standard
11622 e
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Standard
11631 f
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 </row>
11637 <row topline="true" bottomline="true">
11638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Standard
11642 g
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Standard
11651 h
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Standard
11660 i
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 </row>
11666 </lyxtabular>
11667
11668 \end_inset
11669
11670
11671 \end_layout
11672
11673 \end_inset
11674
11675
11676 \end_layout
11677
11678 \begin_layout Standard
11679 Um Tabelle\InsetSpace ~
11680
11681 \begin_inset LatexCommand ref
11682 reference "tab:Table-with-centered"
11683
11684 \end_inset
11685
11686  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11687  3×3-Tabelle, kreuzen im 
11688 \family sans
11689 Tabellen-Einstellungen
11690 \family default
11691 -Dialog 
11692 \family sans
11693 Mehrfachspalte
11694 \family default
11695  an, setzen die 
11696 \family sans
11697 Horizontale\InsetSpace ~
11698 Ausrichtung
11699 \family default
11700  auf 
11701 \family sans
11702 Zentriert
11703 \family default
11704  und die 
11705 \family sans
11706 Breite
11707 \family default
11708  auf 2.5\InsetSpace \thinspace{}
11709 cm.
11710  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11711  Sie die Breite der ersten Spalte auf 1.25\InsetSpace \thinspace{}
11712 cm setzen.
11713  Die zweite Spalte wird dann automatisch 1.25\InsetSpace \thinspace{}
11714 cm breit (Breite der 
11715 \family sans
11716 Mehrfachspalte
11717 \family default
11718  
11719 \begin_inset Formula $-$
11720 \end_inset
11721
11722  Breite der ersten Spalte).
11723  Dies wurde so für Tabelle\InsetSpace ~
11724
11725 \begin_inset LatexCommand ref
11726 reference "tab:Table-without-half"
11727
11728 \end_inset
11729
11730  gemacht.
11731 \end_layout
11732
11733 \begin_layout Standard
11734 \begin_inset Float table
11735 wide false
11736 sideways false
11737 status open
11738
11739 \begin_layout Standard
11740 \begin_inset Caption
11741
11742 \begin_layout Standard
11743 \begin_inset LatexCommand label
11744 name "tab:Table-without-half"
11745
11746 \end_inset
11747
11748 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11749  wie die Mehrfachspalte
11750 \begin_inset OptArg
11751 status collapsed
11752
11753 \begin_layout Standard
11754 Eine unvollkommene Mehrfachspalten-Tabelle
11755 \end_layout
11756
11757 \end_inset
11758
11759
11760 \end_layout
11761
11762 \end_inset
11763
11764
11765 \end_layout
11766
11767 \begin_layout Standard
11768 \align center
11769 \begin_inset Tabular
11770 <lyxtabular version="3" rows="3" columns="3">
11771 <features>
11772 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
11773 <column alignment="center" valignment="top" leftline="true" width="0">
11774 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11775 <row topline="true" bottomline="true">
11776 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11777 \begin_inset Text
11778
11779 \begin_layout Standard
11780 Dies ist auch eine Mehr\SpecialChar \-
11781 fach\SpecialChar \-
11782 spalten-Zelle
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Standard
11791
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Standard
11800 c
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 </row>
11806 <row topline="true">
11807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Standard
11811 d
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Standard
11820 e
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Standard
11829 f
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 <row topline="true" bottomline="true">
11836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Standard
11840 g
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Standard
11849 h
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Standard
11858 i
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 </row>
11864 </lyxtabular>
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \begin_layout Standard
11877 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
11878  als die zweite ist.
11879  Das liegt daran, dass die Zellenbreite 
11880 \begin_inset Formula $W_{\mathrm{tot}}$
11881 \end_inset
11882
11883  nicht ihre definierte Breite 
11884 \begin_inset Formula $W_{g}$
11885 \end_inset
11886
11887  ist, sondern ein wenig mehr.
11888  Anhang\InsetSpace ~
11889
11890 \begin_inset LatexCommand ref
11891 reference "kap:Exläuterung-einer-Gleichung"
11892
11893 \end_inset
11894
11895  erklärt das genauer.
11896 \end_layout
11897
11898 \begin_layout Standard
11899 Wenn 
11900 \emph on
11901 n
11902 \emph default
11903  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
11904  die definierte Breite 
11905 \begin_inset Formula $W_{g\, n}$
11906 \end_inset
11907
11908  einer Spalte, deren totale Breite = 
11909 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11910 \end_inset
11911
11912  sein soll, wie folgt:
11913 \begin_inset Formula \begin{equation}
11914 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11915
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \begin_layout Standard
11922 In unserem Falls ist 
11923 \begin_inset Formula $n=2$
11924 \end_inset
11925
11926
11927 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11928 \end_inset
11929
11930 cm, und damit wird aus Gleichung\InsetSpace ~
11931
11932 \begin_inset LatexCommand ref
11933 reference "eq:Wgn"
11934
11935 \end_inset
11936
11937  
11938 \begin_inset Formula \begin{equation}
11939 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11940
11941 \end_inset
11942
11943
11944 \end_layout
11945
11946 \begin_layout Standard
11947 Damit LaTeX rechnen kann, muss das Paket 
11948 \series bold
11949 calc
11950 \series default
11951  im Vorspann geladen werden.
11952 \begin_inset LatexCommand index
11953 name "LaTeX-Pakete ! calc"
11954
11955 \end_inset
11956
11957
11958 \end_layout
11959
11960 \begin_layout Standard
11961
11962 \series bold
11963
11964 \backslash
11965 usepackage{calc}
11966 \end_layout
11967
11968 \begin_layout Standard
11969 LyX erlaubt im 
11970 \family sans
11971 Breite
11972 \family default
11973 -Feld des 
11974 \family sans
11975 Tabellen-Einstellungen
11976 \family default
11977 -Dialogs keine Berechnungen.
11978  Deshalb müssen Sie die Formel für die Breite im Feld 
11979 \family sans
11980 LaTe
11981 \begin_inset ERT
11982 status collapsed
11983
11984 \begin_layout Standard
11985
11986 {}
11987 \end_layout
11988
11989 \end_inset
11990
11991 X-Argument
11992 \family default
11993  eingeben.
11994  Hier iss ein Überblick über die Argumente:
11995 \end_layout
11996
11997 \begin_layout Itemize
11998
11999 \series bold
12000 p{Breite}
12001 \series default
12002  die Zelle bekommt eine feste 
12003 \series bold
12004 Breite
12005 \series default
12006 , und die vertikale Ausrichtung ist 
12007 \family sans
12008 Oben
12009 \end_layout
12010
12011 \begin_layout Itemize
12012
12013 \series bold
12014 m{Breite}
12015 \series default
12016  die Zelle bekommt eine feste 
12017 \series bold
12018 Breite
12019 \series default
12020 , und die vertikale Ausrichtung ist 
12021 \family sans
12022 Mitte
12023 \end_layout
12024
12025 \begin_layout Itemize
12026
12027 \series bold
12028 b{Breite}
12029 \series default
12030  die Zelle bekommt eine feste 
12031 \series bold
12032 Breite
12033 \series default
12034 , und die vertikale Ausrichtung ist 
12035 \family sans
12036 Unten
12037 \end_layout
12038
12039 \begin_layout Standard
12040 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12041  für diese Zelle überschrieben.
12042 \end_layout
12043
12044 \begin_layout Standard
12045 \begin_inset Note Greyedout
12046 status open
12047
12048 \begin_layout Standard
12049
12050 \series bold
12051 Bemerkung:
12052 \series default
12053  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
12054  angezeigt.
12055 \end_layout
12056
12057 \end_inset
12058
12059
12060 \end_layout
12061
12062 \begin_layout Standard
12063 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12064  der Zelle mit dem Inhalt 
12065 \begin_inset Quotes gld
12066 \end_inset
12067
12068 d
12069 \begin_inset Quotes grd
12070 \end_inset
12071
12072  der Tabelle\InsetSpace ~
12073
12074 \begin_inset LatexCommand ref
12075 reference "tab:Table-with-centered"
12076
12077 \end_inset
12078
12079  auch noch der Befehl
12080 \family typewriter
12081 \series bold
12082  
12083 \family default
12084
12085 \backslash
12086 centering
12087 \series default
12088  hinzugefügt.
12089  Das Ganze sieht dann so aus:
12090 \end_layout
12091
12092 \begin_layout Standard
12093
12094 \series bold
12095 |>{
12096 \backslash
12097 centering}m{1.25cm-6.2pt}
12098 \end_layout
12099
12100 \begin_layout Standard
12101 Der vertikale Strich 
12102 \series bold
12103
12104 \begin_inset Quotes gld
12105 \end_inset
12106
12107 |
12108 \series default
12109
12110 \begin_inset Quotes grd
12111 \end_inset
12112
12113  am Anfang zeichnet die linke Linie, und der Befehl 
12114 \series bold
12115
12116 \begin_inset Quotes gld
12117 \end_inset
12118
12119 >{ }
12120 \begin_inset Quotes grd
12121 \end_inset
12122
12123
12124 \series default
12125  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12126  der Zelle benutzt werden sollen.
12127 \end_layout
12128
12129 \begin_layout Standard
12130 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12131  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12132  für einzelne Spalten anwendet.
12133  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12134  werden:
12135 \end_layout
12136
12137 \begin_layout Standard
12138
12139 \series bold
12140 |>{
12141 \backslash
12142 centering}m{2.5cm}|
12143 \end_layout
12144
12145 \begin_layout Subsection
12146 Mehrfachzeilen
12147 \begin_inset LatexCommand label
12148 name "uab:Mehrfachzeilen"
12149
12150 \end_inset
12151
12152
12153 \begin_inset LatexCommand index
12154 name "Mehrfachzeilen"
12155
12156 \end_inset
12157
12158
12159 \begin_inset LatexCommand index
12160 name "Tabellen ! Mehrfachzeilen"
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Standard
12168 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12169  unterstützt, sodass etwas TeX-Code notwendig.
12170  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12171 \series bold
12172 multirow
12173 \series default
12174
12175 \begin_inset LatexCommand index
12176 name "LaTeX-Pakete ! multirow"
12177
12178 \end_inset
12179
12180  im Vorspann geladen werden:
12181 \end_layout
12182
12183 \begin_layout Standard
12184
12185 \series bold
12186
12187 \backslash
12188 usepackage{multirow}
12189 \end_layout
12190
12191 \begin_layout Standard
12192 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12193 \end_layout
12194
12195 \begin_layout Standard
12196
12197 \series bold
12198
12199 \backslash
12200 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12201 \end_layout
12202
12203 \begin_layout Standard
12204 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12205  Mehrfachspalte definiert und die obere Linie entfernt.
12206 \end_layout
12207
12208 \begin_layout Standard
12209 \align center
12210 \begin_inset ERT
12211 status collapsed
12212
12213 \begin_layout Standard
12214
12215
12216 \backslash
12217 renewcommand{
12218 \backslash
12219 multirowsetup}{
12220 \backslash
12221 centering}
12222 \end_layout
12223
12224 \end_inset
12225
12226
12227 \begin_inset Tabular
12228 <lyxtabular version="3" rows="3" columns="3">
12229 <features>
12230 <column alignment="center" valignment="top" leftline="true" width="0">
12231 <column alignment="center" valignment="top" leftline="true" width="0">
12232 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12233 <row topline="true">
12234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Standard
12238 a
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Standard
12247 b
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Standard
12256 c
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 </row>
12262 <row topline="true">
12263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Standard
12267 \begin_inset ERT
12268 status collapsed
12269
12270 \begin_layout Standard
12271
12272
12273 \backslash
12274 multirow{2}{2.5cm}{
12275 \end_layout
12276
12277 \end_inset
12278
12279 Mehrfach\SpecialChar \-
12280 zeilen-Text
12281 \begin_inset ERT
12282 status collapsed
12283
12284 \begin_layout Standard
12285
12286 }
12287 \end_layout
12288
12289 \end_inset
12290
12291
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Standard
12300 e
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Standard
12309 f
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 </row>
12315 <row topline="true" bottomline="true">
12316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Standard
12320
12321 \end_layout
12322
12323 \end_inset
12324 </cell>
12325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Standard
12329 h
12330 \end_layout
12331
12332 \end_inset
12333 </cell>
12334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12335 \begin_inset Text
12336
12337 \begin_layout Standard
12338 i
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 </row>
12344 </lyxtabular>
12345
12346 \end_inset
12347
12348
12349 \begin_inset ERT
12350 status collapsed
12351
12352 \begin_layout Standard
12353
12354
12355 \backslash
12356 renewcommand{
12357 \backslash
12358 multirowsetup}{
12359 \backslash
12360 raggedright}
12361 \end_layout
12362
12363 \end_inset
12364
12365
12366 \end_layout
12367
12368 \begin_layout Standard
12369 In der Zelle darüber wurde dann mit dem Befehl
12370 \end_layout
12371
12372 \begin_layout Standard
12373
12374 \series bold
12375
12376 \backslash
12377 multirow{2}{2.5cm}{
12378 \end_layout
12379
12380 \begin_layout Standard
12381 als TeX-Code die Mehrfachzeile definiert.
12382  Sie besteht aus zwei Zeilen und einer Breite von 2.5\InsetSpace \thinspace{}
12383 cm.
12384  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12385  mit der Klammer 
12386 \begin_inset Quotes gld
12387 \end_inset
12388
12389
12390 \series bold
12391 }
12392 \series default
12393
12394 \begin_inset Quotes grd
12395 \end_inset
12396
12397  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12398 \end_layout
12399
12400 \begin_layout Standard
12401
12402 \series bold
12403
12404 \backslash
12405 multirow
12406 \series default
12407  richtet seinen Inhalt standardmäßig linksbündig aus.
12408  Das wurde mit dem Befehl
12409 \end_layout
12410
12411 \begin_layout Standard
12412
12413 \series bold
12414
12415 \backslash
12416 renewcommand{
12417 \backslash
12418 multirowsetup}{
12419 \backslash
12420 centering}
12421 \end_layout
12422
12423 \begin_layout Standard
12424 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12425 \end_layout
12426
12427 \begin_layout Standard
12428
12429 \series bold
12430
12431 \backslash
12432 renewcommand{
12433 \backslash
12434 multirowsetup}{
12435 \backslash
12436 raggedright}
12437 \end_layout
12438
12439 \begin_layout Standard
12440 zurückgesetzt.
12441  Für rechtsbündigen Text benutzt man 
12442 \series bold
12443
12444 \backslash
12445 raggedleft
12446 \series default
12447 .
12448 \end_layout
12449
12450 \begin_layout Section
12451 Formale Tabellen
12452 \begin_inset LatexCommand label
12453 name "abs:Formale-Tabellen"
12454
12455 \end_inset
12456
12457
12458 \begin_inset LatexCommand index
12459 name "Tabellen ! Formale"
12460
12461 \end_inset
12462
12463
12464 \end_layout
12465
12466 \begin_layout Standard
12467 Tabellen werden in Büchern oft wie Tabelle\InsetSpace ~
12468
12469 \begin_inset LatexCommand ref
12470 reference "tab:Formale-Tabelle"
12471
12472 \end_inset
12473
12474  gesetzt.
12475  Diese Tabellen werden
12476 \emph on
12477  formal
12478 \emph default
12479  genannt.
12480  Formale Tabellen bekommen Sie, wenn Sie im 
12481 \family sans
12482 Tabellen-Einstellungen
12483 \family default
12484 -Dialog auf der Karteikarte 
12485 \family sans
12486 Rahmen
12487 \family default
12488  den 
12489 \family sans
12490 Stil
12491 \family default
12492  
12493 \family sans
12494 Formal
12495 \family default
12496  ankreuzen.
12497 \end_layout
12498
12499 \begin_layout Standard
12500 \begin_inset Float table
12501 placement h
12502 wide false
12503 sideways false
12504 status open
12505
12506 \begin_layout Standard
12507 \begin_inset Caption
12508
12509 \begin_layout Standard
12510 \begin_inset LatexCommand label
12511 name "tab:Formale-Tabelle"
12512
12513 \end_inset
12514
12515 Formale Tabelle
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \begin_layout Standard
12524 \align center
12525 \begin_inset Tabular
12526 <lyxtabular version="3" rows="8" columns="4">
12527 <features booktabs="true">
12528 <column alignment="center" valignment="top" rightline="true" width="0">
12529 <column alignment="right" valignment="top" width="0">
12530 <column alignment="right" valignment="top" width="0">
12531 <column alignment="right" valignment="top" width="0">
12532 <row topline="true">
12533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Standard
12537 System
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" topline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Standard
12546 Medipix
12547 \begin_inset Formula $\,$
12548 \end_inset
12549
12550 1
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Standard
12559 Medipix
12560 \begin_inset Formula $\,$
12561 \end_inset
12562
12563 2
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Standard
12572
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 </row>
12578 <row>
12579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Standard
12583 \begin_inset ERT
12584 status collapsed
12585
12586 \begin_layout Standard
12587
12588
12589 \backslash
12590 cmidrule(r){2-2}
12591 \end_layout
12592
12593 \end_inset
12594
12595
12596 \begin_inset ERT
12597 status collapsed
12598
12599 \begin_layout Standard
12600
12601
12602 \backslash
12603 cmidrule(l){3-4}
12604 \end_layout
12605
12606 \end_inset
12607
12608 Detektordicke [µm]
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Standard
12617 300
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Standard
12626 300
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Standard
12635 700
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 </row>
12641 <row topline="true">
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Standard
12646 Kantenwinkel [°]
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Standard
12655 3.55
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Standard
12664 2.71
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Standard
12673 7.99
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 </row>
12679 <row topspace="default">
12680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Standard
12684 räumliche Auflösung [µm]
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Standard
12693 4.26
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Standard
12702 10.17
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Standard
12711 10.56
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 </row>
12717 <row topspace="default">
12718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Standard
12722 MTF bei 
12723 \begin_inset Formula $f_{\mathrm{max}}$
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Standard
12735 0.53
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Standard
12744 0.37
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Standard
12753 0.39
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 </row>
12759 <row topspace="default">
12760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Standard
12764 \begin_inset ERT
12765 status collapsed
12766
12767 \begin_layout Standard
12768
12769
12770 \backslash
12771 cmidrule(l{10pt}){1-1}
12772 \end_layout
12773
12774 \end_inset
12775
12776 LSF räumliche Auflösung
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Standard
12785
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Standard
12794
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Standard
12803
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 <row>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Standard
12814 in µm
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Standard
12823 129.7
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Standard
12832 52.75
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Standard
12841 50.78
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 </row>
12847 <row bottomline="true">
12848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Standard
12852 in % der Pixelgröße
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Standard
12861 76.3
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Standard
12870 95.9
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Standard
12879 92.3
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 </row>
12885 </lyxtabular>
12886
12887 \end_inset
12888
12889
12890 \end_layout
12891
12892 \end_inset
12893
12894
12895 \end_layout
12896
12897 \begin_layout Standard
12898 Abstände zu Tabellenzeilen können auf der Karteikarte 
12899 \family sans
12900 Rahmen
12901 \family default
12902  des 
12903 \family sans
12904 Tabellen-Ein\SpecialChar \-
12905 stel\SpecialChar \-
12906 lun\SpecialChar \-
12907 gen
12908 \family default
12909 -Dialogs hinzugefügt werden, wie in Abschnitt\InsetSpace ~
12910
12911 \begin_inset LatexCommand ref
12912 reference "uab:Zeilenabstand"
12913
12914 \end_inset
12915
12916  beschrieben.
12917 \end_layout
12918
12919 \begin_layout Standard
12920 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
12921  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
12922  gedruckt aber anders aus.
12923  Die erste und letzte Linie ist 0.08\InsetSpace \thinspace{}
12924 em dick, während die anderen 0.05\InsetSpace \thinspace{}
12925 em dick
12926  sind.
12927 \end_layout
12928
12929 \begin_layout Standard
12930 Die Standarddicken können im LaTeX-Vorspann geändert werden:
12931 \end_layout
12932
12933 \begin_layout Standard
12934
12935 \series bold
12936
12937 \backslash
12938 let
12939 \backslash
12940 mytoprule
12941 \backslash
12942 toprule
12943 \newline
12944
12945 \backslash
12946 renewcommand{
12947 \backslash
12948 toprule}{
12949 \backslash
12950 mytoprule[Breite]}
12951 \end_layout
12952
12953 \begin_layout Standard
12954 Dies Beispiel gilt für die oberste Linie, genannt 
12955 \series bold
12956 toprule
12957 \series default
12958 .
12959  Für die letzte müssen Sie 
12960 \series bold
12961 toprule
12962 \series default
12963  durch 
12964 \series bold
12965 bottomrule
12966 \series default
12967  ersetzen.
12968  Die Linien dazwischen heißen 
12969 \series bold
12970 midrule
12971 \series default
12972 .
12973  Für 
12974 \family sans
12975 Breite
12976 \family default
12977  können Sie alle Einheiten benutzen, die in Anhang\InsetSpace ~
12978
12979 \begin_inset LatexCommand ref
12980 reference "kap:In-LyX-verfügbare"
12981
12982 \end_inset
12983
12984  aufgelistet sind.
12985 \end_layout
12986
12987 \begin_layout Standard
12988 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
12989  eine Linie unter einer Mehrfachspalte.
12990  LyX wird intern den Befehl 
12991 \series bold
12992
12993 \backslash
12994 cmidrule
12995 \series default
12996  benutzen, um diese Linie zu drucken.
12997  Der ganze Befehl sieht so aus:
12998 \end_layout
12999
13000 \begin_layout Standard
13001
13002 \series bold
13003
13004 \backslash
13005 cmidrule[width](trim){Anfangsspalte-Endspalte}
13006 \end_layout
13007
13008 \begin_layout Standard
13009 Die 
13010 \series bold
13011
13012 \backslash
13013 cmidrule
13014 \series default
13015 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13016  benutzen.
13017  
13018 \series bold
13019
13020 \backslash
13021 cmidrule
13022 \series default
13023  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13024  erste Zelle einer Zeile einfügt.
13025  Die Linie wird dann über der Zeile gedruckt.
13026 \end_layout
13027
13028 \begin_layout Standard
13029 Der Standardwert ist 0.03\InsetSpace \thinspace{}
13030 em.
13031  Die Linie reicht von 
13032 \family typewriter
13033 Anfangsspalte
13034 \family default
13035  bis 
13036 \family typewriter
13037 End\SpecialChar \-
13038 spal\SpecialChar \-
13039 te
13040 \family default
13041 .
13042  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13043   Der optionale Parameter 
13044 \family typewriter
13045 trim
13046 \family default
13047  kann die Werte 
13048 \emph on
13049 r
13050 \emph default
13051
13052 \emph on
13053 r{Breite}
13054 \emph default
13055
13056 \emph on
13057 l
13058 \family typewriter
13059 \emph default
13060  
13061 \family default
13062 oder 
13063 \emph on
13064 l{Breite}
13065 \emph default
13066  annehmen, wobei die 
13067 \family sans
13068 Breite
13069 \family default
13070  optional ist.
13071  
13072 \emph on
13073 l{2pt}
13074 \emph default
13075  zum Beispiel bedeutet, dass die Linie links um 2\InsetSpace \thinspace{}
13076 pt gekürzt wird.
13077  Ohne Breitenangabe werden die Linien um 0.5\InsetSpace \thinspace{}
13078 em gekürzt.
13079 \end_layout
13080
13081 \begin_layout Standard
13082 \begin_inset VSpace bigskip
13083 \end_inset
13084
13085 In Tabelle\InsetSpace ~
13086
13087 \begin_inset LatexCommand ref
13088 reference "tab:Formale-Tabelle"
13089
13090 \end_inset
13091
13092  wurden die Befehle
13093 \end_layout
13094
13095 \begin_layout Standard
13096
13097 \series bold
13098
13099 \backslash
13100 cmidrule(r){2-2}
13101 \backslash
13102 cmidrule(l){3-4}
13103 \end_layout
13104
13105 \begin_layout Standard
13106 am Anfange der zweiten Zeile und
13107 \end_layout
13108
13109 \begin_layout Standard
13110
13111 \series bold
13112
13113 \backslash
13114 cmidrule(l{10pt}){1-1}
13115 \end_layout
13116
13117 \begin_layout Standard
13118 in der sechsten benutzt.
13119 \end_layout
13120
13121 \begin_layout Standard
13122 \begin_inset VSpace bigskip
13123 \end_inset
13124
13125
13126 \end_layout
13127
13128 \begin_layout Standard
13129 Sie können mit 
13130 \series bold
13131
13132 \backslash
13133 cmidrule
13134 \series default
13135  auch überlappende Linien wie in Tabelle\InsetSpace ~
13136
13137 \begin_inset LatexCommand ref
13138 reference "tab:Special-booktabs-table"
13139
13140 \end_inset
13141
13142  definieren.
13143  Der Befehl ist:
13144 \end_layout
13145
13146 \begin_layout Standard
13147
13148 \series bold
13149
13150 \backslash
13151 morecmidrules
13152 \end_layout
13153
13154 \begin_layout Standard
13155 In Zeile zwei der Tabelle\InsetSpace ~
13156
13157 \begin_inset LatexCommand ref
13158 reference "tab:Special-booktabs-table"
13159
13160 \end_inset
13161
13162  wurde folgender Befehl benutzt:
13163 \end_layout
13164
13165 \begin_layout Standard
13166
13167 \series bold
13168
13169 \backslash
13170 cmidrule(r){2-2}
13171 \backslash
13172 cmidrule(l){3-4}
13173 \backslash
13174 morecmidrules
13175 \newline
13176
13177 \backslash
13178 cmidrule{2-4}
13179 \end_layout
13180
13181 \begin_layout Standard
13182 und in Zeile sechs:
13183 \end_layout
13184
13185 \begin_layout Standard
13186
13187 \series bold
13188
13189 \backslash
13190 midrule
13191 \backslash
13192 morecmidrules
13193 \backslash
13194 cmidrule{3-4}
13195 \end_layout
13196
13197 \begin_layout Standard
13198 \begin_inset VSpace bigskip
13199 \end_inset
13200
13201
13202 \end_layout
13203
13204 \begin_layout Standard
13205 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13206  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13207 \end_layout
13208
13209 \begin_layout Standard
13210
13211 \series bold
13212
13213 \backslash
13214 specialrule{Dicke}{Abstand davor}{Abstand danach}
13215 \end_layout
13216
13217 \begin_layout Standard
13218 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13219 \series bold
13220 booktabs
13221 \series default
13222  
13223 \begin_inset LatexCommand cite
13224 key "booktabs"
13225
13226 \end_inset
13227
13228 .
13229 \begin_inset LatexCommand index
13230 name "LaTeX-Pakete ! booktabs"
13231
13232 \end_inset
13233
13234
13235 \end_layout
13236
13237 \begin_layout Standard
13238 \begin_inset Float table
13239 placement h
13240 wide false
13241 sideways false
13242 status open
13243
13244 \begin_layout Standard
13245 \begin_inset Caption
13246
13247 \begin_layout Standard
13248 \begin_inset LatexCommand label
13249 name "tab:Special-booktabs-table"
13250
13251 \end_inset
13252
13253 Eine spezielle formale Tabelle
13254 \end_layout
13255
13256 \end_inset
13257
13258
13259 \end_layout
13260
13261 \begin_layout Standard
13262 \align center
13263 \begin_inset Tabular
13264 <lyxtabular version="3" rows="8" columns="4">
13265 <features booktabs="true">
13266 <column alignment="center" valignment="top" width="0">
13267 <column alignment="center" valignment="top" width="0">
13268 <column alignment="right" valignment="top" width="0">
13269 <column alignment="right" valignment="top" width="0">
13270 <row topline="true">
13271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Standard
13275 System
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Standard
13284 Medipix\InsetSpace \thinspace{}
13285 1
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Standard
13294 Medipix\InsetSpace \thinspace{}
13295 2
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Standard
13304
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 </row>
13310 <row>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Standard
13315 \begin_inset ERT
13316 status collapsed
13317
13318 \begin_layout Standard
13319
13320
13321 \backslash
13322 cmidrule(r){2-2}
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 cmidrule(l){3-4}
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 morecmidrules 
13349 \end_layout
13350
13351 \end_inset
13352
13353
13354 \begin_inset ERT
13355 status collapsed
13356
13357 \begin_layout Standard
13358
13359
13360 \backslash
13361 cmidrule{2-4}
13362 \end_layout
13363
13364 \end_inset
13365
13366 Detektordicke  [µm]
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Standard
13375 300
13376 \end_layout
13377
13378 \end_inset
13379 </cell>
13380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Standard
13384 300
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Standard
13393 700
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 </row>
13399 <row topline="true">
13400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Standard
13404 Kantenwinkel [°]
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Standard
13413 3,55
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Standard
13422 2,71
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Standard
13431 7,99
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 </row>
13437 <row topspace="default">
13438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Standard
13442 räumliche Auflösung [µm]
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Standard
13451 4,26
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Standard
13460 10,17
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Standard
13469 10,56
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 </row>
13475 <row topspace="default">
13476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Standard
13480 MTF bei 
13481 \begin_inset Formula $f_{\mathrm{max}}$
13482 \end_inset
13483
13484
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Standard
13493 0,53
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Standard
13502 0,37
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Standard
13511 0,39
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 </row>
13517 <row topline="true">
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Standard
13522 \begin_inset ERT
13523 status collapsed
13524
13525 \begin_layout Standard
13526
13527
13528 \backslash
13529 morecmidrules 
13530 \end_layout
13531
13532 \end_inset
13533
13534
13535 \begin_inset ERT
13536 status collapsed
13537
13538 \begin_layout Standard
13539
13540
13541 \backslash
13542 cmidrule{3-4}
13543 \end_layout
13544
13545 \end_inset
13546
13547 LSF-räumliche Auflösung
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Standard
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Standard
13565
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13571 \begin_inset Text
13572
13573 \begin_layout Standard
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 </row>
13580 <row>
13581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Standard
13585 in µm
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Standard
13594 129,7
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Standard
13603 52,75
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Standard
13612 50,78
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 </row>
13618 <row bottomline="true">
13619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13620 \begin_inset Text
13621
13622 \begin_layout Standard
13623 in % der Pixelgröße
13624 \end_layout
13625
13626 \end_inset
13627 </cell>
13628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Standard
13632 76,3
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Standard
13641 95,9
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Standard
13650 92,3
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 </row>
13656 </lyxtabular>
13657
13658 \end_inset
13659
13660
13661 \end_layout
13662
13663 \end_inset
13664
13665
13666 \end_layout
13667
13668 \begin_layout Section
13669 Vertikale Tabellen-Ausrichtung
13670 \begin_inset LatexCommand index
13671 name "Tabellen ! Ausrichtung"
13672
13673 \end_inset
13674
13675
13676 \end_layout
13677
13678 \begin_layout Standard
13679 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13680  einer Box sein.
13681  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt\InsetSpace ~
13682
13683 \begin_inset LatexCommand ref
13684 reference "abs:Box-Dialog"
13685
13686 \end_inset
13687
13688  beschrieben.
13689 \end_layout
13690
13691 \begin_layout Standard
13692 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13693 \begin_inset Foot
13694 status collapsed
13695
13696 \begin_layout Standard
13697 Minipages werden in Abschnitt\InsetSpace ~
13698
13699 \begin_inset LatexCommand ref
13700 reference "abs:Minipage"
13701
13702 \end_inset
13703
13704  beschrieben.
13705 \end_layout
13706
13707 \end_inset
13708
13709  mit 15\InsetSpace \thinspace{}
13710 col%-Breite:
13711 \end_layout
13712
13713 \begin_layout Itemize
13714 Test 
13715 \begin_inset Box Frameless
13716 position "t"
13717 hor_pos "c"
13718 has_inner_box 1
13719 inner_pos "c"
13720 use_parbox 0
13721 width "15col%"
13722 special "none"
13723 height "1in"
13724 height_special "totalheight"
13725 status collapsed
13726
13727 \begin_layout Standard
13728 \begin_inset Tabular
13729 <lyxtabular version="3" rows="3" columns="3">
13730 <features>
13731 <column alignment="center" valignment="top" leftline="true" width="0">
13732 <column alignment="center" valignment="top" leftline="true" width="0">
13733 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13734 <row topline="true">
13735 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Standard
13739 Tabelle 1
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Standard
13748
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Standard
13757
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row topline="true">
13764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Standard
13768 b
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Standard
13777 e
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Standard
13786 h
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 </row>
13792 <row topline="true" bottomline="true">
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Standard
13797 c
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Standard
13806 f
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Standard
13815 i
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 </lyxtabular>
13822
13823 \end_inset
13824
13825
13826 \end_layout
13827
13828 \end_inset
13829
13830  Test 
13831 \begin_inset ERT
13832 status collapsed
13833
13834 \begin_layout Standard
13835
13836
13837 \backslash
13838 raisebox{0.85
13839 \backslash
13840 baselineskip}{
13841 \end_layout
13842
13843 \end_inset
13844
13845
13846 \begin_inset Box Frameless
13847 position "t"
13848 hor_pos "c"
13849 has_inner_box 1
13850 inner_pos "c"
13851 use_parbox 0
13852 width "15col%"
13853 special "none"
13854 height "1in"
13855 height_special "totalheight"
13856 status collapsed
13857
13858 \begin_layout Standard
13859 \begin_inset Tabular
13860 <lyxtabular version="3" rows="3" columns="3">
13861 <features>
13862 <column alignment="center" valignment="top" leftline="true" width="0">
13863 <column alignment="center" valignment="top" leftline="true" width="0">
13864 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13865 <row topline="true">
13866 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Standard
13870 Tabelle 2
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Standard
13879
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Standard
13888
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row topline="true">
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Standard
13899 b
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Standard
13908 e
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Standard
13917 h
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 </row>
13923 <row topline="true" bottomline="true">
13924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Standard
13928 c
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Standard
13937 f
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Standard
13946 i
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 </lyxtabular>
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \begin_inset ERT
13963 status collapsed
13964
13965 \begin_layout Standard
13966
13967 }
13968 \end_layout
13969
13970 \end_inset
13971
13972
13973 \end_layout
13974
13975 \begin_layout Itemize
13976 Test 
13977 \begin_inset Box Frameless
13978 position "c"
13979 hor_pos "c"
13980 has_inner_box 1
13981 inner_pos "c"
13982 use_parbox 0
13983 width "15col%"
13984 special "none"
13985 height "1in"
13986 height_special "totalheight"
13987 status collapsed
13988
13989 \begin_layout Standard
13990 \begin_inset Tabular
13991 <lyxtabular version="3" rows="3" columns="3">
13992 <features>
13993 <column alignment="center" valignment="top" leftline="true" width="0">
13994 <column alignment="center" valignment="top" leftline="true" width="0">
13995 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13996 <row topline="true">
13997 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Standard
14001 Tabelle 3
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Standard
14010
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Standard
14019
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 </row>
14025 <row topline="true">
14026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Standard
14030 b
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Standard
14039 e
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Standard
14048 h
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 </row>
14054 <row topline="true" bottomline="true">
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Standard
14059 c
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Standard
14068 f
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Standard
14077 i
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 </row>
14083 </lyxtabular>
14084
14085 \end_inset
14086
14087
14088 \end_layout
14089
14090 \end_inset
14091
14092
14093 \end_layout
14094
14095 \begin_layout Itemize
14096 Test 
14097 \begin_inset Box Frameless
14098 position "b"
14099 hor_pos "c"
14100 has_inner_box 1
14101 inner_pos "c"
14102 use_parbox 0
14103 width "15col%"
14104 special "none"
14105 height "1in"
14106 height_special "totalheight"
14107 status collapsed
14108
14109 \begin_layout Standard
14110 \begin_inset Tabular
14111 <lyxtabular version="3" rows="3" columns="3">
14112 <features>
14113 <column alignment="center" valignment="top" leftline="true" width="0">
14114 <column alignment="center" valignment="top" leftline="true" width="0">
14115 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14116 <row topline="true">
14117 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Standard
14121 Tabelle 4
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Standard
14130
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Standard
14139
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 <row topline="true">
14146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Standard
14150 b
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Standard
14159 e
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Standard
14168 h
14169 \end_layout
14170
14171 \end_inset
14172 </cell>
14173 </row>
14174 <row topline="true" bottomline="true">
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Standard
14179 c
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Standard
14188 f
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Standard
14197 i
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 </lyxtabular>
14204
14205 \end_inset
14206
14207
14208 \end_layout
14209
14210 \end_inset
14211
14212 Test 
14213 \begin_inset ERT
14214 status collapsed
14215
14216 \begin_layout Standard
14217
14218
14219 \backslash
14220 raisebox{-0.32
14221 \backslash
14222 baselineskip}{
14223 \end_layout
14224
14225 \end_inset
14226
14227
14228 \begin_inset Box Frameless
14229 position "b"
14230 hor_pos "c"
14231 has_inner_box 1
14232 inner_pos "c"
14233 use_parbox 0
14234 width "15col%"
14235 special "none"
14236 height "1in"
14237 height_special "totalheight"
14238 status collapsed
14239
14240 \begin_layout Standard
14241 \begin_inset Tabular
14242 <lyxtabular version="3" rows="3" columns="3">
14243 <features>
14244 <column alignment="center" valignment="top" leftline="true" width="0">
14245 <column alignment="center" valignment="top" leftline="true" width="0">
14246 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14247 <row topline="true">
14248 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Standard
14252 Tabelle 5
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Standard
14261
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Standard
14270
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 </row>
14276 <row topline="true">
14277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Standard
14281 b
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Standard
14290 e
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Standard
14299 h
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 </row>
14305 <row topline="true" bottomline="true">
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Standard
14310 c
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Standard
14319 f
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Standard
14328 i
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 </row>
14334 </lyxtabular>
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \end_inset
14342
14343
14344 \begin_inset ERT
14345 status collapsed
14346
14347 \begin_layout Standard
14348
14349 }
14350 \end_layout
14351
14352 \end_inset
14353
14354
14355 \end_layout
14356
14357 \begin_layout Standard
14358 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
14359  der Textzeile nicht richtig ausgerichtet.
14360  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14361 \begin_inset Quotes gld
14362 \end_inset
14363
14364 Raisebox
14365 \begin_inset Quotes grd
14366 \end_inset
14367
14368
14369 \begin_inset Foot
14370 status collapsed
14371
14372 \begin_layout Standard
14373 Raiseboxen werden in Abschnitt\InsetSpace ~
14374
14375 \begin_inset LatexCommand ref
14376 reference "uab:Vertikale-Ausrichtung"
14377
14378 \end_inset
14379
14380  beschrieben.
14381 \end_layout
14382
14383 \end_inset
14384
14385  setzen.
14386  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14387  Befehl
14388 \end_layout
14389
14390 \begin_layout Standard
14391
14392 \series bold
14393
14394 \backslash
14395 raisebox{0.85
14396 \backslash
14397 baselineskip}{
14398 \end_layout
14399
14400 \begin_layout Standard
14401 vor der Box ausgerichtet.
14402  Hinter der Box wurde auch noch 
14403 \series bold
14404 }
14405 \series default
14406  als TeX-Code eingefügt, weil der obige Befehl mit 
14407 \series bold
14408 {
14409 \series default
14410  aufhörte.
14411  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14412 \end_layout
14413
14414 \begin_layout Standard
14415
14416 \series bold
14417
14418 \backslash
14419 raisebox{-0.32
14420 \backslash
14421 baselineskip}{
14422 \end_layout
14423
14424 \begin_layout Standard
14425 benutzt.
14426 \end_layout
14427
14428 \begin_layout Standard
14429 \begin_inset Note Greyedout
14430 status open
14431
14432 \begin_layout Standard
14433
14434 \series bold
14435 Bemerkung:
14436 \series default
14437  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14438  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14439  Der Faktor im 
14440 \series bold
14441
14442 \backslash
14443 raisebox
14444 \series default
14445 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14446 \end_layout
14447
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \begin_layout Section
14454 Farbige Tabellen
14455 \begin_inset LatexCommand label
14456 name "abs:Farbige-Tabellen"
14457
14458 \end_inset
14459
14460
14461 \begin_inset LatexCommand index
14462 name "Tabellen ! farbige"
14463
14464 \end_inset
14465
14466
14467 \end_layout
14468
14469 \begin_layout Subsection
14470 Farbige Zellen
14471 \begin_inset LatexCommand index
14472 name "farbige !  Tabellenzellen"
14473
14474 \end_inset
14475
14476
14477 \end_layout
14478
14479 \begin_layout Standard
14480 \begin_inset Float table
14481 placement h
14482 wide false
14483 sideways false
14484 status open
14485
14486 \begin_layout Standard
14487 \begin_inset Caption
14488
14489 \begin_layout Standard
14490 \begin_inset LatexCommand label
14491 name "tab:Farbige-Tabelle-ohne"
14492
14493 \end_inset
14494
14495 Farbige Tabelle, ohne Paket 
14496 \series bold
14497 colortbl
14498 \series default
14499
14500 \begin_inset OptArg
14501 status collapsed
14502
14503 \begin_layout Standard
14504 Tabelle ohne 
14505 \family typewriter
14506 colortbl
14507 \end_layout
14508
14509 \end_inset
14510
14511
14512 \end_layout
14513
14514 \end_inset
14515
14516
14517 \end_layout
14518
14519 \begin_layout Standard
14520 \align center
14521 \begin_inset Tabular
14522 <lyxtabular version="3" rows="3" columns="3">
14523 <features>
14524 <column alignment="center" valignment="top" leftline="true" width="0">
14525 <column alignment="center" valignment="top" leftline="true" width="0">
14526 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14527 <row topline="true">
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Standard
14532
14533 \color green
14534 a
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Standard
14543
14544 \color red
14545 b
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Standard
14554
14555 \color red
14556 c
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 </row>
14562 <row topline="true">
14563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Standard
14567
14568 \color green
14569 d
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Standard
14578
14579 \color blue
14580 e
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Standard
14589
14590 \color blue
14591 f
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 </row>
14597 <row topline="true" bottomline="true">
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Standard
14602
14603 \color green
14604 g
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Standard
14613
14614 \color blue
14615 h
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Standard
14624
14625 \color blue
14626 i
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 </row>
14632 </lyxtabular>
14633
14634 \end_inset
14635
14636
14637 \end_layout
14638
14639 \end_inset
14640
14641
14642 \end_layout
14643
14644 \begin_layout Standard
14645 \begin_inset LatexCommand label
14646 name "Wenn-Sie-nur"
14647
14648 \end_inset
14649
14650 Wenn Sie nur farbigen Text
14651 \begin_inset LatexCommand index
14652 name "Farbe ! für Text"
14653
14654 \end_inset
14655
14656  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14657  auf den Werkzeugleistenknopf 
14658 \begin_inset Graphics
14659         filename ../../images/dialog-show_character.png
14660         scale 70
14661         scaleBeforeRotation
14662         BoundingBox 0bp 6bp 22bp 22bp
14663
14664 \end_inset
14665
14666  oder über das Menü 
14667 \family sans
14668 Bearbeiten\SpecialChar \menuseparator
14669 Textstil\SpecialChar \menuseparator
14670 Benutzerdefiniert
14671 \family default
14672  mit dem 
14673 \family sans
14674 Textstil
14675 \family default
14676 -Dialog wie es in Tabelle\InsetSpace ~
14677
14678 \begin_inset LatexCommand ref
14679 reference "tab:Farbige-Tabelle-ohne"
14680
14681 \end_inset
14682
14683  gemacht wurde.
14684  In anderen Fällen müssen Sie das LaTeX-Paket 
14685 \series bold
14686 colortbl
14687 \series default
14688  benutzen.
14689 \begin_inset LatexCommand index
14690 name "LaTeX-Pakete ! colortbl"
14691
14692 \end_inset
14693
14694
14695 \end_layout
14696
14697 \begin_layout Standard
14698 \begin_inset ERT
14699 status collapsed
14700
14701 \begin_layout Standard
14702
14703
14704 \backslash
14705 ifcolortbl
14706 \end_layout
14707
14708 \end_inset
14709
14710
14711 \begin_inset Note Note
14712 status open
14713
14714 \begin_layout Standard
14715 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
14716 \series bold
14717 colortbl
14718 \series default
14719  installiert ist.
14720 \end_layout
14721
14722 \end_inset
14723
14724
14725 \end_layout
14726
14727 \begin_layout Standard
14728 Um farbige Tabellen zu erzeugen, muss 
14729 \series bold
14730 colortbl
14731 \series default
14732  im LaTeX-Vorspann geladen werden:
14733 \end_layout
14734
14735 \begin_layout Standard
14736
14737 \series bold
14738
14739 \backslash
14740 usepackage{colortbl}
14741 \end_layout
14742
14743 \begin_layout Standard
14744 Die Farbe einer Spalte ändert man dann mit dem Befehl
14745 \end_layout
14746
14747 \begin_layout Standard
14748
14749 \series bold
14750
14751 \backslash
14752 columncolor{Farbname}
14753 \end_layout
14754
14755 \begin_layout Standard
14756 innerhalb des Befehls 
14757 \series bold
14758 >{}
14759 \series default
14760 .
14761  Mehr über den Befehl 
14762 \series bold
14763 >{}
14764 \series default
14765  finden Sie im Abschnitt\InsetSpace ~
14766
14767 \begin_inset LatexCommand ref
14768 reference "uab:Mehrfachspalten-Berechnungen"
14769
14770 \end_inset
14771
14772 .
14773 \end_layout
14774
14775 \begin_layout Standard
14776 Folgende Farbnamen sind vordefiniert:
14777 \end_layout
14778
14779 \begin_layout Standard
14780
14781 \family sans
14782 red
14783 \family default
14784
14785 \family sans
14786 green
14787 \family default
14788
14789 \family sans
14790 yellow
14791 \family default
14792
14793 \family sans
14794 blue
14795 \family default
14796
14797 \family sans
14798 cyan
14799 \family default
14800
14801 \family sans
14802 magenta
14803 \family default
14804
14805 \family sans
14806 black
14807 \family default
14808  und 
14809 \family sans
14810 white
14811 \newline
14812 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
14813 \family default
14814 und
14815 \family sans
14816  weiß)
14817 \end_layout
14818
14819 \begin_layout Standard
14820 \begin_inset VSpace medskip
14821 \end_inset
14822
14823
14824 \end_layout
14825
14826 \begin_layout Standard
14827 Sie können auch eigene Farben definieren:
14828 \end_layout
14829
14830 \begin_layout Standard
14831
14832 \series bold
14833
14834 \backslash
14835 definecolor{Farbname}{Farbmodell}{Farbwerte}
14836 \end_layout
14837
14838 \begin_layout Standard
14839 Das Farbmodell kann eins der folgenden sein:
14840 \end_layout
14841
14842 \begin_layout Labeling
14843 \labelwidthstring 00.00.0000
14844 cmyk: cyan, magenta, yellow, black
14845 \end_layout
14846
14847 \begin_layout Labeling
14848 \labelwidthstring 00.00.0000
14849 rgb: red, green blue
14850 \end_layout
14851
14852 \begin_layout Labeling
14853 \labelwidthstring 00.00.0000
14854 gray: gray
14855 \end_layout
14856
14857 \begin_layout Standard
14858 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
14859  die die entsprechende Farbe für das Farbmodell beschreiben.
14860 \end_layout
14861
14862 \begin_layout Standard
14863 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
14864 \emph on
14865
14866 \begin_inset Quotes gld
14867 \end_inset
14868
14869 dunkelgruen
14870 \emph default
14871
14872 \begin_inset Quotes grd
14873 \end_inset
14874
14875  und 
14876 \begin_inset Quotes gld
14877 \end_inset
14878
14879
14880 \emph on
14881 hellgrau
14882 \emph default
14883
14884 \begin_inset Quotes grd
14885 \end_inset
14886
14887  folgendermaßen definieren:
14888 \end_layout
14889
14890 \begin_layout Standard
14891
14892 \series bold
14893
14894 \backslash
14895 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
14896 \end_layout
14897
14898 \begin_layout Standard
14899
14900 \series bold
14901
14902 \backslash
14903 definecolor{hellgrau}{gray}{0.8}
14904 \end_layout
14905
14906 \begin_layout Standard
14907 \begin_inset VSpace medskip
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \begin_layout Standard
14914 Linien werden mit dem Befehl
14915 \end_layout
14916
14917 \begin_layout Standard
14918
14919 \series bold
14920
14921 \backslash
14922 rowcolor{Farbname}
14923 \end_layout
14924
14925 \begin_layout Standard
14926 gefärbt, Zellen mit dem Befehl
14927 \end_layout
14928
14929 \begin_layout Standard
14930
14931 \series bold
14932
14933 \backslash
14934 cellcolor{Farbname}
14935 \end_layout
14936
14937 \begin_layout Standard
14938 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben..
14939 \end_layout
14940
14941 \begin_layout Standard
14942 Um nur Text zu färben, machen Sie es wie 
14943 \begin_inset LatexCommand vpageref
14944 reference "Wenn-Sie-nur"
14945
14946 \end_inset
14947
14948  beschrieben.
14949  Wenn die Zelle aber TeX-Code zum Färben enthält, 
14950 \emph on
14951 markieren Sie nur den Text
14952 \emph default
14953 , sonst werden die ERTs LaTeX-Fehler erzeugen.
14954 \end_layout
14955
14956 \begin_layout Standard
14957 \begin_inset Note Greyedout
14958 status open
14959
14960 \begin_layout Standard
14961
14962 \series bold
14963 Achtung:
14964 \series default
14965  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
14966 \end_layout
14967
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \begin_layout Standard
14974 \begin_inset VSpace medskip
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 Die Tabelle\InsetSpace ~
14982
14983 \begin_inset LatexCommand ref
14984 reference "tab:Table-colored-using"
14985
14986 \end_inset
14987
14988  wurde folgendermaßen erstellt: die erste Spalte soll 
14989 \emph on
14990
14991 \begin_inset Quotes gld
14992 \end_inset
14993
14994 dunkelgruen
14995 \emph default
14996
14997 \begin_inset Quotes grd
14998 \end_inset
14999
15000  werden, also müssen Sie ins 
15001 \family sans
15002 LaTe
15003 \begin_inset ERT
15004 status collapsed
15005
15006 \begin_layout Standard
15007
15008 {}
15009 \end_layout
15010
15011 \end_inset
15012
15013 X-Argument
15014 \family default
15015  der Zellen der ersten Spalte den Befehl
15016 \end_layout
15017
15018 \begin_layout Standard
15019
15020 \series bold
15021 >{
15022 \backslash
15023 columncolor{dunkelgruen}
15024 \backslash
15025 centering}c
15026 \end_layout
15027
15028 \begin_layout Standard
15029 schreiben.
15030  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15031 \end_layout
15032
15033 \begin_layout Standard
15034
15035 \series bold
15036
15037 \backslash
15038 rowcolow{cyan}
15039 \end_layout
15040
15041 \begin_layout Standard
15042 in die erste Zelle der ersten Zeile eingefügt.
15043  Diese Farbe ersetzt die Spaltenfarbe.
15044  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15045  wird mit folgendem Befehl erreicht:
15046 \end_layout
15047
15048 \begin_layout Standard
15049
15050 \series bold
15051
15052 \backslash
15053 cellcolor{magenta}
15054 \end_layout
15055
15056 \begin_layout Standard
15057 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15058 \family sans
15059 Textstil
15060 \family default
15061 -Dialog.
15062 \end_layout
15063
15064 \begin_layout Standard
15065 \begin_inset Float table
15066 placement h
15067 wide false
15068 sideways false
15069 status open
15070
15071 \begin_layout Standard
15072 \begin_inset Caption
15073
15074 \begin_layout Standard
15075 \begin_inset LatexCommand label
15076 name "tab:Table-colored-using"
15077
15078 \end_inset
15079
15080 Eine mit dem Paket 
15081 \series bold
15082 colortbl
15083 \series default
15084  gefärbte Tabelle
15085 \begin_inset OptArg
15086 status collapsed
15087
15088 \begin_layout Standard
15089 Tabelle mit 
15090 \family typewriter
15091 colortbl
15092 \end_layout
15093
15094 \end_inset
15095
15096
15097 \end_layout
15098
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \begin_layout Standard
15105 \align center
15106 \begin_inset Tabular
15107 <lyxtabular version="3" rows="3" columns="3">
15108 <features>
15109 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15110 <column alignment="center" valignment="top" width="0">
15111 <column alignment="center" valignment="top" width="0">
15112 <row>
15113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Standard
15117 \begin_inset ERT
15118 status collapsed
15119
15120 \begin_layout Standard
15121
15122
15123 \backslash
15124 rowcolor{cyan}
15125 \end_layout
15126
15127 \end_inset
15128
15129
15130 \color magenta
15131 a
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Standard
15140
15141 \color red
15142 b
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Standard
15151
15152 \color red
15153 c
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Standard
15164
15165 \color yellow
15166 d
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Standard
15175
15176 \color blue
15177 e
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Standard
15186
15187 \color blue
15188 f
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Standard
15199
15200 \color yellow
15201 g
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Standard
15210
15211 \color blue
15212 h
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Standard
15221 \begin_inset ERT
15222 status collapsed
15223
15224 \begin_layout Standard
15225
15226
15227 \backslash
15228 cellcolor{magenta}
15229 \end_layout
15230
15231 \end_inset
15232
15233
15234 \color green
15235 i
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 </lyxtabular>
15242
15243 \end_inset
15244
15245
15246 \end_layout
15247
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \begin_layout Standard
15254 \begin_inset ERT
15255 status collapsed
15256
15257 \begin_layout Standard
15258
15259
15260 \backslash
15261 else
15262 \end_layout
15263
15264 \end_inset
15265
15266
15267 \begin_inset Note Note
15268 status open
15269
15270 \begin_layout Standard
15271 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15272 \series bold
15273 colortbl
15274 \series default
15275  nicht installiert ist:
15276 \end_layout
15277
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \begin_layout Standard
15284 Sie müssen das LaTeX-Paket 
15285 \series bold
15286 colortbl
15287 \series default
15288  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15289 \end_layout
15290
15291 \begin_layout Standard
15292 \begin_inset ERT
15293 status collapsed
15294
15295 \begin_layout Standard
15296
15297
15298 \backslash
15299 fi
15300 \end_layout
15301
15302 \end_inset
15303
15304
15305 \end_layout
15306
15307 \begin_layout Subsection
15308 Farbige Linien
15309 \begin_inset LatexCommand index
15310 name "farbige !  Tabellenlinien"
15311
15312 \end_inset
15313
15314
15315 \end_layout
15316
15317 \begin_layout Standard
15318 Wie in Abschnitt\InsetSpace ~
15319
15320 \begin_inset LatexCommand ref
15321 reference "uab:Liniendicke"
15322
15323 \end_inset
15324
15325  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
15326 \series bold
15327
15328 \backslash
15329 arrayrulewidth
15330 \series default
15331  definiert werden.
15332  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5\InsetSpace \thinspace{}
15333 pt gesetzt.
15334 \begin_inset ERT
15335 status collapsed
15336
15337 \begin_layout Standard
15338
15339
15340 \backslash
15341 setlength{
15342 \backslash
15343 arrayrulewidth}{1.5pt}
15344 \end_layout
15345
15346 \end_inset
15347
15348
15349 \end_layout
15350
15351 \begin_layout Standard
15352 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15353 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt\InsetSpace ~
15354
15355 \begin_inset LatexCommand ref
15356 reference "uab:Angepasste-Zellen/Spaltenformat"
15357
15358 \end_inset
15359
15360  definiert:
15361 \end_layout
15362
15363 \begin_layout Standard
15364
15365 \series bold
15366
15367 \backslash
15368 newcolumntype{W}{!{
15369 \backslash
15370 color{green}
15371 \backslash
15372 vline}}
15373 \end_layout
15374
15375 \begin_layout Standard
15376 In Tabelle\InsetSpace ~
15377
15378 \begin_inset LatexCommand ref
15379 reference "tab:Tabelle-mit-farbigen-vert"
15380
15381 \end_inset
15382
15383  wurde das LaTeX-Argument 
15384 \series bold
15385 WcW
15386 \series default
15387  für die letzte und 
15388 \series bold
15389 Wc
15390 \series default
15391  für die anderen Spalten benutzt.
15392 \end_layout
15393
15394 \begin_layout Standard
15395 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15396 \end_layout
15397
15398 \begin_layout Standard
15399 \begin_inset Float table
15400 placement h
15401 wide false
15402 sideways false
15403 status open
15404
15405 \begin_layout Standard
15406 \begin_inset Caption
15407
15408 \begin_layout Standard
15409 \begin_inset LatexCommand label
15410 name "tab:Tabelle-mit-farbigen-vert"
15411
15412 \end_inset
15413
15414 Tabelle mit farbigen vertikalen Linien
15415 \end_layout
15416
15417 \end_inset
15418
15419
15420 \end_layout
15421
15422 \begin_layout Standard
15423 \align center
15424 \begin_inset Tabular
15425 <lyxtabular version="3" rows="3" columns="3">
15426 <features>
15427 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
15428 <column alignment="center" valignment="top" width="0" special="Wc">
15429 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
15430 <row topline="true">
15431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15432 \begin_inset Text
15433
15434 \begin_layout Standard
15435 sd
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Standard
15444
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Standard
15453
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 </row>
15459 <row topline="true">
15460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Standard
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Standard
15473 sd
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Standard
15482
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 </row>
15488 <row topline="true" bottomline="true">
15489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Standard
15493
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Standard
15502
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Standard
15511 sd
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 </row>
15517 </lyxtabular>
15518
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \begin_layout Standard
15530 \begin_inset VSpace bigskip
15531 \end_inset
15532
15533 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle\InsetSpace ~
15534
15535 \begin_inset LatexCommand ref
15536 reference "tab:Tabelle-mit-farbigen-horiz"
15537
15538 \end_inset
15539
15540 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15541  einfügen:
15542 \end_layout
15543
15544 \begin_layout Standard
15545
15546 \series bold
15547
15548 \backslash
15549 let
15550 \backslash
15551 myHlineC
15552 \backslash
15553 hline
15554 \newline
15555
15556 \backslash
15557 renewcommand{
15558 \backslash
15559 hline}
15560 \newline
15561
15562 \begin_inset ERT
15563 status collapsed
15564
15565 \begin_layout Standard
15566
15567
15568 \backslash
15569 hphantom{ }
15570 \end_layout
15571
15572 \end_inset
15573
15574 {
15575 \backslash
15576 arrayrulecolor{red}
15577 \backslash
15578 myHlineC
15579 \backslash
15580 arrayrulecolor{black}}
15581 \end_layout
15582
15583 \begin_layout Standard
15584 \begin_inset ERT
15585 status collapsed
15586
15587 \begin_layout Standard
15588
15589
15590 \backslash
15591 let
15592 \backslash
15593 myHlineC
15594 \backslash
15595 hline
15596 \end_layout
15597
15598 \begin_layout Standard
15599
15600
15601 \backslash
15602 renewcommand{
15603 \backslash
15604 hline}
15605 \end_layout
15606
15607 \begin_layout Standard
15608
15609  {
15610 \backslash
15611 arrayrulecolor{red}
15612 \backslash
15613 myHlineC
15614 \backslash
15615 arrayrulecolor{black}}
15616 \end_layout
15617
15618 \end_inset
15619
15620
15621 \begin_inset Float table
15622 wide false
15623 sideways false
15624 status open
15625
15626 \begin_layout Standard
15627 \begin_inset Caption
15628
15629 \begin_layout Standard
15630 \begin_inset LatexCommand label
15631 name "tab:Tabelle-mit-farbigen-horiz"
15632
15633 \end_inset
15634
15635 Tabelle mit farbigen horizontalen Linien
15636 \end_layout
15637
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \begin_layout Standard
15644 \align center
15645 \begin_inset Tabular
15646 <lyxtabular version="3" rows="3" columns="3">
15647 <features>
15648 <column alignment="center" valignment="top" leftline="true" width="0">
15649 <column alignment="center" valignment="top" leftline="true" width="0">
15650 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15651 <row topline="true">
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Standard
15656 sd
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Standard
15665
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Standard
15674
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 </row>
15680 <row topline="true">
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Standard
15685
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Standard
15694 sd
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Standard
15703
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 </row>
15709 <row topline="true" bottomline="true">
15710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Standard
15714
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Standard
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Standard
15732 sd
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 </row>
15738 </lyxtabular>
15739
15740 \end_inset
15741
15742
15743 \end_layout
15744
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \begin_layout Standard
15751 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
15752  als TeX-Code hinter der Tabelle einfügen:
15753 \end_layout
15754
15755 \begin_layout Standard
15756
15757 \series bold
15758
15759 \backslash
15760 renewcommand{
15761 \backslash
15762 hline}{
15763 \backslash
15764 myHlineC}
15765 \end_layout
15766
15767 \begin_layout Standard
15768 Tabelle\InsetSpace ~
15769
15770 \begin_inset LatexCommand ref
15771 reference "tab:Table-with-colored"
15772
15773 \end_inset
15774
15775  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
15776 \end_layout
15777
15778 \begin_layout Standard
15779 \begin_inset Float table
15780 placement h
15781 wide false
15782 sideways false
15783 status open
15784
15785 \begin_layout Standard
15786 \begin_inset Caption
15787
15788 \begin_layout Standard
15789 \begin_inset LatexCommand label
15790 name "tab:Table-with-colored"
15791
15792 \end_inset
15793
15794 Tabelle mit farbigen Linien
15795 \end_layout
15796
15797 \end_inset
15798
15799
15800 \end_layout
15801
15802 \begin_layout Standard
15803 \align center
15804 \begin_inset Tabular
15805 <lyxtabular version="3" rows="3" columns="3">
15806 <features>
15807 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
15808 <column alignment="center" valignment="top" width="0" special="Wc">
15809 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
15810 <row topline="true">
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Standard
15815 sd
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Standard
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Standard
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 </row>
15839 <row topline="true">
15840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Standard
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Standard
15853 sd
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Standard
15862
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 </row>
15868 <row topline="true" bottomline="true" topspace="default">
15869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Standard
15873
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Standard
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Standard
15891 sd
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 </row>
15897 </lyxtabular>
15898
15899 \end_inset
15900
15901
15902 \end_layout
15903
15904 \end_inset
15905
15906
15907 \end_layout
15908
15909 \begin_layout Standard
15910 \begin_inset ERT
15911 status collapsed
15912
15913 \begin_layout Standard
15914
15915
15916 \backslash
15917 renewcommand{
15918 \backslash
15919 hline}{
15920 \backslash
15921 myHlineC}
15922 \end_layout
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \begin_layout Standard
15930 \begin_inset ERT
15931 status collapsed
15932
15933 \begin_layout Standard
15934
15935
15936 \backslash
15937 setlength{
15938 \backslash
15939 arrayrulewidth}{0.4pt}
15940 \end_layout
15941
15942 \end_inset
15943
15944
15945 \begin_inset Note Note
15946 status collapsed
15947
15948 \begin_layout Standard
15949 setzt die Liniendicke wieder auf ihren Standardwert zurück
15950 \end_layout
15951
15952 \end_inset
15953
15954
15955 \end_layout
15956
15957 \begin_layout Section
15958 Tabellen-Anpassung
15959 \begin_inset LatexCommand index
15960 name "Tabellen ! Anpassung"
15961
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \begin_layout Subsection
15968 Zeilenabstand
15969 \begin_inset LatexCommand label
15970 name "uab:Zeilenabstand"
15971
15972 \end_inset
15973
15974
15975 \begin_inset LatexCommand index
15976 name "Tabellen ! Zeilenabstand"
15977
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \begin_layout Standard
15984 Auf der Karteikarte 
15985 \family sans
15986 Rahmen
15987 \family default
15988  des 
15989 \family sans
15990 Tabellen-Einstellungen
15991 \family default
15992 -Dialogs können Sie 
15993 \family sans
15994 zusätzliche\InsetSpace ~
15995 Abstände
15996 \family default
15997  einfügen.
15998  Dabei haben Sie drei Möglichkeiten:
15999 \end_layout
16000
16001 \begin_layout Description
16002 Oberhalb\InsetSpace ~
16003 der\InsetSpace ~
16004 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16005  Bei einer formalen Tabelle
16006 \begin_inset Foot
16007 status collapsed
16008
16009 \begin_layout Standard
16010 Formale Tabellen wurden in Abschnitt\InsetSpace ~
16011
16012 \begin_inset LatexCommand ref
16013 reference "abs:Formale-Tabellen"
16014
16015 \end_inset
16016
16017  beschrieben.
16018 \end_layout
16019
16020 \end_inset
16021
16022  fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16023 em Leerraum ein.
16024  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16025 \begin_inset VSpace medskip
16026 \end_inset
16027
16028
16029 \newline
16030
16031 \begin_inset ERT
16032 status collapsed
16033
16034 \begin_layout Standard
16035
16036
16037 \backslash
16038 hspace*{0pt}
16039 \end_layout
16040
16041 \end_inset
16042
16043
16044 \hfill
16045
16046 \begin_inset Tabular
16047 <lyxtabular version="3" rows="3" columns="1">
16048 <features>
16049 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16050 <row topline="true">
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Standard
16055 A
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 </row>
16061 <row topline="true" topspace="3mm">
16062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Standard
16066 3\InsetSpace \thinspace{}
16067 mm Leerraum oberhalb der Zeile
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 </row>
16073 <row topline="true" bottomline="true">
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Standard
16078 C
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 </lyxtabular>
16085
16086 \end_inset
16087
16088
16089 \hfill
16090
16091 \begin_inset ERT
16092 status collapsed
16093
16094 \begin_layout Standard
16095
16096
16097 \backslash
16098 hspace*{0pt}
16099 \end_layout
16100
16101 \end_inset
16102
16103
16104 \begin_inset VSpace medskip
16105 \end_inset
16106
16107
16108 \newline
16109 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16110 n Linien verwenden.
16111 \end_layout
16112
16113 \begin_layout Description
16114 Unterhalb\InsetSpace ~
16115 der\InsetSpace ~
16116 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum
16117  ein.
16118  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16119 em Leerraum ein.
16120  Bei normalen Tabellen ist der Standardwert 2\InsetSpace \thinspace{}
16121 pt.
16122 \end_layout
16123
16124 \begin_layout Description
16125 Zwischen\InsetSpace ~
16126 den\InsetSpace ~
16127 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16128  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16129 em Leerraum ein.
16130  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16131 \begin_inset VSpace medskip
16132 \end_inset
16133
16134
16135 \newline
16136
16137 \begin_inset ERT
16138 status collapsed
16139
16140 \begin_layout Standard
16141
16142
16143 \backslash
16144 hspace*{0pt}
16145 \end_layout
16146
16147 \end_inset
16148
16149
16150 \hfill
16151
16152 \begin_inset Tabular
16153 <lyxtabular version="3" rows="3" columns="1">
16154 <features>
16155 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16156 <row topline="true">
16157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Standard
16161 A
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 </row>
16167 <row topline="true" interlinespace="3mm">
16168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Standard
16172 \begin_inset Formula $\downarrow$
16173 \end_inset
16174
16175  3\InsetSpace \thinspace{}
16176 mm Leerraum zwischen den Zeilen 
16177 \begin_inset Formula $\downarrow$
16178 \end_inset
16179
16180
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 </row>
16186 <row topline="true" bottomline="true">
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Standard
16191 \begin_inset Formula $\uparrow$
16192 \end_inset
16193
16194  3\InsetSpace \thinspace{}
16195 mm Leerraum zwischen den Zeilen 
16196 \begin_inset Formula $\uparrow$
16197 \end_inset
16198
16199
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 </row>
16205 </lyxtabular>
16206
16207 \end_inset
16208
16209
16210 \hfill
16211
16212 \begin_inset ERT
16213 status collapsed
16214
16215 \begin_layout Standard
16216
16217
16218 \backslash
16219 hspace*{0pt}
16220 \end_layout
16221
16222 \end_inset
16223
16224
16225 \begin_inset VSpace medskip
16226 \end_inset
16227
16228
16229 \newline
16230 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16231 n Linien verwenden.
16232 \end_layout
16233
16234 \begin_layout Standard
16235 \begin_inset VSpace bigskip
16236 \end_inset
16237
16238 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16239  Befehlen im LaTeX-Vorspann machen:
16240 \end_layout
16241
16242 \begin_layout Standard
16243
16244 \series bold
16245
16246 \backslash
16247 @ifundef\SpecialChar \textcompwordmark{}
16248 ined{extrarowheight}
16249 \newline
16250
16251 \begin_inset ERT
16252 status collapsed
16253
16254 \begin_layout Standard
16255
16256
16257 \backslash
16258 hphantom{ }
16259 \end_layout
16260
16261 \end_inset
16262
16263 {
16264 \backslash
16265 usepackage{array}}{}
16266 \newline
16267
16268 \backslash
16269 setlength{
16270 \backslash
16271 extrarowheight}{Höhe}
16272 \end_layout
16273
16274 \begin_layout Standard
16275 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16276  ausgerichtet sind.
16277  (Das Paket 
16278 \series bold
16279 array
16280 \series default
16281  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
16282  verwenden.
16283  Der Befehl 
16284 \series bold
16285
16286 \backslash
16287 @ifundef\SpecialChar \textcompwordmark{}
16288 ined
16289 \series default
16290  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16291 \end_layout
16292
16293 \begin_layout Subsection
16294 Besondere Zellenausrichtung
16295 \begin_inset LatexCommand index
16296 name "Tabellen ! Zellenausrichtung"
16297
16298 \end_inset
16299
16300
16301 \end_layout
16302
16303 \begin_layout Standard
16304 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16305  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle\InsetSpace ~
16306
16307 \begin_inset LatexCommand ref
16308 reference "tab:Tabellenzellen-sind-auf"
16309
16310 \end_inset
16311
16312 .
16313 \end_layout
16314
16315 \begin_layout Standard
16316 \begin_inset Float table
16317 placement h
16318 wide false
16319 sideways false
16320 status open
16321
16322 \begin_layout Standard
16323 \begin_inset Caption
16324
16325 \begin_layout Standard
16326 \begin_inset LatexCommand label
16327 name "tab:Tabellenzellen-sind-auf"
16328
16329 \end_inset
16330
16331 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16332 \end_layout
16333
16334 \end_inset
16335
16336
16337 \end_layout
16338
16339 \begin_layout Standard
16340 \align center
16341 \begin_inset Tabular
16342 <lyxtabular version="3" rows="4" columns="2">
16343 <features>
16344 <column alignment="right" valignment="top" width="0">
16345 <column alignment="left" valignment="top" width="0" special="@{}l">
16346 <row bottomline="true">
16347 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Standard
16351 Überschrift
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Standard
16360
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 </row>
16366 <row>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Standard
16371 12.
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Standard
16380 6
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 </row>
16386 <row>
16387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Standard
16391 0.
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Standard
16400 68
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 <row>
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Standard
16411 -123.
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Standard
16420 0
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 </row>
16426 </lyxtabular>
16427
16428 \end_inset
16429
16430
16431 \end_layout
16432
16433 \end_inset
16434
16435
16436 \end_layout
16437
16438 \begin_layout Standard
16439 Diese Tabelle wurde als 4×2 Tabelle erstellt.
16440  Die Überschrift ist eine zentrierte Mehrfachspalte.
16441  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
16442  der Zahlen einschließlich Dezimalpunkt.
16443  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
16444  der Zahlen.
16445   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
16446 \family sans
16447 LaTe
16448 \begin_inset ERT
16449 status collapsed
16450
16451 \begin_layout Standard
16452
16453 {}
16454 \end_layout
16455
16456 \end_inset
16457
16458 X-Argument
16459 \family default
16460  für die zweite Spalte folgendes eingefügt:
16461 \end_layout
16462
16463 \begin_layout Standard
16464
16465 \series bold
16466 @{}l
16467 \end_layout
16468
16469 \begin_layout Standard
16470 Tabelle\InsetSpace ~
16471
16472 \begin_inset LatexCommand ref
16473 reference "tab:Verschiedene-Ausrichtungen"
16474
16475 \end_inset
16476
16477  zeigt einige Ausrichtungen.
16478  Für die Ausrichtung der Relationen müssen Sie den 
16479 \family sans
16480 Mittleren\InsetSpace ~
16481 Abstand
16482 \family default
16483  aus der 
16484 \family sans
16485 Mathe-Werkzeugleiste
16486 \family default
16487  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
16488  rechts vom Relationszeichen zu bekommen.
16489 \end_layout
16490
16491 \begin_layout Standard
16492
16493 \color black
16494 \begin_inset Float table
16495 placement h
16496 wide false
16497 sideways false
16498 status open
16499
16500 \begin_layout Standard
16501
16502 \color black
16503 \begin_inset Caption
16504
16505 \begin_layout Standard
16506
16507 \color black
16508 \begin_inset LatexCommand label
16509 name "tab:Verschiedene-Ausrichtungen"
16510
16511 \end_inset
16512
16513
16514 \color inherit
16515 Verschiedene Ausrichtungen
16516 \end_layout
16517
16518 \end_inset
16519
16520
16521 \end_layout
16522
16523 \begin_layout Standard
16524 \align center
16525
16526 \color black
16527 \begin_inset Tabular
16528 <lyxtabular version="3" rows="4" columns="6">
16529 <features>
16530 <column alignment="right" valignment="top" width="0">
16531 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16532 <column alignment="right" valignment="top" width="0">
16533 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16534 <column alignment="right" valignment="top" width="0">
16535 <column alignment="left" valignment="top" width="0" special="@{}l">
16536 <row bottomline="true">
16537 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Standard
16541 Einheiten
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Standard
16550
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Standard
16559 Exponenten
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Standard
16568
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Standard
16577 Relationen
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Standard
16586
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Standard
16597
16598 \color black
16599 12×
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Standard
16608
16609 \color black
16610 24\InsetSpace \thinspace{}
16611
16612 \color inherit
16613 Flaschen
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Standard
16622
16623 \color black
16624 \begin_inset Formula $10\cdot$
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Standard
16636
16637 \color black
16638 \begin_inset Formula $10^{\mbox{-}17}$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Standard
16650
16651 \color black
16652 \begin_inset Formula $\Gamma(t)\propto$
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Standard
16664
16665 \color black
16666 \begin_inset Formula $\:\Upsilon(t)$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Standard
16680
16681 \color black
16682 1024×
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Standard
16691
16692 \color black
16693 768\InsetSpace \thinspace{}
16694 Pixel
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Standard
16703
16704 \color black
16705 \begin_inset Formula $5.78\cdot$
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Standard
16717
16718 \color black
16719 \begin_inset Formula $10^{7}$
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Standard
16731
16732 \color black
16733 \begin_inset Formula $A\ne$
16734 \end_inset
16735
16736
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Standard
16745
16746 \color black
16747 \begin_inset Formula $\: B_{\mathrm{red}}$
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Standard
16761
16762 \color black
16763 32×
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Standard
16772
16773 \color black
16774 6\InsetSpace \thinspace{}
16775 cm
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Standard
16784
16785 \color black
16786 -
16787 \begin_inset Formula $33.5\cdot$
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Standard
16799
16800 \color black
16801 \begin_inset Formula $10^{4}$
16802 \end_inset
16803
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Standard
16813
16814 \color black
16815 \begin_inset Formula $\sin(\alpha)\ge$
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Standard
16827
16828 \color black
16829 \begin_inset Formula $\:\sin(\beta)$
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 </lyxtabular>
16839
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \begin_layout Standard
16851 \begin_inset VSpace bigskip
16852 \end_inset
16853
16854 Es gibt auch noch das LaTeX-Paket 
16855 \series bold
16856 dcolumn
16857 \series default
16858
16859 \begin_inset LatexCommand index
16860 name "LaTeX-Pakete ! dcolumn"
16861
16862 \end_inset
16863
16864  mit dem man Zellen ausrichten kann.
16865  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
16866  in den Zellen.
16867  Die erste Spalte von Tabelle\InsetSpace ~
16868
16869 \begin_inset LatexCommand ref
16870 reference "tab:Verschiedene-Ausrichtungen"
16871
16872 \end_inset
16873
16874  wird mit 
16875 \family typewriter
16876 dcolumn
16877 \family default
16878  wie die erste Spalte von Tabelle\InsetSpace ~
16879
16880 \begin_inset LatexCommand ref
16881 reference "tab:Ausrichtung-mit-dem"
16882
16883 \end_inset
16884
16885  aussehen und nur mit ein paar Tricks wie erwartet.
16886  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle\InsetSpace ~
16887
16888 \begin_inset LatexCommand ref
16889 reference "tab:Verschiedene-Ausrichtungen"
16890
16891 \end_inset
16892
16893  ist mit 
16894 \series bold
16895 dcolumn
16896 \series default
16897  nicht möglich.
16898 \end_layout
16899
16900 \begin_layout Standard
16901 \begin_inset Float table
16902 placement h
16903 wide false
16904 sideways false
16905 status open
16906
16907 \begin_layout Standard
16908 \begin_inset Caption
16909
16910 \begin_layout Standard
16911 \begin_inset LatexCommand label
16912 name "tab:Ausrichtung-mit-dem"
16913
16914 \end_inset
16915
16916 Ausrichtung mit dem LaTeX-Paket 
16917 \series bold
16918 dcolumn
16919 \series default
16920 .
16921  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
16922  bekommen.
16923 \begin_inset OptArg
16924 status collapsed
16925
16926 \begin_layout Standard
16927 Ausrichtung mit dem LaTeX-Paket 
16928 \series bold
16929 dcolumn
16930 \end_layout
16931
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \begin_layout Standard
16943 \align center
16944 \begin_inset Tabular
16945 <lyxtabular version="3" rows="4" columns="3">
16946 <features>
16947 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{-1}|">
16948 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}|">
16949 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
16950 <row bottomline="true">
16951 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Standard
16955 Einheiten
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Standard
16964 Einheiten
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Standard
16973 Einheiten
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 </row>
16979 <row>
16980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Standard
16984 12x24\InsetSpace \thinspace{}
16985
16986 \begin_inset Formula $\mbox{Flaschen}$
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Standard
16998 12x24\InsetSpace \thinspace{}
16999
17000 \begin_inset Formula $\mbox{Flaschen}$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Standard
17012 12
17013 \begin_inset ERT
17014 status collapsed
17015
17016 \begin_layout Standard
17017
17018
17019 \backslash
17020 times 
17021 \end_layout
17022
17023 \end_inset
17024
17025 24~
17026 \begin_inset Formula $\mbox{Flaschen}$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 <row>
17036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Standard
17040 1024x768\InsetSpace \thinspace{}
17041
17042 \begin_inset Formula $\mbox{Pixel}$
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Standard
17054 1024x768\InsetSpace \thinspace{}
17055
17056 \begin_inset Formula $\mbox{Pixel}$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Standard
17068 1024
17069 \begin_inset ERT
17070 status collapsed
17071
17072 \begin_layout Standard
17073
17074
17075 \backslash
17076 times 
17077 \end_layout
17078
17079 \end_inset
17080
17081 768~
17082 \begin_inset Formula $\mbox{Pixel}$
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 </row>
17091 <row>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Standard
17096 32x6\InsetSpace \thinspace{}
17097
17098 \begin_inset Formula $\mbox{cm}$
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Standard
17110 32x6\InsetSpace \thinspace{}
17111
17112 \begin_inset Formula $\mbox{cm}$
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Standard
17124 32
17125 \begin_inset ERT
17126 status collapsed
17127
17128 \begin_layout Standard
17129
17130
17131 \backslash
17132 times 
17133 \end_layout
17134
17135 \end_inset
17136
17137 6~
17138 \begin_inset Formula $\mbox{cm}$
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 </row>
17147 </lyxtabular>
17148
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \begin_layout Subsection
17160 Angepasste Zellen/Spaltenformat
17161 \begin_inset LatexCommand label
17162 name "uab:Angepasste-Zellen/Spaltenformat"
17163
17164 \end_inset
17165
17166
17167 \begin_inset LatexCommand index
17168 name "Tabellen ! Spaltenformat"
17169
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \begin_layout Standard
17176 Wenn man wie in Abschnitt\InsetSpace ~
17177
17178 \begin_inset LatexCommand ref
17179 reference "uab:Mehrfachspalten-Berechnungen"
17180
17181 \end_inset
17182
17183  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
17184  Tabellen mit Mehrfachspalten sehr lästig.
17185  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
17186 en definieren:
17187 \end_layout
17188
17189 \begin_layout Standard
17190
17191 \series bold
17192
17193 \backslash
17194 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17195 \end_layout
17196
17197 \begin_layout Standard
17198 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17199 \emph on
17200 b
17201 \emph default
17202
17203 \emph on
17204 c
17205 \emph default
17206
17207 \emph on
17208 l
17209 \emph default
17210
17211 \emph on
17212 m
17213 \emph default
17214
17215 \emph on
17216 p
17217 \emph default
17218  oder 
17219 \emph on
17220 r
17221 \emph default
17222 , weil diese vordefiniert sind.
17223  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17224 \end_layout
17225
17226 \begin_layout Standard
17227 \begin_inset VSpace medskip
17228 \end_inset
17229
17230
17231 \end_layout
17232
17233 \begin_layout Standard
17234 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17235  Breite könnte das Format so aussehen:
17236 \end_layout
17237
17238 \begin_layout Standard
17239
17240 \series bold
17241
17242 \backslash
17243 newcolumntype{M}[1]{>{
17244 \backslash
17245 centering
17246 \backslash
17247 hspace{0pt}}m{#1}}
17248 \end_layout
17249
17250 \begin_layout Standard
17251 wobei 
17252 \series bold
17253
17254 \backslash
17255 hspace{0pt}
17256 \series default
17257  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17258  Abschnitt\InsetSpace ~
17259
17260 \begin_inset LatexCommand ref
17261 reference "uab:Mehrfache-Zeilen-in"
17262
17263 \end_inset
17264
17265  beschrieben.
17266  Jetzt können Sie mit
17267 \end_layout
17268
17269 \begin_layout Standard
17270
17271 \series bold
17272 M{Breite}
17273 \end_layout
17274
17275 \begin_layout Standard
17276 im 
17277 \family sans
17278 LaTeX-Argument
17279 \family default
17280  im 
17281 \family sans
17282 Tabellen-Einstellungen
17283 \family default
17284 -Dialog eine Mehrfachspalten definieren.
17285 \end_layout
17286
17287 \begin_layout Standard
17288 \begin_inset VSpace bigskip
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \begin_layout Standard
17295 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17296  Format definieren:
17297 \end_layout
17298
17299 \begin_layout Standard
17300
17301 \series bold
17302
17303 \backslash
17304 newcolumntype{S}[2]{>{
17305 \backslash
17306 centering
17307 \backslash
17308 hspace{0pt}}
17309 \newline
17310
17311 \begin_inset ERT
17312 status collapsed
17313
17314 \begin_layout Standard
17315
17316
17317 \backslash
17318 phantom{
17319 \end_layout
17320
17321 \end_inset
17322
17323
17324 \backslash
17325 newcolumntype
17326 \begin_inset ERT
17327 status collapsed
17328
17329 \begin_layout Standard
17330
17331 }
17332 \end_layout
17333
17334 \end_inset
17335
17336 m{(#1+(2
17337 \backslash
17338 tabcolsep+
17339 \backslash
17340 arrayrulewidth)*(1-#2))/#2}}
17341 \end_layout
17342
17343 \begin_layout Standard
17344 Diese Format benutzt Gleichung\InsetSpace ~
17345
17346 \begin_inset LatexCommand ref
17347 reference "eq:Wgn"
17348
17349 \end_inset
17350
17351 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17352  breit ist.
17353 \end_layout
17354
17355 \begin_layout Standard
17356 Jetzt können Sie im 
17357 \family sans
17358 LaTeX-Argument
17359 \family default
17360  im 
17361 \family sans
17362 Tabellen-Einstellungen
17363 \family default
17364 -Dialog folgendes einfügen:
17365 \end_layout
17366
17367 \begin_layout Standard
17368
17369 \series bold
17370 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
17371 \end_layout
17372
17373 \begin_layout Standard
17374 \begin_inset VSpace bigskip
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \begin_layout Standard
17381 Für farbige Spalten können Sie folgendes einfügen:
17382 \end_layout
17383
17384 \begin_layout Standard
17385
17386 \series bold
17387
17388 \backslash
17389 newcolumntype{K}[1]{>{
17390 \backslash
17391 columncolor{#1}
17392 \backslash
17393 hspace{0pt}}c}
17394 \end_layout
17395
17396 \begin_layout Standard
17397 Das 
17398 \begin_inset Quotes gld
17399 \end_inset
17400
17401 c
17402 \begin_inset Quotes grd
17403 \end_inset
17404
17405  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
17406  zentriert ist.
17407  Jetzt können Sie als 
17408 \family sans
17409 LaTeX-Argument
17410 \family default
17411  folgendes einfügen:
17412 \end_layout
17413
17414 \begin_layout Standard
17415
17416 \series bold
17417 K{Farbname}
17418 \end_layout
17419
17420 \begin_layout Standard
17421 \begin_inset VSpace bigskip
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \begin_layout Standard
17428 Für Tabelle\InsetSpace ~
17429
17430 \begin_inset LatexCommand ref
17431 reference "tab:Tabelle-mit-benutzerdefinierte"
17432
17433 \end_inset
17434
17435  wurden folgende 
17436 \family sans
17437 LaTeX-Argumente
17438 \family default
17439  benutzt:
17440 \end_layout
17441
17442 \begin_layout Standard
17443
17444 \series bold
17445 M{2.5cm}
17446 \end_layout
17447
17448 \begin_layout Standard
17449 für die erste Spalte und die Mehrfachspalte,
17450 \end_layout
17451
17452 \begin_layout Standard
17453
17454 \series bold
17455 K{red}
17456 \end_layout
17457
17458 \begin_layout Standard
17459 für die letzte Spalte und
17460 \end_layout
17461
17462 \begin_layout Standard
17463
17464 \series bold
17465 S{2.5cm}{2}
17466 \end_layout
17467
17468 \begin_layout Standard
17469 für die Spalten in der zweiten Mehrfachspalte.
17470 \end_layout
17471
17472 \begin_layout Standard
17473 \begin_inset Float table
17474 placement h
17475 wide false
17476 sideways false
17477 status open
17478
17479 \begin_layout Standard
17480 \begin_inset Caption
17481
17482 \begin_layout Standard
17483 \begin_inset LatexCommand label
17484 name "tab:Tabelle-mit-benutzerdefinierte"
17485
17486 \end_inset
17487
17488 Tabelle mit benutzerdefinierte Formaten
17489 \end_layout
17490
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \begin_layout Standard
17497 \align center
17498 \begin_inset Tabular
17499 <lyxtabular version="3" rows="3" columns="4">
17500 <features>
17501 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
17502 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
17503 <column alignment="center" valignment="middle" leftline="true" width="0">
17504 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
17505 <row topline="true">
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Standard
17510 einsehrlangesWort
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
17516 \begin_inset Text
17517
17518 \begin_layout Standard
17519 Mehrfachspalte mit mehreren Zeilen
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Standard
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Standard
17537 c
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 </row>
17543 <row topline="true">
17544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Standard
17548 d
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Standard
17557 e
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Standard
17566 f
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Standard
17575 g
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row topline="true" bottomline="true">
17582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Standard
17586 h
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Standard
17595 i
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Standard
17604 j
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Standard
17613 k
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 </row>
17619 </lyxtabular>
17620
17621 \end_inset
17622
17623
17624 \end_layout
17625
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \begin_layout Subsection
17632 Liniendicke
17633 \begin_inset LatexCommand label
17634 name "uab:Liniendicke"
17635
17636 \end_inset
17637
17638
17639 \begin_inset LatexCommand index
17640 name "Tabellen  ! Linien ! -dicke"
17641
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \begin_layout Standard
17648 Die Liniendicke für alle Linien einer Tabelle kann mit 
17649 \series bold
17650
17651 \backslash
17652 arrayrulewidth
17653 \series default
17654  eingestellt werden.
17655  Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17656 pt, wie in Tabelle\InsetSpace ~
17657
17658 \begin_inset LatexCommand ref
17659 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
17660
17661 \end_inset
17662
17663  zu bekommen, geben Sie den Befehl
17664 \end_layout
17665
17666 \begin_layout Standard
17667
17668 \series bold
17669
17670 \backslash
17671 setlength{
17672 \backslash
17673 arrayrulewidth}{1.5pt}
17674 \end_layout
17675
17676 \begin_layout Standard
17677 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
17678  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
17679  Mit
17680 \end_layout
17681
17682 \begin_layout Standard
17683
17684 \series bold
17685
17686 \backslash
17687 setlength{
17688 \backslash
17689 arrayrulewidth}{0.4pt}
17690 \end_layout
17691
17692 \begin_layout Standard
17693 bekommen Sie wieder die Standarddicke.
17694 \end_layout
17695
17696 \begin_layout Standard
17697 \begin_inset ERT
17698 status collapsed
17699
17700 \begin_layout Standard
17701
17702
17703 \backslash
17704 setlength{
17705 \backslash
17706 arrayrulewidth}{1.5pt}
17707 \end_layout
17708
17709 \end_inset
17710
17711
17712 \begin_inset Float table
17713 placement H
17714 wide false
17715 sideways false
17716 status open
17717
17718 \begin_layout Standard
17719 \begin_inset Caption
17720
17721 \begin_layout Standard
17722 \begin_inset LatexCommand label
17723 name "tab:Tabelle-mit-1.5pt-Liniendicke"
17724
17725 \end_inset
17726
17727 Tabelle mit 1.5\InsetSpace \thinspace{}
17728 pt Liniendicke
17729 \end_layout
17730
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \begin_layout Standard
17737 \align center
17738 \begin_inset Tabular
17739 <lyxtabular version="3" rows="3" columns="3">
17740 <features>
17741 <column alignment="center" valignment="top" leftline="true" width="0">
17742 <column alignment="center" valignment="top" leftline="true" width="0">
17743 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17744 <row topline="true">
17745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Standard
17749 sd
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Standard
17758
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Standard
17767
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 </row>
17773 <row topline="true">
17774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Standard
17778
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Standard
17787 sd
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Standard
17796
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 </row>
17802 <row topline="true" bottomline="true">
17803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Standard
17807
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Standard
17816
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Standard
17825 sd
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 </row>
17831 </lyxtabular>
17832
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \begin_inset ERT
17842 status collapsed
17843
17844 \begin_layout Standard
17845
17846
17847 \backslash
17848 setlength{
17849 \backslash
17850 arrayrulewidth}{0.4pt}
17851 \end_layout
17852
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \begin_layout Standard
17859 \begin_inset VSpace bigskip
17860 \end_inset
17861
17862 Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17863 pt nur für horizontale Linien zu bekommen, wie
17864  in Tabelle\InsetSpace ~
17865
17866 \begin_inset LatexCommand ref
17867 reference "tab:Tabelle-mit-1.5pt-horiz"
17868
17869 \end_inset
17870
17871 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
17872  einfügen:
17873 \end_layout
17874
17875 \begin_layout Standard
17876
17877 \series bold
17878
17879 \backslash
17880 let
17881 \backslash
17882 myHline
17883 \backslash
17884 hline
17885 \newline
17886
17887 \backslash
17888 renewcommand{
17889 \backslash
17890 hline}
17891 \newline
17892  {
17893 \backslash
17894 noalign{
17895 \backslash
17896 global
17897 \backslash
17898 arrayrulewidth 1.5pt}
17899 \newline
17900  
17901 \backslash
17902 myHline
17903 \backslash
17904 noalign{
17905 \backslash
17906 global
17907 \backslash
17908 arrayrulewidth 0.4pt}}
17909 \end_layout
17910
17911 \begin_layout Standard
17912 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
17913  der (Gleit\SpecialChar \-
17914 objekt-)Tabelle zurück:
17915 \end_layout
17916
17917 \begin_layout Standard
17918
17919 \series bold
17920
17921 \backslash
17922 renewcommand{
17923 \backslash
17924 hline}{
17925 \backslash
17926 myHline}
17927 \end_layout
17928
17929 \begin_layout Standard
17930 \begin_inset ERT
17931 status collapsed
17932
17933 \begin_layout Standard
17934
17935
17936 \backslash
17937 let
17938 \backslash
17939 myHline
17940 \backslash
17941 hline
17942 \end_layout
17943
17944 \begin_layout Standard
17945
17946
17947 \backslash
17948 renewcommand{
17949 \backslash
17950 hline}
17951 \end_layout
17952
17953 \begin_layout Standard
17954
17955  {
17956 \backslash
17957 noalign{
17958 \backslash
17959 global
17960 \backslash
17961 arrayrulewidth 1.5pt}
17962 \end_layout
17963
17964 \begin_layout Standard
17965
17966   
17967 \backslash
17968 myHline
17969 \backslash
17970 noalign{
17971 \backslash
17972 global
17973 \backslash
17974 arrayrulewidth 0.4pt}}
17975 \end_layout
17976
17977 \end_inset
17978
17979
17980 \begin_inset Float table
17981 placement h
17982 wide false
17983 sideways false
17984 status open
17985
17986 \begin_layout Standard
17987 \begin_inset Caption
17988
17989 \begin_layout Standard
17990 \begin_inset LatexCommand label
17991 name "tab:Tabelle-mit-1.5pt-horiz"
17992
17993 \end_inset
17994
17995 Tabelle mit 1.5\InsetSpace \thinspace{}
17996 pt dicken horizontalen Linien
17997 \end_layout
17998
17999 \end_inset
18000
18001
18002 \end_layout
18003
18004 \begin_layout Standard
18005 \align center
18006 \begin_inset Tabular
18007 <lyxtabular version="3" rows="3" columns="3">
18008 <features>
18009 <column alignment="center" valignment="top" leftline="true" width="0">
18010 <column alignment="center" valignment="top" leftline="true" width="0">
18011 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18012 <row topline="true">
18013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Standard
18017 sd
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Standard
18026
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Standard
18035
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 </row>
18041 <row topline="true">
18042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Standard
18046
18047 \end_layout
18048
18049 \end_inset
18050 </cell>
18051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Standard
18055 sd
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Standard
18064
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 </row>
18070 <row topline="true" bottomline="true">
18071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Standard
18075
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Standard
18084
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Standard
18093 sd
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 </row>
18099 </lyxtabular>
18100
18101 \end_inset
18102
18103
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \begin_inset ERT
18110 status collapsed
18111
18112 \begin_layout Standard
18113
18114
18115 \backslash
18116 renewcommand{
18117 \backslash
18118 hline}{
18119 \backslash
18120 myHline}
18121 \end_layout
18122
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Standard
18129 \begin_inset VSpace bigskip
18130 \end_inset
18131
18132 Um die Liniendicke von 1.5\InsetSpace \thinspace{}
18133 pt nur für vertikale Linien zu bekommen, müssen
18134  Sie im LaTeX-Vorspann folgendes Spaltenformat entsprechend der Beschreibung
18135  in Abschnitt\InsetSpace ~
18136
18137 \begin_inset LatexCommand ref
18138 reference "uab:Angepasste-Zellen/Spaltenformat"
18139
18140 \end_inset
18141
18142 definieren:
18143 \end_layout
18144
18145 \begin_layout Standard
18146
18147 \series bold
18148
18149 \backslash
18150 newcolumntype{V}{!{
18151 \backslash
18152 vrule width 1.5pt}}
18153 \end_layout
18154
18155 \begin_layout Standard
18156 In Tabelle\InsetSpace ~
18157
18158 \begin_inset LatexCommand ref
18159 reference "tab:Tabelle-mit-1.5pt-vert"
18160
18161 \end_inset
18162
18163  wurde das 
18164 \family sans
18165 LaTe
18166 \begin_inset ERT
18167 status collapsed
18168
18169 \begin_layout Standard
18170
18171 {}
18172 \end_layout
18173
18174 \end_inset
18175
18176 X-Argument
18177 \family default
18178 \series bold
18179  VcV
18180 \series default
18181  für die letzte Spalte und
18182 \series bold
18183  Vc
18184 \series default
18185  für die anderen benutzt.
18186 \end_layout
18187
18188 \begin_layout Standard
18189 \begin_inset Float table
18190 placement H
18191 wide false
18192 sideways false
18193 status open
18194
18195 \begin_layout Standard
18196 \begin_inset Caption
18197
18198 \begin_layout Standard
18199 \begin_inset LatexCommand label
18200 name "tab:Tabelle-mit-1.5pt-vert"
18201
18202 \end_inset
18203
18204 Tabelle mit 1.5\InsetSpace \thinspace{}
18205 pt dicken vertikalen Linien
18206 \end_layout
18207
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \begin_layout Standard
18214 \align center
18215 \begin_inset Tabular
18216 <lyxtabular version="3" rows="3" columns="3">
18217 <features>
18218 <column alignment="center" valignment="top" width="0" special="Vc">
18219 <column alignment="center" valignment="top" width="0" special="Vc">
18220 <column alignment="center" valignment="top" width="0" special="VcV">
18221 <row topline="true">
18222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Standard
18226 sd
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Standard
18235
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Standard
18244
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 </row>
18250 <row topline="true">
18251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Standard
18255
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Standard
18264 sd
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Standard
18273
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 </row>
18279 <row topline="true" bottomline="true">
18280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Standard
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Standard
18293
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Standard
18302 sd
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 </row>
18308 </lyxtabular>
18309
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Subsection
18321 Gestrichelte Linien
18322 \begin_inset LatexCommand index
18323 name "Tabellen  ! Linien ! gestrichelte "
18324
18325 \end_inset
18326
18327
18328 \end_layout
18329
18330 \begin_layout Standard
18331 \begin_inset ERT
18332 status collapsed
18333
18334 \begin_layout Standard
18335
18336
18337 \backslash
18338 ifarydshln
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \begin_inset Note Note
18345 status open
18346
18347 \begin_layout Standard
18348 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
18349 \series bold
18350 arydshln
18351 \series default
18352  installiert ist.
18353 \end_layout
18354
18355 \end_inset
18356
18357
18358 \end_layout
18359
18360 \begin_layout Standard
18361 \begin_inset Float table
18362 placement h
18363 wide false
18364 sideways false
18365 status open
18366
18367 \begin_layout Standard
18368 \begin_inset Caption
18369
18370 \begin_layout Standard
18371 \begin_inset LatexCommand label
18372 name "tab:Tabelle-mit-gestrichelten"
18373
18374 \end_inset
18375
18376 Tabelle mit gestrichelten Linien
18377 \end_layout
18378
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \begin_layout Standard
18385 \align center
18386 \begin_inset Tabular
18387 <lyxtabular version="3" rows="5" columns="5">
18388 <features>
18389 <column alignment="center" valignment="top" leftline="true" width="0">
18390 <column alignment="center" valignment="top" leftline="true" width="0">
18391 <column alignment="center" valignment="top" width="0" special=":c">
18392 <column alignment="center" valignment="top" leftline="true" width="0">
18393 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18394 <row topline="true" bottomline="true">
18395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Standard
18399 a
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Standard
18408 b
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Standard
18417 c
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Standard
18426 d
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Standard
18435 e
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 </row>
18441 <row topline="true">
18442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Standard
18446 f
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Standard
18455 g
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Standard
18464 h
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Standard
18473 i
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Standard
18482 j
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 </row>
18488 <row>
18489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Standard
18493 \begin_inset ERT
18494 status collapsed
18495
18496 \begin_layout Standard
18497
18498
18499 \backslash
18500 hdashline 
18501 \end_layout
18502
18503 \end_inset
18504
18505 k
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Standard
18514 l
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Standard
18523 m
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Standard
18532 n
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Standard
18541 o
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 </row>
18547 <row topline="true">
18548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Standard
18552 \begin_inset ERT
18553 status collapsed
18554
18555 \begin_layout Standard
18556
18557
18558 \backslash
18559 cdashline{4-5}
18560 \end_layout
18561
18562 \end_inset
18563
18564 p
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Standard
18573 q
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
18579 \begin_inset Text
18580
18581 \begin_layout Standard
18582 r
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
18588 \begin_inset Text
18589
18590 \begin_layout Standard
18591 s
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Standard
18600
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 </row>
18606 <row topline="true" bottomline="true">
18607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Standard
18611 t
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Standard
18620 u
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Standard
18629 v
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Standard
18638 w
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Standard
18647 x
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 </row>
18653 </lyxtabular>
18654
18655 \end_inset
18656
18657
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
18667  TeX-Code benutzen.
18668  Zunächst müssen Sie das LaTeX-Paket 
18669 \series bold
18670 arydshln
18671 \series default
18672
18673 \begin_inset LatexCommand index
18674 name "LaTeX-Pakete ! arydshln"
18675
18676 \end_inset
18677
18678  im LaTeX-Vorspann geladen werden:
18679 \end_layout
18680
18681 \begin_layout Standard
18682
18683 \series bold
18684
18685 \backslash
18686 usepackage{arydshln}
18687 \end_layout
18688
18689 \begin_layout Standard
18690 Um senkrechte Linien zu stricheln, müssen Sie im 
18691 \family sans
18692 LaTe
18693 \begin_inset ERT
18694 status collapsed
18695
18696 \begin_layout Standard
18697
18698 {}
18699 \end_layout
18700
18701 \end_inset
18702
18703 X-Argument
18704 \family default
18705  des 
18706 \family sans
18707 Tabellen-Einstellungen
18708 \family default
18709 -Dialogs 
18710 \begin_inset Quotes gld
18711 \end_inset
18712
18713 :
18714 \begin_inset Quotes grd
18715 \end_inset
18716
18717 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
18718 \end_layout
18719
18720 \begin_layout Standard
18721 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
18722 \end_layout
18723
18724 \begin_layout Standard
18725
18726 \series bold
18727
18728 \backslash
18729 hdashline
18730 \end_layout
18731
18732 \begin_layout Standard
18733 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
18734 \end_layout
18735
18736 \begin_layout Standard
18737 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
18738 \end_layout
18739
18740 \begin_layout Standard
18741
18742 \series bold
18743
18744 \backslash
18745 cdashline{Anfangsspalte-Endspalte}
18746 \end_layout
18747
18748 \begin_layout Standard
18749 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
18750  Wenn Sie z.\InsetSpace \thinspace{}
18751 B.
18752  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
18753  gestrichelte Linie haben, fügen Sie diesen Befehl
18754 \end_layout
18755
18756 \begin_layout Standard
18757
18758 \series bold
18759
18760 \backslash
18761 cdashline{2-4}
18762 \end_layout
18763
18764 \begin_layout Standard
18765 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
18766 \end_layout
18767
18768 \begin_layout Standard
18769 \begin_inset VSpace bigskip
18770 \end_inset
18771
18772
18773 \end_layout
18774
18775 \begin_layout Standard
18776 In Tabelle\InsetSpace ~
18777
18778 \begin_inset LatexCommand ref
18779 reference "tab:Tabelle-mit-gestrichelten"
18780
18781 \end_inset
18782
18783  wurde der dritten Spalte der Befehl
18784 \series bold
18785  
18786 \series default
18787
18788 \begin_inset Quotes gld
18789 \end_inset
18790
18791
18792 \series bold
18793 :c
18794 \begin_inset Quotes grd
18795 \end_inset
18796
18797
18798 \series default
18799  benutzt.
18800  Der Befehl 
18801 \series bold
18802
18803 \backslash
18804 hdashline
18805 \series default
18806  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
18807 \newline
18808  
18809 \series bold
18810
18811 \backslash
18812 cdashline{4-5} 
18813 \series default
18814 wurde in die erste Zelle der vierten Zeile eingefügt.
18815 \end_layout
18816
18817 \begin_layout Standard
18818 \begin_inset Note Greyedout
18819 status open
18820
18821 \begin_layout Standard
18822
18823 \series bold
18824 Bemerkung:
18825 \series default
18826  Das LaTeX-Paket 
18827 \series bold
18828 arydshln
18829 \series default
18830  ist nicht kompatibel dem LaTeX-Paket 
18831 \series bold
18832 colortbl
18833 \series default
18834
18835 \begin_inset LatexCommand index
18836 name "LaTeX-Pakete ! colortbl"
18837
18838 \end_inset
18839
18840 , das für die farbigen Tabellen in Abschnitt\InsetSpace ~
18841
18842 \begin_inset LatexCommand ref
18843 reference "abs:Farbige-Tabellen"
18844
18845 \end_inset
18846
18847  benutzt wurde.
18848  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
18849 \end_layout
18850
18851 \end_inset
18852
18853
18854 \end_layout
18855
18856 \begin_layout Standard
18857 \begin_inset ERT
18858 status collapsed
18859
18860 \begin_layout Standard
18861
18862
18863 \backslash
18864 else
18865 \end_layout
18866
18867 \end_inset
18868
18869
18870 \begin_inset Note Note
18871 status open
18872
18873 \begin_layout Standard
18874 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18875 \series bold
18876 arydshln
18877 \series default
18878  nicht installiert ist:
18879 \end_layout
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \begin_layout Standard
18887 Sie müssen das LaTeX-Paket 
18888 \series bold
18889 arydshln
18890 \series default
18891  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18892 \end_layout
18893
18894 \begin_layout Standard
18895 \begin_inset ERT
18896 status collapsed
18897
18898 \begin_layout Standard
18899
18900
18901 \backslash
18902 fi
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \begin_layout Chapter
18911 Gleitobjekte
18912 \begin_inset LatexCommand label
18913 name "kap:Gleitobjekte"
18914
18915 \end_inset
18916
18917
18918 \begin_inset LatexCommand index
18919 name "Gleitobjekte"
18920
18921 \end_inset
18922
18923
18924 \end_layout
18925
18926 \begin_layout Section
18927 Einleitung
18928 \begin_inset LatexCommand label
18929 name "abs:Gleitobjekte-Einleitung"
18930
18931 \end_inset
18932
18933
18934 \begin_inset LatexCommand index
18935 name "Gleitobjekte ! Einleitung"
18936
18937 \end_inset
18938
18939
18940 \end_layout
18941
18942 \begin_layout Standard
18943 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
18944  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
18945  der beste Platz ist.
18946  
18947 \family sans
18948 Fußnoten
18949 \family default
18950  und 
18951 \family sans
18952 Randnotizen
18953 \family default
18954  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
18955  wenn auf ihrer Seite schon zu viele sind.
18956 \end_layout
18957
18958 \begin_layout Standard
18959 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
18960  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
18961  um weiße Flächen und Seiten ohne Text zu vermeiden.
18962  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
18963  kann im Text auf ein Gleitobjekt verwiesen werden.
18964  Gleitobjekte sind deshalb nummeriert.
18965  Querverweise werden in Abschnitt\InsetSpace ~
18966
18967 \begin_inset LatexCommand ref
18968 reference "abs:Auf-Gleitobjekte-verweisen"
18969
18970 \end_inset
18971
18972  beschrieben.
18973 \end_layout
18974
18975 \begin_layout Standard
18976 Ein Gleitobjekt wird mit 
18977 \family sans
18978 Einfügen\SpecialChar \menuseparator
18979 Gleitobjekt\SpecialChar \menuseparator
18980 Algorithmus/Abbildung/Ta\SpecialChar \-
18981 belle/Um\SpecialChar \-
18982 flos\SpecialChar \-
18983 se\SpecialChar \-
18984 nes\InsetSpace ~
18985 Gleitobjekt
18986 \family default
18987  eingefügt.
18988  Für Abbildungen oder Tabellen können Sie auch auf 
18989 \begin_inset Graphics
18990         filename ../../images/float-insert_figure.png
18991         scale 70
18992         scaleBeforeRotation
18993         BoundingBox 0bp 6bp 22bp 22bp
18994
18995 \end_inset
18996
18997  oder 
18998 \begin_inset Graphics
18999         filename ../../images/float-insert_table.png
19000         scale 70
19001         scaleBeforeRotation
19002         BoundingBox 0bp 6bp 22bp 22bp
19003
19004 \end_inset
19005
19006  klicken.
19007  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19008  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19009  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19010  #:).
19011  Statt # sehen Sie die von LyX vergebene Nummer.
19012  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19013  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19014  eingefügt.
19015  In Abschnitt\InsetSpace ~
19016 \InsetSpace ~
19017
19018 \begin_inset LatexCommand ref
19019 reference "abs:Titel-Platzierung"
19020
19021 \end_inset
19022
19023  finden Sie mehr über die Platzierung des Titels.
19024  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19025  auch wieder geöffnet.
19026  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19027 \begin_inset Graphics
19028         filename clipart/GleitobjektQt4.png
19029         scale 70
19030         scaleBeforeRotation
19031         BoundingBox 0bp 6bp 128bp 22bp
19032
19033 \end_inset
19034
19035  -- ein graues Kästchen mit roter Beschriftung.
19036 \end_layout
19037
19038 \begin_layout Standard
19039 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19040  Gleitobjekte in einem eigenen Absatz einzufügen.
19041 \end_layout
19042
19043 \begin_layout Standard
19044 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19045  indem Sie sie markieren und dann auf 
19046 \begin_inset Graphics
19047         filename ../../images/float-insert_figure.png
19048         scale 70
19049         scaleBeforeRotation
19050         BoundingBox 0bp 6bp 22bp 22bp
19051
19052 \end_inset
19053
19054  oder 
19055 \begin_inset Graphics
19056         filename ../../images/float-insert_table.png
19057         scale 70
19058         scaleBeforeRotation
19059         BoundingBox 0bp 6bp 22bp 22bp
19060
19061 \end_inset
19062
19063  klicken.
19064 \end_layout
19065
19066 \begin_layout Section
19067 Gleitobjekt-Typen
19068 \begin_inset LatexCommand index
19069 name "Gleitobjekte ! Typen"
19070
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \begin_layout Standard
19077 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt\InsetSpace ~
19078
19079 \begin_inset LatexCommand ref
19080 reference "abs:Gleitende-Abbildungen"
19081
19082 \end_inset
19083
19084  und 
19085 \begin_inset LatexCommand ref
19086 reference "abs:Gleitende-Tabellen"
19087
19088 \end_inset
19089
19090  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
19091 \end_layout
19092
19093 \begin_layout Subsection
19094 Gleitobjekt-Algorithmen
19095 \begin_inset LatexCommand index
19096 name "Gleitobjekte ! Algorithmen"
19097
19098 \end_inset
19099
19100
19101 \begin_inset LatexCommand label
19102 name "uab:Gleitobjekt-Algorithmen"
19103
19104 \end_inset
19105
19106
19107 \end_layout
19108
19109 \begin_layout Standard
19110 \begin_inset Float algorithm
19111 placement h
19112 wide false
19113 sideways false
19114 status open
19115
19116 \begin_layout Standard
19117 \begin_inset Caption
19118
19119 \begin_layout Standard
19120 \begin_inset LatexCommand label
19121 name "alg:Ein-Gleitobjekt-Algorithmus"
19122
19123 \end_inset
19124
19125 Ein Gleitobjekt-Algorithmus 
19126 \end_layout
19127
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \begin_layout LyX-Code
19134 for I in 1..N loop
19135 \newline
19136  Sum:= Sum + A(I); /*Kommentar*/
19137 \newline
19138 end loop
19139 \begin_inset VSpace -4mm
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \begin_layout Standard
19151 Dieser Typ wird mit 
19152 \family sans
19153 Einfügen\SpecialChar \menuseparator
19154 Gleitobjekt\SpecialChar \menuseparator
19155 Algorithmus
19156 \family default
19157  eingefügt.
19158  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19159  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19160  Eine mögliche Absatz-Umgebung hier für ist 
19161 \family sans
19162 LyX-Code
19163 \family default
19164 , beschrieben im 
19165 \emph on
19166 Benutzerhandbuch
19167 \emph default
19168 .
19169  In Algorithmus\InsetSpace ~
19170
19171 \begin_inset LatexCommand ref
19172 reference "alg:Ein-Gleitobjekt-Algorithmus"
19173
19174 \end_inset
19175
19176  wurden am Ende -0.4\InsetSpace \thinspace{}
19177 cm vertikaler Abstand eingefügt, damit die untere Linie
19178  direkt unter der letzten Zeile gedruckt wird.
19179 \end_layout
19180
19181 \begin_layout Standard
19182 Die Marke 
19183 \emph on
19184 Algorithmus
19185 \emph default
19186  wird nicht automatisch in die druckbare Version übernommen, sondern das
19187  englische Wort 
19188 \emph on
19189 Algorithm
19190 \emph default
19191  verwendet.
19192  Soll
19193 \emph on
19194  Algorithmus
19195 \emph default
19196  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19197 \end_layout
19198
19199 \begin_layout Standard
19200
19201 \series bold
19202
19203 \backslash
19204 floatname{algorithm}{Algorithmus}
19205 \end_layout
19206
19207 \begin_layout Description
19208
19209 \series bold
19210 Bemerkung:
19211 \series default
19212  Wenn Sie das LaTeX-Paket 
19213 \series bold
19214 hyperref
19215 \series default
19216
19217 \begin_inset LatexCommand index
19218 name "LaTeX-Pakete ! hyperref"
19219
19220 \end_inset
19221
19222  benutzen, um in PDF-Dateien auf Gleitobjekte zu verweisen, muss es im LaTeX-Vor
19223 spann vor der Definition der Gleitobjekte geladen werden.
19224  Weil LyX Gleitobjekt-Definitionen automatisch vor den editierbaren Teil
19225  des LaTeX-Vorspanns schreibt, müssen Sie 
19226 \emph on
19227 nach
19228 \emph default
19229  dem Laden von 
19230 \series bold
19231 hyperref
19232 \series default
19233  folgende Befehle einfügen:
19234 \begin_inset VSpace defskip
19235 \end_inset
19236
19237
19238 \series bold
19239
19240 \newline
19241
19242 \backslash
19243 newfloat{Xalgorithm}{tbp}{loa}
19244 \newline
19245
19246 \backslash
19247 floatname{Xalgorithm}{Ihr\InsetSpace ~
19248 Name}
19249 \newline
19250
19251 \backslash
19252 newcommand{
19253 \backslash
19254 theHalgorithm}{
19255 \backslash
19256 theHXalgorithm}
19257 \newline
19258
19259 \backslash
19260 renewenvironment{algorithm}[1][tbp]
19261 \newline
19262
19263 \begin_inset ERT
19264 status collapsed
19265
19266 \begin_layout Standard
19267
19268
19269 \backslash
19270 hphantom{ }
19271 \end_layout
19272
19273 \end_inset
19274
19275 {
19276 \backslash
19277 begin{Xalgorithm}[#1]}{
19278 \backslash
19279 end{Xalgorithm}}
19280 \series default
19281
19282 \begin_inset VSpace defskip
19283 \end_inset
19284
19285
19286 \newline
19287 Um das Algorithmenverzeichnis einzufügen, kann in diesem Fall nicht das
19288  Menü 
19289 \family sans
19290 Einfügen\SpecialChar \menuseparator
19291 Liste\InsetSpace \thinspace{}
19292 /\InsetSpace \thinspace{}
19293 Inhaltsverzeichnis\SpecialChar \menuseparator
19294 Algorithmenverzeichnis
19295 \family default
19296  nicht verwendet werden.
19297  Stattdessen wird dieser Befehl als TeX-Code eingefügt:
19298 \newline
19299
19300 \series bold
19301
19302 \backslash
19303 listof{Xalgorithm}{Algorithmenverzeichnis}
19304 \series default
19305
19306 \begin_inset Note Note
19307 status collapsed
19308
19309 \begin_layout Standard
19310 wird am Ende dieses Dokuments verwendet
19311 \end_layout
19312
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \begin_layout Standard
19319 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
19320  nach dem Schema 
19321 \begin_inset Quotes gld
19322 \end_inset
19323
19324 Kapitelnummer.Algorithmusnummer
19325 \begin_inset Quotes grd
19326 \end_inset
19327
19328  nummeriert.
19329  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
19330  einfügen:
19331 \end_layout
19332
19333 \begin_layout Standard
19334
19335 \series bold
19336
19337 \backslash
19338 numberwithin{algorithm}{chapter}
19339 \end_layout
19340
19341 \begin_layout Standard
19342 Wenn Sie 
19343 \series bold
19344 hyperref
19345 \series default
19346  benutzen, heißt der Befehl
19347 \end_layout
19348
19349 \begin_layout Standard
19350
19351 \series bold
19352
19353 \backslash
19354 numberwithin{Xalgorithm}{chapter}
19355 \end_layout
19356
19357 \begin_layout Standard
19358 Um 
19359 \series bold
19360
19361 \backslash
19362 numberwithin
19363 \series default
19364  benutzen zu können, muss in den 
19365 \family sans
19366 Mathe\InsetSpace ~
19367 Optionen
19368 \family default
19369  der 
19370 \family sans
19371 Dokument-Einstellungen
19372 \family default
19373  
19374 \family sans
19375 AMS\InsetSpace ~
19376 Mathe\InsetSpace ~
19377 Paket
19378 \family default
19379 \InsetSpace ~
19380
19381 \family sans
19382 verwenden
19383 \family default
19384  angekreuzt sein.
19385 \end_layout
19386
19387 \begin_layout Subsection
19388 Textumflossenes [Gleit]Objekt
19389 \begin_inset LatexCommand label
19390 name "uab:Textumflossenes-[Gleit]Objekt"
19391
19392 \end_inset
19393
19394
19395 \begin_inset LatexCommand index
19396 name "Gleitobjekte ! textumflossene"
19397
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \begin_layout Standard
19404 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
19405  werden, wo sie definiert wurden.
19406  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
19407 \emph on
19408 fließen
19409 \emph default
19410  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
19411  übrig lässt.
19412  Er wird mit dem Befehl
19413 \family sans
19414  Einfügen\SpecialChar \menuseparator
19415 Gleitobjekt\SpecialChar \menuseparator
19416 Umflossenes\InsetSpace \space{}
19417 Gleit\SpecialChar \-
19418 ob\SpecialChar \-
19419 jekt
19420 \family default
19421   
19422 \begin_inset Wrap figure
19423 placement l
19424 width "40col%"
19425 status open
19426
19427 \begin_layout Standard
19428 \begin_inset Graphics
19429         filename ../clipart/mobius.eps
19430         display color
19431         width 40col%
19432         scaleBeforeRotation
19433         rotateOrigin center
19434
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \begin_layout Standard
19441 \begin_inset Caption
19442
19443 \begin_layout Standard
19444 \begin_inset LatexCommand label
19445 name "abb:This-is-a"
19446
19447 \end_inset
19448
19449 Dies ist eine umflossene Gleitobjekt-Abbildung
19450 \begin_inset VSpace medskip
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \end_inset
19462
19463 eingefügt, wenn das LaTeX-Paket 
19464 \series bold
19465 wrapfig
19466 \series default
19467
19468 \begin_inset LatexCommand index
19469 name "LaTeX-Pakete ! wrapfig\\vspace{4mm}"
19470
19471 \end_inset
19472
19473  installiert ist.
19474 \begin_inset Foot
19475 status collapsed
19476
19477 \begin_layout Standard
19478 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
19479 \emph on
19480 LaTeX\InsetSpace ~
19481 Konfiguration
19482 \emph default
19483  beschrieben.
19484 \end_layout
19485
19486 \end_inset
19487
19488  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
19489 klick auf
19490  das 
19491 \family sans
19492 Umflossenes\InsetSpace ~
19493 Gleitobjekt
19494 \family default
19495 -Kästchen ändern.
19496  Abbildung\InsetSpace ~
19497
19498 \begin_inset LatexCommand ref
19499 reference "abb:This-is-a"
19500
19501 \end_inset
19502
19503  ist zum Beispiel ein textumflossenes Objekt, das 40\InsetSpace \thinspace{}
19504 % der Spaltenbreite
19505  einnimmt.
19506 \begin_inset Foot
19507 status collapsed
19508
19509 \begin_layout Standard
19510 Die benutzbaren Einheiten werden in Anhang\InsetSpace ~
19511
19512 \begin_inset LatexCommand ref
19513 reference "kap:In-LyX-verfügbare"
19514
19515 \end_inset
19516
19517  beschrieben.
19518 \end_layout
19519
19520 \end_inset
19521
19522  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
19523  umgebenden Test zu trennen.
19524 \end_layout
19525
19526 \begin_layout Standard
19527 Mit dem LaTeX-Paket 
19528 \series bold
19529 wrapfig
19530 \series default
19531  können auch textumflossene Tabellen erstellt werden, aber LyX unterstützt
19532  das (noch) nicht.
19533  In der 
19534 \series bold
19535 wrapfig
19536 \series default
19537 -Dokumentation
19538 \begin_inset LatexCommand cite
19539 key "wrapfig"
19540
19541 \end_inset
19542
19543  wird beschrieben, wie es geht.
19544  Wenn Sie es mit LyX machen, wird der Titel mit 
19545 \emph on
19546 Abbildung
19547 \emph default
19548  anfangen.
19549 \end_layout
19550
19551 \begin_layout Standard
19552 \begin_inset Note Greyedout
19553 status open
19554
19555 \begin_layout Standard
19556
19557 \series bold
19558 Bemerkung:
19559 \series default
19560  Textumflossene Objekte sind fragil.
19561  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
19562  dass sie gar nicht oder über anderen Text gedruckt wird.
19563 \end_layout
19564
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \begin_layout Standard
19571
19572 \series bold
19573 Weitere
19574 \series default
19575  
19576 \series bold
19577 Bemerkungen
19578 \series default
19579 :
19580 \end_layout
19581
19582 \begin_layout Itemize
19583 Textumflossene Objekte
19584 \end_layout
19585
19586 \begin_deeper
19587 \begin_layout Itemize
19588 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
19589  werden.
19590  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
19591  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
19592  erfolgen wird.
19593 \end_layout
19594
19595 \begin_layout Itemize
19596 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
19597  werden oder darin.
19598 \end_layout
19599
19600 \begin_layout Itemize
19601 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
19602  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
19603 \end_layout
19604
19605 \begin_layout Itemize
19606 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
19607 \end_layout
19608
19609 \end_deeper
19610 \begin_layout Itemize
19611 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
19612  unmittelbar auf die Abbildung folgt, eingerückt.
19613  Das können Sie mit dem TeX-Code-Befehl 
19614 \series bold
19615
19616 \backslash
19617 hspace*{-1em}
19618 \series default
19619  direkt vor dem Text korrigieren.
19620  
19621 \family typewriter
19622 1\InsetSpace \thinspace{}
19623 em
19624 \family default
19625  entspricht der Standardeinrückung.
19626 \end_layout
19627
19628 \begin_layout Itemize
19629 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
19630  behandelt.
19631 \end_layout
19632
19633 \begin_layout Itemize
19634 Der Text, der um die Abbildung herumfließt, sollte zwischen 
19635 \series bold
19636
19637 \backslash
19638 begin{slop\SpecialChar \-
19639 py\SpecialChar \-
19640 par}
19641 \series default
19642  und 
19643 \series bold
19644
19645 \backslash
19646 end{sloppypar}
19647 \series default
19648  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
19649 \end_layout
19650
19651 \begin_layout Section
19652 Gleitobjekt-Nummerierung
19653 \begin_inset LatexCommand label
19654 name "abs:Gleitobjekt-Nummerierung"
19655
19656 \end_inset
19657
19658
19659 \begin_inset LatexCommand index
19660 name "Gleitobjekte ! Nummerierung"
19661
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \begin_layout Standard
19668 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
19669  nummeriert oder nach dem Schema 
19670 \begin_inset Quotes gld
19671 \end_inset
19672
19673 Kapitelnummer.Gleitobjektnummer
19674 \begin_inset Quotes grd
19675 \end_inset
19676
19677  oder 
19678 \begin_inset Quotes gld
19679 \end_inset
19680
19681 Abschnittsnummer.Gleitobjektnummer
19682 \begin_inset Quotes grd
19683 \end_inset
19684
19685 .
19686  Das hängt von der Dokumentklasse ab.
19687 \end_layout
19688
19689 \begin_layout Standard
19690 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
19691  in den LaTeX-Vorspann einfügen:
19692 \end_layout
19693
19694 \begin_layout Standard
19695
19696 \series bold
19697
19698 \backslash
19699 renewcommand{
19700 \backslash
19701 thetable}{
19702 \backslash
19703 roman{table}}
19704 \end_layout
19705
19706 \begin_layout Standard
19707
19708 \series bold
19709
19710 \backslash
19711 thetable
19712 \series default
19713  ist der Befehl, der die Tabellennummer druckt.
19714  Für Abbildungen ist das 
19715 \series bold
19716
19717 \backslash
19718 thefigure
19719 \series default
19720 .
19721  Der Befehl 
19722 \series bold
19723
19724 \backslash
19725 roman
19726 \series default
19727  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
19728 \end_layout
19729
19730 \begin_layout Standard
19731 Um das Numerierungsschema zum Beispiel auf 
19732 \begin_inset Quotes gld
19733 \end_inset
19734
19735 Unterabschnittsnummer.Num\SpecialChar \-
19736 mer
19737 \begin_inset Quotes grd
19738 \end_inset
19739
19740  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
19741 \end_layout
19742
19743 \begin_layout Standard
19744
19745 \series bold
19746
19747 \backslash
19748 numberwithin{table}{subsection}
19749 \end_layout
19750
19751 \begin_layout Standard
19752 Um den Befehl 
19753 \series bold
19754
19755 \backslash
19756 numberwithin
19757 \series default
19758  zu können, müssen Sie in den 
19759 \family sans
19760 Mathe\InsetSpace ~
19761 Optionen
19762 \family default
19763  der 
19764 \family sans
19765 Dokument-Einstellungen
19766 \family default
19767  
19768 \family sans
19769 AMS\InsetSpace ~
19770 Mathe\InsetSpace ~
19771 Paket
19772 \family default
19773 \InsetSpace ~
19774
19775 \family sans
19776 verwenden
19777 \family default
19778  ankreuzen.
19779 \end_layout
19780
19781 \begin_layout Standard
19782 Sehen Sie sich bitte auch Abschnitt\InsetSpace ~
19783
19784 \begin_inset LatexCommand ref
19785 reference "uab:Fußnoten-Nummerierung"
19786
19787 \end_inset
19788
19789  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
19790 \end_layout
19791
19792 \begin_layout Section
19793 Auf Gleitobjekte verweisen
19794 \begin_inset LatexCommand label
19795 name "abs:Auf-Gleitobjekte-verweisen"
19796
19797 \end_inset
19798
19799
19800 \begin_inset LatexCommand index
19801 name "Gleitobjekte ! Querverweise"
19802
19803 \end_inset
19804
19805
19806 \begin_inset LatexCommand index
19807 name "Querverweise"
19808
19809 \end_inset
19810
19811
19812 \end_layout
19813
19814 \begin_layout Standard
19815 Zunächst müssen Sie mit 
19816 \family sans
19817 Einfügen\SpecialChar \menuseparator
19818 Marke
19819 \family default
19820  oder einen Klick auf 
19821 \begin_inset Graphics
19822         filename ../../images/label-insert.png
19823         scale 85
19824         scaleBeforeRotation
19825
19826 \end_inset
19827
19828  eine Marke im Titel einfügen.
19829  Im 
19830 \family sans
19831 Marke
19832 \family default
19833 -Dialog schreiben Sie einen Text in das Feld 
19834 \family sans
19835 Marke
19836 \family default
19837  oder übernehmen den vorgeschlagenen.
19838  Die Marke sieht in LyX dann so aus:
19839 \newline
19840
19841 \begin_inset Graphics
19842         filename clipart/Marke.png
19843         lyxscale 80
19844         scale 50
19845         scaleBeforeRotation
19846         BoundingBox 0bp 6bp 76bp 23bp
19847
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \begin_layout Standard
19854 Die Marke wird als Anker und Name für den Querverweis benutzt.
19855  Mit 
19856 \family sans
19857 Einfügen\SpecialChar \menuseparator
19858 Querverweis
19859 \family default
19860  oder einen Klick auf 
19861 \begin_inset Graphics
19862         filename ../../images/dialog-show-new-inset_ref.png
19863         scale 85
19864         scaleBeforeRotation
19865
19866 \end_inset
19867
19868  können Sie dann auf die Marke verweisen.
19869  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
19870  angezeigt:
19871 \newline
19872
19873 \begin_inset Graphics
19874         filename clipart/Querverweis.png
19875         lyxscale 80
19876         scale 50
19877         scaleBeforeRotation
19878         BoundingBox 0bp 6bp 76bp 23bp
19879
19880 \end_inset
19881
19882
19883 \newline
19884  Mehr zu Querverweisen finden Sie im 
19885 \emph on
19886 Benutzerhandbuch
19887 \emph default
19888 .
19889 \end_layout
19890
19891 \begin_layout Standard
19892 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
19893  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
19894  durch einen Zeilenumbruch getrennt werden können.
19895 \end_layout
19896
19897 \begin_layout Standard
19898 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
19899  LyX passt die Querverweise automatisch an.
19900 \end_layout
19901
19902 \begin_layout Standard
19903 Ein Klick auf den Schalter 
19904 \family sans
19905 Gehe\InsetSpace ~
19906 zur\InsetSpace ~
19907 Marke
19908 \family default
19909  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
19910  Der Text der Schaltfläche heißt jetzt 
19911 \family sans
19912 Gehe\InsetSpace ~
19913 zurück
19914 \family default
19915  und ein Klick darauf macht genau dies.
19916   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
19917  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
19918  Dann ist auch kein 
19919 \family sans
19920 Gehe\InsetSpace ~
19921 zurück
19922 \family default
19923  möglich.
19924 \end_layout
19925
19926 \begin_layout Subsection
19927 Querverweis-Formate
19928 \begin_inset LatexCommand label
19929 name "uab:Querverweis-Formate"
19930
19931 \end_inset
19932
19933
19934 \begin_inset LatexCommand index
19935 name "Querverweise ! Formate"
19936
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \begin_layout Standard
19943 Es gibt sechs verschiedene Querverweisstile:
19944 \end_layout
19945
19946 \begin_layout Description
19947 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
19948  
19949 \begin_inset LatexCommand ref
19950 reference "abb:Zwei-Teilabbildungen"
19951
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \begin_layout Description
19958 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
19959  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
19960  verwendet wird, speziell wenn der Name 
19961 \begin_inset Quotes gld
19962 \end_inset
19963
19964 Gleichung
19965 \begin_inset Quotes grd
19966 \end_inset
19967
19968  weggelassen wird: 
19969 \begin_inset LatexCommand eqref
19970 reference "eq:Wgn"
19971
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \begin_layout Description
19978 <Seite>: druckt die Seitennummer: Seite\InsetSpace ~
19979
19980 \begin_inset LatexCommand pageref
19981 reference "abb:Zwei-Teilabbildungen"
19982
19983 \end_inset
19984
19985
19986 \end_layout
19987
19988 \begin_layout Description
19989 auf\InsetSpace ~
19990 Seite\InsetSpace ~
19991 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
19992 \begin_inset LatexCommand vpageref
19993 reference "abb:Zwei-Teilabbildungen"
19994
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \begin_layout Description
20001 <Querverweis>\InsetSpace ~
20002 auf\InsetSpace ~
20003 Seite\InsetSpace ~
20004 <Seite>: druckt die Nummer der Gleitumgebung, den Text
20005  "auf Seite", und die Seitennummer: 
20006 \begin_inset LatexCommand vref
20007 reference "abb:Zwei-Teilabbildungen"
20008
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \begin_layout Description
20015 Formatierter\InsetSpace ~
20016 Querverweis: druckt ein selbst definiertes Querverweisformat
20017 \newline
20018
20019 \begin_inset Note Greyedout
20020 status open
20021
20022 \begin_layout Standard
20023
20024 \series bold
20025 Bemerkung:
20026 \series default
20027  Dies ist nur möglich, wenn das LaTeX-Paket 
20028 \series bold
20029 prettyref
20030 \series default
20031  installiert ist.
20032 \end_layout
20033
20034 \end_inset
20035
20036
20037 \end_layout
20038
20039 \begin_layout Standard
20040 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20041  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
20042  Seite befindet.
20043  Stattdessen wird der Text 
20044 \begin_inset Quotes gld
20045 \end_inset
20046
20047 auf dieser Seite
20048 \begin_inset Quotes grd
20049 \end_inset
20050
20051  gedruckt.
20052 \end_layout
20053
20054 \begin_layout Standard
20055 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20056  automatisch von LaTeX berechnet.
20057  Die Stile können im Feld 
20058 \family sans
20059 Format
20060 \family default
20061  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
20062  einen Querverweis klicken.
20063 \end_layout
20064
20065 \begin_layout Subsection
20066 Auf Teilabbildungen verweisen
20067 \begin_inset LatexCommand label
20068 name "uab:Auf-Teilabbildungen-verweisen"
20069
20070 \end_inset
20071
20072
20073 \begin_inset LatexCommand index
20074 name "Querverweise ! auf Teilabbildungen"
20075
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \begin_layout Standard
20082 Zur Zeit unterstützt LyX das nicht, also müssen Sie LaTeX-Befehle benutzen.
20083  Die Marke erzeugen Sie mit dem Befehl
20084 \end_layout
20085
20086 \begin_layout Standard
20087
20088 \series bold
20089
20090 \backslash
20091 label{abb:IhrMarkenName}
20092 \end_layout
20093
20094 \begin_layout Standard
20095 der direkt in das Titelfeld der Teilabbildung eingefügt wird.
20096  Als Querverweis benutzen Sie dann den Befehl
20097 \end_layout
20098
20099 \begin_layout Standard
20100
20101 \series bold
20102
20103 \backslash
20104 ref{abb:IhrMarkenName}
20105 \end_layout
20106
20107 \begin_layout Standard
20108 Hier ist ein Querverweis auf Teilabbildung\InsetSpace ~
20109
20110 \begin_inset ERT
20111 status collapsed
20112
20113 \begin_layout Standard
20114
20115
20116 \backslash
20117 ref{abb:Platypus}
20118 \end_layout
20119
20120 \end_inset
20121
20122 .
20123 \end_layout
20124
20125 \begin_layout Subsection
20126 Automatische Querverweis-Namen
20127 \begin_inset LatexCommand index
20128 name "Querverweise ! Automatische Namen "
20129
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \begin_layout Standard
20136 Das LaTeX-Paket 
20137 \series bold
20138 hyperref
20139 \series default
20140
20141 \begin_inset LatexCommand index
20142 name "LaTeX-Pakete ! hyperref"
20143
20144 \end_inset
20145
20146  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20147  Gleitobjekts automatisch enthalten (oder Textteile wie 
20148 \emph on
20149 Abschnitt
20150 \emph default
20151 ).
20152  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20153  Um diese Funktion benutzen zu können, müssen Sie 
20154 \series bold
20155 hyperref
20156 \series default
20157  in den LaTeX-Vorspann wie folgt einfügen:
20158 \end_layout
20159
20160 \begin_layout Standard
20161
20162 \series bold
20163
20164 \backslash
20165 usepackage[pdfborder={0 0 0}]{hyperref}
20166 \newline
20167
20168 \backslash
20169 AtBeginDocument{
20170 \backslash
20171 renewcommand{
20172 \backslash
20173 ref}[1]{
20174 \backslash
20175 mbox{
20176 \backslash
20177 autoref{#1}}}}
20178 \end_layout
20179
20180 \begin_layout Standard
20181
20182 \series bold
20183 hyperref
20184 \series default
20185  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Do\SpecialChar \-
20186 ku\SpecialChar \-
20187 men\SpecialChar \-
20188 ten
20189  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
20190  einen Link klicken, und die angeklickte Stelle wird gezeigt.
20191  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20192  sich der Cursor.
20193 \end_layout
20194
20195 \begin_layout Standard
20196 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
20197 n.
20198  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20199  für die Benutzung von 
20200 \series bold
20201 hyperref
20202 \series default
20203  sehen.
20204  In der 
20205 \series bold
20206 hyperref
20207 \series default
20208 -Dokumentation 
20209 \begin_inset LatexCommand cite
20210 key "hyperref"
20211
20212 \end_inset
20213
20214  finden Sie mehr darüber.
20215 \end_layout
20216
20217 \begin_layout Standard
20218 \begin_inset Note Greyedout
20219 status open
20220
20221 \begin_layout Standard
20222
20223 \series bold
20224 Bemerkung:
20225 \series default
20226  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
20227  als Querverweisstil 
20228 \family sans
20229 Formatierter\InsetSpace ~
20230 Querverweis
20231 \family default
20232  benutzen.
20233 \end_layout
20234
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \begin_layout Subsection
20241 Querverweis-Position
20242 \begin_inset LatexCommand label
20243 name "uab:Querverweis-Position"
20244
20245 \end_inset
20246
20247
20248 \begin_inset LatexCommand index
20249 name "Querverweise !  Position"
20250
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \begin_layout Standard
20257 Wenn Sie 
20258 \series bold
20259 hyperref
20260 \series default
20261  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
20262  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
20263  und Sie werden das Bild ohne Rollen nicht sehen.
20264  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
20265  ist.
20266  Wenn Sie das  LaTeX-Paket 
20267 \series bold
20268 hypcap
20269 \series default
20270
20271 \begin_inset LatexCommand index
20272 name "LaTeX-Pakete ! hypcap"
20273
20274 \end_inset
20275
20276 , das Teil des LaTeX-Pakets 
20277 \series bold
20278 oberdiek
20279 \series default
20280
20281 \begin_inset LatexCommand index
20282 name "LaTeX-Pakete ! oberdiek"
20283
20284 \end_inset
20285
20286  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
20287  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
20288 \series bold
20289 hypcap
20290 \series default
20291  zunächst in den LaTeX-Vorspann laden:
20292 \end_layout
20293
20294 \begin_layout Standard
20295
20296 \series bold
20297
20298 \backslash
20299 usepackage[figure]{hypcap}
20300 \end_layout
20301
20302 \begin_layout Standard
20303 Sie können 
20304 \series bold
20305 hypcap
20306 \series default
20307  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
20308  nicht empfohlen.
20309  Weitere Informationen finden Sie im
20310 \series bold
20311  hypcap
20312 \series default
20313 -Handbuch 
20314 \begin_inset LatexCommand cite
20315 key "hypcap"
20316
20317 \end_inset
20318
20319 .
20320 \end_layout
20321
20322 \begin_layout Standard
20323 \begin_inset Note Greyedout
20324 status open
20325
20326 \begin_layout Standard
20327
20328 \series bold
20329 Bemerkung 1:
20330 \series default
20331  
20332 \series bold
20333 hypcap
20334 \series default
20335  muss nach 
20336 \series bold
20337 hyperref
20338 \series default
20339  geladen werden.
20340 \end_layout
20341
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \begin_layout Standard
20348 \begin_inset Note Greyedout
20349 status open
20350
20351 \begin_layout Standard
20352
20353 \series bold
20354 Bemerkung 2:
20355 \series default
20356  
20357 \series medium
20358 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
20359  zu Teilabbildungen.
20360 \end_layout
20361
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \begin_layout Section
20368 Gleitobjekt-Platzierung
20369 \begin_inset LatexCommand label
20370 name "abs:Gleitobjekt-Platzierung"
20371
20372 \end_inset
20373
20374
20375 \begin_inset LatexCommand index
20376 name "Gleitobjekte ! Plazierung"
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Standard
20384 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
20385 \family sans
20386 Gleitobjekt-Einstellungen
20387 \family default
20388 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
20389  können.
20390 \newline
20391 Die Option 
20392 \family sans
20393 Spalten\InsetSpace ~
20394 überspannen
20395 \family default
20396  ist nur bei zweispaltigen Dokumenten sinnvoll.
20397  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
20398 \newline
20399 Die
20400  Option 
20401 \family sans
20402 Seitwärts\InsetSpace ~
20403 drehen
20404 \family default
20405  ist in Abschnitt 
20406 \begin_inset LatexCommand ref
20407 reference "abs:Gedrehte-Gleitobjekte"
20408
20409 \end_inset
20410
20411  beschrieben.
20412 \end_layout
20413
20414 \begin_layout Standard
20415 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
20416  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
20417  Sie die Option 
20418 \family sans
20419 Standard-Platzierung\InsetSpace ~
20420 verwenden
20421 \family default
20422  nicht verwenden:
20423 \end_layout
20424
20425 \begin_layout Description
20426 Hier\InsetSpace ~
20427 wenn\InsetSpace ~
20428 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt
20429  wurde.
20430 \end_layout
20431
20432 \begin_layout Description
20433 Anfang\InsetSpace ~
20434 der\InsetSpace ~
20435 Seite
20436 \family sans
20437  
20438 \family default
20439 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
20440  Gleitobjekte, die maximal 70\InsetSpace \thinspace{}
20441 % einer Seite benötigen, dürfen oben platziert
20442  werden.
20443  Dies kann durch die Variable 
20444 \series bold
20445
20446 \backslash
20447 topfraction
20448 \series default
20449  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
20450 \end_layout
20451
20452 \begin_deeper
20453 \begin_layout Standard
20454
20455 \series bold
20456
20457 \backslash
20458 renewcommand{
20459 \backslash
20460 topfraction}{0.9}
20461 \family typewriter
20462 \series default
20463  
20464 \end_layout
20465
20466 \end_deeper
20467 \begin_layout Description
20468 Ende\InsetSpace ~
20469 der\InsetSpace ~
20470 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
20471  Gleitobjekte, die maximal 30\InsetSpace \thinspace{}
20472 % einer Seite benötigen, dürfen unten platziert
20473  werden.
20474  Dies kann durch die Variable 
20475 \series bold
20476
20477 \backslash
20478 bottomfraction
20479 \series default
20480  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
20481 \end_layout
20482
20483 \begin_deeper
20484 \begin_layout Standard
20485
20486 \series bold
20487
20488 \backslash
20489 renewcommand{
20490 \backslash
20491 bottomfraction}{0.5}
20492 \end_layout
20493
20494 \begin_layout Standard
20495 die oftmals zu kleine untere Grenze auf 50\InsetSpace \thinspace{}
20496 %.
20497 \end_layout
20498
20499 \end_deeper
20500 \begin_layout Description
20501 Seite\InsetSpace ~
20502 mit\InsetSpace ~
20503 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu
20504  platzieren.
20505  Nur wenn mehr als 50\InsetSpace \thinspace{}
20506 % einer Seite von Gleitobjekten belegt wird, wird eine
20507  neue Seite für weitere Gleitobjekte bereitgestellt.
20508  Dies kann durch die Variable 
20509 \series bold
20510
20511 \backslash
20512 floatpagefraction 
20513 \series default
20514 im LaTeX-Vorspann überschrieben werden.
20515 \end_layout
20516
20517 \begin_layout Standard
20518 Die Reihenfolge der obigen Optionen wird 
20519 \emph on
20520 immer
20521 \emph default
20522  von LaTeX verwendet.
20523  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
20524  versuchen 
20525 \family sans
20526 Hier\InsetSpace \space{}
20527 wenn\InsetSpace \space{}
20528 möglich
20529 \family default
20530 , dann 
20531 \family sans
20532 Anfang\InsetSpace ~
20533 der\InsetSpace ~
20534 Seite
20535 \family default
20536  und dann die anderen Optionen zu anzuwenden.
20537  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
20538  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
20539  Reihenfolge.
20540  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
20541 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
20542 \end_layout
20543
20544 \begin_layout Standard
20545 Die Option 
20546 \family sans
20547 Hier,\InsetSpace ~
20548 auf\InsetSpace ~
20549 jeden\InsetSpace ~
20550 Fall
20551 \family default
20552  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
20553  fast druckreif ist.
20554  Denn mit der Option kann das Objekt nicht mehr 
20555 \emph on
20556 gleiten
20557 \emph default
20558 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
20559  oftmals zerstört.
20560 \end_layout
20561
20562 \begin_layout Standard
20563 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
20564  immer von Text eines bestimmten Paragraphen umgeben sind.
20565 \begin_inset VSpace bigskip
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \begin_layout Standard
20572 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
20573 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
20574  das Gleitobjekt sei Teil des vorherigen Abschnitts.
20575  Das kann mit dem LaTeX-Befehl
20576 \series bold
20577  
20578 \backslash
20579 suppressfloats
20580 \series default
20581  verhindert werden.
20582  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
20583  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
20584  gesetzt wird.
20585  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
20586 \end_layout
20587
20588 \begin_layout Standard
20589
20590 \series bold
20591
20592 \backslash
20593 let
20594 \backslash
20595 meinAbschnitt
20596 \backslash
20597 section
20598 \newline
20599
20600 \backslash
20601 renewcommand{
20602 \backslash
20603 section}{
20604 \backslash
20605 suppressfloats[t]
20606 \backslash
20607 meinAbschnitt}
20608 \end_layout
20609
20610 \begin_layout Standard
20611 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
20612  Unterabschnitten festlegen.
20613  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
20614  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
20615 \end_layout
20616
20617 \begin_layout Standard
20618 Es gibt auch noch das LaTeX-Paket 
20619 \series bold
20620 flafter
20621 \series default
20622
20623 \begin_inset LatexCommand index
20624 name "LaTeX-Pakete ! flafter"
20625
20626 \end_inset
20627
20628  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
20629  gedruckt wird.
20630 \end_layout
20631
20632 \begin_layout Standard
20633 \begin_inset VSpace bigskip
20634 \end_inset
20635
20636 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
20637  Dafür gibt es das LaTeX-Paket 
20638 \series bold
20639 endfloat
20640 \series default
20641
20642 \begin_inset LatexCommand index
20643 name "LaTeX-Pakete ! endf\\/loat"
20644
20645 \end_inset
20646
20647 .
20648  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
20649  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
20650  
20651 \family sans
20652
20653 \begin_inset Quotes gld
20654 \end_inset
20655
20656 [Abbildung\InsetSpace ~
20657 3.2 ist ungefähr hier.]
20658 \family default
20659
20660 \begin_inset Quotes grd
20661 \end_inset
20662
20663  finden.
20664  Das 
20665 \series bold
20666 endfloat
20667 \series default
20668 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
20669 \end_layout
20670
20671 \begin_layout Standard
20672
20673 \series bold
20674
20675 \backslash
20676 usepackage[Optionen]{endfloat}
20677 \end_layout
20678
20679 \begin_layout Standard
20680 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
20681  Tabellen-Abschnitt, die Sie in der 
20682 \series bold
20683 endfloat
20684 \series default
20685 -Dokumentation 
20686 \begin_inset LatexCommand cite
20687 key "endfloat"
20688
20689 \end_inset
20690
20691  nachlesen können.
20692 \newline
20693
20694 \begin_inset Note Greyedout
20695 status open
20696
20697 \begin_layout Standard
20698
20699 \series bold
20700 Bemerkung\InsetSpace ~
20701 1: endfloat
20702 \series default
20703  übersetzt den Hinweistext nicht automatisch.
20704  Abschnitt\InsetSpace ~
20705 4 in 
20706 \begin_inset LatexCommand cite
20707 key "endfloat"
20708
20709 \end_inset
20710
20711  beschreibt, wie es geht.
20712 \end_layout
20713
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \begin_layout Standard
20720 \begin_inset Note Greyedout
20721 status open
20722
20723 \begin_layout Standard
20724
20725 \series bold
20726 Bemerkung\InsetSpace ~
20727 2: 
20728 \series default
20729 Die aktuelle Version von 
20730 \series bold
20731 endfloat
20732 \series default
20733  hat einen Fehler, wenn die Überschrift ein 
20734 \begin_inset Quotes gld
20735 \end_inset
20736
20737 ß
20738 \begin_inset Quotes grd
20739 \end_inset
20740
20741  enthält.
20742  Sie müssen stattdessen den Befehl 
20743 \series bold
20744
20745 \backslash
20746 ss
20747 \series default
20748  als TeX-Code benutzen.
20749 \end_layout
20750
20751 \end_inset
20752
20753
20754 \end_layout
20755
20756 \begin_layout Standard
20757 \begin_inset VSpace bigskip
20758 \end_inset
20759
20760 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
20761 hern wie 
20762 \begin_inset LatexCommand cite
20763 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
20764
20765 \end_inset
20766
20767 .
20768 \end_layout
20769
20770 \begin_layout Section
20771 Gedrehte Gleitobjekte
20772 \begin_inset LatexCommand label
20773 name "abs:Gedrehte-Gleitobjekte"
20774
20775 \end_inset
20776
20777
20778 \begin_inset LatexCommand index
20779 name "Gleitobjekte ! drehen"
20780
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \begin_layout Standard
20787 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
20788 t drehen.
20789  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
20790  und die Option 
20791 \family sans
20792 Seitwärts\InsetSpace ~
20793 drehen
20794 \family default
20795  wählen.
20796 \end_layout
20797
20798 \begin_layout Standard
20799 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
20800  zweispaltigen Dokumenten) gedruckt.
20801  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
20802  werden können.
20803  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
20804  Option 
20805 \series bold
20806 figuresleft
20807 \series default
20808  oder 
20809 \series bold
20810 figuresright
20811 \series default
20812  zu den Dokumentklassen-Optionen hinzu.
20813 \end_layout
20814
20815 \begin_layout Standard
20816 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
20817  Tabelle\InsetSpace ~
20818
20819 \begin_inset LatexCommand ref
20820 reference "tab:Gedrehte-Tabelle"
20821
20822 \end_inset
20823
20824  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
20825 \end_layout
20826
20827 \begin_layout Standard
20828 \begin_inset Note Greyedout
20829 status open
20830
20831 \begin_layout Standard
20832
20833 \series bold
20834 Bemerkung:
20835 \series default
20836  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
20837 \end_layout
20838
20839 \end_inset
20840
20841
20842 \end_layout
20843
20844 \begin_layout Standard
20845 \begin_inset Float table
20846 wide false
20847 sideways true
20848 status open
20849
20850 \begin_layout Standard
20851 \begin_inset Caption
20852
20853 \begin_layout Standard
20854 \begin_inset LatexCommand label
20855 name "tab:Gedrehte-Tabelle"
20856
20857 \end_inset
20858
20859 Gedrehte Tabelle
20860 \end_layout
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \begin_layout Standard
20868 \align center
20869 \begin_inset Tabular
20870 <lyxtabular version="3" rows="1" columns="5">
20871 <features>
20872 <column alignment="center" valignment="top" leftline="true" width="0">
20873 <column alignment="center" valignment="top" leftline="true" width="0">
20874 <column alignment="center" valignment="top" leftline="true" width="0">
20875 <column alignment="center" valignment="top" leftline="true" width="0">
20876 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20877 <row topline="true" bottomline="true">
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Standard
20882 Test
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Standard
20891 b
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Standard
20900 c
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Standard
20909 d
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Standard
20918 e
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 </row>
20924 </lyxtabular>
20925
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \begin_layout Section
20937 Gleitobjekte nebeneinander
20938 \begin_inset LatexCommand index
20939 name "Gleitobjekte ! nebeneinander"
20940
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \begin_layout Standard
20947 Um Gleitobjekte nebeneinander zu setzen, wie bei Abbildung\InsetSpace ~
20948
20949 \begin_inset LatexCommand ref
20950 reference "fig:Gleitobjekt-links"
20951
20952 \end_inset
20953
20954  und 
20955 \begin_inset LatexCommand ref
20956 reference "fig:Gleitobjekt-rechts"
20957
20958 \end_inset
20959
20960 , wird nur 
20961 \emph on
20962 ein
20963 \emph default
20964  Gleitobjekt verwendet.
20965  In dieses werden zwei Minipage Boxen eingefügt.
20966 \begin_inset Foot
20967 status collapsed
20968
20969 \begin_layout Standard
20970 Minipages sind in Abschnitt\InsetSpace ~
20971
20972 \begin_inset LatexCommand ref
20973 reference "abs:Minipage"
20974
20975 \end_inset
20976
20977  erklärt.
20978 \end_layout
20979
20980 \end_inset
20981
20982  Die Breite wird für jede Minipage auf 45\InsetSpace \thinspace{}
20983 -50\InsetSpace \thinspace{}
20984 Spalten% und die Box Ausrichtung
20985  auf 
20986 \family sans
20987 Unten
20988 \family default
20989  gesetzt.
20990  Die Minipage Boxen enthalten das Bild und die Beschriftung, so wie in einem
20991  Gleitobjekt.
20992  Der einzige Unterschied ist, dass die Bildeinheit 
20993 \family sans
20994 Spaltenbreite\InsetSpace ~
20995 %
20996 \family default
20997  nun bezüglich der Breite der Minipage Boxen berechnet wird.
20998 \end_layout
20999
21000 \begin_layout Standard
21001 \begin_inset Float figure
21002 wide false
21003 sideways false
21004 status open
21005
21006 \begin_layout Standard
21007 \begin_inset Box Frameless
21008 position "b"
21009 hor_pos "c"
21010 has_inner_box 1
21011 inner_pos "t"
21012 use_parbox 0
21013 width "45col%"
21014 special "none"
21015 height "1in"
21016 height_special "totalheight"
21017 status open
21018
21019 \begin_layout Standard
21020 \align center
21021 \begin_inset Graphics
21022         filename ../clipart/mobius.eps
21023         lyxscale 50
21024         width 100col%
21025         scaleBeforeRotation
21026
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \begin_layout Standard
21033 \begin_inset Caption
21034
21035 \begin_layout Standard
21036 \begin_inset LatexCommand label
21037 name "fig:Gleitobjekt-links"
21038
21039 \end_inset
21040
21041 Gleitobjekt auf der linken Seite.
21042 \end_layout
21043
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \end_inset
21050
21051
21052 \hfill
21053
21054 \begin_inset Box Frameless
21055 position "b"
21056 hor_pos "c"
21057 has_inner_box 1
21058 inner_pos "t"
21059 use_parbox 0
21060 width "45col%"
21061 special "none"
21062 height "1in"
21063 height_special "totalheight"
21064 status open
21065
21066 \begin_layout Standard
21067 \align center
21068 \begin_inset Graphics
21069         filename ../clipart/platypus.eps
21070         lyxscale 50
21071         width 100col%
21072         scaleBeforeRotation
21073
21074 \end_inset
21075
21076
21077 \end_layout
21078
21079 \begin_layout Standard
21080 \begin_inset Caption
21081
21082 \begin_layout Standard
21083 \begin_inset LatexCommand label
21084 name "fig:Gleitobjekt-rechts"
21085
21086 \end_inset
21087
21088 Gleitobjekt auf der rechten Seite.
21089 \end_layout
21090
21091 \end_inset
21092
21093
21094 \end_layout
21095
21096 \end_inset
21097
21098
21099 \end_layout
21100
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \begin_layout Section
21107 Beschriftungs-Formatierung
21108 \begin_inset LatexCommand label
21109 name "abs:Titel-Formatierung"
21110
21111 \end_inset
21112
21113
21114 \begin_inset LatexCommand index
21115 name "Gleitobjekte ! Beschriftung ! Formatierung"
21116
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \begin_layout Standard
21123
21124 \family sans
21125 Legende
21126 \family default
21127  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
21128  In LyX sehen Titel so aus:  
21129 \family sans
21130
21131 \begin_inset Quotes gld
21132 \end_inset
21133
21134 Abbildung xyz:
21135 \family default
21136
21137 \begin_inset Quotes grd
21138 \end_inset
21139
21140 , gefolgt vom Beschriftungstext, wobei 
21141 \family sans
21142 xyz
21143 \family default
21144  die von LyX vergebene Nummer ist.
21145  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
21146  gedruckt.
21147  Dies ist nicht immer brauchbar.
21148 \end_layout
21149
21150 \begin_layout Standard
21151 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
21152  
21153 \series bold
21154 caption
21155 \series default
21156
21157 \begin_inset LatexCommand index
21158 name "LaTeX-Pakete ! caption"
21159
21160 \end_inset
21161
21162  in den LaTeX-Vorspann laden:
21163 \end_layout
21164
21165 \begin_layout Standard
21166
21167 \series bold
21168
21169 \backslash
21170 usepackage[Format-Definition]{caption}
21171 \end_layout
21172
21173 \begin_layout Standard
21174 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
21175  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
21176 \end_layout
21177
21178 \begin_layout Standard
21179
21180 \series bold
21181
21182 \backslash
21183 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21184 \end_layout
21185
21186 \begin_layout Standard
21187 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
21188  definieren.
21189  Dazu laden Sie das 
21190 \series bold
21191 caption
21192 \series default
21193 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
21194  dem Befehl
21195 \end_layout
21196
21197 \begin_layout Standard
21198
21199 \series bold
21200
21201 \backslash
21202 captionsetup[Gleitobjekt-Typ]{Format-Definition}
21203 \end_layout
21204
21205 \begin_layout Standard
21206 Für Abbildung\InsetSpace ~
21207
21208 \begin_inset LatexCommand ref
21209 reference "abb:Langer-Abb-Titel"
21210
21211 \end_inset
21212
21213  und Tabelle\InsetSpace ~
21214
21215 \begin_inset LatexCommand ref
21216 reference "tab:Langer-Tab-Titel"
21217
21218 \end_inset
21219
21220  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
21221  werden:
21222 \end_layout
21223
21224 \begin_layout Standard
21225
21226 \series bold
21227
21228 \backslash
21229 usepackage[tableposition=top]{caption}
21230 \newline
21231
21232 \backslash
21233 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21234 \newline
21235
21236 \begin_inset ERT
21237 status collapsed
21238
21239 \begin_layout Standard
21240
21241
21242 \backslash
21243 hphantom{
21244 \backslash
21245
21246 \backslash
21247 captionsetup[figure]
21248 \backslash
21249 {}
21250 \end_layout
21251
21252 \end_inset
21253
21254  labelsep=period}
21255 \newline
21256
21257 \backslash
21258 captionsetup[table]{labelfont={bf,sf}}
21259 \end_layout
21260
21261 \begin_layout Standard
21262 \begin_inset Note Greyedout
21263 status open
21264
21265 \begin_layout Standard
21266
21267 \series bold
21268 Bemerkung:
21269 \series default
21270  Die Option 
21271 \series bold
21272 tableposition=top
21273 \series default
21274  hat keine Auswirkung wenn eine 
21275 \series bold
21276 koma-script
21277 \series default
21278
21279 \begin_inset LatexCommand index
21280 name "LaTeX-Pakete ! koma-script"
21281
21282 \end_inset
21283
21284 -Dokumentklasse verwendet wird.
21285  Hier muss die Option 
21286 \series bold
21287 tablecaptionabove
21288 \series default
21289  benutzt werden.
21290 \end_layout
21291
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \begin_layout Standard
21298 Weitere Informationen über das Paket
21299 \series bold
21300  caption
21301 \series default
21302  finden Sie in seiner Dokumentation 
21303 \begin_inset LatexCommand cite
21304 key "caption"
21305
21306 \end_inset
21307
21308 .
21309 \end_layout
21310
21311 \begin_layout Standard
21312 Wenn Sie den Namen von 
21313 \begin_inset Quotes gld
21314 \end_inset
21315
21316 Abbildung
21317 \begin_inset Quotes grd
21318 \end_inset
21319
21320  auf 
21321 \begin_inset Quotes gld
21322 \end_inset
21323
21324 Bild
21325 \begin_inset Quotes grd
21326 \end_inset
21327
21328  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
21329 \end_layout
21330
21331 \begin_layout Standard
21332
21333 \series bold
21334
21335 \backslash
21336 renewcommand{
21337 \backslash
21338 fnum@figure}{Bild~
21339 \backslash
21340 thefigure}
21341 \end_layout
21342
21343 \begin_layout Standard
21344 wobei 
21345 \series bold
21346
21347 \backslash
21348 thefigure
21349 \series default
21350  die Bildnummer einsetzt und
21351 \series bold
21352  ~
21353 \series default
21354  ein geschütztes Leerzeichen ist.
21355 \end_layout
21356
21357 \begin_layout Standard
21358 \begin_inset VSpace bigskip
21359 \end_inset
21360
21361 Wenn Sie eine 
21362 \series bold
21363 koma-script
21364 \series default
21365
21366 \begin_inset LatexCommand index
21367 name "LaTeX-Pakete ! koma-script"
21368
21369 \end_inset
21370
21371 -Dokumentklasse (
21372 \family sans
21373 article (koma-script)
21374 \family default
21375
21376 \family sans
21377 book (koma-script)
21378 \family default
21379
21380 \family sans
21381 letter (koma-script)
21382 \family default
21383  oder 
21384 \family sans
21385 report (koma-script)
21386 \family default
21387 ) benutzen, können Sie anstatt des 
21388 \series bold
21389 caption
21390 \series default
21391 -Paketes den eingebauten Befehl 
21392 \series bold
21393
21394 \backslash
21395 setkomafont
21396 \series default
21397  von 
21398 \series bold
21399 koma-script
21400 \series default
21401  benutzen.
21402  Der Befehl
21403 \end_layout
21404
21405 \begin_layout Standard
21406
21407 \series bold
21408
21409 \backslash
21410 setkomafont{captionlabel}{
21411 \backslash
21412 bfseries}
21413 \end_layout
21414
21415 \begin_layout Standard
21416 im LaTeX-Vorspann druckt den Namen fett.
21417 \end_layout
21418
21419 \begin_layout Standard
21420 Weitere Informationen über 
21421 \series bold
21422
21423 \backslash
21424 setkomafont
21425 \series default
21426  finden Sie in der 
21427 \series bold
21428 koma-script
21429 \series default
21430 -Do\SpecialChar \-
21431 ku\SpecialChar \-
21432 men\SpecialChar \-
21433 ta\SpecialChar \-
21434 tion 
21435 \begin_inset LatexCommand cite
21436 key "koma-script"
21437
21438 \end_inset
21439
21440 .
21441 \end_layout
21442
21443 \begin_layout Standard
21444 \begin_inset ERT
21445 status collapsed
21446
21447 \begin_layout Standard
21448
21449
21450 \backslash
21451 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21452 }
21453 \end_layout
21454
21455 \end_inset
21456
21457
21458 \begin_inset Note Note
21459 status open
21460
21461 \begin_layout Standard
21462 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
21463 \end_layout
21464
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \begin_layout Standard
21471 \begin_inset Float figure
21472 placement !p
21473 wide false
21474 sideways false
21475 status open
21476
21477 \begin_layout Standard
21478 \align center
21479 \begin_inset Graphics
21480         filename ../clipart/mobius.eps
21481         lyxscale 50
21482         scale 50
21483         scaleBeforeRotation
21484
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \begin_layout Standard
21491 \begin_inset Caption
21492
21493 \begin_layout Standard
21494 \begin_inset LatexCommand label
21495 name "abb:Langer-Abb-Titel"
21496
21497 \end_inset
21498
21499 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
21500  ist, um das andere Beschriftungsformat zu zeigen.
21501  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
21502 \begin_inset OptArg
21503 status collapsed
21504
21505 \begin_layout Standard
21506 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
21507  ist.
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \begin_layout Standard
21526 \begin_inset ERT
21527 status collapsed
21528
21529 \begin_layout Standard
21530
21531
21532 \backslash
21533 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21534 on}
21535 \end_layout
21536
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \begin_layout Standard
21543 \begin_inset Float table
21544 placement !p
21545 wide false
21546 sideways false
21547 status open
21548
21549 \begin_layout Standard
21550 \begin_inset Caption
21551
21552 \begin_layout Standard
21553 \begin_inset LatexCommand label
21554 name "tab:Langer-Tab-Titel"
21555
21556 \end_inset
21557
21558 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
21559  ist, um das andere Beschriftungsformat zu zeigen.
21560  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
21561  benutzt.
21562 \begin_inset OptArg
21563 status collapsed
21564
21565 \begin_layout Standard
21566 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
21567  ist.
21568 \end_layout
21569
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \begin_layout Standard
21581 \align center
21582 \begin_inset Tabular
21583 <lyxtabular version="3" rows="1" columns="5">
21584 <features>
21585 <column alignment="center" valignment="top" leftline="true" width="0">
21586 <column alignment="center" valignment="top" leftline="true" width="0">
21587 <column alignment="center" valignment="top" leftline="true" width="0">
21588 <column alignment="center" valignment="top" leftline="true" width="0">
21589 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
21590 <row topline="true" bottomline="true">
21591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Standard
21595 a
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Standard
21604 b
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Standard
21613 c
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Standard
21622 d
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Standard
21631 e
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 </lyxtabular>
21638
21639 \end_inset
21640
21641
21642 \end_layout
21643
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \begin_layout Section
21650 Beschriftungs-Platzierung
21651 \begin_inset LatexCommand label
21652 name "abs:Titel-Platzierung"
21653
21654 \end_inset
21655
21656
21657 \begin_inset LatexCommand index
21658 name "Gleitobjekte ! Beschriftung ! Platzierung"
21659
21660 \end_inset
21661
21662
21663 \end_layout
21664
21665 \begin_layout Standard
21666 Normalerweise werden die Beschriftungen wie folgt platziert:
21667 \end_layout
21668
21669 \begin_layout Description
21670 Abbildung: darunter
21671 \end_layout
21672
21673 \begin_layout Description
21674 Tabelle: darüber
21675 \end_layout
21676
21677 \begin_layout Standard
21678 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
21679  Das heißt wenn Sie eine der Dokument-Klassen 
21680 \family sans
21681 article
21682 \family default
21683
21684 \family sans
21685 book
21686 \family default
21687
21688 \family sans
21689 letter
21690 \family default
21691  oder 
21692 \family sans
21693 report
21694 \family default
21695  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
21696  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
21697 \series bold
21698 caption
21699 \series default
21700  im LaTeX-Vorspann folgendes:
21701 \begin_inset Foot
21702 status collapsed
21703
21704 \begin_layout Standard
21705 In Abschnitt\InsetSpace ~
21706
21707 \begin_inset LatexCommand ref
21708 reference "abs:Titel-Formatierung"
21709
21710 \end_inset
21711
21712  steht mehr über das Paket 
21713 \series bold
21714 caption
21715 \series default
21716 .
21717 \end_layout
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \begin_layout Standard
21725
21726 \series bold
21727 tableposition=top
21728 \end_layout
21729
21730 \begin_layout Standard
21731 Wenn Sie eine 
21732 \series bold
21733 koma-script
21734 \series default
21735
21736 \begin_inset LatexCommand index
21737 name "LaTeX-Pakete ! koma-script"
21738
21739 \end_inset
21740
21741 -Dokumentklasse (
21742 \family sans
21743 article (koma-script)
21744 \family default
21745
21746 \family sans
21747 book (koma-script)
21748 \family default
21749
21750 \family sans
21751 letter (koma-script)
21752 \family default
21753  oder 
21754 \family sans
21755 report (koma-script)
21756 \family default
21757 ) benutzen, können Sie alternativ zum 
21758 \series bold
21759 caption
21760 \series default
21761 -Paket die Option 
21762 \series bold
21763 tablecaptionabove
21764 \series default
21765  benutzen.
21766 \end_layout
21767
21768 \begin_layout Standard
21769 \begin_inset VSpace bigskip
21770 \end_inset
21771
21772 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
21773  Das bewirkt das LaTeX-Paket 
21774 \series bold
21775 sidecap
21776 \series default
21777
21778 \begin_inset LatexCommand index
21779 name "LaTeX-Pakete ! sidecap"
21780
21781 \end_inset
21782
21783 , das so in den LaTeX-Vorspann geladen wird:
21784 \end_layout
21785
21786 \begin_layout Standard
21787
21788 \series bold
21789
21790 \backslash
21791 usepackage[Option]{sidecap}
21792 \end_layout
21793
21794 \begin_layout Standard
21795 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
21796  Mit 
21797 \series bold
21798 innercaption
21799 \series default
21800  wird die Beschriftung innen gedruckt.
21801  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
21802  
21803 \series bold
21804 rightcaption
21805 \series default
21806  oder 
21807 \series bold
21808 leftcaption
21809 \series default
21810 .
21811 \end_layout
21812
21813 \begin_layout Standard
21814 \begin_inset ERT
21815 status collapsed
21816
21817 \begin_layout Standard
21818
21819
21820 \backslash
21821 ifsidecap
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \begin_inset Note Note
21828 status open
21829
21830 \begin_layout Standard
21831 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
21832 \series bold
21833 sidecap
21834 \series default
21835  installiert ist.
21836 \end_layout
21837
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \begin_layout Standard
21844 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
21845  in den LaTeX-Vorspann schreiben:
21846 \end_layout
21847
21848 \begin_layout Standard
21849
21850 \lyxline
21851
21852 \end_layout
21853
21854 \begin_layout Standard
21855
21856 \series bold
21857
21858 \backslash
21859 newcommand{
21860 \backslash
21861 TabBesBeg}{%
21862 \newline
21863
21864 \begin_inset ERT
21865 status collapsed
21866
21867 \begin_layout Standard
21868
21869
21870 \backslash
21871 hphantom{ }
21872 \end_layout
21873
21874 \end_inset
21875
21876
21877 \backslash
21878 let
21879 \backslash
21880 MyTable
21881 \backslash
21882 table
21883 \newline
21884
21885 \begin_inset ERT
21886 status collapsed
21887
21888 \begin_layout Standard
21889
21890
21891 \backslash
21892 hphantom{ }
21893 \end_layout
21894
21895 \end_inset
21896
21897
21898 \backslash
21899 let
21900 \backslash
21901 MyEndtable
21902 \backslash
21903 endtable
21904 \newline
21905
21906 \begin_inset ERT
21907 status collapsed
21908
21909 \begin_layout Standard
21910
21911
21912 \backslash
21913 hphantom{ }
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \backslash
21920 renewenvironment{table}{
21921 \backslash
21922 begin{SCtable}}{
21923 \backslash
21924 end{SCtable}}}
21925 \end_layout
21926
21927 \begin_layout Standard
21928
21929 \series bold
21930
21931 \backslash
21932 newcommand{
21933 \backslash
21934 TabBesEnd}{%
21935 \newline
21936
21937 \begin_inset ERT
21938 status collapsed
21939
21940 \begin_layout Standard
21941
21942
21943 \backslash
21944 hphantom{ }
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \backslash
21951 let
21952 \backslash
21953 table
21954 \backslash
21955 MyTable
21956 \newline
21957
21958 \begin_inset ERT
21959 status collapsed
21960
21961 \begin_layout Standard
21962
21963
21964 \backslash
21965 hphantom{ }
21966 \end_layout
21967
21968 \end_inset
21969
21970
21971 \backslash
21972 let
21973 \backslash
21974 endtable
21975 \backslash
21976 MyEndtable
21977 \end_layout
21978
21979 \begin_layout Standard
21980
21981 \series bold
21982
21983 \backslash
21984 newcommand{
21985 \backslash
21986 FigBesBeg}{%
21987 \newline
21988
21989 \begin_inset ERT
21990 status collapsed
21991
21992 \begin_layout Standard
21993
21994
21995 \backslash
21996 hphantom{ }
21997 \end_layout
21998
21999 \end_inset
22000
22001
22002 \backslash
22003 let
22004 \backslash
22005 MyFigure
22006 \backslash
22007 figure
22008 \newline
22009
22010 \begin_inset ERT
22011 status collapsed
22012
22013 \begin_layout Standard
22014
22015
22016 \backslash
22017 hphantom{ }
22018 \end_layout
22019
22020 \end_inset
22021
22022
22023 \backslash
22024 let
22025 \backslash
22026 MyEndfigure
22027 \backslash
22028 endfigure
22029 \newline
22030
22031 \begin_inset ERT
22032 status collapsed
22033
22034 \begin_layout Standard
22035
22036
22037 \backslash
22038 hphantom{ }
22039 \end_layout
22040
22041 \end_inset
22042
22043
22044 \backslash
22045 renewenvironment{figure}{
22046 \backslash
22047 begin{SCfigure}}{
22048 \backslash
22049 end{SCfigure}}}
22050 \end_layout
22051
22052 \begin_layout Standard
22053
22054 \series bold
22055
22056 \backslash
22057 newcommand{
22058 \backslash
22059 FigBesEnd}{%
22060 \newline
22061
22062 \begin_inset ERT
22063 status collapsed
22064
22065 \begin_layout Standard
22066
22067
22068 \backslash
22069 hphantom{ }
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \backslash
22076 let
22077 \backslash
22078 figure
22079 \backslash
22080 MyFigure
22081 \newline
22082
22083 \begin_inset ERT
22084 status collapsed
22085
22086 \begin_layout Standard
22087
22088
22089 \backslash
22090 hphantom{ }
22091 \end_layout
22092
22093 \end_inset
22094
22095
22096 \backslash
22097 let
22098 \backslash
22099 endfigure
22100 \backslash
22101 MyEndfigure}
22102 \series default
22103
22104 \lyxline
22105
22106 \end_layout
22107
22108 \begin_layout Standard
22109 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
22110 ungen seitlich gedruckt werden.
22111  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
22112 \end_layout
22113
22114 \begin_layout Standard
22115
22116 \series bold
22117
22118 \backslash
22119 FigBesBeg
22120 \end_layout
22121
22122 \begin_layout Standard
22123 als TeX-Code vor und
22124 \end_layout
22125
22126 \begin_layout Standard
22127
22128 \series bold
22129
22130 \backslash
22131 FigBesEnd
22132 \end_layout
22133
22134 \begin_layout Standard
22135 hinter das Gleitobjekt.
22136  Bei Gleitobjekt-Tabellen heißen die Befehle
22137 \end_layout
22138
22139 \begin_layout Standard
22140
22141 \series bold
22142
22143 \backslash
22144 TabBesBeg
22145 \series default
22146  und 
22147 \series bold
22148
22149 \backslash
22150 TabBesEnd
22151 \series default
22152 .
22153 \end_layout
22154
22155 \begin_layout Standard
22156 Abbildung\InsetSpace ~
22157
22158 \begin_inset LatexCommand ref
22159 reference "abb:Beschriftung-neben"
22160
22161 \end_inset
22162
22163  und Tabelle\InsetSpace ~
22164
22165 \begin_inset LatexCommand ref
22166 reference "tab:cap-beside-tab"
22167
22168 \end_inset
22169
22170  sind Beispiele für seitliche Beschriftungen.
22171 \end_layout
22172
22173 \begin_layout Standard
22174 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
22175  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
22176  der Abbildung.
22177  Das kann man mit dem Befehl
22178 \end_layout
22179
22180 \begin_layout Standard
22181
22182 \series bold
22183
22184 \backslash
22185 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
22186 \end_layout
22187
22188 \begin_layout Standard
22189 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
22190  Der Gleitobjekt-Typ ist entweder 
22191 \family sans
22192 figure
22193 \family default
22194  oder 
22195 \family sans
22196 table
22197 \family default
22198 , die
22199 \family sans
22200  
22201 \family default
22202 Platzierung ist 
22203 \family typewriter
22204 t
22205 \family default
22206  für oben, 
22207 \family typewriter
22208 c
22209 \family default
22210  für zentriert oder 
22211 \family typewriter
22212 b
22213 \family default
22214  für unten.
22215  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
22216  lautet der Befehl
22217 \end_layout
22218
22219 \begin_layout Standard
22220
22221 \series bold
22222
22223 \backslash
22224 sidecaptionvpos{figure}{c}
22225 \end_layout
22226
22227 \begin_layout Standard
22228 Das wurde in Abbildung\InsetSpace ~
22229
22230 \begin_inset LatexCommand ref
22231 reference "abb:cap-beside-fig-2"
22232
22233 \end_inset
22234
22235  benutzt.
22236 \end_layout
22237
22238 \begin_layout Standard
22239 \begin_inset VSpace medskip
22240 \end_inset
22241
22242 Weitere Informationen über das Paket
22243 \series bold
22244  sidecap
22245 \series default
22246  finden Sie in seiner Dokumentation 
22247 \begin_inset LatexCommand cite
22248 key "sidecap"
22249
22250 \end_inset
22251
22252 .
22253 \end_layout
22254
22255 \begin_layout Standard
22256 \begin_inset Note Greyedout
22257 status open
22258
22259 \begin_layout Standard
22260
22261 \series bold
22262 Bemerkung:
22263 \series default
22264  Das LaTeX-Paket 
22265 \series bold
22266 hypcap
22267 \series default
22268
22269 \begin_inset LatexCommand index
22270 name "LaTeX-Pakete ! hypcap"
22271
22272 \end_inset
22273
22274  das in Abschnitt\InsetSpace ~
22275
22276 \begin_inset LatexCommand ref
22277 reference "uab:Querverweis-Position"
22278
22279 \end_inset
22280
22281  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
22282  Beschriftungen.
22283 \end_layout
22284
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \begin_layout Standard
22291 \begin_inset ERT
22292 status collapsed
22293
22294 \begin_layout Standard
22295
22296
22297 \backslash
22298 FigBesBeg 
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \begin_layout Standard
22307 \begin_inset Float figure
22308 wide false
22309 sideways false
22310 status open
22311
22312 \begin_layout Standard
22313 \begin_inset Graphics
22314         filename ../clipart/escher-lsd.eps
22315         scale 75
22316         scaleBeforeRotation
22317
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \begin_layout Standard
22324 \begin_inset Caption
22325
22326 \begin_layout Standard
22327 \begin_inset LatexCommand label
22328 name "abb:Beschriftung-neben"
22329
22330 \end_inset
22331
22332 Dies ist eine Beschriftung neben einer Abbildung.
22333 \end_layout
22334
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \begin_layout Standard
22346 \begin_inset ERT
22347 status collapsed
22348
22349 \begin_layout Standard
22350
22351
22352 \backslash
22353 TabBesBeg 
22354 \end_layout
22355
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \begin_layout Standard
22362 \begin_inset Float table
22363 wide false
22364 sideways false
22365 status open
22366
22367 \begin_layout Standard
22368 \begin_inset Caption
22369
22370 \begin_layout Standard
22371 \begin_inset LatexCommand label
22372 name "tab:cap-beside-tab"
22373
22374 \end_inset
22375
22376 Dies ist eine Beschriftung neben einer Tabelle.
22377 \end_layout
22378
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \begin_layout Standard
22385 \begin_inset Tabular
22386 <lyxtabular version="3" rows="4" columns="5">
22387 <features>
22388 <column alignment="center" valignment="top" leftline="true" width="0">
22389 <column alignment="center" valignment="top" leftline="true" width="0">
22390 <column alignment="center" valignment="top" leftline="true" width="0">
22391 <column alignment="center" valignment="top" leftline="true" width="0">
22392 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22393 <row topline="true">
22394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Standard
22398 a
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Standard
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Standard
22416 b
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Standard
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Standard
22434 c
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 </row>
22440 <row topline="true">
22441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Standard
22445
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Standard
22454 d
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Standard
22463
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Standard
22472 e
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Standard
22481
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 </row>
22487 <row topline="true">
22488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Standard
22492 f
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Standard
22501
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Standard
22510 g
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Standard
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Standard
22528 h
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 <row topline="true" bottomline="true">
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Standard
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Standard
22548 i
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Standard
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Standard
22566 j
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Standard
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 </row>
22581 </lyxtabular>
22582
22583 \end_inset
22584
22585
22586 \end_layout
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \begin_layout Standard
22594 \begin_inset ERT
22595 status collapsed
22596
22597 \begin_layout Standard
22598
22599
22600 \backslash
22601 TabBesEnd
22602 \end_layout
22603
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \begin_layout Standard
22610 \begin_inset ERT
22611 status collapsed
22612
22613 \begin_layout Standard
22614
22615
22616 \backslash
22617 sidecaptionvpos{figure}{c}
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \begin_inset Float figure
22624 wide false
22625 sideways false
22626 status open
22627
22628 \begin_layout Standard
22629 \begin_inset Graphics
22630         filename ../clipart/escher-lsd.eps
22631         scale 75
22632         scaleBeforeRotation
22633
22634 \end_inset
22635
22636
22637 \end_layout
22638
22639 \begin_layout Standard
22640 \begin_inset Caption
22641
22642 \begin_layout Standard
22643 \begin_inset LatexCommand label
22644 name "abb:cap-beside-fig-2"
22645
22646 \end_inset
22647
22648 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
22649 \end_layout
22650
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Standard
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Standard
22666
22667
22668 \backslash
22669 FigBesEnd
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \begin_layout Standard
22678 \begin_inset ERT
22679 status collapsed
22680
22681 \begin_layout Standard
22682
22683
22684 \backslash
22685 else
22686 \end_layout
22687
22688 \end_inset
22689
22690
22691 \begin_inset Note Note
22692 status open
22693
22694 \begin_layout Standard
22695 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
22696 \series bold
22697 sidecap
22698 \series default
22699  nicht installiert ist:
22700 \end_layout
22701
22702 \end_inset
22703
22704
22705 \end_layout
22706
22707 \begin_layout Standard
22708 Das LaTeX-Paket 
22709 \series bold
22710 sidecap
22711 \series default
22712  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
22713 \end_layout
22714
22715 \begin_layout Standard
22716 \begin_inset ERT
22717 status collapsed
22718
22719 \begin_layout Standard
22720
22721
22722 \backslash
22723 fi
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \begin_layout Section
22732 Gleitobjekt-Verzeichnisse
22733 \begin_inset LatexCommand label
22734 name "abs:Gleitobjekt-Verzeichnisse"
22735
22736 \end_inset
22737
22738
22739 \begin_inset LatexCommand index
22740 name "Gleitobjekte ! Verzeichnisse"
22741
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \begin_layout Standard
22748 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
22749  Sie können mit den Untermenüs von 
22750 \family sans
22751 Einfügen\SpecialChar \menuseparator
22752 Liste\InsetSpace ~
22753 /\InsetSpace ~
22754 Inhaltsverzeichnis
22755 \family default
22756  eingefügt werden.
22757 \end_layout
22758
22759 \begin_layout Standard
22760 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
22761  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
22762 \end_layout
22763
22764 \begin_layout Standard
22765 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
22766  und ein Tabellen-Verzeichnis.
22767 \end_layout
22768
22769 \begin_layout Chapter
22770 Notizen
22771 \end_layout
22772
22773 \begin_layout Section
22774 LyX-Notizen
22775 \begin_inset LatexCommand label
22776 name "abs:LyX-Notizen"
22777
22778 \end_inset
22779
22780
22781 \begin_inset LatexCommand index
22782 name "Notizen ! LyX-Notizen"
22783
22784 \end_inset
22785
22786
22787 \end_layout
22788
22789 \begin_layout Standard
22790 Notizen werden mit einem Klick auf 
22791 \begin_inset Graphics
22792         filename ../../images/note-insert.png
22793         scale 85
22794         scaleBeforeRotation
22795         BoundingBox 0bp 6bp 22bp 22bp
22796
22797 \end_inset
22798
22799  oder 
22800 \family sans
22801 Einfügen\SpecialChar \menuseparator
22802 Notiz
22803 \family default
22804  eingefügt.
22805  Es gibt drei Arten:
22806 \end_layout
22807
22808 \begin_layout Description
22809 LyX-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
22810  Eine 
22811 \family sans
22812 LyX-Notiz
22813 \family default
22814  sieht so aus:
22815 \newline
22816
22817 \newline
22818
22819 \begin_inset Graphics
22820         filename clipart/LyXNotizQt4.png
22821         display none
22822         scale 60
22823         scaleBeforeRotation
22824
22825 \end_inset
22826
22827  
22828 \begin_inset Note Note
22829 status open
22830
22831 \begin_layout Standard
22832 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
22833 \end_layout
22834
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \begin_layout Description
22841 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
22842 men\SpecialChar \-
22843 tar,
22844  wenn Sie das Dokument nach LaTeX exportieren (
22845 \family sans
22846 Datei\SpecialChar \menuseparator
22847 Ex\SpecialChar \-
22848 por\SpecialChar \-
22849 tie\SpecialChar \-
22850 ren\SpecialChar \menuseparator
22851 LaTe
22852 \begin_inset ERT
22853 status collapsed
22854
22855 \begin_layout Standard
22856
22857 {}
22858 \end_layout
22859
22860 \end_inset
22861
22862 X (pdflatex) / (plain)
22863 \family default
22864 .
22865  Ein Kommentar sieht so aus:
22866 \newline
22867
22868 \newline
22869
22870 \begin_inset Graphics
22871         filename clipart/KommentarQt4.png
22872         display none
22873         scale 60
22874         scaleBeforeRotation
22875
22876 \end_inset
22877
22878  
22879 \begin_inset Note Comment
22880 status open
22881
22882 \begin_layout Standard
22883 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \begin_layout Description
22892 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
22893 \newline
22894
22895 \newline
22896
22897 \begin_inset Graphics
22898         filename clipart/GrauschriftNotizQt4.png
22899         display none
22900         scale 60
22901         scaleBeforeRotation
22902
22903 \end_inset
22904
22905
22906 \newline
22907
22908 \begin_inset ERT
22909 status collapsed
22910
22911 \begin_layout Standard
22912
22913
22914 \backslash
22915 renewenvironment{lyxgreyedout}
22916 \end_layout
22917
22918 \begin_layout Standard
22919
22920 {
22921 \backslash
22922 textcolor[gray]{0.4}
22923 \backslash
22924 bgroup}{
22925 \backslash
22926 egroup}
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \begin_inset Note Greyedout
22933 status open
22934
22935 \begin_layout Standard
22936 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
22937 \begin_inset Foot
22938 status open
22939
22940 \begin_layout Standard
22941 Dies ist eine Fußnote in einer Grauschrift-Notiz.
22942 \end_layout
22943
22944 \end_inset
22945
22946
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \begin_inset ERT
22953 status collapsed
22954
22955 \begin_layout Standard
22956
22957
22958 \backslash
22959 renewenvironment{lyxgreyedout}
22960 \end_layout
22961
22962 \begin_layout Standard
22963
22964 {
22965 \backslash
22966 textcolor{blue}
22967 \backslash
22968 bgroup}{
22969 \backslash
22970 egroup}
22971 \end_layout
22972
22973 \end_inset
22974
22975
22976 \begin_inset Note Note
22977 status collapsed
22978
22979 \begin_layout Standard
22980 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
22981  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
22982  definiert wurden.
22983  
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \newline
22990
22991 \newline
22992 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
22993  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
22994 \end_layout
22995
22996 \begin_layout Description
22997 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
22998 \newline
22999
23000 \newline
23001
23002 \begin_inset Graphics
23003         filename clipart/GerahmteNotizQt4.png
23004         display none
23005         scale 60
23006         scaleBeforeRotation
23007
23008 \end_inset
23009
23010
23011 \begin_inset Note Framed
23012 status open
23013
23014 \begin_layout Standard
23015 Dies ist eine Notiz, die gerahmt gedruckt wird.
23016 \end_layout
23017
23018 \end_inset
23019
23020 Im Gegensatz zu gerahmten Boxen
23021 \begin_inset Foot
23022 status open
23023
23024 \begin_layout Standard
23025 Gerahmte Boxen werden in Abschnitt\InsetSpace ~
23026
23027 \begin_inset LatexCommand ref
23028 reference "abs:Gerahmte-Boxen"
23029
23030 \end_inset
23031
23032  beschrieben.
23033 \end_layout
23034
23035 \end_inset
23036
23037  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
23038  Notiz ist ein Absatz für sich.
23039  
23040 \end_layout
23041
23042 \begin_layout Description
23043 Schattiert: Diese Notiz müsste eigentlich 
23044 \family sans
23045 farbig
23046 \family default
23047  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
23048 \family sans
23049 Werkzeuge\SpecialChar \menuseparator
23050 Einstellungen\SpecialChar \menuseparator
23051 Farben\SpecialChar \menuseparator
23052 Schat\SpecialChar \-
23053 tier\SpecialChar \-
23054 te\InsetSpace \space{}
23055 Box
23056 \family default
23057  definiert ist, und sieht so aus:
23058 \newline
23059
23060 \newline
23061
23062 \begin_inset Graphics
23063         filename clipart/SchattierteNotizQt4.png
23064         display none
23065         scale 60
23066         scaleBeforeRotation
23067
23068 \end_inset
23069
23070
23071 \begin_inset Note Shaded
23072 status open
23073
23074 \begin_layout Standard
23075 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
23076 \end_layout
23077
23078 \end_inset
23079
23080 Im Gegensatz zu farbigen Boxen
23081 \begin_inset Foot
23082 status collapsed
23083
23084 \begin_layout Standard
23085 Farbige Boxen werden in Abschnitt\InsetSpace ~
23086
23087 \begin_inset LatexCommand ref
23088 reference "abs:Farbige-Boxen"
23089
23090 \end_inset
23091
23092  beschrieben.
23093 \end_layout
23094
23095 \end_inset
23096
23097  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
23098  die Notiz ist ein Absatz für sich.
23099 \end_layout
23100
23101 \begin_layout Standard
23102 \begin_inset VSpace bigskip
23103 \end_inset
23104
23105 Wenn Sie auf den Werzeugleistenknopf 
23106 \begin_inset Graphics
23107         filename ../../images/note-insert.png
23108         scale 85
23109         scaleBeforeRotation
23110         BoundingBox 0bp 6bp 22bp 22bp
23111
23112 \end_inset
23113
23114  klicken, wird zunächst eine 
23115 \family sans
23116 LyX-Notiz
23117 \family default
23118  eingefügt.
23119  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
23120  anderen Möglichkeiten auswählen.
23121  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
23122  Sie ihn und klicken dann auf den Werzeugleistenknopf.
23123  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace Taste, wenn
23124  der Cursor am Beginn der Notiz ist oder die Entfernen Taste, wenn der Cursor
23125  am Ende der Notiz ist.
23126 \end_layout
23127
23128 \begin_layout Standard
23129 \begin_inset VSpace bigskip
23130 \end_inset
23131
23132 Die Textfarbe der 
23133 \family sans
23134 Grauschrift
23135 \family default
23136 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
23137 \end_layout
23138
23139 \begin_layout Standard
23140
23141 \series bold
23142
23143 \backslash
23144 renewenvironment{lyxgreyedout}
23145 \newline
23146
23147 \begin_inset ERT
23148 status collapsed
23149
23150 \begin_layout Standard
23151
23152
23153 \backslash
23154 hphantom{ }
23155 \end_layout
23156
23157 \end_inset
23158
23159 {
23160 \backslash
23161 textcolor{color}
23162 \backslash
23163 bgroup}{
23164 \backslash
23165 egroup}
23166 \end_layout
23167
23168 \begin_layout Standard
23169 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
23170
23171 \begin_inset LatexCommand ref
23172 reference "abs:Farbige-Tabellen"
23173
23174 \end_inset
23175
23176  beschrieben.
23177  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
23178 \end_layout
23179
23180 \begin_layout Standard
23181 \begin_inset VSpace bigskip
23182 \end_inset
23183
23184 Der Textstil von 
23185 \family sans
23186 Eingerahmt
23187 \family default
23188  und 
23189 \family sans
23190 Schattiert
23191 \family default
23192  kann im 
23193 \family sans
23194 Textstil
23195 \family default
23196  Dialog eingestellt werden.
23197 \end_layout
23198
23199 \begin_layout Standard
23200 Die Standard-Rahmenbreite für 
23201 \family sans
23202 Eingerahmt
23203 \family default
23204  ist 0.4\InsetSpace \thinspace{}
23205 pt; sie kann mit 
23206 \series bold
23207
23208 \backslash
23209 FrameRule
23210 \series default
23211  geändert werden.
23212  Der Standard-Abstand zwischen Rahmen und Text ist 9\InsetSpace \thinspace{}
23213 pt; er kann mit 
23214 \series bold
23215
23216 \backslash
23217 FrameSep
23218 \series default
23219  geändert werden.
23220  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
23221  als TeX-Code geändert:
23222 \end_layout
23223
23224 \begin_layout Standard
23225
23226 \series bold
23227
23228 \backslash
23229 FrameRule 5pt 
23230 \backslash
23231 FrameSep 0.5cm
23232 \end_layout
23233
23234 \begin_layout Standard
23235 \begin_inset ERT
23236 status collapsed
23237
23238 \begin_layout Standard
23239
23240
23241 \backslash
23242 FrameRule 5pt 
23243 \backslash
23244 FrameSep 0.5cm
23245 \end_layout
23246
23247 \end_inset
23248
23249
23250 \begin_inset Note Framed
23251 status open
23252
23253 \begin_layout Standard
23254 Dies ist Text in einem anderen Rahmen.
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \begin_layout Standard
23263 \begin_inset ERT
23264 status collapsed
23265
23266 \begin_layout Standard
23267
23268
23269 \backslash
23270 FrameRule 0.4pt 
23271 \backslash
23272 FrameSep 9pt
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \begin_layout Standard
23281 \begin_inset VSpace bigskip
23282 \end_inset
23283
23284 Für 
23285 \family sans
23286 Schattiert
23287 \family default
23288  beträgt der Abstand zwischen Rand und Text 3\InsetSpace \thinspace{}
23289 pt; er kann mit 
23290 \series bold
23291
23292 \backslash
23293 fboxsep
23294 \series default
23295  geändert werden.
23296  Die Standard-Hintergrundfarbe ist rot und kann mit 
23297 \series bold
23298
23299 \backslash
23300 definecolor{shadebox}
23301 \series default
23302  oder 
23303 \family sans
23304 Werkzeuge\SpecialChar \menuseparator
23305 Einstellungen\SpecialChar \menuseparator
23306 Farben\SpecialChar \menuseparator
23307 Schattierte\InsetSpace ~
23308 Box
23309 \family default
23310  geändert werden.
23311  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
23312
23313 \begin_inset LatexCommand ref
23314 reference "abs:Farbige-Tabellen"
23315
23316 \end_inset
23317
23318  beschrieben
23319 \begin_inset Foot
23320 status collapsed
23321
23322 \begin_layout Standard
23323
23324 \series bold
23325
23326 \backslash
23327 definecolor
23328 \series default
23329  benötigt LaTeX-Paket 
23330 \series bold
23331 color
23332 \series default
23333
23334 \begin_inset LatexCommand index
23335 name "LaTeX-Pakete ! color"
23336
23337 \end_inset
23338
23339  im LaTeX-Vorspann, siehe Abschnitt\InsetSpace ~
23340
23341 \begin_inset LatexCommand ref
23342 reference "abs:Farbige-Boxen"
23343
23344 \end_inset
23345
23346 .
23347 \end_layout
23348
23349 \end_inset
23350
23351 .
23352 \end_layout
23353
23354 \begin_layout Standard
23355 Für das folgende Beispiel wurden folgende TeX-Code-Befehle verwendet:
23356 \end_layout
23357
23358 \begin_layout Standard
23359
23360 \series bold
23361
23362 \backslash
23363 fboxsep 0.5cm
23364 \newline
23365
23366 \backslash
23367 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23368 \end_layout
23369
23370 \begin_layout Standard
23371 \begin_inset ERT
23372 status collapsed
23373
23374 \begin_layout Standard
23375
23376
23377 \backslash
23378 fboxsep 0.5cm
23379 \end_layout
23380
23381 \end_inset
23382
23383
23384 \begin_inset ERT
23385 status collapsed
23386
23387 \begin_layout Standard
23388
23389
23390 \backslash
23391 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23392 \end_layout
23393
23394 \end_inset
23395
23396
23397 \begin_inset Note Shaded
23398 status open
23399
23400 \begin_layout Standard
23401
23402 \color yellow
23403 Dies ist gelber Text auf dunkelgrünem Hintergrund.
23404 \end_layout
23405
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \begin_layout Standard
23412 \begin_inset ERT
23413 status collapsed
23414
23415 \begin_layout Standard
23416
23417
23418 \backslash
23419 fboxsep 3pt
23420 \end_layout
23421
23422 \end_inset
23423
23424
23425 \begin_inset ERT
23426 status collapsed
23427
23428 \begin_layout Standard
23429
23430
23431 \backslash
23432 definecolor{shadecolor}{rgb}{1,0,0}
23433 \end_layout
23434
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \begin_layout Section
23441 Fußnoten
23442 \begin_inset LatexCommand label
23443 name "abs:Fußnoten"
23444
23445 \end_inset
23446
23447
23448 \begin_inset LatexCommand index
23449 name "Notizen ! Fußnoten"
23450
23451 \end_inset
23452
23453
23454 \begin_inset LatexCommand index
23455 name "Fußnoten"
23456
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \begin_layout Standard
23463 Zu dem, was bereits im 
23464 \emph on
23465 Benutzerhandbuch
23466 \emph default
23467  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
23468 \color black
23469
23470 \begin_inset Foot
23471 status open
23472
23473 \begin_layout Standard
23474
23475 \color black
23476 \begin_inset LatexCommand label
23477 name "fuss:Fußnoten-Beispiel"
23478
23479 \end_inset
23480
23481 Dies ist eine Fußnote.
23482 \end_layout
23483
23484 \end_inset
23485
23486
23487 \end_layout
23488
23489 \begin_layout Standard
23490 \begin_inset ERT
23491 status collapsed
23492
23493 \begin_layout Standard
23494
23495
23496 \backslash
23497 newcounter{MyRepeatFoot}
23498 \end_layout
23499
23500 \begin_layout Standard
23501
23502
23503 \backslash
23504 setcounter{MyRepeatFoot}{
23505 \backslash
23506 thefootnote}
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \begin_layout Standard
23515 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
23516  wurde, eine hochgestellte Zahl.
23517  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
23518  hochgestellt dem Text vorangeht.
23519  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
23520  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
23521  werden.
23522 \end_layout
23523
23524 \begin_layout Standard
23525 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
23526  der Fußnote eine Marke eingefügt wurde.
23527  Dies ist ein Querverweis auf Fußnote\InsetSpace ~
23528
23529 \begin_inset LatexCommand ref
23530 reference "fuss:Fußnoten-Beispiel"
23531
23532 \end_inset
23533
23534 .
23535 \end_layout
23536
23537 \begin_layout Standard
23538 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
23539  siehe Abschnitt\InsetSpace ~
23540
23541 \begin_inset LatexCommand ref
23542 reference "abs:Minipage"
23543
23544 \end_inset
23545
23546 .
23547  Fußnoten in langen Tabellen wurden bereits in Abschnitt\InsetSpace ~
23548
23549 \begin_inset LatexCommand ref
23550 reference "uab:Fußnoten-in-langen"
23551
23552 \end_inset
23553
23554  beschrieben.
23555 \end_layout
23556
23557 \begin_layout Standard
23558 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
23559  TeX-Code-Befehl 
23560 \series bold
23561
23562 \backslash
23563 footnotemark[Nummer]
23564 \series default
23565  benutzen.
23566  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
23567  mal gedruckt wird.
23568 \end_layout
23569
23570 \begin_layout Standard
23571 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
23572  sie speichern, nachdem Sie die Fußnote eingefügt haben.
23573  Hinter Fußnote\InsetSpace ~
23574
23575 \begin_inset LatexCommand ref
23576 reference "fuss:Fußnoten-Beispiel"
23577
23578 \end_inset
23579
23580  wurde das mit folgenden TeX-Code-Befehlen gemacht:
23581 \end_layout
23582
23583 \begin_layout Standard
23584
23585 \series bold
23586
23587 \backslash
23588 newcounter{MyRepeatFoot}
23589 \newline
23590
23591 \backslash
23592 setcounter{MyRepeatFoot}{
23593 \backslash
23594 thefootnote}
23595 \end_layout
23596
23597 \begin_layout Standard
23598 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
23599 \end_layout
23600
23601 \begin_layout Standard
23602
23603 \series bold
23604
23605 \backslash
23606 footnotemark[
23607 \backslash
23608 theMyRepeatFoot]
23609 \end_layout
23610
23611 \begin_layout Standard
23612 Hier ist ein Beispiel für eine Fußnotenmarke:
23613 \family roman
23614 \series medium
23615 \bar no
23616
23617 \begin_inset ERT
23618 status collapsed
23619
23620 \begin_layout Standard
23621
23622
23623 \backslash
23624 footnotemark[
23625 \backslash
23626 theMyRepeatFoot]
23627 \end_layout
23628
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \begin_layout Subsection
23635 Fußnoten-Nummerierung
23636 \begin_inset LatexCommand label
23637 name "uab:Fußnoten-Nummerierung"
23638
23639 \end_inset
23640
23641
23642 \begin_inset LatexCommand index
23643 name "Fußnoten ! Nummerierung"
23644
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \begin_layout Standard
23651 Um Fußnoten nach jedem Abschnitt
23652 \family roman
23653  auf 1 zurückzusetzen, 
23654 \family default
23655 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23656 \end_layout
23657
23658 \begin_layout Standard
23659
23660 \series bold
23661
23662 \backslash
23663 @addtoreset{footnote}{section}
23664 \end_layout
23665
23666 \begin_layout Standard
23667 \begin_inset VSpace bigskip
23668 \end_inset
23669
23670 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
23671  Zahlen:
23672 \end_layout
23673
23674 \begin_layout Standard
23675
23676 \series bold
23677
23678 \backslash
23679 renewcommand{
23680 \backslash
23681 thefootnote}{
23682 \backslash
23683 roman{footnote}}
23684 \end_layout
23685
23686 \begin_layout Standard
23687 \begin_inset ERT
23688 status collapsed
23689
23690 \begin_layout Standard
23691
23692
23693 \backslash
23694 renewcommand{
23695 \backslash
23696 thefootnote}{
23697 \backslash
23698 roman{footnote}}
23699 \end_layout
23700
23701 \end_inset
23702
23703  Hier ist ein Beispiel für solch eine Fußnote:
23704 \begin_inset Foot
23705 status open
23706
23707 \begin_layout Standard
23708 Dies ist eine Fußnote mit kleinen römischen Zahlen
23709 \end_layout
23710
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \begin_layout Standard
23717 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
23718  Sie in obigem Befehl 
23719 \series bold
23720
23721 \backslash
23722 roman
23723 \series default
23724  durch 
23725 \series bold
23726
23727 \backslash
23728 Roman
23729 \series default
23730 .
23731  Um Fußnoten mit großen oder kleinen Buchstaben zu 
23732 \begin_inset Quotes gld
23733 \end_inset
23734
23735 nummerieren
23736 \begin_inset Quotes grd
23737 \end_inset
23738
23739 , verwenden Sie die Befehle 
23740 \series bold
23741
23742 \backslash
23743 Alph
23744 \series default
23745  bzw.\InsetSpace ~
23746
23747 \series bold
23748
23749 \backslash
23750 alph
23751 \series default
23752 .
23753  Für die 
23754 \begin_inset Quotes gld
23755 \end_inset
23756
23757 Nummerierung
23758 \begin_inset Quotes grd
23759 \end_inset
23760
23761  mit Symbolen steht der Befehl 
23762 \series bold
23763
23764 \backslash
23765 fnsymbol
23766 \series default
23767  zur Verfügung.
23768 \end_layout
23769
23770 \begin_layout Standard
23771 \begin_inset Note Greyedout
23772 status open
23773
23774 \begin_layout Standard
23775
23776 \series bold
23777 Bemerkung 1:
23778 \series default
23779  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
23780  
23781 \emph on
23782 ein
23783 \emph default
23784  Buchstabe verwendet wird.
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \newline
23791
23792 \begin_inset Note Greyedout
23793 status open
23794
23795 \begin_layout Standard
23796
23797 \series bold
23798 Bemerkung 2:
23799 \series default
23800  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
23801 \end_layout
23802
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \begin_layout Standard
23809 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
23810 \series bold
23811
23812 \backslash
23813 arabic
23814 \series default
23815  anstelle von 
23816 \series bold
23817
23818 \backslash
23819 roman
23820 \series default
23821  in obigem Befehl.
23822 \begin_inset ERT
23823 status collapsed
23824
23825 \begin_layout Standard
23826
23827
23828 \backslash
23829 renewcommand{
23830 \backslash
23831 thefootnote}{
23832 \backslash
23833 arabic{footnote}}
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \begin_layout Standard
23842 \begin_inset VSpace bigskip
23843 \end_inset
23844
23845
23846 \end_layout
23847
23848 \begin_layout Standard
23849 Wenn Sie wollen, dass Fußnoten nach dem Schema 
23850 \begin_inset Quotes gld
23851 \end_inset
23852
23853 Kapitel.Fußnote
23854 \begin_inset Quotes grd
23855 \end_inset
23856
23857  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23858 \end_layout
23859
23860 \begin_layout Standard
23861
23862 \series bold
23863
23864 \backslash
23865 numberwithin{footnote}{chapter}
23866 \end_layout
23867
23868 \begin_layout Standard
23869 Um 
23870 \series bold
23871
23872 \backslash
23873 numberwithin
23874 \series default
23875  benutzen zu können, muss in den 
23876 \family sans
23877 Mathe\InsetSpace ~
23878 Optionen
23879 \family default
23880  der 
23881 \family sans
23882 Dokument-Einstellungen
23883 \family default
23884  
23885 \family sans
23886 AMS\InsetSpace ~
23887 Mathe\InsetSpace ~
23888 Paket
23889 \family default
23890 \InsetSpace ~
23891
23892 \family sans
23893 verwenden
23894 \family default
23895  angekreuzt sein.
23896 \begin_inset ERT
23897 status collapsed
23898
23899 \begin_layout Standard
23900
23901
23902 \backslash
23903 numberwithin{footnote}{chapter}
23904 \end_layout
23905
23906 \end_inset
23907
23908  Hier ist ein Beispiel für solch eine Fußnote.
23909 \series bold
23910
23911 \begin_inset Foot
23912 status open
23913
23914 \begin_layout Standard
23915 Dies ist eine Fußnote nach dem Schema 
23916 \begin_inset Quotes gld
23917 \end_inset
23918
23919 Kapitel.Fußnote
23920 \begin_inset Quotes grd
23921 \end_inset
23922
23923 .
23924 \end_layout
23925
23926 \end_inset
23927
23928
23929 \series default
23930
23931 \begin_inset ERT
23932 status collapsed
23933
23934 \begin_layout Standard
23935
23936
23937 \backslash
23938 numberwithin{footnote}{part}
23939 \end_layout
23940
23941 \end_inset
23942
23943
23944 \end_layout
23945
23946 \begin_layout Standard
23947 \begin_inset Note Greyedout
23948 status open
23949
23950 \begin_layout Standard
23951
23952 \series bold
23953 Bemerkung:
23954 \series default
23955  
23956 \series bold
23957
23958 \backslash
23959 numberwithin
23960 \series default
23961  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
23962  werden überschrieben.
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \begin_layout Standard
23971 Um also z.\InsetSpace \thinspace{}
23972 B.
23973  das Schema 
23974 \begin_inset Quotes gld
23975 \end_inset
23976
23977 Kapitel.
23978 \backslash
23979 Roman{footnote}
23980 \begin_inset Quotes grd
23981 \end_inset
23982
23983  zu erhalten, muss dieser Befehl anstelle von 
23984 \series bold
23985
23986 \backslash
23987 numberwithin
23988 \series default
23989  verwendet werden:
23990 \end_layout
23991
23992 \begin_layout Standard
23993
23994 \series bold
23995
23996 \backslash
23997 renewcommand{
23998 \backslash
23999 thefootnote}{
24000 \backslash
24001 thechapter.
24002 \backslash
24003 Roman{footnote}}
24004 \end_layout
24005
24006 \begin_layout Subsection
24007 Fußnoten-Platzierung
24008 \begin_inset LatexCommand index
24009 name "Fußnoten ! Platzierung"
24010
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \begin_layout Standard
24017 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
24018  ohne Zwischenraum am Ende der Seite gedruckt.
24019  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
24020  LaTeX-Vorspann 1.5\InsetSpace \thinspace{}
24021 mm Zwischenraum einfügen:
24022 \end_layout
24023
24024 \begin_layout Standard
24025
24026 \series bold
24027
24028 \backslash
24029 let
24030 \backslash
24031 myFoot
24032 \backslash
24033 footnote
24034 \newline
24035
24036 \backslash
24037 renewcommand{
24038 \backslash
24039 footnote}[1]{
24040 \backslash
24041 myFoot{#1
24042 \backslash
24043 vspace{1.5mm}}}
24044 \end_layout
24045
24046 \begin_layout Standard
24047 \begin_inset VSpace bigskip
24048 \end_inset
24049
24050 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
24051  Spalte gedruckt, Abbildung\InsetSpace ~
24052
24053 \begin_inset LatexCommand ref
24054 reference "abb:Standard-Fußnoten-Platzierung-in"
24055
24056 \end_inset
24057
24058 .
24059  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
24060  in Abbildung\InsetSpace ~
24061
24062 \begin_inset LatexCommand ref
24063 reference "abb:Fußnoten-Platzierung-in-einem"
24064
24065 \end_inset
24066
24067 , müssen Sie das LaTeX-Paket 
24068 \series bold
24069 ftnright
24070 \series default
24071
24072 \begin_inset LatexCommand index
24073 name "LaTeX-Pakete ! ftnright"
24074
24075 \end_inset
24076
24077  mit folgendem Befehl im LaTeX-Vorspann einfügen:
24078 \end_layout
24079
24080 \begin_layout Standard
24081
24082 \series bold
24083
24084 \backslash
24085 usepackage{ftnright}
24086 \end_layout
24087
24088 \begin_layout Standard
24089 \begin_inset Float figure
24090 placement !h
24091 wide false
24092 sideways false
24093 status collapsed
24094
24095 \begin_layout Standard
24096 \begin_inset ERT
24097 status collapsed
24098
24099 \begin_layout Standard
24100
24101
24102 \backslash
24103 framebox{
24104 \end_layout
24105
24106 \end_inset
24107
24108
24109 \begin_inset Graphics
24110         filename ../clipart/without_fntright.pdf
24111         width 100col%
24112         scaleBeforeRotation
24113
24114 \end_inset
24115
24116
24117 \begin_inset ERT
24118 status collapsed
24119
24120 \begin_layout Standard
24121
24122 }
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \begin_layout Standard
24131 \begin_inset Caption
24132
24133 \begin_layout Standard
24134 \begin_inset LatexCommand label
24135 name "abb:Standard-Fußnoten-Platzierung-in"
24136
24137 \end_inset
24138
24139 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
24140 \begin_inset OptArg
24141 status collapsed
24142
24143 \begin_layout Standard
24144 Standard Fußnoten-Platzierung in einem zweisp.
24145  Dokument
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Standard
24164 \begin_inset Float figure
24165 placement !h
24166 wide false
24167 sideways false
24168 status collapsed
24169
24170 \begin_layout Standard
24171 \begin_inset ERT
24172 status collapsed
24173
24174 \begin_layout Standard
24175
24176
24177 \backslash
24178 framebox{
24179 \end_layout
24180
24181 \end_inset
24182
24183
24184 \begin_inset Graphics
24185         filename ../clipart/with_fntright.pdf
24186         width 100col%
24187         scaleBeforeRotation
24188
24189 \end_inset
24190
24191
24192 \begin_inset ERT
24193 status collapsed
24194
24195 \begin_layout Standard
24196
24197 }
24198 \end_layout
24199
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \begin_layout Standard
24206 \begin_inset Caption
24207
24208 \begin_layout Standard
24209 \begin_inset LatexCommand label
24210 name "abb:Fußnoten-Platzierung-in-einem"
24211
24212 \end_inset
24213
24214 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
24215  
24216 \series bold
24217 ftnright
24218 \series default
24219 .
24220 \begin_inset OptArg
24221 status collapsed
24222
24223 \begin_layout Standard
24224 Fußnoten-Platzierung mit 
24225 \family typewriter
24226 ftnright
24227 \end_layout
24228
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \end_inset
24235
24236
24237 \end_layout
24238
24239 \end_inset
24240
24241
24242 \end_layout
24243
24244 \begin_layout Standard
24245 \begin_inset VSpace bigskip
24246 \end_inset
24247
24248 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
24249  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung\InsetSpace ~
24250
24251 \begin_inset LatexCommand ref
24252 reference "abb:endnotes----Die"
24253
24254 \end_inset
24255
24256  gedruckt.
24257  Man nennt sie dann 
24258 \emph on
24259 Endnoten
24260 \emph default
24261 .
24262 \begin_inset LatexCommand index
24263 name "Endnoten"
24264
24265 \end_inset
24266
24267  Um das zu erreichen müssen Sie das LaTeX-Paket 
24268 \series bold
24269 endnotes
24270 \series default
24271
24272 \begin_inset LatexCommand index
24273 name "LaTeX-Pakete ! endnotes"
24274
24275 \end_inset
24276
24277  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
24278 \end_layout
24279
24280 \begin_layout Standard
24281
24282 \series bold
24283
24284 \backslash
24285 usepackage{endnotes}
24286 \newline
24287
24288 \backslash
24289 let
24290 \backslash
24291 footnote
24292 \backslash
24293 endnote
24294 \end_layout
24295
24296 \begin_layout Standard
24297 Um die gesammelten Fußnoten zu drucken fügen Sie den TeX-Code-Befehl
24298 \series bold
24299  
24300 \backslash
24301 theendnotes
24302 \series default
24303  am Ende des Abschnitts oder Kapitels ein.
24304 \end_layout
24305
24306 \begin_layout Standard
24307 \begin_inset Float figure
24308 wide false
24309 sideways false
24310 status collapsed
24311
24312 \begin_layout Standard
24313 \align center
24314 \begin_inset ERT
24315 status collapsed
24316
24317 \begin_layout Standard
24318
24319
24320 \backslash
24321 framebox{
24322 \end_layout
24323
24324 \end_inset
24325
24326
24327 \begin_inset Graphics
24328         filename ../clipart/endnotes.pdf
24329         scaleBeforeRotation
24330
24331 \end_inset
24332
24333
24334 \begin_inset ERT
24335 status collapsed
24336
24337 \begin_layout Standard
24338
24339 }
24340 \end_layout
24341
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \begin_layout Standard
24348 \begin_inset Caption
24349
24350 \begin_layout Standard
24351 \begin_inset LatexCommand label
24352 name "abb:endnotes----Die"
24353
24354 \end_inset
24355
24356
24357 \series bold
24358 endnotes
24359 \series default
24360  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
24361  gedruckt.
24362 \begin_inset OptArg
24363 status collapsed
24364
24365 \begin_layout Standard
24366 \begin_inset LatexCommand label
24367 name "abb:endnotes----Die"
24368
24369 \end_inset
24370
24371
24372 \series bold
24373 endnotes
24374 \series default
24375  -- Die Fußnoten werden am Ende gedruckt
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \begin_layout Standard
24394 \begin_inset VSpace medskip
24395 \end_inset
24396
24397 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
24398 ache übersetzt.
24399  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
24400 \begin_inset Quotes gld
24401 \end_inset
24402
24403 Notes 
24404 \begin_inset Quotes grd
24405 \end_inset
24406
24407 in 
24408 \begin_inset Quotes gld
24409 \end_inset
24410
24411 Anmerkungen
24412 \begin_inset Quotes grd
24413 \end_inset
24414
24415 :
24416 \end_layout
24417
24418 \begin_layout Standard
24419
24420 \series bold
24421
24422 \backslash
24423 renewcommand{
24424 \backslash
24425 notesname}{Anmerkungen}
24426 \end_layout
24427
24428 \begin_layout Standard
24429 \begin_inset VSpace medskip
24430 \end_inset
24431
24432 Wenn Sie in den Befehlen von Abschnitt\InsetSpace ~
24433
24434 \begin_inset LatexCommand ref
24435 reference "uab:Fußnoten-Nummerierung"
24436
24437 \end_inset
24438
24439  
24440 \series bold
24441
24442 \backslash
24443 thefootnote
24444 \series default
24445  durch 
24446 \series bold
24447
24448 \backslash
24449 theendnote
24450 \series default
24451  ersetzen, können Sie die Nummerierung von Endnoten ändern.
24452  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
24453 \series bold
24454
24455 \backslash
24456 @addtoreset
24457 \series default
24458  wie in Abschnitt\InsetSpace \space{}
24459
24460 \begin_inset LatexCommand ref
24461 reference "uab:Fußnoten-Nummerierung"
24462
24463 \end_inset
24464
24465  beschrieben und ersetzen 
24466 \series bold
24467 footnote
24468 \series default
24469  durch 
24470 \series bold
24471 endnote
24472 \series default
24473 .
24474 \end_layout
24475
24476 \begin_layout Standard
24477 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
24478  
24479 \series bold
24480
24481 \backslash
24482 endnotemark[Nummer]
24483 \series default
24484  ähnlich wie 
24485 \series bold
24486
24487 \backslash
24488 footnotemark
24489 \series default
24490  Abschnitt\InsetSpace ~
24491
24492 \begin_inset LatexCommand ref
24493 reference "abs:Fußnoten"
24494
24495 \end_inset
24496
24497 .
24498 \end_layout
24499
24500 \begin_layout Standard
24501 \begin_inset VSpace bigskip
24502 \end_inset
24503
24504 Mit dem LaTeX-Paket 
24505 \series bold
24506 footmisc
24507 \series default
24508
24509 \begin_inset LatexCommand index
24510 name "LaTeX-Pakete ! footmisc"
24511
24512 \end_inset
24513
24514  (
24515 \begin_inset LatexCommand cite
24516 key "footmisc"
24517
24518 \end_inset
24519
24520 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
24521 \end_layout
24522
24523 \begin_layout Standard
24524 In LaTeX-Büchern, 
24525 \begin_inset LatexCommand cite
24526 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
24527
24528 \end_inset
24529
24530 , finden Sie weiteres zu Fußnoten.
24531 \end_layout
24532
24533 \begin_layout Section
24534 Randnotizen
24535 \begin_inset LatexCommand index
24536 name "Randnotizen"
24537
24538 \end_inset
24539
24540
24541 \begin_inset LatexCommand index
24542 name "Notizen ! Randnotizen"
24543
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \begin_layout Standard
24550 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
24551  Sie fügen sie mit einem Klick auf den Schalter 
24552 \begin_inset Graphics
24553         filename ../../images/marginalnote-insert.png
24554         scale 70
24555         scaleBeforeRotation
24556         BoundingBox 0bp 0bp 22bp 22bp
24557
24558 \end_inset
24559
24560  oder über 
24561 \family sans
24562 Einfügen\SpecialChar \menuseparator
24563 Randnotiz
24564 \family default
24565  ein.
24566  Ein graues Kästchen mit der Aufschrift 
24567 \begin_inset Quotes gld
24568 \end_inset
24569
24570 Rand
24571 \begin_inset Quotes grd
24572 \end_inset
24573
24574  erscheint
24575 \family roman
24576 \series medium
24577 , und dort, wo der Cursor steht, können Sie Text eingeben.
24578 \end_layout
24579
24580 \begin_layout Standard
24581 Hier am Rand sehen Sie eine Randnotiz.
24582 \begin_inset Marginal
24583 status open
24584
24585 \begin_layout Standard
24586 Dies ist eine Randnotiz.
24587 \end_layout
24588
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout Standard
24595 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
24596  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
24597  Seiten und rechts auf den ungeraden.
24598  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
24599  wird und umgekehrt.
24600  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
24601  wurde.
24602 \end_layout
24603
24604 \begin_layout Standard
24605 \begin_inset VSpace bigskip
24606 \end_inset
24607
24608 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
24609 \end_layout
24610
24611 \begin_layout Standard
24612
24613 \series bold
24614
24615 \backslash
24616 reversemarginpar
24617 \end_layout
24618
24619 \begin_layout Standard
24620 als TeX-Code vor einer Randnotiz ein.
24621  Das gilt dann für alle folgenden Randnotizen.
24622 \begin_inset ERT
24623 status collapsed
24624
24625 \begin_layout Standard
24626
24627
24628 \backslash
24629 reversemarginpar 
24630 \end_layout
24631
24632 \end_inset
24633
24634
24635 \begin_inset Marginal
24636 status open
24637
24638 \begin_layout Standard
24639 Hier ist ein Beispiel im inneren Rand.
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \newline
24646
24647 \begin_inset Note Greyedout
24648 status open
24649
24650 \begin_layout Standard
24651  
24652 \series bold
24653 Achtung:
24654 \series default
24655  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
24656 \end_layout
24657
24658 \end_inset
24659
24660
24661 \end_layout
24662
24663 \begin_layout Standard
24664 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
24665 \end_layout
24666
24667 \begin_layout Standard
24668
24669 \series bold
24670
24671 \backslash
24672 normalmarginpar
24673 \end_layout
24674
24675 \begin_layout Standard
24676 als TeX-Code ein.
24677 \begin_inset ERT
24678 status collapsed
24679
24680 \begin_layout Standard
24681
24682
24683 \backslash
24684 normalmarginpar 
24685 \end_layout
24686
24687 \end_inset
24688
24689
24690 \begin_inset Note Greyedout
24691 status open
24692
24693 \begin_layout Standard
24694
24695 \series bold
24696 Achtung:
24697 \series default
24698  Der Befehl wird missachtet, wenn er im selben Absatz wie 
24699 \series bold
24700
24701 \backslash
24702 reversemarginpar
24703 \series default
24704  verwendet wird.
24705 \end_layout
24706
24707 \end_inset
24708
24709
24710 \end_layout
24711
24712 \begin_layout Standard
24713 \begin_inset VSpace bigskip
24714 \end_inset
24715
24716 Ähnlich wie in Abschnitt\InsetSpace ~
24717
24718 \begin_inset LatexCommand ref
24719 reference "uab:Mehrfache-Zeilen-in"
24720
24721 \end_inset
24722
24723  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
24724  erste Wort der Randnotiz sind.
24725  Um das zu vermeiden, können Sie den Befehl
24726 \end_layout
24727
24728 \begin_layout Standard
24729
24730 \series bold
24731
24732 \backslash
24733 hspace{0pt}
24734 \end_layout
24735
24736 \begin_layout Standard
24737 als TeX-Code vor das Wort setzen, so wie hier:
24738 \begin_inset Marginal
24739 status open
24740
24741 \begin_layout Standard
24742 \begin_inset ERT
24743 status collapsed
24744
24745 \begin_layout Standard
24746
24747
24748 \backslash
24749 hspace{0pt}
24750 \end_layout
24751
24752 \end_inset
24753
24754
24755 \family roman
24756 \series medium
24757 EinSehrLangesWort am Anfang, das umgebrochen wird.
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \begin_layout Standard
24766 \begin_inset VSpace bigskip
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \begin_layout Standard
24773 \begin_inset Note Greyedout
24774 status open
24775
24776 \begin_layout Standard
24777
24778 \series bold
24779 Bemerkung:
24780 \series default
24781  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
24782  verwendet werden.
24783 \end_layout
24784
24785 \end_inset
24786
24787
24788 \end_layout
24789
24790 \begin_layout Standard
24791 \begin_inset VSpace bigskip
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \begin_layout Standard
24798 \begin_inset ERT
24799 status collapsed
24800
24801 \begin_layout Standard
24802
24803
24804 \backslash
24805 ifmarginnote
24806 \end_layout
24807
24808 \end_inset
24809
24810
24811 \begin_inset Note Note
24812 status open
24813
24814 \begin_layout Standard
24815 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
24816 \series bold
24817 marginnote
24818 \series default
24819  installiert ist.
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Standard
24828 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
24829 \series bold
24830 marginnote
24831 \series default
24832
24833 \begin_inset LatexCommand index
24834 name "LaTeX-Pakete ! marginnote"
24835
24836 \end_inset
24837
24838  verwendet wird.
24839  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
24840  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
24841  des Pakets 
24842 \series bold
24843 marginnote
24844 \series default
24845  für Randnotizen verwendet wird:
24846 \end_layout
24847
24848 \begin_layout Standard
24849
24850 \series bold
24851
24852 \backslash
24853 usepackage{marginnote}
24854 \newline
24855
24856 \backslash
24857 let
24858 \backslash
24859 marginpar
24860 \backslash
24861 marginnote
24862 \end_layout
24863
24864 \begin_layout Standard
24865 Dies wird auch in diesem Dokument verwendet, denn 
24866 \series bold
24867 marginnote
24868 \series default
24869  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
24870  für Randnotizen angeben.
24871  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
24872 n sind zu dicht beieinander sind.
24873  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
24874  Schema
24875 \end_layout
24876
24877 \begin_layout Standard
24878
24879 \series bold
24880 [Versatz]
24881 \end_layout
24882
24883 \begin_layout Standard
24884 angegeben.
24885  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle\InsetSpace ~
24886
24887 \begin_inset LatexCommand ref
24888 reference "tab:Maßeinheiten"
24889
24890 \end_inset
24891
24892  aufgelistet sind.
24893  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
24894  nach unten.
24895  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5\InsetSpace \thinspace{}
24896 cm mit dem TeX-Code-Befeh
24897 l  
24898 \begin_inset Quotes gld
24899 \end_inset
24900
24901
24902 \series bold
24903 [-1.5cm]
24904 \series default
24905
24906 \begin_inset Quotes grd
24907 \end_inset
24908
24909  nach oben versetzt
24910 \begin_inset Marginal
24911 status open
24912
24913 \begin_layout Standard
24914 Diese Randnotiz ist 1.5\InsetSpace \thinspace{}
24915 cm von ihrer Originalposition nach oben versetzt.
24916 \end_layout
24917
24918 \end_inset
24919
24920
24921 \begin_inset ERT
24922 status collapsed
24923
24924 \begin_layout Standard
24925
24926 [-1.5cm]
24927 \end_layout
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \begin_layout Standard
24935 \begin_inset VSpace medskip
24936 \end_inset
24937
24938 Mit 
24939 \series bold
24940 marginnote
24941 \series default
24942  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
24943  Zum Beispiel setzen die Befehle
24944 \end_layout
24945
24946 \begin_layout Standard
24947
24948 \series bold
24949
24950 \backslash
24951 renewcommand*{
24952 \backslash
24953 raggedleftmarginnote}{
24954 \backslash
24955 centering}
24956 \newline
24957
24958 \backslash
24959 renewcommand*{
24960 \backslash
24961 raggedrightmarginnote}{
24962 \backslash
24963 centering}
24964 \end_layout
24965
24966 \begin_layout Standard
24967 die Ausrichtung auf zentriert.
24968  
24969 \series bold
24970
24971 \backslash
24972 raggedleftmarginnote
24973 \series default
24974  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
24975  
24976 \begin_inset ERT
24977 status collapsed
24978
24979 \begin_layout Standard
24980
24981
24982 \backslash
24983 renewcommand*{
24984 \backslash
24985 raggedleftmarginnote}{
24986 \backslash
24987 centering}
24988 \end_layout
24989
24990 \begin_layout Standard
24991
24992
24993 \backslash
24994 renewcommand*{
24995 \backslash
24996 raggedrightmarginnote}{
24997 \backslash
24998 centering}
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \begin_inset Marginal
25005 status open
25006
25007 \begin_layout Standard
25008 Der Text dieser Randnotiz ist zentriert ausgerichtet.
25009 \end_layout
25010
25011 \end_inset
25012
25013  Die Voreinstellung ist
25014 \end_layout
25015
25016 \begin_layout Standard
25017
25018 \series bold
25019
25020 \backslash
25021 renewcommand*{
25022 \backslash
25023 raggedleftmarginnote}{
25024 \backslash
25025 raggedleft}
25026 \newline
25027
25028 \backslash
25029 renewcommand*{
25030 \backslash
25031 raggedrightmarginnote}{
25032 \backslash
25033 raggedright}
25034 \series default
25035
25036 \begin_inset ERT
25037 status collapsed
25038
25039 \begin_layout Standard
25040
25041
25042 \backslash
25043 renewcommand*{
25044 \backslash
25045 raggedleftmarginnote}{
25046 \backslash
25047 raggedleft}
25048 \end_layout
25049
25050 \begin_layout Standard
25051
25052
25053 \backslash
25054 renewcommand*{
25055 \backslash
25056 raggedrightmarginnote}{
25057 \backslash
25058 raggedright}
25059 \end_layout
25060
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \begin_layout Standard
25067 \begin_inset VSpace medskip
25068 \end_inset
25069
25070 Für weitere Fähigkeiten des Pakets 
25071 \series bold
25072 marginnote
25073 \series default
25074  sei auf dessen Dokumentation verwiesen 
25075 \begin_inset LatexCommand cite
25076 key "marginnote"
25077
25078 \end_inset
25079
25080 .
25081 \end_layout
25082
25083 \begin_layout Standard
25084 \begin_inset VSpace bigskip
25085 \end_inset
25086
25087 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
25088  geändert werden.
25089  Um z.\InsetSpace \thinspace{}
25090 B.
25091  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
25092  und fettgedruckten Text 
25093 \begin_inset Quotes eld
25094 \end_inset
25095
25096
25097 \family sans
25098 \series bold
25099 \bar under
25100 Achtung!
25101 \family default
25102 \series default
25103 \bar default
25104
25105 \begin_inset Quotes erd
25106 \end_inset
25107
25108  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
25109 \end_layout
25110
25111 \begin_layout Standard
25112
25113 \series bold
25114
25115 \backslash
25116 let
25117 \backslash
25118 myMarginpar
25119 \backslash
25120 marginpar
25121 \newline
25122
25123 \backslash
25124 renewcommand{
25125 \backslash
25126 marginpar}[1]{
25127 \backslash
25128 myMarginpar{%
25129 \newline
25130
25131 \begin_inset ERT
25132 status collapsed
25133
25134 \begin_layout Standard
25135
25136
25137 \backslash
25138 hphantom{ }
25139 \end_layout
25140
25141 \end_inset
25142
25143
25144 \backslash
25145 hspace{0pt}
25146 \backslash
25147 textsf{
25148 \backslash
25149 textbf{
25150 \backslash
25151 underbar{Achtung!}}}%
25152 \newline
25153
25154 \begin_inset ERT
25155 status collapsed
25156
25157 \begin_layout Standard
25158
25159
25160 \backslash
25161 hphantom{ }
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \backslash
25168 vspace{1.5mm}
25169 \backslash
25170
25171 \backslash
25172 #1}}
25173 \end_layout
25174
25175 \begin_layout Standard
25176 \begin_inset ERT
25177 status collapsed
25178
25179 \begin_layout Standard
25180
25181
25182 \backslash
25183 let
25184 \backslash
25185 myMarginpar
25186 \backslash
25187 marginpar
25188 \end_layout
25189
25190 \begin_layout Standard
25191
25192
25193 \backslash
25194 renewcommand{
25195 \backslash
25196 marginpar}[1]{
25197 \backslash
25198 myMarginpar{%
25199 \end_layout
25200
25201 \begin_layout Standard
25202
25203    
25204 \backslash
25205 textsf{
25206 \backslash
25207 textbf{
25208 \backslash
25209 underbar{Achtung!}}}%
25210 \end_layout
25211
25212 \begin_layout Standard
25213
25214    
25215 \backslash
25216 vspace{1.5mm}
25217 \backslash
25218
25219 \backslash
25220 #1}}
25221 \end_layout
25222
25223 \end_inset
25224
25225
25226 \begin_inset Marginal
25227 status open
25228
25229 \begin_layout Standard
25230 Dies ist eine Randnotiz mit einer definierten Überschrift.
25231 \end_layout
25232
25233 \end_inset
25234
25235
25236 \begin_inset ERT
25237 status collapsed
25238
25239 \begin_layout Standard
25240
25241 [-1.5cm]
25242 \end_layout
25243
25244 \end_inset
25245
25246
25247 \begin_inset ERT
25248 status collapsed
25249
25250 \begin_layout Standard
25251
25252
25253 \backslash
25254 renewcommand{
25255 \backslash
25256 marginpar}[1]{
25257 \backslash
25258 myMarginpar{#1}}
25259 \end_layout
25260
25261 \end_inset
25262
25263
25264 \begin_inset Note Note
25265 status open
25266
25267 \begin_layout Standard
25268 Das Format wurde nur für dieses Beispiel geändert.
25269 \end_layout
25270
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \begin_layout Standard
25277 \begin_inset ERT
25278 status collapsed
25279
25280 \begin_layout Standard
25281
25282
25283 \backslash
25284 else
25285 \end_layout
25286
25287 \end_inset
25288
25289
25290 \begin_inset Note Note
25291 status open
25292
25293 \begin_layout Standard
25294 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
25295 \series bold
25296 marginnote
25297 \series default
25298  nicht installiert ist:
25299 \end_layout
25300
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \begin_layout Standard
25307 Das LaTeX-Paket 
25308 \series bold
25309 marginnote
25310 \series default
25311  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
25312 \end_layout
25313
25314 \begin_layout Standard
25315 \begin_inset ERT
25316 status collapsed
25317
25318 \begin_layout Standard
25319
25320
25321 \backslash
25322 fi
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \begin_layout Chapter
25331 Boxen
25332 \end_layout
25333
25334 \begin_layout Section
25335 Einleitung
25336 \begin_inset LatexCommand index
25337 name "Boxen ! Einleitung"
25338
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \begin_layout Standard
25345 Boxen werden benutzt, um einen Textblock zu formatieren.
25346  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
25347  siehe Abschnitt\InsetSpace ~
25348
25349 \begin_inset LatexCommand ref
25350 reference "abs:Minipage"
25351
25352 \end_inset
25353
25354 , um Text zu umranden, siehe Abschnitt\InsetSpace ~
25355
25356 \begin_inset LatexCommand ref
25357 reference "abs:Gerahmte-Boxen"
25358
25359 \end_inset
25360
25361 , um Silbentrennung zu verhindern, siehe Abschnitt\InsetSpace ~
25362
25363 \begin_inset LatexCommand ref
25364 reference "abs:Silbentrennung-unterbinden"
25365
25366 \end_inset
25367
25368 , um Text senkrecht auszurichten, siehe Abschnitt\InsetSpace ~
25369
25370 \begin_inset LatexCommand ref
25371 reference "uab:Vertikale-Ausrichtung"
25372
25373 \end_inset
25374
25375  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt\InsetSpace ~
25376
25377 \begin_inset LatexCommand ref
25378 reference "abs:Farbige-Boxen"
25379
25380 \end_inset
25381
25382 .
25383 \end_layout
25384
25385 \begin_layout Standard
25386 Boxen werden mit 
25387 \family sans
25388 Einfügen\SpecialChar \menuseparator
25389 Box
25390 \family default
25391  oder dem Schalter 
25392 \begin_inset Graphics
25393         filename ../../images/box-insert.png
25394         scale 85
25395         scaleBeforeRotation
25396
25397 \end_inset
25398
25399  eingefügt.
25400  Ein graues Kästchen mit der Aufschrift 
25401 \begin_inset Quotes gld
25402 \end_inset
25403
25404 Box (Minipage)
25405 \begin_inset Quotes grd
25406 \end_inset
25407
25408  erscheint: 
25409 \begin_inset Graphics
25410         filename clipart/StandardBoxQt4.png
25411         lyxscale 80
25412         scale 60
25413         scaleBeforeRotation
25414
25415 \end_inset
25416
25417 .
25418  Mit einem Rechts\SpecialChar \-
25419 klick auf das graue Kästchen kann der Typ spezifiziert
25420  werden.
25421  Das Dialogfenster bietet bei 
25422 \family sans
25423 Innere\InsetSpace ~
25424 Box
25425 \family default
25426  die Typen 
25427 \family sans
25428 Parbox
25429 \family default
25430  und 
25431 \family sans
25432 Minipage
25433 \family default
25434  an.
25435  
25436 \family sans
25437 Minipage
25438 \family default
25439  ist die Standard-Einstellung für neue Boxen und in Abschnitt\InsetSpace ~
25440
25441 \begin_inset LatexCommand ref
25442 reference "abs:Minipage"
25443
25444 \end_inset
25445
25446  beschrieben, 
25447 \family sans
25448 Parbox
25449 \family default
25450  in Abschnitt\InsetSpace ~
25451
25452 \begin_inset LatexCommand ref
25453 reference "abs:Parbox"
25454
25455 \end_inset
25456
25457 .
25458 \end_layout
25459
25460 \begin_layout Standard
25461 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
25462  wie auf Gleitobjekte und Fußnoten.
25463 \end_layout
25464
25465 \begin_layout Standard
25466 \begin_inset Note Greyedout
25467 status open
25468
25469 \begin_layout Standard
25470
25471 \series bold
25472 Bemerkung\InsetSpace ~
25473 1:
25474 \series default
25475  Boxen dürfen in 
25476 \family sans
25477 List-
25478 \family default
25479  oder 
25480 \family sans
25481 Beschreibung-
25482 \family default
25483 Umgebungen nicht verwendet werden.
25484 \end_layout
25485
25486 \end_inset
25487
25488
25489 \end_layout
25490
25491 \begin_layout Standard
25492 \begin_inset Note Greyedout
25493 status open
25494
25495 \begin_layout Standard
25496
25497 \series bold
25498 Bemerkung\InsetSpace ~
25499 2:
25500 \series default
25501  Boxen ohne 
25502 \family sans
25503 Innere\InsetSpace ~
25504 Box
25505 \family default
25506  und ohne Rahmen werden in Abschnitt\InsetSpace ~
25507
25508 \begin_inset LatexCommand ref
25509 reference "abs:Silbentrennung-unterbinden"
25510
25511 \end_inset
25512
25513  beschrieben.
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \begin_layout Section
25522 Das Box-Einstellungen-Fenster
25523 \begin_inset LatexCommand label
25524 name "abs:Box-Dialog"
25525
25526 \end_inset
25527
25528
25529 \begin_inset LatexCommand index
25530 name "Boxen ! Box-Dialog-Fenster"
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \begin_layout Subsection
25538 Box-Größe
25539 \end_layout
25540
25541 \begin_layout Standard
25542 Im 
25543 \family sans
25544 Box-Einstellungen
25545 \family default
25546 -Fenster können Sie die Größe der Box mit 
25547 \family sans
25548 Breite
25549 \family default
25550  und 
25551 \family sans
25552 Höhe 
25553 \family default
25554 festlegen.
25555  Die verfügbaren Einheiten werden in Tabelle\InsetSpace ~
25556
25557 \begin_inset LatexCommand ref
25558 reference "tab:Maßeinheiten"
25559
25560 \end_inset
25561
25562 aufgelistet.
25563  Das Feld
25564 \family sans
25565  Höhe
25566 \family default
25567  bietet die folgenden zusätzlichen Größen:
25568 \end_layout
25569
25570 \begin_layout Description
25571 Tiefe Dies ist die reine Text-
25572 \begin_inset Quotes gld
25573 \end_inset
25574
25575 Höhe
25576 \begin_inset Quotes grd
25577 \end_inset
25578
25579 .
25580  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
25581 \newline
25582
25583 \newline
25584
25585 \newline
25586
25587 \begin_inset Box Boxed
25588 position "c"
25589 hor_pos "c"
25590 has_inner_box 1
25591 inner_pos "c"
25592 use_parbox 0
25593 width "12col%"
25594 special "none"
25595 height "1in"
25596 height_special "depth"
25597 status collapsed
25598
25599 \begin_layout Standard
25600 \align center
25601 Box-Höhe = 1\InsetSpace \thinspace{}
25602 Tiefe
25603 \end_layout
25604
25605 \end_inset
25606
25607
25608 \newline
25609
25610 \newline
25611
25612 \end_layout
25613
25614 \begin_layout Description
25615 Höhe Dies ist die Texthöhe innerhalb der Box.
25616  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
25617  Texthöhe setzen: 
25618 \begin_inset Box Boxed
25619 position "c"
25620 hor_pos "c"
25621 has_inner_box 1
25622 inner_pos "c"
25623 use_parbox 0
25624 width "20col%"
25625 special "none"
25626 height "2in"
25627 height_special "height"
25628 status collapsed
25629
25630 \begin_layout Standard
25631 \align center
25632 Boxhöhe = 2\InsetSpace \thinspace{}
25633 Höhe
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \end_layout
25640
25641 \begin_layout Description
25642 Gesamthöhe Dies ist Höhe\InsetSpace \thinspace{}
25643 +\InsetSpace \thinspace{}
25644 Tiefe: 
25645 \begin_inset Box Boxed
25646 position "c"
25647 hor_pos "c"
25648 has_inner_box 1
25649 inner_pos "c"
25650 use_parbox 0
25651 width "20col%"
25652 special "none"
25653 height "1in"
25654 height_special "totalheight"
25655 status collapsed
25656
25657 \begin_layout Standard
25658 \align center
25659 Boxhöhe = 1\InsetSpace \thinspace{}
25660 Gesamthöhe
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \begin_layout Description
25669 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
25670 \begin_inset Box Boxed
25671 position "c"
25672 hor_pos "c"
25673 has_inner_box 1
25674 inner_pos "c"
25675 use_parbox 0
25676 width "12col%"
25677 special "none"
25678 height "1in"
25679 height_special "width"
25680 status collapsed
25681
25682 \begin_layout Standard
25683 \align center
25684 Boxhöhe = 1\InsetSpace \thinspace{}
25685 Breite
25686 \end_layout
25687
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \begin_layout Subsection
25694 Ausrichtung
25695 \begin_inset LatexCommand index
25696 name "Boxen ! Ausrichtung"
25697
25698 \end_inset
25699
25700
25701 \end_layout
25702
25703 \begin_layout Standard
25704 Wenn Sie eine 
25705 \family sans
25706 Innere\InsetSpace ~
25707 Box
25708 \family default
25709  gewählt haben, kann die Box mit folgenden Werten für 
25710 \family sans
25711 Box
25712 \family default
25713  senkrecht ausgerichtet werden:
25714 \end_layout
25715
25716 \begin_layout Description
25717 Oben Dies ist ein Beispieltext.
25718  
25719 \begin_inset Box Boxed
25720 position "t"
25721 hor_pos "c"
25722 has_inner_box 1
25723 inner_pos "c"
25724 use_parbox 0
25725 width "20col%"
25726 special "none"
25727 height "1in"
25728 height_special "totalheight"
25729 status collapsed
25730
25731 \begin_layout Standard
25732 \align center
25733 Die Ober\SpecialChar \-
25734 kante der Box ist in der Zeile.
25735 \end_layout
25736
25737 \end_inset
25738
25739  Dies ist ein Beispieltext.
25740 \end_layout
25741
25742 \begin_layout Description
25743 Mitte Dies ist ein Beispieltext.
25744  
25745 \begin_inset Box Boxed
25746 position "c"
25747 hor_pos "c"
25748 has_inner_box 1
25749 inner_pos "c"
25750 use_parbox 0
25751 width "20col%"
25752 special "none"
25753 height "1in"
25754 height_special "totalheight"
25755 status collapsed
25756
25757 \begin_layout Standard
25758 \align center
25759 Die Mitte der Box ist in der Zeile.
25760 \end_layout
25761
25762 \end_inset
25763
25764  Dies ist ein Beispieltext.
25765 \end_layout
25766
25767 \begin_layout Description
25768 Unten Dies ist ein Beispieltext.
25769  
25770 \begin_inset Box Boxed
25771 position "b"
25772 hor_pos "c"
25773 has_inner_box 1
25774 inner_pos "c"
25775 use_parbox 0
25776 width "20col%"
25777 special "none"
25778 height "1in"
25779 height_special "totalheight"
25780 status collapsed
25781
25782 \begin_layout Standard
25783 \align center
25784 Die Unter\SpecialChar \-
25785 kante der Box ist in der Zeile.
25786 \end_layout
25787
25788 \end_inset
25789
25790  Dies ist ein Beispieltext.
25791 \end_layout
25792
25793 \begin_layout Standard
25794 Eine Box kann mit dem Dialog 
25795 \family sans
25796 Absatz-Einstellungen
25797 \family default
25798  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
25799 \end_layout
25800
25801 \begin_layout Standard
25802 \begin_inset VSpace bigskip
25803 \end_inset
25804
25805 Wenn Sie eine 
25806 \family sans
25807 Innere\InsetSpace ~
25808 Box
25809 \family default
25810  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
25811 \family sans
25812 Inhalt
25813 \family default
25814  senkrecht ausgerichtet werden:
25815 \end_layout
25816
25817 \begin_layout Description
25818 Oben Dies ist ein Beispieltext.
25819  
25820 \begin_inset Box Boxed
25821 position "c"
25822 hor_pos "c"
25823 has_inner_box 1
25824 inner_pos "t"
25825 use_parbox 0
25826 width "20col%"
25827 special "none"
25828 height "1.5in"
25829 height_special "totalheight"
25830 status collapsed
25831
25832 \begin_layout Standard
25833 \align center
25834 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
25835 \end_layout
25836
25837 \end_inset
25838
25839  Dies ist ein Beispieltext.
25840 \end_layout
25841
25842 \begin_layout Description
25843 Mitte Dies ist ein Beispieltext.
25844  
25845 \begin_inset Box Boxed
25846 position "c"
25847 hor_pos "c"
25848 has_inner_box 1
25849 inner_pos "c"
25850 use_parbox 0
25851 width "20col%"
25852 special "none"
25853 height "1.5in"
25854 height_special "totalheight"
25855 status collapsed
25856
25857 \begin_layout Standard
25858 \align center
25859 Der Boxinhalt ist zentriert ausgerichtet.
25860 \end_layout
25861
25862 \end_inset
25863
25864  Dies ist ein Beispieltext.
25865 \end_layout
25866
25867 \begin_layout Description
25868 Unten Dies ist ein Beispieltext.
25869  
25870 \begin_inset Box Boxed
25871 position "c"
25872 hor_pos "c"
25873 has_inner_box 1
25874 inner_pos "b"
25875 use_parbox 0
25876 width "20col%"
25877 special "none"
25878 height "1.5in"
25879 height_special "totalheight"
25880 status collapsed
25881
25882 \begin_layout Standard
25883 \align center
25884 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
25885 \end_layout
25886
25887 \end_inset
25888
25889  Dies ist ein Beispieltext.
25890 \end_layout
25891
25892 \begin_layout Description
25893 Dehnen Dies ist ein Beispieltext.
25894  
25895 \begin_inset Box Boxed
25896 position "c"
25897 hor_pos "c"
25898 has_inner_box 1
25899 inner_pos "s"
25900 use_parbox 0
25901 width "20col%"
25902 special "none"
25903 height "1in"
25904 height_special "totalheight"
25905 status collapsed
25906
25907 \begin_layout Standard
25908 \align center
25909 Der Boxinhalt
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \align center
25914 ist über die
25915 \end_layout
25916
25917 \begin_layout Standard
25918 \align center
25919 Boxhöhe
25920 \end_layout
25921
25922 \begin_layout Standard
25923 \align center
25924 gleichmäßig verteilt.
25925 \end_layout
25926
25927 \end_inset
25928
25929  Dies ist ein Beispieltext.
25930 \end_layout
25931
25932 \begin_layout Standard
25933 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
25934  besteht.
25935  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
25936 \end_layout
25937
25938 \begin_layout Standard
25939 Ein Boxinhalt kann mit dem Dialog 
25940 \family sans
25941 Absatz-Einstellungen
25942 \family default
25943  waagerecht ausgerichtet werden, wenn Sie eine
25944 \family sans
25945  Innere\InsetSpace ~
25946 Box
25947 \family default
25948  gewählt haben.
25949 \end_layout
25950
25951 \begin_layout Standard
25952 \align center
25953 \begin_inset Box Boxed
25954 position "c"
25955 hor_pos "c"
25956 has_inner_box 1
25957 inner_pos "s"
25958 use_parbox 0
25959 width "30col%"
25960 special "none"
25961 height "1.25in"
25962 height_special "totalheight"
25963 status collapsed
25964
25965 \begin_layout Standard
25966 \align left
25967 Hier ist jede Zeile
25968 \end_layout
25969
25970 \begin_layout Standard
25971 \align center
25972 anders
25973 \end_layout
25974
25975 \begin_layout Standard
25976 \align right
25977 ausgerichtet.
25978 \end_layout
25979
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \begin_layout Standard
25986 Wenn Sie keine
25987 \family sans
25988  Innere\InsetSpace ~
25989 Box
25990 \family default
25991  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
25992 \family sans
25993 Box-Einstellungen-
25994 \family default
25995 Dialog ausrichten
25996 \end_layout
25997
25998 \begin_layout Standard
25999 \align center
26000 \begin_inset Box Boxed
26001 position "c"
26002 hor_pos "s"
26003 has_inner_box 0
26004 inner_pos "s"
26005 use_parbox 0
26006 width "90col%"
26007 special "none"
26008 height "1.25in"
26009 height_special "totalheight"
26010 status collapsed
26011
26012 \begin_layout Standard
26013 \align left
26014 Dieser Boxinhalt wurde horizontal gedehnt.
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \begin_layout Section
26023 Gerahmte Boxen
26024 \begin_inset LatexCommand label
26025 name "abs:Gerahmte-Boxen"
26026
26027 \end_inset
26028
26029
26030 \begin_inset LatexCommand index
26031 name "Boxen ! gerahmte"
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \begin_layout Standard
26039 Mit dem 
26040 \family sans
26041 Box-Einstellungen-
26042 \family default
26043 Dialog können Sie bei 
26044 \family sans
26045 Verzierung
26046 \family default
26047  die Art des Rahmens auswählen:
26048 \end_layout
26049
26050 \begin_layout Description
26051 Rechteckige\InsetSpace ~
26052 Box Um die Box wird ein rechteckiger Rahmen gezogen.
26053  Die Rahmendicke wird durch 
26054 \series bold
26055
26056 \backslash
26057 fboxrule
26058 \series default
26059  festgelegt.
26060  
26061 \begin_inset Box Boxed
26062 position "c"
26063 hor_pos "c"
26064 has_inner_box 1
26065 inner_pos "c"
26066 use_parbox 0
26067 width "21col%"
26068 special "none"
26069 height "1in"
26070 height_special "totalheight"
26071 status collapsed
26072
26073 \begin_layout Standard
26074
26075 \series medium
26076 Rechteckige\InsetSpace ~
26077 Box
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \begin_layout Description
26086 Ovale\InsetSpace ~
26087 Box,\InsetSpace ~
26088 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die
26089  Box.
26090  Die Rahmendicke ist 0.4\InsetSpace \thinspace{}
26091 pt.
26092  
26093 \begin_inset Box ovalbox
26094 position "c"
26095 hor_pos "c"
26096 has_inner_box 1
26097 inner_pos "c"
26098 use_parbox 0
26099 width "20col%"
26100 special "none"
26101 height "1in"
26102 height_special "totalheight"
26103 status collapsed
26104
26105 \begin_layout Standard
26106 Ovale\InsetSpace ~
26107 Box,\InsetSpace ~
26108 dünn
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Description
26117 Ovale\InsetSpace ~
26118 Box,\InsetSpace ~
26119 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die
26120  Box.
26121  Die Rahmendicke ist 0.8\InsetSpace \thinspace{}
26122 pt.
26123  
26124 \begin_inset Box Ovalbox
26125 position "c"
26126 hor_pos "c"
26127 has_inner_box 1
26128 inner_pos "c"
26129 use_parbox 0
26130 width "20col%"
26131 special "none"
26132 height "1in"
26133 height_special "totalheight"
26134 status collapsed
26135
26136 \begin_layout Standard
26137 Ovale\InsetSpace ~
26138 Box,\InsetSpace ~
26139 dick
26140 \end_layout
26141
26142 \end_inset
26143
26144
26145 \end_layout
26146
26147 \begin_layout Description
26148 Schattierte\InsetSpace ~
26149 Box Zeichnet einen Rahmen mit Schatten um die Box.
26150  Die Rahmendicke wird durch 
26151 \series bold
26152
26153 \backslash
26154 fboxrule
26155 \series default
26156  festgelegt, der Schatten ist 4\InsetSpace \thinspace{}
26157 pt breit.
26158 \newline
26159
26160 \begin_inset Box Shadowbox
26161 position "c"
26162 hor_pos "c"
26163 has_inner_box 1
26164 inner_pos "c"
26165 use_parbox 0
26166 width "20col%"
26167 special "none"
26168 height "1in"
26169 height_special "totalheight"
26170 status collapsed
26171
26172 \begin_layout Standard
26173 Schattierte\InsetSpace ~
26174 Box
26175 \end_layout
26176
26177 \end_inset
26178
26179
26180 \end_layout
26181
26182 \begin_layout Description
26183 Doppelt\InsetSpace ~
26184 gerahmte\InsetSpace ~
26185 Box Zeichnet einen doppelten Rahmen um die Box Der innere
26186  Rahmen ist 0.75\InsetSpace \thinspace{}
26187
26188 \series bold
26189
26190 \backslash
26191 fboxrule
26192 \series default
26193  breit, der äußere 1.5\InsetSpace \thinspace{}
26194
26195 \series bold
26196
26197 \backslash
26198 fboxrule
26199 \series default
26200 , der Zwischenraum 1.5\InsetSpace \thinspace{}
26201
26202 \series bold
26203
26204 \backslash
26205 fboxrule
26206 \series default
26207 \InsetSpace \thinspace{}
26208 +\InsetSpace \thinspace{}
26209 0.5\InsetSpace \thinspace{}
26210 pt.
26211  
26212 \begin_inset Box Doublebox
26213 position "c"
26214 hor_pos "c"
26215 has_inner_box 1
26216 inner_pos "c"
26217 use_parbox 0
26218 width "20col%"
26219 special "none"
26220 height "1in"
26221 height_special "totalheight"
26222 status collapsed
26223
26224 \begin_layout Standard
26225 Doppelt\InsetSpace ~
26226 gerahmte\InsetSpace ~
26227 Box
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \begin_layout Standard
26236 \begin_inset VSpace bigskip
26237 \end_inset
26238
26239 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
26240  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
26241 \series bold
26242 fancybox
26243 \series default
26244
26245 \begin_inset LatexCommand index
26246 name "LaTeX-Pakete ! fancybox"
26247
26248 \end_inset
26249
26250  installiert sein.
26251 \end_layout
26252
26253 \begin_layout Standard
26254 \begin_inset VSpace bigskip
26255 \end_inset
26256
26257 Der Standardwert für 
26258 \series bold
26259
26260 \backslash
26261 fboxrule
26262 \series default
26263  ist 0.4\InsetSpace \thinspace{}
26264 pt.
26265  Mit dem folgenden TeX-Code-Befehl kann er auf 2\InsetSpace \thinspace{}
26266 pt gesetzt werden:
26267 \end_layout
26268
26269 \begin_layout Standard
26270
26271 \series bold
26272
26273 \backslash
26274 setlength{
26275 \backslash
26276 fboxrule}{2pt}
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 setlength{
26288 \backslash
26289 fboxrule}{2pt}
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \begin_inset Box Boxed
26296 position "c"
26297 hor_pos "c"
26298 has_inner_box 1
26299 inner_pos "c"
26300 use_parbox 0
26301 width "30col%"
26302 special "none"
26303 height "1in"
26304 height_special "totalheight"
26305 status collapsed
26306
26307 \begin_layout Standard
26308 \align center
26309 Rechteckige Box mit einer Rahmenbreite von 2\InsetSpace \thinspace{}
26310 pt
26311 \end_layout
26312
26313 \end_inset
26314
26315
26316 \begin_inset ERT
26317 status collapsed
26318
26319 \begin_layout Standard
26320
26321
26322 \backslash
26323 setlength{
26324 \backslash
26325 fboxrule}{0.4pt}
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \begin_layout Standard
26334 \noindent
26335 \begin_inset VSpace bigskip
26336 \end_inset
26337
26338 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3\InsetSpace \thinspace{}
26339 pt.
26340  Sie können das ändern, indem Sie den Wert von 
26341 \series bold
26342
26343 \backslash
26344 fboxsep
26345 \series default
26346  mit einem TeX-Code-Befehl ändern:
26347 \end_layout
26348
26349 \begin_layout Standard
26350
26351 \series bold
26352
26353 \backslash
26354 setlength{
26355 \backslash
26356 fboxsep}{10pt}
26357 \end_layout
26358
26359 \begin_layout Standard
26360 setzt den Wert auf 10\InsetSpace \thinspace{}
26361 pt, wie in der folgenden Box:
26362 \end_layout
26363
26364 \begin_layout Standard
26365 \begin_inset ERT
26366 status collapsed
26367
26368 \begin_layout Standard
26369
26370
26371 \backslash
26372 setlength{
26373 \backslash
26374 fboxsep}{10pt}
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \begin_inset Box Boxed
26381 position "c"
26382 hor_pos "c"
26383 has_inner_box 1
26384 inner_pos "c"
26385 use_parbox 0
26386 width "25col%"
26387 special "none"
26388 height "1in"
26389 height_special "totalheight"
26390 status collapsed
26391
26392 \begin_layout Standard
26393 \align center
26394 Rechteckige Box mit 
26395 \series bold
26396
26397 \backslash
26398 fboxsep
26399 \series default
26400 \InsetSpace \thinspace{}
26401 =\InsetSpace \thinspace{}
26402 10\InsetSpace \thinspace{}
26403 pt
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Standard
26413
26414
26415 \backslash
26416 setlength{
26417 \backslash
26418 fboxsep}{3pt}
26419 \end_layout
26420
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \begin_layout Standard
26427 \noindent
26428 \begin_inset VSpace bigskip
26429 \end_inset
26430
26431 Der Durchmesser der abgerundeten Ecken kann mit 
26432 \series bold
26433
26434 \backslash
26435 cornersize
26436 \series default
26437  gesetzt werden.
26438  Der TeX-Code-Befehl
26439 \end_layout
26440
26441 \begin_layout Standard
26442
26443 \series bold
26444
26445 \backslash
26446 cornersize*{1cm}
26447 \end_layout
26448
26449 \begin_layout Standard
26450 setzt den Durchmesser auf 1\InsetSpace \thinspace{}
26451 cm.
26452  Der TeX-Code-Befehl
26453 \end_layout
26454
26455 \begin_layout Standard
26456
26457 \series bold
26458
26459 \backslash
26460 cornersize{num}
26461 \end_layout
26462
26463 \begin_layout Standard
26464 setzt den Durchmesser auf 
26465 \family sans
26466 num\InsetSpace \thinspace{}
26467 ×\InsetSpace \thinspace{}
26468 Minimum(Breite der Box, Höhe der Box)
26469 \family default
26470 .
26471  Der Standardwert ist 
26472 \series bold
26473
26474 \backslash
26475 cornersize{0.5}
26476 \series default
26477 .
26478 \end_layout
26479
26480 \begin_layout Standard
26481 \begin_inset ERT
26482 status collapsed
26483
26484 \begin_layout Standard
26485
26486
26487 \backslash
26488 cornersize*{1.5cm}
26489 \end_layout
26490
26491 \end_inset
26492
26493
26494 \begin_inset Box Ovalbox
26495 position "c"
26496 hor_pos "c"
26497 has_inner_box 1
26498 inner_pos "c"
26499 use_parbox 0
26500 width "30col%"
26501 special "none"
26502 height "1in"
26503 height_special "totalheight"
26504 status collapsed
26505
26506 \begin_layout Standard
26507 \align center
26508 Ovale Box, dicker Rand, mit 
26509 \series bold
26510
26511 \backslash
26512 cornersize
26513 \series default
26514 \InsetSpace \thinspace{}
26515 =\InsetSpace \thinspace{}
26516 1.5\InsetSpace \thinspace{}
26517 cm
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \begin_inset ERT
26524 status collapsed
26525
26526 \begin_layout Standard
26527
26528
26529 \backslash
26530 cornersize{0.5}
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Standard
26539 \noindent
26540 \begin_inset VSpace bigskip
26541 \end_inset
26542
26543 Die Breite des Schattens wird mit 
26544 \series bold
26545
26546 \backslash
26547 shadowsize
26548 \series default
26549  festgelegt.
26550  Mit dem TeX-Code-Befehl
26551 \end_layout
26552
26553 \begin_layout Standard
26554
26555 \series bold
26556
26557 \backslash
26558 setlength{
26559 \backslash
26560 shadowsize}{2pt}
26561 \end_layout
26562
26563 \begin_layout Standard
26564 wird er für die folgende Box auf 2\InsetSpace \thinspace{}
26565 pt festgelegt.
26566 \end_layout
26567
26568 \begin_layout Standard
26569 \begin_inset ERT
26570 status collapsed
26571
26572 \begin_layout Standard
26573
26574
26575 \backslash
26576 setlength{
26577 \backslash
26578 shadowsize}{2pt}
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \begin_inset Box Shadowbox
26585 position "c"
26586 hor_pos "c"
26587 has_inner_box 1
26588 inner_pos "c"
26589 use_parbox 0
26590 width "25col%"
26591 special "none"
26592 height "1in"
26593 height_special "totalheight"
26594 status collapsed
26595
26596 \begin_layout Standard
26597 \align center
26598 Schattierte Box mit 
26599 \series bold
26600
26601 \backslash
26602 shadowsize
26603 \series default
26604 \InsetSpace \thinspace{}
26605 =\InsetSpace \thinspace{}
26606 2\InsetSpace \thinspace{}
26607 pt
26608 \end_layout
26609
26610 \end_inset
26611
26612
26613 \begin_inset ERT
26614 status collapsed
26615
26616 \begin_layout Standard
26617
26618
26619 \backslash
26620 setlength{
26621 \backslash
26622 shadowsize}{4pt}
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \begin_layout Standard
26631 \noindent
26632 \begin_inset VSpace bigskip
26633 \end_inset
26634
26635 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
26636  folgen.
26637 \end_layout
26638
26639 \begin_layout Section
26640 Minipage
26641 \begin_inset LatexCommand label
26642 name "abs:Minipage"
26643
26644 \end_inset
26645
26646
26647 \begin_inset LatexCommand index
26648 name "Boxen ! Minipage"
26649
26650 \end_inset
26651
26652
26653 \end_layout
26654
26655 \begin_layout Standard
26656 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
26657  deshalb unter anderem eigene Fußnoten haben.
26658 \end_layout
26659
26660 \begin_layout Standard
26661 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
26662 \end_layout
26663
26664 \begin_layout Standard
26665 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
26666  Ihre Breite ist 45 Spaltenbreite\InsetSpace ~
26667 %, und sie sind durch einen 
26668 \family sans
26669 HFill
26670 \family default
26671  getrennt (
26672 \family sans
26673 Einfügen\SpecialChar \menuseparator
26674 Formatierung\SpecialChar \menuseparator
26675 Variabler\InsetSpace ~
26676 horiz.\InsetSpace ~
26677 Abstand
26678 \family default
26679 ).
26680 \end_layout
26681
26682 \begin_layout Standard
26683 \noindent
26684 \begin_inset Box Frameless
26685 position "t"
26686 hor_pos "c"
26687 has_inner_box 1
26688 inner_pos "c"
26689 use_parbox 0
26690 width "45col%"
26691 special "none"
26692 height "1in"
26693 height_special "totalheight"
26694 status open
26695
26696 \begin_layout Standard
26697 Dies ist ein deutscher Text.
26698  Dies ist ein deutscher Text.
26699  Dies ist ein deutscher Text.
26700  Dies ist ein deutscher Text.
26701  Dies ist ein deutscher Text.
26702  Dies ist ein deutscher Text.
26703  Dies ist ein deutscher Text.
26704  Dies ist ein deutscher Text.
26705  Dies ist ein deutscher Text.
26706  Dies ist ein deutscher Text.
26707  Dies ist ein deutscher Text.
26708  Dies ist ein deutscher Text.
26709  Dies ist ein deutscher Text
26710 \begin_inset Foot
26711 status open
26712
26713 \begin_layout Standard
26714 Dies ist eine deutsche Fußnote.
26715 \end_layout
26716
26717 \end_inset
26718
26719 .
26720  Dies ist ein deutscher Text.
26721  Dies ist ein deutscher Text.
26722 \end_layout
26723
26724 \end_inset
26725
26726
26727 \hfill
26728
26729 \begin_inset Box Frameless
26730 position "t"
26731 hor_pos "c"
26732 has_inner_box 1
26733 inner_pos "c"
26734 use_parbox 0
26735 width "45col%"
26736 special "none"
26737 height "1in"
26738 height_special "totalheight"
26739 status open
26740
26741 \begin_layout Standard
26742
26743 \lang english
26744 This is an English Text.
26745  This is an English Text.
26746  This is an English Text.
26747  This is an English Text.
26748  This is an English Text.
26749  This is an English Text.
26750  This is an English Text.
26751  This is an English Text.
26752  This is an English Text.
26753  This is an English Text.
26754  This is an English Text.
26755  This is an English Text.
26756  This is an English Text.
26757  This is an English Text.
26758  This is an English Text.
26759  This is an English Text.
26760 \begin_inset Foot
26761 status collapsed
26762
26763 \begin_layout Standard
26764
26765 \lang english
26766 This is an English footnote.
26767 \end_layout
26768
26769 \end_inset
26770
26771  This is an English Text.
26772  
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \begin_layout Standard
26781 \noindent
26782 \begin_inset VSpace bigskip
26783 \end_inset
26784
26785 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
26786  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
26787  auf der die Tabelle gedruckt wird: 
26788 \begin_inset Tabular
26789 <lyxtabular version="3" rows="3" columns="4">
26790 <features>
26791 <column alignment="center" valignment="top" leftline="true" width="0pt">
26792 <column alignment="center" valignment="top" leftline="true" width="0pt">
26793 <column alignment="center" valignment="top" leftline="true" width="0pt">
26794 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26795 <row topline="true">
26796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Standard
26800 1
26801 \end_layout
26802
26803 \end_inset
26804 </cell>
26805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26806 \begin_inset Text
26807
26808 \begin_layout Standard
26809 2
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 3
26819 \begin_inset Foot
26820 status collapsed
26821
26822 \begin_layout Standard
26823 Dies ist eine Fußnote in einer Tabelle.
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Standard
26837 4
26838 \end_layout
26839
26840 \end_inset
26841 </cell>
26842 </row>
26843 <row topline="true">
26844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Standard
26848 a
26849 \end_layout
26850
26851 \end_inset
26852 </cell>
26853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26854 \begin_inset Text
26855
26856 \begin_layout Standard
26857 b
26858 \end_layout
26859
26860 \end_inset
26861 </cell>
26862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26863 \begin_inset Text
26864
26865 \begin_layout Standard
26866 c
26867 \end_layout
26868
26869 \end_inset
26870 </cell>
26871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Standard
26875 d
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 </row>
26881 <row topline="true" bottomline="true">
26882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26883 \begin_inset Text
26884
26885 \begin_layout Standard
26886 e
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26892 \begin_inset Text
26893
26894 \begin_layout Standard
26895 f
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26901 \begin_inset Text
26902
26903 \begin_layout Standard
26904 g
26905 \end_layout
26906
26907 \end_inset
26908 </cell>
26909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26910 \begin_inset Text
26911
26912 \begin_layout Standard
26913 h
26914 \end_layout
26915
26916 \end_inset
26917 </cell>
26918 </row>
26919 </lyxtabular>
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \begin_layout Standard
26927 \noindent
26928 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
26929  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
26930  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
26931  außerhalb.
26932 \end_layout
26933
26934 \begin_layout Standard
26935 \align center
26936 \begin_inset Box Frameless
26937 position "t"
26938 hor_pos "c"
26939 has_inner_box 1
26940 inner_pos "c"
26941 use_parbox 0
26942 width "30col%"
26943 special "none"
26944 height "1in"
26945 height_special "totalheight"
26946 status open
26947
26948 \begin_layout Standard
26949 \align center
26950 \begin_inset Tabular
26951 <lyxtabular version="3" rows="3" columns="4">
26952 <features>
26953 <column alignment="center" valignment="top" leftline="true" width="0pt">
26954 <column alignment="center" valignment="top" leftline="true" width="0pt">
26955 <column alignment="center" valignment="top" leftline="true" width="0pt">
26956 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26957 <row topline="true">
26958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Standard
26962 1
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Standard
26971 2
26972 \end_layout
26973
26974 \end_inset
26975 </cell>
26976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Standard
26980 3
26981 \begin_inset Foot
26982 status collapsed
26983
26984 \begin_layout Standard
26985 Dies ist eine Fußnote in einer Tabelle.
26986 \end_layout
26987
26988 \end_inset
26989
26990
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Standard
26999 4
27000 \end_layout
27001
27002 \end_inset
27003 </cell>
27004 </row>
27005 <row topline="true">
27006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27007 \begin_inset Text
27008
27009 \begin_layout Standard
27010 a
27011 \end_layout
27012
27013 \end_inset
27014 </cell>
27015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27016 \begin_inset Text
27017
27018 \begin_layout Standard
27019 b
27020 \end_layout
27021
27022 \end_inset
27023 </cell>
27024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27025 \begin_inset Text
27026
27027 \begin_layout Standard
27028 c
27029 \end_layout
27030
27031 \end_inset
27032 </cell>
27033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27034 \begin_inset Text
27035
27036 \begin_layout Standard
27037 d
27038 \end_layout
27039
27040 \end_inset
27041 </cell>
27042 </row>
27043 <row topline="true" bottomline="true">
27044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Standard
27048 e
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27054 \begin_inset Text
27055
27056 \begin_layout Standard
27057 f
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27063 \begin_inset Text
27064
27065 \begin_layout Standard
27066 g
27067 \end_layout
27068
27069 \end_inset
27070 </cell>
27071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27072 \begin_inset Text
27073
27074 \begin_layout Standard
27075 h
27076 \end_layout
27077
27078 \end_inset
27079 </cell>
27080 </row>
27081 </lyxtabular>
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \end_inset
27089
27090
27091 \end_layout
27092
27093 \begin_layout Standard
27094 \begin_inset VSpace bigskip
27095 \end_inset
27096
27097 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
27098  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
27099  Absätze nicht eingerückt werden, obwohl Sie das in 
27100 \family sans
27101 Dokument
27102 \family default
27103 \SpecialChar \menuseparator
27104
27105 \family sans
27106 Einstellun\SpecialChar \-
27107 gen\SpecialChar \menuseparator
27108 Textformat
27109 \family default
27110  festgelegt haben.
27111  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
27112  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code-Befehl
27113  
27114 \series bold
27115
27116 \backslash
27117 hspace*{1em}
27118 \series default
27119 .
27120 \end_layout
27121
27122 \begin_layout Standard
27123 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
27124  zu verpassen, siehe Abschnitt\InsetSpace ~
27125
27126 \begin_inset LatexCommand ref
27127 reference "uab:Farbe-für-Absätze"
27128
27129 \end_inset
27130
27131 .
27132 \end_layout
27133
27134 \begin_layout Standard
27135 \begin_inset Note Greyedout
27136 status open
27137
27138 \begin_layout Standard
27139
27140 \series bold
27141 Bemerkung:
27142 \series default
27143  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
27144  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \begin_layout Section
27153 Parbox
27154 \begin_inset LatexCommand label
27155 name "abs:Parbox"
27156
27157 \end_inset
27158
27159
27160 \begin_inset LatexCommand index
27161 name "Boxen ! Parbox"
27162
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \begin_layout Standard
27169 Parbox ist eine Abkürzung für 
27170 \begin_inset Quotes gld
27171 \end_inset
27172
27173 paragraph box
27174 \begin_inset Quotes grd
27175 \end_inset
27176
27177 , was Absatzbox bedeutet.
27178  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
27179  Parboxen einige Einschränkungen.
27180  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
27181  gedruckt.:
27182 \end_layout
27183
27184 \begin_layout Standard
27185 \align center
27186 \begin_inset Box Frameless
27187 position "t"
27188 hor_pos "c"
27189 has_inner_box 1
27190 inner_pos "t"
27191 use_parbox 1
27192 width "33col%"
27193 special "none"
27194 height "1in"
27195 height_special "totalheight"
27196 status collapsed
27197
27198 \begin_layout Standard
27199 Dies ist Text in einer Parbox.
27200  Dies ist Text in einer Parbox.
27201 \end_layout
27202
27203 \begin_layout Standard
27204 Diese Fußnote wird nicht gedruckt:
27205 \begin_inset Foot
27206 status collapsed
27207
27208 \begin_layout Standard
27209 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Standard
27223 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
27224  und Theoreme enthalten.
27225 \end_layout
27226
27227 \begin_layout Section
27228 Boxen für Worte und Buchstaben
27229 \begin_inset LatexCommand index
27230 name "Boxen ! für Buchstaben"
27231
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \begin_layout Subsection
27238 Silbentrennung unterbinden 
27239 \begin_inset LatexCommand label
27240 name "abs:Silbentrennung-unterbinden"
27241
27242 \end_inset
27243
27244
27245 \begin_inset LatexCommand index
27246 name "Boxen ! zur Vermeidung von Silbentrennung"
27247
27248 \end_inset
27249
27250
27251 \end_layout
27252
27253 \begin_layout Standard
27254 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
27255 \newline
27256 Hier
27257  ist ein Beispiel: 
27258 \end_layout
27259
27260 \begin_layout Standard
27261 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
27262 \begin_inset Quotes gld
27263 \end_inset
27264
27265 einsehrsehrsehrlangeswort
27266 \begin_inset Quotes grd
27267 \end_inset
27268
27269 .
27270 \end_layout
27271
27272 \begin_layout Standard
27273 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
27274  soll, den TeX-Code-Befehl
27275 \end_layout
27276
27277 \begin_layout Standard
27278
27279 \series bold
27280
27281 \backslash
27282 mbox{
27283 \end_layout
27284
27285 \begin_layout Standard
27286 ein TeX-Code, Hinter dem Wort fügen Sie 
27287 \series bold
27288
27289 \begin_inset Quotes gld
27290 \end_inset
27291
27292 }
27293 \series default
27294
27295 \begin_inset Quotes grd
27296 \end_inset
27297
27298  als TeX-Code ein.
27299  Hier ist das Ergebnis:
27300 \end_layout
27301
27302 \begin_layout Standard
27303 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
27304 \begin_inset ERT
27305 status collapsed
27306
27307 \begin_layout Standard
27308
27309
27310 \backslash
27311 mbox{
27312 \end_layout
27313
27314 \end_inset
27315
27316
27317 \begin_inset Quotes gld
27318 \end_inset
27319
27320 einsehrsehrsehrlangeswort
27321 \begin_inset Quotes grd
27322 \end_inset
27323
27324
27325 \begin_inset ERT
27326 status collapsed
27327
27328 \begin_layout Standard
27329
27330 }
27331 \end_layout
27332
27333 \end_inset
27334
27335 .
27336 \end_layout
27337
27338 \begin_layout Standard
27339 Alternativ dazu kann man auch den Befehl 
27340 \begin_inset Quotes gld
27341 \end_inset
27342
27343
27344 \series bold
27345
27346 \backslash
27347 -
27348 \series default
27349
27350 \begin_inset Quotes grd
27351 \end_inset
27352
27353  als TeX-Code direkt vor das Wort setzen:
27354 \end_layout
27355
27356 \begin_layout Standard
27357 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
27358 \begin_inset Quotes gld
27359 \end_inset
27360
27361
27362 \begin_inset ERT
27363 status collapsed
27364
27365 \begin_layout Standard
27366
27367
27368 \backslash
27369 -
27370 \end_layout
27371
27372 \end_inset
27373
27374 einsehrsehrsehrlangeswort
27375 \begin_inset Quotes grd
27376 \end_inset
27377
27378 .
27379 \end_layout
27380
27381 \begin_layout Standard
27382 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
27383  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
27384 \series bold
27385 Strg-Eingabe
27386 \series default
27387 ) einfügen: 
27388 \end_layout
27389
27390 \begin_layout Standard
27391 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
27392 \newline
27393
27394 \begin_inset ERT
27395 status collapsed
27396
27397 \begin_layout Standard
27398
27399
27400 \backslash
27401 mbox{
27402 \end_layout
27403
27404 \end_inset
27405
27406
27407 \begin_inset Quotes gld
27408 \end_inset
27409
27410 einsehrsehrsehrlangeswort
27411 \begin_inset Quotes grd
27412 \end_inset
27413
27414
27415 \begin_inset ERT
27416 status collapsed
27417
27418 \begin_layout Standard
27419
27420 }
27421 \end_layout
27422
27423 \end_inset
27424
27425 .
27426 \end_layout
27427
27428 \begin_layout Subsection
27429 Vertikale Ausrichtung
27430 \begin_inset LatexCommand label
27431 name "uab:Vertikale-Ausrichtung"
27432
27433 \end_inset
27434
27435
27436 \begin_inset LatexCommand index
27437 name "Boxen ! für Vertikale Ausrichtung"
27438
27439 \end_inset
27440
27441
27442 \begin_inset LatexCommand index
27443 name "Boxen ! raisebox"
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \begin_layout Standard
27451 Mit dem LaTeX-Befehl 
27452 \series bold
27453
27454 \backslash
27455 raisebox
27456 \series default
27457  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
27458 n Textes ausrichten.
27459  
27460 \series bold
27461
27462 \backslash
27463 raisebox
27464 \series default
27465  wird folgendermaßen benutzt:
27466 \end_layout
27467
27468 \begin_layout Standard
27469
27470 \series bold
27471
27472 \backslash
27473 raisebox{Verschiebung}[oben][unten]{Text}
27474 \end_layout
27475
27476 \begin_layout Standard
27477 Positive Werte für Verschiebung
27478 \series bold
27479  
27480 \series default
27481 verschieben die Box nach oben, negative nach unten.
27482  Die beiden optionalen Parameter 
27483 \family typewriter
27484 oben
27485 \family default
27486  und 
27487 \family typewriter
27488 unten
27489 \family default
27490  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
27491  hinausgeht, wenn sie nicht verschoben ist.
27492 \end_layout
27493
27494 \begin_layout Standard
27495 Um zum Beispiel das Wort 
27496 \begin_inset Quotes gld
27497 \end_inset
27498
27499 provokant
27500 \begin_inset Quotes grd
27501 \end_inset
27502
27503  mit seinem 
27504 \begin_inset Quotes gld
27505 \end_inset
27506
27507 niedrigsten
27508 \begin_inset Quotes grd
27509 \end_inset
27510
27511  Buchstaben 
27512 \begin_inset Quotes gld
27513 \end_inset
27514
27515 p
27516 \begin_inset Quotes grd
27517 \end_inset
27518
27519  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
27520 \end_layout
27521
27522 \begin_layout Standard
27523
27524 \series bold
27525
27526 \backslash
27527 raisebox{
27528 \backslash
27529 depth}{
27530 \end_layout
27531
27532 \begin_layout Standard
27533 vor dem Wort einfügen und 
27534 \begin_inset Quotes gld
27535 \end_inset
27536
27537
27538 \series bold
27539 }
27540 \series default
27541
27542 \begin_inset Quotes grd
27543 \end_inset
27544
27545  als TeX-Code dahinter:
27546 \end_layout
27547
27548 \begin_layout Standard
27549 Dies ist eine Zeile, in der das Wort 
27550 \begin_inset ERT
27551 status collapsed
27552
27553 \begin_layout Standard
27554
27555
27556 \backslash
27557 raisebox{
27558 \backslash
27559 depth}{
27560 \end_layout
27561
27562 \end_inset
27563
27564
27565 \begin_inset Quotes gld
27566 \end_inset
27567
27568 provokant
27569 \begin_inset Quotes grd
27570 \end_inset
27571
27572
27573 \begin_inset ERT
27574 status collapsed
27575
27576 \begin_layout Standard
27577
27578 }
27579 \end_layout
27580
27581 \end_inset
27582
27583  nach oben verschoben wurde.
27584 \end_layout
27585
27586 \begin_layout Standard
27587 \begin_inset VSpace bigskip
27588 \end_inset
27589
27590 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
27591  gedehnt:
27592 \end_layout
27593
27594 \begin_layout Standard
27595 Dies ist eine Zeile, in der das Wort 
27596 \begin_inset ERT
27597 status collapsed
27598
27599 \begin_layout Standard
27600
27601
27602 \backslash
27603 raisebox{-
27604 \backslash
27605 depth}{
27606 \end_layout
27607
27608 \end_inset
27609
27610
27611 \begin_inset Quotes gld
27612 \end_inset
27613
27614 provokant
27615 \begin_inset Quotes grd
27616 \end_inset
27617
27618
27619 \begin_inset ERT
27620 status collapsed
27621
27622 \begin_layout Standard
27623
27624 }
27625 \end_layout
27626
27627 \end_inset
27628
27629  nach unten verschoben wurde.
27630 \end_layout
27631
27632 \begin_layout Standard
27633 Dies ist eine Zeile, in der das Wort 
27634 \begin_inset ERT
27635 status collapsed
27636
27637 \begin_layout Standard
27638
27639
27640 \backslash
27641 raisebox{0.5cm}{
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \begin_inset Quotes gld
27648 \end_inset
27649
27650 testen
27651 \begin_inset Quotes grd
27652 \end_inset
27653
27654
27655 \begin_inset ERT
27656 status collapsed
27657
27658 \begin_layout Standard
27659
27660 }
27661 \end_layout
27662
27663 \end_inset
27664
27665  um 0.5\InsetSpace \thinspace{}
27666 cm nach oben verschoben wurde.
27667 \end_layout
27668
27669 \begin_layout Standard
27670 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
27671 \end_layout
27672
27673 \begin_layout Standard
27674
27675 \series bold
27676
27677 \backslash
27678 raisebox{-
27679 \backslash
27680 depth}[0pt]{
27681 \end_layout
27682
27683 \begin_layout Standard
27684 Dies ist eine Zeile, in der das Wort 
27685 \begin_inset ERT
27686 status collapsed
27687
27688 \begin_layout Standard
27689
27690
27691 \backslash
27692 raisebox{-
27693 \backslash
27694 depth}[0pt]{
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \begin_inset Quotes gld
27701 \end_inset
27702
27703 provokant
27704 \begin_inset Quotes grd
27705 \end_inset
27706
27707
27708 \begin_inset ERT
27709 status collapsed
27710
27711 \begin_layout Standard
27712
27713 }
27714 \end_layout
27715
27716 \end_inset
27717
27718  nach unten verschoben wurde.
27719 \end_layout
27720
27721 \begin_layout Standard
27722 Dies ist eine Zeile, in der das Wort 
27723 \begin_inset ERT
27724 status collapsed
27725
27726 \begin_layout Standard
27727
27728
27729 \backslash
27730 raisebox{0.5cm}[0pt]{
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \begin_inset Quotes gld
27737 \end_inset
27738
27739 testen
27740 \begin_inset Quotes grd
27741 \end_inset
27742
27743
27744 \begin_inset ERT
27745 status collapsed
27746
27747 \begin_layout Standard
27748
27749 }
27750 \end_layout
27751
27752 \end_inset
27753
27754  um 0.5\InsetSpace \thinspace{}
27755 cm nach oben verschoben wurde.
27756  Jetzt überschneiden sich die verschobenen Worte.
27757 \end_layout
27758
27759 \begin_layout Section
27760 Farbige Boxen
27761 \begin_inset LatexCommand label
27762 name "abs:Farbige-Boxen"
27763
27764 \end_inset
27765
27766
27767 \begin_inset LatexCommand index
27768 name "Boxen ! farbige"
27769
27770 \end_inset
27771
27772
27773 \end_layout
27774
27775 \begin_layout Subsection
27776 Text-Hintergrundfarbe
27777 \begin_inset LatexCommand index
27778 name "Farbe ! für Text-Hintergrund"
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \begin_layout Standard
27786 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
27787  sogenannten 
27788 \begin_inset Quotes gld
27789 \end_inset
27790
27791 colorbox
27792 \begin_inset Quotes grd
27793 \end_inset
27794
27795  stehen.
27796  Dafür muss das LaTeX-Paket 
27797 \series bold
27798 color
27799 \series default
27800
27801 \begin_inset LatexCommand index
27802 name "LaTeX-Pakete ! color"
27803
27804 \end_inset
27805
27806  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
27807 \end_layout
27808
27809 \begin_layout Standard
27810
27811 \series bold
27812
27813 \backslash
27814 @ifundef\SpecialChar \textcompwordmark{}
27815 ined{textcolor}
27816 \newline
27817
27818 \begin_inset ERT
27819 status collapsed
27820
27821 \begin_layout Standard
27822
27823
27824 \backslash
27825 hphantom{ }
27826 \end_layout
27827
27828 \end_inset
27829
27830 {
27831 \backslash
27832 usepackage{color}}{}
27833 \end_layout
27834
27835 \begin_layout Standard
27836 Wenn Sie Text einfärben, lädt LyX das Paket 
27837 \series bold
27838 color
27839 \series default
27840  automatisch.
27841 \begin_inset Foot
27842 status collapsed
27843
27844 \begin_layout Standard
27845 Der Befehl 
27846 \series bold
27847
27848 \backslash
27849 @ifundef\SpecialChar \textcompwordmark{}
27850 ined
27851 \series default
27852  vermeidet, dass es in diesem Fall doppelt geladen wird.
27853 \end_layout
27854
27855 \end_inset
27856
27857
27858 \end_layout
27859
27860 \begin_layout Standard
27861 \begin_inset VSpace medskip
27862 \end_inset
27863
27864 Colorboxen werden mit dem Befehl 
27865 \series bold
27866
27867 \backslash
27868 colorbox
27869 \series default
27870  erzeugt:
27871 \end_layout
27872
27873 \begin_layout Standard
27874
27875 \series bold
27876
27877 \backslash
27878 colorbox{Farbe}{Boxinhalt}
27879 \end_layout
27880
27881 \begin_layout Standard
27882 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
27883  Boxen sein.
27884 \end_layout
27885
27886 \begin_layout Standard
27887 Die folgenden Farben sind vordefiniert (
27888 \begin_inset Graphics
27889         filename ../../images/dialog-show_character.png
27890         scale 70
27891         scaleBeforeRotation
27892         BoundingBox 0bp 0bp 22bp 22bp
27893
27894 \end_inset
27895
27896 \SpecialChar \menuseparator
27897
27898 \family sans
27899 Farbe
27900 \family default
27901 ):
27902 \family sans
27903  schwarz
27904 \family default
27905
27906 \family sans
27907 wei
27908 \family default
27909 ß, 
27910 \family sans
27911 rot
27912 \family default
27913 \series bold
27914 ,
27915 \series default
27916  
27917 \family sans
27918 grün
27919 \family default
27920
27921 \family sans
27922 blau
27923 \family default
27924
27925 \family sans
27926 türkis
27927 \family default
27928
27929 \family sans
27930 purpurrot
27931 \family default
27932  und 
27933 \family sans
27934 gelb
27935 \family default
27936 .
27937 \end_layout
27938
27939 \begin_layout Standard
27940 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt\InsetSpace ~
27941
27942 \begin_inset LatexCommand ref
27943 reference "abs:Farbige-Tabellen"
27944
27945 \end_inset
27946
27947  beschrieben.
27948 \end_layout
27949
27950 \begin_layout Standard
27951 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
27952  den TeX-Code-Befehl
27953 \end_layout
27954
27955 \begin_layout Standard
27956
27957 \series bold
27958
27959 \backslash
27960 colorbox{red}{
27961 \end_layout
27962
27963 \begin_layout Standard
27964 vor dem Wort ein.
27965  Hinter dem Wort fügen Sie 
27966 \series bold
27967
27968 \begin_inset Quotes gld
27969 \end_inset
27970
27971 }
27972 \series default
27973
27974 \begin_inset Quotes grd
27975 \end_inset
27976
27977  als TeX-Code ein.
27978  Hier ist das Ergebnis:
27979 \end_layout
27980
27981 \begin_layout Standard
27982 In dieser Zeile hat 
27983 \begin_inset ERT
27984 status collapsed
27985
27986 \begin_layout Standard
27987
27988
27989 \backslash
27990 colorbox{red}{
27991 \end_layout
27992
27993 \end_inset
27994
27995 Achtung!
27996 \begin_inset ERT
27997 status collapsed
27998
27999 \begin_layout Standard
28000
28001 }
28002 \end_layout
28003
28004 \end_inset
28005
28006  einen roten Hintergrund.
28007 \end_layout
28008
28009 \begin_layout Standard
28010 \begin_inset VSpace bigskip
28011 \end_inset
28012
28013 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
28014  
28015 \series bold
28016
28017 \backslash
28018 fcolorbox
28019 \series default
28020  verwenden:
28021 \end_layout
28022
28023 \begin_layout Standard
28024
28025 \series bold
28026
28027 \backslash
28028 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
28029 \end_layout
28030
28031 \begin_layout Standard
28032
28033 \series bold
28034
28035 \backslash
28036 fcolorbox
28037 \series default
28038  ist eine Erweiterung von 
28039 \series bold
28040
28041 \backslash
28042 colorbox
28043 \series default
28044 .
28045  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
28046  
28047 \series bold
28048
28049 \backslash
28050 fboxrule
28051 \series default
28052  und 
28053 \series bold
28054
28055 \backslash
28056 fboxsep
28057 \series default
28058  gesteuert werden, wie in Abschnitt\InsetSpace ~
28059
28060 \begin_inset LatexCommand ref
28061 reference "abs:Gerahmte-Boxen"
28062
28063 \end_inset
28064
28065  beschrieben.
28066 \end_layout
28067
28068 \begin_layout Standard
28069 Für das folgende Beispiel wurde der Befehl
28070 \end_layout
28071
28072 \begin_layout Standard
28073
28074 \series bold
28075
28076 \backslash
28077 fcolorbox{cyan}{magenta}{
28078 \end_layout
28079
28080 \begin_layout Standard
28081 benutzt.
28082  Hier wurden die Rahmendicke und der Abstand auf 1\InsetSpace \thinspace{}
28083 mm gesetzt:
28084 \newline
28085
28086 \begin_inset ERT
28087 status collapsed
28088
28089 \begin_layout Standard
28090
28091
28092 \backslash
28093 fboxrule 1mm 
28094 \backslash
28095 fboxsep 1mm
28096 \end_layout
28097
28098 \end_inset
28099
28100
28101 \begin_inset ERT
28102 status collapsed
28103
28104 \begin_layout Standard
28105
28106
28107 \backslash
28108 fcolorbox{cyan}{green}{
28109 \end_layout
28110
28111 \end_inset
28112
28113 Dies ist Text in einer farbigen, gerahmten Box.
28114 \begin_inset ERT
28115 status collapsed
28116
28117 \begin_layout Standard
28118
28119 }
28120 \end_layout
28121
28122 \end_inset
28123
28124
28125 \end_layout
28126
28127 \begin_layout Standard
28128 \begin_inset VSpace bigskip
28129 \end_inset
28130
28131 Natürlich gibt es auch farbigen Text in einer Colorbox:
28132 \newline
28133
28134 \begin_inset ERT
28135 status collapsed
28136
28137 \begin_layout Standard
28138
28139
28140 \backslash
28141 fcolorbox{cyan}{green}{
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \color yellow
28148 Dies ist farbiger Text in einer farbigen, gerahmten Box.
28149 \color none
28150
28151 \begin_inset ERT
28152 status collapsed
28153
28154 \begin_layout Standard
28155
28156 }
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \begin_inset ERT
28163 status collapsed
28164
28165 \begin_layout Standard
28166
28167
28168 \backslash
28169 fboxrule 0.4pt 
28170 \backslash
28171 fboxsep 3pt
28172 \end_layout
28173
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \begin_layout Standard
28180 \begin_inset VSpace bigskip
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \begin_layout Standard
28187 \begin_inset Note Greyedout
28188 status open
28189
28190 \begin_layout Standard
28191 \noindent
28192
28193 \series bold
28194 Bemerkung:
28195 \series default
28196  Text in Colorboxen kann nicht umgebrochen werden.
28197  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
28198  wie im folgenden beschrieben.
28199 \end_layout
28200
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \begin_layout Subsection
28207 Farbe für Absätze
28208 \begin_inset LatexCommand label
28209 name "uab:Farbe-für-Absätze"
28210
28211 \end_inset
28212
28213
28214 \begin_inset LatexCommand index
28215 name "Farbe ! für Absätze"
28216
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \begin_layout Standard
28223 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
28224  den Text in eine Minipage stellen.
28225  Vor der Minipage fügen Sie den TeX-Code-Befehl
28226 \end_layout
28227
28228 \begin_layout Standard
28229
28230 \series bold
28231
28232 \backslash
28233 colorbox{color}{
28234 \end_layout
28235
28236 \begin_layout Standard
28237 ein.
28238  Hinter der Minipage fügen Sie 
28239 \series bold
28240
28241 \begin_inset Quotes gld
28242 \end_inset
28243
28244 }
28245 \series default
28246
28247 \begin_inset Quotes grd
28248 \end_inset
28249
28250  als TeX-Code ein.
28251 \end_layout
28252
28253 \begin_layout Standard
28254 \begin_inset ERT
28255 status collapsed
28256
28257 \begin_layout Standard
28258
28259
28260 \backslash
28261 colorbox{hellgrau}{
28262 \end_layout
28263
28264 \end_inset
28265
28266
28267 \begin_inset Box Frameless
28268 position "t"
28269 hor_pos "c"
28270 has_inner_box 1
28271 inner_pos "t"
28272 use_parbox 0
28273 width "100col%"
28274 special "none"
28275 height "1in"
28276 height_special "totalheight"
28277 status collapsed
28278
28279 \begin_layout Standard
28280 Dies ist Text mit einer Hintergrundfarbe.
28281  Dies ist Text mit einer Hintergrundfarbe.
28282 \end_layout
28283
28284 \begin_layout Standard
28285 Der Text kann Fußnoten
28286 \begin_inset Foot
28287 status open
28288
28289 \begin_layout Standard
28290 Eine weitere Fußnote
28291 \end_layout
28292
28293 \end_inset
28294
28295  und Tabellen und Abbildungen enthalten.
28296 \end_layout
28297
28298 \begin_layout Standard
28299 \align center
28300 \begin_inset Tabular
28301 <lyxtabular version="3" rows="3" columns="3">
28302 <features>
28303 <column alignment="center" valignment="top" leftline="true" width="0">
28304 <column alignment="center" valignment="top" leftline="true" width="0">
28305 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28306 <row topline="true">
28307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28308 \begin_inset Text
28309
28310 \begin_layout Standard
28311 a
28312 \end_layout
28313
28314 \end_inset
28315 </cell>
28316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28317 \begin_inset Text
28318
28319 \begin_layout Standard
28320 !
28321 \end_layout
28322
28323 \end_inset
28324 </cell>
28325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28326 \begin_inset Text
28327
28328 \begin_layout Standard
28329 3
28330 \end_layout
28331
28332 \end_inset
28333 </cell>
28334 </row>
28335 <row topline="true">
28336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28337 \begin_inset Text
28338
28339 \begin_layout Standard
28340 <
28341 \end_layout
28342
28343 \end_inset
28344 </cell>
28345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28346 \begin_inset Text
28347
28348 \begin_layout Standard
28349 b2
28350 \begin_inset Quotes erd
28351 \end_inset
28352
28353 |
28354 \end_layout
28355
28356 \end_inset
28357 </cell>
28358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28359 \begin_inset Text
28360
28361 \begin_layout Standard
28362 >
28363 \end_layout
28364
28365 \end_inset
28366 </cell>
28367 </row>
28368 <row topline="true" bottomline="true">
28369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28370 \begin_inset Text
28371
28372 \begin_layout Standard
28373 1
28374 \end_layout
28375
28376 \end_inset
28377 </cell>
28378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28379 \begin_inset Text
28380
28381 \begin_layout Standard
28382 §
28383 \end_layout
28384
28385 \end_inset
28386 </cell>
28387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28388 \begin_inset Text
28389
28390 \begin_layout Standard
28391 c
28392 \end_layout
28393
28394 \end_inset
28395 </cell>
28396 </row>
28397 </lyxtabular>
28398
28399 \end_inset
28400
28401
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \begin_inset ERT
28408 status collapsed
28409
28410 \begin_layout Standard
28411
28412 }
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \begin_layout Section
28421 Rotierte und skalierte Boxen
28422 \end_layout
28423
28424 \begin_layout Standard
28425 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
28426 \series bold
28427 graphicx
28428 \series default
28429
28430 \begin_inset LatexCommand index
28431 name "LaTeX-Pakete ! graphicx"
28432
28433 \end_inset
28434
28435  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
28436 \end_layout
28437
28438 \begin_layout Standard
28439
28440 \series bold
28441
28442 \backslash
28443 @ifundefined{rotatebox}
28444 \newline
28445
28446 \begin_inset ERT
28447 status collapsed
28448
28449 \begin_layout Standard
28450
28451
28452 \backslash
28453 hphantom{ }
28454 \end_layout
28455
28456 \end_inset
28457
28458 {
28459 \backslash
28460 usepackage{graphicx}}{}
28461 \end_layout
28462
28463 \begin_layout Standard
28464 \begin_inset Note Greyedout
28465 status open
28466
28467 \begin_layout Standard
28468
28469 \series bold
28470 Bemerkung:
28471 \series default
28472  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
28473  darstellen.
28474  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
28475 \end_layout
28476
28477 \end_inset
28478
28479
28480 \end_layout
28481
28482 \begin_layout Standard
28483 \begin_inset Note Greyedout
28484 status open
28485
28486 \begin_layout Standard
28487
28488 \series bold
28489 Bemerkung:
28490 \series default
28491  Gleitobjekte dürfen nicht in eine rotiere oder skaliere Box gesetzt werden.
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \end_layout
28498
28499 \begin_layout Subsection
28500 Rotierte Boxen
28501 \begin_inset LatexCommand index
28502 name "Boxen ! rotierte"
28503
28504 \end_inset
28505
28506
28507 \begin_inset LatexCommand index
28508 name "Rotiertes Material"
28509
28510 \end_inset
28511
28512
28513 \begin_inset LatexCommand index
28514 name "Abbildungen ! rotierte"
28515
28516 \end_inset
28517
28518
28519 \begin_inset LatexCommand index
28520 name "Tabellen ! rotierte"
28521
28522 \end_inset
28523
28524
28525 \end_layout
28526
28527 \begin_layout Standard
28528 Um Text zu drehen, verwendet man den Befehl 
28529 \series bold
28530
28531 \backslash
28532 rotatebox
28533 \series default
28534  im TeX-Code nach folgendem Schema:
28535 \end_layout
28536
28537 \begin_layout Standard
28538
28539 \series bold
28540
28541 \backslash
28542 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
28543 \end_layout
28544
28545 \begin_layout Standard
28546 Der Drehpunkt wird mit 
28547 \series bold
28548 origin=Position
28549 \series default
28550  angegeben.
28551  Folgende Positionen sind möglich: 
28552 \emph on
28553 c
28554 \emph default
28555  (mittig), 
28556 \emph on
28557 l
28558 \emph default
28559  (links), 
28560 \emph on
28561 r
28562 \emph default
28563  (rechts), 
28564 \emph on
28565 b
28566 \emph default
28567  (unten), 
28568 \emph on
28569 t
28570 \emph default
28571  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
28572  Z.\InsetSpace \thinspace{}
28573 B.
28574  bedeutet 
28575 \emph on
28576 lt
28577 \emph default
28578 , dass sich der Drehpunkt links oben befindet.
28579  Wird kein Drehpunkt angegeben, wird die Position 
28580 \emph on
28581 l
28582 \emph default
28583  verwendet.
28584  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
28585  Gedreht wird gegen den Uhrzeigersinn.
28586 \end_layout
28587
28588 \begin_layout Standard
28589 Im folgenden Beispiel wurde vor dem Text der Befehl 
28590 \series bold
28591
28592 \backslash
28593 rotatebox[origin=c]{60}{
28594 \series default
28595  im TeX-Modus eingegeben.
28596  Nach dem Text wurde die schließende Klammer 
28597 \series bold
28598 }
28599 \series default
28600  wiederum im TeX-Modus eingegeben.
28601 \end_layout
28602
28603 \begin_layout Standard
28604 Dies ist eine Zeile 
28605 \begin_inset ERT
28606 status collapsed
28607
28608 \begin_layout Standard
28609
28610
28611 \backslash
28612 rotatebox[origin=c]{60}{
28613 \end_layout
28614
28615 \end_inset
28616
28617 mit rotiertem
28618 \begin_inset ERT
28619 status collapsed
28620
28621 \begin_layout Standard
28622
28623 }
28624 \end_layout
28625
28626 \end_inset
28627
28628  Text.
28629 \end_layout
28630
28631 \begin_layout Standard
28632 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
28633 \end_layout
28634
28635 \begin_layout Standard
28636 Dies ist eine Zeile 
28637 \begin_inset ERT
28638 status collapsed
28639
28640 \begin_layout Standard
28641
28642
28643 \backslash
28644 rotatebox[origin=r]{-60}{
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \begin_inset Box Doublebox
28651 position "c"
28652 hor_pos "c"
28653 has_inner_box 0
28654 inner_pos "c"
28655 use_parbox 0
28656 width "1in"
28657 special "width"
28658 height "1in"
28659 height_special "totalheight"
28660 status collapsed
28661
28662 \begin_layout Standard
28663 mit rotiertem
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \begin_inset ERT
28670 status collapsed
28671
28672 \begin_layout Standard
28673
28674 }
28675 \end_layout
28676
28677 \end_inset
28678
28679  umrandeten Text 
28680 \begin_inset ERT
28681 status collapsed
28682
28683 \begin_layout Standard
28684
28685
28686 \backslash
28687 rotatebox[origin=lb]{60}{
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28694 \end_inset
28695
28696
28697 \begin_inset ERT
28698 status collapsed
28699
28700 \begin_layout Standard
28701
28702 }
28703 \end_layout
28704
28705 \end_inset
28706
28707  und einer Formel.
28708 \end_layout
28709
28710 \begin_layout Standard
28711 oder ein Bild oder Tabelle:
28712 \end_layout
28713
28714 \begin_layout Standard
28715 Dies ist eine Zeile 
28716 \begin_inset ERT
28717 status collapsed
28718
28719 \begin_layout Standard
28720
28721
28722 \backslash
28723 rotatebox[origin=lb]{90}{
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \begin_inset Graphics
28730         filename ../clipart/platypus.eps
28731         lyxscale 50
28732         width 25col%
28733
28734 \end_inset
28735
28736
28737 \begin_inset ERT
28738 status collapsed
28739
28740 \begin_layout Standard
28741
28742 }
28743 \end_layout
28744
28745 \end_inset
28746
28747  mit einem rotierten Bild 
28748 \begin_inset ERT
28749 status collapsed
28750
28751 \begin_layout Standard
28752
28753
28754 \backslash
28755 rotatebox[origin=l]{-90}{
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \begin_inset Tabular
28762 <lyxtabular version="3" rows="2" columns="2">
28763 <features>
28764 <column alignment="center" valignment="top" leftline="true" width="0">
28765 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28766 <row topline="true">
28767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28768 \begin_inset Text
28769
28770 \begin_layout Standard
28771 q
28772 \end_layout
28773
28774 \end_inset
28775 </cell>
28776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28777 \begin_inset Text
28778
28779 \begin_layout Standard
28780 w
28781 \end_layout
28782
28783 \end_inset
28784 </cell>
28785 </row>
28786 <row topline="true" bottomline="true">
28787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28788 \begin_inset Text
28789
28790 \begin_layout Standard
28791 e
28792 \end_layout
28793
28794 \end_inset
28795 </cell>
28796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28797 \begin_inset Text
28798
28799 \begin_layout Standard
28800 r
28801 \end_layout
28802
28803 \end_inset
28804 </cell>
28805 </row>
28806 </lyxtabular>
28807
28808 \end_inset
28809
28810
28811 \begin_inset ERT
28812 status collapsed
28813
28814 \begin_layout Standard
28815
28816 }
28817 \end_layout
28818
28819 \end_inset
28820
28821  und Tabelle.
28822 \end_layout
28823
28824 \begin_layout Subsection
28825 Skalierte Boxen
28826 \begin_inset LatexCommand index
28827 name "Boxen ! skalierte"
28828
28829 \end_inset
28830
28831
28832 \begin_inset LatexCommand index
28833 name "Skaliertes Material"
28834
28835 \end_inset
28836
28837
28838 \begin_inset LatexCommand index
28839 name "Abbildungen ! skalierte"
28840
28841 \end_inset
28842
28843
28844 \begin_inset LatexCommand index
28845 name "Tabellen ! skalierte"
28846
28847 \end_inset
28848
28849
28850 \end_layout
28851
28852 \begin_layout Standard
28853 Um Text zu skalieren, kann man die Befehle 
28854 \series bold
28855
28856 \backslash
28857 scalebox
28858 \series default
28859  und 
28860 \series bold
28861
28862 \backslash
28863 resizebox
28864 \series default
28865  im TeX-Modus verwenden.
28866 \end_layout
28867
28868 \begin_layout Standard
28869
28870 \series bold
28871
28872 \backslash
28873 scalebox
28874 \series default
28875  wird nach folgendem Schema verwendet:
28876 \end_layout
28877
28878 \begin_layout Standard
28879
28880 \series bold
28881
28882 \backslash
28883 scalebox{horizontal}[vertikal]{Boxinhalt}
28884 \end_layout
28885
28886 \begin_layout Standard
28887 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
28888  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
28889  verwendet.
28890 \end_layout
28891
28892 \begin_layout Standard
28893 Z.\InsetSpace \thinspace{}
28894 B.
28895  ergibt der Befehl 
28896 \series bold
28897
28898 \backslash
28899 scalebox{2}{Hallo}
28900 \series default
28901  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
28902 \begin_inset ERT
28903 status collapsed
28904
28905 \begin_layout Standard
28906
28907
28908 \backslash
28909 scalebox{2}{
28910 \end_layout
28911
28912 \end_inset
28913
28914 Hallo
28915 \begin_inset ERT
28916 status collapsed
28917
28918 \begin_layout Standard
28919
28920 }
28921 \end_layout
28922
28923 \end_inset
28924
28925 .
28926 \end_layout
28927
28928 \begin_layout Standard
28929
28930 \series bold
28931
28932 \backslash
28933 scalebox{2}[1]{Hallo}
28934 \series default
28935  verzerrt hingegen das 
28936 \begin_inset ERT
28937 status collapsed
28938
28939 \begin_layout Standard
28940
28941
28942 \backslash
28943 scalebox{2}[1]{
28944 \end_layout
28945
28946 \end_inset
28947
28948 Hallo
28949 \begin_inset ERT
28950 status collapsed
28951
28952 \begin_layout Standard
28953
28954 }
28955 \end_layout
28956
28957 \end_inset
28958
28959 .
28960 \end_layout
28961
28962 \begin_layout Standard
28963 Die Skalierungsfaktoren dürfen auch negativ sein.
28964  In diesem Fall wird der Boxinhalt gespiegelt.
28965 \end_layout
28966
28967 \begin_layout Standard
28968 Daher lässt sich mit dem Befehl 
28969 \series bold
28970
28971 \backslash
28972 scalebox{-1}[1]{Hallo}
28973 \series default
28974  Spiegelschrift erstellen: 
28975 \begin_inset ERT
28976 status collapsed
28977
28978 \begin_layout Standard
28979
28980
28981 \backslash
28982 scalebox{-1}[1]{
28983 \end_layout
28984
28985 \end_inset
28986
28987 Hallo
28988 \begin_inset ERT
28989 status collapsed
28990
28991 \begin_layout Standard
28992
28993 }
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \end_layout
29000
29001 \begin_layout Standard
29002
29003 \series bold
29004
29005 \backslash
29006 scalebox{1}[-1]{Hallo}
29007 \series default
29008  spiegelt das 
29009 \begin_inset ERT
29010 status collapsed
29011
29012 \begin_layout Standard
29013
29014
29015 \backslash
29016 scalebox{1}[-1]{
29017 \end_layout
29018
29019 \end_inset
29020
29021 Hallo
29022 \begin_inset ERT
29023 status collapsed
29024
29025 \begin_layout Standard
29026
29027 }
29028 \end_layout
29029
29030 \end_inset
29031
29032  an der Grundlinie.
29033 \end_layout
29034
29035 \begin_layout Standard
29036 Zu 
29037 \series bold
29038
29039 \backslash
29040 scalebox{-1}[1]{Boxinhalt}
29041 \series default
29042  gibt es den äquivalenten Befehl
29043 \newline
29044
29045 \series bold
29046
29047 \backslash
29048 ref\SpecialChar \textcompwordmark{}
29049 lectbox{Boxinhalt}
29050 \series default
29051 .
29052 \end_layout
29053
29054 \begin_layout Standard
29055 \begin_inset VSpace bigskip
29056 \end_inset
29057
29058
29059 \series bold
29060
29061 \backslash
29062 resizebox
29063 \series default
29064  verwendet man um den Boxinhalt auf eine bestimmte Höhe bzw.
29065  Breite zu skalieren.
29066  Das Befehlsschema ist folgendes:
29067 \end_layout
29068
29069 \begin_layout Standard
29070
29071 \series bold
29072
29073 \backslash
29074 resizebox{Breite}{Höhe}{Boxinhalt}
29075 \end_layout
29076
29077 \begin_layout Standard
29078 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
29079 \series bold
29080 !
29081 \series default
29082  ein, wird die Größe so gewählt, dass das Aspektverhältnis der Box beibehalten
29083  wird.
29084 \end_layout
29085
29086 \begin_layout Standard
29087 Der Befehl 
29088 \series bold
29089
29090 \backslash
29091 resizebox{2cm}{1cm}{Hallo}
29092 \series default
29093  ergibt: 
29094 \begin_inset ERT
29095 status collapsed
29096
29097 \begin_layout Standard
29098
29099
29100 \backslash
29101 resizebox{2cm}{1cm}{
29102 \end_layout
29103
29104 \end_inset
29105
29106 Hallo
29107 \begin_inset ERT
29108 status collapsed
29109
29110 \begin_layout Standard
29111
29112 }
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \newline
29119 Der Befehl 
29120 \series bold
29121
29122 \backslash
29123 resizebox{2cm}{!}{Hallo}
29124 \series default
29125  ergibt: 
29126 \begin_inset ERT
29127 status collapsed
29128
29129 \begin_layout Standard
29130
29131
29132 \backslash
29133 resizebox{2cm}{!}{
29134 \end_layout
29135
29136 \end_inset
29137
29138 Hallo
29139 \begin_inset ERT
29140 status collapsed
29141
29142 \begin_layout Standard
29143
29144 }
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153 \begin_inset VSpace bigskip
29154 \end_inset
29155
29156
29157 \begin_inset Note Greyedout
29158 status open
29159
29160 \begin_layout Standard
29161
29162 \series bold
29163 Bemerkung:
29164 \series default
29165  Wurde in Argumenten von 
29166 \series bold
29167
29168 \backslash
29169 scalebox
29170 \series default
29171  oder 
29172 \series bold
29173
29174 \backslash
29175 resizebox
29176 \series default
29177  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
29178  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
29179  werden.
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \end_layout
29186
29187 \begin_layout Standard
29188 \begin_inset VSpace bigskip
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \begin_layout Standard
29195 Alle Boxen können beliebig miteinander kombiniert werden.
29196  So ergibt z.\InsetSpace \thinspace{}
29197 B.
29198  der Befehl
29199 \newline
29200
29201 \series bold
29202
29203 \backslash
29204 rotatebox[origin=c]{-45}{
29205 \backslash
29206 resizebox{2cm}{!}{
29207 \backslash
29208 reflectbox{Hallo}}}
29209 \series default
29210 :
29211 \end_layout
29212
29213 \begin_layout Standard
29214 \align center
29215 \begin_inset ERT
29216 status collapsed
29217
29218 \begin_layout Standard
29219
29220
29221 \backslash
29222 rotatebox[origin=c]{-45}{
29223 \backslash
29224 resizebox{2cm}{!}{
29225 \backslash
29226 reflectbox{
29227 \end_layout
29228
29229 \end_inset
29230
29231 Hallo
29232 \begin_inset ERT
29233 status collapsed
29234
29235 \begin_layout Standard
29236
29237 }}}
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \begin_layout Standard
29246 \noindent
29247 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
29248 \end_layout
29249
29250 \begin_layout Standard
29251 \align center
29252 \begin_inset ERT
29253 status collapsed
29254
29255 \begin_layout Standard
29256
29257
29258 \backslash
29259 rotatebox[origin=c]{-30}{
29260 \backslash
29261 resizebox{2cm}{!}{
29262 \backslash
29263 reflectbox{
29264 \end_layout
29265
29266 \end_inset
29267
29268
29269 \begin_inset Graphics
29270         filename ../clipart/platypus.eps
29271         lyxscale 50
29272         width 25col%
29273
29274 \end_inset
29275
29276
29277 \begin_inset ERT
29278 status collapsed
29279
29280 \begin_layout Standard
29281
29282 }}}
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \begin_inset ERT
29289 status collapsed
29290
29291 \begin_layout Standard
29292
29293
29294 \backslash
29295 rotatebox[origin=c]{-45}{
29296 \backslash
29297 resizebox{2cm}{!}{
29298 \backslash
29299 reflectbox{
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \begin_inset Tabular
29306 <lyxtabular version="3" rows="2" columns="2">
29307 <features>
29308 <column alignment="center" valignment="top" leftline="true" width="0">
29309 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29310 <row topline="true">
29311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29312 \begin_inset Text
29313
29314 \begin_layout Standard
29315 q
29316 \end_layout
29317
29318 \end_inset
29319 </cell>
29320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29321 \begin_inset Text
29322
29323 \begin_layout Standard
29324 w
29325 \end_layout
29326
29327 \end_inset
29328 </cell>
29329 </row>
29330 <row topline="true" bottomline="true">
29331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29332 \begin_inset Text
29333
29334 \begin_layout Standard
29335 e
29336 \end_layout
29337
29338 \end_inset
29339 </cell>
29340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29341 \begin_inset Text
29342
29343 \begin_layout Standard
29344 r
29345 \end_layout
29346
29347 \end_inset
29348 </cell>
29349 </row>
29350 </lyxtabular>
29351
29352 \end_inset
29353
29354
29355 \begin_inset ERT
29356 status collapsed
29357
29358 \begin_layout Standard
29359
29360 }}}
29361 \end_layout
29362
29363 \end_inset
29364
29365
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Standard
29370
29371
29372 \backslash
29373 rotatebox[origin=c]{-45}{
29374 \backslash
29375 resizebox{2cm}{!}{
29376 \backslash
29377 reflectbox{
29378 \end_layout
29379
29380 \end_inset
29381
29382
29383 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29384 \end_inset
29385
29386
29387 \begin_inset ERT
29388 status collapsed
29389
29390 \begin_layout Standard
29391
29392 }}}
29393 \end_layout
29394
29395 \end_inset
29396
29397
29398 \end_layout
29399
29400 \begin_layout Standard
29401 Hat man den globalen Formelstil 
29402 \series bold
29403 fleqn
29404 \series default
29405
29406 \begin_inset Foot
29407 status collapsed
29408
29409 \begin_layout Standard
29410 Wenn 
29411 \begin_inset Quotes gld
29412 \end_inset
29413
29414 fleqn
29415 \begin_inset Quotes grd
29416 \end_inset
29417
29418  zu den Dokumentklassen-Optionen hinzugefügt wurde.
29419 \end_layout
29420
29421 \end_inset
29422
29423  gewählt, kann man auch abgesetzte Formeln skalieren.
29424 \end_layout
29425
29426 \begin_layout Chapter
29427 Externe Dateien
29428 \begin_inset LatexCommand index
29429 name "Dateien ! externe"
29430
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \begin_layout Standard
29437 Mit 
29438 \family sans
29439 Einfügen\SpecialChar \menuseparator
29440 Datei
29441 \family default
29442  können Sie fremdes Material in Ihr Dokument einsetzen.
29443  Das kann folgendes sein:
29444 \end_layout
29445
29446 \begin_layout Description
29447 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
29448  eingefügt.
29449 \end_layout
29450
29451 \begin_layout Description
29452 Einfacher\InsetSpace ~
29453 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz
29454  in Ihr Dokument eingefügt.
29455 \end_layout
29456
29457 \begin_layout Description
29458 Einfacher\InsetSpace ~
29459 Text,\InsetSpace ~
29460 Zeilen\InsetSpace ~
29461 verbinden Ein Text-Dokument; Zeilen werden so eingefügt,
29462  wie sie sind.
29463  Leerzeilen trennen die Absätze.
29464 \end_layout
29465
29466 \begin_layout Description
29467 Externes\InsetSpace ~
29468 Material Dateien in verschiedenen Formaten.
29469 \end_layout
29470
29471 \begin_layout Description
29472 Unterdokument LyX- oder LaTeX-Dokumente.
29473 \end_layout
29474
29475 \begin_layout Section
29476 Externes Material
29477 \begin_inset LatexCommand index
29478 name "Externes Material"
29479
29480 \end_inset
29481
29482
29483 \end_layout
29484
29485 \begin_layout Standard
29486 Mit 
29487 \family sans
29488 Einfügen\SpecialChar \menuseparator
29489 Datei\SpecialChar \menuseparator
29490  Externes Material
29491 \family default
29492  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
29493  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
29494  weil LyX sich darum kümmert.
29495  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
29496  eingefügt werden können.
29497 \end_layout
29498
29499 \begin_layout Standard
29500 Zur Zeit können Sie folgende Dateitypen (
29501 \family sans
29502 Vorlagen
29503 \family default
29504 ) benutzen:
29505 \end_layout
29506
29507 \begin_layout Description
29508 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
29509 \begin_inset ERT
29510 status collapsed
29511
29512 \begin_layout Standard
29513
29514
29515 \backslash
29516 href{http://en.wikipedia.org/wiki/XBoard}{
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \series bold
29523 XBoard
29524 \series default
29525
29526 \begin_inset ERT
29527 status collapsed
29528
29529 \begin_layout Standard
29530
29531 }
29532 \end_layout
29533
29534 \end_inset
29535
29536  erzeugt wurden.
29537 \end_layout
29538
29539 \begin_layout Description
29540 Datum fügt ein Datum mit dem Format 
29541 \emph on
29542 Tag-Monat-Jahr
29543 \emph default
29544  ein.
29545  Hier ist ein Beispiel: 
29546 \begin_inset External
29547         template Date
29548         filename .
29549
29550 \end_inset
29551
29552 .
29553 \newline
29554 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
29555  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
29556  Menü 
29557 \family sans
29558 Einfügen\SpecialChar \menuseparator
29559 Datum
29560 \family default
29561  und mit dem LaTeX-Befehl 
29562 \series bold
29563
29564 \backslash
29565 today
29566 \series default
29567 .
29568  Die verschiedenen Methoden werden in Tabelle\InsetSpace ~
29569
29570 \begin_inset LatexCommand ref
29571 reference "tab:Vergleich-der-Datums-Eingaben"
29572
29573 \end_inset
29574
29575  verglichen.
29576 \end_layout
29577
29578 \begin_layout Description
29579 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
29580 \begin_inset ERT
29581 status collapsed
29582
29583 \begin_layout Standard
29584
29585
29586 \backslash
29587 href{http://en.wikipedia.org/wiki/LilyPond}{
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \series bold
29594 LilyPond
29595 \series default
29596
29597 \begin_inset ERT
29598 status collapsed
29599
29600 \begin_layout Standard
29601
29602 }
29603 \end_layout
29604
29605 \end_inset
29606
29607  schreiben.
29608 \end_layout
29609
29610 \begin_layout Description
29611 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
29612  Fast alle bekannten Bildformate werden unterstützt.
29613  Die Bilddateien können im Dialogfenster 
29614 \family sans
29615 Externes\InsetSpace ~
29616 Material
29617 \family default
29618  genauso behandelt werden wie die mit dem normalen 
29619 \family sans
29620 Grafik
29621 \family default
29622 -Dialog eingefügten, siehe Abschnitt\InsetSpace ~
29623
29624 \begin_inset LatexCommand ref
29625 reference "abs:Grafik-Dialog"
29626
29627 \end_inset
29628
29629 .
29630  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
29631  und EPS-Bilder werden nicht unterstützt.
29632 \end_layout
29633
29634 \begin_layout Description
29635 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
29636 \begin_inset ERT
29637 status collapsed
29638
29639 \begin_layout Standard
29640
29641
29642 \backslash
29643 href{http://en.wikipedia.org/wiki/Xfig}{
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \series bold
29650 Xfig
29651 \series default
29652
29653 \begin_inset ERT
29654 status collapsed
29655
29656 \begin_layout Standard
29657
29658 }
29659 \end_layout
29660
29661 \end_inset
29662
29663  erzeugt wurden.
29664 \end_layout
29665
29666 \begin_layout Standard
29667 \begin_inset Float table
29668 placement h
29669 wide false
29670 sideways false
29671 status open
29672
29673 \begin_layout Standard
29674 \begin_inset Caption
29675
29676 \begin_layout Standard
29677 \begin_inset LatexCommand label
29678 name "tab:Vergleich-der-Datums-Eingaben"
29679
29680 \end_inset
29681
29682 Vergleich der Datums-Eingaben
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \end_layout
29689
29690 \begin_layout Standard
29691 \align center
29692 \begin_inset Tabular
29693 <lyxtabular version="3" rows="4" columns="4">
29694 <features>
29695 <column alignment="center" valignment="top" leftline="true" width="0">
29696 <column alignment="center" valignment="top" leftline="true" width="0">
29697 <column alignment="center" valignment="top" leftline="true" width="0">
29698 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29699 <row topline="true">
29700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29701 \begin_inset Text
29702
29703 \begin_layout Standard
29704 Dokumentformat
29705 \end_layout
29706
29707 \end_inset
29708 </cell>
29709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29710 \begin_inset Text
29711
29712 \begin_layout Standard
29713
29714 \family sans
29715 Externes Material\SpecialChar \menuseparator
29716 Datum
29717 \end_layout
29718
29719 \end_inset
29720 </cell>
29721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29722 \begin_inset Text
29723
29724 \begin_layout Standard
29725
29726 \family sans
29727 Einfügen\SpecialChar \menuseparator
29728 Datum
29729 \end_layout
29730
29731 \end_inset
29732 </cell>
29733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29734 \begin_inset Text
29735
29736 \begin_layout Standard
29737 Befehl 
29738 \series bold
29739
29740 \backslash
29741 today
29742 \end_layout
29743
29744 \end_inset
29745 </cell>
29746 </row>
29747 <row topline="true">
29748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29749 \begin_inset Text
29750
29751 \begin_layout Standard
29752 LyX
29753 \end_layout
29754
29755 \end_inset
29756 </cell>
29757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29758 \begin_inset Text
29759
29760 \begin_layout Standard
29761 als Box
29762 \end_layout
29763
29764 \end_inset
29765 </cell>
29766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29767 \begin_inset Text
29768
29769 \begin_layout Standard
29770 als Datum
29771 \end_layout
29772
29773 \end_inset
29774 </cell>
29775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29776 \begin_inset Text
29777
29778 \begin_layout Standard
29779 als TeX-Code-Befehl
29780 \end_layout
29781
29782 \end_inset
29783 </cell>
29784 </row>
29785 <row topline="true">
29786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29787 \begin_inset Text
29788
29789 \begin_layout Standard
29790 LaTeX
29791 \end_layout
29792
29793 \end_inset
29794 </cell>
29795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29796 \begin_inset Text
29797
29798 \begin_layout Standard
29799 als Datum
29800 \end_layout
29801
29802 \end_inset
29803 </cell>
29804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29805 \begin_inset Text
29806
29807 \begin_layout Standard
29808 als Datum
29809 \end_layout
29810
29811 \end_inset
29812 </cell>
29813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29814 \begin_inset Text
29815
29816 \begin_layout Standard
29817 als Befehl
29818 \end_layout
29819
29820 \end_inset
29821 </cell>
29822 </row>
29823 <row topline="true" bottomline="true">
29824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29825 \begin_inset Text
29826
29827 \begin_layout Standard
29828 DVI, PDF, PS
29829 \end_layout
29830
29831 \end_inset
29832 </cell>
29833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29834 \begin_inset Text
29835
29836 \begin_layout Standard
29837 als Datum
29838 \end_layout
29839
29840 \end_inset
29841 </cell>
29842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29843 \begin_inset Text
29844
29845 \begin_layout Standard
29846 als Datum
29847 \end_layout
29848
29849 \end_inset
29850 </cell>
29851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29852 \begin_inset Text
29853
29854 \begin_layout Standard
29855 als Datum
29856 \end_layout
29857
29858 \end_inset
29859 </cell>
29860 </row>
29861 </lyxtabular>
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \end_inset
29869
29870
29871 \end_layout
29872
29873 \begin_layout Standard
29874 Wenn Sie im Dialogfenster
29875 \family sans
29876  Externes\InsetSpace ~
29877 Material 
29878 \family default
29879 in der Karteikarte
29880 \family sans
29881  Datei
29882 \family default
29883  die Option 
29884 \family sans
29885 Entwurf
29886 \family default
29887  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
29888 \end_layout
29889
29890 \begin_layout Standard
29891 LyX kann externes Material entweder als Box wie hier: 
29892 \begin_inset Graphics
29893         filename clipart/ExternesMaterialQt4.png
29894         lyxscale 80
29895         scale 60
29896         scaleBeforeRotation
29897
29898 \end_inset
29899
29900  oder als Bild darstellen.
29901  Das hängt davon ab, ob Sie im Dialogfenster
29902 \family sans
29903  Externes\InsetSpace ~
29904 Material 
29905 \family default
29906 in der Karteikarte 
29907 \family sans
29908 LyX-Ansicht
29909 \family default
29910  die Option 
29911 \family sans
29912 in\InsetSpace ~
29913 LyX\InsetSpace ~
29914 anzeigen
29915 \family default
29916  gewählt haben oder nicht.
29917 \end_layout
29918
29919 \begin_layout Standard
29920 Im LyX-Handbuch 
29921 \family sans
29922 \emph on
29923 Anpassung
29924 \family default
29925 \emph default
29926  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
29927 \end_layout
29928
29929 \begin_layout Section
29930 Unterdokumente
29931 \begin_inset LatexCommand label
29932 name "abs:Unterdokumente"
29933
29934 \end_inset
29935
29936
29937 \begin_inset LatexCommand index
29938 name "Unterdokument"
29939
29940 \end_inset
29941
29942
29943 \end_layout
29944
29945 \begin_layout Standard
29946 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
29947  oder Abschnitten bestehen.
29948  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
29949  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
29950 \end_layout
29951
29952 \begin_layout Standard
29953 Unterdokumente werden in LyX als Box angezeigt: 
29954 \begin_inset Graphics
29955         filename clipart/UnterdokumentQt4.png
29956         lyxscale 80
29957         scale 60
29958         scaleBeforeRotation
29959
29960 \end_inset
29961
29962 .
29963  Sie werden über
29964 \family sans
29965  Einfügen\SpecialChar \menuseparator
29966 Datei\SpecialChar \menuseparator
29967 Unterdokument
29968 \family default
29969  eingebunden, was das Dialogfenster
29970 \family sans
29971  Unterdokument
29972 \family default
29973  öffnet.
29974  Für 
29975 \family sans
29976 die Art\InsetSpace ~
29977 der\InsetSpace ~
29978 Einbindung
29979 \family default
29980  gibt es dort vier Möglichkeiten:
29981 \end_layout
29982
29983 \begin_layout Description
29984 Include Sie können LyX- und LaTeX-Dokumente einbinden.
29985  Wenn Sie im Dialogfenster
29986 \family sans
29987  Unterdokument
29988 \family default
29989  auf 
29990 \family sans
29991 Öffnen
29992 \family default
29993  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
29994  und sie können es editieren.
29995 \newline
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 Hier wird ein Unterdokument
30001 \family sans
30002  
30003 \family default
30004 per 
30005 \family sans
30006 Include
30007 \family default
30008  eingebunden: 
30009 \begin_inset Include \include{DummyDocument1.lyx}
30010 preview false
30011
30012 \end_inset
30013
30014 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
30015  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
30016  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
30017 s.
30018  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt\InsetSpace ~
30019
30020 \begin_inset LatexCommand ref
30021 reference "uab:Externer-Unterabschnitt-1"
30022
30023 \end_inset
30024
30025 .
30026 \end_layout
30027
30028 \begin_layout Standard
30029 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
30030  wird benutzt.
30031  Unterdokumente, die per 
30032 \family sans
30033 Include
30034 \family default
30035  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
30036  und enden mit einem Seitenumbruch.
30037 \end_layout
30038
30039 \begin_layout Standard
30040 Mit dem LaTeX-Befehl 
30041 \series bold
30042
30043 \backslash
30044 includeonly 
30045 \series default
30046 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
30047  erstellt werden soll.
30048  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
30049  sehen wollen, und es geht schneller.
30050  
30051 \series bold
30052
30053 \backslash
30054 includeonly
30055 \series default
30056  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
30057  Im folgenden Beispiel:
30058 \end_layout
30059
30060 \begin_layout Standard
30061
30062 \series bold
30063
30064 \backslash
30065 includeonly{Kapitel1,Kapitel5}
30066 \end_layout
30067
30068 \begin_layout Standard
30069 werden nur die Dateien 
30070 \begin_inset Quotes gld
30071 \end_inset
30072
30073 Kapitel1.lyx
30074 \begin_inset Quotes grd
30075 \end_inset
30076
30077  (oder 
30078 \begin_inset Quotes gld
30079 \end_inset
30080
30081 Kapitel1.tex
30082 \begin_inset Quotes grd
30083 \end_inset
30084
30085 ) und 
30086 \begin_inset Quotes gld
30087 \end_inset
30088
30089 Kapitel5.lyx
30090 \begin_inset Quotes grd
30091 \end_inset
30092
30093
30094 \series bold
30095  
30096 \series default
30097 eingebunden.
30098 \end_layout
30099
30100 \begin_layout Standard
30101 \begin_inset Note Greyedout
30102 status open
30103
30104 \begin_layout Standard
30105
30106 \series bold
30107 Bemerkung:
30108 \series default
30109  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
30110  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
30111  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
30112  Ergebnissen führen wird.
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \begin_layout Description
30121 Input Diese Methode ist 
30122 \family sans
30123 Include
30124 \family default
30125  sehr ähnlich mit folgenden Unterschieden:
30126 \end_layout
30127
30128 \begin_deeper
30129 \begin_layout Itemize
30130 Unterdokumente, die per 
30131 \family sans
30132 Input
30133 \family default
30134  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
30135  Seite und enden NICHT mit einem Seitenumbruch.
30136 \end_layout
30137
30138 \begin_layout Itemize
30139 Unterdokumente, die per 
30140 \family sans
30141 Input
30142 \family default
30143  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
30144 \family sans
30145  Unterdokument Vorschau\InsetSpace ~
30146 anzeigen
30147 \family default
30148  angekreuzt wurde und in den LyX-
30149 \family sans
30150 Einstellungen\SpecialChar \menuseparator
30151 Aussehen\InsetSpace ~
30152 &\InsetSpace ~
30153 Handhabung\SpecialChar \menuseparator
30154 Grafik Sofortige\InsetSpace ~
30155 Vorschau
30156 \family default
30157  auf 
30158 \family sans
30159 An
30160 \family default
30161  gesetzt wurde.
30162  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
30163  aus.
30164 \end_layout
30165
30166 \begin_layout Itemize
30167 Der LaTeX-Befehl 
30168 \series bold
30169
30170 \backslash
30171 includeonly
30172 \series default
30173  kann nicht benutzt werden.
30174 \end_layout
30175
30176 \end_deeper
30177 \begin_layout Standard
30178 Hier ist ein Unterdokument, das mit
30179 \family sans
30180  Input
30181 \family default
30182  eingebunden wurde: 
30183 \begin_inset Include \input{DummyDocument2.lyx}
30184 preview false
30185
30186 \end_inset
30187
30188 .
30189 \end_layout
30190
30191 \begin_layout Description
30192 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
30193   In der Druckvorschau wird für den Text der Stil 
30194 \family typewriter
30195 Schreibmaschine
30196 \family default
30197  verwendet.
30198  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
30199  Wenn Sie im Dialogfenster
30200 \family sans
30201  Unterdokument Leerzeichen\InsetSpace ~
30202 bei\InsetSpace ~
30203 der\InsetSpace ~
30204 Ausgabe\InsetSpace ~
30205 kennzeichnen 
30206 \family default
30207 ankreuzen, wird in der Druckvorschau das Zeichen 
30208 \begin_inset Quotes gld
30209 \end_inset
30210
30211
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Standard
30216
30217
30218 \backslash
30219 textvisiblespace 
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \begin_inset Quotes grd
30226 \end_inset
30227
30228  für jedes Leerzeichen eingefügt.
30229 \newline
30230 Im Gegensatz zu 
30231 \family sans
30232 Einfügen\SpecialChar \menuseparator
30233 Datei\SpecialChar \menuseparator
30234 Einfacher\InsetSpace ~
30235 Text
30236 \family default
30237  wird bei 
30238 \family sans
30239 Unformatiert
30240 \family default
30241  der Dateiinhalt in LyX nicht dargestellt.
30242 \end_layout
30243
30244 \begin_layout Standard
30245 Hier ist ein Unterdokument, das mit
30246 \family sans
30247  Unformatiert
30248 \family default
30249  eingebunden wurde: 
30250 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
30251 preview false
30252
30253 \end_inset
30254
30255
30256 \begin_inset VSpace bigskip
30257 \end_inset
30258
30259 Hier ist ein Unterdokument, das mit
30260 \family sans
30261  Unformatiert
30262 \family default
30263  eingebunden wurde und
30264 \family sans
30265  Leerzeichen\InsetSpace ~
30266 bei\InsetSpace ~
30267 der\InsetSpace ~
30268 Ausgabe\InsetSpace ~
30269 kennzeichnen
30270 \family default
30271  angekreuzt hat: 
30272 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
30273 preview false
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \begin_inset VSpace bigskip
30282 \end_inset
30283
30284
30285 \end_layout
30286
30287 \begin_layout Standard
30288 \begin_inset Note Greyedout
30289 status open
30290
30291 \begin_layout Standard
30292
30293 \series bold
30294 Bemerkung:
30295 \series default
30296  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
30297  
30298 \family sans
30299 Unformatiert
30300 \family default
30301  eingebunden werden, am Zeilenende nicht umgebrochen.
30302 \end_layout
30303
30304 \end_inset
30305
30306
30307 \end_layout
30308
30309 \begin_layout Description
30310 Listing Dieser Typ wird in Kapitel\InsetSpace ~
30311
30312 \begin_inset LatexCommand ref
30313 reference "kap:Programm-Code-Listen"
30314
30315 \end_inset
30316
30317  beschrieben.
30318 \end_layout
30319
30320 \begin_layout Standard
30321 \begin_inset Note Greyedout
30322 status open
30323
30324 \begin_layout Standard
30325
30326 \series bold
30327 Bemerkung:
30328 \series default
30329  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
30330  das zu LaTeX-Problemen führen.
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \end_layout
30337
30338 \begin_layout Chapter
30339 Programm-Code-Listen
30340 \begin_inset LatexCommand label
30341 name "kap:Programm-Code-Listen"
30342
30343 \end_inset
30344
30345
30346 \begin_inset LatexCommand index
30347 name "Listen"
30348
30349 \end_inset
30350
30351
30352 \begin_inset LatexCommand index
30353 name "Programm-Code"
30354
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \begin_layout Standard
30361 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
30362 \family sans
30363 Einfügen\SpecialChar \menuseparator
30364 Pro\SpecialChar \-
30365 gramm\SpecialChar \-
30366 listing
30367 \family default
30368  verwenden.
30369  Das LaTeX-Paket 
30370 \series bold
30371 listings
30372 \series default
30373
30374 \begin_inset LatexCommand index
30375 name "LaTeX-Pakete ! listings"
30376
30377 \end_inset
30378
30379  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
30380 \end_layout
30381
30382 \begin_layout Standard
30383 Ein Rechtsklick auf das 
30384 \family sans
30385 Listing
30386 \family default
30387 -Kästchen öffnet das Dialogfenster 
30388 \family sans
30389 Programm\SpecialChar \-
30390 listing-Einstellungen
30391 \family default
30392 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
30393 \end_layout
30394
30395 \begin_layout Standard
30396 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
30397  Die 
30398 \family sans
30399 Platzierung
30400 \family default
30401 -Option 
30402 \family sans
30403 Eingebettetes\InsetSpace ~
30404 Listing
30405 \family default
30406  druckt das Listing in der Zeile wie hier: 
30407 \begin_inset listings
30408 lstparams "language={C++}"
30409 inline true
30410 status open
30411
30412 \begin_layout Standard
30413
30414 int a=5;
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \newline
30421 Die Option 
30422 \family sans
30423 Gleitobjekt
30424 \family default
30425  erzeugt ein Listing-Gleitobjekt, dessen 
30426 \family sans
30427 Platzierung 
30428 \family default
30429 Sie mit 
30430 \family sans
30431 h
30432 \family default
30433
30434 \family sans
30435 t
30436 \family default
30437
30438 \family sans
30439 b
30440 \family default
30441  und 
30442 \family sans
30443 p
30444 \family default
30445 , analog zu den in Abschnitt\InsetSpace ~
30446
30447 \begin_inset LatexCommand ref
30448 reference "abs:Gleitobjekt-Platzierung"
30449
30450 \end_inset
30451
30452  beschriebenen Platzierungsoptionen festlegen können.
30453  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
30454  hintereinander angegeben, z.\InsetSpace \thinspace{}
30455 B.
30456  
30457 \begin_inset Quotes gld
30458 \end_inset
30459
30460
30461 \family sans
30462 htbp
30463 \family default
30464
30465 \begin_inset Quotes grd
30466 \end_inset
30467
30468 .
30469  Die Option 
30470 \begin_inset Quotes eld
30471 \end_inset
30472
30473 h
30474 \begin_inset Quotes erd
30475 \end_inset
30476
30477  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
30478  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
30479 \end_layout
30480
30481 \begin_layout Standard
30482 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
30483  zu verweisen: Listing\InsetSpace ~
30484
30485 \begin_inset LatexCommand ref
30486 reference "lst:Gleitendes-Programm-Listing"
30487
30488 \end_inset
30489
30490 .
30491 \end_layout
30492
30493 \begin_layout Standard
30494 \begin_inset listings
30495 lstparams "language=Python"
30496 inline false
30497 status open
30498
30499 \begin_layout Standard
30500
30501 \begin_inset Caption
30502
30503 \begin_layout Standard
30504 \begin_inset LatexCommand label
30505 name "lst:Gleitendes-Programm-Listing"
30506
30507 \end_inset
30508
30509 Gleitendes Programm-Listing
30510 \end_layout
30511
30512 \end_inset
30513
30514 # Gleitendes Programm-Listing
30515 \end_layout
30516
30517 \begin_layout Standard
30518
30519 def func(param):
30520 \end_layout
30521
30522 \begin_layout Standard
30523
30524     'Dies ist eine Python-Funktion'
30525 \end_layout
30526
30527 \begin_layout Standard
30528
30529     pass
30530 \end_layout
30531
30532 \end_inset
30533
30534
30535 \end_layout
30536
30537 \begin_layout Standard
30538 Wenn Sie eine Programmier-
30539 \family sans
30540 Sprache
30541 \family default
30542  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
30543  gedruckt, wie 
30544 \emph on
30545 #
30546 \emph default
30547
30548 \emph on
30549 def
30550 \emph default
30551  und 
30552 \emph on
30553 pass
30554 \emph default
30555  in Listing\InsetSpace ~
30556
30557 \begin_inset LatexCommand ref
30558 reference "lst:Gleitendes-Programm-Listing"
30559
30560 \end_inset
30561
30562 .
30563 \end_layout
30564
30565 \begin_layout Standard
30566 \begin_inset Note Greyedout
30567 status open
30568
30569 \begin_layout Standard
30570
30571 \series bold
30572 Bemerkung:
30573 \series default
30574  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
30575 \family typewriter
30576 Schreib\SpecialChar \-
30577 maschine
30578 \family default
30579  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
30580 h keine fett gedruckten Buchstaben.
30581  Wählen Sie in diesem Fall eine andere Schrift für 
30582 \family typewriter
30583 Schreibmaschine
30584 \family default
30585  im Menü 
30586 \family sans
30587 Dokument\SpecialChar \menuseparator
30588 Einstellungen\SpecialChar \menuseparator
30589 Schriften
30590 \family default
30591 .
30592  (Die Schriften 
30593 \emph on
30594 LuxiMono, BeraMono
30595 \emph default
30596  and 
30597 \emph on
30598 Courier
30599 \emph default
30600  enthalten fett gedruckte Buchstaben.)
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \begin_layout Standard
30609 Im Abschnitt 
30610 \family sans
30611 Zeilennummerierung
30612 \family default
30613  des Dialog 
30614 \family sans
30615 Programm\SpecialChar \-
30616 listing-Einstellungen
30617 \family default
30618 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
30619  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
30620  werden soll und die 
30621 \family sans
30622 Schriftgröße
30623 \family default
30624  der Nummerierung.
30625 \end_layout
30626
30627 \begin_layout Standard
30628 Im Abschnitt 
30629 \family sans
30630 Bereich
30631 \family default
30632  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
30633  Im Abschnitt 
30634 \family sans
30635 Stil
30636 \family default
30637  legen Sie fest, wie die Liste ausgedruckt werden soll.
30638  Die Option 
30639 \family sans
30640 Erweiterte\InsetSpace ~
30641 Zeichentabelle
30642 \family default
30643  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
30644 \end_layout
30645
30646 \begin_layout Standard
30647 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
30648  Sprache 
30649 \begin_inset Quotes gld
30650 \end_inset
30651
30652 Python
30653 \begin_inset Quotes grd
30654 \end_inset
30655
30656 , den Optionen 
30657 \family sans
30658 Erweiterte\InsetSpace ~
30659 Zeichentabelle
30660 \family default
30661  und 
30662 \family sans
30663 Leerzeichen\InsetSpace ~
30664 als\InsetSpace ~
30665 Symbol
30666 \family default
30667  und Bereich 3\InsetSpace \thinspace{}
30668 -\InsetSpace \thinspace{}
30669 8:
30670 \end_layout
30671
30672 \begin_layout Standard
30673 \begin_inset listings
30674 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
30675 inline false
30676 status open
30677
30678 \begin_layout Standard
30679
30680 def func(param):
30681 \end_layout
30682
30683 \begin_layout Standard
30684
30685     'Dies ist eine Python-Funktion'
30686 \end_layout
30687
30688 \begin_layout Standard
30689
30690     pass
30691 \end_layout
30692
30693 \begin_layout Standard
30694
30695 def func(param):
30696 \end_layout
30697
30698 \begin_layout Standard
30699
30700 'Sonderzeichen: Tschüß'
30701 \end_layout
30702
30703 \begin_layout Standard
30704
30705 pass
30706 \end_layout
30707
30708 \begin_layout Standard
30709
30710 def func(param):
30711 \end_layout
30712
30713 \begin_layout Standard
30714
30715 'Dies ist eine Python-Funktion'
30716 \end_layout
30717
30718 \begin_layout Standard
30719
30720 pass
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \end_layout
30727
30728 \begin_layout Standard
30729 \noindent
30730 \begin_inset Note Greyedout
30731 status open
30732
30733 \begin_layout Standard
30734
30735 \series bold
30736 Bemerkung:
30737 \series default
30738  Wegen eines Fehlers im 
30739 \series bold
30740 listings
30741 \series default
30742  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
30743  verschoben.
30744  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
30745  Liste nummeriert werden.
30746 \end_layout
30747
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \begin_layout Standard
30754 \begin_inset VSpace bigskip
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Standard
30761 \noindent
30762 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
30763  Das machen Sie mit
30764 \family sans
30765  Einfügen\SpecialChar \menuseparator
30766 Datei\SpecialChar \menuseparator
30767 Unterdokument
30768 \family default
30769  und der 
30770 \family sans
30771 Art\InsetSpace ~
30772 der\InsetSpace ~
30773 Einbindung
30774 \family default
30775  
30776 \family sans
30777 Listing
30778 \family default
30779 .
30780 \begin_inset Foot
30781 status collapsed
30782
30783 \begin_layout Standard
30784 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt\InsetSpace ~
30785
30786 \begin_inset LatexCommand ref
30787 reference "abs:Unterdokumente"
30788
30789 \end_inset
30790
30791  beschrieben.
30792 \end_layout
30793
30794 \end_inset
30795
30796  Im Dialogfenster
30797 \family sans
30798  Unterdokument
30799 \family default
30800  können Sie die Listing-Parameters unter 
30801 \family sans
30802 Weitere\InsetSpace ~
30803 Parameter
30804 \family default
30805  eingeben.
30806  Wenn Sie dort ein Fragezeichen 
30807 \begin_inset Quotes gld
30808 \end_inset
30809
30810 ?
30811 \begin_inset Quotes grd
30812 \end_inset
30813
30814  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
30815 det.
30816 \end_layout
30817
30818 \begin_layout Standard
30819 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
30820  Text ins Feld 
30821 \family sans
30822 Marke
30823 \family default
30824 , auf die dann wie üblich verwiesen werden kann.
30825 \end_layout
30826
30827 \begin_layout Standard
30828 Listing\InsetSpace ~
30829
30830 \begin_inset LatexCommand ref
30831 reference "lst:Datei-Listing"
30832
30833 \end_inset
30834
30835  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10\InsetSpace \thinspace{}
30836 -\InsetSpace \thinspace{}
30837 15
30838  gedruckt werden.
30839 \end_layout
30840
30841 \begin_layout Standard
30842 \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]
30843 preview false
30844
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \begin_layout Standard
30851 \begin_inset VSpace bigskip
30852 \end_inset
30853
30854
30855 \end_layout
30856
30857 \begin_layout Standard
30858 \noindent
30859 Dokumentweite Listing-Eigenschaften können in
30860 \family sans
30861  Dokument\SpecialChar \menuseparator
30862 Einstellungen\SpecialChar \menuseparator
30863 Text\SpecialChar \-
30864 for\SpecialChar \-
30865 mat\SpecialChar \menuseparator
30866 Listing-Einstellungen
30867 \family default
30868  festgelegt werden.
30869  Auch dort bekommt man durch Eingabe eines Fragezeichens 
30870 \begin_inset Quotes gld
30871 \end_inset
30872
30873 ?
30874 \begin_inset Quotes grd
30875 \end_inset
30876
30877  links davon eine Liste aller möglichen Parameter.
30878 \end_layout
30879
30880 \begin_layout Standard
30881 Weitere Informationen über das 
30882 \series bold
30883 listings
30884 \series default
30885 -Paket finden Sie in 
30886 \begin_inset LatexCommand cite
30887 key "listings"
30888
30889 \end_inset
30890
30891 .
30892 \newpage
30893
30894 \end_layout
30895
30896 \begin_layout Chapter
30897 \start_of_appendix
30898 In LyX verfügbare Maßeinheiten
30899 \begin_inset LatexCommand label
30900 name "kap:In-LyX-verfügbare"
30901
30902 \end_inset
30903
30904
30905 \begin_inset LatexCommand index
30906 name "Einheiten"
30907
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \begin_layout Standard
30914 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
30915  Tabelle\InsetSpace ~
30916
30917 \begin_inset LatexCommand ref
30918 reference "tab:Maßeinheiten"
30919
30920 \end_inset
30921
30922  alle in LyX verfügbaren Maßeinheiten.
30923 \end_layout
30924
30925 \begin_layout Standard
30926 \begin_inset Float table
30927 placement h
30928 wide false
30929 sideways false
30930 status open
30931
30932 \begin_layout Standard
30933 \begin_inset Caption
30934
30935 \begin_layout Standard
30936 \begin_inset LatexCommand label
30937 name "tab:Maßeinheiten"
30938
30939 \end_inset
30940
30941 Maßeinheiten
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Standard
30950 \begin_inset VSpace medskip
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \begin_layout Standard
30957 \align center
30958 \begin_inset Tabular
30959 <lyxtabular version="3" rows="20" columns="2">
30960 <features>
30961 <column alignment="center" valignment="top" leftline="true" width="0">
30962 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
30963 <row topline="true" bottomline="true">
30964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30965 \begin_inset Text
30966
30967 \begin_layout Standard
30968
30969 \series bold
30970 Maßeinheit
30971 \end_layout
30972
30973 \end_inset
30974 </cell>
30975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30976 \begin_inset Text
30977
30978 \begin_layout Standard
30979
30980 \series bold
30981 Name/Beschreibung
30982 \end_layout
30983
30984 \end_inset
30985 </cell>
30986 </row>
30987 <row topline="true">
30988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30989 \begin_inset Text
30990
30991 \begin_layout Standard
30992 mm
30993 \end_layout
30994
30995 \end_inset
30996 </cell>
30997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30998 \begin_inset Text
30999
31000 \begin_layout Standard
31001 Millimeter
31002 \end_layout
31003
31004 \end_inset
31005 </cell>
31006 </row>
31007 <row topline="true">
31008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31009 \begin_inset Text
31010
31011 \begin_layout Standard
31012 cm
31013 \end_layout
31014
31015 \end_inset
31016 </cell>
31017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31018 \begin_inset Text
31019
31020 \begin_layout Standard
31021 Zentimeter
31022 \end_layout
31023
31024 \end_inset
31025 </cell>
31026 </row>
31027 <row topline="true">
31028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31029 \begin_inset Text
31030
31031 \begin_layout Standard
31032 in
31033 \end_layout
31034
31035 \end_inset
31036 </cell>
31037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31038 \begin_inset Text
31039
31040 \begin_layout Standard
31041 Zoll (1\InsetSpace \thinspace{}
31042 in = 2.54\InsetSpace \thinspace{}
31043 cm
31044 \end_layout
31045
31046 \end_inset
31047 </cell>
31048 </row>
31049 <row topline="true">
31050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31051 \begin_inset Text
31052
31053 \begin_layout Standard
31054 pt
31055 \end_layout
31056
31057 \end_inset
31058 </cell>
31059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31060 \begin_inset Text
31061
31062 \begin_layout Standard
31063 Punkt (72.27\InsetSpace \thinspace{}
31064 pt = 1\InsetSpace \thinspace{}
31065 in)
31066 \end_layout
31067
31068 \end_inset
31069 </cell>
31070 </row>
31071 <row topline="true">
31072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31073 \begin_inset Text
31074
31075 \begin_layout Standard
31076 pc
31077 \end_layout
31078
31079 \end_inset
31080 </cell>
31081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31082 \begin_inset Text
31083
31084 \begin_layout Standard
31085 Pica (1\InsetSpace \thinspace{}
31086 pc = 12\InsetSpace \thinspace{}
31087 pt)
31088 \end_layout
31089
31090 \end_inset
31091 </cell>
31092 </row>
31093 <row topline="true">
31094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31095 \begin_inset Text
31096
31097 \begin_layout Standard
31098 sp
31099 \end_layout
31100
31101 \end_inset
31102 </cell>
31103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31104 \begin_inset Text
31105
31106 \begin_layout Standard
31107 skalierter Punkt (65536\InsetSpace \thinspace{}
31108 sp = 1\InsetSpace \thinspace{}
31109 pt)
31110 \end_layout
31111
31112 \end_inset
31113 </cell>
31114 </row>
31115 <row topline="true">
31116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31117 \begin_inset Text
31118
31119 \begin_layout Standard
31120 bp
31121 \end_layout
31122
31123 \end_inset
31124 </cell>
31125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31126 \begin_inset Text
31127
31128 \begin_layout Standard
31129 großer Punkt (72\InsetSpace \thinspace{}
31130 bp = 1\InsetSpace \thinspace{}
31131 in)
31132 \end_layout
31133
31134 \end_inset
31135 </cell>
31136 </row>
31137 <row topline="true">
31138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31139 \begin_inset Text
31140
31141 \begin_layout Standard
31142 dd
31143 \end_layout
31144
31145 \end_inset
31146 </cell>
31147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31148 \begin_inset Text
31149
31150 \begin_layout Standard
31151 Didot (1\InsetSpace \thinspace{}
31152 dd 
31153 \begin_inset Formula $\approx$
31154 \end_inset
31155
31156  0,376\InsetSpace \thinspace{}
31157 mm)
31158 \end_layout
31159
31160 \end_inset
31161 </cell>
31162 </row>
31163 <row topline="true">
31164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31165 \begin_inset Text
31166
31167 \begin_layout Standard
31168 cc
31169 \end_layout
31170
31171 \end_inset
31172 </cell>
31173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31174 \begin_inset Text
31175
31176 \begin_layout Standard
31177 Cicero (1\InsetSpace \thinspace{}
31178 cc = 12\InsetSpace \thinspace{}
31179 dd)
31180 \end_layout
31181
31182 \end_inset
31183 </cell>
31184 </row>
31185 <row topline="true">
31186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31187 \begin_inset Text
31188
31189 \begin_layout Standard
31190 Skalierung%
31191 \end_layout
31192
31193 \end_inset
31194 </cell>
31195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Standard
31199 % der originalen Bildbreite
31200 \end_layout
31201
31202 \end_inset
31203 </cell>
31204 </row>
31205 <row topline="true">
31206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Standard
31210 Textbreite %
31211 \end_layout
31212
31213 \end_inset
31214 </cell>
31215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31216 \begin_inset Text
31217
31218 \begin_layout Standard
31219 % der Textbreite
31220 \end_layout
31221
31222 \end_inset
31223 </cell>
31224 </row>
31225 <row topline="true">
31226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31227 \begin_inset Text
31228
31229 \begin_layout Standard
31230 Spaltenbreite %
31231 \end_layout
31232
31233 \end_inset
31234 </cell>
31235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31236 \begin_inset Text
31237
31238 \begin_layout Standard
31239 % der Spaltenbreite
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 </row>
31245 <row topline="true">
31246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31247 \begin_inset Text
31248
31249 \begin_layout Standard
31250 Seitenbreite %
31251 \end_layout
31252
31253 \end_inset
31254 </cell>
31255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31256 \begin_inset Text
31257
31258 \begin_layout Standard
31259 % der Seitenbreite
31260 \end_layout
31261
31262 \end_inset
31263 </cell>
31264 </row>
31265 <row topline="true">
31266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31267 \begin_inset Text
31268
31269 \begin_layout Standard
31270 Zeilenbreite %
31271 \end_layout
31272
31273 \end_inset
31274 </cell>
31275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31276 \begin_inset Text
31277
31278 \begin_layout Standard
31279 % der Zeilenbreite
31280 \end_layout
31281
31282 \end_inset
31283 </cell>
31284 </row>
31285 <row topline="true">
31286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31287 \begin_inset Text
31288
31289 \begin_layout Standard
31290 Texthöhe %
31291 \end_layout
31292
31293 \end_inset
31294 </cell>
31295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31296 \begin_inset Text
31297
31298 \begin_layout Standard
31299 % der Texthöhe
31300 \end_layout
31301
31302 \end_inset
31303 </cell>
31304 </row>
31305 <row topline="true">
31306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31307 \begin_inset Text
31308
31309 \begin_layout Standard
31310 Seitenhöhe %
31311 \end_layout
31312
31313 \end_inset
31314 </cell>
31315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31316 \begin_inset Text
31317
31318 \begin_layout Standard
31319 % der Seitenhöhe
31320 \end_layout
31321
31322 \end_inset
31323 </cell>
31324 </row>
31325 <row topline="true">
31326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31327 \begin_inset Text
31328
31329 \begin_layout Standard
31330 ex
31331 \end_layout
31332
31333 \end_inset
31334 </cell>
31335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31336 \begin_inset Text
31337
31338 \begin_layout Standard
31339 Die Höhe des Buchstabens 
31340 \emph on
31341 x
31342 \emph default
31343  im aktiven Zeichensatz
31344 \end_layout
31345
31346 \end_inset
31347 </cell>
31348 </row>
31349 <row topline="true">
31350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Standard
31354 em
31355 \end_layout
31356
31357 \end_inset
31358 </cell>
31359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31360 \begin_inset Text
31361
31362 \begin_layout Standard
31363 Die Breite des Buchstabens 
31364 \emph on
31365 M
31366 \emph default
31367  im aktiven Zeichensatz
31368 \end_layout
31369
31370 \end_inset
31371 </cell>
31372 </row>
31373 <row topline="true" bottomline="true">
31374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31375 \begin_inset Text
31376
31377 \begin_layout Standard
31378 mu
31379 \end_layout
31380
31381 \end_inset
31382 </cell>
31383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31384 \begin_inset Text
31385
31386 \begin_layout Standard
31387 mathematische  Maßeinheit
31388 \series bold
31389  
31390 \series default
31391 (1\InsetSpace \thinspace{}
31392 mu = 1/18\InsetSpace \thinspace{}
31393 em)
31394 \end_layout
31395
31396 \end_inset
31397 </cell>
31398 </row>
31399 </lyxtabular>
31400
31401 \end_inset
31402
31403
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \end_layout
31410
31411 \begin_layout Chapter
31412 Ausgabedatei-Formate mit Grafiken
31413 \begin_inset LatexCommand label
31414 name "kap:Ausgabedatei-Formate"
31415
31416 \end_inset
31417
31418
31419 \end_layout
31420
31421 \begin_layout Section
31422 DVI
31423 \begin_inset LatexCommand index
31424 name "Dateiformat! DVI"
31425
31426 \end_inset
31427
31428
31429 \begin_inset LatexCommand index
31430 name "DVI"
31431
31432 \end_inset
31433
31434
31435 \end_layout
31436
31437 \begin_layout Standard
31438 Dieser Dateityp hat die Erweiterung 
31439 \begin_inset Quotes gld
31440 \end_inset
31441
31442
31443 \family typewriter
31444 .dvi
31445 \family default
31446
31447 \begin_inset Quotes grd
31448 \end_inset
31449
31450  und wird 
31451 \begin_inset Quotes gld
31452 \end_inset
31453
31454 device-independent
31455 \begin_inset Quotes grd
31456 \end_inset
31457
31458  genannt, weil er vollkommen portierbar ist.
31459  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
31460  dvi-Betrachter installiert hat.
31461  
31462 \family typewriter
31463 .dvi
31464 \family default
31465 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
31466  wie PostScript benutzt.
31467 \end_layout
31468
31469 \begin_layout Standard
31470 \begin_inset Note Greyedout
31471 status open
31472
31473 \begin_layout Standard
31474
31475 \series bold
31476 Bemerkung:
31477 \series default
31478  
31479 \family typewriter
31480 .dvi
31481 \family default
31482 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
31483 \end_layout
31484
31485 \end_inset
31486
31487
31488 \end_layout
31489
31490 \begin_layout Standard
31491 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
31492 \family typewriter
31493 .dvi
31494 \family default
31495 -Datei auf einen anderen Computer kopieren.
31496  Dies Eigenschaft kann Ihren Computer verlangsamen.
31497  wenn Sie die 
31498 \family typewriter
31499 .dvi
31500 \family default
31501 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
31502  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
31503 \family typewriter
31504 .dvi
31505 \family default
31506 -Datei
31507 \family typewriter
31508  
31509 \family default
31510 blättern.
31511
31512 \family typewriter
31513  
31514 \family default
31515 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
31516  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
31517  
31518 \end_layout
31519
31520 \begin_layout Standard
31521 Sie können Ihr Dokument als DVI über das Menü 
31522 \family sans
31523 Datei\SpecialChar \menuseparator
31524 Exportieren\SpecialChar \menuseparator
31525 DVI
31526 \family default
31527  exportieren.
31528  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
31529 \family sans
31530 Ansicht
31531 \family default
31532  oder den Werkzeugleistenknopf 
31533 \begin_inset Graphics
31534         filename ../../images/buffer-view_dvi.png
31535         scale 85
31536         scaleBeforeRotation
31537
31538 \end_inset
31539
31540  anschauen.
31541 \end_layout
31542
31543 \begin_layout Section
31544 PostScript
31545 \begin_inset LatexCommand label
31546 name "abs:PostScript"
31547
31548 \end_inset
31549
31550
31551 \begin_inset LatexCommand index
31552 name "Dateiformat  ! PostScript"
31553
31554 \end_inset
31555
31556
31557 \begin_inset LatexCommand index
31558 name "PostScript"
31559
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \begin_layout Standard
31566 Dieser Dateityp hat die Erweiterung 
31567 \begin_inset Quotes gld
31568 \end_inset
31569
31570
31571 \family typewriter
31572 .ps
31573 \family default
31574
31575 \begin_inset Quotes grd
31576 \end_inset
31577
31578 .
31579  PostScript wurde von der Firma
31580 \family typewriter
31581  Adobe
31582 \family default
31583  als Druckersprache entwickelt.
31584  Die Datei enthält deshalb Druckbefehle.
31585  PostScript kann als 
31586 \begin_inset Quotes gld
31587 \end_inset
31588
31589 Programmiersprache
31590 \begin_inset Quotes grd
31591 \end_inset
31592
31593  angesehen werden.
31594  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
31595 \begin_inset Foot
31596 status collapsed
31597
31598 \begin_layout Standard
31599 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
31600  von
31601 \series bold
31602  PSTricks
31603 \series default
31604  
31605 \begin_inset LatexCommand cite
31606 key "pstricks"
31607
31608 \end_inset
31609
31610  oder 
31611 \begin_inset LatexCommand cite
31612 key "latex-praxisbuch"
31613
31614 \end_inset
31615
31616  ansehen.
31617 \end_layout
31618
31619 \end_inset
31620
31621 .
31622  Wegen dieser Möglichkeiten sind 
31623 \family typewriter
31624 .ps
31625 \family default
31626 -Dateien oft größer als 
31627 \family typewriter
31628 .pdf
31629 \family default
31630 -Dateien.
31631 \end_layout
31632
31633 \begin_layout Standard
31634 PostScript kann nur Bilder im Format EPS
31635 \begin_inset LatexCommand index
31636 name "EPS"
31637
31638 \end_inset
31639
31640  (Encapsulated PostScript, Datei-Er\SpecialChar \-
31641 wei\SpecialChar \-
31642 te\SpecialChar \-
31643 rung 
31644 \begin_inset Quotes gld
31645 \end_inset
31646
31647
31648 \family typewriter
31649 .eps
31650 \family default
31651
31652 \begin_inset Quotes grd
31653 \end_inset
31654
31655 ) enthalten.
31656  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
31657  intern nach EPS konvertiert werden.
31658  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
31659  verlangsamen.
31660  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
31661  konvertieren und direkt als EPS einfügen.
31662 \end_layout
31663
31664 \begin_layout Standard
31665 Sie können Ihr Dokument als PostScript über das Menü 
31666 \family sans
31667 Datei\SpecialChar \menuseparator
31668 Exportieren\SpecialChar \menuseparator
31669 PostScript
31670 \family default
31671  exportieren.
31672  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
31673 \family sans
31674 Ansicht
31675 \family default
31676  oder den Werkzeugleistenknopf 
31677 \begin_inset Graphics
31678         filename ../../images/buffer-view_ps.png
31679         scale 85
31680         scaleBeforeRotation
31681
31682 \end_inset
31683
31684  anschauen.
31685 \end_layout
31686
31687 \begin_layout Section
31688 PDF
31689 \begin_inset LatexCommand label
31690 name "abs:PDF"
31691
31692 \end_inset
31693
31694
31695 \begin_inset LatexCommand index
31696 name "Dateiformat! PDF"
31697
31698 \end_inset
31699
31700
31701 \begin_inset LatexCommand index
31702 name "PDF"
31703
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \begin_layout Standard
31710 Dieser Dateityp hat die Erweiterung 
31711 \begin_inset Quotes gld
31712 \end_inset
31713
31714
31715 \family typewriter
31716 .pdf
31717 \family default
31718
31719 \begin_inset Quotes grd
31720 \end_inset
31721
31722 .
31723  Das
31724 \emph on
31725  
31726 \emph default
31727
31728 \begin_inset Quotes gld
31729 \end_inset
31730
31731 Portable Document Format
31732 \begin_inset Quotes grd
31733 \end_inset
31734
31735  (PDF) wurde auch von der Firma 
31736 \family typewriter
31737 Adobe
31738 \family default
31739  als Derivat von PostScript entwickelt.
31740  Es ist komprimierter und benutzt weniger Befehle als PostScript.
31741  Wie der Begriff 
31742 \begin_inset Quotes gld
31743 \end_inset
31744
31745 portable
31746 \begin_inset Quotes grd
31747 \end_inset
31748
31749  (übertragbar) vermuten lässt, kann eine 
31750 \family typewriter
31751 .pdf
31752 \family default
31753 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
31754  gleich aus.
31755 \end_layout
31756
31757 \begin_layout Standard
31758 PDF kann Bilder im eigenen PDF-Format, im Format 
31759 \begin_inset Quotes gld
31760 \end_inset
31761
31762 Joint Photographic Experts Group
31763 \begin_inset Quotes grd
31764 \end_inset
31765
31766  (JPEG
31767 \begin_inset LatexCommand index
31768 name "JPG, JPEG"
31769
31770 \end_inset
31771
31772 , Datei-Erweiterung 
31773 \begin_inset Quotes gld
31774 \end_inset
31775
31776
31777 \family typewriter
31778 .jpg
31779 \family default
31780
31781 \begin_inset Quotes grd
31782 \end_inset
31783
31784  oder 
31785 \begin_inset Quotes gld
31786 \end_inset
31787
31788
31789 \family typewriter
31790 .jpeg
31791 \family default
31792
31793 \begin_inset Quotes grd
31794 \end_inset
31795
31796 ) und im Format 
31797 \begin_inset Quotes gld
31798 \end_inset
31799
31800 Portable Network Graphics
31801 \begin_inset Quotes grd
31802 \end_inset
31803
31804  (PNG
31805 \begin_inset LatexCommand index
31806 name "PNG"
31807
31808 \end_inset
31809
31810 , Datei-Erweiterung 
31811 \begin_inset Quotes gld
31812 \end_inset
31813
31814
31815 \family typewriter
31816 .png
31817 \family default
31818
31819 \begin_inset Quotes grd
31820 \end_inset
31821
31822 ) enthalten.
31823  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
31824  Sie konvertieren wird.
31825  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
31826  wird, eines der drei erwähnten Bildformate zu benutzen.
31827 \end_layout
31828
31829 \begin_layout Standard
31830 PDF-Dateien können Sie über 
31831 \family sans
31832 Datei\SpecialChar \menuseparator
31833 Exportieren
31834 \family default
31835  auf drei Arten erzeugen:
31836 \end_layout
31837
31838 \begin_layout Description
31839 PDF\InsetSpace ~
31840 (ps2pdf) benutzt das Programm
31841 \family typewriter
31842  ps2pdf
31843 \family default
31844 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
31845  Die PostScript-Version wird Programm 
31846 \family typewriter
31847 dvips
31848 \family default
31849  aus einer DVI-Version erstellt.
31850  Es werden also drei Konvertierungen verwendet.
31851 \end_layout
31852
31853 \begin_layout Description
31854 PDF\InsetSpace ~
31855 (dvipdfm) benutzt das Programm 
31856 \family typewriter
31857 dvipdfm
31858 \family default
31859 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
31860  PDF konvertiert.
31861 \end_layout
31862
31863 \begin_layout Description
31864 PDF\InsetSpace ~
31865 (pdflatex) benutzt das Programm
31866 \family typewriter
31867  pdftex
31868 \family default
31869 , das Ihr Dokument direkt nach PDF konvertiert.
31870 \end_layout
31871
31872 \begin_layout Standard
31873
31874 \family sans
31875 PDF\InsetSpace ~
31876 (pdflatex)
31877 \family default
31878  wird empfohlen, weil
31879 \family typewriter
31880  pdftex
31881 \family default
31882  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
31883  ohne Probleme arbeitet.
31884  Das Programm 
31885 \family typewriter
31886 dvi\SpecialChar \-
31887 pdfm
31888 \family default
31889  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
31890 \end_layout
31891
31892 \begin_layout Standard
31893 Sie können Ihr Dokument als PDF über das Menü 
31894 \family sans
31895 Datei\SpecialChar \menuseparator
31896 Exportieren\SpecialChar \menuseparator
31897 PDF
31898 \family default
31899  exportieren.
31900  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
31901 \family sans
31902 Ansicht
31903 \family default
31904  oder den Werkzeugleistenknopf 
31905 \begin_inset Graphics
31906         filename ../../images/buffer-view_pdf2.png
31907         scale 85
31908         scaleBeforeRotation
31909
31910 \end_inset
31911
31912  anschauen 
31913 \family sans
31914 (
31915 \family default
31916 der 
31917 \family sans
31918 PDF\InsetSpace ~
31919 (pdflatex)
31920 \family default
31921  verwendet).
31922 \end_layout
31923
31924 \begin_layout Chapter
31925 Erklärung der Gleichung\InsetSpace ~
31926
31927 \begin_inset LatexCommand eqref
31928 reference "eq:Wgn"
31929
31930 \end_inset
31931
31932
31933 \begin_inset LatexCommand label
31934 name "kap:Exläuterung-einer-Gleichung"
31935
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Standard
31942 Die Gesamtbreite von
31943 \emph on
31944  n
31945 \emph default
31946  Tabellenzellen 
31947 \begin_inset Formula $W_{\mathrm{tot\, n}}$
31948 \end_inset
31949
31950  kann wie folgt berechnet werden:
31951 \end_layout
31952
31953 \begin_layout Standard
31954 \begin_inset Formula \begin{equation}
31955 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}
31956
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \begin_layout Standard
31963 Dabei ist 
31964 \begin_inset Formula $W_{g\, n}$
31965 \end_inset
31966
31967  die Breite jeder Zelle.
31968
31969 \series bold
31970  
31971 \backslash
31972 tabcolsep
31973 \series default
31974  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
31975  Standardwert 6\InsetSpace \thinspace{}
31976 pt.
31977  
31978 \series bold
31979
31980 \backslash
31981 arrayrulewidth
31982 \series default
31983  ist die Dicke der Zellgrenze mit dem Standardwert 0.4\InsetSpace \thinspace{}
31984 pt.
31985 \end_layout
31986
31987 \begin_layout Standard
31988 Nach Gleichung\InsetSpace ~
31989
31990 \begin_inset LatexCommand ref
31991 reference "eq:Wtot_n"
31992
31993 \end_inset
31994
31995  ist die Gesamtbreite einer Mehrfachspalte, 
31996 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
31997 \end_inset
31998
31999 ,
32000 \end_layout
32001
32002 \begin_layout Standard
32003 \begin_inset Formula \begin{equation}
32004 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32005
32006 \end_inset
32007
32008
32009 \end_layout
32010
32011 \begin_layout Standard
32012 Setzt man die Gleichungen\InsetSpace ~
32013
32014 \begin_inset LatexCommand ref
32015 reference "eq:Wtot_n"
32016
32017 \end_inset
32018
32019  und 
32020 \begin_inset LatexCommand ref
32021 reference "eq:Wtot_mult"
32022
32023 \end_inset
32024
32025  gleich, kann man die benötigte Breite 
32026 \begin_inset Formula $W_{g\, n}$
32027 \end_inset
32028
32029 , wenn 
32030 \emph on
32031 n
32032 \emph default
32033  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
32034 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32035 \end_inset
32036
32037  hat, berechnen:
32038 \end_layout
32039
32040 \begin_layout Standard
32041 \begin_inset Formula \begin{equation}
32042 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32043
32044 \end_inset
32045
32046
32047 \end_layout
32048
32049 \begin_layout Bibliography
32050 \begin_inset LatexCommand bibitem
32051 key "booktabs"
32052
32053 \end_inset
32054
32055
32056 \begin_inset ERT
32057 status collapsed
32058
32059 \begin_layout Standard
32060
32061
32062 \backslash
32063 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
32064 {
32065 \end_layout
32066
32067 \end_inset
32068
32069
32070 \series bold
32071 booktabs
32072 \series default
32073
32074 \begin_inset ERT
32075 status collapsed
32076
32077 \begin_layout Standard
32078
32079 }
32080 \end_layout
32081
32082 \end_inset
32083
32084 -Dokumentation im Internet
32085 \begin_inset LatexCommand index
32086 name "LaTeX-Pakete ! booktabs"
32087
32088 \end_inset
32089
32090
32091 \end_layout
32092
32093 \begin_layout Bibliography
32094 \begin_inset LatexCommand bibitem
32095 key "caption"
32096
32097 \end_inset
32098
32099
32100 \begin_inset ERT
32101 status collapsed
32102
32103 \begin_layout Standard
32104
32105
32106 \backslash
32107 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pd
32108 f}{
32109 \end_layout
32110
32111 \end_inset
32112
32113
32114 \series bold
32115 caption
32116 \series default
32117
32118 \begin_inset ERT
32119 status collapsed
32120
32121 \begin_layout Standard
32122
32123 }
32124 \end_layout
32125
32126 \end_inset
32127
32128 -Dokumentation im Internet
32129 \begin_inset LatexCommand index
32130 name "LaTeX-Pakete ! caption"
32131
32132 \end_inset
32133
32134
32135 \end_layout
32136
32137 \begin_layout Bibliography
32138 \begin_inset LatexCommand bibitem
32139 key "endfloat"
32140
32141 \end_inset
32142
32143
32144 \begin_inset ERT
32145 status collapsed
32146
32147 \begin_layout Standard
32148
32149
32150 \backslash
32151 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
32152 {
32153 \end_layout
32154
32155 \end_inset
32156
32157
32158 \series bold
32159 endfloat
32160 \series default
32161
32162 \begin_inset ERT
32163 status collapsed
32164
32165 \begin_layout Standard
32166
32167 }
32168 \end_layout
32169
32170 \end_inset
32171
32172 -Dokumentation im Internet
32173 \begin_inset LatexCommand index
32174 name "LaTeX-Pakete ! endf\\/loat"
32175
32176 \end_inset
32177
32178
32179 \end_layout
32180
32181 \begin_layout Bibliography
32182 \begin_inset LatexCommand bibitem
32183 key "wrapfig"
32184
32185 \end_inset
32186
32187
32188 \begin_inset ERT
32189 status collapsed
32190
32191 \begin_layout Standard
32192
32193
32194 \backslash
32195 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty}{
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \series bold
32202 wrapfig
32203 \series default
32204
32205 \begin_inset ERT
32206 status collapsed
32207
32208 \begin_layout Standard
32209
32210 }
32211 \end_layout
32212
32213 \end_inset
32214
32215 -Dokumentation im Internet
32216 \begin_inset LatexCommand index
32217 name "LaTeX-Pakete ! wrapfig\\vspace{4mm}"
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Bibliography
32225 \begin_inset LatexCommand bibitem
32226 key "footmisc"
32227
32228 \end_inset
32229
32230
32231 \begin_inset ERT
32232 status collapsed
32233
32234 \begin_layout Standard
32235
32236
32237 \backslash
32238 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
32239 {
32240 \end_layout
32241
32242 \end_inset
32243
32244
32245 \series bold
32246 footmisc
32247 \series default
32248
32249 \begin_inset ERT
32250 status collapsed
32251
32252 \begin_layout Standard
32253
32254 }
32255 \end_layout
32256
32257 \end_inset
32258
32259 -Dokumentation im Internet
32260 \begin_inset LatexCommand index
32261 name "LaTeX-Pakete ! footmisc"
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \begin_layout Bibliography
32269 \begin_inset LatexCommand bibitem
32270 key "hypcap"
32271
32272 \end_inset
32273
32274
32275 \begin_inset ERT
32276 status collapsed
32277
32278 \begin_layout Standard
32279
32280
32281 \backslash
32282 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \series bold
32289 hypcap
32290 \series default
32291
32292 \begin_inset ERT
32293 status collapsed
32294
32295 \begin_layout Standard
32296
32297 }
32298 \end_layout
32299
32300 \end_inset
32301
32302 -Dokumentation im Internet
32303 \begin_inset LatexCommand index
32304 name "LaTeX-Pakete ! hypcap"
32305
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \begin_layout Bibliography
32312 \begin_inset LatexCommand bibitem
32313 key "hyperref"
32314
32315 \end_inset
32316
32317
32318 \begin_inset ERT
32319 status collapsed
32320
32321 \begin_layout Standard
32322
32323
32324 \backslash
32325 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
32326 {
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \series bold
32333 hyperref
32334 \series default
32335
32336 \begin_inset ERT
32337 status collapsed
32338
32339 \begin_layout Standard
32340
32341 }
32342 \end_layout
32343
32344 \end_inset
32345
32346 -Dokumentation im Internet
32347 \begin_inset LatexCommand index
32348 name "LaTeX-Pakete ! hyperref"
32349
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \begin_layout Bibliography
32356 \begin_inset LatexCommand bibitem
32357 key "koma-script"
32358
32359 \end_inset
32360
32361
32362 \begin_inset ERT
32363 status collapsed
32364
32365 \begin_layout Standard
32366
32367
32368 \backslash
32369 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
32370 df}{
32371 \end_layout
32372
32373 \end_inset
32374
32375
32376 \series bold
32377 koma-script
32378 \series default
32379
32380 \begin_inset ERT
32381 status collapsed
32382
32383 \begin_layout Standard
32384
32385 }
32386 \end_layout
32387
32388 \end_inset
32389
32390 -Dokumentation im Internet
32391 \begin_inset LatexCommand index
32392 name "LaTeX-Pakete ! koma-script"
32393
32394 \end_inset
32395
32396
32397 \end_layout
32398
32399 \begin_layout Bibliography
32400 \begin_inset LatexCommand bibitem
32401 key "latexguide"
32402
32403 \end_inset
32404
32405 Kopka, Helmut und Daly, Patrick W.: 
32406 \emph on
32407 A Guide to LaTeX Fourth Edition.
32408
32409 \emph default
32410  Addison-Wesley, 2003
32411 \end_layout
32412
32413 \begin_layout Bibliography
32414 \begin_inset LatexCommand bibitem
32415 key "lamport"
32416
32417 \end_inset
32418
32419 Lamport, Leslie: 
32420 \emph on
32421 LaTeX: A Document Preparation System.
32422
32423 \emph default
32424  Addison-Wesley, second edition, 1994
32425 \end_layout
32426
32427 \begin_layout Bibliography
32428 \begin_inset LatexCommand bibitem
32429 key "listings"
32430
32431 \end_inset
32432
32433
32434 \begin_inset ERT
32435 status collapsed
32436
32437 \begin_layout Standard
32438
32439
32440 \backslash
32441 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
32442 {
32443 \end_layout
32444
32445 \end_inset
32446
32447
32448 \series bold
32449 listings
32450 \series default
32451
32452 \begin_inset ERT
32453 status collapsed
32454
32455 \begin_layout Standard
32456
32457 }
32458 \end_layout
32459
32460 \end_inset
32461
32462 -Dokumentation im Internet
32463 \begin_inset LatexCommand index
32464 name "LaTeX-Pakete ! listings"
32465
32466 \end_inset
32467
32468
32469 \end_layout
32470
32471 \begin_layout Bibliography
32472 \begin_inset LatexCommand bibitem
32473 key "marginnote"
32474
32475 \end_inset
32476
32477
32478 \begin_inset ERT
32479 status collapsed
32480
32481 \begin_layout Standard
32482
32483
32484 \backslash
32485 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
32486 pdf}{
32487 \end_layout
32488
32489 \end_inset
32490
32491
32492 \series bold
32493 marginnote
32494 \series default
32495
32496 \begin_inset ERT
32497 status collapsed
32498
32499 \begin_layout Standard
32500
32501 }
32502 \end_layout
32503
32504 \end_inset
32505
32506 -Dokumentation im Internet
32507 \begin_inset LatexCommand index
32508 name "LaTeX-Pakete ! marginnote"
32509
32510 \end_inset
32511
32512
32513 \end_layout
32514
32515 \begin_layout Bibliography
32516 \begin_inset LatexCommand bibitem
32517 key "latexcompanion"
32518
32519 \end_inset
32520
32521 Mittelbach, Frank und Goossens, Michel: 
32522 \emph on
32523 The LaTeX Companion Second Edition.
32524
32525 \emph default
32526  Addison-Wesley, 2004
32527 \end_layout
32528
32529 \begin_layout Bibliography
32530 \begin_inset LatexCommand bibitem
32531 key "latex-praxisbuch"
32532
32533 \end_inset
32534
32535 Niedermair, Elke & Michael: 
32536 \emph on
32537 LaTeX-Praxisbuch
32538 \emph default
32539 , Franzis-Verlag, 2004
32540 \end_layout
32541
32542 \begin_layout Bibliography
32543 \begin_inset LatexCommand bibitem
32544 key "pstricks"
32545
32546 \end_inset
32547
32548
32549 \begin_inset ERT
32550 status collapsed
32551
32552 \begin_layout Standard
32553
32554
32555 \backslash
32556 href{http://tug.org/PSTricks/main.cgi/}{
32557 \end_layout
32558
32559 \end_inset
32560
32561
32562 \series bold
32563 PSTricks
32564 \series default
32565
32566 \begin_inset ERT
32567 status collapsed
32568
32569 \begin_layout Standard
32570
32571 }
32572 \end_layout
32573
32574 \end_inset
32575
32576 -Internetseite
32577 \begin_inset LatexCommand index
32578 name "LaTeX-Pakete ! pstricks"
32579
32580 \end_inset
32581
32582
32583 \end_layout
32584
32585 \begin_layout Bibliography
32586 \begin_inset LatexCommand bibitem
32587 key "sidecap"
32588
32589 \end_inset
32590
32591
32592 \begin_inset ERT
32593 status collapsed
32594
32595 \begin_layout Standard
32596
32597
32598 \backslash
32599 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
32600 \end_layout
32601
32602 \end_inset
32603
32604
32605 \series bold
32606 sidecap
32607 \series default
32608
32609 \begin_inset ERT
32610 status collapsed
32611
32612 \begin_layout Standard
32613
32614 }
32615 \end_layout
32616
32617 \end_inset
32618
32619 -Dokumentation im Internet
32620 \begin_inset LatexCommand index
32621 name "LaTeX-Pakete ! sidecap"
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Bibliography
32629 \begin_inset LatexCommand bibitem
32630 key "NewInLyX15"
32631
32632 \end_inset
32633
32634
32635 \begin_inset ERT
32636 status collapsed
32637
32638 \begin_layout Standard
32639
32640
32641 \backslash
32642 href{http://wiki.lyx.org/LyX/NewInLyX15}{
32643 \end_layout
32644
32645 \end_inset
32646
32647 Wiki-Seite
32648 \begin_inset ERT
32649 status collapsed
32650
32651 \begin_layout Standard
32652
32653 }
32654 \end_layout
32655
32656 \end_inset
32657
32658  über neue Funktionen in 
32659 \family sans
32660 LyX 1.5.0
32661 \family default
32662 .
32663 \end_layout
32664
32665 \begin_layout Standard
32666 \begin_inset LatexCommand printindex
32667
32668 \end_inset
32669
32670
32671 \end_layout
32672
32673 \begin_layout Standard
32674 \begin_inset FloatList figure
32675
32676 \end_inset
32677
32678
32679 \end_layout
32680
32681 \begin_layout Standard
32682 \begin_inset FloatList table
32683
32684 \end_inset
32685
32686
32687 \end_layout
32688
32689 \begin_layout Standard
32690 \begin_inset ERT
32691 status collapsed
32692
32693 \begin_layout Standard
32694
32695
32696 \backslash
32697 listof{Xalgorithm}{Algorithmenverzeichnis}
32698 \end_layout
32699
32700 \end_inset
32701
32702
32703 \begin_inset Note Note
32704 status collapsed
32705
32706 \begin_layout Standard
32707 siehe Abschnitt\InsetSpace ~
32708
32709 \begin_inset LatexCommand ref
32710 reference "uab:Gleitobjekt-Algorithmen"
32711
32712 \end_inset
32713
32714  für eine Beschreibung
32715 \end_layout
32716
32717 \end_inset
32718
32719
32720 \end_layout
32721
32722 \end_body
32723 \end_document