]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
094e5c3af65ff404733ac5cee5022a5e9cbb1b4b
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 334
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 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \pagenumbering{roman}
24 \let\myTOC\tableofcontents
25 \renewcommand{\tableofcontents}{%
26  \pdfbookmark[1]{Inhaltsverzeichnis}{}
27  \myTOC
28  \cleardoublepage
29  \pagenumbering{arabic}}
30
31 % Formatierung von Legenden
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
35 \usepackage{sidecap}
36
37 \newcommand{\TabBesBeg}{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % ermöglicht das Berechnen von Werten
56 \usepackage{calc}
57
58 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
59 \usepackage{dcolumn}
60
61 %Vergrößert den Teil der Seite, in dem Gleitobjekte
62 % unten angeordnet werden dürfen
63 \renewcommand{\bottomfraction}{0.5}
64
65 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
66 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
67
68 % beschleunigt die Berechnung von langen Tabellen
69 \setcounter{LTchunksize}{100}
70
71 % wird für skalierte und rotierte Boxen benötigt
72 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
73
74 % wird bei farbigen Tabellen benutzt
75 \@ifundefined{textcolor}
76  {\usepackage{color}}{}
77 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
78 \definecolor{hellgrau}{gray}{0.8}
79
80 % testen ob paket colortbl installiert ist
81 % wird für farbige Tabellenzellen benutzt
82 \newboolean{colortbl}
83 \IfFileExists{colortbl.sty}
84  {\usepackage{colortbl}
85   \setboolean{colortbl}{true}}
86  {\setboolean{colortbl}{false}}
87
88 % wird für Mehrfachzeilen benutzt
89 \usepackage{multirow}
90 %\renewcommand{\multirowsetup}{\centering}
91
92 % wird fuer Tabellen im Buchstil benutzt
93 \usepackage{booktabs}
94
95 % wird benutzt, um Tabellenzellen zu vergrößern
96 \@ifundefined{extrarowheight}
97  {\usepackage{array}}{}
98 \setlength{\extrarowheight}{2pt}
99
100 % wird fuer benutzerdefinierte Tabellen benutzt
101 % ---
102 \newcolumntype{M}[1]
103  {>{\centering\hspace{0pt}}m{#1}}
104
105 \newcolumntype{S}[2]
106  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
107
108 \newcolumntype{K}[1]
109  {>{\columncolor{#1}\hspace{0pt}}c}
110
111 \newcolumntype{V}{!{\vrule width 1.5pt}}
112
113 \newcolumntype{W}{!{\color{green}\vline}}
114 % ---
115
116 % Setzt einen zusaetzlichen Abstand von
117 % 1.5 mm zwischen Fussnoten
118 \let\myFoot\footnote
119 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
120
121 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
122 \numberwithin{algorithm}{chapter}
123
124 % Grauschrift-Notizen in blauer Farbe
125 \renewenvironment{lyxgreyedout}
126  {\textcolor{blue}\bgroup}{\egroup}
127
128 % ------------------------------------
129 % Prüfung auf benötigte LaTeXPakete
130 \usepackage{ifthen}
131
132 % Pruefung auf arydshln
133 % für Tabellen mit gestrichelten Linien
134 \newboolean{arydshln}
135 \IfFileExists{arydshln.sty}
136  {\usepackage{arydshln}
137   \setboolean{arydshln}{true}}
138  {\setboolean{arydshln}{false}}
139
140 % Prüfung auf marginnote
141 % für Randnotizen
142 \newboolean{marginnote}
143 \IfFileExists{marginnote.sty}
144  {\usepackage{marginnote}
145   \let\marginpar\marginnote
146   \setboolean{marginnote}{true}}
147  {\setboolean{marginnote}{false}}
148
149 % Prüfung auf sidecap
150 % für seitliche Beschriftungen
151 \newboolean{sidecap}
152 \IfFileExists{sidecap.sty}
153  {\usepackage{sidecap}
154   \let\marginpar\marginnote
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX }}
162
163 % Damit der Index den Namen "Stichwortverzeichnis" erhält
164 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
165 \end_preamble
166 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
167 \language ngerman
168 \inputencoding auto
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pagebackref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \begin_inset Newline newline
225 \end_inset
226
227  
228 \size larger
229 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \size normal
235
236 \begin_inset Foot
237 status collapsed
238
239 \begin_layout Plain Layout
240
241 \size normal
242 Übersetzung und Bearbeitung: Hartmut Haase
243 \end_layout
244
245 \end_inset
246
247
248 \size default
249
250 \begin_inset Foot
251 status collapsed
252
253 \begin_layout Plain Layout
254 \noindent
255 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
256  bitte an:
257 \begin_inset CommandInset href
258 LatexCommand href
259 name "lyx-docs@lists.lyx.org"
260 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
261 type "mailto:"
262
263 \end_inset
264
265
266 \end_layout
267
268 \end_inset
269
270
271 \begin_inset Note Note
272 status collapsed
273
274 \begin_layout Plain Layout
275 Autor: Uwe Stöhr <uwestoehr@web.de>
276 \end_layout
277
278 \end_inset
279
280
281 \begin_inset Newline newline
282 \end_inset
283
284
285 \begin_inset Newline newline
286 \end_inset
287
288
289 \family sans
290 Version 1.6svn
291 \end_layout
292
293 \begin_layout Date
294 letzte Änderung: 18.
295  März 2008
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset CommandInset toc
300 LatexCommand tableofcontents
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset Note Note
309 status open
310
311 \begin_layout Plain Layout
312 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
313  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
314  
315 \series bold
316 arydshln
317 \series default
318
319 \series bold
320 colortbl
321 \series default
322
323 \series bold
324 marginnote
325 \series default
326  und 
327 \series bold
328 sidecap
329 \series default
330 .
331  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
332  denen sie benötigt werden.
333 \end_layout
334
335 \begin_layout Plain Layout
336 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
337  des englischen Originals hier finden:
338 \begin_inset Newline newline
339 \end_inset
340
341
342 \series bold
343 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
344 \end_layout
345
346 \end_inset
347
348
349 \end_layout
350
351 \begin_layout Chapter
352 Abbildungen
353 \begin_inset CommandInset label
354 LatexCommand label
355 name "kap:Abbildungen"
356
357 \end_inset
358
359
360 \begin_inset Index
361 status collapsed
362
363 \begin_layout Plain Layout
364 Abbildungen
365 \end_layout
366
367 \end_inset
368
369
370 \end_layout
371
372 \begin_layout Section
373 Grafik-Dialog
374 \begin_inset Index
375 status collapsed
376
377 \begin_layout Plain Layout
378 Abbildungen ! Grafik-Dialog
379 \end_layout
380
381 \end_inset
382
383
384 \begin_inset CommandInset label
385 LatexCommand label
386 name "abs:Grafik-Dialog"
387
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Standard
394 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
395  
396 \begin_inset Graphics
397         filename ../../images/dialog-show-new-inset_graphics.png
398         scale 70
399         scaleBeforeRotation
400         BoundingBox 0bp 6bp 22bp 22bp
401
402 \end_inset
403
404  in der Werkzeugleiste oder wählen das Menü 
405 \family sans
406 Einfügen\SpecialChar \menuseparator
407 Grafik
408 \family default
409 .
410  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
411  
412 \family sans
413 Durchsuchen
414 \family default
415  eingeben können.
416  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
417  an der Sie es eingefügt haben.
418 \end_layout
419
420 \begin_layout Standard
421 \begin_inset Note Greyedout
422 status open
423
424 \begin_layout Quote
425
426 \series bold
427 Bemerkung
428 \series default
429 : Wenn Sie einen Dateinamen über 
430 \family sans
431 Durchsuchen
432 \family default
433  eingeben, wird LyX den gesamten Pfad in das Feld 
434 \family sans
435 Datei
436 \family default
437  eintragen.
438  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
439 \end_layout
440
441 \end_inset
442
443
444 \end_layout
445
446 \begin_layout Standard
447 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
448  klicken.
449  Der Dialog hat drei Karteikarten:
450 \end_layout
451
452 \begin_layout Description
453
454 \family sans
455 Grafik
456 \family default
457  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
458  Version festlegen.
459  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
460 \begin_inset Space ~
461 \end_inset
462
463
464 \begin_inset CommandInset ref
465 LatexCommand ref
466 reference "kap:In-LyX-verfügbare"
467
468 \end_inset
469
470  erklärt.
471 \begin_inset Newline newline
472 \end_inset
473
474
475 \begin_inset Index
476 status collapsed
477
478 \begin_layout Plain Layout
479 Abbildungen ! rotierte
480 \end_layout
481
482 \end_inset
483
484 Sie können Abbildungen durch Angabe eines 
485 \family sans
486 Winkel
487 \family default
488
489 \begin_inset Space ~
490 \end_inset
491
492
493 \family sans
494 (Grad)
495 \family default
496  und Festlegung eines 
497 \family sans
498 Drehpunktes
499 \family default
500  drehen.
501  Negative Winkel drehen Uhrzeigersinn.
502  Die Abbildung wird auch in LyX gedreht.
503 \begin_inset Newline newline
504 \end_inset
505
506
507 \begin_inset Index
508 status collapsed
509
510 \begin_layout Plain Layout
511 Abbildungen ! skalierte
512 \end_layout
513
514 \end_inset
515
516 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
517  oder Höhe und Breite definiert.
518  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
519  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
520  wobei sie möglicherweise verzerrt wird.
521  Um das zu vermeiden, sollten Sie 
522 \family sans
523 Seitenverhältnis
524 \begin_inset Space ~
525 \end_inset
526
527 beibehalten
528 \family default
529  ankreuzen.
530  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
531 \family sans
532 Höhe
533 \family default
534  und 
535 \family sans
536 Breite
537 \family default
538  nicht überschritten werden.
539 \begin_inset Newline newline
540 \end_inset
541
542 Wenn Sie auf 
543 \family sans
544 Bearbeiten
545 \family default
546  klicken, können Abbildungen mit einem Programm, das in 
547 \family sans
548 Werkzeuge\SpecialChar \menuseparator
549 Einstellungen\SpecialChar \menuseparator
550 Dateiformate
551 \family default
552  im Feld 
553 \family sans
554 Bearbeiter
555 \family default
556  festgelegt wurde, bearbeitet werden.
557 \end_layout
558
559 \begin_layout Description
560
561 \family sans
562 Ausschnitt
563 \family default
564  Alternativ zur Festlegung der 
565 \family sans
566 Ausgabegröße
567 \family default
568  unter 
569 \family sans
570 \series bold
571 Grafik
572 \family default
573 \series default
574  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
575  die Ausgabe festzulegen.
576  Wenn Sie auf 
577 \family sans
578 Lese
579 \begin_inset Space ~
580 \end_inset
581
582 aus
583 \begin_inset Space ~
584 \end_inset
585
586 Datei
587 \family default
588  klicken, werden die Koordinaten automatisch berechnet.
589  Die Option 
590 \family sans
591 Auf
592 \begin_inset Space ~
593 \end_inset
594
595 Begrenzungsbox
596 \begin_inset Space ~
597 \end_inset
598
599 zuschneiden
600 \family default
601  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
602  Koordinaten liegt.
603  Normalerweise können Sie die Karteikarte 
604 \family sans
605 \series bold
606 Ausschnitt
607 \family default
608 \series default
609  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
610 \end_layout
611
612 \begin_layout Description
613
614 \family sans
615 LaTeX-
616 \begin_inset Space ~
617 \end_inset
618
619 und
620 \begin_inset Space ~
621 \end_inset
622
623 LyX-Optionen
624 \family default
625  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
626  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
627  Beschriftung sein soll.
628  Teilabbildungen werden in Abschnitt
629 \begin_inset Space ~
630 \end_inset
631
632
633 \begin_inset CommandInset ref
634 LatexCommand ref
635 reference "abs:Gleitende-Abbildungen"
636
637 \end_inset
638
639  beschrieben.
640 \begin_inset Newline newline
641 \end_inset
642
643  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
644 \begin_inset Newline newline
645 \end_inset
646
647 Ist die Option 
648 \family sans
649 Entwurfsmodus 
650 \family default
651 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
652  darin gedruckt.
653 \begin_inset Newline newline
654 \end_inset
655
656 Die Option 
657 \family sans
658 Beim
659 \begin_inset Space ~
660 \end_inset
661
662 Exportieren
663 \begin_inset Space ~
664 \end_inset
665
666 nicht
667 \begin_inset Space ~
668 \end_inset
669
670 entpacken
671 \family default
672  betrifft nur gepackte EPS-Dateien, zum Beispiel 
673 \emph on
674 x.eps.gz
675 \emph default
676 .
677  LaTeX kann so mit ihnen umgehen.
678 \begin_inset Newline newline
679 \end_inset
680
681 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgebe-Format PostScript
682  wählen, siehe Anhang
683 \begin_inset Space ~
684 \end_inset
685
686
687 \begin_inset CommandInset ref
688 LatexCommand ref
689 reference "abs:PostScript"
690
691 \end_inset
692
693 .
694  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
695 \begin_inset Newline newline
696 \end_inset
697
698
699 \series bold
700 gzip x.eps
701 \begin_inset Newline newline
702 \end_inset
703
704 zgrep %%Bounding x.eps.gz > x.eps.bb
705 \series default
706
707 \begin_inset Newline newline
708 \end_inset
709
710 Der zweite Befehl erzeugt die Begrenzungsbox 
711 \begin_inset Quotes gld
712 \end_inset
713
714 x.eps.bb
715 \begin_inset Quotes grd
716 \end_inset
717
718 , die LaTeX für gepackte Abbildungen benötigt.
719 \end_layout
720
721 \begin_layout Standard
722 \begin_inset VSpace bigskip
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 Hier ist eine zentrierte .eps-Abbildung
730 \begin_inset Foot
731 status open
732
733 \begin_layout Plain Layout
734 Abbildungsformate sind in Abschnitt
735 \begin_inset Space ~
736 \end_inset
737
738
739 \begin_inset CommandInset ref
740 LatexCommand ref
741 reference "abs:Bildformate"
742
743 \end_inset
744
745  beschrieben.
746 \end_layout
747
748 \end_inset
749
750  in einem eigenen Absatz:
751 \end_layout
752
753 \begin_layout Standard
754 \align center
755 \begin_inset Graphics
756         filename ../clipart/mobius.eps
757         display color
758         scale 70
759         scaleBeforeRotation
760         rotateOrigin center
761
762 \end_inset
763
764
765 \end_layout
766
767 \begin_layout Standard
768 \noindent
769 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
770 \end_layout
771
772 \begin_layout Standard
773 \align center
774 \begin_inset Graphics
775         filename ../clipart/mobius.eps
776         display color
777         scale 70
778         draft
779         scaleBeforeRotation
780         rotateOrigin center
781
782 \end_inset
783
784
785 \end_layout
786
787 \begin_layout Section
788 Gleitende Abbildungen
789 \begin_inset CommandInset label
790 LatexCommand label
791 name "abs:Gleitende-Abbildungen"
792
793 \end_inset
794
795
796 \begin_inset Index
797 status collapsed
798
799 \begin_layout Plain Layout
800 Abbildungen ! gleitende
801 \end_layout
802
803 \end_inset
804
805
806 \begin_inset Index
807 status collapsed
808
809 \begin_layout Plain Layout
810 Gleitobjekte ! Abbildungen
811 \end_layout
812
813 \end_inset
814
815
816 \end_layout
817
818 \begin_layout Standard
819 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
820 \begin_inset CommandInset ref
821 LatexCommand ref
822 reference "abs:Gleitobjekte-Einleitung"
823
824 \end_inset
825
826 .
827 \end_layout
828
829 \begin_layout Standard
830 Wenn Sie auf das Werkzeugleisten-Symbol 
831 \begin_inset Graphics
832         filename ../../images/float-insert_figure.png
833         scale 70
834         scaleBeforeRotation
835         BoundingBox 0bp 6bp 22bp 22bp
836
837 \end_inset
838
839  klicken oder 
840 \family sans
841 Einfügen\SpecialChar \menuseparator
842 Gleit\SpecialChar \-
843 objekt\SpecialChar \menuseparator
844 Abbildung
845 \family default
846  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
847  In das rot umrahmte Feld rechts von 
848 \emph on
849 Abbildung
850 \begin_inset Space ~
851 \end_inset
852
853 Nr:
854 \emph default
855  schreiben Sie den Bildbeschriftung.
856  Nach einem Klick oberhalb oder unterhalb von 
857 \emph on
858 Abbildung
859 \begin_inset Space ~
860 \end_inset
861
862 Nr:
863 \emph default
864  können Sie dann eine Abbildung wie 
865 \begin_inset CommandInset ref
866 LatexCommand ref
867 reference "abb:kill-plat"
868
869 \end_inset
870
871  oberhalb oder wie Abbildung
872 \begin_inset Space ~
873 \end_inset
874
875
876 \begin_inset CommandInset ref
877 LatexCommand ref
878 reference "abb:escher"
879
880 \end_inset
881
882  unterhalb der Bildbeschriftung einfügen.
883  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
884 \begin_inset Space ~
885 \end_inset
886
887
888 \begin_inset CommandInset ref
889 LatexCommand ref
890 reference "abs:Titel-Platzierung"
891
892 \end_inset
893
894 .
895 \end_layout
896
897 \begin_layout Standard
898 \begin_inset Float figure
899 wide false
900 sideways false
901 status open
902
903 \begin_layout Plain Layout
904 \align center
905 \begin_inset Graphics
906         filename ../clipart/platypus.eps
907         display color
908         width 50col%
909         scaleBeforeRotation
910         rotateOrigin center
911
912 \end_inset
913
914
915 \end_layout
916
917 \begin_layout Plain Layout
918 \begin_inset Caption
919
920 \begin_layout Plain Layout
921 \begin_inset CommandInset label
922 LatexCommand label
923 name "abb:kill-plat"
924
925 \end_inset
926
927 Platypus in einem Gleitobjekt
928 \end_layout
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Standard
941 \begin_inset Float figure
942 wide false
943 sideways false
944 status open
945
946 \begin_layout Plain Layout
947 \begin_inset Caption
948
949 \begin_layout Plain Layout
950 \begin_inset CommandInset label
951 LatexCommand label
952 name "abb:escher"
953
954 \end_inset
955
956 M.C.
957  Escher
958 \end_layout
959
960 \end_inset
961
962
963 \end_layout
964
965 \begin_layout Plain Layout
966 \align center
967 \begin_inset Graphics
968         filename ../clipart/escher-lsd.eps
969         display color
970         scale 80
971         scaleBeforeRotation
972         rotateOrigin center
973
974 \end_inset
975
976
977 \end_layout
978
979 \end_inset
980
981
982 \end_layout
983
984 \begin_layout Standard
985 \begin_inset Index
986 status collapsed
987
988 \begin_layout Plain Layout
989 Abbildungen ! Beispiele
990 \end_layout
991
992 \end_inset
993
994 Abbildung
995 \begin_inset Space ~
996 \end_inset
997
998
999 \begin_inset CommandInset ref
1000 LatexCommand ref
1001 reference "abb:kill-plat"
1002
1003 \end_inset
1004
1005  und 
1006 \begin_inset CommandInset ref
1007 LatexCommand ref
1008 reference "abb:escher"
1009
1010 \end_inset
1011
1012  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
1013  Dafür fügen Sie in der Beschriftung mit 
1014 \family sans
1015 Einfügen\SpecialChar \menuseparator
1016 Marke
1017 \family default
1018  oder durch Klicken auf 
1019 \begin_inset Graphics
1020         filename ../../images/label-insert.png
1021         scale 70
1022         scaleBeforeRotation
1023         BoundingBox 0bp 6bp 20bp 20bp
1024
1025 \end_inset
1026
1027  eine Marke ein.
1028  Auf diese können Sie dann wie gewohnt mit 
1029 \family sans
1030 Einfügen\SpecialChar \menuseparator
1031 Querverweis
1032 \family default
1033  oder durch Klicken auf 
1034 \begin_inset Graphics
1035         filename ../../images/dialog-show-new-inset_ref.png
1036         scale 70
1037         scaleBeforeRotation
1038         BoundingBox 0bp 6bp 22bp 22bp
1039
1040 \end_inset
1041
1042  verweisen.
1043  Das ist besser als eine vage Formulierung wie 
1044 \begin_inset Quotes gld
1045 \end_inset
1046
1047 die obige Abbildung
1048 \begin_inset Quotes grd
1049 \end_inset
1050
1051  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1052  erscheint, und das muss nicht 
1053 \emph on
1054 oben
1055 \emph default
1056  sein.
1057  Verweise werden detailliert in Abschnitt
1058 \begin_inset Space ~
1059 \end_inset
1060
1061
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "abs:Auf-Gleitobjekte-verweisen"
1065
1066 \end_inset
1067
1068  beschrieben.
1069 \end_layout
1070
1071 \begin_layout Standard
1072 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1073  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen
1074  nebeneinander.
1075  Das erreicht man mit der Karteikarte 
1076 \family sans
1077 LaTe
1078 \begin_inset ERT
1079 status collapsed
1080
1081 \begin_layout Plain Layout
1082
1083 {}
1084 \end_layout
1085
1086 \end_inset
1087
1088 X-
1089 \begin_inset Space ~
1090 \end_inset
1091
1092 und
1093 \begin_inset Space ~
1094 \end_inset
1095
1096 LyX-Optionen
1097 \family default
1098  des 
1099 \family sans
1100 Grafik
1101 \family default
1102 -Dialoges.
1103  Kreuzen Sie dort 
1104 \family sans
1105 Teilabbildung
1106 \family default
1107  an und geben die Beschriftung des Bildes im Feld 
1108 \family sans
1109 Legende
1110 \family default
1111  ein.
1112  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1113  Verweise auf Teilabbildungen werden in Abschnitt
1114 \begin_inset Space ~
1115 \end_inset
1116
1117
1118 \begin_inset CommandInset ref
1119 LatexCommand ref
1120 reference "uab:Auf-Teilabbildungen-verweisen"
1121
1122 \end_inset
1123
1124  beschrieben.
1125 \end_layout
1126
1127 \begin_layout Standard
1128 Abbildung
1129 \begin_inset Space ~
1130 \end_inset
1131
1132
1133 \begin_inset CommandInset ref
1134 LatexCommand ref
1135 reference "abb:Zwei-Teilabbildungen"
1136
1137 \end_inset
1138
1139  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander
1140 - Sie können sie auch untereinander setzen, indem Sie nach dem ersten Bild
1141  auf Eingabe drücken.
1142 \end_layout
1143
1144 \begin_layout Standard
1145 \begin_inset Float figure
1146 wide false
1147 sideways false
1148 status open
1149
1150 \begin_layout Plain Layout
1151 \begin_inset Space \hfill{}
1152 \end_inset
1153
1154
1155 \begin_inset Float figure
1156 wide false
1157 sideways false
1158 status open
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Caption
1162
1163 \begin_layout Plain Layout
1164 M.
1165  C.
1166  Escher
1167 \end_layout
1168
1169 \end_inset
1170
1171
1172 \end_layout
1173
1174 \begin_layout Plain Layout
1175 \begin_inset Graphics
1176         filename ../clipart/escher-lsd.eps
1177         width 35col%
1178         scaleBeforeRotation
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \begin_inset Space \hfill{}
1189 \end_inset
1190
1191
1192 \begin_inset Float figure
1193 wide false
1194 sideways false
1195 status open
1196
1197 \begin_layout Plain Layout
1198 \begin_inset Caption
1199
1200 \begin_layout Plain Layout
1201
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \begin_layout Plain Layout
1210 \begin_inset Graphics
1211         filename ../clipart/platypus.eps
1212         lyxscale 60
1213         width 45col%
1214         scaleBeforeRotation
1215
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \end_inset
1222
1223
1224 \begin_inset Space \hfill{}
1225 \end_inset
1226
1227
1228 \end_layout
1229
1230 \begin_layout Plain Layout
1231 \begin_inset Caption
1232
1233 \begin_layout Plain Layout
1234 \begin_inset CommandInset label
1235 LatexCommand label
1236 name "abb:Zwei-Teilabbildungen"
1237
1238 \end_inset
1239
1240 Zwei Teilabbildungen nebeneinander.
1241 \end_layout
1242
1243 \end_inset
1244
1245
1246 \end_layout
1247
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \begin_layout Section
1254 Bildformate
1255 \begin_inset CommandInset label
1256 LatexCommand label
1257 name "abs:Bildformate"
1258
1259 \end_inset
1260
1261
1262 \begin_inset Index
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266 Abbildungen ! Bildformate
1267 \end_layout
1268
1269 \end_inset
1270
1271
1272 \end_layout
1273
1274 \begin_layout Standard
1275 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1276  Aber wie in Anhang
1277 \begin_inset Space ~
1278 \end_inset
1279
1280
1281 \begin_inset CommandInset ref
1282 LatexCommand ref
1283 reference "kap:Ausgabedatei-Formate"
1284
1285 \end_inset
1286
1287  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1288  LyX benutzt im Hintergrund das Programm
1289 \family typewriter
1290  Imagemagick
1291 \family default
1292 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1293  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1294  vermeiden.
1295  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1296  werden können.
1297  Diese Formate werden in Anhang
1298 \begin_inset Space ~
1299 \end_inset
1300
1301
1302 \begin_inset CommandInset ref
1303 LatexCommand ref
1304 reference "kap:Ausgabedatei-Formate"
1305
1306 \end_inset
1307
1308  beschrieben.
1309 \end_layout
1310
1311 \begin_layout Standard
1312 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1313 \end_layout
1314
1315 \begin_layout Description
1316 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1317  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1318  
1319 \emph on
1320 pixelig
1321 \emph default
1322  aus.
1323  Bekannte Pixel-Formate sind 
1324 \begin_inset Quotes gld
1325 \end_inset
1326
1327 Graphics Interchange Format
1328 \begin_inset Quotes grd
1329 \end_inset
1330
1331  (GIF, Dateiendung
1332 \family typewriter
1333  
1334 \family default
1335
1336 \begin_inset Quotes gld
1337 \end_inset
1338
1339
1340 \family typewriter
1341 .gif
1342 \family default
1343
1344 \begin_inset Quotes grd
1345 \end_inset
1346
1347 )
1348 \begin_inset Index
1349 status collapsed
1350
1351 \begin_layout Plain Layout
1352 GIF
1353 \end_layout
1354
1355 \end_inset
1356
1357
1358 \begin_inset Quotes gld
1359 \end_inset
1360
1361 Portable Network Graphics
1362 \begin_inset Quotes grd
1363 \end_inset
1364
1365  (PNG, Dateiendung 
1366 \begin_inset Quotes gld
1367 \end_inset
1368
1369
1370 \family typewriter
1371 .png
1372 \family default
1373
1374 \begin_inset Quotes grd
1375 \end_inset
1376
1377 )
1378 \begin_inset Index
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 PNG
1383 \end_layout
1384
1385 \end_inset
1386
1387
1388 \begin_inset Quotes gld
1389 \end_inset
1390
1391 Joint Photographic Experts Group
1392 \begin_inset Quotes grd
1393 \end_inset
1394
1395  (JPG, Dateiendung
1396 \family typewriter
1397  
1398 \family default
1399
1400 \begin_inset Quotes gld
1401 \end_inset
1402
1403
1404 \family typewriter
1405 .jpg
1406 \family default
1407
1408 \begin_inset Quotes grd
1409 \end_inset
1410
1411  oder 
1412 \begin_inset Quotes gld
1413 \end_inset
1414
1415
1416 \family typewriter
1417 .jpeg
1418 \family default
1419
1420 \begin_inset Quotes grd
1421 \end_inset
1422
1423 )
1424 \begin_inset Index
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 JPG, JPEG
1429 \end_layout
1430
1431 \end_inset
1432
1433  und 
1434 \begin_inset Quotes gld
1435 \end_inset
1436
1437 Windows Bitmap
1438 \begin_inset Quotes grd
1439 \end_inset
1440
1441  (BMP, Dateiendung 
1442 \begin_inset Quotes gld
1443 \end_inset
1444
1445
1446 \family typewriter
1447 .bmp
1448 \family default
1449
1450 \begin_inset Quotes grd
1451 \end_inset
1452
1453 )
1454 \begin_inset Index
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458 BMP
1459 \end_layout
1460
1461 \end_inset
1462
1463 .
1464 \end_layout
1465
1466 \begin_layout Description
1467 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1468  auf jede beliebige Größe skaliert werden.
1469  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1470  zoomen zu können.
1471 \begin_inset Newline newline
1472 \end_inset
1473
1474 Bekannte Formate sind 
1475 \begin_inset Quotes gld
1476 \end_inset
1477
1478 Scalable Vector Graphics
1479 \begin_inset Quotes grd
1480 \end_inset
1481
1482  (SVG, Dateiendung
1483 \family typewriter
1484  
1485 \family default
1486
1487 \begin_inset Quotes gld
1488 \end_inset
1489
1490
1491 \family typewriter
1492 .svg
1493 \family default
1494
1495 \begin_inset Quotes grd
1496 \end_inset
1497
1498 )
1499 \begin_inset Index
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503 SVG
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \begin_inset Quotes gld
1510 \end_inset
1511
1512 Encapsulated PostScript
1513 \begin_inset Quotes grd
1514 \end_inset
1515
1516  (EPS, Dateiendung 
1517 \begin_inset Quotes gld
1518 \end_inset
1519
1520
1521 \family typewriter
1522 .eps
1523 \family default
1524
1525 \begin_inset Quotes grd
1526 \end_inset
1527
1528 )
1529 \begin_inset Index
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533 EPS
1534 \end_layout
1535
1536 \end_inset
1537
1538
1539 \begin_inset Quotes gld
1540 \end_inset
1541
1542 Portable Document Format
1543 \begin_inset Quotes grd
1544 \end_inset
1545
1546  (PDF, Dateiendung
1547 \family typewriter
1548  
1549 \family default
1550
1551 \begin_inset Quotes gld
1552 \end_inset
1553
1554
1555 \family typewriter
1556 .pdf
1557 \family default
1558
1559 \begin_inset Quotes grd
1560 \end_inset
1561
1562 )
1563 \begin_inset Index
1564 status collapsed
1565
1566 \begin_layout Plain Layout
1567 PDF
1568 \end_layout
1569
1570 \end_inset
1571
1572  und 
1573 \begin_inset Quotes gld
1574 \end_inset
1575
1576 Windows Metafile
1577 \begin_inset Quotes grd
1578 \end_inset
1579
1580  (WMF, Dateiendung 
1581 \begin_inset Quotes gld
1582 \end_inset
1583
1584
1585 \family typewriter
1586 .wmf
1587 \family default
1588
1589 \begin_inset Quotes grd
1590 \end_inset
1591
1592 )
1593 \begin_inset Index
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597 WMF
1598 \end_layout
1599
1600 \end_inset
1601
1602 .
1603 \end_layout
1604
1605 \begin_layout Standard
1606 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1607  das Ergebnis ist immer noch ein Pixelbild.
1608  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1609  hinzugefügt.
1610 \begin_inset Foot
1611 status open
1612
1613 \begin_layout Plain Layout
1614 Bei PDF wird das Originalbild auch noch komprimiert.
1615 \end_layout
1616
1617 \end_inset
1618
1619  Die PDF-Dateien, die 
1620 \family typewriter
1621 Adobe Photoshop
1622 \family default
1623  erzeugt, sind zum Beispiel Pixelbilder.
1624 \end_layout
1625
1626 \begin_layout Standard
1627 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1628  umgekehrt.
1629  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1630  eingefügt werden.
1631  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1632  erzeugt wird, weil es zur Zeit keine WMF/SVG
1633 \begin_inset Formula $\to$
1634 \end_inset
1635
1636 PDF/EPS Konverter gibt.
1637 \end_layout
1638
1639 \begin_layout Chapter
1640 Tabellen
1641 \begin_inset CommandInset label
1642 LatexCommand label
1643 name "kap:Tabellen"
1644
1645 \end_inset
1646
1647
1648 \begin_inset Index
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 Tabellen
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Section
1661 Einführung
1662 \begin_inset Index
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 Tabellen ! Einführung
1667 \end_layout
1668
1669 \end_inset
1670
1671
1672 \end_layout
1673
1674 \begin_layout Standard
1675 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1676 \begin_inset Graphics
1677         filename ../../images/tabular-insert.png
1678         scale 70
1679         scaleBeforeRotation
1680         BoundingBox 0bp 6bp 22bp 22bp
1681
1682 \end_inset
1683
1684  oder das Menü 
1685 \family sans
1686 Einfügen\SpecialChar \menuseparator
1687 Tabelle
1688 \family default
1689  einfügen.
1690  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1691 \begin_inset Space \thinspace{}
1692 \end_inset
1693
1694 -Tabelle.
1695  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1696  und die Größe der dunkelblauen Tabelle angezeigt.
1697  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1698  ein.
1699  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1700  Spaltenanzahl festlegen können.
1701 \end_layout
1702
1703 \begin_layout Standard
1704 In der so erstellten Tabelle ist jede Zelle umrandet.
1705  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1706  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1707  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1708 \end_layout
1709
1710 \begin_layout Standard
1711 \align center
1712 \begin_inset Tabular
1713 <lyxtabular version="3" rows="5" columns="4">
1714 <features>
1715 <column alignment="center" valignment="top" width="0">
1716 <column alignment="center" valignment="top" width="0">
1717 <column alignment="center" valignment="top" width="0">
1718 <column alignment="center" valignment="top" width="0">
1719 <row>
1720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \end_layout
1726
1727 \end_inset
1728 </cell>
1729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733
1734 \family roman
1735 \series medium
1736 \shape up
1737 \size normal
1738 \emph off
1739 \bar no
1740 \noun off
1741 \color none
1742 1
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751 2
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760 3
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 </row>
1766 <row>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \family roman
1773 \series medium
1774 \shape up
1775 \size normal
1776 \emph off
1777 \bar no
1778 \noun off
1779 \color none
1780 A
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 </row>
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \family roman
1820 \series medium
1821 \shape up
1822 \size normal
1823 \emph off
1824 \bar no
1825 \noun off
1826 \color none
1827 B
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 </row>
1860 <row>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \family roman
1867 \series medium
1868 \shape up
1869 \size normal
1870 \emph off
1871 \bar no
1872 \noun off
1873 \color none
1874 C
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 <row>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912 D
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1927 \begin_inset Text
1928
1929 \begin_layout Plain Layout
1930
1931 \end_layout
1932
1933 \end_inset
1934 </cell>
1935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 </row>
1945 </lyxtabular>
1946
1947 \end_inset
1948
1949
1950 \end_layout
1951
1952 \begin_layout Section
1953 Tabellen-Einstellungen
1954 \begin_inset Index
1955 status collapsed
1956
1957 \begin_layout Plain Layout
1958 Tabellen ! Einstellungen
1959 \end_layout
1960
1961 \end_inset
1962
1963
1964 \end_layout
1965
1966 \begin_layout Standard
1967 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1968  Maustaste draufklicken.
1969  Dadurch wird das Fenster 
1970 \family sans
1971 Tabellen-Einstellungen
1972 \family default
1973  geöffnet.
1974  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1975  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1976  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1977  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1978  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1979  Auswahl.
1980  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1981 \emph on
1982 Inhalt
1983 \emph default
1984  einer Zelle oder die Zelle selber ausgewählt haben.
1985  Das 
1986 \family sans
1987 Tabellen-Einstellungen
1988 \family default
1989 -Menü hat folgende Karteikarten:
1990 \end_layout
1991
1992 \begin_layout Description
1993
1994 \family sans
1995 Tabellen-Einstellungen
1996 \family default
1997  Hier können Sie die 
1998 \family sans
1999 Horizontale
2000 \begin_inset Space ~
2001 \end_inset
2002
2003 Ausrichtung
2004 \family default
2005  der momentanen Spalte und die 
2006 \family sans
2007 Spaltenbreite
2008 \family default
2009  festlegen.
2010  Wenn Sie eine 
2011 \family sans
2012 Spaltenbreite
2013 \family default
2014  festgelegt haben, können Sie auch eine 
2015 \family sans
2016 Vertikale
2017 \begin_inset Space ~
2018 \end_inset
2019
2020 Ausrichtung
2021 \family default
2022  der momentanen Zeile wählen.
2023  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
2024  Absätze haben, wie in Abschnitt
2025 \begin_inset Space ~
2026 \end_inset
2027
2028
2029 \begin_inset CommandInset ref
2030 LatexCommand ref
2031 reference "uab:Mehrfache-Zeilen-in"
2032
2033 \end_inset
2034
2035  beschrieben.
2036  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2037 \begin_inset Newline newline
2038 \end_inset
2039
2040 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2041  als 
2042 \family sans
2043 Mehrfachspalte
2044 \family default
2045  definieren, wie in Abschnitt
2046 \begin_inset Space ~
2047 \end_inset
2048
2049
2050 \begin_inset CommandInset ref
2051 LatexCommand ref
2052 reference "uab:Mehrfachspalten"
2053
2054 \end_inset
2055
2056  beschrieben.
2057 \begin_inset Newline newline
2058 \end_inset
2059
2060 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2061  den Uhrzeigersinn um 90° drehen.
2062  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2063 \begin_inset Newline newline
2064 \end_inset
2065
2066
2067 \begin_inset Note Greyedout
2068 status open
2069
2070 \begin_layout Plain Layout
2071
2072 \series bold
2073 Achtung:
2074 \series default
2075  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2076 \end_layout
2077
2078 \end_inset
2079
2080
2081 \begin_inset Newline newline
2082 \end_inset
2083
2084 Man kann auch ein 
2085 \family sans
2086 LaTe
2087 \begin_inset ERT
2088 status collapsed
2089
2090 \begin_layout Plain Layout
2091
2092 {}
2093 \end_layout
2094
2095 \end_inset
2096
2097 X-Argument
2098 \family default
2099  für besondere Tabellen-Formatierun\SpecialChar \-
2100 gen einfügen, wie in Abschnitten 
2101 \begin_inset CommandInset ref
2102 LatexCommand ref
2103 reference "uab:Mehrfachspalten-Berechnungen"
2104
2105 \end_inset
2106
2107  und 
2108 \begin_inset CommandInset ref
2109 LatexCommand ref
2110 reference "abs:Farbige-Tabellen"
2111
2112 \end_inset
2113
2114  beschrieben.
2115 \end_layout
2116
2117 \begin_layout Description
2118
2119 \family sans
2120 Rahmen
2121 \family default
2122  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
2123  hinzufügen und löschen.
2124 \begin_inset Newline newline
2125 \end_inset
2126
2127 Wenn Sie die Stil-Option
2128 \family sans
2129  Formal
2130 \family default
2131  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2132 \begin_inset Space ~
2133 \end_inset
2134
2135
2136 \begin_inset CommandInset ref
2137 LatexCommand ref
2138 reference "abs:Formale-Tabellen"
2139
2140 \end_inset
2141
2142  beschrieben, konvertiert.
2143 \begin_inset Newline newline
2144 \end_inset
2145
2146 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2147 \begin_inset Space ~
2148 \end_inset
2149
2150
2151 \begin_inset CommandInset ref
2152 LatexCommand ref
2153 reference "uab:Zeilenabstand"
2154
2155 \end_inset
2156
2157  beschrieben.
2158 \end_layout
2159
2160 \begin_layout Description
2161
2162 \family sans
2163 Lange
2164 \begin_inset Space ~
2165 \end_inset
2166
2167 Tabelle
2168 \family default
2169  Hier kann eine Tabelle als 
2170 \family sans
2171 Lange
2172 \begin_inset Space ~
2173 \end_inset
2174
2175 Tabelle
2176 \family default
2177  definiert werden, die über mehrere Seiten reicht.
2178  Die Abschnitte
2179 \begin_inset Space ~
2180 \end_inset
2181
2182
2183 \begin_inset CommandInset ref
2184 LatexCommand ref
2185 reference "abs:Lange-Tabellen"
2186
2187 \end_inset
2188
2189  und 
2190 \begin_inset CommandInset ref
2191 LatexCommand ref
2192 reference "abs:Special-Longtable-Issues"
2193
2194 \end_inset
2195
2196  beschreiben diese Funktion genauer.
2197 \end_layout
2198
2199 \begin_layout Standard
2200 Wenn das Menü 
2201 \family sans
2202 Tabellen-Einstellungen
2203 \family default
2204  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2205  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2206 \end_layout
2207
2208 \begin_layout Section
2209 Tabellen-Werkzeugleiste
2210 \begin_inset Index
2211 status collapsed
2212
2213 \begin_layout Plain Layout
2214 Tabellen ! Werkzeugleiste
2215 \end_layout
2216
2217 \end_inset
2218
2219
2220 \end_layout
2221
2222 \begin_layout Standard
2223 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2224 \family sans
2225 Tabellen-Einstellungen
2226 \family default
2227 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2228  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2229  LyX-Fensters.
2230 \end_layout
2231
2232 \begin_layout Standard
2233 Die Werkzeugleiste hat folgende Knöpfe:
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_append-row.png
2240         scale 70
2241         scaleBeforeRotation
2242         BoundingBox 0bp 6bp 22bp 22bp
2243
2244 \end_inset
2245
2246  Fügt eine Zeile unterhalb der momentanen an
2247 \end_layout
2248
2249 \begin_layout Labeling
2250 \labelwidthstring 00.00.0000
2251 \begin_inset Graphics
2252         filename ../../images/tabular-feature_append-column.png
2253         scale 70
2254         scaleBeforeRotation
2255         BoundingBox 0bp 6bp 22bp 22bp
2256
2257 \end_inset
2258
2259  Fügt eine Spalte rechts von der momentanen an
2260 \end_layout
2261
2262 \begin_layout Labeling
2263 \labelwidthstring 00.00.0000
2264 \begin_inset Graphics
2265         filename ../../images/tabular-feature_delete-row.png
2266         scale 70
2267         scaleBeforeRotation
2268         BoundingBox 0bp 6bp 22bp 22bp
2269
2270 \end_inset
2271
2272  Löscht die ausgewählte(n) Zeile(n)
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../../images/tabular-feature_delete-column.png
2279         scale 70
2280         scaleBeforeRotation
2281         BoundingBox 0bp 6bp 22bp 22bp
2282
2283 \end_inset
2284
2285  Löscht die ausgewählte(n) Spalte(n)
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290 \begin_inset Graphics
2291         filename ../../images/tabular-feature_toggle-line-top.png
2292         scale 70
2293         scaleBeforeRotation
2294         BoundingBox 0bp 6bp 22bp 22bp
2295
2296 \end_inset
2297
2298  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2299  wenn der Knopf grau hinterlegt ist
2300 \end_layout
2301
2302 \begin_layout Labeling
2303 \labelwidthstring 00.00.0000
2304 \begin_inset Graphics
2305         filename ../../images/tabular-feature_toggle-line-bottom.png
2306         scale 70
2307         scaleBeforeRotation
2308         BoundingBox 0bp 6bp 22bp 22bp
2309
2310 \end_inset
2311
2312  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2313  wenn der Knopf grau hinterlegt ist
2314 \end_layout
2315
2316 \begin_layout Labeling
2317 \labelwidthstring 00.00.0000
2318 \begin_inset Graphics
2319         filename ../../images/tabular-feature_toggle-line-left.png
2320         scale 70
2321         scaleBeforeRotation
2322         BoundingBox 0bp 6bp 22bp 22bp
2323
2324 \end_inset
2325
2326  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2327  wenn der Knopf grau hinterlegt ist
2328 \end_layout
2329
2330 \begin_layout Labeling
2331 \labelwidthstring 00.00.0000
2332 \begin_inset Graphics
2333         filename ../../images/tabular-feature_toggle-line-right.png
2334         scale 70
2335         scaleBeforeRotation
2336         BoundingBox 0bp 6bp 22bp 22bp
2337
2338 \end_inset
2339
2340  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2341  wenn der Knopf grau hinterlegt ist
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346 \begin_inset Graphics
2347         filename ../../images/tabular-feature_set-all-lines.png
2348         scale 70
2349         scaleBeforeRotation
2350         BoundingBox 0bp 6bp 22bp 22bp
2351
2352 \end_inset
2353
2354  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Graphics
2360         filename ../../images/tabular-feature_unset-all-lines.png
2361         scale 70
2362         scaleBeforeRotation
2363         BoundingBox 0bp 6bp 22bp 22bp
2364
2365 \end_inset
2366
2367  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372 \begin_inset Graphics
2373         filename ../../images/tabular-feature_align-left.png
2374         scale 70
2375         scaleBeforeRotation
2376         BoundingBox 0bp 6bp 22bp 22bp
2377
2378 \end_inset
2379
2380  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../../images/tabular-feature_align-center.png
2387         scale 70
2388         scaleBeforeRotation
2389         BoundingBox 0bp 6bp 22bp 22bp
2390
2391 \end_inset
2392
2393  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Graphics
2399         filename ../../images/tabular-feature_align-right.png
2400         scale 70
2401         scaleBeforeRotation
2402         BoundingBox 0bp 6bp 22bp 22bp
2403
2404 \end_inset
2405
2406  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Graphics
2412         filename ../../images/tabular-feature_valign-top.png
2413         scale 70
2414         scaleBeforeRotation
2415         BoundingBox 0bp 6bp 22bp 22bp
2416
2417 \end_inset
2418
2419  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2420 \end_layout
2421
2422 \begin_layout Labeling
2423 \labelwidthstring 00.00.0000
2424 \begin_inset Graphics
2425         filename ../../images/tabular-feature_valign-middle.png
2426         scale 70
2427         scaleBeforeRotation
2428         BoundingBox 0bp 6bp 22bp 22bp
2429
2430 \end_inset
2431
2432  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Graphics
2438         filename ../../images/tabular-feature_valign-bottom.png
2439         scale 70
2440         scaleBeforeRotation
2441         BoundingBox 0bp 6bp 22bp 22bp
2442
2443 \end_inset
2444
2445  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2446 \end_layout
2447
2448 \begin_layout Labeling
2449 \labelwidthstring 00.00.0000
2450 \begin_inset Graphics
2451         filename ../../images/tabular-feature_set-rotate-cell.png
2452         scale 70
2453         scaleBeforeRotation
2454         BoundingBox 0bp 6bp 22bp 22bp
2455
2456 \end_inset
2457
2458  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2459 \end_layout
2460
2461 \begin_layout Labeling
2462 \labelwidthstring 00.00.0000
2463 \begin_inset Graphics
2464         filename ../../images/tabular-feature_set-rotate-tabular.png
2465         scale 70
2466         scaleBeforeRotation
2467         BoundingBox 0bp 6bp 22bp 22bp
2468
2469 \end_inset
2470
2471  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2472 \end_layout
2473
2474 \begin_layout Labeling
2475 \labelwidthstring 00.00.0000
2476 \begin_inset Graphics
2477         filename ../../images/tabular-feature_multicolumn.png
2478         scale 70
2479         scaleBeforeRotation
2480         BoundingBox 0bp 6bp 22bp 22bp
2481
2482 \end_inset
2483
2484  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2485 \end_layout
2486
2487 \begin_layout Standard
2488 \begin_inset Note Greyedout
2489 status open
2490
2491 \begin_layout Plain Layout
2492
2493 \series bold
2494 Note:
2495 \series default
2496  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2497  Reihe für alle Zelle der Reihe verwendet.
2498 \end_layout
2499
2500 \end_inset
2501
2502
2503 \end_layout
2504
2505 \begin_layout Section
2506 Bearbeiten-Menü
2507 \begin_inset Index
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511 Tabellen ! Bearbeiten-Menü
2512 \end_layout
2513
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \begin_layout Standard
2520 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2521  Wenn der Cursor in einer Tabelle steht, sind im 
2522 \family sans
2523 Bearbeiten
2524 \family default
2525 -Menü folgende Punkte aktiviert: 
2526 \family sans
2527 Tabelle
2528 \family default
2529
2530 \family sans
2531 Zeilen
2532 \begin_inset Space ~
2533 \end_inset
2534
2535 &
2536 \begin_inset Space ~
2537 \end_inset
2538
2539 Spalten
2540 \family default
2541  und 
2542 \family sans
2543 Tabellen-Einstellungen
2544 \family default
2545 .
2546  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2547 ngsmöglichkeiten zu erreichen.
2548 \end_layout
2549
2550 \begin_layout Section
2551 Gleitende Tabellen
2552 \begin_inset CommandInset label
2553 LatexCommand label
2554 name "abs:Gleitende-Tabellen"
2555
2556 \end_inset
2557
2558
2559 \begin_inset Index
2560 status collapsed
2561
2562 \begin_layout Plain Layout
2563 Gleitobjekte ! Tabellen
2564 \end_layout
2565
2566 \end_inset
2567
2568
2569 \begin_inset Index
2570 status collapsed
2571
2572 \begin_layout Plain Layout
2573 Tabellen ! gleitende
2574 \end_layout
2575
2576 \end_inset
2577
2578
2579 \end_layout
2580
2581 \begin_layout Standard
2582 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2583 \begin_inset Space ~
2584 \end_inset
2585
2586
2587 \begin_inset CommandInset ref
2588 LatexCommand ref
2589 reference "abs:Gleitobjekte-Einleitung"
2590
2591 \end_inset
2592
2593 .
2594 \end_layout
2595
2596 \begin_layout Standard
2597 \begin_inset Float table
2598 placement h
2599 wide false
2600 sideways false
2601 status open
2602
2603 \begin_layout Plain Layout
2604 \begin_inset Caption
2605
2606 \begin_layout Plain Layout
2607 \begin_inset CommandInset label
2608 LatexCommand label
2609 name "tab:a table float"
2610
2611 \end_inset
2612
2613 Eine gleitende Tabelle
2614 \end_layout
2615
2616 \end_inset
2617
2618
2619 \end_layout
2620
2621 \begin_layout Plain Layout
2622 \align center
2623 \begin_inset Tabular
2624 <lyxtabular version="3" rows="3" columns="3">
2625 <features>
2626 <column alignment="center" valignment="top" width="0pt">
2627 <column alignment="center" valignment="top" width="0pt">
2628 <column alignment="center" valignment="top" width="0pt">
2629 <row>
2630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634
2635 \family roman
2636 \series medium
2637 \shape up
2638 \size normal
2639 \emph off
2640 \bar no
2641 \noun off
2642 \color none
2643 1
2644 \end_layout
2645
2646 \end_inset
2647 </cell>
2648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2649 \begin_inset Text
2650
2651 \begin_layout Plain Layout
2652
2653 \family roman
2654 \series medium
2655 \shape up
2656 \size normal
2657 \emph off
2658 \bar no
2659 \noun off
2660 \color none
2661 2
2662 \end_layout
2663
2664 \end_inset
2665 </cell>
2666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2667 \begin_inset Text
2668
2669 \begin_layout Plain Layout
2670
2671 \family roman
2672 \series medium
2673 \shape up
2674 \size normal
2675 \emph off
2676 \bar no
2677 \noun off
2678 \color none
2679 3
2680 \end_layout
2681
2682 \end_inset
2683 </cell>
2684 </row>
2685 <row>
2686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \family roman
2692 \series medium
2693 \shape up
2694 \size normal
2695 \emph off
2696 \bar no
2697 \noun off
2698 \color none
2699 Martin
2700 \end_layout
2701
2702 \end_inset
2703 </cell>
2704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2705 \begin_inset Text
2706
2707 \begin_layout Plain Layout
2708
2709 \family roman
2710 \series medium
2711 \shape up
2712 \size normal
2713 \emph off
2714 \bar no
2715 \noun off
2716 \color none
2717 Lena
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726
2727 \family roman
2728 \series medium
2729 \shape up
2730 \size normal
2731 \emph off
2732 \bar no
2733 \noun off
2734 \color none
2735 Alina
2736 \end_layout
2737
2738 \end_inset
2739 </cell>
2740 </row>
2741 <row>
2742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Plain Layout
2746
2747 \family roman
2748 \series medium
2749 \shape up
2750 \size normal
2751 \emph off
2752 \bar no
2753 \noun off
2754 \color none
2755 \begin_inset Formula $\int x^{2}dx$
2756 \end_inset
2757
2758
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767
2768 \family roman
2769 \series medium
2770 \shape up
2771 \size normal
2772 \emph off
2773 \bar no
2774 \noun off
2775 \color none
2776 \begin_inset Formula $\left[\begin{array}{cc}
2777 a & b\\
2778 c & d\end{array}\right]$
2779 \end_inset
2780
2781
2782 \end_layout
2783
2784 \end_inset
2785 </cell>
2786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2787 \begin_inset Text
2788
2789 \begin_layout Plain Layout
2790
2791 \family roman
2792 \series medium
2793 \shape up
2794 \size normal
2795 \emph off
2796 \bar no
2797 \noun off
2798 \color none
2799 \begin_inset Formula $1+1=2$
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 </row>
2808 </lyxtabular>
2809
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \end_inset
2816
2817
2818 \end_layout
2819
2820 \begin_layout Standard
2821 Gleitende Tabellen können über 
2822 \family sans
2823 Einfügen\SpecialChar \menuseparator
2824 Gleitobjekt\SpecialChar \menuseparator
2825 Tabelle
2826 \family default
2827  oder einen Klick auf den Werkzeugleistenknopf 
2828 \begin_inset Graphics
2829         filename ../../images/float-insert_table.png
2830         scale 70
2831         scaleBeforeRotation
2832         BoundingBox 0bp 6bp 22bp 22bp
2833
2834 \end_inset
2835
2836  erzeugt werden.
2837  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2838  In das rot umrahmte Feld rechts von 
2839 \emph on
2840 Tabelle
2841 \begin_inset Space ~
2842 \end_inset
2843
2844 Nr:
2845 \emph default
2846  schreiben Sie die Tabellenbeschriftung.
2847  Nach einem Klick oberhalb oder unterhalb von 
2848 \emph on
2849 Tabelle
2850 \begin_inset Space ~
2851 \end_inset
2852
2853 Nr:
2854 \emph default
2855  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2856 \begin_inset Graphics
2857         filename ../../images/tabular-insert.png
2858         scale 70
2859         scaleBeforeRotation
2860         BoundingBox 0bp 6bp 22bp 22bp
2861
2862 \end_inset
2863
2864  oder dem Menü 
2865 \family sans
2866 Einfügen\SpecialChar \menuseparator
2867 Tabelle
2868 \family default
2869  einfügen.
2870 \end_layout
2871
2872 \begin_layout Standard
2873 Tabelle
2874 \begin_inset Space ~
2875 \end_inset
2876
2877
2878 \begin_inset CommandInset ref
2879 LatexCommand ref
2880 reference "tab:a table float"
2881
2882 \end_inset
2883
2884  ist ein Beispiel für eine gleitende Tabelle.
2885 \end_layout
2886
2887 \begin_layout Standard
2888 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2889 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2890  Das bedeutet, dass bei den Klassen 
2891 \family sans
2892 article
2893 \family default
2894
2895 \family sans
2896 book
2897 \family default
2898
2899 \family sans
2900 letter
2901 \family default
2902 , und 
2903 \family sans
2904 report
2905 \family default
2906  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2907  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2908 \series bold
2909 caption
2910 \series default
2911
2912 \begin_inset Index
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916 LaTeX-Pakete ! caption
2917 \end_layout
2918
2919 \end_inset
2920
2921  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2922 \begin_inset Foot
2923 status open
2924
2925 \begin_layout Plain Layout
2926 Näheres finden Sie im Abschnitt
2927 \begin_inset Space ~
2928 \end_inset
2929
2930
2931 \begin_inset CommandInset ref
2932 LatexCommand ref
2933 reference "abs:Titel-Platzierung"
2934
2935 \end_inset
2936
2937 .
2938 \end_layout
2939
2940 \end_inset
2941
2942
2943 \end_layout
2944
2945 \begin_layout Standard
2946
2947 \series bold
2948 tableposition=top
2949 \end_layout
2950
2951 \begin_layout Standard
2952 Das Paket 
2953 \series bold
2954 caption
2955 \series default
2956 , das in Abschnitt
2957 \begin_inset Space ~
2958 \end_inset
2959
2960
2961 \begin_inset CommandInset ref
2962 LatexCommand ref
2963 reference "abs:Titel-Formatierung"
2964
2965 \end_inset
2966
2967 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2968 \end_layout
2969
2970 \begin_layout Standard
2971 \begin_inset Index
2972 status collapsed
2973
2974 \begin_layout Plain Layout
2975 Tabellen ! zitieren
2976 \end_layout
2977
2978 \end_inset
2979
2980 Auf Tabellen kann über ihre Marke verwiesen werden.
2981  Dafür fügen Sie in der Beschriftung mit 
2982 \family sans
2983 Einfügen\SpecialChar \menuseparator
2984 Marke
2985 \family default
2986  oder durch Klicken auf 
2987 \begin_inset Graphics
2988         filename ../../images/label-insert.png
2989         scale 70
2990         scaleBeforeRotation
2991         BoundingBox 0bp 6bp 20bp 20bp
2992
2993 \end_inset
2994
2995  eine Marke ein.
2996  Auf diese können Sie dann wie gewohnt mit 
2997 \family sans
2998 Einfügen\SpecialChar \menuseparator
2999 Querverweis
3000 \family default
3001  oder durch Klicken auf 
3002 \begin_inset Graphics
3003         filename ../../images/dialog-show-new-inset_ref.png
3004         scale 70
3005         scaleBeforeRotation
3006         BoundingBox 0bp 6bp 22bp 22bp
3007
3008 \end_inset
3009
3010  verweisen.
3011  Verweise werden detailliert in Abschnitt
3012 \begin_inset Space ~
3013 \end_inset
3014
3015
3016 \begin_inset CommandInset ref
3017 LatexCommand ref
3018 reference "abs:Auf-Gleitobjekte-verweisen"
3019
3020 \end_inset
3021
3022  beschrieben.
3023 \end_layout
3024
3025 \begin_layout Section
3026 Lange Tabellen
3027 \begin_inset CommandInset label
3028 LatexCommand label
3029 name "abs:Lange-Tabellen"
3030
3031 \end_inset
3032
3033
3034 \begin_inset Index
3035 status collapsed
3036
3037 \begin_layout Plain Layout
3038 Tabellen ! lange
3039 \end_layout
3040
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \begin_layout Standard
3047 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3048  Dialogfenster 
3049 \family sans
3050 Tabellen-Einstellungen
3051 \family default
3052  auf der Karteikarte  
3053 \family sans
3054 Lange
3055 \begin_inset Space ~
3056 \end_inset
3057
3058 Tabelle
3059 \family default
3060  die Option 
3061 \family sans
3062 Lange
3063 \begin_inset Space ~
3064 \end_inset
3065
3066 Tabelle
3067 \begin_inset Space ~
3068 \end_inset
3069
3070 verwenden
3071 \family default
3072  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3073  Außerdem werden weitere Optionen aktiviert, die im 
3074 \emph on
3075 Benutzerhandbuch
3076 \emph default
3077  beschrieben sind.
3078 \end_layout
3079
3080 \begin_layout Standard
3081 Hier ist ein Beispiel einer langen Tabelle:
3082 \end_layout
3083
3084 \begin_layout Standard
3085 \align center
3086 \begin_inset Tabular
3087 <lyxtabular version="3" rows="69" columns="3">
3088 <features islongtable="true">
3089 <column alignment="left" valignment="top" width="0cm">
3090 <column alignment="left" valignment="top" width="0pt">
3091 <column alignment="right" valignment="top" width="0pt">
3092 <row endfirsthead="true">
3093 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097
3098 \series bold
3099 Telefonliste (ignoriere die Namen)
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Plain Layout
3117
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row endfirsthead="true">
3124 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \series bold
3130 NAME
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148
3149 \series bold
3150 TEL.
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 </row>
3156 <row endhead="true">
3157 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \series bold
3163 Telefonliste
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 </row>
3187 <row endhead="true">
3188 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192
3193 \series bold
3194 NAME
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \series bold
3214 TEL.
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 <row endfoot="true">
3221 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \series bold
3227 wird fortgesetzt
3228 \series default
3229  \SpecialChar \ldots{}
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 </row>
3254 <row>
3255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259
3260 \series bold
3261 Annovi
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell alignment="center" valignment="top" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270 Silvia
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279 111
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 </row>
3285 <row>
3286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290
3291 \series bold
3292 Bertoli
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell alignment="center" valignment="top" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301 Stefano
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310 111
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 </row>
3316 <row>
3317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \series bold
3323 Bozzi
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332 Walter
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341 111
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row>
3348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 Cachia
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 Maria
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372 111
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 </row>
3378 <row>
3379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \series bold
3385 Cachia
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 Maurizio
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 111
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \series bold
3416 Cinquemani
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 Giusi
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 111
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row>
3441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445
3446 \series bold
3447 Colin
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 Bernard
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 111
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 </row>
3471 <row>
3472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \series bold
3478 Concli
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 Gianfranco
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 111
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 Dal Bosco
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Carolina
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 111
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \series bold
3540 Dalpiaz
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 Annamaria
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 111
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 Feliciello
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 Domenico
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 111
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 Focarelli
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Paola
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 111
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633 Galletti
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 Oreste
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Gasparini
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Franca
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Rizzardi
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Paola
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \series bold
3726 Lassini
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Giancarlo
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Malfatti
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Luciano
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 Malfatti
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 Valeriano
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \series bold
3819 Meneguzzo
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 Roberto
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \series bold
3850 Mezzadra
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Roberto
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881 Pirpamer
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Erich
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 111
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \series bold
3912 Pochiesa
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 Paolo
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 111, 222
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \series bold
3943 Radina
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 Claudio
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 111
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 </row>
3967 <row>
3968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972
3973 \series bold
3974 Stuffer
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 Oskar
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 111
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 </row>
3998 <row>
3999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003
4004 \series bold
4005 Tacchelli
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 Ugo
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 111
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 </row>
4029 <row>
4030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034
4035 \series bold
4036 Tezzele
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 Margit
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 111
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065
4066 \series bold
4067 Unterkalmsteiner
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 Frieda
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 111
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \series bold
4098 Vieider
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Hilde
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 111
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \series bold
4129 Vigna
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 Jürgen
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 111
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 </row>
4153 <row>
4154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158
4159 \series bold
4160 Weber
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 Maurizio
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 111
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189
4190 \series bold
4191 Winkler
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 Franz
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 111
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 </row>
4215 <row>
4216 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220  
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Annovi
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Silvia
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 555
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Bertoli
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Stefano
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 555
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311
4312 \series bold
4313 Bozzi
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 Walter
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 555
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342
4343 \series bold
4344 Cachia
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 Maria
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 555
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \series bold
4375 Cachia
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 Maurizio
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 555
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404
4405 \series bold
4406 Cinquemani
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 Giusi
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 555
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435
4436 \series bold
4437 Colin
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 Bernard
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 555
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466
4467 \series bold
4468 Concli
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 Gianfranco
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 555
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \series bold
4499 Dal Bosco
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 Carolina
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 555
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528
4529 \series bold
4530 Dalpiaz
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 Annamaria
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 555
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \series bold
4561 Feliciello
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Domenico
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 555
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Focarelli
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Paola
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 555
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Galletti
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Oreste
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 555
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Gasparini
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Franca
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Rizzardi
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Paola
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Lassini
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Giancarlo
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \series bold
4747 Malfatti
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Luciano
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776
4777 \series bold
4778 Malfatti
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 Valeriano
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \series bold
4809 Meneguzzo
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 Roberto
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 555
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \series bold
4840 Mezzadra
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Roberto
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \series bold
4871 Pirpamer
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Erich
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 555
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900
4901 \series bold
4902 Pochiesa
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 Paolo
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 555, 222
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \series bold
4933 Radina
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 Claudio
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 555
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 </row>
4957 <row>
4958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962
4963 \series bold
4964 Stuffer
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 Oskar
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 555
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \series bold
4995 Tacchelli
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Ugo
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 555
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row>
5020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \series bold
5026 Tezzele
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Margit
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 555
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 <row>
5051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055
5056 \series bold
5057 Unterkalmsteiner
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Frieda
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 555
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \series bold
5088 Vieider
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Hilde
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 555
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \series bold
5119 Vigna
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 Jürgen
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 999
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \series bold
5150 Weber
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Maurizio
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 555
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181 Winkler
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Franz
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 555
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row endlastfoot="true">
5206 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \series bold
5212 Ende
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 </lyxtabular>
5237
5238 \end_inset
5239
5240
5241 \begin_inset ERT
5242 status collapsed
5243
5244 \begin_layout Plain Layout
5245
5246
5247 \backslash
5248 addtocounter{table}{-1}
5249 \end_layout
5250
5251 \end_inset
5252
5253
5254 \begin_inset Note Note
5255 status collapsed
5256
5257 \begin_layout Plain Layout
5258 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5259 \begin_inset Space ~
5260 \end_inset
5261
5262
5263 \begin_inset CommandInset ref
5264 LatexCommand ref
5265 reference "uab:Titel-für-lange"
5266
5267 \end_inset
5268
5269
5270 \end_layout
5271
5272 \end_inset
5273
5274
5275 \end_layout
5276
5277 \begin_layout Subsection
5278 Fußnoten in langen Tabellen
5279 \begin_inset CommandInset label
5280 LatexCommand label
5281 name "uab:Fußnoten-in-langen"
5282
5283 \end_inset
5284
5285
5286 \begin_inset Index
5287 status collapsed
5288
5289 \begin_layout Plain Layout
5290 Tabellen ! lange ! Fußnoten
5291 \end_layout
5292
5293 \end_inset
5294
5295
5296 \end_layout
5297
5298 \begin_layout Standard
5299 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5300  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5301  Tabelle
5302 \begin_inset Space ~
5303 \end_inset
5304
5305
5306 \begin_inset CommandInset ref
5307 LatexCommand ref
5308 reference "tab:DiffCaptions"
5309
5310 \end_inset
5311
5312  hat zum Beispiel eine Fußnote.
5313 \end_layout
5314
5315 \begin_layout Subsection
5316 Ausrichtung langer Tabellen
5317 \begin_inset Index
5318 status collapsed
5319
5320 \begin_layout Plain Layout
5321 Tabellen ! lange ! Ausrichtung
5322 \end_layout
5323
5324 \end_inset
5325
5326
5327 \end_layout
5328
5329 \begin_layout Standard
5330 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5331  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5332 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5333  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5334  Längen 
5335 \series bold
5336
5337 \backslash
5338 LTleft 
5339 \series default
5340 und 
5341 \series bold
5342
5343 \backslash
5344 LTright
5345 \series default
5346  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5347  wird:
5348 \end_layout
5349
5350 \begin_layout Standard
5351
5352 \series bold
5353
5354 \backslash
5355 setlength{
5356 \backslash
5357 LTleft}{Wert}
5358 \end_layout
5359
5360 \begin_layout Standard
5361 Wobei der Wert eine der in Tabelle
5362 \begin_inset Space ~
5363 \end_inset
5364
5365
5366 \begin_inset CommandInset ref
5367 LatexCommand ref
5368 reference "tab:Maßeinheiten"
5369
5370 \end_inset
5371
5372  aufgelisteten Einheiten haben kann.
5373  
5374 \series bold
5375
5376 \backslash
5377 LTleft
5378 \series default
5379  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5380  
5381 \series bold
5382
5383 \backslash
5384 LTright
5385 \series default
5386  den Abstand von rechts.
5387  Die Voreinstellung für beide Werte ist 
5388 \series bold
5389
5390 \backslash
5391 fill
5392 \series default
5393 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5394  in LyX ist.
5395 \end_layout
5396
5397 \begin_layout Standard
5398 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5399 \series bold
5400
5401 \backslash
5402 LTleft
5403 \series default
5404  auf den Wert 0
5405 \begin_inset Space \thinspace{}
5406 \end_inset
5407
5408 pt gesetzt wurde.
5409 \begin_inset ERT
5410 status collapsed
5411
5412 \begin_layout Plain Layout
5413
5414
5415 \backslash
5416 setlength{
5417 \backslash
5418 LTleft}{0pt}
5419 \end_layout
5420
5421 \end_inset
5422
5423
5424 \end_layout
5425
5426 \begin_layout Standard
5427 \begin_inset Tabular
5428 <lyxtabular version="3" rows="5" columns="5">
5429 <features islongtable="true">
5430 <column alignment="center" valignment="top" width="0">
5431 <column alignment="center" valignment="top" width="0">
5432 <column alignment="center" valignment="top" width="0">
5433 <column alignment="center" valignment="top" width="0">
5434 <column alignment="center" valignment="top" width="0">
5435 <row>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 1
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 2
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 3
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 4
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 5
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 </row>
5482 <row>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 asd
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 s
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 s
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 s
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 asd
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 </row>
5529 <row>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 asd
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 s
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 s
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 s
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 asd
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 </row>
5576 <row>
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 asd
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 s
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 s
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 s
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 asd
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 </row>
5623 <row>
5624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 asd
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 asd
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 asd
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 asd
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 asd
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 </row>
5670 </lyxtabular>
5671
5672 \end_inset
5673
5674
5675 \begin_inset ERT
5676 status collapsed
5677
5678 \begin_layout Plain Layout
5679
5680
5681 \backslash
5682 setlength{
5683 \backslash
5684 LTleft}{
5685 \backslash
5686 fill}
5687 \end_layout
5688
5689 \end_inset
5690
5691
5692 \end_layout
5693
5694 \begin_layout Subsection
5695 Beschriftungen lange Tabellen
5696 \begin_inset Index
5697 status collapsed
5698
5699 \begin_layout Plain Layout
5700 Tabellen ! lange ! Titel
5701 \end_layout
5702
5703 \end_inset
5704
5705
5706 \begin_inset CommandInset label
5707 LatexCommand label
5708 name "uab:Titel-für-lange"
5709
5710 \end_inset
5711
5712
5713 \end_layout
5714
5715 \begin_layout Standard
5716 Eine 
5717 \family sans
5718 lange
5719 \begin_inset Space ~
5720 \end_inset
5721
5722 Tabelle
5723 \family default
5724  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5725  Seite gedruckt werden können.
5726  Aber die 
5727 \family sans
5728 Legende
5729 \family default
5730 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5731 \end_layout
5732
5733 \begin_layout Standard
5734 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5735 \end_layout
5736
5737 \begin_layout Enumerate
5738 Erstellen Sie eine 
5739 \family sans
5740 lange
5741 \begin_inset Space ~
5742 \end_inset
5743
5744 Tabelle
5745 \family default
5746 .
5747 \end_layout
5748
5749 \begin_layout Enumerate
5750 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5751 \end_layout
5752
5753 \begin_layout Enumerate
5754 Fügen Sie 
5755 \family sans
5756 mit Einfügen\SpecialChar \menuseparator
5757 Legende
5758 \family default
5759  eine Beschriftung in die erste Tabellenzelle.
5760  Sie können auch noch einen Kurztitel hinzufügen, 
5761 \family sans
5762 Einfügen\SpecialChar \menuseparator
5763 Kurztitel
5764 \family default
5765 .
5766 \end_layout
5767
5768 \begin_layout Enumerate
5769 Fügen Sie hinter dem Titel 
5770 \series bold
5771
5772 \begin_inset Quotes gld
5773 \end_inset
5774
5775
5776 \backslash
5777
5778 \backslash
5779 %
5780 \series default
5781
5782 \begin_inset Quotes grd
5783 \end_inset
5784
5785  als TeX-Code ein.
5786 \end_layout
5787
5788 \begin_layout Standard
5789 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5790  gedruckt.
5791  Die Zeichen 
5792 \series bold
5793
5794 \begin_inset Quotes gld
5795 \end_inset
5796
5797
5798 \backslash
5799
5800 \backslash
5801 %
5802 \series default
5803
5804 \begin_inset Quotes grd
5805 \end_inset
5806
5807  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5808  weg.
5809  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5810  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5811 \end_layout
5812
5813 \begin_layout Standard
5814 Hier ist eine kleine 
5815 \family sans
5816 lange
5817 \begin_inset Space ~
5818 \end_inset
5819
5820 Tabelle
5821 \family default
5822 , die zeigt, wie das funktioniert:
5823 \end_layout
5824
5825 \begin_layout Standard
5826 \begin_inset Tabular
5827 <lyxtabular version="3" rows="6" columns="5">
5828 <features islongtable="true">
5829 <column alignment="center" valignment="top" width="0">
5830 <column alignment="center" valignment="top" width="0">
5831 <column alignment="center" valignment="top" width="0">
5832 <column alignment="center" valignment="top" width="0">
5833 <column alignment="center" valignment="top" width="0">
5834 <row caption="true">
5835 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 \begin_inset Caption
5840
5841 \begin_layout Plain Layout
5842 Eine 
5843 \family sans
5844 lange
5845 \begin_inset Space ~
5846 \end_inset
5847
5848 Tabelle
5849 \family default
5850  mit Titel
5851 \begin_inset OptArg
5852 status open
5853
5854 \begin_layout Plain Layout
5855 Lange Tabelle
5856 \end_layout
5857
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 </row>
5907 <row>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 1
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 2
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 3
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 4
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 5
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 asd
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 s
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 s
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 s
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 asd
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 </row>
6001 <row>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 asd
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 s
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 s
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 s
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 asd
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 <row>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 asd
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 s
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 s
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 s
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 asd
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 </row>
6095 <row>
6096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 asd
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 asd
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 asd
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 </row>
6142 </lyxtabular>
6143
6144 \end_inset
6145
6146
6147 \end_layout
6148
6149 \begin_layout Standard
6150 \begin_inset VSpace medskip
6151 \end_inset
6152
6153
6154 \begin_inset Note Greyedout
6155 status open
6156
6157 \begin_layout Plain Layout
6158
6159 \series bold
6160 Bemerkung
6161 \begin_inset Space ~
6162 \end_inset
6163
6164 1:
6165 \series default
6166  Die Tabellennummer wird für jede 
6167 \family sans
6168 lange
6169 \begin_inset Space ~
6170 \end_inset
6171
6172 Tabelle
6173 \family default
6174  erhöht, auch wenn Sie keinen Titel vergeben.
6175  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6176 \begin_inset Space ~
6177 \end_inset
6178
6179 2.4 auf Tabelle
6180 \begin_inset Space ~
6181 \end_inset
6182
6183 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6184 \family sans
6185  lange
6186 \begin_inset Space ~
6187 \end_inset
6188
6189 Tabellen
6190 \family default
6191  ohne Titel sind.
6192  Um das zu vermeiden, können Sie hinter jede 
6193 \family sans
6194 lange
6195 \begin_inset Space ~
6196 \end_inset
6197
6198 Tabelle
6199 \family default
6200  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6201 \end_layout
6202
6203 \begin_layout Plain Layout
6204
6205 \series bold
6206
6207 \backslash
6208 addtocounter{table}{-1}
6209 \end_layout
6210
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \begin_layout Standard
6217 \begin_inset Note Greyedout
6218 status open
6219
6220 \begin_layout Plain Layout
6221
6222 \series bold
6223 Bemerkung
6224 \begin_inset Space ~
6225 \end_inset
6226
6227 2:
6228 \series default
6229  Wenn Sie das LaTeX-Paket 
6230 \series bold
6231 hyperref
6232 \series default
6233
6234 \begin_inset Index
6235 status collapsed
6236
6237 \begin_layout Plain Layout
6238 LaTeX-Pakete ! hyperref
6239 \end_layout
6240
6241 \end_inset
6242
6243  für Querverweise benutzen, wird der Verweis auf eine 
6244 \family sans
6245 lange
6246 \begin_inset Space ~
6247 \end_inset
6248
6249 Tabelle
6250 \family default
6251  immer auf den Anfang des Dokuments zeigen.
6252 \end_layout
6253
6254 \end_inset
6255
6256
6257 \begin_inset Newpage newpage
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \begin_layout Subsubsection
6264 Querverweise auf 
6265 \family sans
6266 lange
6267 \begin_inset Space ~
6268 \end_inset
6269
6270 Tabelle
6271 \family default
6272 n
6273 \begin_inset Index
6274 status collapsed
6275
6276 \begin_layout Plain Layout
6277 Tabellen ! lange ! Querverweis
6278 \end_layout
6279
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \begin_layout Standard
6286 \begin_inset Tabular
6287 <lyxtabular version="3" rows="6" columns="5">
6288 <features islongtable="true">
6289 <column alignment="center" valignment="top" width="0">
6290 <column alignment="center" valignment="top" width="0">
6291 <column alignment="center" valignment="top" width="0">
6292 <column alignment="center" valignment="top" width="0">
6293 <column alignment="center" valignment="top" width="0">
6294 <row caption="true">
6295 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 \begin_inset Caption
6300
6301 \begin_layout Plain Layout
6302
6303 \family sans
6304 Lange
6305 \begin_inset Space ~
6306 \end_inset
6307
6308 Tabelle
6309 \family default
6310  mit Marke
6311 \begin_inset CommandInset label
6312 LatexCommand label
6313 name "tab:LangeTabelle-mit-Marke"
6314
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \end_inset
6321
6322
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 </row>
6364 <row>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 1
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 Plain Layout
6378 2
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 Plain Layout
6387 3
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 Plain Layout
6396 4
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 Plain Layout
6405 5
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 </row>
6411 <row>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
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 Plain Layout
6425 s
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 Plain Layout
6434 s
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 Plain Layout
6443 s
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 asd
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 <row>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
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 Plain Layout
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 Plain Layout
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 Plain Layout
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 Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 </row>
6505 <row>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
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 Plain Layout
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 Plain Layout
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 Plain Layout
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 Plain Layout
6546 asd
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 </row>
6552 <row>
6553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 asd
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 sad
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 asd
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 asd
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 asd
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 </row>
6599 </lyxtabular>
6600
6601 \end_inset
6602
6603
6604 \end_layout
6605
6606 \begin_layout Standard
6607 Damit auf eine 
6608 \family sans
6609 lange
6610 \begin_inset Space ~
6611 \end_inset
6612
6613 Tabelle
6614 \family default
6615  verwiesen werden kann, müssen Sie eine 
6616 \family sans
6617 Marke
6618 \family default
6619  im Titel einfügen.
6620  Beachten Sie dabei, dass Sie 
6621 \emph on
6622
6623 \begin_inset Quotes gld
6624 \end_inset
6625
6626 tab:
6627 \emph default
6628
6629 \begin_inset Quotes grd
6630 \end_inset
6631
6632  selber ins Markenfeld schreiben müssen.
6633 \end_layout
6634
6635 \begin_layout Standard
6636 Dies ist ein Verweis auf Tabelle
6637 \begin_inset Space ~
6638 \end_inset
6639
6640
6641 \begin_inset CommandInset ref
6642 LatexCommand ref
6643 reference "tab:LangeTabelle-mit-Marke"
6644
6645 \end_inset
6646
6647 .
6648 \end_layout
6649
6650 \begin_layout Standard
6651 Mit dem LaTeX-Paket 
6652 \series bold
6653 caption
6654 \series default
6655
6656 \begin_inset Index
6657 status collapsed
6658
6659 \begin_layout Plain Layout
6660 LaTeX-Pakete ! caption
6661 \end_layout
6662
6663 \end_inset
6664
6665 , siehe Abschnitt
6666 \begin_inset Space ~
6667 \end_inset
6668
6669
6670 \begin_inset CommandInset ref
6671 LatexCommand ref
6672 reference "abs:Titel-Formatierung"
6673
6674 \end_inset
6675
6676 , können Sie alle anderen 
6677 \family sans
6678 Legende
6679 \family default
6680 -Optionen benutzen.
6681 \end_layout
6682
6683 \begin_layout Subsubsection
6684 Titelbreite
6685 \begin_inset Index
6686 status collapsed
6687
6688 \begin_layout Plain Layout
6689 Tabellen ! lange ! Beschriftungsbreite
6690 \end_layout
6691
6692 \end_inset
6693
6694
6695 \end_layout
6696
6697 \begin_layout Standard
6698 Die maximale Titelbreite wird durch die Variable 
6699 \series bold
6700
6701 \backslash
6702 LTcapwidth
6703 \series default
6704  definiert.
6705  Ihr Standardwert ist 4
6706 \begin_inset Space \thinspace{}
6707 \end_inset
6708
6709 Zoll (
6710 \begin_inset Formula $\approx10$
6711 \end_inset
6712
6713
6714 \begin_inset Space \thinspace{}
6715 \end_inset
6716
6717 cm).
6718  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6719  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6720 \end_layout
6721
6722 \begin_layout Standard
6723
6724 \series bold
6725
6726 \backslash
6727 setlength{
6728 \backslash
6729 LTcapwidth}{Breite}
6730 \end_layout
6731
6732 \begin_layout Standard
6733 wobei 
6734 \family typewriter
6735 Breite
6736 \family default
6737  eine der in Anhang
6738 \begin_inset Space ~
6739 \end_inset
6740
6741
6742 \begin_inset CommandInset ref
6743 LatexCommand ref
6744 reference "kap:In-LyX-verfügbare"
6745
6746 \end_inset
6747
6748  aufgelisteten Einheiten haben kann.
6749 \end_layout
6750
6751 \begin_layout Standard
6752 Die beiden folgenden Tabellen zeigen den Unterschied:
6753 \end_layout
6754
6755 \begin_layout Standard
6756 \begin_inset Tabular
6757 <lyxtabular version="3" rows="6" columns="5">
6758 <features islongtable="true">
6759 <column alignment="center" valignment="top" width="0">
6760 <column alignment="center" valignment="top" width="0">
6761 <column alignment="center" valignment="top" width="0">
6762 <column alignment="center" valignment="top" width="0">
6763 <column alignment="center" valignment="top" width="0">
6764 <row caption="true">
6765 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 \begin_inset Caption
6770
6771 \begin_layout Plain Layout
6772 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
6773  Titel 
6774 \begin_inset OptArg
6775 status open
6776
6777 \begin_layout Plain Layout
6778 Titel mit Standardbreite
6779 \end_layout
6780
6781 \end_inset
6782
6783
6784 \end_layout
6785
6786 \end_inset
6787
6788
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 </row>
6830 <row>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 1
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 2
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 3
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 4
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 5
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 </row>
6877 <row>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 asd
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 s
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 s
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 s
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 asd
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 </row>
6924 <row>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 asd
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 s
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 s
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 s
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 asd
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 </row>
6971 <row>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 asd
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 s
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 s
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 s
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 asd
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 </row>
7018 <row>
7019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 asd
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 sad
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 asd
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 asd
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 asd
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 </row>
7065 </lyxtabular>
7066
7067 \end_inset
7068
7069
7070 \end_layout
7071
7072 \begin_layout Standard
7073 \begin_inset ERT
7074 status collapsed
7075
7076 \begin_layout Plain Layout
7077
7078
7079 \backslash
7080 setlength{
7081 \backslash
7082 LTcapwidth}{5cm}
7083 \end_layout
7084
7085 \end_inset
7086
7087
7088 \begin_inset Tabular
7089 <lyxtabular version="3" rows="6" columns="5">
7090 <features islongtable="true">
7091 <column alignment="center" valignment="top" width="0">
7092 <column alignment="center" valignment="top" width="0">
7093 <column alignment="center" valignment="top" width="0">
7094 <column alignment="center" valignment="top" width="0">
7095 <column alignment="center" valignment="top" width="0">
7096 <row caption="true">
7097 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 \begin_inset Caption
7102
7103 \begin_layout Plain Layout
7104 Langer Titel mit 5
7105 \begin_inset Space \thinspace{}
7106 \end_inset
7107
7108 cm Breite, Langer Titel mit 5
7109 \begin_inset Space \thinspace{}
7110 \end_inset
7111
7112 cm Breite, Langer Titel mit 5
7113 \begin_inset Space \thinspace{}
7114 \end_inset
7115
7116 cm Breite, Langer Titel mit 5
7117 \begin_inset Space \thinspace{}
7118 \end_inset
7119
7120 cm Breite 
7121 \begin_inset OptArg
7122 status open
7123
7124 \begin_layout Plain Layout
7125 Titel mit 5
7126 \begin_inset Space \thinspace{}
7127 \end_inset
7128
7129 cm Breite
7130 \end_layout
7131
7132 \end_inset
7133
7134
7135 \end_layout
7136
7137 \end_inset
7138
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 </row>
7181 <row>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 1
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 2
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 3
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 4
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 5
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 </row>
7228 <row>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 asd
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 s
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 s
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 s
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 asd
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 </row>
7275 <row>
7276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 asd
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 s
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 s
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 s
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 asd
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 </row>
7322 <row>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 asd
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 s
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 s
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 s
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 asd
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 </row>
7369 <row>
7370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 asd
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 sad
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 asd
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 asd
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 asd
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 </row>
7416 </lyxtabular>
7417
7418 \end_inset
7419
7420
7421 \begin_inset ERT
7422 status collapsed
7423
7424 \begin_layout Plain Layout
7425
7426
7427 \backslash
7428 setlength{
7429 \backslash
7430 LTcapwidth}{4in}
7431 \end_layout
7432
7433 \end_inset
7434
7435
7436 \begin_inset Note Note
7437 status collapsed
7438
7439 \begin_layout Plain Layout
7440 Beschriftungsbreite zurücksetzen
7441 \end_layout
7442
7443 \end_inset
7444
7445
7446 \end_layout
7447
7448 \begin_layout Standard
7449 \begin_inset Note Greyedout
7450 status open
7451
7452 \begin_layout Plain Layout
7453
7454 \series bold
7455 Achtung:
7456 \series default
7457  Wenn das LaTeX-Paket 
7458 \series bold
7459 caption
7460 \series default
7461
7462 \begin_inset Index
7463 status collapsed
7464
7465 \begin_layout Plain Layout
7466 LaTeX-Pakete ! caption
7467 \end_layout
7468
7469 \end_inset
7470
7471  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7472  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7473  4
7474 \begin_inset Space \thinspace{}
7475 \end_inset
7476
7477 Zoll für 
7478 \series bold
7479
7480 \backslash
7481 LTcapwidth
7482 \series default
7483  benutzen.
7484  Um in diesem Fall eine genau a 4
7485 \begin_inset Space \thinspace{}
7486 \end_inset
7487
7488 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7489  4
7490 \begin_inset Space \thinspace{}
7491 \end_inset
7492
7493 Zoll veränderten Wert wie z.
7494 \begin_inset Space \thinspace{}
7495 \end_inset
7496
7497 B.
7498  3.99
7499 \begin_inset Space \thinspace{}
7500 \end_inset
7501
7502 Zoll verwenden oder den LaTeX-Befehl 
7503 \series bold
7504
7505 \backslash
7506 captionsetup{width=Wert}
7507 \series default
7508  benutzen, der vom 
7509 \series bold
7510 caption
7511 \series default
7512 -Paket bereitgestellt wird.
7513 \end_layout
7514
7515 \end_inset
7516
7517
7518 \end_layout
7519
7520 \begin_layout Subsubsection
7521 Unterschiedliche Titel für Tabellenseiten
7522 \begin_inset Index
7523 status collapsed
7524
7525 \begin_layout Plain Layout
7526 Tabellen ! lange ! mehrere Titel
7527 \end_layout
7528
7529 \end_inset
7530
7531
7532 \end_layout
7533
7534 \begin_layout Standard
7535 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7536  die erste, müssen Sie eine 
7537 \family sans
7538 Legende
7539 \family default
7540  mit einem nicht-leeren 
7541 \family sans
7542 Kurztitel
7543 \family default
7544  in eine leere Legende-Zeile, die als 
7545 \family sans
7546 Erste
7547 \begin_inset Space ~
7548 \end_inset
7549
7550 Kopfzeile
7551 \family default
7552  definiert wurde, einfügen.
7553  Der Titel für die anderen Tabellenseiten wird als 
7554 \family sans
7555 Legende
7556 \family default
7557  ohne 
7558 \family sans
7559 Kurztitel
7560 \family default
7561  in eine leere Legende-Zeile, die als 
7562 \family sans
7563 Kopfzeile
7564 \family default
7565  definiert wurde, einfügen.
7566  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7567  Befehl
7568 \end_layout
7569
7570 \begin_layout Standard
7571
7572 \series bold
7573
7574 \backslash
7575 caption*{caption text}
7576 \end_layout
7577
7578 \begin_layout Standard
7579 anstatt der 
7580 \family sans
7581 Legende
7582 \family default
7583 -Umgebung von LyX benutzen.
7584  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7585  den Titel der 
7586 \family sans
7587 Ersten
7588 \begin_inset Space ~
7589 \end_inset
7590
7591 Kopfzeile
7592 \family default
7593  eingefügt werden.
7594  Tabelle
7595 \begin_inset Space ~
7596 \end_inset
7597
7598
7599 \begin_inset CommandInset ref
7600 LatexCommand ref
7601 reference "tab:DiffCaptions"
7602
7603 \end_inset
7604
7605  ist ein Beispiel für eine 
7606 \family sans
7607 lange
7608 \begin_inset Space ~
7609 \end_inset
7610
7611 Tabelle
7612 \family default
7613  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7614 \end_layout
7615
7616 \begin_layout Standard
7617 \align center
7618 \begin_inset Tabular
7619 <lyxtabular version="3" rows="60" columns="3">
7620 <features islongtable="true">
7621 <column alignment="left" valignment="top" width="0cm">
7622 <column alignment="left" valignment="top" width="0pt">
7623 <column alignment="right" valignment="top" width="0pt">
7624 <row endfirsthead="true" caption="true">
7625 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 \begin_inset Caption
7630
7631 \begin_layout Plain Layout
7632 Telefonliste
7633 \begin_inset CommandInset label
7634 LatexCommand label
7635 name "tab:DiffCaptions"
7636
7637 \end_inset
7638
7639
7640 \begin_inset OptArg
7641 status collapsed
7642
7643 \begin_layout Plain Layout
7644 Telefonliste
7645 \end_layout
7646
7647 \end_inset
7648
7649
7650 \end_layout
7651
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 <row endfirsthead="true">
7679 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \series bold
7685 Telefonliste (ignoriere die Namen)
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 </row>
7709 <row endfirsthead="true">
7710 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714
7715 \series bold
7716 NAME
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \series bold
7736 TEL.
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 </row>
7742 <row endhead="true" caption="true">
7743 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 \begin_inset ERT
7748 status open
7749
7750 \begin_layout Plain Layout
7751
7752
7753 \backslash
7754 caption*{Fortsetzung der Telefonliste}
7755 \backslash
7756
7757 \backslash
7758 %
7759 \end_layout
7760
7761 \end_inset
7762
7763
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row endhead="true">
7788 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \series bold
7794 Telefonliste
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 </row>
7818 <row endhead="true">
7819 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \series bold
7825 NAME
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \series bold
7845 TEL.
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 </row>
7851 <row endfoot="true">
7852 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 wird fortgesetzt\SpecialChar \ldots{}
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 </row>
7881 <row>
7882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \series bold
7888 Annovi
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 Silvia
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 111
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 </row>
7912 <row>
7913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \series bold
7919 Bertoli
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 Stefano
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 111
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row>
7944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948
7949 \series bold
7950 Bozzi
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 Walter
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 111
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 </row>
7974 <row>
7975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979
7980 \series bold
7981 Cachia
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 Maria
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 111
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 </row>
8005 <row>
8006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010
8011 \series bold
8012 Cachia
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 Maurizio
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 111
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 </row>
8036 <row>
8037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041
8042 \series bold
8043 Cinquemani
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 Giusi
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 111
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \series bold
8074 Colin
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Bernard
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 111
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 <row>
8099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103
8104 \series bold
8105 Concli
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 Gianfranco
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 111
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \series bold
8136 Dal Bosco
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 Carolina
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 111
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \series bold
8167 Dalpiaz
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 Annamaria
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 111
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \series bold
8198 Feliciello
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 Domenico
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 111
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 <row>
8223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227
8228 \series bold
8229 Focarelli
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 Paola
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 111
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \series bold
8260 Galletti
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 Oreste
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 111
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 </row>
8284 <row>
8285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289
8290 \series bold
8291 Gasparini
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Franca
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 111
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \series bold
8322 Rizzardi
8323 \series default
8324
8325 \begin_inset Foot
8326 status open
8327
8328 \begin_layout Plain Layout
8329 Beispielfußnote
8330 \end_layout
8331
8332 \end_inset
8333
8334
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 Paola
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 111
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \series bold
8365 Lassini
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 Giancarlo
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 111
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 </row>
8389 <row>
8390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394
8395 \series bold
8396 Malfatti
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 Luciano
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 111
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 <row>
8421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \series bold
8427 Malfatti
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 Valeriano
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 111
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 </row>
8451 <row>
8452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456
8457 \series bold
8458 Meneguzzo
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 Roberto
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 111
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \series bold
8489 Mezzadra
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 Roberto
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 111
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 </row>
8513 <row>
8514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \series bold
8520 Pirpamer
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 Erich
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 111
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \series bold
8551 Pochiesa
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 Paolo
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 111, 222
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 </row>
8575 <row>
8576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580
8581 \series bold
8582 Radina
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 Claudio
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 111
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row>
8607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \series bold
8613 Stuffer
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Oskar
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 111
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642
8643 \series bold
8644 Tacchelli
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 Ugo
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 111
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \series bold
8675 Tezzele
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 Margit
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 111
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 </row>
8699 <row>
8700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704
8705 \series bold
8706 Unterkalmsteiner
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 Frieda
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 111
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 <row>
8731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735
8736 \series bold
8737 Vieider
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 Hilde
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 111
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766
8767 \series bold
8768 Vigna
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 Jürgen
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 111
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row>
8793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \series bold
8799 Weber
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 Maurizio
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 111
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \series bold
8830 Winkler
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 Franz
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 111
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859  
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 <row>
8884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888
8889 \series bold
8890 Annovi
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 Silvia
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 555
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 <row>
8915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919
8920 \series bold
8921 Bertoli
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 Stefano
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 555
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 </row>
8945 <row>
8946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950
8951 \series bold
8952 Bozzi
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 Walter
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 555
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 </row>
8976 <row>
8977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981
8982 \series bold
8983 Cachia
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 Maria
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 555
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \series bold
9014 Cachia
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 Maurizio
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 555
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 <row>
9039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043
9044 \series bold
9045 Cinquemani
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 Giusi
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 555
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 <row>
9070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \series bold
9076 Colin
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 Bernard
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 555
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 </row>
9100 <row>
9101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105
9106 \series bold
9107 Concli
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 Gianfranco
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 555
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 </row>
9131 <row>
9132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136
9137 \series bold
9138 Dal Bosco
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 Carolina
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 555
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 </row>
9162 <row>
9163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167
9168 \series bold
9169 Dalpiaz
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 Annamaria
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 555
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 </row>
9193 <row>
9194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198
9199 \series bold
9200 Feliciello
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 Domenico
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218 555
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 </row>
9224 <row>
9225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229
9230 \series bold
9231 Focarelli
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 Paola
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 555
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 </row>
9255 <row>
9256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260
9261 \series bold
9262 Galletti
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 Oreste
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280 555
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 </row>
9286 <row>
9287 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291
9292 \series bold
9293 Gasparini
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 Franca
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 555
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 </row>
9317 <row>
9318 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322
9323 \series bold
9324 Rizzardi
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 Paola
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 555
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 </row>
9348 <row>
9349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353
9354 \series bold
9355 Lassini
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 Giancarlo
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373 555
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 </row>
9379 <row>
9380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384
9385 \series bold
9386 Malfatti
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 Luciano
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 555
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 </row>
9410 <row>
9411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415
9416 \series bold
9417 Malfatti
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426 Valeriano
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435 555
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row>
9442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \series bold
9448 Meneguzzo
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 Roberto
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 555
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 </row>
9472 <row>
9473 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477
9478 \series bold
9479 Mezzadra
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 Roberto
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497 555
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 </row>
9503 <row endlastfoot="true">
9504 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 </row>
9532 </lyxtabular>
9533
9534 \end_inset
9535
9536
9537 \end_layout
9538
9539 \begin_layout Section
9540 Weitere Möglichkeiten für 
9541 \family sans
9542 lange Tabelle
9543 \family default
9544 n
9545 \begin_inset CommandInset label
9546 LatexCommand label
9547 name "abs:Special-Longtable-Issues"
9548
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \begin_layout Subsection
9555 L
9556 \family sans
9557 ange Tabelle
9558 \family default
9559 n: Berechnung
9560 \begin_inset Index
9561 status collapsed
9562
9563 \begin_layout Plain Layout
9564 Tabellen ! lange ! Berechnung
9565 \end_layout
9566
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \begin_layout Standard
9573 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9574  sogenannten 
9575 \emph on
9576 chunks
9577 \emph default
9578  (chunks).
9579  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9580  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9581  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9582  das die Druckausgabe.
9583  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9584  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9585  einfügen:
9586 \end_layout
9587
9588 \begin_layout Standard
9589
9590 \series bold
9591
9592 \backslash
9593 setcounter{LTchunksize}{100}
9594 \end_layout
9595
9596 \begin_layout Subsection
9597 Gleitobjekte und L
9598 \family sans
9599 ange Tabelle
9600 \family default
9601 n
9602 \begin_inset Index
9603 status collapsed
9604
9605 \begin_layout Plain Layout
9606 Tabellen ! lange ! und Gleitobjekte
9607 \end_layout
9608
9609 \end_inset
9610
9611
9612 \end_layout
9613
9614 \begin_layout Standard
9615 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9616 \family sans
9617 lange
9618 \begin_inset Space ~
9619 \end_inset
9620
9621 Tabelle
9622 \family default
9623  beginnt, ein Gleitobjekt befindet.
9624  Um das zu vermeiden, können Sie vor der 
9625 \family sans
9626 langen
9627 \begin_inset Space ~
9628 \end_inset
9629
9630 Tabelle
9631 \family default
9632  den LaTeX-Befehl
9633 \series bold
9634  
9635 \backslash
9636 clearpage
9637 \series default
9638  als TeX-Code einfügen.
9639 \end_layout
9640
9641 \begin_layout Subsection
9642 Manuelle Seitenumbrüche
9643 \begin_inset Index
9644 status collapsed
9645
9646 \begin_layout Plain Layout
9647 Tabellen ! lange ! manueller Seitenumbruch
9648 \end_layout
9649
9650 \end_inset
9651
9652
9653 \end_layout
9654
9655 \begin_layout Standard
9656 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9657  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9658  der Zelle umbrechen wollen, fügen Sie den Befehl  
9659 \begin_inset Quotes gld
9660 \end_inset
9661
9662
9663 \series bold
9664
9665 \backslash
9666
9667 \backslash
9668
9669 \series default
9670
9671 \begin_inset Quotes grd
9672 \end_inset
9673
9674  für einen neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebroche
9675 n werden soll.
9676  Vor dem 
9677 \begin_inset Quotes gld
9678 \end_inset
9679
9680
9681 \series bold
9682
9683 \backslash
9684
9685 \backslash
9686
9687 \series default
9688
9689 \begin_inset Quotes grd
9690 \end_inset
9691
9692 -Befehl müssen Sie so viele 
9693 \begin_inset Quotes gld
9694 \end_inset
9695
9696
9697 \series bold
9698 &
9699 \series default
9700
9701 \begin_inset Quotes grd
9702 \end_inset
9703
9704  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9705  Mit 
9706 \begin_inset Quotes gld
9707 \end_inset
9708
9709
9710 \series bold
9711 &
9712 \series default
9713
9714 \begin_inset Quotes grd
9715 \end_inset
9716
9717   werden in LaTeX Tabellenzellen getrennt.
9718  Hinter jedes 
9719 \begin_inset Quotes gld
9720 \end_inset
9721
9722
9723 \series bold
9724 &
9725 \series default
9726
9727 \begin_inset Quotes grd
9728 \end_inset
9729
9730  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9731  und löschen den Inhalt dieser Zellen.
9732 \end_layout
9733
9734 \begin_layout Standard
9735 Hinter dem 
9736 \begin_inset Quotes gld
9737 \end_inset
9738
9739
9740 \series bold
9741
9742 \backslash
9743
9744 \backslash
9745
9746 \series default
9747
9748 \begin_inset Quotes grd
9749 \end_inset
9750
9751 -Befehl müssen Sie so viele 
9752 \begin_inset Quotes gld
9753 \end_inset
9754
9755
9756 \series bold
9757 &
9758 \series default
9759
9760 \begin_inset Quotes grd
9761 \end_inset
9762
9763  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9764  In Tabelle
9765 \begin_inset Space ~
9766 \end_inset
9767
9768
9769 \begin_inset CommandInset ref
9770 LatexCommand ref
9771 reference "tab:ForcedPagebreak"
9772
9773 \end_inset
9774
9775  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9776  Es folgt noch eine weitere Spalte.
9777  Deshalb wurde hinter dem Wort 
9778 \emph on
9779 Castelchiodato, 
9780 \emph default
9781 folgendes eingefügt:
9782 \end_layout
9783
9784 \begin_layout Standard
9785
9786 \series bold
9787 & 111
9788 \backslash
9789
9790 \backslash
9791
9792 \begin_inset Newline newline
9793 \end_inset
9794
9795 &
9796 \end_layout
9797
9798 \begin_layout Standard
9799 Die 
9800 \begin_inset Quotes gld
9801 \end_inset
9802
9803 111
9804 \begin_inset Quotes grd
9805 \end_inset
9806
9807  in der dritten Spalte wurde gelöscht.
9808  Wenn die Fußzeile Ihrer 
9809 \family sans
9810 langen
9811 \begin_inset Space ~
9812 \end_inset
9813
9814 Tabelle
9815 \family default
9816  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9817  Befehle benutzen:
9818 \end_layout
9819
9820 \begin_layout Standard
9821
9822 \series bold
9823 & 111
9824 \backslash
9825
9826 \backslash
9827
9828 \begin_inset Newline newline
9829 \end_inset
9830
9831
9832 \backslash
9833 hline &
9834 \end_layout
9835
9836 \begin_layout Standard
9837 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9838  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9839 \end_layout
9840
9841 \begin_layout Standard
9842
9843 \series bold
9844
9845 \backslash
9846 setlength{
9847 \backslash
9848 parfillskip}{0pt}
9849 \end_layout
9850
9851 \begin_layout Standard
9852 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9853  erscheint.
9854 \end_layout
9855
9856 \begin_layout Standard
9857 \align center
9858 \begin_inset Tabular
9859 <lyxtabular version="3" rows="39" columns="3">
9860 <features islongtable="true">
9861 <column alignment="left" valignment="top" width="0cm">
9862 <column alignment="left" valignment="top" width="3cm">
9863 <column alignment="right" valignment="top" width="0pt">
9864 <row endfirsthead="true" caption="true">
9865 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 \begin_inset Caption
9870
9871 \begin_layout Plain Layout
9872 Tabelle mit manuellem Seitenumbruch in einer Zelle
9873 \begin_inset CommandInset label
9874 LatexCommand label
9875 name "tab:ForcedPagebreak"
9876
9877 \end_inset
9878
9879
9880 \begin_inset OptArg
9881 status collapsed
9882
9883 \begin_layout Plain Layout
9884 Tabelle mit manuellem Seitenumbruch in einer Zelle
9885 \end_layout
9886
9887 \end_inset
9888
9889
9890 \end_layout
9891
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 </row>
9918 <row endfirsthead="true">
9919 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \series bold
9925 Telefonliste (ignoriere die Namen)
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row endfirsthead="true">
9950 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \series bold
9956 NAME
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \series bold
9976 TEL.
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 <row endhead="true" caption="true">
9983 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 \begin_inset ERT
9988 status collapsed
9989
9990 \begin_layout Plain Layout
9991
9992
9993 \backslash
9994 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9995 \backslash
9996
9997 \backslash
9998 %
9999 \end_layout
10000
10001 \end_inset
10002
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 </row>
10027 <row endhead="true">
10028 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \series bold
10034 Telefonliste
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 </row>
10058 <row endhead="true">
10059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063
10064 \series bold
10065 NAME
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085 TEL.
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 </row>
10091 <row endfoot="true">
10092 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 wird fortgesetzt\SpecialChar \ldots{}
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 </row>
10121 <row>
10122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \series bold
10128 Annovi
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 Silvia
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 111
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row>
10153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \series bold
10159 Bertoli
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 Stefano
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 111
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row>
10184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \series bold
10190 Bozzi
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 Walter
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 111
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 </row>
10214 <row>
10215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219
10220 \series bold
10221 Cachia
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 Maria
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 111
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row>
10246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250
10251 \series bold
10252 Cachia
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Maurizio
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 111
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row>
10277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281
10282 \series bold
10283 Cinquemani
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 Giusi
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 111
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 </row>
10307 <row>
10308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312
10313 \series bold
10314 Colin
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 Bernard
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 111
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 <row>
10339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343
10344 \series bold
10345 Concli
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 Gianfranco
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 111
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \series bold
10376 Dal Bosco
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 Carolina
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 111
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 </row>
10400 <row>
10401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405
10406 \series bold
10407 Dalpiaz
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 Annamaria
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 111
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \series bold
10438 Feliciello
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Domenico
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 111
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \series bold
10469 Focarelli
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Paola
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 111
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 <row>
10494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498
10499 \series bold
10500 Galletti
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 Oreste
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 111
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row>
10525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \series bold
10531 Gasparini
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 Franca
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 111
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \series bold
10562 Lassini
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 Giancarlo
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 111
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \series bold
10593 Malfatti
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 Luciano
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 111
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 <row>
10618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622
10623 \series bold
10624 Malfatti
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 Valeriano
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 111
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 <row>
10649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \series bold
10655 Meneguzzo
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 Roberto
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 111
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row>
10680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \series bold
10686 Mezzadra
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 Roberto
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 111
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 </row>
10710 <row>
10711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715
10716 \series bold
10717 Pirpamer
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726 Erich
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 111
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746
10747 \series bold
10748 Pochiesa
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 Paolo
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 111, 222
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 <row>
10773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777
10778 \series bold
10779 Radina
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 Claudio
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 111
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \series bold
10810 Rizzardi
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 Paolo, 11.
10820  Fürst von Monte\SpecialChar \-
10821 com\SpecialChar \-
10822 patri, 11.
10823  Fürst von Sulmona und Vivaro, 10.
10824  Fürst von Rossano, 5.
10825  Herzog von Canemorte, 11.
10826  Herzog von Palombara, 5.
10827  Herzog von Castelchiodato,
10828 \begin_inset ERT
10829 status open
10830
10831 \begin_layout Plain Layout
10832
10833 & 111
10834 \backslash
10835
10836 \backslash
10837
10838 \end_layout
10839
10840 \begin_layout Plain Layout
10841
10842 &
10843 \end_layout
10844
10845 \end_inset
10846
10847  11.
10848  Herzog von Poggionativo, 11.
10849  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10850  Graf von Valinfreda, 11.
10851  Baron von Cropalati, 11.
10852  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \series bold
10874 Stuffer
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 Oskar
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 111
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \series bold
10905 Tacchelli
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 Ugo
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 111
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 <row>
10930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \series bold
10936 Tezzele
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 Margit
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 111
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 </row>
10960 <row>
10961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \series bold
10967 Unterkalmsteiner
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 Frieda
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 111
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 </row>
10991 <row>
10992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \series bold
10998 Vieider
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 Hilde
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 111
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 <row>
11023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027
11028 \series bold
11029 Vigna
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 Jürgen
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 111
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 </row>
11053 <row>
11054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \series bold
11060 Weber
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 Maurizio
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 111
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 </row>
11084 <row>
11085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089
11090 \series bold
11091 Winkler
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 Franz
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 111
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 <row endlastfoot="true">
11116 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 </lyxtabular>
11145
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \begin_layout Section
11152 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11153 \end_layout
11154
11155 \begin_layout Subsection
11156 Mehrfache Zeilen in Zellen
11157 \begin_inset CommandInset label
11158 LatexCommand label
11159 name "uab:Mehrfache-Zeilen-in"
11160
11161 \end_inset
11162
11163
11164 \begin_inset Index
11165 status collapsed
11166
11167 \begin_layout Plain Layout
11168 Mehrfache ! Zeilen in Zellen
11169 \end_layout
11170
11171 \end_inset
11172
11173
11174 \begin_inset Index
11175 status collapsed
11176
11177 \begin_layout Plain Layout
11178 Tabellen ! Zeilenumbrüche
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \begin_layout Standard
11187 \align center
11188 \begin_inset Float table
11189 placement H
11190 wide false
11191 sideways false
11192 status open
11193
11194 \begin_layout Plain Layout
11195 \begin_inset Caption
11196
11197 \begin_layout Plain Layout
11198 \begin_inset CommandInset label
11199 LatexCommand label
11200 name "tab:Table-with-multiple"
11201
11202 \end_inset
11203
11204 Tabelle mit mehrfachen Zeilen in einer Zelle
11205 \end_layout
11206
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \begin_layout Plain Layout
11213 \align center
11214 \begin_inset Tabular
11215 <lyxtabular version="3" rows="3" columns="3">
11216 <features>
11217 <column alignment="center" valignment="middle" width="2.5cm">
11218 <column alignment="center" valignment="middle" width="0.5cm">
11219 <column alignment="center" valignment="middle" width="0.5cm">
11220 <row>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 zwei
11226 \begin_inset ERT
11227 status collapsed
11228
11229 \begin_layout Plain Layout
11230
11231
11232 \backslash
11233 linebreak 
11234 \end_layout
11235
11236 \end_inset
11237
11238  Zeilen
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 b
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 c
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 </row>
11262 <row>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 d
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 e
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 f
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 </row>
11291 <row>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 g
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 h
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 i
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 </row>
11320 </lyxtabular>
11321
11322 \end_inset
11323
11324
11325 \end_layout
11326
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \begin_layout Standard
11333 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11334  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11335  Tabelle
11336 \begin_inset Space ~
11337 \end_inset
11338
11339
11340 \begin_inset CommandInset ref
11341 LatexCommand ref
11342 reference "tab:Table-with-multiple"
11343
11344 \end_inset
11345
11346  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11347 \family sans
11348 Tabellen-Einstellungen
11349 \family default
11350 -Dialog auf 2.5
11351 \begin_inset Space \thinspace{}
11352 \end_inset
11353
11354 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11355  Weil unser Text schmaler als 2.5
11356 \begin_inset Space \thinspace{}
11357 \end_inset
11358
11359 cm ist, würde er in einer Zeile gedruckt werden.
11360  Um zwei Zeilen zu bekommen, wurde folgender Befehl als TeX-Code zwischen
11361  die beiden Worten eingefügt:
11362 \end_layout
11363
11364 \begin_layout Standard
11365
11366 \series bold
11367
11368 \backslash
11369 linebreak
11370 \end_layout
11371
11372 \begin_layout Standard
11373 Wenn der Text länger ist, wird er automatisch umgebrochen.
11374 \end_layout
11375
11376 \begin_layout Standard
11377 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11378  setzen Sie die Breite der beiden Spalten im 
11379 \family sans
11380 Tabellen-Einstellungen
11381 \family default
11382 -Dialog auf 0.5
11383 \begin_inset Space \thinspace{}
11384 \end_inset
11385
11386 cm und die vertikale Ausrichtung auf zentriert.
11387 \end_layout
11388
11389 \begin_layout Standard
11390 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11391  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11392  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11393  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11394  Fügen sie daher 0
11395 \begin_inset Space \thinspace{}
11396 \end_inset
11397
11398 pt horizontalen Abstand vor dem Wort ein.
11399  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11400  Tabelle
11401 \begin_inset Space ~
11402 \end_inset
11403
11404
11405 \begin_inset CommandInset ref
11406 LatexCommand ref
11407 reference "tab:Table-with-and"
11408
11409 \end_inset
11410
11411  zeigt die Wirkungen.
11412 \end_layout
11413
11414 \begin_layout Standard
11415 \begin_inset Float table
11416 wide false
11417 sideways false
11418 status open
11419
11420 \begin_layout Plain Layout
11421 \begin_inset Caption
11422
11423 \begin_layout Plain Layout
11424 \begin_inset CommandInset label
11425 LatexCommand label
11426 name "tab:Table-with-and"
11427
11428 \end_inset
11429
11430 Tabelle ohne und mit Silbentrennung
11431 \end_layout
11432
11433 \end_inset
11434
11435
11436 \end_layout
11437
11438 \begin_layout Plain Layout
11439 \begin_inset Space \hfill{}
11440 \end_inset
11441
11442
11443 \begin_inset Tabular
11444 <lyxtabular version="3" rows="3" columns="3">
11445 <features>
11446 <column alignment="center" valignment="middle" width="2.5cm">
11447 <column alignment="center" valignment="middle" width="0.5cm">
11448 <column alignment="center" valignment="middle" width="0.5cm">
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 einsehrlangesZellenwort
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 b
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 c
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 <row>
11479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 d
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 e
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 f
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 <row>
11508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 g
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 h
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 i
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 </row>
11536 </lyxtabular>
11537
11538 \end_inset
11539
11540
11541 \begin_inset Space \hfill{}
11542 \end_inset
11543
11544
11545 \begin_inset Tabular
11546 <lyxtabular version="3" rows="3" columns="3">
11547 <features>
11548 <column alignment="center" valignment="middle" width="2.5cm">
11549 <column alignment="center" valignment="middle" width="0.5cm">
11550 <column alignment="center" valignment="middle" width="0.5cm">
11551 <row>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 \begin_inset Space \hspace{}
11557 \length 0pt
11558 \end_inset
11559
11560 einsehrlangesZellenwort
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 b
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 c
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 <row>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 d
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 e
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 f
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 g
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 h
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 i
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 </lyxtabular>
11643
11644 \end_inset
11645
11646
11647 \begin_inset Space \hfill{}
11648 \end_inset
11649
11650
11651 \end_layout
11652
11653 \end_inset
11654
11655
11656 \end_layout
11657
11658 \begin_layout Subsection
11659 Mehrfachspalten
11660 \begin_inset CommandInset label
11661 LatexCommand label
11662 name "uab:Mehrfachspalten"
11663
11664 \end_inset
11665
11666
11667 \begin_inset Index
11668 status collapsed
11669
11670 \begin_layout Plain Layout
11671 Mahrfachspalten
11672 \end_layout
11673
11674 \end_inset
11675
11676
11677 \begin_inset Index
11678 status collapsed
11679
11680 \begin_layout Plain Layout
11681 Tabellen ! Mahrfachspalten
11682 \end_layout
11683
11684 \end_inset
11685
11686
11687 \end_layout
11688
11689 \begin_layout Subsubsection
11690 Grundlagen
11691 \end_layout
11692
11693 \begin_layout Standard
11694 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11695  und verwenden dann den Knopf 
11696 \begin_inset Graphics
11697         filename ../../images/tabular-feature_multicolumn.png
11698         scale 70
11699         scaleBeforeRotation
11700         BoundingBox 0bp 6bp 22bp 22bp
11701
11702 \end_inset
11703
11704 in der Werkzeugleiste, das Menü 
11705 \family sans
11706 Bearbeiten\SpecialChar \menuseparator
11707 Tabelle\SpecialChar \menuseparator
11708 Mehrfachspalte
11709 \family default
11710  oder den 
11711 \family sans
11712 Tabellen-Einstellungen
11713 \family default
11714 -Dialog, in dem Sie auf der Karteikarte 
11715 \family sans
11716 Tabellen-Einstellungen
11717 \family default
11718  
11719 \family sans
11720 Mehrfachspalte
11721 \family default
11722  ankreuzen.
11723 \end_layout
11724
11725 \begin_layout Standard
11726 Mehrfachspalten haben ihre eigenen Einstellungen.
11727  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11728  Hier ist ein Beispiel, wobei 
11729 \begin_inset Quotes gld
11730 \end_inset
11731
11732 B 2
11733 \begin_inset Quotes grd
11734 \end_inset
11735
11736  keine Mehrfachzeile ist, wie in Abschnitt
11737 \begin_inset Space ~
11738 \end_inset
11739
11740
11741 \begin_inset CommandInset ref
11742 LatexCommand ref
11743 reference "uab:Mehrfachzeilen"
11744
11745 \end_inset
11746
11747  beschrieben.
11748  Es wurde nur eine Linie weggelassen:
11749 \end_layout
11750
11751 \begin_layout Standard
11752 \align center
11753 \begin_inset Tabular
11754 <lyxtabular version="3" rows="3" columns="4">
11755 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11756 <column alignment="center" valignment="top" width="0pt">
11757 <column alignment="center" valignment="middle" width="0">
11758 <column alignment="center" valignment="top" width="0in">
11759 <column alignment="center" valignment="top" width="0pt">
11760 <row>
11761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 abc
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 def ghi
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 jkl
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 </row>
11798 <row>
11799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803
11804 \family roman
11805 \series medium
11806 \shape up
11807 \size normal
11808 \emph off
11809 \bar no
11810 \noun off
11811 \color none
11812 A
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 B
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 C
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 D
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 </row>
11845 <row>
11846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 1
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 2
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 3
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 4
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 </row>
11883 </lyxtabular>
11884
11885 \end_inset
11886
11887
11888 \end_layout
11889
11890 \begin_layout Subsubsection
11891 Mehrfachspalten-Berechnungen
11892 \begin_inset CommandInset label
11893 LatexCommand label
11894 name "uab:Mehrfachspalten-Berechnungen"
11895
11896 \end_inset
11897
11898
11899 \begin_inset Index
11900 status collapsed
11901
11902 \begin_layout Plain Layout
11903 Mahrfachspalten ! Berechnung
11904 \end_layout
11905
11906 \end_inset
11907
11908
11909 \begin_inset Index
11910 status collapsed
11911
11912 \begin_layout Plain Layout
11913 Tabellen ! Mahrfachspalten ! Berechnung
11914 \end_layout
11915
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \begin_layout Standard
11922 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11923  Zellen beachten.
11924 \end_layout
11925
11926 \begin_layout Standard
11927 \begin_inset Float table
11928 placement h
11929 wide false
11930 sideways false
11931 status open
11932
11933 \begin_layout Plain Layout
11934 \begin_inset Caption
11935
11936 \begin_layout Plain Layout
11937 \begin_inset CommandInset label
11938 LatexCommand label
11939 name "tab:Table-with-centered"
11940
11941 \end_inset
11942
11943 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11944  die halbe Breite der Mehrfachspalten-Zelle haben
11945 \begin_inset OptArg
11946 status collapsed
11947
11948 \begin_layout Plain Layout
11949 Eine Mehrfachspalten-Tabelle
11950 \end_layout
11951
11952 \end_inset
11953
11954
11955 \end_layout
11956
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \begin_layout Plain Layout
11963 \align center
11964 \begin_inset Tabular
11965 <lyxtabular version="3" rows="3" columns="3">
11966 <features>
11967 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11968 <column alignment="center" valignment="middle" width="0">
11969 <column alignment="center" valignment="top" width="0">
11970 <row>
11971 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 Dies ist eine Mehrfach\SpecialChar \-
11976 spalten-Zelle
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 c
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 </row>
12000 <row>
12001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 d
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 e
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 f
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 </row>
12029 <row>
12030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034 g
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 h
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 i
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 </row>
12058 </lyxtabular>
12059
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \end_inset
12066
12067
12068 \end_layout
12069
12070 \begin_layout Standard
12071 Um Tabelle
12072 \begin_inset Space ~
12073 \end_inset
12074
12075
12076 \begin_inset CommandInset ref
12077 LatexCommand ref
12078 reference "tab:Table-with-centered"
12079
12080 \end_inset
12081
12082  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12083  3×3-Tabelle, kreuzen im 
12084 \family sans
12085 Tabellen-Einstellungen
12086 \family default
12087 -Dialog 
12088 \family sans
12089 Mehrfachspalte
12090 \family default
12091  an, setzen die 
12092 \family sans
12093 Horizontale
12094 \begin_inset Space ~
12095 \end_inset
12096
12097 Ausrichtung
12098 \family default
12099  auf 
12100 \family sans
12101 Zentriert
12102 \family default
12103  und die 
12104 \family sans
12105 Breite
12106 \family default
12107  auf 2.5
12108 \begin_inset Space \thinspace{}
12109 \end_inset
12110
12111 cm.
12112  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12113  Sie die Breite der ersten Spalte auf 1.25
12114 \begin_inset Space \thinspace{}
12115 \end_inset
12116
12117 cm setzen.
12118  Die zweite Spalte wird dann automatisch 1.25
12119 \begin_inset Space \thinspace{}
12120 \end_inset
12121
12122 cm breit (Breite der 
12123 \family sans
12124 Mehrfachspalte
12125 \family default
12126  
12127 \begin_inset Formula $-$
12128 \end_inset
12129
12130  Breite der ersten Spalte).
12131  Dies wurde so für Tabelle
12132 \begin_inset Space ~
12133 \end_inset
12134
12135
12136 \begin_inset CommandInset ref
12137 LatexCommand ref
12138 reference "tab:Table-without-half"
12139
12140 \end_inset
12141
12142  gemacht.
12143 \end_layout
12144
12145 \begin_layout Standard
12146 \begin_inset Float table
12147 wide false
12148 sideways false
12149 status open
12150
12151 \begin_layout Plain Layout
12152 \begin_inset Caption
12153
12154 \begin_layout Plain Layout
12155 \begin_inset CommandInset label
12156 LatexCommand label
12157 name "tab:Table-without-half"
12158
12159 \end_inset
12160
12161 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12162  wie die Mehrfachspalte
12163 \begin_inset OptArg
12164 status collapsed
12165
12166 \begin_layout Plain Layout
12167 Eine unvollkommene Mehrfachspalten-Tabelle
12168 \end_layout
12169
12170 \end_inset
12171
12172
12173 \end_layout
12174
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \begin_layout Plain Layout
12181 \align center
12182 \begin_inset Tabular
12183 <lyxtabular version="3" rows="3" columns="3">
12184 <features>
12185 <column alignment="center" valignment="top" width="1.25cm">
12186 <column alignment="center" valignment="top" width="0">
12187 <column alignment="center" valignment="top" width="0">
12188 <row>
12189 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 Dies ist auch eine Mehr\SpecialChar \-
12194 fach\SpecialChar \-
12195 spalten-Zelle
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12210 \begin_inset Text
12211
12212 \begin_layout Plain Layout
12213 c
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 </row>
12219 <row>
12220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Plain Layout
12224 d
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 e
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 f
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 </row>
12248 <row>
12249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Plain Layout
12253 g
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Plain Layout
12262 h
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 i
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 </row>
12277 </lyxtabular>
12278
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \begin_layout Standard
12290 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12291  als die zweite ist.
12292  Das liegt daran, dass die Zellenbreite 
12293 \begin_inset Formula $W_{\mathrm{tot}}$
12294 \end_inset
12295
12296  nicht ihre definierte Breite 
12297 \begin_inset Formula $W_{g}$
12298 \end_inset
12299
12300  ist, sondern ein wenig mehr.
12301  Anhang
12302 \begin_inset Space ~
12303 \end_inset
12304
12305
12306 \begin_inset CommandInset ref
12307 LatexCommand ref
12308 reference "kap:Exläuterung-einer-Gleichung"
12309
12310 \end_inset
12311
12312  erklärt das genauer.
12313 \end_layout
12314
12315 \begin_layout Standard
12316 Wenn 
12317 \emph on
12318 n
12319 \emph default
12320  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12321  die definierte Breite 
12322 \begin_inset Formula $W_{g\, n}$
12323 \end_inset
12324
12325  einer Spalte, deren totale Breite = 
12326 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12327 \end_inset
12328
12329  sein soll, wie folgt:
12330 \begin_inset Formula \begin{equation}
12331 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12332
12333 \end_inset
12334
12335
12336 \end_layout
12337
12338 \begin_layout Standard
12339 In unserem Falls ist 
12340 \begin_inset Formula $n=2$
12341 \end_inset
12342
12343
12344 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12345 \end_inset
12346
12347 cm, und damit wird aus Gleichung
12348 \begin_inset Space ~
12349 \end_inset
12350
12351
12352 \begin_inset CommandInset ref
12353 LatexCommand ref
12354 reference "eq:Wgn"
12355
12356 \end_inset
12357
12358  
12359 \begin_inset Formula \begin{equation}
12360 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12361
12362 \end_inset
12363
12364
12365 \end_layout
12366
12367 \begin_layout Standard
12368 Damit LaTeX rechnen kann, muss das Paket 
12369 \series bold
12370 calc
12371 \series default
12372  im Vorspann geladen werden.
12373 \begin_inset Index
12374 status collapsed
12375
12376 \begin_layout Plain Layout
12377 LaTeX-Pakete ! calc
12378 \end_layout
12379
12380 \end_inset
12381
12382
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388
12389 \backslash
12390 usepackage{calc}
12391 \end_layout
12392
12393 \begin_layout Standard
12394 LyX erlaubt im 
12395 \family sans
12396 Breite
12397 \family default
12398 -Feld des 
12399 \family sans
12400 Tabellen-Einstellungen
12401 \family default
12402 -Dialogs keine Berechnungen.
12403  Deshalb müssen Sie die Formel für die Breite im Feld 
12404 \family sans
12405 LaTe
12406 \begin_inset ERT
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410
12411 {}
12412 \end_layout
12413
12414 \end_inset
12415
12416 X-Argument
12417 \family default
12418  eingeben.
12419  Hier iss ein Überblick über die Argumente:
12420 \end_layout
12421
12422 \begin_layout Itemize
12423
12424 \series bold
12425 p{Breite}
12426 \series default
12427  die Zelle bekommt eine feste 
12428 \series bold
12429 Breite
12430 \series default
12431 , und die vertikale Ausrichtung ist 
12432 \family sans
12433 Oben
12434 \end_layout
12435
12436 \begin_layout Itemize
12437
12438 \series bold
12439 m{Breite}
12440 \series default
12441  die Zelle bekommt eine feste 
12442 \series bold
12443 Breite
12444 \series default
12445 , und die vertikale Ausrichtung ist 
12446 \family sans
12447 Mitte
12448 \end_layout
12449
12450 \begin_layout Itemize
12451
12452 \series bold
12453 b{Breite}
12454 \series default
12455  die Zelle bekommt eine feste 
12456 \series bold
12457 Breite
12458 \series default
12459 , und die vertikale Ausrichtung ist 
12460 \family sans
12461 Unten
12462 \end_layout
12463
12464 \begin_layout Standard
12465 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12466  für diese Zelle überschrieben.
12467 \end_layout
12468
12469 \begin_layout Standard
12470 \begin_inset Note Greyedout
12471 status open
12472
12473 \begin_layout Plain Layout
12474
12475 \series bold
12476 Bemerkung:
12477 \series default
12478  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
12479  angezeigt.
12480 \end_layout
12481
12482 \end_inset
12483
12484
12485 \end_layout
12486
12487 \begin_layout Standard
12488 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12489  der Zelle mit dem Inhalt 
12490 \begin_inset Quotes gld
12491 \end_inset
12492
12493 d
12494 \begin_inset Quotes grd
12495 \end_inset
12496
12497  der Tabelle
12498 \begin_inset Space ~
12499 \end_inset
12500
12501
12502 \begin_inset CommandInset ref
12503 LatexCommand ref
12504 reference "tab:Table-with-centered"
12505
12506 \end_inset
12507
12508  auch noch der Befehl
12509 \family typewriter
12510 \series bold
12511  
12512 \family default
12513
12514 \backslash
12515 centering
12516 \series default
12517  hinzugefügt.
12518  Das Ganze sieht dann so aus:
12519 \end_layout
12520
12521 \begin_layout Standard
12522
12523 \series bold
12524 |>{
12525 \backslash
12526 centering}m{1.25cm-6.2pt}
12527 \end_layout
12528
12529 \begin_layout Standard
12530 Der vertikale Strich 
12531 \series bold
12532
12533 \begin_inset Quotes gld
12534 \end_inset
12535
12536 |
12537 \series default
12538
12539 \begin_inset Quotes grd
12540 \end_inset
12541
12542  am Anfang zeichnet die linke Linie, und der Befehl 
12543 \series bold
12544
12545 \begin_inset Quotes gld
12546 \end_inset
12547
12548 >{ }
12549 \begin_inset Quotes grd
12550 \end_inset
12551
12552
12553 \series default
12554  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12555  der Zelle benutzt werden sollen.
12556 \end_layout
12557
12558 \begin_layout Standard
12559 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12560  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12561  für einzelne Spalten anwendet.
12562  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12563  werden:
12564 \end_layout
12565
12566 \begin_layout Standard
12567
12568 \series bold
12569 |>{
12570 \backslash
12571 centering}m{2.5cm}|
12572 \end_layout
12573
12574 \begin_layout Subsection
12575 Mehrfachzeilen
12576 \begin_inset CommandInset label
12577 LatexCommand label
12578 name "uab:Mehrfachzeilen"
12579
12580 \end_inset
12581
12582
12583 \begin_inset Index
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587 Mehrfachzeilen
12588 \end_layout
12589
12590 \end_inset
12591
12592
12593 \begin_inset Index
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597 Tabellen ! Mehrfachzeilen
12598 \end_layout
12599
12600 \end_inset
12601
12602
12603 \end_layout
12604
12605 \begin_layout Standard
12606 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12607  unterstützt, sodass etwas TeX-Code notwendig.
12608  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12609 \series bold
12610 multirow
12611 \series default
12612
12613 \begin_inset Index
12614 status collapsed
12615
12616 \begin_layout Plain Layout
12617 LaTeX-Pakete ! multirow
12618 \end_layout
12619
12620 \end_inset
12621
12622  im Vorspann geladen werden:
12623 \end_layout
12624
12625 \begin_layout Standard
12626
12627 \series bold
12628
12629 \backslash
12630 usepackage{multirow}
12631 \end_layout
12632
12633 \begin_layout Standard
12634 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12635 \end_layout
12636
12637 \begin_layout Standard
12638
12639 \series bold
12640
12641 \backslash
12642 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12643 \end_layout
12644
12645 \begin_layout Standard
12646 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12647  Mehrfachspalte definiert und die obere Linie entfernt.
12648 \end_layout
12649
12650 \begin_layout Standard
12651 \align center
12652 \begin_inset ERT
12653 status collapsed
12654
12655 \begin_layout Plain Layout
12656
12657
12658 \backslash
12659 renewcommand{
12660 \backslash
12661 multirowsetup}{
12662 \backslash
12663 centering}
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \begin_inset Tabular
12670 <lyxtabular version="3" rows="3" columns="3">
12671 <features>
12672 <column alignment="center" valignment="top" width="0">
12673 <column alignment="center" valignment="top" width="0">
12674 <column alignment="center" valignment="top" width="0">
12675 <row>
12676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 a
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 b
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 c
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 </row>
12704 <row>
12705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 \begin_inset ERT
12710 status collapsed
12711
12712 \begin_layout Plain Layout
12713
12714
12715 \backslash
12716 multirow{2}{2.5cm}{
12717 \end_layout
12718
12719 \end_inset
12720
12721 Mehrfach\SpecialChar \-
12722 zeilen-Text
12723 \begin_inset ERT
12724 status collapsed
12725
12726 \begin_layout Plain Layout
12727
12728 }
12729 \end_layout
12730
12731 \end_inset
12732
12733
12734 \end_layout
12735
12736 \end_inset
12737 </cell>
12738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12739 \begin_inset Text
12740
12741 \begin_layout Plain Layout
12742 e
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 f
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 </row>
12757 <row>
12758 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771 h
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780 i
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 </row>
12786 </lyxtabular>
12787
12788 \end_inset
12789
12790
12791 \begin_inset ERT
12792 status collapsed
12793
12794 \begin_layout Plain Layout
12795
12796
12797 \backslash
12798 renewcommand{
12799 \backslash
12800 multirowsetup}{
12801 \backslash
12802 raggedright}
12803 \end_layout
12804
12805 \end_inset
12806
12807
12808 \end_layout
12809
12810 \begin_layout Standard
12811 In der Zelle darüber wurde dann mit dem Befehl
12812 \end_layout
12813
12814 \begin_layout Standard
12815
12816 \series bold
12817
12818 \backslash
12819 multirow{2}{2.5cm}{
12820 \end_layout
12821
12822 \begin_layout Standard
12823 als TeX-Code die Mehrfachzeile definiert.
12824  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12825 \begin_inset Space \thinspace{}
12826 \end_inset
12827
12828 cm.
12829  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12830  mit der Klammer 
12831 \begin_inset Quotes gld
12832 \end_inset
12833
12834
12835 \series bold
12836 }
12837 \series default
12838
12839 \begin_inset Quotes grd
12840 \end_inset
12841
12842  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12843 \end_layout
12844
12845 \begin_layout Standard
12846
12847 \series bold
12848
12849 \backslash
12850 multirow
12851 \series default
12852  richtet seinen Inhalt standardmäßig linksbündig aus.
12853  Das wurde mit dem Befehl
12854 \end_layout
12855
12856 \begin_layout Standard
12857
12858 \series bold
12859
12860 \backslash
12861 renewcommand{
12862 \backslash
12863 multirowsetup}{
12864 \backslash
12865 centering}
12866 \end_layout
12867
12868 \begin_layout Standard
12869 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12870 \end_layout
12871
12872 \begin_layout Standard
12873
12874 \series bold
12875
12876 \backslash
12877 renewcommand{
12878 \backslash
12879 multirowsetup}{
12880 \backslash
12881 raggedright}
12882 \end_layout
12883
12884 \begin_layout Standard
12885 zurückgesetzt.
12886  Für rechtsbündigen Text benutzt man 
12887 \series bold
12888
12889 \backslash
12890 raggedleft
12891 \series default
12892 .
12893 \end_layout
12894
12895 \begin_layout Section
12896 Formale Tabellen
12897 \begin_inset CommandInset label
12898 LatexCommand label
12899 name "abs:Formale-Tabellen"
12900
12901 \end_inset
12902
12903
12904 \begin_inset Index
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908 Tabellen ! Formale
12909 \end_layout
12910
12911 \end_inset
12912
12913
12914 \end_layout
12915
12916 \begin_layout Standard
12917 Tabellen werden in Büchern oft wie Tabelle
12918 \begin_inset Space ~
12919 \end_inset
12920
12921
12922 \begin_inset CommandInset ref
12923 LatexCommand ref
12924 reference "tab:Formale-Tabelle"
12925
12926 \end_inset
12927
12928  gesetzt.
12929  Diese Tabellen werden
12930 \emph on
12931  formal
12932 \emph default
12933  genannt.
12934  Formale Tabellen bekommen Sie, wenn Sie im 
12935 \family sans
12936 Tabellen-Einstellungen
12937 \family default
12938 -Dialog auf der Karteikarte 
12939 \family sans
12940 Rahmen
12941 \family default
12942  den 
12943 \family sans
12944 Stil
12945 \family default
12946  
12947 \family sans
12948 Formal
12949 \family default
12950  ankreuzen.
12951 \end_layout
12952
12953 \begin_layout Standard
12954 \begin_inset Float table
12955 placement h
12956 wide false
12957 sideways false
12958 status open
12959
12960 \begin_layout Plain Layout
12961 \begin_inset Caption
12962
12963 \begin_layout Plain Layout
12964 \begin_inset CommandInset label
12965 LatexCommand label
12966 name "tab:Formale-Tabelle"
12967
12968 \end_inset
12969
12970 Formale Tabelle
12971 \end_layout
12972
12973 \end_inset
12974
12975
12976 \end_layout
12977
12978 \begin_layout Plain Layout
12979 \align center
12980 \begin_inset Tabular
12981 <lyxtabular version="3" rows="8" columns="4">
12982 <features booktabs="true">
12983 <column alignment="center" valignment="top" width="0">
12984 <column alignment="right" valignment="top" width="0">
12985 <column alignment="right" valignment="top" width="0">
12986 <column alignment="right" valignment="top" width="0">
12987 <row>
12988 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 System
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 <cell alignment="center" valignment="top" topline="true" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 Medipix
13002 \begin_inset Formula $\,$
13003 \end_inset
13004
13005 1
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 Medipix
13015 \begin_inset Formula $\,$
13016 \end_inset
13017
13018 2
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 </row>
13033 <row>
13034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 \begin_inset ERT
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042
13043
13044 \backslash
13045 cmidrule(r){2-2}
13046 \end_layout
13047
13048 \end_inset
13049
13050
13051 \begin_inset ERT
13052 status collapsed
13053
13054 \begin_layout Plain Layout
13055
13056
13057 \backslash
13058 cmidrule(l){3-4}
13059 \end_layout
13060
13061 \end_inset
13062
13063 Detektordicke [µm]
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 300
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 300
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 700
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 </row>
13096 <row>
13097 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 Kantenwinkel [°]
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 3.55
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" topline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 2.71
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" topline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 7.99
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 </row>
13134 <row topspace="default">
13135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 räumliche Auflösung [µm]
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 4.26
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 10.17
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 <cell alignment="center" valignment="top" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 10.56
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 </row>
13172 <row topspace="default">
13173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 MTF bei 
13178 \begin_inset Formula $f_{\mathrm{max}}$
13179 \end_inset
13180
13181
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 0.53
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 0.37
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 0.39
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 </row>
13214 <row topspace="default">
13215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 \begin_inset ERT
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223
13224
13225 \backslash
13226 cmidrule(l{10pt}){1-1}
13227 \end_layout
13228
13229 \end_inset
13230
13231 LSF räumliche Auflösung
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 <cell alignment="center" valignment="top" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 <cell alignment="center" valignment="top" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 </row>
13264 <row>
13265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 in µm
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 129.7
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 52.75
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 50.78
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 </row>
13302 <row>
13303 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 in % der Pixelgröße
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 76.3
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 95.9
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334 92.3
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 </row>
13340 </lyxtabular>
13341
13342 \end_inset
13343
13344
13345 \end_layout
13346
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \begin_layout Standard
13353 Abstände zu Tabellenzeilen können auf der Karteikarte 
13354 \family sans
13355 Rahmen
13356 \family default
13357  des 
13358 \family sans
13359 Tabellen-Ein\SpecialChar \-
13360 stel\SpecialChar \-
13361 lun\SpecialChar \-
13362 gen
13363 \family default
13364 -Dialogs hinzugefügt werden, wie in Abschnitt
13365 \begin_inset Space ~
13366 \end_inset
13367
13368
13369 \begin_inset CommandInset ref
13370 LatexCommand ref
13371 reference "uab:Zeilenabstand"
13372
13373 \end_inset
13374
13375  beschrieben.
13376 \end_layout
13377
13378 \begin_layout Standard
13379 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13380  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13381  gedruckt aber anders aus.
13382  Die erste und letzte Linie ist 0.08
13383 \begin_inset Space \thinspace{}
13384 \end_inset
13385
13386 em dick, während die anderen 0.05
13387 \begin_inset Space \thinspace{}
13388 \end_inset
13389
13390 em dick sind.
13391 \end_layout
13392
13393 \begin_layout Standard
13394 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13395 \end_layout
13396
13397 \begin_layout Standard
13398
13399 \series bold
13400
13401 \backslash
13402 let
13403 \backslash
13404 mytoprule
13405 \backslash
13406 toprule
13407 \begin_inset Newline newline
13408 \end_inset
13409
13410
13411 \backslash
13412 renewcommand{
13413 \backslash
13414 toprule}{
13415 \backslash
13416 mytoprule[Breite]}
13417 \end_layout
13418
13419 \begin_layout Standard
13420 Dies Beispiel gilt für die oberste Linie, genannt 
13421 \series bold
13422 toprule
13423 \series default
13424 .
13425  Für die letzte müssen Sie 
13426 \series bold
13427 toprule
13428 \series default
13429  durch 
13430 \series bold
13431 bottomrule
13432 \series default
13433  ersetzen.
13434  Die Linien dazwischen heißen 
13435 \series bold
13436 midrule
13437 \series default
13438 .
13439  Für 
13440 \family sans
13441 Breite
13442 \family default
13443  können Sie alle Einheiten benutzen, die in Anhang
13444 \begin_inset Space ~
13445 \end_inset
13446
13447
13448 \begin_inset CommandInset ref
13449 LatexCommand ref
13450 reference "kap:In-LyX-verfügbare"
13451
13452 \end_inset
13453
13454  aufgelistet sind.
13455 \end_layout
13456
13457 \begin_layout Standard
13458 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13459  eine Linie unter einer Mehrfachspalte.
13460  LyX wird intern den Befehl 
13461 \series bold
13462
13463 \backslash
13464 cmidrule
13465 \series default
13466  benutzen, um diese Linie zu drucken.
13467  Der ganze Befehl sieht so aus:
13468 \end_layout
13469
13470 \begin_layout Standard
13471
13472 \series bold
13473
13474 \backslash
13475 cmidrule[width](trim){Anfangsspalte-Endspalte}
13476 \end_layout
13477
13478 \begin_layout Standard
13479 Die 
13480 \series bold
13481
13482 \backslash
13483 cmidrule
13484 \series default
13485 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13486  benutzen.
13487  
13488 \series bold
13489
13490 \backslash
13491 cmidrule
13492 \series default
13493  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13494  erste Zelle einer Zeile einfügt.
13495  Die Linie wird dann über der Zeile gedruckt.
13496 \end_layout
13497
13498 \begin_layout Standard
13499 Der Standardwert ist 0.03
13500 \begin_inset Space \thinspace{}
13501 \end_inset
13502
13503 em.
13504  Die Linie reicht von 
13505 \family typewriter
13506 Anfangsspalte
13507 \family default
13508  bis 
13509 \family typewriter
13510 End\SpecialChar \-
13511 spal\SpecialChar \-
13512 te
13513 \family default
13514 .
13515  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13516   Der optionale Parameter 
13517 \family typewriter
13518 trim
13519 \family default
13520  kann die Werte 
13521 \emph on
13522 r
13523 \emph default
13524
13525 \emph on
13526 r{Breite}
13527 \emph default
13528
13529 \emph on
13530 l
13531 \family typewriter
13532 \emph default
13533  
13534 \family default
13535 oder 
13536 \emph on
13537 l{Breite}
13538 \emph default
13539  annehmen, wobei die 
13540 \family sans
13541 Breite
13542 \family default
13543  optional ist.
13544  
13545 \emph on
13546 l{2pt}
13547 \emph default
13548  zum Beispiel bedeutet, dass die Linie links um 2
13549 \begin_inset Space \thinspace{}
13550 \end_inset
13551
13552 pt gekürzt wird.
13553  Ohne Breitenangabe werden die Linien um 0.5
13554 \begin_inset Space \thinspace{}
13555 \end_inset
13556
13557 em gekürzt.
13558 \end_layout
13559
13560 \begin_layout Standard
13561 \begin_inset VSpace bigskip
13562 \end_inset
13563
13564 In Tabelle
13565 \begin_inset Space ~
13566 \end_inset
13567
13568
13569 \begin_inset CommandInset ref
13570 LatexCommand ref
13571 reference "tab:Formale-Tabelle"
13572
13573 \end_inset
13574
13575  wurden die Befehle
13576 \end_layout
13577
13578 \begin_layout Standard
13579
13580 \series bold
13581
13582 \backslash
13583 cmidrule(r){2-2}
13584 \backslash
13585 cmidrule(l){3-4}
13586 \end_layout
13587
13588 \begin_layout Standard
13589 am Anfange der zweiten Zeile und
13590 \end_layout
13591
13592 \begin_layout Standard
13593
13594 \series bold
13595
13596 \backslash
13597 cmidrule(l{10pt}){1-1}
13598 \end_layout
13599
13600 \begin_layout Standard
13601 in der sechsten benutzt.
13602 \end_layout
13603
13604 \begin_layout Standard
13605 \begin_inset VSpace bigskip
13606 \end_inset
13607
13608
13609 \end_layout
13610
13611 \begin_layout Standard
13612 Sie können mit 
13613 \series bold
13614
13615 \backslash
13616 cmidrule
13617 \series default
13618  auch überlappende Linien wie in Tabelle
13619 \begin_inset Space ~
13620 \end_inset
13621
13622
13623 \begin_inset CommandInset ref
13624 LatexCommand ref
13625 reference "tab:Special-booktabs-table"
13626
13627 \end_inset
13628
13629  definieren.
13630  Der Befehl ist:
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636
13637 \backslash
13638 morecmidrules
13639 \end_layout
13640
13641 \begin_layout Standard
13642 In Zeile zwei der Tabelle
13643 \begin_inset Space ~
13644 \end_inset
13645
13646
13647 \begin_inset CommandInset ref
13648 LatexCommand ref
13649 reference "tab:Special-booktabs-table"
13650
13651 \end_inset
13652
13653  wurde folgender Befehl benutzt:
13654 \end_layout
13655
13656 \begin_layout Standard
13657
13658 \series bold
13659
13660 \backslash
13661 cmidrule(r){2-2}
13662 \backslash
13663 cmidrule(l){3-4}
13664 \backslash
13665 morecmidrules
13666 \begin_inset Newline newline
13667 \end_inset
13668
13669
13670 \backslash
13671 cmidrule{2-4}
13672 \end_layout
13673
13674 \begin_layout Standard
13675 und in Zeile sechs:
13676 \end_layout
13677
13678 \begin_layout Standard
13679
13680 \series bold
13681
13682 \backslash
13683 midrule
13684 \backslash
13685 morecmidrules
13686 \backslash
13687 cmidrule{3-4}
13688 \end_layout
13689
13690 \begin_layout Standard
13691 \begin_inset VSpace bigskip
13692 \end_inset
13693
13694
13695 \end_layout
13696
13697 \begin_layout Standard
13698 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13699  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13700 \end_layout
13701
13702 \begin_layout Standard
13703
13704 \series bold
13705
13706 \backslash
13707 specialrule{Dicke}{Abstand davor}{Abstand danach}
13708 \end_layout
13709
13710 \begin_layout Standard
13711 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13712 \series bold
13713 booktabs
13714 \series default
13715  
13716 \begin_inset CommandInset citation
13717 LatexCommand cite
13718 key "booktabs"
13719
13720 \end_inset
13721
13722 .
13723 \begin_inset Index
13724 status collapsed
13725
13726 \begin_layout Plain Layout
13727 LaTeX-Pakete ! booktabs
13728 \end_layout
13729
13730 \end_inset
13731
13732
13733 \end_layout
13734
13735 \begin_layout Standard
13736 \begin_inset Float table
13737 placement h
13738 wide false
13739 sideways false
13740 status open
13741
13742 \begin_layout Plain Layout
13743 \begin_inset Caption
13744
13745 \begin_layout Plain Layout
13746 \begin_inset CommandInset label
13747 LatexCommand label
13748 name "tab:Special-booktabs-table"
13749
13750 \end_inset
13751
13752 Eine spezielle formale Tabelle
13753 \end_layout
13754
13755 \end_inset
13756
13757
13758 \end_layout
13759
13760 \begin_layout Plain Layout
13761 \align center
13762 \begin_inset Tabular
13763 <lyxtabular version="3" rows="8" columns="4">
13764 <features booktabs="true">
13765 <column alignment="center" valignment="top" width="0">
13766 <column alignment="center" valignment="top" width="0">
13767 <column alignment="right" valignment="top" width="0">
13768 <column alignment="right" valignment="top" width="0">
13769 <row>
13770 <cell alignment="center" valignment="top" topline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 System
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 <cell alignment="center" valignment="top" topline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 Medipix
13784 \begin_inset Space \thinspace{}
13785 \end_inset
13786
13787 1
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 Medipix
13797 \begin_inset Space \thinspace{}
13798 \end_inset
13799
13800 2
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 </row>
13815 <row>
13816 <cell alignment="center" valignment="top" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 \begin_inset ERT
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824
13825
13826 \backslash
13827 cmidrule(r){2-2}
13828 \end_layout
13829
13830 \end_inset
13831
13832
13833 \begin_inset ERT
13834 status collapsed
13835
13836 \begin_layout Plain Layout
13837
13838
13839 \backslash
13840 cmidrule(l){3-4}
13841 \end_layout
13842
13843 \end_inset
13844
13845
13846 \begin_inset ERT
13847 status collapsed
13848
13849 \begin_layout Plain Layout
13850
13851
13852 \backslash
13853 morecmidrules 
13854 \end_layout
13855
13856 \end_inset
13857
13858
13859 \begin_inset ERT
13860 status collapsed
13861
13862 \begin_layout Plain Layout
13863
13864
13865 \backslash
13866 cmidrule{2-4}
13867 \end_layout
13868
13869 \end_inset
13870
13871 Detektordicke  [µm]
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 300
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 <cell alignment="center" valignment="top" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889 300
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 700
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 </row>
13904 <row>
13905 <cell alignment="center" valignment="top" topline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909 Kantenwinkel [°]
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" topline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 3,55
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" topline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 2,71
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" topline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 7,99
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 </row>
13942 <row topspace="default">
13943 <cell alignment="center" valignment="top" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 räumliche Auflösung [µm]
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 4,26
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 <cell alignment="center" valignment="top" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 10,17
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 10,56
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 </row>
13980 <row topspace="default">
13981 <cell alignment="center" valignment="top" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 MTF bei 
13986 \begin_inset Formula $f_{\mathrm{max}}$
13987 \end_inset
13988
13989
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 0,53
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 <cell alignment="center" valignment="top" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007 0,37
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 <cell alignment="center" valignment="top" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016 0,39
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 </row>
14022 <row>
14023 <cell alignment="center" valignment="top" topline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 \begin_inset ERT
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031
14032
14033 \backslash
14034 morecmidrules 
14035 \end_layout
14036
14037 \end_inset
14038
14039
14040 \begin_inset ERT
14041 status collapsed
14042
14043 \begin_layout Plain Layout
14044
14045
14046 \backslash
14047 cmidrule{3-4}
14048 \end_layout
14049
14050 \end_inset
14051
14052 LSF-räumliche Auflösung
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" topline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" topline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 <cell alignment="center" valignment="top" topline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 <row>
14086 <cell alignment="center" valignment="top" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090 in µm
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 <cell alignment="center" valignment="top" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Plain Layout
14099 129,7
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell alignment="center" valignment="top" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Plain Layout
14108 52,75
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 <cell alignment="center" valignment="top" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Plain Layout
14117 50,78
14118 \end_layout
14119
14120 \end_inset
14121 </cell>
14122 </row>
14123 <row>
14124 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Plain Layout
14128 in % der Pixelgröße
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Plain Layout
14137 76,3
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146 95,9
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14152 \begin_inset Text
14153
14154 \begin_layout Plain Layout
14155 92,3
14156 \end_layout
14157
14158 \end_inset
14159 </cell>
14160 </row>
14161 </lyxtabular>
14162
14163 \end_inset
14164
14165
14166 \end_layout
14167
14168 \end_inset
14169
14170
14171 \end_layout
14172
14173 \begin_layout Section
14174 Vertikale Tabellen-Ausrichtung
14175 \begin_inset Index
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179 Tabellen ! Ausrichtung
14180 \end_layout
14181
14182 \end_inset
14183
14184
14185 \end_layout
14186
14187 \begin_layout Standard
14188 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14189  einer Box sein.
14190  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14191 \begin_inset Space ~
14192 \end_inset
14193
14194
14195 \begin_inset CommandInset ref
14196 LatexCommand ref
14197 reference "abs:Box-Dialog"
14198
14199 \end_inset
14200
14201  beschrieben.
14202 \end_layout
14203
14204 \begin_layout Standard
14205 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14206 \begin_inset Foot
14207 status collapsed
14208
14209 \begin_layout Plain Layout
14210 Minipages werden in Abschnitt
14211 \begin_inset Space ~
14212 \end_inset
14213
14214
14215 \begin_inset CommandInset ref
14216 LatexCommand ref
14217 reference "abs:Minipage"
14218
14219 \end_inset
14220
14221  beschrieben.
14222 \end_layout
14223
14224 \end_inset
14225
14226  mit 15
14227 \begin_inset Space \thinspace{}
14228 \end_inset
14229
14230 col%-Breite:
14231 \end_layout
14232
14233 \begin_layout Itemize
14234 Test 
14235 \begin_inset Box Frameless
14236 position "t"
14237 hor_pos "c"
14238 has_inner_box 1
14239 inner_pos "c"
14240 use_parbox 0
14241 width "15col%"
14242 special "none"
14243 height "1in"
14244 height_special "totalheight"
14245 status collapsed
14246
14247 \begin_layout Plain Layout
14248 \begin_inset Tabular
14249 <lyxtabular version="3" rows="3" columns="3">
14250 <features>
14251 <column alignment="center" valignment="top" width="0">
14252 <column alignment="center" valignment="top" width="0">
14253 <column alignment="center" valignment="top" width="0">
14254 <row>
14255 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259 Tabelle 1
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Plain Layout
14268
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 <row>
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 b
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 e
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 h
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 </row>
14312 <row>
14313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14314 \begin_inset Text
14315
14316 \begin_layout Plain Layout
14317 c
14318 \end_layout
14319
14320 \end_inset
14321 </cell>
14322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326 f
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 i
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 </row>
14341 </lyxtabular>
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \end_inset
14349
14350  Test 
14351 \begin_inset ERT
14352 status collapsed
14353
14354 \begin_layout Plain Layout
14355
14356
14357 \backslash
14358 raisebox{0.85
14359 \backslash
14360 baselineskip}{
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \begin_inset Box Frameless
14367 position "t"
14368 hor_pos "c"
14369 has_inner_box 1
14370 inner_pos "c"
14371 use_parbox 0
14372 width "15col%"
14373 special "none"
14374 height "1in"
14375 height_special "totalheight"
14376 status collapsed
14377
14378 \begin_layout Plain Layout
14379 \begin_inset Tabular
14380 <lyxtabular version="3" rows="3" columns="3">
14381 <features>
14382 <column alignment="center" valignment="top" width="0">
14383 <column alignment="center" valignment="top" width="0">
14384 <column alignment="center" valignment="top" width="0">
14385 <row>
14386 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390 Tabelle 2
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Plain Layout
14399
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 </row>
14414 <row>
14415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 b
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 e
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 h
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 </row>
14443 <row>
14444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 c
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457 f
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466 i
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 </row>
14472 </lyxtabular>
14473
14474 \end_inset
14475
14476
14477 \end_layout
14478
14479 \end_inset
14480
14481
14482 \begin_inset ERT
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486
14487 }
14488 \end_layout
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \begin_layout Itemize
14496 Test 
14497 \begin_inset Box Frameless
14498 position "c"
14499 hor_pos "c"
14500 has_inner_box 1
14501 inner_pos "c"
14502 use_parbox 0
14503 width "15col%"
14504 special "none"
14505 height "1in"
14506 height_special "totalheight"
14507 status collapsed
14508
14509 \begin_layout Plain Layout
14510 \begin_inset Tabular
14511 <lyxtabular version="3" rows="3" columns="3">
14512 <features>
14513 <column alignment="center" valignment="top" width="0">
14514 <column alignment="center" valignment="top" width="0">
14515 <column alignment="center" valignment="top" width="0">
14516 <row>
14517 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14518 \begin_inset Text
14519
14520 \begin_layout Plain Layout
14521 Tabelle 3
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14527 \begin_inset Text
14528
14529 \begin_layout Plain Layout
14530
14531 \end_layout
14532
14533 \end_inset
14534 </cell>
14535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14536 \begin_inset Text
14537
14538 \begin_layout Plain Layout
14539
14540 \end_layout
14541
14542 \end_inset
14543 </cell>
14544 </row>
14545 <row>
14546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 b
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559 e
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Plain Layout
14568 h
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 </row>
14574 <row>
14575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 c
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588 f
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Plain Layout
14597 i
14598 \end_layout
14599
14600 \end_inset
14601 </cell>
14602 </row>
14603 </lyxtabular>
14604
14605 \end_inset
14606
14607
14608 \end_layout
14609
14610 \end_inset
14611
14612
14613 \end_layout
14614
14615 \begin_layout Itemize
14616 Test 
14617 \begin_inset Box Frameless
14618 position "b"
14619 hor_pos "c"
14620 has_inner_box 1
14621 inner_pos "c"
14622 use_parbox 0
14623 width "15col%"
14624 special "none"
14625 height "1in"
14626 height_special "totalheight"
14627 status collapsed
14628
14629 \begin_layout Plain Layout
14630 \begin_inset Tabular
14631 <lyxtabular version="3" rows="3" columns="3">
14632 <features>
14633 <column alignment="center" valignment="top" width="0">
14634 <column alignment="center" valignment="top" width="0">
14635 <column alignment="center" valignment="top" width="0">
14636 <row>
14637 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641 Tabelle 4
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 </row>
14665 <row>
14666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670 b
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679 e
14680 \end_layout
14681
14682 \end_inset
14683 </cell>
14684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688 h
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 </row>
14694 <row>
14695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14696 \begin_inset Text
14697
14698 \begin_layout Plain Layout
14699 c
14700 \end_layout
14701
14702 \end_inset
14703 </cell>
14704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708 f
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 i
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 </row>
14723 </lyxtabular>
14724
14725 \end_inset
14726
14727
14728 \end_layout
14729
14730 \end_inset
14731
14732 Test 
14733 \begin_inset ERT
14734 status collapsed
14735
14736 \begin_layout Plain Layout
14737
14738
14739 \backslash
14740 raisebox{-0.32
14741 \backslash
14742 baselineskip}{
14743 \end_layout
14744
14745 \end_inset
14746
14747
14748 \begin_inset Box Frameless
14749 position "b"
14750 hor_pos "c"
14751 has_inner_box 1
14752 inner_pos "c"
14753 use_parbox 0
14754 width "15col%"
14755 special "none"
14756 height "1in"
14757 height_special "totalheight"
14758 status collapsed
14759
14760 \begin_layout Plain Layout
14761 \begin_inset Tabular
14762 <lyxtabular version="3" rows="3" columns="3">
14763 <features>
14764 <column alignment="center" valignment="top" width="0">
14765 <column alignment="center" valignment="top" width="0">
14766 <column alignment="center" valignment="top" width="0">
14767 <row>
14768 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772 Tabelle 5
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14787 \begin_inset Text
14788
14789 \begin_layout Plain Layout
14790
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 </row>
14796 <row>
14797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14798 \begin_inset Text
14799
14800 \begin_layout Plain Layout
14801 b
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810 e
14811 \end_layout
14812
14813 \end_inset
14814 </cell>
14815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819 h
14820 \end_layout
14821
14822 \end_inset
14823 </cell>
14824 </row>
14825 <row>
14826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Plain Layout
14830 c
14831 \end_layout
14832
14833 \end_inset
14834 </cell>
14835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839 f
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848 i
14849 \end_layout
14850
14851 \end_inset
14852 </cell>
14853 </row>
14854 </lyxtabular>
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \begin_inset ERT
14865 status collapsed
14866
14867 \begin_layout Plain Layout
14868
14869 }
14870 \end_layout
14871
14872 \end_inset
14873
14874
14875 \end_layout
14876
14877 \begin_layout Standard
14878 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
14879  der Textzeile nicht richtig ausgerichtet.
14880  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14881 \begin_inset Quotes gld
14882 \end_inset
14883
14884 Raisebox
14885 \begin_inset Quotes grd
14886 \end_inset
14887
14888
14889 \begin_inset Foot
14890 status collapsed
14891
14892 \begin_layout Plain Layout
14893 Raiseboxen werden in Abschnitt
14894 \begin_inset Space ~
14895 \end_inset
14896
14897
14898 \begin_inset CommandInset ref
14899 LatexCommand ref
14900 reference "uab:Vertikale-Ausrichtung"
14901
14902 \end_inset
14903
14904  beschrieben.
14905 \end_layout
14906
14907 \end_inset
14908
14909  setzen.
14910  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14911  Befehl
14912 \end_layout
14913
14914 \begin_layout Standard
14915
14916 \series bold
14917
14918 \backslash
14919 raisebox{0.85
14920 \backslash
14921 baselineskip}{
14922 \end_layout
14923
14924 \begin_layout Standard
14925 vor der Box ausgerichtet.
14926  Hinter der Box wurde auch noch 
14927 \series bold
14928 }
14929 \series default
14930  als TeX-Code eingefügt, weil der obige Befehl mit 
14931 \series bold
14932 {
14933 \series default
14934  aufhörte.
14935  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14936 \end_layout
14937
14938 \begin_layout Standard
14939
14940 \series bold
14941
14942 \backslash
14943 raisebox{-0.32
14944 \backslash
14945 baselineskip}{
14946 \end_layout
14947
14948 \begin_layout Standard
14949 benutzt.
14950 \end_layout
14951
14952 \begin_layout Standard
14953 \begin_inset Note Greyedout
14954 status open
14955
14956 \begin_layout Plain Layout
14957
14958 \series bold
14959 Bemerkung:
14960 \series default
14961  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14962  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14963  Der Faktor im 
14964 \series bold
14965
14966 \backslash
14967 raisebox
14968 \series default
14969 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14970 \end_layout
14971
14972 \end_inset
14973
14974
14975 \end_layout
14976
14977 \begin_layout Section
14978 Farbige Tabellen
14979 \begin_inset CommandInset label
14980 LatexCommand label
14981 name "abs:Farbige-Tabellen"
14982
14983 \end_inset
14984
14985
14986 \begin_inset Index
14987 status collapsed
14988
14989 \begin_layout Plain Layout
14990 Tabellen ! farbige
14991 \end_layout
14992
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \begin_layout Subsection
14999 Farbige Zellen
15000 \begin_inset Index
15001 status collapsed
15002
15003 \begin_layout Plain Layout
15004 farbige !  Tabellenzellen
15005 \end_layout
15006
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \begin_layout Standard
15013 \begin_inset Float table
15014 placement h
15015 wide false
15016 sideways false
15017 status open
15018
15019 \begin_layout Plain Layout
15020 \begin_inset Caption
15021
15022 \begin_layout Plain Layout
15023 \begin_inset CommandInset label
15024 LatexCommand label
15025 name "tab:Farbige-Tabelle-ohne"
15026
15027 \end_inset
15028
15029 Farbige Tabelle, ohne Paket 
15030 \series bold
15031 colortbl
15032 \series default
15033
15034 \begin_inset OptArg
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038 Tabelle ohne 
15039 \family typewriter
15040 colortbl
15041 \end_layout
15042
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049
15050
15051 \end_layout
15052
15053 \begin_layout Plain Layout
15054 \align center
15055 \begin_inset Tabular
15056 <lyxtabular version="3" rows="3" columns="3">
15057 <features>
15058 <column alignment="center" valignment="top" width="0">
15059 <column alignment="center" valignment="top" width="0">
15060 <column alignment="center" valignment="top" width="0">
15061 <row>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066
15067 \color green
15068 a
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077
15078 \color red
15079 b
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088
15089 \color red
15090 c
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101
15102 \color green
15103 d
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \color blue
15114 e
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \color blue
15125 f
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 <row>
15132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136
15137 \color green
15138 g
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \color blue
15149 h
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \color blue
15160 i
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 </row>
15166 </lyxtabular>
15167
15168 \end_inset
15169
15170
15171 \end_layout
15172
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \begin_layout Standard
15179 \begin_inset CommandInset label
15180 LatexCommand label
15181 name "Wenn-Sie-nur"
15182
15183 \end_inset
15184
15185 Wenn Sie nur farbigen Text
15186 \begin_inset Index
15187 status collapsed
15188
15189 \begin_layout Plain Layout
15190 Farbe ! für Text
15191 \end_layout
15192
15193 \end_inset
15194
15195  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15196  auf den Werkzeugleistenknopf 
15197 \begin_inset Graphics
15198         filename ../../images/dialog-show_character.png
15199         scale 70
15200         scaleBeforeRotation
15201         BoundingBox 0bp 6bp 22bp 22bp
15202
15203 \end_inset
15204
15205  oder über das Menü 
15206 \family sans
15207 Bearbeiten\SpecialChar \menuseparator
15208 Textstil\SpecialChar \menuseparator
15209 Benutzerdefiniert
15210 \family default
15211  mit dem 
15212 \family sans
15213 Textstil
15214 \family default
15215 -Dialog wie es in Tabelle
15216 \begin_inset Space ~
15217 \end_inset
15218
15219
15220 \begin_inset CommandInset ref
15221 LatexCommand ref
15222 reference "tab:Farbige-Tabelle-ohne"
15223
15224 \end_inset
15225
15226  gemacht wurde.
15227  In anderen Fällen müssen Sie das LaTeX-Paket 
15228 \series bold
15229 colortbl
15230 \series default
15231  benutzen.
15232 \begin_inset Index
15233 status collapsed
15234
15235 \begin_layout Plain Layout
15236 LaTeX-Pakete ! colortbl
15237 \end_layout
15238
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \begin_layout Standard
15245 \begin_inset ERT
15246 status collapsed
15247
15248 \begin_layout Plain Layout
15249
15250
15251 \backslash
15252 ifcolortbl
15253 \end_layout
15254
15255 \end_inset
15256
15257
15258 \begin_inset Note Note
15259 status open
15260
15261 \begin_layout Plain Layout
15262 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15263 \series bold
15264 colortbl
15265 \series default
15266  installiert ist.
15267 \end_layout
15268
15269 \end_inset
15270
15271
15272 \end_layout
15273
15274 \begin_layout Standard
15275 Um farbige Tabellen zu erzeugen, muss 
15276 \series bold
15277 colortbl
15278 \series default
15279  im LaTeX-Vorspann geladen werden:
15280 \end_layout
15281
15282 \begin_layout Standard
15283
15284 \series bold
15285
15286 \backslash
15287 usepackage{colortbl}
15288 \end_layout
15289
15290 \begin_layout Standard
15291 Die Farbe einer Spalte ändert man dann mit dem Befehl
15292 \end_layout
15293
15294 \begin_layout Standard
15295
15296 \series bold
15297
15298 \backslash
15299 columncolor{Farbname}
15300 \end_layout
15301
15302 \begin_layout Standard
15303 innerhalb des Befehls 
15304 \series bold
15305 >{}
15306 \series default
15307 .
15308  Mehr über den Befehl 
15309 \series bold
15310 >{}
15311 \series default
15312  finden Sie im Abschnitt
15313 \begin_inset Space ~
15314 \end_inset
15315
15316
15317 \begin_inset CommandInset ref
15318 LatexCommand ref
15319 reference "uab:Mehrfachspalten-Berechnungen"
15320
15321 \end_inset
15322
15323 .
15324 \end_layout
15325
15326 \begin_layout Standard
15327 Folgende Farbnamen sind vordefiniert:
15328 \end_layout
15329
15330 \begin_layout Standard
15331
15332 \family sans
15333 red
15334 \family default
15335
15336 \family sans
15337 green
15338 \family default
15339
15340 \family sans
15341 yellow
15342 \family default
15343
15344 \family sans
15345 blue
15346 \family default
15347
15348 \family sans
15349 cyan
15350 \family default
15351
15352 \family sans
15353 magenta
15354 \family default
15355
15356 \family sans
15357 black
15358 \family default
15359  und 
15360 \family sans
15361 white
15362 \begin_inset Newline newline
15363 \end_inset
15364
15365 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15366 \family default
15367 und
15368 \family sans
15369  weiß)
15370 \end_layout
15371
15372 \begin_layout Standard
15373 \begin_inset VSpace medskip
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \begin_layout Standard
15380 Sie können auch eigene Farben definieren:
15381 \end_layout
15382
15383 \begin_layout Standard
15384
15385 \series bold
15386
15387 \backslash
15388 definecolor{Farbname}{Farbmodell}{Farbwerte}
15389 \end_layout
15390
15391 \begin_layout Standard
15392 Das Farbmodell kann eins der folgenden sein:
15393 \end_layout
15394
15395 \begin_layout Labeling
15396 \labelwidthstring 00.00.0000
15397 cmyk: cyan, magenta, yellow, black
15398 \end_layout
15399
15400 \begin_layout Labeling
15401 \labelwidthstring 00.00.0000
15402 rgb: red, green blue
15403 \end_layout
15404
15405 \begin_layout Labeling
15406 \labelwidthstring 00.00.0000
15407 gray: gray
15408 \end_layout
15409
15410 \begin_layout Standard
15411 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15412  die die entsprechende Farbe für das Farbmodell beschreiben.
15413 \end_layout
15414
15415 \begin_layout Standard
15416 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15417 \emph on
15418
15419 \begin_inset Quotes gld
15420 \end_inset
15421
15422 dunkelgruen
15423 \emph default
15424
15425 \begin_inset Quotes grd
15426 \end_inset
15427
15428  und 
15429 \begin_inset Quotes gld
15430 \end_inset
15431
15432
15433 \emph on
15434 hellgrau
15435 \emph default
15436
15437 \begin_inset Quotes grd
15438 \end_inset
15439
15440  folgendermaßen definieren:
15441 \end_layout
15442
15443 \begin_layout Standard
15444
15445 \series bold
15446
15447 \backslash
15448 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15449 \end_layout
15450
15451 \begin_layout Standard
15452
15453 \series bold
15454
15455 \backslash
15456 definecolor{hellgrau}{gray}{0.8}
15457 \end_layout
15458
15459 \begin_layout Standard
15460 \begin_inset VSpace medskip
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 Linien werden mit dem Befehl
15468 \end_layout
15469
15470 \begin_layout Standard
15471
15472 \series bold
15473
15474 \backslash
15475 rowcolor{Farbname}
15476 \end_layout
15477
15478 \begin_layout Standard
15479 gefärbt, Zellen mit dem Befehl
15480 \end_layout
15481
15482 \begin_layout Standard
15483
15484 \series bold
15485
15486 \backslash
15487 cellcolor{Farbname}
15488 \end_layout
15489
15490 \begin_layout Standard
15491 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben..
15492 \end_layout
15493
15494 \begin_layout Standard
15495 Um nur Text zu färben, machen Sie es wie 
15496 \begin_inset CommandInset ref
15497 LatexCommand vpageref
15498 reference "Wenn-Sie-nur"
15499
15500 \end_inset
15501
15502  beschrieben.
15503  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15504 \emph on
15505 markieren Sie nur den Text
15506 \emph default
15507 , sonst werden die ERTs LaTeX-Fehler erzeugen.
15508 \end_layout
15509
15510 \begin_layout Standard
15511 \begin_inset Note Greyedout
15512 status open
15513
15514 \begin_layout Plain Layout
15515
15516 \series bold
15517 Achtung:
15518 \series default
15519  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
15520 \end_layout
15521
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \begin_layout Standard
15528 \begin_inset VSpace medskip
15529 \end_inset
15530
15531
15532 \end_layout
15533
15534 \begin_layout Standard
15535 Die Tabelle
15536 \begin_inset Space ~
15537 \end_inset
15538
15539
15540 \begin_inset CommandInset ref
15541 LatexCommand ref
15542 reference "tab:Table-colored-using"
15543
15544 \end_inset
15545
15546  wurde folgendermaßen erstellt: die erste Spalte soll 
15547 \emph on
15548
15549 \begin_inset Quotes gld
15550 \end_inset
15551
15552 dunkelgruen
15553 \emph default
15554
15555 \begin_inset Quotes grd
15556 \end_inset
15557
15558  werden, also müssen Sie ins 
15559 \family sans
15560 LaTe
15561 \begin_inset ERT
15562 status collapsed
15563
15564 \begin_layout Plain Layout
15565
15566 {}
15567 \end_layout
15568
15569 \end_inset
15570
15571 X-Argument
15572 \family default
15573  der Zellen der ersten Spalte den Befehl
15574 \end_layout
15575
15576 \begin_layout Standard
15577
15578 \series bold
15579 >{
15580 \backslash
15581 columncolor{dunkelgruen}
15582 \backslash
15583 centering}c
15584 \end_layout
15585
15586 \begin_layout Standard
15587 schreiben.
15588  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15589 \end_layout
15590
15591 \begin_layout Standard
15592
15593 \series bold
15594
15595 \backslash
15596 rowcolow{cyan}
15597 \end_layout
15598
15599 \begin_layout Standard
15600 in die erste Zelle der ersten Zeile eingefügt.
15601  Diese Farbe ersetzt die Spaltenfarbe.
15602  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15603  wird mit folgendem Befehl erreicht:
15604 \end_layout
15605
15606 \begin_layout Standard
15607
15608 \series bold
15609
15610 \backslash
15611 cellcolor{magenta}
15612 \end_layout
15613
15614 \begin_layout Standard
15615 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15616 \family sans
15617 Textstil
15618 \family default
15619 -Dialog.
15620 \end_layout
15621
15622 \begin_layout Standard
15623 \begin_inset Float table
15624 placement h
15625 wide false
15626 sideways false
15627 status open
15628
15629 \begin_layout Plain Layout
15630 \begin_inset Caption
15631
15632 \begin_layout Plain Layout
15633 \begin_inset CommandInset label
15634 LatexCommand label
15635 name "tab:Table-colored-using"
15636
15637 \end_inset
15638
15639 Eine mit dem Paket 
15640 \series bold
15641 colortbl
15642 \series default
15643  gefärbte Tabelle
15644 \begin_inset OptArg
15645 status collapsed
15646
15647 \begin_layout Plain Layout
15648 Tabelle mit 
15649 \family typewriter
15650 colortbl
15651 \end_layout
15652
15653 \end_inset
15654
15655
15656 \end_layout
15657
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \begin_layout Plain Layout
15664 \align center
15665 \begin_inset Tabular
15666 <lyxtabular version="3" rows="3" columns="3">
15667 <features>
15668 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15669 <column alignment="center" valignment="top" width="0">
15670 <column alignment="center" valignment="top" width="0">
15671 <row>
15672 <cell alignment="center" valignment="top" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 \begin_inset ERT
15677 status collapsed
15678
15679 \begin_layout Plain Layout
15680
15681
15682 \backslash
15683 rowcolor{cyan}
15684 \end_layout
15685
15686 \end_inset
15687
15688
15689 \color magenta
15690 a
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 <cell alignment="center" valignment="top" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699
15700 \color red
15701 b
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \color red
15712 c
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 </row>
15718 <row>
15719 <cell alignment="center" valignment="top" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723
15724 \color yellow
15725 d
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 <cell alignment="center" valignment="top" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734
15735 \color blue
15736 e
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745
15746 \color blue
15747 f
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 <row>
15754 <cell alignment="center" valignment="top" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \color yellow
15760 g
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769
15770 \color blue
15771 h
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 <cell alignment="center" valignment="top" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 \begin_inset ERT
15781 status collapsed
15782
15783 \begin_layout Plain Layout
15784
15785
15786 \backslash
15787 cellcolor{magenta}
15788 \end_layout
15789
15790 \end_inset
15791
15792
15793 \color green
15794 i
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 </row>
15800 </lyxtabular>
15801
15802 \end_inset
15803
15804
15805 \end_layout
15806
15807 \end_inset
15808
15809
15810 \end_layout
15811
15812 \begin_layout Standard
15813 \begin_inset ERT
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817
15818
15819 \backslash
15820 else
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \begin_inset Note Note
15827 status open
15828
15829 \begin_layout Plain Layout
15830 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15831 \series bold
15832 colortbl
15833 \series default
15834  nicht installiert ist:
15835 \end_layout
15836
15837 \end_inset
15838
15839
15840 \end_layout
15841
15842 \begin_layout Standard
15843 Sie müssen das LaTeX-Paket 
15844 \series bold
15845 colortbl
15846 \series default
15847  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15848 \end_layout
15849
15850 \begin_layout Standard
15851 \begin_inset ERT
15852 status collapsed
15853
15854 \begin_layout Plain Layout
15855
15856
15857 \backslash
15858 fi
15859 \end_layout
15860
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \begin_layout Subsection
15867 Farbige Linien
15868 \begin_inset Index
15869 status collapsed
15870
15871 \begin_layout Plain Layout
15872 farbige !  Tabellenlinien
15873 \end_layout
15874
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \begin_layout Standard
15881 Wie in Abschnitt
15882 \begin_inset Space ~
15883 \end_inset
15884
15885
15886 \begin_inset CommandInset ref
15887 LatexCommand ref
15888 reference "uab:Liniendicke"
15889
15890 \end_inset
15891
15892  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
15893 \series bold
15894
15895 \backslash
15896 arrayrulewidth
15897 \series default
15898  definiert werden.
15899  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15900 \begin_inset Space \thinspace{}
15901 \end_inset
15902
15903 pt gesetzt.
15904 \begin_inset ERT
15905 status collapsed
15906
15907 \begin_layout Plain Layout
15908
15909
15910 \backslash
15911 setlength{
15912 \backslash
15913 arrayrulewidth}{1.5pt}
15914 \end_layout
15915
15916 \end_inset
15917
15918
15919 \end_layout
15920
15921 \begin_layout Standard
15922 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15923 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15924 \begin_inset Space ~
15925 \end_inset
15926
15927
15928 \begin_inset CommandInset ref
15929 LatexCommand ref
15930 reference "uab:Angepasste-Zellen/Spaltenformat"
15931
15932 \end_inset
15933
15934  definiert:
15935 \end_layout
15936
15937 \begin_layout Standard
15938
15939 \series bold
15940
15941 \backslash
15942 newcolumntype{W}{!{
15943 \backslash
15944 color{green}
15945 \backslash
15946 vline}}
15947 \end_layout
15948
15949 \begin_layout Standard
15950 In Tabelle
15951 \begin_inset Space ~
15952 \end_inset
15953
15954
15955 \begin_inset CommandInset ref
15956 LatexCommand ref
15957 reference "tab:Tabelle-mit-farbigen-vert"
15958
15959 \end_inset
15960
15961  wurde das LaTeX-Argument 
15962 \series bold
15963 WcW
15964 \series default
15965  für die letzte und 
15966 \series bold
15967 Wc
15968 \series default
15969  für die anderen Spalten benutzt.
15970 \end_layout
15971
15972 \begin_layout Standard
15973 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15974 \end_layout
15975
15976 \begin_layout Standard
15977 \begin_inset Float table
15978 placement h
15979 wide false
15980 sideways false
15981 status open
15982
15983 \begin_layout Plain Layout
15984 \begin_inset Caption
15985
15986 \begin_layout Plain Layout
15987 \begin_inset CommandInset label
15988 LatexCommand label
15989 name "tab:Tabelle-mit-farbigen-vert"
15990
15991 \end_inset
15992
15993 Tabelle mit farbigen vertikalen Linien
15994 \end_layout
15995
15996 \end_inset
15997
15998
15999 \end_layout
16000
16001 \begin_layout Plain Layout
16002 \align center
16003 \begin_inset Tabular
16004 <lyxtabular version="3" rows="3" columns="3">
16005 <features>
16006 <column alignment="center" valignment="top" width="0" special="Wc">
16007 <column alignment="center" valignment="top" width="0" special="Wc">
16008 <column alignment="center" valignment="top" width="0" special="WcW">
16009 <row>
16010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 sd
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 </row>
16038 <row>
16039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" topline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052 sd
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 </row>
16067 <row>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 sd
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 </row>
16096 </lyxtabular>
16097
16098 \end_inset
16099
16100
16101 \end_layout
16102
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \begin_layout Standard
16109 \begin_inset VSpace bigskip
16110 \end_inset
16111
16112 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16113 \begin_inset Space ~
16114 \end_inset
16115
16116
16117 \begin_inset CommandInset ref
16118 LatexCommand ref
16119 reference "tab:Tabelle-mit-farbigen-horiz"
16120
16121 \end_inset
16122
16123 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16124  einfügen:
16125 \end_layout
16126
16127 \begin_layout Standard
16128
16129 \series bold
16130
16131 \backslash
16132 let
16133 \backslash
16134 myHlineC
16135 \backslash
16136 hline
16137 \begin_inset Newline newline
16138 \end_inset
16139
16140
16141 \backslash
16142 renewcommand{
16143 \backslash
16144 hline}
16145 \begin_inset Newline newline
16146 \end_inset
16147
16148
16149 \begin_inset ERT
16150 status collapsed
16151
16152 \begin_layout Plain Layout
16153
16154
16155 \backslash
16156 hphantom{ }
16157 \end_layout
16158
16159 \end_inset
16160
16161 {
16162 \backslash
16163 arrayrulecolor{red}
16164 \backslash
16165 myHlineC
16166 \backslash
16167 arrayrulecolor{black}}
16168 \end_layout
16169
16170 \begin_layout Standard
16171 \begin_inset ERT
16172 status collapsed
16173
16174 \begin_layout Plain Layout
16175
16176
16177 \backslash
16178 let
16179 \backslash
16180 myHlineC
16181 \backslash
16182 hline
16183 \end_layout
16184
16185 \begin_layout Plain Layout
16186
16187
16188 \backslash
16189 renewcommand{
16190 \backslash
16191 hline}
16192 \end_layout
16193
16194 \begin_layout Plain Layout
16195
16196  {
16197 \backslash
16198 arrayrulecolor{red}
16199 \backslash
16200 myHlineC
16201 \backslash
16202 arrayrulecolor{black}}
16203 \end_layout
16204
16205 \end_inset
16206
16207
16208 \begin_inset Float table
16209 placement h
16210 wide false
16211 sideways false
16212 status open
16213
16214 \begin_layout Plain Layout
16215 \begin_inset Caption
16216
16217 \begin_layout Plain Layout
16218 \begin_inset CommandInset label
16219 LatexCommand label
16220 name "tab:Tabelle-mit-farbigen-horiz"
16221
16222 \end_inset
16223
16224 Tabelle mit farbigen horizontalen Linien
16225 \end_layout
16226
16227 \end_inset
16228
16229
16230 \end_layout
16231
16232 \begin_layout Plain Layout
16233 \align center
16234 \begin_inset Tabular
16235 <lyxtabular version="3" rows="3" columns="3">
16236 <features>
16237 <column alignment="center" valignment="top" width="0">
16238 <column alignment="center" valignment="top" width="0">
16239 <column alignment="center" valignment="top" width="0">
16240 <row>
16241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245 sd
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 </row>
16269 <row>
16270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 sd
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 </row>
16298 <row>
16299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 sd
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 </lyxtabular>
16328
16329 \end_inset
16330
16331
16332 \end_layout
16333
16334 \end_inset
16335
16336
16337 \end_layout
16338
16339 \begin_layout Standard
16340 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16341  als TeX-Code hinter der Tabelle einfügen:
16342 \end_layout
16343
16344 \begin_layout Standard
16345
16346 \series bold
16347
16348 \backslash
16349 renewcommand{
16350 \backslash
16351 hline}{
16352 \backslash
16353 myHlineC}
16354 \end_layout
16355
16356 \begin_layout Standard
16357 Tabelle
16358 \begin_inset Space ~
16359 \end_inset
16360
16361
16362 \begin_inset CommandInset ref
16363 LatexCommand ref
16364 reference "tab:Table-with-colored"
16365
16366 \end_inset
16367
16368  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16369 \end_layout
16370
16371 \begin_layout Standard
16372 \begin_inset Float table
16373 placement h
16374 wide false
16375 sideways false
16376 status open
16377
16378 \begin_layout Plain Layout
16379 \begin_inset Caption
16380
16381 \begin_layout Plain Layout
16382 \begin_inset CommandInset label
16383 LatexCommand label
16384 name "tab:Table-with-colored"
16385
16386 \end_inset
16387
16388 Tabelle mit farbigen Linien
16389 \end_layout
16390
16391 \end_inset
16392
16393
16394 \end_layout
16395
16396 \begin_layout Plain Layout
16397 \align center
16398 \begin_inset Tabular
16399 <lyxtabular version="3" rows="3" columns="3">
16400 <features>
16401 <column alignment="center" valignment="top" width="0" special="Wc">
16402 <column alignment="center" valignment="top" width="0" special="Wc">
16403 <column alignment="center" valignment="top" width="0" special="WcW">
16404 <row>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 sd
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 <cell alignment="center" valignment="top" topline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 </row>
16433 <row>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 <cell alignment="center" valignment="top" topline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 sd
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 <row topspace="default">
16463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 sd
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 </lyxtabular>
16492
16493 \end_inset
16494
16495
16496 \end_layout
16497
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \begin_layout Standard
16504 \begin_inset ERT
16505 status collapsed
16506
16507 \begin_layout Plain Layout
16508
16509
16510 \backslash
16511 renewcommand{
16512 \backslash
16513 hline}{
16514 \backslash
16515 myHlineC}
16516 \end_layout
16517
16518 \end_inset
16519
16520
16521 \end_layout
16522
16523 \begin_layout Standard
16524 \begin_inset ERT
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528
16529
16530 \backslash
16531 setlength{
16532 \backslash
16533 arrayrulewidth}{0.4pt}
16534 \end_layout
16535
16536 \end_inset
16537
16538
16539 \begin_inset Note Note
16540 status collapsed
16541
16542 \begin_layout Plain Layout
16543 setzt die Liniendicke wieder auf ihren Standardwert zurück
16544 \end_layout
16545
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \begin_layout Section
16552 Tabellen-Anpassung
16553 \begin_inset Index
16554 status collapsed
16555
16556 \begin_layout Plain Layout
16557 Tabellen ! Anpassung
16558 \end_layout
16559
16560 \end_inset
16561
16562
16563 \end_layout
16564
16565 \begin_layout Subsection
16566 Zeilenabstand
16567 \begin_inset CommandInset label
16568 LatexCommand label
16569 name "uab:Zeilenabstand"
16570
16571 \end_inset
16572
16573
16574 \begin_inset Index
16575 status collapsed
16576
16577 \begin_layout Plain Layout
16578 Tabellen ! Zeilenabstand
16579 \end_layout
16580
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \begin_layout Standard
16587 Auf der Karteikarte 
16588 \family sans
16589 Rahmen
16590 \family default
16591  des 
16592 \family sans
16593 Tabellen-Einstellungen
16594 \family default
16595 -Dialogs können Sie 
16596 \family sans
16597 zusätzliche
16598 \begin_inset Space ~
16599 \end_inset
16600
16601 Abstände
16602 \family default
16603  einfügen.
16604  Dabei haben Sie drei Möglichkeiten:
16605 \end_layout
16606
16607 \begin_layout Description
16608 Oberhalb
16609 \begin_inset Space ~
16610 \end_inset
16611
16612 der
16613 \begin_inset Space ~
16614 \end_inset
16615
16616 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16617  Bei einer formalen Tabelle
16618 \begin_inset Foot
16619 status collapsed
16620
16621 \begin_layout Plain Layout
16622 Formale Tabellen wurden in Abschnitt
16623 \begin_inset Space ~
16624 \end_inset
16625
16626
16627 \begin_inset CommandInset ref
16628 LatexCommand ref
16629 reference "abs:Formale-Tabellen"
16630
16631 \end_inset
16632
16633  beschrieben.
16634 \end_layout
16635
16636 \end_inset
16637
16638  fügt LyX standardmäßig 0.5
16639 \begin_inset Space \thinspace{}
16640 \end_inset
16641
16642 em Leerraum ein.
16643  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16644 \begin_inset VSpace medskip
16645 \end_inset
16646
16647
16648 \begin_inset Newline newline
16649 \end_inset
16650
16651
16652 \begin_inset Space \hspace*{}
16653 \length 0pt
16654 \end_inset
16655
16656
16657 \begin_inset Space \hfill{}
16658 \end_inset
16659
16660
16661 \begin_inset Tabular
16662 <lyxtabular version="3" rows="3" columns="1">
16663 <features>
16664 <column alignment="center" valignment="top" width="0">
16665 <row>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 A
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row topspace="3mm">
16677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 3
16682 \begin_inset Space \thinspace{}
16683 \end_inset
16684
16685 mm Leerraum oberhalb der Zeile
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 </row>
16691 <row>
16692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 C
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 </lyxtabular>
16703
16704 \end_inset
16705
16706
16707 \begin_inset Space \hfill{}
16708 \end_inset
16709
16710
16711 \begin_inset Space \hspace*{}
16712 \length 0pt
16713 \end_inset
16714
16715
16716 \begin_inset VSpace medskip
16717 \end_inset
16718
16719
16720 \begin_inset Newline newline
16721 \end_inset
16722
16723 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16724 n Linien verwenden.
16725 \end_layout
16726
16727 \begin_layout Description
16728 Unterhalb
16729 \begin_inset Space ~
16730 \end_inset
16731
16732 der
16733 \begin_inset Space ~
16734 \end_inset
16735
16736 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16737  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16738 \begin_inset Space \thinspace{}
16739 \end_inset
16740
16741 em Leerraum ein.
16742  Bei normalen Tabellen ist der Standardwert 2
16743 \begin_inset Space \thinspace{}
16744 \end_inset
16745
16746 pt.
16747 \end_layout
16748
16749 \begin_layout Description
16750 Zwischen
16751 \begin_inset Space ~
16752 \end_inset
16753
16754 den
16755 \begin_inset Space ~
16756 \end_inset
16757
16758 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16759  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16760 \begin_inset Space \thinspace{}
16761 \end_inset
16762
16763 em Leerraum ein.
16764  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16765 \begin_inset VSpace medskip
16766 \end_inset
16767
16768
16769 \begin_inset Newline newline
16770 \end_inset
16771
16772
16773 \begin_inset Space \hspace*{}
16774 \length 0pt
16775 \end_inset
16776
16777
16778 \begin_inset Space \hfill{}
16779 \end_inset
16780
16781
16782 \begin_inset Tabular
16783 <lyxtabular version="3" rows="3" columns="1">
16784 <features>
16785 <column alignment="center" valignment="top" width="0">
16786 <row>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 A
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 <row interlinespace="3mm">
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 \begin_inset Formula $\downarrow$
16803 \end_inset
16804
16805  3
16806 \begin_inset Space \thinspace{}
16807 \end_inset
16808
16809 mm Leerraum zwischen den Zeilen 
16810 \begin_inset Formula $\downarrow$
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 \begin_inset Formula $\uparrow$
16825 \end_inset
16826
16827  3
16828 \begin_inset Space \thinspace{}
16829 \end_inset
16830
16831 mm Leerraum zwischen den Zeilen 
16832 \begin_inset Formula $\uparrow$
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 </row>
16841 </lyxtabular>
16842
16843 \end_inset
16844
16845
16846 \begin_inset Space \hfill{}
16847 \end_inset
16848
16849
16850 \begin_inset Space \hspace*{}
16851 \length 0pt
16852 \end_inset
16853
16854
16855 \begin_inset VSpace medskip
16856 \end_inset
16857
16858
16859 \begin_inset Newline newline
16860 \end_inset
16861
16862 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16863 n Linien verwenden.
16864 \end_layout
16865
16866 \begin_layout Standard
16867 \begin_inset VSpace bigskip
16868 \end_inset
16869
16870 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16871  Befehlen im LaTeX-Vorspann machen:
16872 \end_layout
16873
16874 \begin_layout Standard
16875
16876 \series bold
16877
16878 \backslash
16879 @ifundefined{extrarowheight}
16880 \begin_inset Newline newline
16881 \end_inset
16882
16883
16884 \begin_inset ERT
16885 status collapsed
16886
16887 \begin_layout Plain Layout
16888
16889
16890 \backslash
16891 hphantom{ }
16892 \end_layout
16893
16894 \end_inset
16895
16896 {
16897 \backslash
16898 usepackage{array}}{}
16899 \begin_inset Newline newline
16900 \end_inset
16901
16902
16903 \backslash
16904 setlength{
16905 \backslash
16906 extrarowheight}{Höhe}
16907 \end_layout
16908
16909 \begin_layout Standard
16910 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16911  ausgerichtet sind.
16912  (Das Paket 
16913 \series bold
16914 array
16915 \series default
16916  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
16917  verwenden.
16918  Der Befehl 
16919 \series bold
16920
16921 \backslash
16922 @ifundefined
16923 \series default
16924  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16925 \end_layout
16926
16927 \begin_layout Subsection
16928 Besondere Zellenausrichtung
16929 \begin_inset Index
16930 status collapsed
16931
16932 \begin_layout Plain Layout
16933 Tabellen ! Zellenausrichtung
16934 \end_layout
16935
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \begin_layout Standard
16942 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16943  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle
16944 \begin_inset Space ~
16945 \end_inset
16946
16947
16948 \begin_inset CommandInset ref
16949 LatexCommand ref
16950 reference "tab:Tabellenzellen-sind-auf"
16951
16952 \end_inset
16953
16954 .
16955 \end_layout
16956
16957 \begin_layout Standard
16958 \begin_inset Float table
16959 placement h
16960 wide false
16961 sideways false
16962 status open
16963
16964 \begin_layout Plain Layout
16965 \begin_inset Caption
16966
16967 \begin_layout Plain Layout
16968 \begin_inset CommandInset label
16969 LatexCommand label
16970 name "tab:Tabellenzellen-sind-auf"
16971
16972 \end_inset
16973
16974 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16975 \end_layout
16976
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \begin_layout Plain Layout
16983 \align center
16984 \begin_inset Tabular
16985 <lyxtabular version="3" rows="4" columns="2">
16986 <features>
16987 <column alignment="right" valignment="top" width="0">
16988 <column alignment="left" valignment="top" width="0" special="@{}l">
16989 <row>
16990 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 Überschrift
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="center" valignment="top" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 12.
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 6
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 </row>
17029 <row>
17030 <cell alignment="center" valignment="top" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034 0.
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 68
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 <row>
17050 <cell alignment="center" valignment="top" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 -123.
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 0
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 </row>
17069 </lyxtabular>
17070
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \begin_layout Standard
17082 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17083  Die Überschrift ist eine zentrierte Mehrfachspalte.
17084  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17085  der Zahlen einschließlich Dezimalpunkt.
17086  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17087  der Zahlen.
17088   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17089 \family sans
17090 LaTe
17091 \begin_inset ERT
17092 status collapsed
17093
17094 \begin_layout Plain Layout
17095
17096 {}
17097 \end_layout
17098
17099 \end_inset
17100
17101 X-Argument
17102 \family default
17103  für die zweite Spalte folgendes eingefügt:
17104 \end_layout
17105
17106 \begin_layout Standard
17107
17108 \series bold
17109 @{}l
17110 \end_layout
17111
17112 \begin_layout Standard
17113 Tabelle
17114 \begin_inset Space ~
17115 \end_inset
17116
17117
17118 \begin_inset CommandInset ref
17119 LatexCommand ref
17120 reference "tab:Verschiedene-Ausrichtungen"
17121
17122 \end_inset
17123
17124  zeigt einige Ausrichtungen.
17125  Für die Ausrichtung der Relationen müssen Sie den 
17126 \family sans
17127 Mittleren
17128 \begin_inset Space ~
17129 \end_inset
17130
17131 Abstand
17132 \family default
17133  aus der 
17134 \family sans
17135 Mathe-Werkzeugleiste
17136 \family default
17137  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17138  rechts vom Relationszeichen zu bekommen.
17139 \end_layout
17140
17141 \begin_layout Standard
17142
17143 \color black
17144 \begin_inset Float table
17145 placement h
17146 wide false
17147 sideways false
17148 status open
17149
17150 \begin_layout Plain Layout
17151
17152 \color black
17153 \begin_inset Caption
17154
17155 \begin_layout Plain Layout
17156
17157 \color black
17158 \begin_inset CommandInset label
17159 LatexCommand label
17160 name "tab:Verschiedene-Ausrichtungen"
17161
17162 \end_inset
17163
17164
17165 \color inherit
17166 Verschiedene Ausrichtungen
17167 \end_layout
17168
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \begin_layout Plain Layout
17175 \align center
17176
17177 \color black
17178 \begin_inset Tabular
17179 <lyxtabular version="3" rows="4" columns="6">
17180 <features>
17181 <column alignment="right" valignment="top" width="0">
17182 <column alignment="left" valignment="top" width="0" special="@{}l">
17183 <column alignment="right" valignment="top" width="0">
17184 <column alignment="left" valignment="top" width="0" special="@{}l">
17185 <column alignment="right" valignment="top" width="0">
17186 <column alignment="left" valignment="top" width="0" special="@{}l">
17187 <row>
17188 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 Einheiten
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 Exponenten
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 Relationen
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \color black
17250 12×
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259
17260 \color black
17261 24
17262 \begin_inset Space \thinspace{}
17263 \end_inset
17264
17265
17266 \color inherit
17267 Flaschen
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276
17277 \color black
17278 \begin_inset Formula $10\cdot$
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290
17291 \color black
17292 \begin_inset Formula $10^{\mbox{-}17}$
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 <cell alignment="center" valignment="top" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \color black
17306 \begin_inset Formula $\Gamma(t)\propto$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318
17319 \color black
17320 \begin_inset Formula $\:\Upsilon(t)$
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 </row>
17329 <row>
17330 <cell alignment="center" valignment="top" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334
17335 \color black
17336 1024×
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \color black
17347 768
17348 \begin_inset Space \thinspace{}
17349 \end_inset
17350
17351 Pixel
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 <cell alignment="center" valignment="top" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360
17361 \color black
17362 \begin_inset Formula $5.78\cdot$
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374
17375 \color black
17376 \begin_inset Formula $10^{7}$
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388
17389 \color black
17390 \begin_inset Formula $A\ne$
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402
17403 \color black
17404 \begin_inset Formula $\: B_{\mathrm{red}}$
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 </row>
17413 <row>
17414 <cell alignment="center" valignment="top" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418
17419 \color black
17420 32×
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429
17430 \color black
17431 6
17432 \begin_inset Space \thinspace{}
17433 \end_inset
17434
17435 cm
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \color black
17446 -
17447 \begin_inset Formula $33.5\cdot$
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459
17460 \color black
17461 \begin_inset Formula $10^{4}$
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473
17474 \color black
17475 \begin_inset Formula $\sin(\alpha)\ge$
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487
17488 \color black
17489 \begin_inset Formula $\:\sin(\beta)$
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 </row>
17498 </lyxtabular>
17499
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \begin_layout Standard
17511 \begin_inset VSpace bigskip
17512 \end_inset
17513
17514 Es gibt auch noch das LaTeX-Paket 
17515 \series bold
17516 dcolumn
17517 \series default
17518
17519 \begin_inset Index
17520 status collapsed
17521
17522 \begin_layout Plain Layout
17523 LaTeX-Pakete ! dcolumn
17524 \end_layout
17525
17526 \end_inset
17527
17528  mit dem man Zellen ausrichten kann.
17529  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17530  in den Zellen.
17531  Die erste Spalte von Tabelle
17532 \begin_inset Space ~
17533 \end_inset
17534
17535
17536 \begin_inset CommandInset ref
17537 LatexCommand ref
17538 reference "tab:Verschiedene-Ausrichtungen"
17539
17540 \end_inset
17541
17542  wird mit 
17543 \family typewriter
17544 dcolumn
17545 \family default
17546  wie die erste Spalte von Tabelle
17547 \begin_inset Space ~
17548 \end_inset
17549
17550
17551 \begin_inset CommandInset ref
17552 LatexCommand ref
17553 reference "tab:Ausrichtung-mit-dem"
17554
17555 \end_inset
17556
17557  aussehen und nur mit ein paar Tricks wie erwartet.
17558  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17559 \begin_inset Space ~
17560 \end_inset
17561
17562
17563 \begin_inset CommandInset ref
17564 LatexCommand ref
17565 reference "tab:Verschiedene-Ausrichtungen"
17566
17567 \end_inset
17568
17569  ist mit 
17570 \series bold
17571 dcolumn
17572 \series default
17573  nicht möglich.
17574 \end_layout
17575
17576 \begin_layout Standard
17577 \begin_inset Float table
17578 placement h
17579 wide false
17580 sideways false
17581 status open
17582
17583 \begin_layout Plain Layout
17584 \begin_inset Caption
17585
17586 \begin_layout Plain Layout
17587 \begin_inset CommandInset label
17588 LatexCommand label
17589 name "tab:Ausrichtung-mit-dem"
17590
17591 \end_inset
17592
17593 Ausrichtung mit dem LaTeX-Paket 
17594 \series bold
17595 dcolumn
17596 \series default
17597 .
17598  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17599  bekommen.
17600 \begin_inset OptArg
17601 status collapsed
17602
17603 \begin_layout Plain Layout
17604 Ausrichtung mit dem LaTeX-Paket 
17605 \series bold
17606 dcolumn
17607 \end_layout
17608
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \begin_layout Plain Layout
17620 \align center
17621 \begin_inset Tabular
17622 <lyxtabular version="3" rows="4" columns="3">
17623 <features>
17624 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}|">
17625 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}|">
17626 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17627 <row>
17628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 Einheiten
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641 Einheiten
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650 Einheiten
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 </row>
17656 <row>
17657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661 12x24
17662 \begin_inset Space \thinspace{}
17663 \end_inset
17664
17665
17666 \begin_inset Formula $\mbox{Flaschen}$
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 12x24
17679 \begin_inset Space \thinspace{}
17680 \end_inset
17681
17682
17683 \begin_inset Formula $\mbox{Flaschen}$
17684 \end_inset
17685
17686
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695 12
17696 \begin_inset ERT
17697 status collapsed
17698
17699 \begin_layout Plain Layout
17700
17701
17702 \backslash
17703 times 
17704 \end_layout
17705
17706 \end_inset
17707
17708 24~
17709 \begin_inset Formula $\mbox{Flaschen}$
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 </row>
17718 <row>
17719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723 1024x768
17724 \begin_inset Space \thinspace{}
17725 \end_inset
17726
17727
17728 \begin_inset Formula $\mbox{Pixel}$
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740 1024x768
17741 \begin_inset Space \thinspace{}
17742 \end_inset
17743
17744
17745 \begin_inset Formula $\mbox{Pixel}$
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 1024
17758 \begin_inset ERT
17759 status collapsed
17760
17761 \begin_layout Plain Layout
17762
17763
17764 \backslash
17765 times 
17766 \end_layout
17767
17768 \end_inset
17769
17770 768~
17771 \begin_inset Formula $\mbox{Pixel}$
17772 \end_inset
17773
17774
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 </row>
17780 <row>
17781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17782 \begin_inset Text
17783
17784 \begin_layout Plain Layout
17785 32x6
17786 \begin_inset Space \thinspace{}
17787 \end_inset
17788
17789
17790 \begin_inset Formula $\mbox{cm}$
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 32x6
17803 \begin_inset Space \thinspace{}
17804 \end_inset
17805
17806
17807 \begin_inset Formula $\mbox{cm}$
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819 32
17820 \begin_inset ERT
17821 status collapsed
17822
17823 \begin_layout Plain Layout
17824
17825
17826 \backslash
17827 times 
17828 \end_layout
17829
17830 \end_inset
17831
17832 6~
17833 \begin_inset Formula $\mbox{cm}$
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 </row>
17842 </lyxtabular>
17843
17844 \end_inset
17845
17846
17847 \end_layout
17848
17849 \end_inset
17850
17851
17852 \end_layout
17853
17854 \begin_layout Subsection
17855 Angepasste Zellen/Spaltenformat
17856 \begin_inset CommandInset label
17857 LatexCommand label
17858 name "uab:Angepasste-Zellen/Spaltenformat"
17859
17860 \end_inset
17861
17862
17863 \begin_inset Index
17864 status collapsed
17865
17866 \begin_layout Plain Layout
17867 Tabellen ! Spaltenformat
17868 \end_layout
17869
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \begin_layout Standard
17876 Wenn man wie in Abschnitt
17877 \begin_inset Space ~
17878 \end_inset
17879
17880
17881 \begin_inset CommandInset ref
17882 LatexCommand ref
17883 reference "uab:Mehrfachspalten-Berechnungen"
17884
17885 \end_inset
17886
17887  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
17888  Tabellen mit Mehrfachspalten sehr lästig.
17889  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
17890 en definieren:
17891 \end_layout
17892
17893 \begin_layout Standard
17894
17895 \series bold
17896
17897 \backslash
17898 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17899 \end_layout
17900
17901 \begin_layout Standard
17902 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17903 \emph on
17904 b
17905 \emph default
17906
17907 \emph on
17908 c
17909 \emph default
17910
17911 \emph on
17912 l
17913 \emph default
17914
17915 \emph on
17916 m
17917 \emph default
17918
17919 \emph on
17920 p
17921 \emph default
17922  oder 
17923 \emph on
17924 r
17925 \emph default
17926 , weil diese vordefiniert sind.
17927  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17928 \end_layout
17929
17930 \begin_layout Standard
17931 \begin_inset VSpace medskip
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \begin_layout Standard
17938 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17939  Breite könnte das Format so aussehen:
17940 \end_layout
17941
17942 \begin_layout Standard
17943
17944 \series bold
17945
17946 \backslash
17947 newcolumntype{M}[1]{>{
17948 \backslash
17949 centering
17950 \backslash
17951 hspace{0pt}}m{#1}}
17952 \end_layout
17953
17954 \begin_layout Standard
17955 wobei 
17956 \series bold
17957
17958 \backslash
17959 hspace{0pt}
17960 \series default
17961  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17962  Abschnitt
17963 \begin_inset Space ~
17964 \end_inset
17965
17966
17967 \begin_inset CommandInset ref
17968 LatexCommand ref
17969 reference "uab:Mehrfache-Zeilen-in"
17970
17971 \end_inset
17972
17973  beschrieben.
17974  Jetzt können Sie mit
17975 \end_layout
17976
17977 \begin_layout Standard
17978
17979 \series bold
17980 M{Breite}
17981 \end_layout
17982
17983 \begin_layout Standard
17984 im 
17985 \family sans
17986 LaTeX-Argument
17987 \family default
17988  im 
17989 \family sans
17990 Tabellen-Einstellungen
17991 \family default
17992 -Dialog eine Mehrfachspalten definieren.
17993 \end_layout
17994
17995 \begin_layout Standard
17996 \begin_inset VSpace bigskip
17997 \end_inset
17998
17999
18000 \end_layout
18001
18002 \begin_layout Standard
18003 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18004  Format definieren:
18005 \end_layout
18006
18007 \begin_layout Standard
18008
18009 \series bold
18010
18011 \backslash
18012 newcolumntype{S}[2]{>{
18013 \backslash
18014 centering
18015 \backslash
18016 hspace{0pt}}
18017 \begin_inset Newline newline
18018 \end_inset
18019
18020
18021 \begin_inset ERT
18022 status collapsed
18023
18024 \begin_layout Plain Layout
18025
18026
18027 \backslash
18028 phantom{
18029 \end_layout
18030
18031 \end_inset
18032
18033
18034 \backslash
18035 newcolumntype
18036 \begin_inset ERT
18037 status collapsed
18038
18039 \begin_layout Plain Layout
18040
18041 }
18042 \end_layout
18043
18044 \end_inset
18045
18046 m{(#1+(2
18047 \backslash
18048 tabcolsep+
18049 \backslash
18050 arrayrulewidth)*(1-#2))/#2}}
18051 \end_layout
18052
18053 \begin_layout Standard
18054 Diese Format benutzt Gleichung
18055 \begin_inset Space ~
18056 \end_inset
18057
18058
18059 \begin_inset CommandInset ref
18060 LatexCommand ref
18061 reference "eq:Wgn"
18062
18063 \end_inset
18064
18065 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18066  breit ist.
18067 \end_layout
18068
18069 \begin_layout Standard
18070 Jetzt können Sie im 
18071 \family sans
18072 LaTeX-Argument
18073 \family default
18074  im 
18075 \family sans
18076 Tabellen-Einstellungen
18077 \family default
18078 -Dialog folgendes einfügen:
18079 \end_layout
18080
18081 \begin_layout Standard
18082
18083 \series bold
18084 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18085 \end_layout
18086
18087 \begin_layout Standard
18088 \begin_inset VSpace bigskip
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \begin_layout Standard
18095 Für farbige Spalten können Sie folgendes einfügen:
18096 \end_layout
18097
18098 \begin_layout Standard
18099
18100 \series bold
18101
18102 \backslash
18103 newcolumntype{K}[1]{>{
18104 \backslash
18105 columncolor{#1}
18106 \backslash
18107 hspace{0pt}}c}
18108 \end_layout
18109
18110 \begin_layout Standard
18111 Das 
18112 \begin_inset Quotes gld
18113 \end_inset
18114
18115 c
18116 \begin_inset Quotes grd
18117 \end_inset
18118
18119  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18120  zentriert ist.
18121  Jetzt können Sie als 
18122 \family sans
18123 LaTeX-Argument
18124 \family default
18125  folgendes einfügen:
18126 \end_layout
18127
18128 \begin_layout Standard
18129
18130 \series bold
18131 K{Farbname}
18132 \end_layout
18133
18134 \begin_layout Standard
18135 \begin_inset VSpace bigskip
18136 \end_inset
18137
18138
18139 \end_layout
18140
18141 \begin_layout Standard
18142 Für Tabelle
18143 \begin_inset Space ~
18144 \end_inset
18145
18146
18147 \begin_inset CommandInset ref
18148 LatexCommand ref
18149 reference "tab:Tabelle-mit-benutzerdefinierte"
18150
18151 \end_inset
18152
18153  wurden folgende 
18154 \family sans
18155 LaTeX-Argumente
18156 \family default
18157  benutzt:
18158 \end_layout
18159
18160 \begin_layout Standard
18161
18162 \series bold
18163 M{2.5cm}
18164 \end_layout
18165
18166 \begin_layout Standard
18167 für die erste Spalte und die Mehrfachspalte,
18168 \end_layout
18169
18170 \begin_layout Standard
18171
18172 \series bold
18173 K{red}
18174 \end_layout
18175
18176 \begin_layout Standard
18177 für die letzte Spalte und
18178 \end_layout
18179
18180 \begin_layout Standard
18181
18182 \series bold
18183 S{2.5cm}{2}
18184 \end_layout
18185
18186 \begin_layout Standard
18187 für die Spalten in der zweiten Mehrfachspalte.
18188 \end_layout
18189
18190 \begin_layout Standard
18191 \begin_inset Float table
18192 placement h
18193 wide false
18194 sideways false
18195 status open
18196
18197 \begin_layout Plain Layout
18198 \begin_inset Caption
18199
18200 \begin_layout Plain Layout
18201 \begin_inset CommandInset label
18202 LatexCommand label
18203 name "tab:Tabelle-mit-benutzerdefinierte"
18204
18205 \end_inset
18206
18207 Tabelle mit benutzerdefinierte Formaten
18208 \end_layout
18209
18210 \end_inset
18211
18212
18213 \end_layout
18214
18215 \begin_layout Plain Layout
18216 \align center
18217 \begin_inset Tabular
18218 <lyxtabular version="3" rows="3" columns="4">
18219 <features>
18220 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18221 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18222 <column alignment="center" valignment="middle" width="0">
18223 <column alignment="center" valignment="middle" width="0" special="K{red}">
18224 <row>
18225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 einsehrlangesWort
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 Mehrfachspalte mit mehreren Zeilen
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256 c
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 </row>
18262 <row>
18263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 d
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276 e
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 f
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294 g
18295 \end_layout
18296
18297 \end_inset
18298 </cell>
18299 </row>
18300 <row>
18301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18302 \begin_inset Text
18303
18304 \begin_layout Plain Layout
18305 h
18306 \end_layout
18307
18308 \end_inset
18309 </cell>
18310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18311 \begin_inset Text
18312
18313 \begin_layout Plain Layout
18314 i
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 j
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 k
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 </row>
18338 </lyxtabular>
18339
18340 \end_inset
18341
18342
18343 \end_layout
18344
18345 \end_inset
18346
18347
18348 \end_layout
18349
18350 \begin_layout Subsection
18351 Liniendicke
18352 \begin_inset CommandInset label
18353 LatexCommand label
18354 name "uab:Liniendicke"
18355
18356 \end_inset
18357
18358
18359 \begin_inset Index
18360 status collapsed
18361
18362 \begin_layout Plain Layout
18363 Tabellen  ! Linien ! -dicke
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Standard
18372 Die Liniendicke für alle Linien einer Tabelle kann mit 
18373 \series bold
18374
18375 \backslash
18376 arrayrulewidth
18377 \series default
18378  eingestellt werden.
18379  Um eine Liniendicke von 1.5
18380 \begin_inset Space \thinspace{}
18381 \end_inset
18382
18383 pt, wie in Tabelle
18384 \begin_inset Space ~
18385 \end_inset
18386
18387
18388 \begin_inset CommandInset ref
18389 LatexCommand ref
18390 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18391
18392 \end_inset
18393
18394  zu bekommen, geben Sie den Befehl
18395 \end_layout
18396
18397 \begin_layout Standard
18398
18399 \series bold
18400
18401 \backslash
18402 setlength{
18403 \backslash
18404 arrayrulewidth}{1.5pt}
18405 \end_layout
18406
18407 \begin_layout Standard
18408 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18409  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18410  Mit
18411 \end_layout
18412
18413 \begin_layout Standard
18414
18415 \series bold
18416
18417 \backslash
18418 setlength{
18419 \backslash
18420 arrayrulewidth}{0.4pt}
18421 \end_layout
18422
18423 \begin_layout Standard
18424 bekommen Sie wieder die Standarddicke.
18425 \end_layout
18426
18427 \begin_layout Standard
18428 \begin_inset ERT
18429 status collapsed
18430
18431 \begin_layout Plain Layout
18432
18433
18434 \backslash
18435 setlength{
18436 \backslash
18437 arrayrulewidth}{1.5pt}
18438 \end_layout
18439
18440 \end_inset
18441
18442
18443 \begin_inset Float table
18444 placement H
18445 wide false
18446 sideways false
18447 status open
18448
18449 \begin_layout Plain Layout
18450 \begin_inset Caption
18451
18452 \begin_layout Plain Layout
18453 \begin_inset CommandInset label
18454 LatexCommand label
18455 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18456
18457 \end_inset
18458
18459 Tabelle mit 1.5
18460 \begin_inset Space \thinspace{}
18461 \end_inset
18462
18463 pt Liniendicke
18464 \end_layout
18465
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \begin_layout Plain Layout
18472 \align center
18473 \begin_inset Tabular
18474 <lyxtabular version="3" rows="3" columns="3">
18475 <features>
18476 <column alignment="center" valignment="top" width="0">
18477 <column alignment="center" valignment="top" width="0">
18478 <column alignment="center" valignment="top" width="0">
18479 <row>
18480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 sd
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 </row>
18508 <row>
18509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522 sd
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 </row>
18537 <row>
18538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 sd
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 </row>
18566 </lyxtabular>
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \end_inset
18574
18575
18576 \begin_inset ERT
18577 status collapsed
18578
18579 \begin_layout Plain Layout
18580
18581
18582 \backslash
18583 setlength{
18584 \backslash
18585 arrayrulewidth}{0.4pt}
18586 \end_layout
18587
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \begin_layout Standard
18594 \begin_inset VSpace bigskip
18595 \end_inset
18596
18597 Um eine Liniendicke von 1.5
18598 \begin_inset Space \thinspace{}
18599 \end_inset
18600
18601 pt nur für horizontale Linien zu bekommen, wie in Tabelle
18602 \begin_inset Space ~
18603 \end_inset
18604
18605
18606 \begin_inset CommandInset ref
18607 LatexCommand ref
18608 reference "tab:Tabelle-mit-1.5pt-horiz"
18609
18610 \end_inset
18611
18612 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18613  einfügen:
18614 \end_layout
18615
18616 \begin_layout Standard
18617
18618 \series bold
18619
18620 \backslash
18621 let
18622 \backslash
18623 myHline
18624 \backslash
18625 hline
18626 \begin_inset Newline newline
18627 \end_inset
18628
18629
18630 \backslash
18631 renewcommand{
18632 \backslash
18633 hline}
18634 \begin_inset Newline newline
18635 \end_inset
18636
18637  {
18638 \backslash
18639 noalign{
18640 \backslash
18641 global
18642 \backslash
18643 arrayrulewidth 1.5pt}
18644 \begin_inset Newline newline
18645 \end_inset
18646
18647  
18648 \backslash
18649 myHline
18650 \backslash
18651 noalign{
18652 \backslash
18653 global
18654 \backslash
18655 arrayrulewidth 0.4pt}}
18656 \end_layout
18657
18658 \begin_layout Standard
18659 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18660  der (Gleit\SpecialChar \-
18661 objekt-)Tabelle zurück:
18662 \end_layout
18663
18664 \begin_layout Standard
18665
18666 \series bold
18667
18668 \backslash
18669 renewcommand{
18670 \backslash
18671 hline}{
18672 \backslash
18673 myHline}
18674 \end_layout
18675
18676 \begin_layout Standard
18677 \begin_inset ERT
18678 status collapsed
18679
18680 \begin_layout Plain Layout
18681
18682
18683 \backslash
18684 let
18685 \backslash
18686 myHline
18687 \backslash
18688 hline
18689 \end_layout
18690
18691 \begin_layout Plain Layout
18692
18693
18694 \backslash
18695 renewcommand{
18696 \backslash
18697 hline}
18698 \end_layout
18699
18700 \begin_layout Plain Layout
18701
18702  {
18703 \backslash
18704 noalign{
18705 \backslash
18706 global
18707 \backslash
18708 arrayrulewidth 1.5pt}
18709 \end_layout
18710
18711 \begin_layout Plain Layout
18712
18713   
18714 \backslash
18715 myHline
18716 \backslash
18717 noalign{
18718 \backslash
18719 global
18720 \backslash
18721 arrayrulewidth 0.4pt}}
18722 \end_layout
18723
18724 \end_inset
18725
18726
18727 \begin_inset Float table
18728 placement h
18729 wide false
18730 sideways false
18731 status open
18732
18733 \begin_layout Plain Layout
18734 \begin_inset Caption
18735
18736 \begin_layout Plain Layout
18737 \begin_inset CommandInset label
18738 LatexCommand label
18739 name "tab:Tabelle-mit-1.5pt-horiz"
18740
18741 \end_inset
18742
18743 Tabelle mit 1.5
18744 \begin_inset Space \thinspace{}
18745 \end_inset
18746
18747 pt dicken horizontalen Linien
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \begin_layout Plain Layout
18756 \align center
18757 \begin_inset Tabular
18758 <lyxtabular version="3" rows="3" columns="3">
18759 <features>
18760 <column alignment="center" valignment="top" width="0">
18761 <column alignment="center" valignment="top" width="0">
18762 <column alignment="center" valignment="top" width="0">
18763 <row>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 sd
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 </row>
18792 <row>
18793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 sd
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 </row>
18821 <row>
18822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 sd
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 </row>
18850 </lyxtabular>
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \begin_inset ERT
18861 status collapsed
18862
18863 \begin_layout Plain Layout
18864
18865
18866 \backslash
18867 renewcommand{
18868 \backslash
18869 hline}{
18870 \backslash
18871 myHline}
18872 \end_layout
18873
18874 \end_inset
18875
18876
18877 \end_layout
18878
18879 \begin_layout Standard
18880 \begin_inset VSpace bigskip
18881 \end_inset
18882
18883 Um die Liniendicke von 1.5
18884 \begin_inset Space \thinspace{}
18885 \end_inset
18886
18887 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18888  Spaltenformat entsprechend der Beschreibung in Abschnitt
18889 \begin_inset Space ~
18890 \end_inset
18891
18892
18893 \begin_inset CommandInset ref
18894 LatexCommand ref
18895 reference "uab:Angepasste-Zellen/Spaltenformat"
18896
18897 \end_inset
18898
18899 definieren:
18900 \end_layout
18901
18902 \begin_layout Standard
18903
18904 \series bold
18905
18906 \backslash
18907 newcolumntype{V}{!{
18908 \backslash
18909 vrule width 1.5pt}}
18910 \end_layout
18911
18912 \begin_layout Standard
18913 In Tabelle
18914 \begin_inset Space ~
18915 \end_inset
18916
18917
18918 \begin_inset CommandInset ref
18919 LatexCommand ref
18920 reference "tab:Tabelle-mit-1.5pt-vert"
18921
18922 \end_inset
18923
18924  wurde das 
18925 \family sans
18926 LaTe
18927 \begin_inset ERT
18928 status collapsed
18929
18930 \begin_layout Plain Layout
18931
18932 {}
18933 \end_layout
18934
18935 \end_inset
18936
18937 X-Argument
18938 \family default
18939 \series bold
18940  VcV
18941 \series default
18942  für die letzte Spalte und
18943 \series bold
18944  Vc
18945 \series default
18946  für die anderen benutzt.
18947 \end_layout
18948
18949 \begin_layout Standard
18950 \begin_inset Float table
18951 placement H
18952 wide false
18953 sideways false
18954 status open
18955
18956 \begin_layout Plain Layout
18957 \begin_inset Caption
18958
18959 \begin_layout Plain Layout
18960 \begin_inset CommandInset label
18961 LatexCommand label
18962 name "tab:Tabelle-mit-1.5pt-vert"
18963
18964 \end_inset
18965
18966 Tabelle mit 1.5
18967 \begin_inset Space \thinspace{}
18968 \end_inset
18969
18970 pt dicken vertikalen Linien
18971 \end_layout
18972
18973 \end_inset
18974
18975
18976 \end_layout
18977
18978 \begin_layout Plain Layout
18979 \align center
18980 \begin_inset Tabular
18981 <lyxtabular version="3" rows="3" columns="3">
18982 <features>
18983 <column alignment="center" valignment="top" width="0" special="Vc">
18984 <column alignment="center" valignment="top" width="0" special="Vc">
18985 <column alignment="center" valignment="top" width="0" special="VcV">
18986 <row>
18987 <cell alignment="center" valignment="top" topline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991 sd
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 <row>
19016 <cell alignment="center" valignment="top" topline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell alignment="center" valignment="top" topline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 sd
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 </row>
19044 <row>
19045 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 sd
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 </row>
19073 </lyxtabular>
19074
19075 \end_inset
19076
19077
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \begin_layout Subsection
19086 Gestrichelte Linien
19087 \begin_inset Index
19088 status collapsed
19089
19090 \begin_layout Plain Layout
19091 Tabellen  ! Linien ! gestrichelte 
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \begin_layout Standard
19100 \begin_inset ERT
19101 status collapsed
19102
19103 \begin_layout Plain Layout
19104
19105
19106 \backslash
19107 ifarydshln
19108 \end_layout
19109
19110 \end_inset
19111
19112
19113 \begin_inset Note Note
19114 status open
19115
19116 \begin_layout Plain Layout
19117 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19118 \series bold
19119 arydshln
19120 \series default
19121  installiert ist.
19122 \end_layout
19123
19124 \end_inset
19125
19126
19127 \end_layout
19128
19129 \begin_layout Standard
19130 \begin_inset Float table
19131 placement h
19132 wide false
19133 sideways false
19134 status open
19135
19136 \begin_layout Plain Layout
19137 \begin_inset Caption
19138
19139 \begin_layout Plain Layout
19140 \begin_inset CommandInset label
19141 LatexCommand label
19142 name "tab:Tabelle-mit-gestrichelten"
19143
19144 \end_inset
19145
19146 Tabelle mit gestrichelten Linien
19147 \end_layout
19148
19149 \end_inset
19150
19151
19152 \end_layout
19153
19154 \begin_layout Plain Layout
19155 \align center
19156 \begin_inset Tabular
19157 <lyxtabular version="3" rows="5" columns="5">
19158 <features>
19159 <column alignment="center" valignment="top" width="0">
19160 <column alignment="center" valignment="top" width="0">
19161 <column alignment="center" valignment="top" width="0" special=":c">
19162 <column alignment="center" valignment="top" width="0">
19163 <column alignment="center" valignment="top" width="0">
19164 <row>
19165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169 a
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178 b
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19184 \begin_inset Text
19185
19186 \begin_layout Plain Layout
19187 c
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 d
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205 e
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 </row>
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 f
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 g
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 <cell alignment="center" valignment="top" topline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234 h
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243 i
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252 j
19253 \end_layout
19254
19255 \end_inset
19256 </cell>
19257 </row>
19258 <row>
19259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263 \begin_inset ERT
19264 status collapsed
19265
19266 \begin_layout Plain Layout
19267
19268
19269 \backslash
19270 hdashline 
19271 \end_layout
19272
19273 \end_inset
19274
19275 k
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284 l
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 m
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 n
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 o
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 \begin_inset ERT
19323 status collapsed
19324
19325 \begin_layout Plain Layout
19326
19327
19328 \backslash
19329 cdashline{4-5}
19330 \end_layout
19331
19332 \end_inset
19333
19334 p
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 q
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 r
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 s
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 </row>
19376 <row>
19377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381 t
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 u
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 v
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 w
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 x
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 </row>
19423 </lyxtabular>
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \begin_layout Standard
19436 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19437  TeX-Code benutzen.
19438  Zunächst müssen Sie das LaTeX-Paket 
19439 \series bold
19440 arydshln
19441 \series default
19442
19443 \begin_inset Index
19444 status collapsed
19445
19446 \begin_layout Plain Layout
19447 LaTeX-Pakete ! arydshln
19448 \end_layout
19449
19450 \end_inset
19451
19452  im LaTeX-Vorspann geladen werden:
19453 \end_layout
19454
19455 \begin_layout Standard
19456
19457 \series bold
19458
19459 \backslash
19460 usepackage{arydshln}
19461 \end_layout
19462
19463 \begin_layout Standard
19464 Um senkrechte Linien zu stricheln, müssen Sie im 
19465 \family sans
19466 LaTe
19467 \begin_inset ERT
19468 status collapsed
19469
19470 \begin_layout Plain Layout
19471
19472 {}
19473 \end_layout
19474
19475 \end_inset
19476
19477 X-Argument
19478 \family default
19479  des 
19480 \family sans
19481 Tabellen-Einstellungen
19482 \family default
19483 -Dialogs 
19484 \begin_inset Quotes gld
19485 \end_inset
19486
19487 :
19488 \begin_inset Quotes grd
19489 \end_inset
19490
19491 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19492 \end_layout
19493
19494 \begin_layout Standard
19495 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19496 \end_layout
19497
19498 \begin_layout Standard
19499
19500 \series bold
19501
19502 \backslash
19503 hdashline
19504 \end_layout
19505
19506 \begin_layout Standard
19507 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19508 \end_layout
19509
19510 \begin_layout Standard
19511 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19512 \end_layout
19513
19514 \begin_layout Standard
19515
19516 \series bold
19517
19518 \backslash
19519 cdashline{Anfangsspalte-Endspalte}
19520 \end_layout
19521
19522 \begin_layout Standard
19523 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19524  Wenn Sie z.
19525 \begin_inset Space \thinspace{}
19526 \end_inset
19527
19528 B.
19529  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19530  gestrichelte Linie haben, fügen Sie diesen Befehl
19531 \end_layout
19532
19533 \begin_layout Standard
19534
19535 \series bold
19536
19537 \backslash
19538 cdashline{2-4}
19539 \end_layout
19540
19541 \begin_layout Standard
19542 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19543 \end_layout
19544
19545 \begin_layout Standard
19546 \begin_inset VSpace bigskip
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \begin_layout Standard
19553 In Tabelle
19554 \begin_inset Space ~
19555 \end_inset
19556
19557
19558 \begin_inset CommandInset ref
19559 LatexCommand ref
19560 reference "tab:Tabelle-mit-gestrichelten"
19561
19562 \end_inset
19563
19564  wurde der dritten Spalte der Befehl
19565 \series bold
19566  
19567 \series default
19568
19569 \begin_inset Quotes gld
19570 \end_inset
19571
19572
19573 \series bold
19574 :c
19575 \begin_inset Quotes grd
19576 \end_inset
19577
19578
19579 \series default
19580  benutzt.
19581  Der Befehl 
19582 \series bold
19583
19584 \backslash
19585 hdashline
19586 \series default
19587  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19588 \begin_inset Newline newline
19589 \end_inset
19590
19591  
19592 \series bold
19593
19594 \backslash
19595 cdashline{4-5} 
19596 \series default
19597 wurde in die erste Zelle der vierten Zeile eingefügt.
19598 \end_layout
19599
19600 \begin_layout Standard
19601 \begin_inset Note Greyedout
19602 status open
19603
19604 \begin_layout Plain Layout
19605
19606 \series bold
19607 Bemerkung:
19608 \series default
19609  Das LaTeX-Paket 
19610 \series bold
19611 arydshln
19612 \series default
19613  ist nicht kompatibel dem LaTeX-Paket 
19614 \series bold
19615 colortbl
19616 \series default
19617
19618 \begin_inset Index
19619 status collapsed
19620
19621 \begin_layout Plain Layout
19622 LaTeX-Pakete ! colortbl
19623 \end_layout
19624
19625 \end_inset
19626
19627 , das für die farbigen Tabellen in Abschnitt
19628 \begin_inset Space ~
19629 \end_inset
19630
19631
19632 \begin_inset CommandInset ref
19633 LatexCommand ref
19634 reference "abs:Farbige-Tabellen"
19635
19636 \end_inset
19637
19638  benutzt wurde.
19639  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19640 \end_layout
19641
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \begin_layout Standard
19648 \begin_inset ERT
19649 status collapsed
19650
19651 \begin_layout Plain Layout
19652
19653
19654 \backslash
19655 else
19656 \end_layout
19657
19658 \end_inset
19659
19660
19661 \begin_inset Note Note
19662 status open
19663
19664 \begin_layout Plain Layout
19665 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19666 \series bold
19667 arydshln
19668 \series default
19669  nicht installiert ist:
19670 \end_layout
19671
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \begin_layout Standard
19678 Sie müssen das LaTeX-Paket 
19679 \series bold
19680 arydshln
19681 \series default
19682  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19683 \end_layout
19684
19685 \begin_layout Standard
19686 \begin_inset ERT
19687 status collapsed
19688
19689 \begin_layout Plain Layout
19690
19691
19692 \backslash
19693 fi
19694 \end_layout
19695
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \begin_layout Chapter
19702 Gleitobjekte
19703 \begin_inset CommandInset label
19704 LatexCommand label
19705 name "kap:Gleitobjekte"
19706
19707 \end_inset
19708
19709
19710 \begin_inset Index
19711 status collapsed
19712
19713 \begin_layout Plain Layout
19714 Gleitobjekte
19715 \end_layout
19716
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \begin_layout Section
19723 Einleitung
19724 \begin_inset CommandInset label
19725 LatexCommand label
19726 name "abs:Gleitobjekte-Einleitung"
19727
19728 \end_inset
19729
19730
19731 \begin_inset Index
19732 status collapsed
19733
19734 \begin_layout Plain Layout
19735 Gleitobjekte ! Einleitung
19736 \end_layout
19737
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \begin_layout Standard
19744 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19745  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19746  der beste Platz ist.
19747  
19748 \family sans
19749 Fußnoten
19750 \family default
19751  und 
19752 \family sans
19753 Randnotizen
19754 \family default
19755  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19756  wenn auf ihrer Seite schon zu viele sind.
19757 \end_layout
19758
19759 \begin_layout Standard
19760 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19761  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19762  um weiße Flächen und Seiten ohne Text zu vermeiden.
19763  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
19764  kann im Text auf ein Gleitobjekt verwiesen werden.
19765  Gleitobjekte sind deshalb nummeriert.
19766  Querverweise werden in Abschnitt
19767 \begin_inset Space ~
19768 \end_inset
19769
19770
19771 \begin_inset CommandInset ref
19772 LatexCommand ref
19773 reference "abs:Auf-Gleitobjekte-verweisen"
19774
19775 \end_inset
19776
19777  beschrieben.
19778 \end_layout
19779
19780 \begin_layout Standard
19781 Ein Gleitobjekt wird mit 
19782 \family sans
19783 Einfügen\SpecialChar \menuseparator
19784 Gleitobjekt\SpecialChar \menuseparator
19785 Algorithmus/Abbildung/Ta\SpecialChar \-
19786 belle/Um\SpecialChar \-
19787 flos\SpecialChar \-
19788 se\SpecialChar \-
19789 nes
19790 \begin_inset Space ~
19791 \end_inset
19792
19793 Gleitobjekt
19794 \family default
19795  eingefügt.
19796  Für Abbildungen oder Tabellen können Sie auch auf 
19797 \begin_inset Graphics
19798         filename ../../images/float-insert_figure.png
19799         scale 70
19800         scaleBeforeRotation
19801         BoundingBox 0bp 6bp 22bp 22bp
19802
19803 \end_inset
19804
19805  oder 
19806 \begin_inset Graphics
19807         filename ../../images/float-insert_table.png
19808         scale 70
19809         scaleBeforeRotation
19810         BoundingBox 0bp 6bp 22bp 22bp
19811
19812 \end_inset
19813
19814  klicken.
19815  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19816  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19817  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19818  #:).
19819  Statt # sehen Sie die von LyX vergebene Nummer.
19820  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19821  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19822  eingefügt.
19823  In Abschnitt
19824 \begin_inset Space ~
19825 \end_inset
19826
19827
19828 \begin_inset Space ~
19829 \end_inset
19830
19831
19832 \begin_inset CommandInset ref
19833 LatexCommand ref
19834 reference "abs:Titel-Platzierung"
19835
19836 \end_inset
19837
19838  finden Sie mehr über die Platzierung des Titels.
19839  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19840  auch wieder geöffnet.
19841  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19842 \begin_inset Graphics
19843         filename clipart/GleitobjektQt4.png
19844         scale 70
19845         scaleBeforeRotation
19846         BoundingBox 0bp 6bp 128bp 22bp
19847
19848 \end_inset
19849
19850  -- ein graues Kästchen mit roter Beschriftung.
19851 \end_layout
19852
19853 \begin_layout Standard
19854 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19855  Gleitobjekte in einem eigenen Absatz einzufügen.
19856 \end_layout
19857
19858 \begin_layout Standard
19859 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19860  indem Sie sie markieren und dann auf 
19861 \begin_inset Graphics
19862         filename ../../images/float-insert_figure.png
19863         scale 70
19864         scaleBeforeRotation
19865         BoundingBox 0bp 6bp 22bp 22bp
19866
19867 \end_inset
19868
19869  oder 
19870 \begin_inset Graphics
19871         filename ../../images/float-insert_table.png
19872         scale 70
19873         scaleBeforeRotation
19874         BoundingBox 0bp 6bp 22bp 22bp
19875
19876 \end_inset
19877
19878  klicken.
19879 \end_layout
19880
19881 \begin_layout Section
19882 Gleitobjekt-Typen
19883 \begin_inset Index
19884 status collapsed
19885
19886 \begin_layout Plain Layout
19887 Gleitobjekte ! Typen
19888 \end_layout
19889
19890 \end_inset
19891
19892
19893 \end_layout
19894
19895 \begin_layout Standard
19896 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19897 \begin_inset Space ~
19898 \end_inset
19899
19900
19901 \begin_inset CommandInset ref
19902 LatexCommand ref
19903 reference "abs:Gleitende-Abbildungen"
19904
19905 \end_inset
19906
19907  und 
19908 \begin_inset CommandInset ref
19909 LatexCommand ref
19910 reference "abs:Gleitende-Tabellen"
19911
19912 \end_inset
19913
19914  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
19915 \end_layout
19916
19917 \begin_layout Subsection
19918 Gleitobjekt-Algorithmen
19919 \begin_inset Index
19920 status collapsed
19921
19922 \begin_layout Plain Layout
19923 Gleitobjekte ! Algorithmen
19924 \end_layout
19925
19926 \end_inset
19927
19928
19929 \begin_inset CommandInset label
19930 LatexCommand label
19931 name "uab:Gleitobjekt-Algorithmen"
19932
19933 \end_inset
19934
19935
19936 \end_layout
19937
19938 \begin_layout Standard
19939 \begin_inset Float algorithm
19940 placement h
19941 wide false
19942 sideways false
19943 status open
19944
19945 \begin_layout Plain Layout
19946 \begin_inset Caption
19947
19948 \begin_layout Plain Layout
19949 \begin_inset CommandInset label
19950 LatexCommand label
19951 name "alg:Ein-Gleitobjekt-Algorithmus"
19952
19953 \end_inset
19954
19955 Ein Gleitobjekt-Algorithmus 
19956 \end_layout
19957
19958 \end_inset
19959
19960
19961 \end_layout
19962
19963 \begin_layout LyX-Code
19964 for I in 1..N loop
19965 \begin_inset Newline newline
19966 \end_inset
19967
19968  Sum:= Sum + A(I); /*Kommentar*/
19969 \begin_inset Newline newline
19970 \end_inset
19971
19972 end loop
19973 \begin_inset VSpace -4mm
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \begin_layout Standard
19985 Dieser Typ wird mit 
19986 \family sans
19987 Einfügen\SpecialChar \menuseparator
19988 Gleitobjekt\SpecialChar \menuseparator
19989 Algorithmus
19990 \family default
19991  eingefügt.
19992  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19993  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19994  Eine mögliche Absatz-Umgebung hier für ist 
19995 \family sans
19996 LyX-Code
19997 \family default
19998 , beschrieben im 
19999 \emph on
20000 Benutzerhandbuch
20001 \emph default
20002 .
20003  In Algorithmus
20004 \begin_inset Space ~
20005 \end_inset
20006
20007
20008 \begin_inset CommandInset ref
20009 LatexCommand ref
20010 reference "alg:Ein-Gleitobjekt-Algorithmus"
20011
20012 \end_inset
20013
20014  wurden am Ende -0.4
20015 \begin_inset Space \thinspace{}
20016 \end_inset
20017
20018 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20019  letzten Zeile gedruckt wird.
20020 \end_layout
20021
20022 \begin_layout Standard
20023 Die Marke 
20024 \emph on
20025 Algorithmus
20026 \emph default
20027  wird nicht automatisch in die druckbare Version übernommen, sondern das
20028  englische Wort 
20029 \emph on
20030 Algorithm
20031 \emph default
20032  verwendet.
20033  Soll
20034 \emph on
20035  Algorithmus
20036 \emph default
20037  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20038 \end_layout
20039
20040 \begin_layout Standard
20041
20042 \series bold
20043
20044 \backslash
20045 floatname{algorithm}{Algorithmus}
20046 \end_layout
20047
20048 \begin_layout Standard
20049 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
20050  Menü 
20051 \family sans
20052 Einfügen\SpecialChar \menuseparator
20053 Liste
20054 \begin_inset Space \thinspace{}
20055 \end_inset
20056
20057 /
20058 \begin_inset Space \thinspace{}
20059 \end_inset
20060
20061 Inhaltsverzeichnis\SpecialChar \menuseparator
20062 Algorithmenverzeichnis
20063 \family default
20064  verwendet werden.
20065  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20066  eingefügt werden:
20067 \end_layout
20068
20069 \begin_layout Standard
20070
20071 \series bold
20072
20073 \backslash
20074 listof{algorithm}{Algorithmenverzeichnis}
20075 \end_layout
20076
20077 \begin_layout Standard
20078 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20079  nach dem Schema 
20080 \begin_inset Quotes gld
20081 \end_inset
20082
20083 Kapitelnummer.Algorithmusnummer
20084 \begin_inset Quotes grd
20085 \end_inset
20086
20087  nummeriert.
20088  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20089  einfügen:
20090 \end_layout
20091
20092 \begin_layout Standard
20093
20094 \series bold
20095
20096 \backslash
20097 numberwithin{algorithm}{chapter}
20098 \end_layout
20099
20100 \begin_layout Standard
20101 Um 
20102 \series bold
20103
20104 \backslash
20105 numberwithin
20106 \series default
20107  benutzen zu können, muss in den 
20108 \family sans
20109 Mathe
20110 \begin_inset Space ~
20111 \end_inset
20112
20113 Optionen
20114 \family default
20115  der 
20116 \family sans
20117 Dokument-Einstellungen
20118 \family default
20119  
20120 \family sans
20121 AMS
20122 \begin_inset Space ~
20123 \end_inset
20124
20125 Mathe
20126 \begin_inset Space ~
20127 \end_inset
20128
20129 Paket
20130 \family default
20131
20132 \begin_inset Space ~
20133 \end_inset
20134
20135
20136 \family sans
20137 verwenden
20138 \family default
20139  angekreuzt sein.
20140 \end_layout
20141
20142 \begin_layout Subsection
20143 Textumflossenes [Gleit]Objekt
20144 \begin_inset CommandInset label
20145 LatexCommand label
20146 name "uab:Textumflossenes-[Gleit]Objekt"
20147
20148 \end_inset
20149
20150
20151 \begin_inset Index
20152 status collapsed
20153
20154 \begin_layout Plain Layout
20155 Gleitobjekte ! textumflossene
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Standard
20164 \begin_inset Wrap figure
20165 lines 0
20166 placement l
20167 overhang 0col%
20168 width "40col%"
20169 status open
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Graphics
20173         filename ../clipart/mobius.eps
20174         display color
20175         width 40col%
20176         scaleBeforeRotation
20177         rotateOrigin center
20178
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \begin_layout Plain Layout
20185 \begin_inset Caption
20186
20187 \begin_layout Plain Layout
20188 \begin_inset CommandInset label
20189 LatexCommand label
20190 name "abb:This-is-a"
20191
20192 \end_inset
20193
20194 Dies ist eine umflossene Gleitobjekt-Abbildung
20195 \begin_inset VSpace medskip
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \end_inset
20207
20208 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
20209  werden, wo sie definiert wurden.
20210  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
20211 \emph on
20212 fließen
20213 \emph default
20214  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
20215  übrig lässt.
20216  Er wird mit dem Befehl
20217 \family sans
20218  Einfügen\SpecialChar \menuseparator
20219 Gleitobjekt\SpecialChar \menuseparator
20220 Umflossenes
20221 \begin_inset Space \space{}
20222 \end_inset
20223
20224 Gleit\SpecialChar \-
20225 ob\SpecialChar \-
20226 jekt
20227 \family default
20228   eingefügt, wenn das LaTeX-Paket 
20229 \series bold
20230 wrapfig
20231 \series default
20232
20233 \begin_inset Index
20234 status collapsed
20235
20236 \begin_layout Plain Layout
20237 LaTeX-Pakete ! wrapfig
20238 \begin_inset ERT
20239 status collapsed
20240
20241 \begin_layout Plain Layout
20242
20243
20244 \backslash
20245
20246 \begin_inset ERT
20247 status collapsed
20248
20249 \begin_layout Plain Layout
20250
20251 {
20252 \end_layout
20253
20254 \end_inset
20255
20256
20257 \begin_inset ERT
20258 status collapsed
20259
20260 \begin_layout Plain Layout
20261
20262 }
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \end_inset
20271
20272 vspace
20273 \begin_inset ERT
20274 status collapsed
20275
20276 \begin_layout Plain Layout
20277
20278 {
20279 \end_layout
20280
20281 \end_inset
20282
20283 4mm
20284 \begin_inset ERT
20285 status collapsed
20286
20287 \begin_layout Plain Layout
20288
20289 }
20290 \end_layout
20291
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298
20299  installiert ist.
20300 \begin_inset Foot
20301 status collapsed
20302
20303 \begin_layout Plain Layout
20304 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20305 \emph on
20306 LaTeX
20307 \begin_inset Space ~
20308 \end_inset
20309
20310 Konfiguration
20311 \emph default
20312  beschrieben.
20313 \end_layout
20314
20315 \end_inset
20316
20317  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
20318 klick auf
20319  das 
20320 \family sans
20321 Umflossenes
20322 \begin_inset Space ~
20323 \end_inset
20324
20325 Gleitobjekt
20326 \family default
20327 -Kästchen ändern.
20328  Abbildung
20329 \begin_inset Space ~
20330 \end_inset
20331
20332
20333 \begin_inset CommandInset ref
20334 LatexCommand ref
20335 reference "abb:This-is-a"
20336
20337 \end_inset
20338
20339  ist zum Beispiel ein textumflossenes Objekt, das 40
20340 \begin_inset Space \thinspace{}
20341 \end_inset
20342
20343 % der Spaltenbreite einnimmt.
20344 \begin_inset Foot
20345 status collapsed
20346
20347 \begin_layout Plain Layout
20348 Die benutzbaren Einheiten werden in Anhang
20349 \begin_inset Space ~
20350 \end_inset
20351
20352
20353 \begin_inset CommandInset ref
20354 LatexCommand ref
20355 reference "kap:In-LyX-verfügbare"
20356
20357 \end_inset
20358
20359  beschrieben.
20360 \end_layout
20361
20362 \end_inset
20363
20364  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
20365  umgebenden Test zu trennen.
20366 \end_layout
20367
20368 \begin_layout Standard
20369 \begin_inset Note Greyedout
20370 status open
20371
20372 \begin_layout Plain Layout
20373
20374 \series bold
20375 Bemerkung:
20376 \series default
20377  Textumflossene Objekte sind fragil.
20378  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
20379  dass sie gar nicht oder über anderen Text gedruckt wird.
20380 \end_layout
20381
20382 \end_inset
20383
20384
20385 \end_layout
20386
20387 \begin_layout Standard
20388
20389 \series bold
20390 Weitere
20391 \series default
20392  
20393 \series bold
20394 Bemerkungen
20395 \series default
20396 :
20397 \end_layout
20398
20399 \begin_layout Itemize
20400 Textumflossene Objekte
20401 \end_layout
20402
20403 \begin_deeper
20404 \begin_layout Itemize
20405 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
20406  werden.
20407  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
20408  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
20409  erfolgen wird.
20410 \end_layout
20411
20412 \begin_layout Itemize
20413 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
20414  werden oder darin.
20415 \end_layout
20416
20417 \begin_layout Itemize
20418 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
20419  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
20420 \end_layout
20421
20422 \begin_layout Itemize
20423 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
20424 \end_layout
20425
20426 \end_deeper
20427 \begin_layout Itemize
20428 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
20429  unmittelbar auf die Abbildung folgt, eingerückt.
20430  Das können Sie mit dem TeX-Code-Befehl 
20431 \series bold
20432
20433 \backslash
20434 hspace*{-1em}
20435 \series default
20436  direkt vor dem Text korrigieren.
20437  
20438 \family typewriter
20439 1
20440 \begin_inset Space \thinspace{}
20441 \end_inset
20442
20443 em
20444 \family default
20445  entspricht der Standardeinrückung.
20446 \end_layout
20447
20448 \begin_layout Itemize
20449 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
20450  behandelt.
20451 \end_layout
20452
20453 \begin_layout Itemize
20454 Der Text, der um die Abbildung herumfließt, sollte zwischen 
20455 \series bold
20456
20457 \backslash
20458 begin{slop\SpecialChar \-
20459 py\SpecialChar \-
20460 par}
20461 \series default
20462  und 
20463 \series bold
20464
20465 \backslash
20466 end{sloppypar}
20467 \series default
20468  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
20469 \end_layout
20470
20471 \begin_layout Section
20472 Gleitobjekt-Nummerierung
20473 \begin_inset CommandInset label
20474 LatexCommand label
20475 name "abs:Gleitobjekt-Nummerierung"
20476
20477 \end_inset
20478
20479
20480 \begin_inset Index
20481 status collapsed
20482
20483 \begin_layout Plain Layout
20484 Gleitobjekte ! Nummerierung
20485 \end_layout
20486
20487 \end_inset
20488
20489
20490 \end_layout
20491
20492 \begin_layout Standard
20493 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
20494  nummeriert oder nach dem Schema 
20495 \begin_inset Quotes gld
20496 \end_inset
20497
20498 Kapitelnummer.Gleitobjektnummer
20499 \begin_inset Quotes grd
20500 \end_inset
20501
20502  oder 
20503 \begin_inset Quotes gld
20504 \end_inset
20505
20506 Abschnittsnummer.Gleitobjektnummer
20507 \begin_inset Quotes grd
20508 \end_inset
20509
20510 .
20511  Das hängt von der Dokumentklasse ab.
20512 \end_layout
20513
20514 \begin_layout Standard
20515 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20516  in den LaTeX-Vorspann einfügen:
20517 \end_layout
20518
20519 \begin_layout Standard
20520
20521 \series bold
20522
20523 \backslash
20524 renewcommand{
20525 \backslash
20526 thetable}{
20527 \backslash
20528 roman{table}}
20529 \end_layout
20530
20531 \begin_layout Standard
20532
20533 \series bold
20534
20535 \backslash
20536 thetable
20537 \series default
20538  ist der Befehl, der die Tabellennummer druckt.
20539  Für Abbildungen ist das 
20540 \series bold
20541
20542 \backslash
20543 thefigure
20544 \series default
20545 .
20546  Der Befehl 
20547 \series bold
20548
20549 \backslash
20550 roman
20551 \series default
20552  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Um das Numerierungsschema zum Beispiel auf 
20557 \begin_inset Quotes gld
20558 \end_inset
20559
20560 Unterabschnittsnummer.Num\SpecialChar \-
20561 mer
20562 \begin_inset Quotes grd
20563 \end_inset
20564
20565  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20566 \end_layout
20567
20568 \begin_layout Standard
20569
20570 \series bold
20571
20572 \backslash
20573 numberwithin{table}{subsection}
20574 \end_layout
20575
20576 \begin_layout Standard
20577 Um den Befehl 
20578 \series bold
20579
20580 \backslash
20581 numberwithin
20582 \series default
20583  zu können, müssen Sie in den 
20584 \family sans
20585 Mathe
20586 \begin_inset Space ~
20587 \end_inset
20588
20589 Optionen
20590 \family default
20591  der 
20592 \family sans
20593 Dokument-Einstellungen
20594 \family default
20595  
20596 \family sans
20597 AMS
20598 \begin_inset Space ~
20599 \end_inset
20600
20601 Mathe
20602 \begin_inset Space ~
20603 \end_inset
20604
20605 Paket
20606 \family default
20607
20608 \begin_inset Space ~
20609 \end_inset
20610
20611
20612 \family sans
20613 verwenden
20614 \family default
20615  ankreuzen.
20616 \end_layout
20617
20618 \begin_layout Standard
20619 Sehen Sie sich bitte auch Abschnitt
20620 \begin_inset Space ~
20621 \end_inset
20622
20623
20624 \begin_inset CommandInset ref
20625 LatexCommand ref
20626 reference "uab:Fußnoten-Nummerierung"
20627
20628 \end_inset
20629
20630  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
20631 \end_layout
20632
20633 \begin_layout Section
20634 Auf Gleitobjekte verweisen
20635 \begin_inset CommandInset label
20636 LatexCommand label
20637 name "abs:Auf-Gleitobjekte-verweisen"
20638
20639 \end_inset
20640
20641
20642 \begin_inset Index
20643 status collapsed
20644
20645 \begin_layout Plain Layout
20646 Gleitobjekte ! Querverweise
20647 \end_layout
20648
20649 \end_inset
20650
20651
20652 \begin_inset Index
20653 status collapsed
20654
20655 \begin_layout Plain Layout
20656 Querverweise
20657 \end_layout
20658
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \begin_layout Standard
20665 Zunächst müssen Sie mit 
20666 \family sans
20667 Einfügen\SpecialChar \menuseparator
20668 Marke
20669 \family default
20670  oder einen Klick auf 
20671 \begin_inset Graphics
20672         filename ../../images/label-insert.png
20673         scale 85
20674         scaleBeforeRotation
20675
20676 \end_inset
20677
20678  eine Marke im Titel einfügen.
20679  Im 
20680 \family sans
20681 Marke
20682 \family default
20683 -Dialog schreiben Sie einen Text in das Feld 
20684 \family sans
20685 Marke
20686 \family default
20687  oder übernehmen den vorgeschlagenen.
20688  Die Marke sieht in LyX dann so aus:
20689 \begin_inset Newline newline
20690 \end_inset
20691
20692
20693 \begin_inset Graphics
20694         filename clipart/Marke.png
20695         lyxscale 80
20696         scale 50
20697         scaleBeforeRotation
20698         BoundingBox 0bp 6bp 76bp 23bp
20699
20700 \end_inset
20701
20702
20703 \end_layout
20704
20705 \begin_layout Standard
20706 Die Marke wird als Anker und Name für den Querverweis benutzt.
20707  Mit 
20708 \family sans
20709 Einfügen\SpecialChar \menuseparator
20710 Querverweis
20711 \family default
20712  oder einen Klick auf 
20713 \begin_inset Graphics
20714         filename ../../images/dialog-show-new-inset_ref.png
20715         scale 85
20716         scaleBeforeRotation
20717
20718 \end_inset
20719
20720  können Sie dann auf die Marke verweisen.
20721  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20722  angezeigt:
20723 \begin_inset Newline newline
20724 \end_inset
20725
20726
20727 \begin_inset Graphics
20728         filename clipart/Querverweis.png
20729         lyxscale 80
20730         scale 50
20731         scaleBeforeRotation
20732         BoundingBox 0bp 6bp 76bp 23bp
20733
20734 \end_inset
20735
20736
20737 \begin_inset Newline newline
20738 \end_inset
20739
20740  Mehr zu Querverweisen finden Sie im 
20741 \emph on
20742 Benutzerhandbuch
20743 \emph default
20744 .
20745 \end_layout
20746
20747 \begin_layout Standard
20748 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20749  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20750  durch einen Zeilenumbruch getrennt werden können.
20751 \end_layout
20752
20753 \begin_layout Standard
20754 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20755  LyX passt die Querverweise automatisch an.
20756 \end_layout
20757
20758 \begin_layout Standard
20759 Ein Klick auf den Schalter 
20760 \family sans
20761 Gehe
20762 \begin_inset Space ~
20763 \end_inset
20764
20765 zur
20766 \begin_inset Space ~
20767 \end_inset
20768
20769 Marke
20770 \family default
20771  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20772  Der Text der Schaltfläche heißt jetzt 
20773 \family sans
20774 Gehe
20775 \begin_inset Space ~
20776 \end_inset
20777
20778 zurück
20779 \family default
20780  und ein Klick darauf macht genau dies.
20781   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20782  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20783  Dann ist auch kein 
20784 \family sans
20785 Gehe
20786 \begin_inset Space ~
20787 \end_inset
20788
20789 zurück
20790 \family default
20791  möglich.
20792 \end_layout
20793
20794 \begin_layout Subsection
20795 Querverweis-Formate
20796 \begin_inset CommandInset label
20797 LatexCommand label
20798 name "uab:Querverweis-Formate"
20799
20800 \end_inset
20801
20802
20803 \begin_inset Index
20804 status collapsed
20805
20806 \begin_layout Plain Layout
20807 Querverweise ! Formate
20808 \end_layout
20809
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \begin_layout Standard
20816 Es gibt sechs verschiedene Querverweisstile:
20817 \end_layout
20818
20819 \begin_layout Description
20820 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20821  
20822 \begin_inset CommandInset ref
20823 LatexCommand ref
20824 reference "abb:Zwei-Teilabbildungen"
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \begin_layout Description
20832 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20833  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20834  verwendet wird, speziell wenn der Name 
20835 \begin_inset Quotes gld
20836 \end_inset
20837
20838 Gleichung
20839 \begin_inset Quotes grd
20840 \end_inset
20841
20842  weggelassen wird: 
20843 \begin_inset CommandInset ref
20844 LatexCommand eqref
20845 reference "eq:Wgn"
20846
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \begin_layout Description
20853 <Seite>: druckt die Seitennummer: Seite
20854 \begin_inset Space ~
20855 \end_inset
20856
20857
20858 \begin_inset CommandInset ref
20859 LatexCommand pageref
20860 reference "abb:Zwei-Teilabbildungen"
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \begin_layout Description
20868 auf
20869 \begin_inset Space ~
20870 \end_inset
20871
20872 Seite
20873 \begin_inset Space ~
20874 \end_inset
20875
20876 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
20877 \begin_inset CommandInset ref
20878 LatexCommand vpageref
20879 reference "abb:Zwei-Teilabbildungen"
20880
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \begin_layout Description
20887 <Querverweis>
20888 \begin_inset Space ~
20889 \end_inset
20890
20891 auf
20892 \begin_inset Space ~
20893 \end_inset
20894
20895 Seite
20896 \begin_inset Space ~
20897 \end_inset
20898
20899 <Seite>: druckt die Nummer der Gleitumgebung, den Text "auf Seite", und
20900  die Seitennummer: 
20901 \begin_inset CommandInset ref
20902 LatexCommand vref
20903 reference "abb:Zwei-Teilabbildungen"
20904
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \begin_layout Description
20911 Formatierter
20912 \begin_inset Space ~
20913 \end_inset
20914
20915 Querverweis: druckt ein selbst definiertes Querverweisformat
20916 \begin_inset Newline newline
20917 \end_inset
20918
20919
20920 \begin_inset Note Greyedout
20921 status open
20922
20923 \begin_layout Plain Layout
20924
20925 \series bold
20926 Bemerkung:
20927 \series default
20928  Dies ist nur möglich, wenn das LaTeX-Paket 
20929 \series bold
20930 prettyref
20931 \series default
20932  installiert ist.
20933 \end_layout
20934
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \begin_layout Standard
20941 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20942  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
20943  Seite befindet.
20944  Stattdessen wird der Text 
20945 \begin_inset Quotes gld
20946 \end_inset
20947
20948 auf dieser Seite
20949 \begin_inset Quotes grd
20950 \end_inset
20951
20952  gedruckt.
20953 \end_layout
20954
20955 \begin_layout Standard
20956 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20957  automatisch von LaTeX berechnet.
20958  Die Stile können im Feld 
20959 \family sans
20960 Format
20961 \family default
20962  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
20963  einen Querverweis klicken.
20964 \end_layout
20965
20966 \begin_layout Subsection
20967 Auf Teilabbildungen verweisen
20968 \begin_inset CommandInset label
20969 LatexCommand label
20970 name "uab:Auf-Teilabbildungen-verweisen"
20971
20972 \end_inset
20973
20974
20975 \begin_inset Index
20976 status collapsed
20977
20978 \begin_layout Plain Layout
20979 Querverweise ! auf Teilabbildungen
20980 \end_layout
20981
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \begin_layout Standard
20988 Zur Zeit unterstützt LyX das nicht, also müssen Sie LaTeX-Befehle benutzen.
20989  Die Marke erzeugen Sie mit dem Befehl
20990 \end_layout
20991
20992 \begin_layout Standard
20993
20994 \series bold
20995
20996 \backslash
20997 label{abb:IhrMarkenName}
20998 \end_layout
20999
21000 \begin_layout Standard
21001 der direkt in das Titelfeld der Teilabbildung eingefügt wird.
21002  Als Querverweis benutzen Sie dann den Befehl
21003 \end_layout
21004
21005 \begin_layout Standard
21006
21007 \series bold
21008
21009 \backslash
21010 ref{abb:IhrMarkenName}
21011 \end_layout
21012
21013 \begin_layout Standard
21014 Hier ist ein Querverweis auf Teilabbildung
21015 \begin_inset Space ~
21016 \end_inset
21017
21018
21019 \begin_inset ERT
21020 status collapsed
21021
21022 \begin_layout Plain Layout
21023
21024
21025 \backslash
21026 ref{abb:Platypus}
21027 \end_layout
21028
21029 \end_inset
21030
21031 .
21032 \end_layout
21033
21034 \begin_layout Subsection
21035 Automatische Querverweis-Namen
21036 \begin_inset Index
21037 status collapsed
21038
21039 \begin_layout Plain Layout
21040 Querverweise ! Automatische Namen 
21041 \end_layout
21042
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \begin_layout Standard
21049 Das LaTeX-Paket 
21050 \series bold
21051 hyperref
21052 \series default
21053
21054 \begin_inset Index
21055 status collapsed
21056
21057 \begin_layout Plain Layout
21058 LaTeX-Pakete ! hyperref
21059 \end_layout
21060
21061 \end_inset
21062
21063  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
21064  Gleitobjekts automatisch enthalten (oder Textteile wie 
21065 \emph on
21066 Abschnitt
21067 \emph default
21068 ).
21069  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
21070  Um diese Funktion benutzen zu können, müssen Sie 
21071 \series bold
21072 hyperref
21073 \series default
21074  in den LaTeX-Vorspann wie folgt einfügen:
21075 \end_layout
21076
21077 \begin_layout Standard
21078
21079 \series bold
21080
21081 \backslash
21082 usepackage[pdfborder={0 0 0}]{hyperref}
21083 \begin_inset Newline newline
21084 \end_inset
21085
21086
21087 \backslash
21088 AtBeginDocument{
21089 \backslash
21090 renewcommand{
21091 \backslash
21092 ref}[1]{
21093 \backslash
21094 mbox{
21095 \backslash
21096 autoref{#1}}}}
21097 \end_layout
21098
21099 \begin_layout Standard
21100
21101 \series bold
21102 hyperref
21103 \series default
21104  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Do\SpecialChar \-
21105 ku\SpecialChar \-
21106 men\SpecialChar \-
21107 ten
21108  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
21109  einen Link klicken, und die angeklickte Stelle wird gezeigt.
21110  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
21111  sich der Cursor.
21112 \end_layout
21113
21114 \begin_layout Standard
21115 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
21116 n.
21117  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
21118  für die Benutzung von 
21119 \series bold
21120 hyperref
21121 \series default
21122  sehen.
21123  In der 
21124 \series bold
21125 hyperref
21126 \series default
21127 -Dokumentation 
21128 \begin_inset CommandInset citation
21129 LatexCommand cite
21130 key "hyperref"
21131
21132 \end_inset
21133
21134  finden Sie mehr darüber.
21135 \end_layout
21136
21137 \begin_layout Standard
21138 \begin_inset Note Greyedout
21139 status open
21140
21141 \begin_layout Plain Layout
21142
21143 \series bold
21144 Bemerkung:
21145 \series default
21146  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21147  als Querverweisstil 
21148 \family sans
21149 Formatierter
21150 \begin_inset Space ~
21151 \end_inset
21152
21153 Querverweis
21154 \family default
21155  benutzen.
21156 \end_layout
21157
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \begin_layout Subsection
21164 Querverweis-Position
21165 \begin_inset CommandInset label
21166 LatexCommand label
21167 name "uab:Querverweis-Position"
21168
21169 \end_inset
21170
21171
21172 \begin_inset Index
21173 status collapsed
21174
21175 \begin_layout Plain Layout
21176 Querverweise !  Position
21177 \end_layout
21178
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \begin_layout Standard
21185 Wenn Sie 
21186 \series bold
21187 hyperref
21188 \series default
21189  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
21190  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21191  und Sie werden das Bild ohne Rollen nicht sehen.
21192  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21193  ist.
21194  Wenn Sie das  LaTeX-Paket 
21195 \series bold
21196 hypcap
21197 \series default
21198
21199 \begin_inset Index
21200 status collapsed
21201
21202 \begin_layout Plain Layout
21203 LaTeX-Pakete ! hypcap
21204 \end_layout
21205
21206 \end_inset
21207
21208 , das Teil des LaTeX-Pakets 
21209 \series bold
21210 oberdiek
21211 \series default
21212
21213 \begin_inset Index
21214 status collapsed
21215
21216 \begin_layout Plain Layout
21217 LaTeX-Pakete ! oberdiek
21218 \end_layout
21219
21220 \end_inset
21221
21222  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21223  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21224 \series bold
21225 hypcap
21226 \series default
21227  zunächst in den LaTeX-Vorspann laden:
21228 \end_layout
21229
21230 \begin_layout Standard
21231
21232 \series bold
21233
21234 \backslash
21235 usepackage[figure]{hypcap}
21236 \end_layout
21237
21238 \begin_layout Standard
21239 Sie können 
21240 \series bold
21241 hypcap
21242 \series default
21243  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21244  nicht empfohlen.
21245  Weitere Informationen finden Sie im
21246 \series bold
21247  hypcap
21248 \series default
21249 -Handbuch 
21250 \begin_inset CommandInset citation
21251 LatexCommand cite
21252 key "hypcap"
21253
21254 \end_inset
21255
21256 .
21257 \end_layout
21258
21259 \begin_layout Standard
21260 \begin_inset Note Greyedout
21261 status open
21262
21263 \begin_layout Plain Layout
21264
21265 \series bold
21266 Bemerkung 1:
21267 \series default
21268  
21269 \series bold
21270 hypcap
21271 \series default
21272  muss nach 
21273 \series bold
21274 hyperref
21275 \series default
21276  geladen werden.
21277 \end_layout
21278
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \begin_layout Standard
21285 \begin_inset Note Greyedout
21286 status open
21287
21288 \begin_layout Plain Layout
21289
21290 \series bold
21291 Bemerkung 2:
21292 \series default
21293  
21294 \series medium
21295 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21296  zu Teilabbildungen.
21297 \end_layout
21298
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \begin_layout Section
21305 Gleitobjekt-Platzierung
21306 \begin_inset CommandInset label
21307 LatexCommand label
21308 name "abs:Gleitobjekt-Platzierung"
21309
21310 \end_inset
21311
21312
21313 \begin_inset Index
21314 status collapsed
21315
21316 \begin_layout Plain Layout
21317 Gleitobjekte ! Plazierung
21318 \end_layout
21319
21320 \end_inset
21321
21322
21323 \end_layout
21324
21325 \begin_layout Standard
21326 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21327 \family sans
21328 Gleitobjekt-Einstellungen
21329 \family default
21330 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21331  können.
21332 \begin_inset Newline newline
21333 \end_inset
21334
21335 Die Option 
21336 \family sans
21337 Spalten
21338 \begin_inset Space ~
21339 \end_inset
21340
21341 überspannen
21342 \family default
21343  ist nur bei zweispaltigen Dokumenten sinnvoll.
21344  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21345 \begin_inset Newline newline
21346 \end_inset
21347
21348 Die Option 
21349 \family sans
21350 Seitwärts
21351 \begin_inset Space ~
21352 \end_inset
21353
21354 drehen
21355 \family default
21356  ist in Abschnitt 
21357 \begin_inset CommandInset ref
21358 LatexCommand ref
21359 reference "abs:Gedrehte-Gleitobjekte"
21360
21361 \end_inset
21362
21363  beschrieben.
21364 \end_layout
21365
21366 \begin_layout Standard
21367 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21368  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21369  Sie die Option 
21370 \family sans
21371 Standard-Platzierung
21372 \begin_inset Space ~
21373 \end_inset
21374
21375 verwenden
21376 \family default
21377  nicht verwenden:
21378 \end_layout
21379
21380 \begin_layout Description
21381 Hier
21382 \begin_inset Space ~
21383 \end_inset
21384
21385 wenn
21386 \begin_inset Space ~
21387 \end_inset
21388
21389 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt wurde.
21390 \end_layout
21391
21392 \begin_layout Description
21393 Anfang
21394 \begin_inset Space ~
21395 \end_inset
21396
21397 der
21398 \begin_inset Space ~
21399 \end_inset
21400
21401 Seite
21402 \family sans
21403  
21404 \family default
21405 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21406  Gleitobjekte, die maximal 70
21407 \begin_inset Space \thinspace{}
21408 \end_inset
21409
21410 % einer Seite benötigen, dürfen oben platziert werden.
21411  Dies kann durch die Variable 
21412 \series bold
21413
21414 \backslash
21415 topfraction
21416 \series default
21417  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21418 \end_layout
21419
21420 \begin_deeper
21421 \begin_layout Standard
21422
21423 \series bold
21424
21425 \backslash
21426 renewcommand{
21427 \backslash
21428 topfraction}{0.9}
21429 \family typewriter
21430 \series default
21431  
21432 \end_layout
21433
21434 \end_deeper
21435 \begin_layout Description
21436 Ende
21437 \begin_inset Space ~
21438 \end_inset
21439
21440 der
21441 \begin_inset Space ~
21442 \end_inset
21443
21444 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21445  Gleitobjekte, die maximal 30
21446 \begin_inset Space \thinspace{}
21447 \end_inset
21448
21449 % einer Seite benötigen, dürfen unten platziert werden.
21450  Dies kann durch die Variable 
21451 \series bold
21452
21453 \backslash
21454 bottomfraction
21455 \series default
21456  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21457 \end_layout
21458
21459 \begin_deeper
21460 \begin_layout Standard
21461
21462 \series bold
21463
21464 \backslash
21465 renewcommand{
21466 \backslash
21467 bottomfraction}{0.5}
21468 \end_layout
21469
21470 \begin_layout Standard
21471 die oftmals zu kleine untere Grenze auf 50
21472 \begin_inset Space \thinspace{}
21473 \end_inset
21474
21475 %.
21476 \end_layout
21477
21478 \end_deeper
21479 \begin_layout Description
21480 Seite
21481 \begin_inset Space ~
21482 \end_inset
21483
21484 mit
21485 \begin_inset Space ~
21486 \end_inset
21487
21488 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu platzieren.
21489  Nur wenn mehr als 50
21490 \begin_inset Space \thinspace{}
21491 \end_inset
21492
21493 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21494  Gleitobjekte bereitgestellt.
21495  Dies kann durch die Variable 
21496 \series bold
21497
21498 \backslash
21499 floatpagefraction 
21500 \series default
21501 im LaTeX-Vorspann überschrieben werden.
21502 \end_layout
21503
21504 \begin_layout Standard
21505 Die Reihenfolge der obigen Optionen wird 
21506 \emph on
21507 immer
21508 \emph default
21509  von LaTeX verwendet.
21510  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21511  versuchen 
21512 \family sans
21513 Hier
21514 \begin_inset Space \space{}
21515 \end_inset
21516
21517 wenn
21518 \begin_inset Space \space{}
21519 \end_inset
21520
21521 möglich
21522 \family default
21523 , dann 
21524 \family sans
21525 Anfang
21526 \begin_inset Space ~
21527 \end_inset
21528
21529 der
21530 \begin_inset Space ~
21531 \end_inset
21532
21533 Seite
21534 \family default
21535  und dann die anderen Optionen zu anzuwenden.
21536  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21537  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
21538  Reihenfolge.
21539  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21540 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
21541 \end_layout
21542
21543 \begin_layout Standard
21544 Die Option 
21545 \family sans
21546 Hier,
21547 \begin_inset Space ~
21548 \end_inset
21549
21550 auf
21551 \begin_inset Space ~
21552 \end_inset
21553
21554 jeden
21555 \begin_inset Space ~
21556 \end_inset
21557
21558 Fall
21559 \family default
21560  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21561  fast druckreif ist.
21562  Denn mit der Option kann das Objekt nicht mehr 
21563 \emph on
21564 gleiten
21565 \emph default
21566 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21567  oftmals zerstört.
21568 \end_layout
21569
21570 \begin_layout Standard
21571 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21572  immer von Text eines bestimmten Paragraphen umgeben sind.
21573 \begin_inset VSpace bigskip
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \begin_layout Standard
21580 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21581 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21582  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21583  Das kann mit dem LaTeX-Befehl
21584 \series bold
21585  
21586 \backslash
21587 suppressfloats
21588 \series default
21589  verhindert werden.
21590  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21591  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21592  gesetzt wird.
21593  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21594 \end_layout
21595
21596 \begin_layout Standard
21597
21598 \series bold
21599
21600 \backslash
21601 let
21602 \backslash
21603 meinAbschnitt
21604 \backslash
21605 section
21606 \begin_inset Newline newline
21607 \end_inset
21608
21609
21610 \backslash
21611 renewcommand{
21612 \backslash
21613 section}{
21614 \backslash
21615 suppressfloats[t]
21616 \backslash
21617 meinAbschnitt}
21618 \end_layout
21619
21620 \begin_layout Standard
21621 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21622  Unterabschnitten festlegen.
21623  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
21624  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21625 \end_layout
21626
21627 \begin_layout Standard
21628 Es gibt auch noch das LaTeX-Paket 
21629 \series bold
21630 flafter
21631 \series default
21632
21633 \begin_inset Index
21634 status collapsed
21635
21636 \begin_layout Plain Layout
21637 LaTeX-Pakete ! flafter
21638 \end_layout
21639
21640 \end_inset
21641
21642  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21643  gedruckt wird.
21644 \end_layout
21645
21646 \begin_layout Standard
21647 \begin_inset VSpace bigskip
21648 \end_inset
21649
21650 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21651  Dafür gibt es das LaTeX-Paket 
21652 \series bold
21653 endfloat
21654 \series default
21655
21656 \begin_inset Index
21657 status collapsed
21658
21659 \begin_layout Plain Layout
21660 LaTeX-Pakete ! endf
21661 \begin_inset ERT
21662 status collapsed
21663
21664 \begin_layout Plain Layout
21665
21666
21667 \backslash
21668
21669 \begin_inset ERT
21670 status collapsed
21671
21672 \begin_layout Plain Layout
21673
21674 {
21675 \end_layout
21676
21677 \end_inset
21678
21679
21680 \begin_inset ERT
21681 status collapsed
21682
21683 \begin_layout Plain Layout
21684
21685 }
21686 \end_layout
21687
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \end_inset
21694
21695 /loat
21696 \end_layout
21697
21698 \end_inset
21699
21700 .
21701  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21702  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21703  
21704 \family sans
21705
21706 \begin_inset Quotes gld
21707 \end_inset
21708
21709 [Abbildung
21710 \begin_inset Space ~
21711 \end_inset
21712
21713 3.2 ist ungefähr hier.]
21714 \family default
21715
21716 \begin_inset Quotes grd
21717 \end_inset
21718
21719  finden.
21720  Das 
21721 \series bold
21722 endfloat
21723 \series default
21724 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21725 \end_layout
21726
21727 \begin_layout Standard
21728
21729 \series bold
21730
21731 \backslash
21732 usepackage[Optionen]{endfloat}
21733 \end_layout
21734
21735 \begin_layout Standard
21736 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21737  Tabellen-Abschnitt, die Sie in der 
21738 \series bold
21739 endfloat
21740 \series default
21741 -Dokumentation 
21742 \begin_inset CommandInset citation
21743 LatexCommand cite
21744 key "endfloat"
21745
21746 \end_inset
21747
21748  nachlesen können.
21749 \begin_inset Newline newline
21750 \end_inset
21751
21752
21753 \begin_inset Note Greyedout
21754 status open
21755
21756 \begin_layout Plain Layout
21757
21758 \series bold
21759 Bemerkung
21760 \begin_inset Space ~
21761 \end_inset
21762
21763 1: endfloat
21764 \series default
21765  übersetzt den Hinweistext nicht automatisch.
21766  Abschnitt
21767 \begin_inset Space ~
21768 \end_inset
21769
21770 4 in 
21771 \begin_inset CommandInset citation
21772 LatexCommand cite
21773 key "endfloat"
21774
21775 \end_inset
21776
21777  beschreibt, wie es geht.
21778 \end_layout
21779
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \begin_layout Standard
21786 \begin_inset Note Greyedout
21787 status open
21788
21789 \begin_layout Plain Layout
21790
21791 \series bold
21792 Bemerkung
21793 \begin_inset Space ~
21794 \end_inset
21795
21796 2: 
21797 \series default
21798 Die aktuelle Version von 
21799 \series bold
21800 endfloat
21801 \series default
21802  hat einen Fehler, wenn die Überschrift ein 
21803 \begin_inset Quotes gld
21804 \end_inset
21805
21806 ß
21807 \begin_inset Quotes grd
21808 \end_inset
21809
21810  enthält.
21811  Sie müssen stattdessen den Befehl 
21812 \series bold
21813
21814 \backslash
21815 ss
21816 \series default
21817  als TeX-Code benutzen.
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \end_layout
21824
21825 \begin_layout Standard
21826 \begin_inset VSpace bigskip
21827 \end_inset
21828
21829 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
21830 hern wie 
21831 \begin_inset CommandInset citation
21832 LatexCommand cite
21833 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21834
21835 \end_inset
21836
21837 .
21838 \end_layout
21839
21840 \begin_layout Section
21841 Gedrehte Gleitobjekte
21842 \begin_inset CommandInset label
21843 LatexCommand label
21844 name "abs:Gedrehte-Gleitobjekte"
21845
21846 \end_inset
21847
21848
21849 \begin_inset Index
21850 status collapsed
21851
21852 \begin_layout Plain Layout
21853 Gleitobjekte ! drehen
21854 \end_layout
21855
21856 \end_inset
21857
21858
21859 \end_layout
21860
21861 \begin_layout Standard
21862 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21863 t drehen.
21864  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21865  und die Option 
21866 \family sans
21867 Seitwärts
21868 \begin_inset Space ~
21869 \end_inset
21870
21871 drehen
21872 \family default
21873  wählen.
21874 \end_layout
21875
21876 \begin_layout Standard
21877 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
21878  zweispaltigen Dokumenten) gedruckt.
21879  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21880  werden können.
21881  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21882  Option 
21883 \series bold
21884 figuresleft
21885 \series default
21886  oder 
21887 \series bold
21888 figuresright
21889 \series default
21890  zu den Dokumentklassen-Optionen hinzu.
21891 \end_layout
21892
21893 \begin_layout Standard
21894 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21895  Tabelle
21896 \begin_inset Space ~
21897 \end_inset
21898
21899
21900 \begin_inset CommandInset ref
21901 LatexCommand ref
21902 reference "tab:Gedrehte-Tabelle"
21903
21904 \end_inset
21905
21906  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21907 \end_layout
21908
21909 \begin_layout Standard
21910 \begin_inset Note Greyedout
21911 status open
21912
21913 \begin_layout Plain Layout
21914
21915 \series bold
21916 Bemerkung:
21917 \series default
21918  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \begin_layout Standard
21927 \begin_inset Float table
21928 wide false
21929 sideways true
21930 status open
21931
21932 \begin_layout Plain Layout
21933 \begin_inset Caption
21934
21935 \begin_layout Plain Layout
21936 \begin_inset CommandInset label
21937 LatexCommand label
21938 name "tab:Gedrehte-Tabelle"
21939
21940 \end_inset
21941
21942 Gedrehte Tabelle
21943 \end_layout
21944
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \begin_layout Plain Layout
21951 \align center
21952 \begin_inset Tabular
21953 <lyxtabular version="3" rows="1" columns="5">
21954 <features>
21955 <column alignment="center" valignment="top" width="0">
21956 <column alignment="center" valignment="top" width="0">
21957 <column alignment="center" valignment="top" width="0">
21958 <column alignment="center" valignment="top" width="0">
21959 <column alignment="center" valignment="top" width="0">
21960 <row>
21961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965 Test
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974 b
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983 c
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992 d
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 e
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 </row>
22007 </lyxtabular>
22008
22009 \end_inset
22010
22011
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \begin_layout Section
22020 Gleitobjekte nebeneinander
22021 \begin_inset Index
22022 status collapsed
22023
22024 \begin_layout Plain Layout
22025 Gleitobjekte ! nebeneinander
22026 \end_layout
22027
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \begin_layout Standard
22034 Um Gleitobjekte nebeneinander zu setzen, wie bei Abbildung
22035 \begin_inset Space ~
22036 \end_inset
22037
22038
22039 \begin_inset CommandInset ref
22040 LatexCommand ref
22041 reference "fig:Gleitobjekt-links"
22042
22043 \end_inset
22044
22045  und 
22046 \begin_inset CommandInset ref
22047 LatexCommand ref
22048 reference "fig:Gleitobjekt-rechts"
22049
22050 \end_inset
22051
22052 , wird nur 
22053 \emph on
22054 ein
22055 \emph default
22056  Gleitobjekt verwendet.
22057  In dieses werden zwei Minipage Boxen eingefügt.
22058 \begin_inset Foot
22059 status collapsed
22060
22061 \begin_layout Plain Layout
22062 Minipages sind in Abschnitt
22063 \begin_inset Space ~
22064 \end_inset
22065
22066
22067 \begin_inset CommandInset ref
22068 LatexCommand ref
22069 reference "abs:Minipage"
22070
22071 \end_inset
22072
22073  erklärt.
22074 \end_layout
22075
22076 \end_inset
22077
22078  Die Breite wird für jede Minipage auf 45
22079 \begin_inset Space \thinspace{}
22080 \end_inset
22081
22082 -50
22083 \begin_inset Space \thinspace{}
22084 \end_inset
22085
22086 Spalten% und die Box Ausrichtung auf 
22087 \family sans
22088 Unten
22089 \family default
22090  gesetzt.
22091  Die Minipage Boxen enthalten das Bild und die Beschriftung, so wie in einem
22092  Gleitobjekt.
22093  Der einzige Unterschied ist, dass die Bildeinheit 
22094 \family sans
22095 Spaltenbreite
22096 \begin_inset Space ~
22097 \end_inset
22098
22099 %
22100 \family default
22101  nun bezüglich der Breite der Minipage Boxen berechnet wird.
22102 \end_layout
22103
22104 \begin_layout Standard
22105 \begin_inset Float figure
22106 wide false
22107 sideways false
22108 status open
22109
22110 \begin_layout Plain Layout
22111 \begin_inset Box Frameless
22112 position "b"
22113 hor_pos "c"
22114 has_inner_box 1
22115 inner_pos "t"
22116 use_parbox 0
22117 width "45col%"
22118 special "none"
22119 height "1in"
22120 height_special "totalheight"
22121 status open
22122
22123 \begin_layout Plain Layout
22124 \align center
22125 \begin_inset Graphics
22126         filename ../clipart/mobius.eps
22127         lyxscale 50
22128         width 100col%
22129         scaleBeforeRotation
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \begin_layout Plain Layout
22137 \begin_inset Caption
22138
22139 \begin_layout Plain Layout
22140 \begin_inset CommandInset label
22141 LatexCommand label
22142 name "fig:Gleitobjekt-links"
22143
22144 \end_inset
22145
22146 Gleitobjekt auf der linken Seite.
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155
22156
22157 \begin_inset Space \hfill{}
22158 \end_inset
22159
22160
22161 \begin_inset Box Frameless
22162 position "b"
22163 hor_pos "c"
22164 has_inner_box 1
22165 inner_pos "t"
22166 use_parbox 0
22167 width "45col%"
22168 special "none"
22169 height "1in"
22170 height_special "totalheight"
22171 status open
22172
22173 \begin_layout Plain Layout
22174 \align center
22175 \begin_inset Graphics
22176         filename ../clipart/platypus.eps
22177         lyxscale 50
22178         width 100col%
22179         scaleBeforeRotation
22180
22181 \end_inset
22182
22183
22184 \end_layout
22185
22186 \begin_layout Plain Layout
22187 \begin_inset Caption
22188
22189 \begin_layout Plain Layout
22190 \begin_inset CommandInset label
22191 LatexCommand label
22192 name "fig:Gleitobjekt-rechts"
22193
22194 \end_inset
22195
22196 Gleitobjekt auf der rechten Seite.
22197 \end_layout
22198
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \end_inset
22205
22206
22207 \end_layout
22208
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \begin_layout Section
22215 Beschriftungs-Formatierung
22216 \begin_inset CommandInset label
22217 LatexCommand label
22218 name "abs:Titel-Formatierung"
22219
22220 \end_inset
22221
22222
22223 \begin_inset Index
22224 status collapsed
22225
22226 \begin_layout Plain Layout
22227 Gleitobjekte ! Beschriftung ! Formatierung
22228 \end_layout
22229
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \begin_layout Standard
22236
22237 \family sans
22238 Legende
22239 \family default
22240  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22241  In LyX sehen Titel so aus:  
22242 \family sans
22243
22244 \begin_inset Quotes gld
22245 \end_inset
22246
22247 Abbildung xyz:
22248 \family default
22249
22250 \begin_inset Quotes grd
22251 \end_inset
22252
22253 , gefolgt vom Beschriftungstext, wobei 
22254 \family sans
22255 xyz
22256 \family default
22257  die von LyX vergebene Nummer ist.
22258  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22259  gedruckt.
22260  Dies ist nicht immer brauchbar.
22261 \end_layout
22262
22263 \begin_layout Standard
22264 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22265  
22266 \series bold
22267 caption
22268 \series default
22269
22270 \begin_inset Index
22271 status collapsed
22272
22273 \begin_layout Plain Layout
22274 LaTeX-Pakete ! caption
22275 \end_layout
22276
22277 \end_inset
22278
22279  in den LaTeX-Vorspann laden:
22280 \end_layout
22281
22282 \begin_layout Standard
22283
22284 \series bold
22285
22286 \backslash
22287 usepackage[Format-Definition]{caption}
22288 \end_layout
22289
22290 \begin_layout Standard
22291 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22292  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22293 \end_layout
22294
22295 \begin_layout Standard
22296
22297 \series bold
22298
22299 \backslash
22300 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22301 \end_layout
22302
22303 \begin_layout Standard
22304 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22305  definieren.
22306  Dazu laden Sie das 
22307 \series bold
22308 caption
22309 \series default
22310 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22311  dem Befehl
22312 \end_layout
22313
22314 \begin_layout Standard
22315
22316 \series bold
22317
22318 \backslash
22319 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22320 \end_layout
22321
22322 \begin_layout Standard
22323 Für Abbildung
22324 \begin_inset Space ~
22325 \end_inset
22326
22327
22328 \begin_inset CommandInset ref
22329 LatexCommand ref
22330 reference "abb:Langer-Abb-Titel"
22331
22332 \end_inset
22333
22334  und Tabelle
22335 \begin_inset Space ~
22336 \end_inset
22337
22338
22339 \begin_inset CommandInset ref
22340 LatexCommand ref
22341 reference "tab:Langer-Tab-Titel"
22342
22343 \end_inset
22344
22345  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22346  werden:
22347 \end_layout
22348
22349 \begin_layout Standard
22350
22351 \series bold
22352
22353 \backslash
22354 usepackage[tableposition=top]{caption}
22355 \begin_inset Newline newline
22356 \end_inset
22357
22358
22359 \backslash
22360 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22361 \begin_inset Newline newline
22362 \end_inset
22363
22364
22365 \begin_inset ERT
22366 status collapsed
22367
22368 \begin_layout Plain Layout
22369
22370
22371 \backslash
22372 hphantom{
22373 \backslash
22374
22375 \backslash
22376 captionsetup[figure]
22377 \backslash
22378 {}
22379 \end_layout
22380
22381 \end_inset
22382
22383  labelsep=period}
22384 \begin_inset Newline newline
22385 \end_inset
22386
22387
22388 \backslash
22389 captionsetup[table]{labelfont={bf,sf}}
22390 \end_layout
22391
22392 \begin_layout Standard
22393 \begin_inset Note Greyedout
22394 status open
22395
22396 \begin_layout Plain Layout
22397
22398 \series bold
22399 Bemerkung:
22400 \series default
22401  Die Option 
22402 \series bold
22403 tableposition=top
22404 \series default
22405  hat keine Auswirkung wenn eine 
22406 \series bold
22407 koma-script
22408 \series default
22409
22410 \begin_inset Index
22411 status collapsed
22412
22413 \begin_layout Plain Layout
22414 LaTeX-Pakete ! koma-script
22415 \end_layout
22416
22417 \end_inset
22418
22419 -Dokumentklasse verwendet wird.
22420  Hier muss die Option 
22421 \series bold
22422 tablecaptionabove
22423 \series default
22424  benutzt werden.
22425 \end_layout
22426
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \begin_layout Standard
22433 Weitere Informationen über das Paket
22434 \series bold
22435  caption
22436 \series default
22437  finden Sie in seiner Dokumentation 
22438 \begin_inset CommandInset citation
22439 LatexCommand cite
22440 key "caption"
22441
22442 \end_inset
22443
22444 .
22445 \end_layout
22446
22447 \begin_layout Standard
22448 Wenn Sie den Namen von 
22449 \begin_inset Quotes gld
22450 \end_inset
22451
22452 Abbildung
22453 \begin_inset Quotes grd
22454 \end_inset
22455
22456  auf 
22457 \begin_inset Quotes gld
22458 \end_inset
22459
22460 Bild
22461 \begin_inset Quotes grd
22462 \end_inset
22463
22464  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22465 \end_layout
22466
22467 \begin_layout Standard
22468
22469 \series bold
22470
22471 \backslash
22472 renewcommand{
22473 \backslash
22474 fnum@figure}{Bild~
22475 \backslash
22476 thefigure}
22477 \end_layout
22478
22479 \begin_layout Standard
22480 wobei 
22481 \series bold
22482
22483 \backslash
22484 thefigure
22485 \series default
22486  die Bildnummer einsetzt und
22487 \series bold
22488  ~
22489 \series default
22490  ein geschütztes Leerzeichen ist.
22491 \end_layout
22492
22493 \begin_layout Standard
22494 \begin_inset VSpace bigskip
22495 \end_inset
22496
22497 Wenn Sie eine 
22498 \series bold
22499 koma-script
22500 \series default
22501
22502 \begin_inset Index
22503 status collapsed
22504
22505 \begin_layout Plain Layout
22506 LaTeX-Pakete ! koma-script
22507 \end_layout
22508
22509 \end_inset
22510
22511 -Dokumentklasse (
22512 \family sans
22513 article (koma-script)
22514 \family default
22515
22516 \family sans
22517 book (koma-script)
22518 \family default
22519
22520 \family sans
22521 letter (koma-script)
22522 \family default
22523  oder 
22524 \family sans
22525 report (koma-script)
22526 \family default
22527 ) benutzen, können Sie anstatt des 
22528 \series bold
22529 caption
22530 \series default
22531 -Paketes den eingebauten Befehl 
22532 \series bold
22533
22534 \backslash
22535 setkomafont
22536 \series default
22537  von 
22538 \series bold
22539 koma-script
22540 \series default
22541  benutzen.
22542  Der Befehl
22543 \end_layout
22544
22545 \begin_layout Standard
22546
22547 \series bold
22548
22549 \backslash
22550 setkomafont{captionlabel}{
22551 \backslash
22552 bfseries}
22553 \end_layout
22554
22555 \begin_layout Standard
22556 im LaTeX-Vorspann druckt den Namen fett.
22557 \end_layout
22558
22559 \begin_layout Standard
22560 Weitere Informationen über 
22561 \series bold
22562
22563 \backslash
22564 setkomafont
22565 \series default
22566  finden Sie in der 
22567 \series bold
22568 koma-script
22569 \series default
22570 -Do\SpecialChar \-
22571 ku\SpecialChar \-
22572 men\SpecialChar \-
22573 ta\SpecialChar \-
22574 tion 
22575 \begin_inset CommandInset citation
22576 LatexCommand cite
22577 key "koma-script"
22578
22579 \end_inset
22580
22581 .
22582 \end_layout
22583
22584 \begin_layout Standard
22585 \begin_inset ERT
22586 status collapsed
22587
22588 \begin_layout Plain Layout
22589
22590
22591 \backslash
22592 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22593 }
22594 \end_layout
22595
22596 \end_inset
22597
22598
22599 \begin_inset Note Note
22600 status open
22601
22602 \begin_layout Plain Layout
22603 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22604 \end_layout
22605
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \begin_layout Standard
22612 \begin_inset Float figure
22613 placement !p
22614 wide false
22615 sideways false
22616 status open
22617
22618 \begin_layout Plain Layout
22619 \align center
22620 \begin_inset Graphics
22621         filename ../clipart/mobius.eps
22622         lyxscale 50
22623         scale 50
22624         scaleBeforeRotation
22625
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \begin_layout Plain Layout
22632 \begin_inset Caption
22633
22634 \begin_layout Plain Layout
22635 \begin_inset CommandInset label
22636 LatexCommand label
22637 name "abb:Langer-Abb-Titel"
22638
22639 \end_inset
22640
22641 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22642  ist, um das andere Beschriftungsformat zu zeigen.
22643  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22644 \begin_inset OptArg
22645 status collapsed
22646
22647 \begin_layout Plain Layout
22648 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22649  ist.
22650 \end_layout
22651
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \begin_layout Standard
22668 \begin_inset ERT
22669 status collapsed
22670
22671 \begin_layout Plain Layout
22672
22673
22674 \backslash
22675 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22676 on}
22677 \end_layout
22678
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \begin_layout Standard
22685 \begin_inset Float table
22686 placement !p
22687 wide false
22688 sideways false
22689 status open
22690
22691 \begin_layout Plain Layout
22692 \begin_inset Caption
22693
22694 \begin_layout Plain Layout
22695 \begin_inset CommandInset label
22696 LatexCommand label
22697 name "tab:Langer-Tab-Titel"
22698
22699 \end_inset
22700
22701 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22702  ist, um das andere Beschriftungsformat zu zeigen.
22703  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22704  benutzt.
22705 \begin_inset OptArg
22706 status collapsed
22707
22708 \begin_layout Plain Layout
22709 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22710  ist.
22711 \end_layout
22712
22713 \end_inset
22714
22715
22716 \end_layout
22717
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \begin_layout Plain Layout
22724 \align center
22725 \begin_inset Tabular
22726 <lyxtabular version="3" rows="1" columns="5">
22727 <features>
22728 <column alignment="center" valignment="top" width="0">
22729 <column alignment="center" valignment="top" width="0">
22730 <column alignment="center" valignment="top" width="0">
22731 <column alignment="center" valignment="top" width="0">
22732 <column alignment="center" valignment="top" width="0">
22733 <row>
22734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 a
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 b
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756 c
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765 d
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774 e
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 </row>
22780 </lyxtabular>
22781
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \begin_layout Section
22793 Beschriftungs-Platzierung
22794 \begin_inset CommandInset label
22795 LatexCommand label
22796 name "abs:Titel-Platzierung"
22797
22798 \end_inset
22799
22800
22801 \begin_inset Index
22802 status collapsed
22803
22804 \begin_layout Plain Layout
22805 Gleitobjekte ! Beschriftung ! Platzierung
22806 \end_layout
22807
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \begin_layout Standard
22814 Normalerweise werden die Beschriftungen wie folgt platziert:
22815 \end_layout
22816
22817 \begin_layout Description
22818 Abbildung: darunter
22819 \end_layout
22820
22821 \begin_layout Description
22822 Tabelle: darüber
22823 \end_layout
22824
22825 \begin_layout Standard
22826 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22827  Das heißt wenn Sie eine der Dokument-Klassen 
22828 \family sans
22829 article
22830 \family default
22831
22832 \family sans
22833 book
22834 \family default
22835
22836 \family sans
22837 letter
22838 \family default
22839  oder 
22840 \family sans
22841 report
22842 \family default
22843  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22844  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22845 \series bold
22846 caption
22847 \series default
22848  im LaTeX-Vorspann folgendes:
22849 \begin_inset Foot
22850 status collapsed
22851
22852 \begin_layout Plain Layout
22853 In Abschnitt
22854 \begin_inset Space ~
22855 \end_inset
22856
22857
22858 \begin_inset CommandInset ref
22859 LatexCommand ref
22860 reference "abs:Titel-Formatierung"
22861
22862 \end_inset
22863
22864  steht mehr über das Paket 
22865 \series bold
22866 caption
22867 \series default
22868 .
22869 \end_layout
22870
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \begin_layout Standard
22877
22878 \series bold
22879 tableposition=top
22880 \end_layout
22881
22882 \begin_layout Standard
22883 Wenn Sie eine 
22884 \series bold
22885 koma-script
22886 \series default
22887
22888 \begin_inset Index
22889 status collapsed
22890
22891 \begin_layout Plain Layout
22892 LaTeX-Pakete ! koma-script
22893 \end_layout
22894
22895 \end_inset
22896
22897 -Dokumentklasse (
22898 \family sans
22899 article (koma-script)
22900 \family default
22901
22902 \family sans
22903 book (koma-script)
22904 \family default
22905
22906 \family sans
22907 letter (koma-script)
22908 \family default
22909  oder 
22910 \family sans
22911 report (koma-script)
22912 \family default
22913 ) benutzen, können Sie alternativ zum 
22914 \series bold
22915 caption
22916 \series default
22917 -Paket die Option 
22918 \series bold
22919 tablecaptionabove
22920 \series default
22921  benutzen.
22922 \end_layout
22923
22924 \begin_layout Standard
22925 \begin_inset VSpace bigskip
22926 \end_inset
22927
22928 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22929  Das bewirkt das LaTeX-Paket 
22930 \series bold
22931 sidecap
22932 \series default
22933
22934 \begin_inset Index
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938 LaTeX-Pakete ! sidecap
22939 \end_layout
22940
22941 \end_inset
22942
22943 , das so in den LaTeX-Vorspann geladen wird:
22944 \end_layout
22945
22946 \begin_layout Standard
22947
22948 \series bold
22949
22950 \backslash
22951 usepackage[Option]{sidecap}
22952 \end_layout
22953
22954 \begin_layout Standard
22955 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22956  Mit 
22957 \series bold
22958 innercaption
22959 \series default
22960  wird die Beschriftung innen gedruckt.
22961  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22962  
22963 \series bold
22964 rightcaption
22965 \series default
22966  oder 
22967 \series bold
22968 leftcaption
22969 \series default
22970 .
22971 \end_layout
22972
22973 \begin_layout Standard
22974 \begin_inset ERT
22975 status collapsed
22976
22977 \begin_layout Plain Layout
22978
22979
22980 \backslash
22981 ifsidecap
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \begin_inset Note Note
22988 status open
22989
22990 \begin_layout Plain Layout
22991 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22992 \series bold
22993 sidecap
22994 \series default
22995  installiert ist.
22996 \end_layout
22997
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \begin_layout Standard
23004 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23005  in den LaTeX-Vorspann schreiben:
23006 \end_layout
23007
23008 \begin_layout Standard
23009
23010 \lyxline
23011
23012 \end_layout
23013
23014 \begin_layout Standard
23015
23016 \series bold
23017
23018 \backslash
23019 newcommand{
23020 \backslash
23021 TabBesBeg}{%
23022 \begin_inset Newline newline
23023 \end_inset
23024
23025
23026 \begin_inset ERT
23027 status collapsed
23028
23029 \begin_layout Plain Layout
23030
23031
23032 \backslash
23033 hphantom{ }
23034 \end_layout
23035
23036 \end_inset
23037
23038
23039 \backslash
23040 let
23041 \backslash
23042 MyTable
23043 \backslash
23044 table
23045 \begin_inset Newline newline
23046 \end_inset
23047
23048
23049 \begin_inset ERT
23050 status collapsed
23051
23052 \begin_layout Plain Layout
23053
23054
23055 \backslash
23056 hphantom{ }
23057 \end_layout
23058
23059 \end_inset
23060
23061
23062 \backslash
23063 let
23064 \backslash
23065 MyEndtable
23066 \backslash
23067 endtable
23068 \begin_inset Newline newline
23069 \end_inset
23070
23071
23072 \begin_inset ERT
23073 status collapsed
23074
23075 \begin_layout Plain Layout
23076
23077
23078 \backslash
23079 hphantom{ }
23080 \end_layout
23081
23082 \end_inset
23083
23084
23085 \backslash
23086 renewenvironment{table}{
23087 \backslash
23088 begin{SCtable}}{
23089 \backslash
23090 end{SCtable}}}
23091 \end_layout
23092
23093 \begin_layout Standard
23094
23095 \series bold
23096
23097 \backslash
23098 newcommand{
23099 \backslash
23100 TabBesEnd}{%
23101 \begin_inset Newline newline
23102 \end_inset
23103
23104
23105 \begin_inset ERT
23106 status collapsed
23107
23108 \begin_layout Plain Layout
23109
23110
23111 \backslash
23112 hphantom{ }
23113 \end_layout
23114
23115 \end_inset
23116
23117
23118 \backslash
23119 let
23120 \backslash
23121 table
23122 \backslash
23123 MyTable
23124 \begin_inset Newline newline
23125 \end_inset
23126
23127
23128 \begin_inset ERT
23129 status collapsed
23130
23131 \begin_layout Plain Layout
23132
23133
23134 \backslash
23135 hphantom{ }
23136 \end_layout
23137
23138 \end_inset
23139
23140
23141 \backslash
23142 let
23143 \backslash
23144 endtable
23145 \backslash
23146 MyEndtable
23147 \end_layout
23148
23149 \begin_layout Standard
23150
23151 \series bold
23152
23153 \backslash
23154 newcommand{
23155 \backslash
23156 FigBesBeg}{%
23157 \begin_inset Newline newline
23158 \end_inset
23159
23160
23161 \begin_inset ERT
23162 status collapsed
23163
23164 \begin_layout Plain Layout
23165
23166
23167 \backslash
23168 hphantom{ }
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \backslash
23175 let
23176 \backslash
23177 MyFigure
23178 \backslash
23179 figure
23180 \begin_inset Newline newline
23181 \end_inset
23182
23183
23184 \begin_inset ERT
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188
23189
23190 \backslash
23191 hphantom{ }
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \backslash
23198 let
23199 \backslash
23200 MyEndfigure
23201 \backslash
23202 endfigure
23203 \begin_inset Newline newline
23204 \end_inset
23205
23206
23207 \begin_inset ERT
23208 status collapsed
23209
23210 \begin_layout Plain Layout
23211
23212
23213 \backslash
23214 hphantom{ }
23215 \end_layout
23216
23217 \end_inset
23218
23219
23220 \backslash
23221 renewenvironment{figure}{
23222 \backslash
23223 begin{SCfigure}}{
23224 \backslash
23225 end{SCfigure}}}
23226 \end_layout
23227
23228 \begin_layout Standard
23229
23230 \series bold
23231
23232 \backslash
23233 newcommand{
23234 \backslash
23235 FigBesEnd}{%
23236 \begin_inset Newline newline
23237 \end_inset
23238
23239
23240 \begin_inset ERT
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 hphantom{ }
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \backslash
23254 let
23255 \backslash
23256 figure
23257 \backslash
23258 MyFigure
23259 \begin_inset Newline newline
23260 \end_inset
23261
23262
23263 \begin_inset ERT
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267
23268
23269 \backslash
23270 hphantom{ }
23271 \end_layout
23272
23273 \end_inset
23274
23275
23276 \backslash
23277 let
23278 \backslash
23279 endfigure
23280 \backslash
23281 MyEndfigure}
23282 \series default
23283
23284 \lyxline
23285
23286 \end_layout
23287
23288 \begin_layout Standard
23289 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23290 ungen seitlich gedruckt werden.
23291  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23292 \end_layout
23293
23294 \begin_layout Standard
23295
23296 \series bold
23297
23298 \backslash
23299 FigBesBeg
23300 \end_layout
23301
23302 \begin_layout Standard
23303 als TeX-Code vor und
23304 \end_layout
23305
23306 \begin_layout Standard
23307
23308 \series bold
23309
23310 \backslash
23311 FigBesEnd
23312 \end_layout
23313
23314 \begin_layout Standard
23315 hinter das Gleitobjekt.
23316  Bei Gleitobjekt-Tabellen heißen die Befehle
23317 \end_layout
23318
23319 \begin_layout Standard
23320
23321 \series bold
23322
23323 \backslash
23324 TabBesBeg
23325 \series default
23326  und 
23327 \series bold
23328
23329 \backslash
23330 TabBesEnd
23331 \series default
23332 .
23333 \end_layout
23334
23335 \begin_layout Standard
23336 Abbildung
23337 \begin_inset Space ~
23338 \end_inset
23339
23340
23341 \begin_inset CommandInset ref
23342 LatexCommand ref
23343 reference "abb:Beschriftung-neben"
23344
23345 \end_inset
23346
23347  und Tabelle
23348 \begin_inset Space ~
23349 \end_inset
23350
23351
23352 \begin_inset CommandInset ref
23353 LatexCommand ref
23354 reference "tab:cap-beside-tab"
23355
23356 \end_inset
23357
23358  sind Beispiele für seitliche Beschriftungen.
23359 \end_layout
23360
23361 \begin_layout Standard
23362 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23363  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23364  der Abbildung.
23365  Das kann man mit dem Befehl
23366 \end_layout
23367
23368 \begin_layout Standard
23369
23370 \series bold
23371
23372 \backslash
23373 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23374 \end_layout
23375
23376 \begin_layout Standard
23377 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23378  Der Gleitobjekt-Typ ist entweder 
23379 \family sans
23380 figure
23381 \family default
23382  oder 
23383 \family sans
23384 table
23385 \family default
23386 , die
23387 \family sans
23388  
23389 \family default
23390 Platzierung ist 
23391 \family typewriter
23392 t
23393 \family default
23394  für oben, 
23395 \family typewriter
23396 c
23397 \family default
23398  für zentriert oder 
23399 \family typewriter
23400 b
23401 \family default
23402  für unten.
23403  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23404  lautet der Befehl
23405 \end_layout
23406
23407 \begin_layout Standard
23408
23409 \series bold
23410
23411 \backslash
23412 sidecaptionvpos{figure}{c}
23413 \end_layout
23414
23415 \begin_layout Standard
23416 Das wurde in Abbildung
23417 \begin_inset Space ~
23418 \end_inset
23419
23420
23421 \begin_inset CommandInset ref
23422 LatexCommand ref
23423 reference "abb:cap-beside-fig-2"
23424
23425 \end_inset
23426
23427  benutzt.
23428 \end_layout
23429
23430 \begin_layout Standard
23431 \begin_inset VSpace medskip
23432 \end_inset
23433
23434 Weitere Informationen über das Paket
23435 \series bold
23436  sidecap
23437 \series default
23438  finden Sie in seiner Dokumentation 
23439 \begin_inset CommandInset citation
23440 LatexCommand cite
23441 key "sidecap"
23442
23443 \end_inset
23444
23445 .
23446 \end_layout
23447
23448 \begin_layout Standard
23449 \begin_inset Note Greyedout
23450 status open
23451
23452 \begin_layout Plain Layout
23453
23454 \series bold
23455 Bemerkung:
23456 \series default
23457  Das LaTeX-Paket 
23458 \series bold
23459 hypcap
23460 \series default
23461
23462 \begin_inset Index
23463 status collapsed
23464
23465 \begin_layout Plain Layout
23466 LaTeX-Pakete ! hypcap
23467 \end_layout
23468
23469 \end_inset
23470
23471  das in Abschnitt
23472 \begin_inset Space ~
23473 \end_inset
23474
23475
23476 \begin_inset CommandInset ref
23477 LatexCommand ref
23478 reference "uab:Querverweis-Position"
23479
23480 \end_inset
23481
23482  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23483  Beschriftungen.
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \begin_layout Standard
23492 \begin_inset ERT
23493 status collapsed
23494
23495 \begin_layout Plain Layout
23496
23497
23498 \backslash
23499 FigBesBeg 
23500 \end_layout
23501
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \begin_layout Standard
23508 \begin_inset Float figure
23509 wide false
23510 sideways false
23511 status open
23512
23513 \begin_layout Plain Layout
23514 \begin_inset Graphics
23515         filename ../clipart/escher-lsd.eps
23516         scale 75
23517         scaleBeforeRotation
23518
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \begin_layout Plain Layout
23525 \begin_inset Caption
23526
23527 \begin_layout Plain Layout
23528 \begin_inset CommandInset label
23529 LatexCommand label
23530 name "abb:Beschriftung-neben"
23531
23532 \end_inset
23533
23534 Dies ist eine Beschriftung neben einer Abbildung.
23535 \end_layout
23536
23537 \end_inset
23538
23539
23540 \end_layout
23541
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \begin_layout Standard
23548 \begin_inset ERT
23549 status collapsed
23550
23551 \begin_layout Plain Layout
23552
23553
23554 \backslash
23555 TabBesBeg 
23556 \end_layout
23557
23558 \end_inset
23559
23560
23561 \end_layout
23562
23563 \begin_layout Standard
23564 \begin_inset Float table
23565 wide false
23566 sideways false
23567 status open
23568
23569 \begin_layout Plain Layout
23570 \begin_inset Caption
23571
23572 \begin_layout Plain Layout
23573 \begin_inset CommandInset label
23574 LatexCommand label
23575 name "tab:cap-beside-tab"
23576
23577 \end_inset
23578
23579 Dies ist eine Beschriftung neben einer Tabelle.
23580 \end_layout
23581
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \begin_layout Plain Layout
23588 \begin_inset Tabular
23589 <lyxtabular version="3" rows="4" columns="5">
23590 <features>
23591 <column alignment="center" valignment="top" width="0">
23592 <column alignment="center" valignment="top" width="0">
23593 <column alignment="center" valignment="top" width="0">
23594 <column alignment="center" valignment="top" width="0">
23595 <column alignment="center" valignment="top" width="0">
23596 <row>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 a
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 b
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 c
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657 d
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675 e
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 </row>
23690 <row>
23691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695 f
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 g
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 h
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
23738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 i
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 j
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 </row>
23784 </lyxtabular>
23785
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792
23793
23794 \end_layout
23795
23796 \begin_layout Standard
23797 \begin_inset ERT
23798 status collapsed
23799
23800 \begin_layout Plain Layout
23801
23802
23803 \backslash
23804 TabBesEnd
23805 \end_layout
23806
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \begin_layout Standard
23813 \begin_inset ERT
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817
23818
23819 \backslash
23820 sidecaptionvpos{figure}{c}
23821 \end_layout
23822
23823 \end_inset
23824
23825
23826 \begin_inset Float figure
23827 wide false
23828 sideways false
23829 status open
23830
23831 \begin_layout Plain Layout
23832 \begin_inset Graphics
23833         filename ../clipart/escher-lsd.eps
23834         scale 75
23835         scaleBeforeRotation
23836
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \begin_layout Plain Layout
23843 \begin_inset Caption
23844
23845 \begin_layout Plain Layout
23846 \begin_inset CommandInset label
23847 LatexCommand label
23848 name "abb:cap-beside-fig-2"
23849
23850 \end_inset
23851
23852 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23853 \end_layout
23854
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \begin_layout Standard
23866 \begin_inset ERT
23867 status collapsed
23868
23869 \begin_layout Plain Layout
23870
23871
23872 \backslash
23873 FigBesEnd
23874 \end_layout
23875
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \begin_layout Standard
23882 \begin_inset ERT
23883 status collapsed
23884
23885 \begin_layout Plain Layout
23886
23887
23888 \backslash
23889 else
23890 \end_layout
23891
23892 \end_inset
23893
23894
23895 \begin_inset Note Note
23896 status open
23897
23898 \begin_layout Plain Layout
23899 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23900 \series bold
23901 sidecap
23902 \series default
23903  nicht installiert ist:
23904 \end_layout
23905
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \begin_layout Standard
23912 Das LaTeX-Paket 
23913 \series bold
23914 sidecap
23915 \series default
23916  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23917 \end_layout
23918
23919 \begin_layout Standard
23920 \begin_inset ERT
23921 status collapsed
23922
23923 \begin_layout Plain Layout
23924
23925
23926 \backslash
23927 fi
23928 \end_layout
23929
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \begin_layout Section
23936 Gleitobjekt-Verzeichnisse
23937 \begin_inset CommandInset label
23938 LatexCommand label
23939 name "abs:Gleitobjekt-Verzeichnisse"
23940
23941 \end_inset
23942
23943
23944 \begin_inset Index
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948 Gleitobjekte ! Verzeichnisse
23949 \end_layout
23950
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \begin_layout Standard
23957 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23958  Sie können mit den Untermenüs von 
23959 \family sans
23960 Einfügen\SpecialChar \menuseparator
23961 Liste
23962 \begin_inset Space ~
23963 \end_inset
23964
23965 /
23966 \begin_inset Space ~
23967 \end_inset
23968
23969 Inhaltsverzeichnis
23970 \family default
23971  eingefügt werden.
23972 \end_layout
23973
23974 \begin_layout Standard
23975 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23976  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23977 \end_layout
23978
23979 \begin_layout Standard
23980 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23981  und ein Tabellen-Verzeichnis.
23982 \end_layout
23983
23984 \begin_layout Chapter
23985 Notizen
23986 \end_layout
23987
23988 \begin_layout Section
23989 LyX-Notizen
23990 \begin_inset CommandInset label
23991 LatexCommand label
23992 name "abs:LyX-Notizen"
23993
23994 \end_inset
23995
23996
23997 \begin_inset Index
23998 status collapsed
23999
24000 \begin_layout Plain Layout
24001 Notizen ! LyX-Notizen
24002 \end_layout
24003
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \begin_layout Standard
24010 Notizen werden mit einem Klick auf 
24011 \begin_inset Graphics
24012         filename ../../images/note-insert.png
24013         scale 85
24014         scaleBeforeRotation
24015         BoundingBox 0bp 6bp 22bp 22bp
24016
24017 \end_inset
24018
24019  oder 
24020 \family sans
24021 Einfügen\SpecialChar \menuseparator
24022 Notiz
24023 \family default
24024  eingefügt.
24025  Es gibt drei Arten:
24026 \end_layout
24027
24028 \begin_layout Description
24029 LyX-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
24030  Eine 
24031 \family sans
24032 LyX-Notiz
24033 \family default
24034  sieht so aus:
24035 \begin_inset Newline newline
24036 \end_inset
24037
24038
24039 \begin_inset Newline newline
24040 \end_inset
24041
24042
24043 \begin_inset Graphics
24044         filename clipart/LyXNotizQt4.png
24045         display none
24046         scale 60
24047         scaleBeforeRotation
24048
24049 \end_inset
24050
24051  
24052 \begin_inset Note Note
24053 status open
24054
24055 \begin_layout Plain Layout
24056 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24057 \end_layout
24058
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \begin_layout Description
24065 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
24066 men\SpecialChar \-
24067 tar,
24068  wenn Sie das Dokument nach LaTeX exportieren (
24069 \family sans
24070 Datei\SpecialChar \menuseparator
24071 Ex\SpecialChar \-
24072 por\SpecialChar \-
24073 tie\SpecialChar \-
24074 ren\SpecialChar \menuseparator
24075 LaTe
24076 \begin_inset ERT
24077 status collapsed
24078
24079 \begin_layout Plain Layout
24080
24081 {}
24082 \end_layout
24083
24084 \end_inset
24085
24086 X (pdflatex) / (plain)
24087 \family default
24088 .
24089  Ein Kommentar sieht so aus:
24090 \begin_inset Newline newline
24091 \end_inset
24092
24093
24094 \begin_inset Newline newline
24095 \end_inset
24096
24097
24098 \begin_inset Graphics
24099         filename clipart/KommentarQt4.png
24100         display none
24101         scale 60
24102         scaleBeforeRotation
24103
24104 \end_inset
24105
24106  
24107 \begin_inset Note Comment
24108 status open
24109
24110 \begin_layout Plain Layout
24111 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \begin_layout Description
24120 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24121 \begin_inset Newline newline
24122 \end_inset
24123
24124
24125 \begin_inset Newline newline
24126 \end_inset
24127
24128
24129 \begin_inset Graphics
24130         filename clipart/GrauschriftNotizQt4.png
24131         display none
24132         scale 60
24133         scaleBeforeRotation
24134
24135 \end_inset
24136
24137
24138 \begin_inset Newline newline
24139 \end_inset
24140
24141
24142 \begin_inset ERT
24143 status collapsed
24144
24145 \begin_layout Plain Layout
24146
24147
24148 \backslash
24149 renewenvironment{lyxgreyedout}
24150 \end_layout
24151
24152 \begin_layout Plain Layout
24153
24154 {
24155 \backslash
24156 textcolor[gray]{0.4}
24157 \backslash
24158 bgroup}{
24159 \backslash
24160 egroup}
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \begin_inset Note Greyedout
24167 status open
24168
24169 \begin_layout Plain Layout
24170 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24171 \begin_inset Foot
24172 status open
24173
24174 \begin_layout Plain Layout
24175 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24176 \end_layout
24177
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \end_inset
24184
24185
24186 \begin_inset ERT
24187 status collapsed
24188
24189 \begin_layout Plain Layout
24190
24191
24192 \backslash
24193 renewenvironment{lyxgreyedout}
24194 \end_layout
24195
24196 \begin_layout Plain Layout
24197
24198 {
24199 \backslash
24200 textcolor{blue}
24201 \backslash
24202 bgroup}{
24203 \backslash
24204 egroup}
24205 \end_layout
24206
24207 \end_inset
24208
24209
24210 \begin_inset Note Note
24211 status collapsed
24212
24213 \begin_layout Plain Layout
24214 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
24215  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
24216  definiert wurden.
24217  
24218 \end_layout
24219
24220 \end_inset
24221
24222
24223 \begin_inset Newline newline
24224 \end_inset
24225
24226
24227 \begin_inset Newline newline
24228 \end_inset
24229
24230 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
24231  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
24232 \end_layout
24233
24234 \begin_layout Description
24235 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
24236 \begin_inset Newline newline
24237 \end_inset
24238
24239
24240 \begin_inset Newline newline
24241 \end_inset
24242
24243
24244 \begin_inset Graphics
24245         filename clipart/GerahmteNotizQt4.png
24246         display none
24247         scale 60
24248         scaleBeforeRotation
24249
24250 \end_inset
24251
24252
24253 \begin_inset Box Framed
24254 position "t"
24255 hor_pos "c"
24256 has_inner_box 0
24257 inner_pos "t"
24258 use_parbox 0
24259 width "100col%"
24260 special "none"
24261 height "1in"
24262 height_special "totalheight"
24263 status open
24264
24265 \begin_layout Plain Layout
24266 Dies ist eine Notiz, die gerahmt gedruckt wird.
24267 \end_layout
24268
24269 \end_inset
24270
24271 Im Gegensatz zu gerahmten Boxen
24272 \begin_inset Foot
24273 status open
24274
24275 \begin_layout Plain Layout
24276 Gerahmte Boxen werden in Abschnitt
24277 \begin_inset Space ~
24278 \end_inset
24279
24280
24281 \begin_inset CommandInset ref
24282 LatexCommand ref
24283 reference "abs:Gerahmte-Boxen"
24284
24285 \end_inset
24286
24287  beschrieben.
24288 \end_layout
24289
24290 \end_inset
24291
24292  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
24293  Notiz ist ein Absatz für sich.
24294  
24295 \end_layout
24296
24297 \begin_layout Description
24298 Schattiert: Diese Notiz müsste eigentlich 
24299 \family sans
24300 farbig
24301 \family default
24302  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
24303 \family sans
24304 Werkzeuge\SpecialChar \menuseparator
24305 Einstellungen\SpecialChar \menuseparator
24306 Farben\SpecialChar \menuseparator
24307 Schat\SpecialChar \-
24308 tier\SpecialChar \-
24309 te
24310 \begin_inset Space \space{}
24311 \end_inset
24312
24313 Box
24314 \family default
24315  definiert ist, und sieht so aus:
24316 \begin_inset Newline newline
24317 \end_inset
24318
24319
24320 \begin_inset Newline newline
24321 \end_inset
24322
24323
24324 \begin_inset Graphics
24325         filename clipart/SchattierteNotizQt4.png
24326         display none
24327         scale 60
24328         scaleBeforeRotation
24329
24330 \end_inset
24331
24332
24333 \begin_inset Box Shaded
24334 position "t"
24335 hor_pos "c"
24336 has_inner_box 0
24337 inner_pos "t"
24338 use_parbox 0
24339 width "100col%"
24340 special "none"
24341 height "1in"
24342 height_special "totalheight"
24343 status open
24344
24345 \begin_layout Plain Layout
24346 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
24347 \end_layout
24348
24349 \end_inset
24350
24351 Im Gegensatz zu farbigen Boxen
24352 \begin_inset Foot
24353 status collapsed
24354
24355 \begin_layout Plain Layout
24356 Farbige Boxen werden in Abschnitt
24357 \begin_inset Space ~
24358 \end_inset
24359
24360
24361 \begin_inset CommandInset ref
24362 LatexCommand ref
24363 reference "abs:Farbige-Boxen"
24364
24365 \end_inset
24366
24367  beschrieben.
24368 \end_layout
24369
24370 \end_inset
24371
24372  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
24373  die Notiz ist ein Absatz für sich.
24374 \end_layout
24375
24376 \begin_layout Standard
24377 \begin_inset VSpace bigskip
24378 \end_inset
24379
24380 Wenn Sie auf den Werzeugleistenknopf 
24381 \begin_inset Graphics
24382         filename ../../images/note-insert.png
24383         scale 85
24384         scaleBeforeRotation
24385         BoundingBox 0bp 6bp 22bp 22bp
24386
24387 \end_inset
24388
24389  klicken, wird zunächst eine 
24390 \family sans
24391 LyX-Notiz
24392 \family default
24393  eingefügt.
24394  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24395  anderen Möglichkeiten auswählen.
24396  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24397  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24398  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace Taste, wenn
24399  der Cursor am Beginn der Notiz ist oder die Entfernen Taste, wenn der Cursor
24400  am Ende der Notiz ist.
24401 \end_layout
24402
24403 \begin_layout Standard
24404 \begin_inset VSpace bigskip
24405 \end_inset
24406
24407 Die Textfarbe der 
24408 \family sans
24409 Grauschrift
24410 \family default
24411 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
24412 \end_layout
24413
24414 \begin_layout Standard
24415
24416 \series bold
24417
24418 \backslash
24419 renewenvironment{lyxgreyedout}
24420 \begin_inset Newline newline
24421 \end_inset
24422
24423
24424 \begin_inset ERT
24425 status collapsed
24426
24427 \begin_layout Plain Layout
24428
24429
24430 \backslash
24431 hphantom{ }
24432 \end_layout
24433
24434 \end_inset
24435
24436 {
24437 \backslash
24438 textcolor{color}
24439 \backslash
24440 bgroup}{
24441 \backslash
24442 egroup}
24443 \end_layout
24444
24445 \begin_layout Standard
24446 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24447 \begin_inset Space ~
24448 \end_inset
24449
24450
24451 \begin_inset CommandInset ref
24452 LatexCommand ref
24453 reference "abs:Farbige-Tabellen"
24454
24455 \end_inset
24456
24457  beschrieben.
24458  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 \begin_inset VSpace bigskip
24463 \end_inset
24464
24465 Der Textstil von 
24466 \family sans
24467 Eingerahmt
24468 \family default
24469  und 
24470 \family sans
24471 Schattiert
24472 \family default
24473  kann im 
24474 \family sans
24475 Textstil
24476 \family default
24477  Dialog eingestellt werden.
24478 \end_layout
24479
24480 \begin_layout Standard
24481 Die Standard-Rahmenbreite für 
24482 \family sans
24483 Eingerahmt
24484 \family default
24485  ist 0.4
24486 \begin_inset Space \thinspace{}
24487 \end_inset
24488
24489 pt; sie kann mit 
24490 \series bold
24491
24492 \backslash
24493 FrameRule
24494 \series default
24495  geändert werden.
24496  Der Standard-Abstand zwischen Rahmen und Text ist 9
24497 \begin_inset Space \thinspace{}
24498 \end_inset
24499
24500 pt; er kann mit 
24501 \series bold
24502
24503 \backslash
24504 FrameSep
24505 \series default
24506  geändert werden.
24507  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
24508  als TeX-Code geändert:
24509 \end_layout
24510
24511 \begin_layout Standard
24512
24513 \series bold
24514
24515 \backslash
24516 FrameRule 5pt 
24517 \backslash
24518 FrameSep 0.5cm
24519 \end_layout
24520
24521 \begin_layout Standard
24522 \begin_inset ERT
24523 status collapsed
24524
24525 \begin_layout Plain Layout
24526
24527
24528 \backslash
24529 FrameRule 5pt 
24530 \backslash
24531 FrameSep 0.5cm
24532 \end_layout
24533
24534 \end_inset
24535
24536
24537 \begin_inset Box Framed
24538 position "t"
24539 hor_pos "c"
24540 has_inner_box 0
24541 inner_pos "t"
24542 use_parbox 0
24543 width "100col%"
24544 special "none"
24545 height "1in"
24546 height_special "totalheight"
24547 status open
24548
24549 \begin_layout Plain Layout
24550 Dies ist Text in einem anderen Rahmen.
24551 \end_layout
24552
24553 \end_inset
24554
24555
24556 \end_layout
24557
24558 \begin_layout Standard
24559 \begin_inset ERT
24560 status collapsed
24561
24562 \begin_layout Plain Layout
24563
24564
24565 \backslash
24566 FrameRule 0.4pt 
24567 \backslash
24568 FrameSep 9pt
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout Standard
24577 \begin_inset VSpace bigskip
24578 \end_inset
24579
24580 Für 
24581 \family sans
24582 Schattiert
24583 \family default
24584  beträgt der Abstand zwischen Rand und Text 3
24585 \begin_inset Space \thinspace{}
24586 \end_inset
24587
24588 pt; er kann mit 
24589 \series bold
24590
24591 \backslash
24592 fboxsep
24593 \series default
24594  geändert werden.
24595  Die Standard-Hintergrundfarbe ist rot und kann mit 
24596 \series bold
24597
24598 \backslash
24599 definecolor{shadebox}
24600 \series default
24601  oder 
24602 \family sans
24603 Werkzeuge\SpecialChar \menuseparator
24604 Einstellungen\SpecialChar \menuseparator
24605 Farben\SpecialChar \menuseparator
24606 Schattierte
24607 \begin_inset Space ~
24608 \end_inset
24609
24610 Box
24611 \family default
24612  geändert werden.
24613  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24614 \begin_inset Space ~
24615 \end_inset
24616
24617
24618 \begin_inset CommandInset ref
24619 LatexCommand ref
24620 reference "abs:Farbige-Tabellen"
24621
24622 \end_inset
24623
24624  beschrieben
24625 \begin_inset Foot
24626 status collapsed
24627
24628 \begin_layout Plain Layout
24629
24630 \series bold
24631
24632 \backslash
24633 definecolor
24634 \series default
24635  benötigt LaTeX-Paket 
24636 \series bold
24637 color
24638 \series default
24639
24640 \begin_inset Index
24641 status collapsed
24642
24643 \begin_layout Plain Layout
24644 LaTeX-Pakete ! color
24645 \end_layout
24646
24647 \end_inset
24648
24649  im LaTeX-Vorspann, siehe Abschnitt
24650 \begin_inset Space ~
24651 \end_inset
24652
24653
24654 \begin_inset CommandInset ref
24655 LatexCommand ref
24656 reference "abs:Farbige-Boxen"
24657
24658 \end_inset
24659
24660 .
24661 \end_layout
24662
24663 \end_inset
24664
24665 .
24666 \end_layout
24667
24668 \begin_layout Standard
24669 Für das folgende Beispiel wurden folgende TeX-Code-Befehle verwendet:
24670 \end_layout
24671
24672 \begin_layout Standard
24673
24674 \series bold
24675
24676 \backslash
24677 fboxsep 0.5cm
24678 \begin_inset Newline newline
24679 \end_inset
24680
24681
24682 \backslash
24683 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24684 \end_layout
24685
24686 \begin_layout Standard
24687 \begin_inset ERT
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691
24692
24693 \backslash
24694 fboxsep 0.5cm
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \begin_inset ERT
24701 status collapsed
24702
24703 \begin_layout Plain Layout
24704
24705
24706 \backslash
24707 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24708 \end_layout
24709
24710 \end_inset
24711
24712
24713 \begin_inset Box Shaded
24714 position "t"
24715 hor_pos "c"
24716 has_inner_box 0
24717 inner_pos "t"
24718 use_parbox 0
24719 width "100col%"
24720 special "none"
24721 height "1in"
24722 height_special "totalheight"
24723 status open
24724
24725 \begin_layout Plain Layout
24726
24727 \color yellow
24728 Dies ist gelber Text auf dunkelgrünem Hintergrund.
24729 \end_layout
24730
24731 \end_inset
24732
24733
24734 \end_layout
24735
24736 \begin_layout Standard
24737 \begin_inset ERT
24738 status collapsed
24739
24740 \begin_layout Plain Layout
24741
24742
24743 \backslash
24744 fboxsep 3pt
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \begin_inset ERT
24751 status collapsed
24752
24753 \begin_layout Plain Layout
24754
24755
24756 \backslash
24757 definecolor{shadecolor}{rgb}{1,0,0}
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \begin_layout Section
24766 Fußnoten
24767 \begin_inset CommandInset label
24768 LatexCommand label
24769 name "abs:Fußnoten"
24770
24771 \end_inset
24772
24773
24774 \begin_inset Index
24775 status collapsed
24776
24777 \begin_layout Plain Layout
24778 Notizen ! Fußnoten
24779 \end_layout
24780
24781 \end_inset
24782
24783
24784 \begin_inset Index
24785 status collapsed
24786
24787 \begin_layout Plain Layout
24788 Fußnoten
24789 \end_layout
24790
24791 \end_inset
24792
24793
24794 \end_layout
24795
24796 \begin_layout Standard
24797 Zu dem, was bereits im 
24798 \emph on
24799 Benutzerhandbuch
24800 \emph default
24801  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24802 \color black
24803
24804 \begin_inset Foot
24805 status open
24806
24807 \begin_layout Plain Layout
24808
24809 \color black
24810 \begin_inset CommandInset label
24811 LatexCommand label
24812 name "fuss:Fußnoten-Beispiel"
24813
24814 \end_inset
24815
24816 Dies ist eine Fußnote.
24817 \end_layout
24818
24819 \end_inset
24820
24821
24822 \end_layout
24823
24824 \begin_layout Standard
24825 \begin_inset ERT
24826 status collapsed
24827
24828 \begin_layout Plain Layout
24829
24830
24831 \backslash
24832 newcounter{MyRepeatFoot}
24833 \end_layout
24834
24835 \begin_layout Plain Layout
24836
24837
24838 \backslash
24839 setcounter{MyRepeatFoot}{
24840 \backslash
24841 thefootnote}
24842 \end_layout
24843
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \begin_layout Standard
24850 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24851  wurde, eine hochgestellte Zahl.
24852  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24853  hochgestellt dem Text vorangeht.
24854  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24855  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24856  werden.
24857 \end_layout
24858
24859 \begin_layout Standard
24860 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24861  der Fußnote eine Marke eingefügt wurde.
24862  Dies ist ein Querverweis auf Fußnote
24863 \begin_inset Space ~
24864 \end_inset
24865
24866
24867 \begin_inset CommandInset ref
24868 LatexCommand ref
24869 reference "fuss:Fußnoten-Beispiel"
24870
24871 \end_inset
24872
24873 .
24874 \end_layout
24875
24876 \begin_layout Standard
24877 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24878  siehe Abschnitt
24879 \begin_inset Space ~
24880 \end_inset
24881
24882
24883 \begin_inset CommandInset ref
24884 LatexCommand ref
24885 reference "abs:Minipage"
24886
24887 \end_inset
24888
24889 .
24890  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24891 \begin_inset Space ~
24892 \end_inset
24893
24894
24895 \begin_inset CommandInset ref
24896 LatexCommand ref
24897 reference "uab:Fußnoten-in-langen"
24898
24899 \end_inset
24900
24901  beschrieben.
24902 \end_layout
24903
24904 \begin_layout Standard
24905 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24906  TeX-Code-Befehl 
24907 \series bold
24908
24909 \backslash
24910 footnotemark[Nummer]
24911 \series default
24912  benutzen.
24913  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24914  mal gedruckt wird.
24915 \end_layout
24916
24917 \begin_layout Standard
24918 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24919  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24920  Hinter Fußnote
24921 \begin_inset Space ~
24922 \end_inset
24923
24924
24925 \begin_inset CommandInset ref
24926 LatexCommand ref
24927 reference "fuss:Fußnoten-Beispiel"
24928
24929 \end_inset
24930
24931  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24932 \end_layout
24933
24934 \begin_layout Standard
24935
24936 \series bold
24937
24938 \backslash
24939 newcounter{MyRepeatFoot}
24940 \begin_inset Newline newline
24941 \end_inset
24942
24943
24944 \backslash
24945 setcounter{MyRepeatFoot}{
24946 \backslash
24947 thefootnote}
24948 \end_layout
24949
24950 \begin_layout Standard
24951 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24952 \end_layout
24953
24954 \begin_layout Standard
24955
24956 \series bold
24957
24958 \backslash
24959 footnotemark[
24960 \backslash
24961 theMyRepeatFoot]
24962 \end_layout
24963
24964 \begin_layout Standard
24965 Hier ist ein Beispiel für eine Fußnotenmarke:
24966 \family roman
24967 \series medium
24968 \bar no
24969
24970 \begin_inset ERT
24971 status collapsed
24972
24973 \begin_layout Plain Layout
24974
24975
24976 \backslash
24977 footnotemark[
24978 \backslash
24979 theMyRepeatFoot]
24980 \end_layout
24981
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \begin_layout Subsection
24988 Fußnoten-Nummerierung
24989 \begin_inset CommandInset label
24990 LatexCommand label
24991 name "uab:Fußnoten-Nummerierung"
24992
24993 \end_inset
24994
24995
24996 \begin_inset Index
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 Fußnoten ! Nummerierung
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 Um Fußnoten nach jedem Abschnitt
25010 \family roman
25011  auf 1 zurückzusetzen, 
25012 \family default
25013 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25014 \end_layout
25015
25016 \begin_layout Standard
25017
25018 \series bold
25019
25020 \backslash
25021 @addtoreset{footnote}{section}
25022 \end_layout
25023
25024 \begin_layout Standard
25025 \begin_inset VSpace bigskip
25026 \end_inset
25027
25028 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25029  Zahlen:
25030 \end_layout
25031
25032 \begin_layout Standard
25033
25034 \series bold
25035
25036 \backslash
25037 renewcommand{
25038 \backslash
25039 thefootnote}{
25040 \backslash
25041 roman{footnote}}
25042 \end_layout
25043
25044 \begin_layout Standard
25045 \begin_inset ERT
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049
25050
25051 \backslash
25052 renewcommand{
25053 \backslash
25054 thefootnote}{
25055 \backslash
25056 roman{footnote}}
25057 \end_layout
25058
25059 \end_inset
25060
25061  Hier ist ein Beispiel für solch eine Fußnote:
25062 \begin_inset Foot
25063 status open
25064
25065 \begin_layout Plain Layout
25066 Dies ist eine Fußnote mit kleinen römischen Zahlen
25067 \end_layout
25068
25069 \end_inset
25070
25071
25072 \end_layout
25073
25074 \begin_layout Standard
25075 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
25076  Sie in obigem Befehl 
25077 \series bold
25078
25079 \backslash
25080 roman
25081 \series default
25082  durch 
25083 \series bold
25084
25085 \backslash
25086 Roman
25087 \series default
25088 .
25089  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25090 \begin_inset Quotes gld
25091 \end_inset
25092
25093 nummerieren
25094 \begin_inset Quotes grd
25095 \end_inset
25096
25097 , verwenden Sie die Befehle 
25098 \series bold
25099
25100 \backslash
25101 Alph
25102 \series default
25103  bzw.
25104 \begin_inset Space ~
25105 \end_inset
25106
25107
25108 \series bold
25109
25110 \backslash
25111 alph
25112 \series default
25113 .
25114  Für die 
25115 \begin_inset Quotes gld
25116 \end_inset
25117
25118 Nummerierung
25119 \begin_inset Quotes grd
25120 \end_inset
25121
25122  mit Symbolen steht der Befehl 
25123 \series bold
25124
25125 \backslash
25126 fnsymbol
25127 \series default
25128  zur Verfügung.
25129 \end_layout
25130
25131 \begin_layout Standard
25132 \begin_inset Note Greyedout
25133 status open
25134
25135 \begin_layout Plain Layout
25136
25137 \series bold
25138 Bemerkung 1:
25139 \series default
25140  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25141  
25142 \emph on
25143 ein
25144 \emph default
25145  Buchstabe verwendet wird.
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \begin_inset Newline newline
25152 \end_inset
25153
25154
25155 \begin_inset Note Greyedout
25156 status open
25157
25158 \begin_layout Plain Layout
25159
25160 \series bold
25161 Bemerkung 2:
25162 \series default
25163  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \begin_layout Standard
25172 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25173 \series bold
25174
25175 \backslash
25176 arabic
25177 \series default
25178  anstelle von 
25179 \series bold
25180
25181 \backslash
25182 roman
25183 \series default
25184  in obigem Befehl.
25185 \begin_inset ERT
25186 status collapsed
25187
25188 \begin_layout Plain Layout
25189
25190
25191 \backslash
25192 renewcommand{
25193 \backslash
25194 thefootnote}{
25195 \backslash
25196 arabic{footnote}}
25197 \end_layout
25198
25199 \end_inset
25200
25201
25202 \end_layout
25203
25204 \begin_layout Standard
25205 \begin_inset VSpace bigskip
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \begin_layout Standard
25212 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25213 \begin_inset Quotes gld
25214 \end_inset
25215
25216 Kapitel.Fußnote
25217 \begin_inset Quotes grd
25218 \end_inset
25219
25220  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25221 \end_layout
25222
25223 \begin_layout Standard
25224
25225 \series bold
25226
25227 \backslash
25228 numberwithin{footnote}{chapter}
25229 \end_layout
25230
25231 \begin_layout Standard
25232 Um 
25233 \series bold
25234
25235 \backslash
25236 numberwithin
25237 \series default
25238  benutzen zu können, muss in den 
25239 \family sans
25240 Mathe
25241 \begin_inset Space ~
25242 \end_inset
25243
25244 Optionen
25245 \family default
25246  der 
25247 \family sans
25248 Dokument-Einstellungen
25249 \family default
25250  
25251 \family sans
25252 AMS
25253 \begin_inset Space ~
25254 \end_inset
25255
25256 Mathe
25257 \begin_inset Space ~
25258 \end_inset
25259
25260 Paket
25261 \family default
25262
25263 \begin_inset Space ~
25264 \end_inset
25265
25266
25267 \family sans
25268 verwenden
25269 \family default
25270  angekreuzt sein.
25271 \begin_inset ERT
25272 status collapsed
25273
25274 \begin_layout Plain Layout
25275
25276
25277 \backslash
25278 numberwithin{footnote}{chapter}
25279 \end_layout
25280
25281 \end_inset
25282
25283  Hier ist ein Beispiel für solch eine Fußnote.
25284 \series bold
25285
25286 \begin_inset Foot
25287 status open
25288
25289 \begin_layout Plain Layout
25290 Dies ist eine Fußnote nach dem Schema 
25291 \begin_inset Quotes gld
25292 \end_inset
25293
25294 Kapitel.Fußnote
25295 \begin_inset Quotes grd
25296 \end_inset
25297
25298 .
25299 \end_layout
25300
25301 \end_inset
25302
25303
25304 \series default
25305
25306 \begin_inset ERT
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310
25311
25312 \backslash
25313 numberwithin{footnote}{part}
25314 \end_layout
25315
25316 \end_inset
25317
25318
25319 \end_layout
25320
25321 \begin_layout Standard
25322 \begin_inset Note Greyedout
25323 status open
25324
25325 \begin_layout Plain Layout
25326
25327 \series bold
25328 Bemerkung:
25329 \series default
25330  
25331 \series bold
25332
25333 \backslash
25334 numberwithin
25335 \series default
25336  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25337  werden überschrieben.
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \begin_layout Standard
25346 Um also z.
25347 \begin_inset Space \thinspace{}
25348 \end_inset
25349
25350 B.
25351  das Schema 
25352 \begin_inset Quotes gld
25353 \end_inset
25354
25355 Kapitel.
25356 \backslash
25357 Roman{footnote}
25358 \begin_inset Quotes grd
25359 \end_inset
25360
25361  zu erhalten, muss dieser Befehl anstelle von 
25362 \series bold
25363
25364 \backslash
25365 numberwithin
25366 \series default
25367  verwendet werden:
25368 \end_layout
25369
25370 \begin_layout Standard
25371
25372 \series bold
25373
25374 \backslash
25375 renewcommand{
25376 \backslash
25377 thefootnote}{
25378 \backslash
25379 thechapter.
25380 \backslash
25381 Roman{footnote}}
25382 \end_layout
25383
25384 \begin_layout Subsection
25385 Fußnoten-Platzierung
25386 \begin_inset Index
25387 status collapsed
25388
25389 \begin_layout Plain Layout
25390 Fußnoten ! Platzierung
25391 \end_layout
25392
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \begin_layout Standard
25399 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25400  ohne Zwischenraum am Ende der Seite gedruckt.
25401  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25402  LaTeX-Vorspann 1.5
25403 \begin_inset Space \thinspace{}
25404 \end_inset
25405
25406 mm Zwischenraum einfügen:
25407 \end_layout
25408
25409 \begin_layout Standard
25410
25411 \series bold
25412
25413 \backslash
25414 let
25415 \backslash
25416 myFoot
25417 \backslash
25418 footnote
25419 \begin_inset Newline newline
25420 \end_inset
25421
25422
25423 \backslash
25424 renewcommand{
25425 \backslash
25426 footnote}[1]{
25427 \backslash
25428 myFoot{#1
25429 \backslash
25430 vspace{1.5mm}}}
25431 \end_layout
25432
25433 \begin_layout Standard
25434 \begin_inset VSpace bigskip
25435 \end_inset
25436
25437 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25438  Spalte gedruckt, Abbildung
25439 \begin_inset Space ~
25440 \end_inset
25441
25442
25443 \begin_inset CommandInset ref
25444 LatexCommand ref
25445 reference "abb:Standard-Fußnoten-Platzierung-in"
25446
25447 \end_inset
25448
25449 .
25450  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25451  in Abbildung
25452 \begin_inset Space ~
25453 \end_inset
25454
25455
25456 \begin_inset CommandInset ref
25457 LatexCommand ref
25458 reference "abb:Fußnoten-Platzierung-in-einem"
25459
25460 \end_inset
25461
25462 , müssen Sie das LaTeX-Paket 
25463 \series bold
25464 ftnright
25465 \series default
25466
25467 \begin_inset Index
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471 LaTeX-Pakete ! ftnright
25472 \end_layout
25473
25474 \end_inset
25475
25476  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25477 \end_layout
25478
25479 \begin_layout Standard
25480
25481 \series bold
25482
25483 \backslash
25484 usepackage{ftnright}
25485 \end_layout
25486
25487 \begin_layout Standard
25488 \begin_inset Float figure
25489 placement !h
25490 wide false
25491 sideways false
25492 status collapsed
25493
25494 \begin_layout Plain Layout
25495 \begin_inset ERT
25496 status collapsed
25497
25498 \begin_layout Plain Layout
25499
25500
25501 \backslash
25502 framebox{
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \begin_inset Graphics
25509         filename ../clipart/without_fntright.pdf
25510         width 100col%
25511         scaleBeforeRotation
25512
25513 \end_inset
25514
25515
25516 \begin_inset ERT
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520
25521 }
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Caption
25531
25532 \begin_layout Plain Layout
25533 \begin_inset CommandInset label
25534 LatexCommand label
25535 name "abb:Standard-Fußnoten-Platzierung-in"
25536
25537 \end_inset
25538
25539 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
25540 \begin_inset OptArg
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544 Standard Fußnoten-Platzierung in einem zweisp.
25545  Dokument
25546 \end_layout
25547
25548 \end_inset
25549
25550
25551 \end_layout
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \begin_layout Standard
25564 \begin_inset Float figure
25565 placement !h
25566 wide false
25567 sideways false
25568 status collapsed
25569
25570 \begin_layout Plain Layout
25571 \begin_inset ERT
25572 status collapsed
25573
25574 \begin_layout Plain Layout
25575
25576
25577 \backslash
25578 framebox{
25579 \end_layout
25580
25581 \end_inset
25582
25583
25584 \begin_inset Graphics
25585         filename ../clipart/with_fntright.pdf
25586         width 100col%
25587         scaleBeforeRotation
25588
25589 \end_inset
25590
25591
25592 \begin_inset ERT
25593 status collapsed
25594
25595 \begin_layout Plain Layout
25596
25597 }
25598 \end_layout
25599
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \begin_layout Plain Layout
25606 \begin_inset Caption
25607
25608 \begin_layout Plain Layout
25609 \begin_inset CommandInset label
25610 LatexCommand label
25611 name "abb:Fußnoten-Platzierung-in-einem"
25612
25613 \end_inset
25614
25615 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25616  
25617 \series bold
25618 ftnright
25619 \series default
25620 .
25621 \begin_inset OptArg
25622 status collapsed
25623
25624 \begin_layout Plain Layout
25625 Fußnoten-Platzierung mit 
25626 \family typewriter
25627 ftnright
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \begin_layout Standard
25646 \begin_inset VSpace bigskip
25647 \end_inset
25648
25649 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25650  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25651 \begin_inset Space ~
25652 \end_inset
25653
25654
25655 \begin_inset CommandInset ref
25656 LatexCommand ref
25657 reference "abb:endnotes----Die"
25658
25659 \end_inset
25660
25661  gedruckt.
25662  Man nennt sie dann 
25663 \emph on
25664 Endnoten
25665 \emph default
25666 .
25667 \begin_inset Index
25668 status collapsed
25669
25670 \begin_layout Plain Layout
25671 Endnoten
25672 \end_layout
25673
25674 \end_inset
25675
25676  Um das zu erreichen müssen Sie das LaTeX-Paket 
25677 \series bold
25678 endnotes
25679 \series default
25680
25681 \begin_inset Index
25682 status collapsed
25683
25684 \begin_layout Plain Layout
25685 LaTeX-Pakete ! endnotes
25686 \end_layout
25687
25688 \end_inset
25689
25690  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25691 \end_layout
25692
25693 \begin_layout Standard
25694
25695 \series bold
25696
25697 \backslash
25698 usepackage{endnotes}
25699 \begin_inset Newline newline
25700 \end_inset
25701
25702
25703 \backslash
25704 let
25705 \backslash
25706 footnote
25707 \backslash
25708 endnote
25709 \end_layout
25710
25711 \begin_layout Standard
25712 Um die gesammelten Fußnoten zu drucken fügen Sie den TeX-Code-Befehl
25713 \series bold
25714  
25715 \backslash
25716 theendnotes
25717 \series default
25718  am Ende des Abschnitts oder Kapitels ein.
25719 \end_layout
25720
25721 \begin_layout Standard
25722 \begin_inset Float figure
25723 wide false
25724 sideways false
25725 status collapsed
25726
25727 \begin_layout Plain Layout
25728 \align center
25729 \begin_inset ERT
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733
25734
25735 \backslash
25736 framebox{
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \begin_inset Graphics
25743         filename ../clipart/endnotes.pdf
25744         scaleBeforeRotation
25745
25746 \end_inset
25747
25748
25749 \begin_inset ERT
25750 status collapsed
25751
25752 \begin_layout Plain Layout
25753
25754 }
25755 \end_layout
25756
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \begin_layout Plain Layout
25763 \begin_inset Caption
25764
25765 \begin_layout Plain Layout
25766 \begin_inset CommandInset label
25767 LatexCommand label
25768 name "abb:endnotes----Die"
25769
25770 \end_inset
25771
25772
25773 \series bold
25774 endnotes
25775 \series default
25776  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25777  gedruckt.
25778 \begin_inset OptArg
25779 status collapsed
25780
25781 \begin_layout Plain Layout
25782 \begin_inset CommandInset label
25783 LatexCommand label
25784 name "abb:endnotes----Die"
25785
25786 \end_inset
25787
25788
25789 \series bold
25790 endnotes
25791 \series default
25792  -- Die Fußnoten werden am Ende gedruckt
25793 \end_layout
25794
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \end_inset
25806
25807
25808 \end_layout
25809
25810 \begin_layout Standard
25811 \begin_inset VSpace medskip
25812 \end_inset
25813
25814 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25815 ache übersetzt.
25816  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25817 \begin_inset Quotes gld
25818 \end_inset
25819
25820 Notes 
25821 \begin_inset Quotes grd
25822 \end_inset
25823
25824 in 
25825 \begin_inset Quotes gld
25826 \end_inset
25827
25828 Anmerkungen
25829 \begin_inset Quotes grd
25830 \end_inset
25831
25832 :
25833 \end_layout
25834
25835 \begin_layout Standard
25836
25837 \series bold
25838
25839 \backslash
25840 renewcommand{
25841 \backslash
25842 notesname}{Anmerkungen}
25843 \end_layout
25844
25845 \begin_layout Standard
25846 \begin_inset VSpace medskip
25847 \end_inset
25848
25849 Wenn Sie in den Befehlen von Abschnitt
25850 \begin_inset Space ~
25851 \end_inset
25852
25853
25854 \begin_inset CommandInset ref
25855 LatexCommand ref
25856 reference "uab:Fußnoten-Nummerierung"
25857
25858 \end_inset
25859
25860  
25861 \series bold
25862
25863 \backslash
25864 thefootnote
25865 \series default
25866  durch 
25867 \series bold
25868
25869 \backslash
25870 theendnote
25871 \series default
25872  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25873  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25874 \series bold
25875
25876 \backslash
25877 @addtoreset
25878 \series default
25879  wie in Abschnitt
25880 \begin_inset Space \space{}
25881 \end_inset
25882
25883
25884 \begin_inset CommandInset ref
25885 LatexCommand ref
25886 reference "uab:Fußnoten-Nummerierung"
25887
25888 \end_inset
25889
25890  beschrieben und ersetzen 
25891 \series bold
25892 footnote
25893 \series default
25894  durch 
25895 \series bold
25896 endnote
25897 \series default
25898 .
25899 \end_layout
25900
25901 \begin_layout Standard
25902 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25903  
25904 \series bold
25905
25906 \backslash
25907 endnotemark[Nummer]
25908 \series default
25909  ähnlich wie 
25910 \series bold
25911
25912 \backslash
25913 footnotemark
25914 \series default
25915  Abschnitt
25916 \begin_inset Space ~
25917 \end_inset
25918
25919
25920 \begin_inset CommandInset ref
25921 LatexCommand ref
25922 reference "abs:Fußnoten"
25923
25924 \end_inset
25925
25926 .
25927 \end_layout
25928
25929 \begin_layout Standard
25930 \begin_inset VSpace bigskip
25931 \end_inset
25932
25933 Mit dem LaTeX-Paket 
25934 \series bold
25935 footmisc
25936 \series default
25937
25938 \begin_inset Index
25939 status collapsed
25940
25941 \begin_layout Plain Layout
25942 LaTeX-Pakete ! footmisc
25943 \end_layout
25944
25945 \end_inset
25946
25947  (
25948 \begin_inset CommandInset citation
25949 LatexCommand cite
25950 key "footmisc"
25951
25952 \end_inset
25953
25954 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25955 \end_layout
25956
25957 \begin_layout Standard
25958 In LaTeX-Büchern, 
25959 \begin_inset CommandInset citation
25960 LatexCommand cite
25961 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25962
25963 \end_inset
25964
25965 , finden Sie weiteres zu Fußnoten.
25966 \end_layout
25967
25968 \begin_layout Section
25969 Randnotizen
25970 \begin_inset Index
25971 status collapsed
25972
25973 \begin_layout Plain Layout
25974 Randnotizen
25975 \end_layout
25976
25977 \end_inset
25978
25979
25980 \begin_inset Index
25981 status collapsed
25982
25983 \begin_layout Plain Layout
25984 Notizen ! Randnotizen
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \begin_layout Standard
25993 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25994  Sie fügen sie mit einem Klick auf den Schalter 
25995 \begin_inset Graphics
25996         filename ../../images/marginalnote-insert.png
25997         scale 70
25998         scaleBeforeRotation
25999         BoundingBox 0bp 0bp 22bp 22bp
26000
26001 \end_inset
26002
26003  oder über 
26004 \family sans
26005 Einfügen\SpecialChar \menuseparator
26006 Randnotiz
26007 \family default
26008  ein.
26009  Ein graues Kästchen mit der Aufschrift 
26010 \begin_inset Quotes gld
26011 \end_inset
26012
26013 Rand
26014 \begin_inset Quotes grd
26015 \end_inset
26016
26017  erscheint
26018 \family roman
26019 \series medium
26020 , und dort, wo der Cursor steht, können Sie Text eingeben.
26021 \end_layout
26022
26023 \begin_layout Standard
26024 Hier am Rand sehen Sie eine Randnotiz.
26025  
26026 \begin_inset Marginal
26027 status open
26028
26029 \begin_layout Plain Layout
26030 Dies ist eine Randnotiz.
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \begin_layout Standard
26039 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26040  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
26041  Seiten und rechts auf den ungeraden.
26042  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26043  wird und umgekehrt.
26044  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26045  wurde.
26046 \end_layout
26047
26048 \begin_layout Standard
26049 \begin_inset VSpace bigskip
26050 \end_inset
26051
26052 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26053 \end_layout
26054
26055 \begin_layout Standard
26056
26057 \series bold
26058
26059 \backslash
26060 reversemarginpar
26061 \end_layout
26062
26063 \begin_layout Standard
26064 als TeX-Code vor einer Randnotiz ein.
26065  Das gilt dann für alle folgenden Randnotizen.
26066  
26067 \begin_inset ERT
26068 status collapsed
26069
26070 \begin_layout Plain Layout
26071
26072
26073 \backslash
26074 reversemarginpar 
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \begin_inset Marginal
26081 status open
26082
26083 \begin_layout Plain Layout
26084 Hier ist ein Beispiel im inneren Rand.
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \begin_inset Newline newline
26091 \end_inset
26092
26093
26094 \begin_inset Note Greyedout
26095 status open
26096
26097 \begin_layout Plain Layout
26098  
26099 \series bold
26100 Achtung:
26101 \series default
26102  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26103 \end_layout
26104
26105 \end_inset
26106
26107
26108 \end_layout
26109
26110 \begin_layout Standard
26111 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26112 \end_layout
26113
26114 \begin_layout Standard
26115
26116 \series bold
26117
26118 \backslash
26119 normalmarginpar
26120 \end_layout
26121
26122 \begin_layout Standard
26123 als TeX-Code ein.
26124 \begin_inset ERT
26125 status collapsed
26126
26127 \begin_layout Plain Layout
26128
26129
26130 \backslash
26131 normalmarginpar 
26132 \end_layout
26133
26134 \end_inset
26135
26136
26137 \begin_inset Note Greyedout
26138 status open
26139
26140 \begin_layout Plain Layout
26141
26142 \series bold
26143 Achtung:
26144 \series default
26145  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26146 \series bold
26147
26148 \backslash
26149 reversemarginpar
26150 \series default
26151  verwendet wird.
26152 \end_layout
26153
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \begin_layout Standard
26160 \begin_inset VSpace bigskip
26161 \end_inset
26162
26163
26164 \begin_inset Marginal
26165 status open
26166
26167 \begin_layout Plain Layout
26168
26169 \family roman
26170 \series medium
26171 EinSehrLangesWort am Anfang, das umgebrochen wird.
26172 \end_layout
26173
26174 \end_inset
26175
26176  Ähnlich wie in Abschnitt
26177 \begin_inset Space ~
26178 \end_inset
26179
26180
26181 \begin_inset CommandInset ref
26182 LatexCommand ref
26183 reference "uab:Mehrfache-Zeilen-in"
26184
26185 \end_inset
26186
26187  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
26188  erste Wort der Randnotiz sind.
26189  Um das zu vermeiden, fügen sie 0
26190 \begin_inset Space \thinspace{}
26191 \end_inset
26192
26193 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26194 \begin_inset Marginal
26195 status open
26196
26197 \begin_layout Plain Layout
26198 \begin_inset Space \hspace{}
26199 \length 0pt
26200 \end_inset
26201
26202
26203 \family roman
26204 \series medium
26205 EinSehrLangesWort am Anfang, das umgebrochen wird.
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \begin_layout Standard
26214 \begin_inset VSpace bigskip
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \begin_layout Standard
26221 \begin_inset Note Greyedout
26222 status open
26223
26224 \begin_layout Plain Layout
26225
26226 \series bold
26227 Bemerkung:
26228 \series default
26229  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26230  verwendet werden.
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \begin_layout Standard
26239 \begin_inset VSpace bigskip
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Standard
26246 \begin_inset ERT
26247 status collapsed
26248
26249 \begin_layout Plain Layout
26250
26251
26252 \backslash
26253 ifmarginnote
26254 \end_layout
26255
26256 \end_inset
26257
26258
26259 \begin_inset Note Note
26260 status open
26261
26262 \begin_layout Plain Layout
26263 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26264 \series bold
26265 marginnote
26266 \series default
26267  installiert ist.
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \begin_layout Standard
26276 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26277 \series bold
26278 marginnote
26279 \series default
26280
26281 \begin_inset Index
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285 LaTeX-Pakete ! marginnote
26286 \end_layout
26287
26288 \end_inset
26289
26290  verwendet wird.
26291  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26292  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
26293  des Pakets 
26294 \series bold
26295 marginnote
26296 \series default
26297  für Randnotizen verwendet wird:
26298 \end_layout
26299
26300 \begin_layout Standard
26301
26302 \series bold
26303
26304 \backslash
26305 usepackage{marginnote}
26306 \begin_inset Newline newline
26307 \end_inset
26308
26309
26310 \backslash
26311 let
26312 \backslash
26313 marginpar
26314 \backslash
26315 marginnote
26316 \end_layout
26317
26318 \begin_layout Standard
26319 Dies wird auch in diesem Dokument verwendet, denn 
26320 \series bold
26321 marginnote
26322 \series default
26323  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26324  für Randnotizen angeben.
26325  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26326 n sind zu dicht beieinander sind.
26327  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26328  Schema
26329 \end_layout
26330
26331 \begin_layout Standard
26332
26333 \series bold
26334 [Versatz]
26335 \end_layout
26336
26337 \begin_layout Standard
26338 angegeben.
26339  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26340 \begin_inset Space ~
26341 \end_inset
26342
26343
26344 \begin_inset CommandInset ref
26345 LatexCommand ref
26346 reference "tab:Maßeinheiten"
26347
26348 \end_inset
26349
26350  aufgelistet sind.
26351  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
26352  nach unten.
26353  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26354 \begin_inset Space \thinspace{}
26355 \end_inset
26356
26357 cm mit dem TeX-Code-Befehl  
26358 \begin_inset Quotes gld
26359 \end_inset
26360
26361
26362 \series bold
26363 [-1.5cm]
26364 \series default
26365
26366 \begin_inset Quotes grd
26367 \end_inset
26368
26369  nach oben versetzt
26370 \begin_inset Marginal
26371 status open
26372
26373 \begin_layout Plain Layout
26374 Diese Randnotiz ist 1.5
26375 \begin_inset Space \thinspace{}
26376 \end_inset
26377
26378 cm von ihrer Originalposition nach oben versetzt.
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \begin_inset ERT
26385 status collapsed
26386
26387 \begin_layout Plain Layout
26388
26389 [-1.5cm]
26390 \end_layout
26391
26392 \end_inset
26393
26394
26395 \end_layout
26396
26397 \begin_layout Standard
26398 \begin_inset VSpace medskip
26399 \end_inset
26400
26401 Mit 
26402 \series bold
26403 marginnote
26404 \series default
26405  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26406  Zum Beispiel setzen die Befehle
26407 \end_layout
26408
26409 \begin_layout Standard
26410
26411 \series bold
26412
26413 \backslash
26414 renewcommand*{
26415 \backslash
26416 raggedleftmarginnote}{
26417 \backslash
26418 centering}
26419 \begin_inset Newline newline
26420 \end_inset
26421
26422
26423 \backslash
26424 renewcommand*{
26425 \backslash
26426 raggedrightmarginnote}{
26427 \backslash
26428 centering}
26429 \end_layout
26430
26431 \begin_layout Standard
26432 die Ausrichtung auf zentriert.
26433  
26434 \series bold
26435
26436 \backslash
26437 raggedleftmarginnote
26438 \series default
26439  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26440  
26441 \begin_inset ERT
26442 status collapsed
26443
26444 \begin_layout Plain Layout
26445
26446
26447 \backslash
26448 renewcommand*{
26449 \backslash
26450 raggedleftmarginnote}{
26451 \backslash
26452 centering}
26453 \end_layout
26454
26455 \begin_layout Plain Layout
26456
26457
26458 \backslash
26459 renewcommand*{
26460 \backslash
26461 raggedrightmarginnote}{
26462 \backslash
26463 centering}
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \begin_inset Marginal
26470 status open
26471
26472 \begin_layout Plain Layout
26473 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26474 \end_layout
26475
26476 \end_inset
26477
26478  Die Voreinstellung ist
26479 \end_layout
26480
26481 \begin_layout Standard
26482
26483 \series bold
26484
26485 \backslash
26486 renewcommand*{
26487 \backslash
26488 raggedleftmarginnote}{
26489 \backslash
26490 raggedleft}
26491 \begin_inset Newline newline
26492 \end_inset
26493
26494
26495 \backslash
26496 renewcommand*{
26497 \backslash
26498 raggedrightmarginnote}{
26499 \backslash
26500 raggedright}
26501 \series default
26502
26503 \begin_inset ERT
26504 status collapsed
26505
26506 \begin_layout Plain Layout
26507
26508
26509 \backslash
26510 renewcommand*{
26511 \backslash
26512 raggedleftmarginnote}{
26513 \backslash
26514 raggedleft}
26515 \end_layout
26516
26517 \begin_layout Plain Layout
26518
26519
26520 \backslash
26521 renewcommand*{
26522 \backslash
26523 raggedrightmarginnote}{
26524 \backslash
26525 raggedright}
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \begin_layout Standard
26534 \begin_inset VSpace medskip
26535 \end_inset
26536
26537 Für weitere Fähigkeiten des Pakets 
26538 \series bold
26539 marginnote
26540 \series default
26541  sei auf dessen Dokumentation verwiesen 
26542 \begin_inset CommandInset citation
26543 LatexCommand cite
26544 key "marginnote"
26545
26546 \end_inset
26547
26548 .
26549 \end_layout
26550
26551 \begin_layout Standard
26552 \begin_inset VSpace bigskip
26553 \end_inset
26554
26555 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26556  geändert werden.
26557  Um z.
26558 \begin_inset Space \thinspace{}
26559 \end_inset
26560
26561 B.
26562  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26563  und fettgedruckten Text 
26564 \begin_inset Quotes eld
26565 \end_inset
26566
26567
26568 \family sans
26569 \series bold
26570 \bar under
26571 Achtung!
26572 \family default
26573 \series default
26574 \bar default
26575
26576 \begin_inset Quotes erd
26577 \end_inset
26578
26579  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26580 \end_layout
26581
26582 \begin_layout Standard
26583
26584 \series bold
26585
26586 \backslash
26587 let
26588 \backslash
26589 myMarginpar
26590 \backslash
26591 marginpar
26592 \begin_inset Newline newline
26593 \end_inset
26594
26595
26596 \backslash
26597 renewcommand{
26598 \backslash
26599 marginpar}[1]{
26600 \backslash
26601 myMarginpar{%
26602 \begin_inset Newline newline
26603 \end_inset
26604
26605
26606 \begin_inset ERT
26607 status collapsed
26608
26609 \begin_layout Plain Layout
26610
26611
26612 \backslash
26613 hphantom{ }
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \backslash
26620 hspace{0pt}
26621 \backslash
26622 textsf{
26623 \backslash
26624 textbf{
26625 \backslash
26626 underbar{Achtung!}}}%
26627 \begin_inset Newline newline
26628 \end_inset
26629
26630
26631 \begin_inset ERT
26632 status collapsed
26633
26634 \begin_layout Plain Layout
26635
26636
26637 \backslash
26638 hphantom{ }
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \backslash
26645 vspace{1.5mm}
26646 \backslash
26647
26648 \backslash
26649 #1}}
26650 \end_layout
26651
26652 \begin_layout Standard
26653 \begin_inset ERT
26654 status collapsed
26655
26656 \begin_layout Plain Layout
26657
26658
26659 \backslash
26660 let
26661 \backslash
26662 myMarginpar
26663 \backslash
26664 marginpar
26665 \end_layout
26666
26667 \begin_layout Plain Layout
26668
26669
26670 \backslash
26671 renewcommand{
26672 \backslash
26673 marginpar}[1]{
26674 \backslash
26675 myMarginpar{%
26676 \end_layout
26677
26678 \begin_layout Plain Layout
26679
26680    
26681 \backslash
26682 textsf{
26683 \backslash
26684 textbf{
26685 \backslash
26686 underbar{Achtung!}}}%
26687 \end_layout
26688
26689 \begin_layout Plain Layout
26690
26691    
26692 \backslash
26693 vspace{1.5mm}
26694 \backslash
26695
26696 \backslash
26697 #1}}
26698 \end_layout
26699
26700 \end_inset
26701
26702
26703 \begin_inset Marginal
26704 status open
26705
26706 \begin_layout Plain Layout
26707 Dies ist eine Randnotiz mit einer definierten Überschrift.
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \begin_inset ERT
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717
26718 [-1.5cm]
26719 \end_layout
26720
26721 \end_inset
26722
26723
26724 \begin_inset ERT
26725 status collapsed
26726
26727 \begin_layout Plain Layout
26728
26729
26730 \backslash
26731 renewcommand{
26732 \backslash
26733 marginpar}[1]{
26734 \backslash
26735 myMarginpar{#1}}
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \begin_inset Note Note
26742 status open
26743
26744 \begin_layout Plain Layout
26745 Das Format wurde nur für dieses Beispiel geändert.
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \end_layout
26752
26753 \begin_layout Standard
26754 \begin_inset ERT
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758
26759
26760 \backslash
26761 else
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \begin_inset Note Note
26768 status open
26769
26770 \begin_layout Plain Layout
26771 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26772 \series bold
26773 marginnote
26774 \series default
26775  nicht installiert ist:
26776 \end_layout
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \begin_layout Standard
26784 Das LaTeX-Paket 
26785 \series bold
26786 marginnote
26787 \series default
26788  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26789 \end_layout
26790
26791 \begin_layout Standard
26792 \begin_inset ERT
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796
26797
26798 \backslash
26799 fi
26800 \end_layout
26801
26802 \end_inset
26803
26804
26805 \end_layout
26806
26807 \begin_layout Chapter
26808 Boxen
26809 \end_layout
26810
26811 \begin_layout Section
26812 Einleitung
26813 \begin_inset Index
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817 Boxen ! Einleitung
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \begin_layout Standard
26826 Boxen werden benutzt, um einen Textblock zu formatieren.
26827  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26828  siehe Abschnitt
26829 \begin_inset Space ~
26830 \end_inset
26831
26832
26833 \begin_inset CommandInset ref
26834 LatexCommand ref
26835 reference "abs:Minipage"
26836
26837 \end_inset
26838
26839 , um Text zu umranden, siehe Abschnitt
26840 \begin_inset Space ~
26841 \end_inset
26842
26843
26844 \begin_inset CommandInset ref
26845 LatexCommand ref
26846 reference "abs:Gerahmte-Boxen"
26847
26848 \end_inset
26849
26850 , um Silbentrennung zu verhindern, siehe Abschnitt
26851 \begin_inset Space ~
26852 \end_inset
26853
26854
26855 \begin_inset CommandInset ref
26856 LatexCommand ref
26857 reference "abs:Silbentrennung-unterbinden"
26858
26859 \end_inset
26860
26861 , um Text senkrecht auszurichten, siehe Abschnitt
26862 \begin_inset Space ~
26863 \end_inset
26864
26865
26866 \begin_inset CommandInset ref
26867 LatexCommand ref
26868 reference "uab:Vertikale-Ausrichtung"
26869
26870 \end_inset
26871
26872  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26873 \begin_inset Space ~
26874 \end_inset
26875
26876
26877 \begin_inset CommandInset ref
26878 LatexCommand ref
26879 reference "abs:Farbige-Boxen"
26880
26881 \end_inset
26882
26883 .
26884 \end_layout
26885
26886 \begin_layout Standard
26887 Boxen werden mit 
26888 \family sans
26889 Einfügen\SpecialChar \menuseparator
26890 Box
26891 \family default
26892  oder dem Schalter 
26893 \begin_inset Graphics
26894         filename ../../images/box-insert.png
26895         scale 85
26896         scaleBeforeRotation
26897
26898 \end_inset
26899
26900  eingefügt.
26901  Ein graues Kästchen mit der Aufschrift 
26902 \begin_inset Quotes gld
26903 \end_inset
26904
26905 Box (Minipage)
26906 \begin_inset Quotes grd
26907 \end_inset
26908
26909  erscheint: 
26910 \begin_inset Graphics
26911         filename clipart/StandardBoxQt4.png
26912         lyxscale 80
26913         scale 60
26914         scaleBeforeRotation
26915
26916 \end_inset
26917
26918 .
26919  Mit einem Rechts\SpecialChar \-
26920 klick auf das graue Kästchen kann der Typ spezifiziert
26921  werden.
26922  Das Dialogfenster bietet bei 
26923 \family sans
26924 Innere
26925 \begin_inset Space ~
26926 \end_inset
26927
26928 Box
26929 \family default
26930  die Typen 
26931 \family sans
26932 Parbox
26933 \family default
26934  und 
26935 \family sans
26936 Minipage
26937 \family default
26938  an.
26939  
26940 \family sans
26941 Minipage
26942 \family default
26943  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26944 \begin_inset Space ~
26945 \end_inset
26946
26947
26948 \begin_inset CommandInset ref
26949 LatexCommand ref
26950 reference "abs:Minipage"
26951
26952 \end_inset
26953
26954  beschrieben, 
26955 \family sans
26956 Parbox
26957 \family default
26958  in Abschnitt
26959 \begin_inset Space ~
26960 \end_inset
26961
26962
26963 \begin_inset CommandInset ref
26964 LatexCommand ref
26965 reference "abs:Parbox"
26966
26967 \end_inset
26968
26969 .
26970 \end_layout
26971
26972 \begin_layout Standard
26973 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26974  wie auf Gleitobjekte und Fußnoten.
26975 \end_layout
26976
26977 \begin_layout Standard
26978 \begin_inset Note Greyedout
26979 status open
26980
26981 \begin_layout Plain Layout
26982
26983 \series bold
26984 Bemerkung
26985 \begin_inset Space ~
26986 \end_inset
26987
26988 1:
26989 \series default
26990  Boxen dürfen in 
26991 \family sans
26992 List-
26993 \family default
26994  oder 
26995 \family sans
26996 Beschreibung-
26997 \family default
26998 Umgebungen nicht verwendet werden.
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \begin_layout Standard
27007 \begin_inset Note Greyedout
27008 status open
27009
27010 \begin_layout Plain Layout
27011
27012 \series bold
27013 Bemerkung
27014 \begin_inset Space ~
27015 \end_inset
27016
27017 2:
27018 \series default
27019  Boxen ohne 
27020 \family sans
27021 Innere
27022 \begin_inset Space ~
27023 \end_inset
27024
27025 Box
27026 \family default
27027  und ohne Rahmen werden in Abschnitt
27028 \begin_inset Space ~
27029 \end_inset
27030
27031
27032 \begin_inset CommandInset ref
27033 LatexCommand ref
27034 reference "abs:Silbentrennung-unterbinden"
27035
27036 \end_inset
27037
27038  beschrieben.
27039 \end_layout
27040
27041 \end_inset
27042
27043
27044 \end_layout
27045
27046 \begin_layout Section
27047 Das Box-Einstellungen-Fenster
27048 \begin_inset CommandInset label
27049 LatexCommand label
27050 name "abs:Box-Dialog"
27051
27052 \end_inset
27053
27054
27055 \begin_inset Index
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059 Boxen ! Box-Dialog-Fenster
27060 \end_layout
27061
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \begin_layout Subsection
27068 Box-Größe
27069 \begin_inset Index
27070 status collapsed
27071
27072 \begin_layout Plain Layout
27073 Boxen ! Größe
27074 \end_layout
27075
27076 \end_inset
27077
27078
27079 \end_layout
27080
27081 \begin_layout Standard
27082 Im 
27083 \family sans
27084 Box-Einstellungen
27085 \family default
27086 -Fenster können Sie die Größe der Box mit 
27087 \family sans
27088 Breite
27089 \family default
27090  und 
27091 \family sans
27092 Höhe 
27093 \family default
27094 festlegen.
27095  Die verfügbaren Einheiten werden in Tabelle
27096 \begin_inset Space ~
27097 \end_inset
27098
27099
27100 \begin_inset CommandInset ref
27101 LatexCommand ref
27102 reference "tab:Maßeinheiten"
27103
27104 \end_inset
27105
27106  aufgelistet.
27107  Das Feld
27108 \family sans
27109  Höhe
27110 \family default
27111  bietet die folgenden zusätzlichen Größen:
27112 \end_layout
27113
27114 \begin_layout Description
27115 Tiefe Dies ist die reine Text-
27116 \begin_inset Quotes gld
27117 \end_inset
27118
27119 Höhe
27120 \begin_inset Quotes grd
27121 \end_inset
27122
27123 .
27124  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27125 \begin_inset Newline newline
27126 \end_inset
27127
27128
27129 \begin_inset Newline newline
27130 \end_inset
27131
27132
27133 \begin_inset Newline newline
27134 \end_inset
27135
27136
27137 \begin_inset Box Boxed
27138 position "c"
27139 hor_pos "c"
27140 has_inner_box 1
27141 inner_pos "c"
27142 use_parbox 0
27143 width "12col%"
27144 special "none"
27145 height "1in"
27146 height_special "depth"
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150 \align center
27151 Box-Höhe = 1
27152 \begin_inset Space \thinspace{}
27153 \end_inset
27154
27155 Tiefe
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \begin_inset Newline newline
27162 \end_inset
27163
27164
27165 \begin_inset Newline newline
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \begin_layout Description
27172 Höhe Dies ist die Texthöhe innerhalb der Box.
27173  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27174  Texthöhe setzen: 
27175 \begin_inset Box Boxed
27176 position "c"
27177 hor_pos "c"
27178 has_inner_box 1
27179 inner_pos "c"
27180 use_parbox 0
27181 width "20col%"
27182 special "none"
27183 height "2in"
27184 height_special "height"
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188 \align center
27189 Boxhöhe = 2
27190 \begin_inset Space \thinspace{}
27191 \end_inset
27192
27193 Höhe
27194 \end_layout
27195
27196 \end_inset
27197
27198
27199 \end_layout
27200
27201 \begin_layout Description
27202 Gesamthöhe Dies ist Höhe
27203 \begin_inset Space \thinspace{}
27204 \end_inset
27205
27206 +
27207 \begin_inset Space \thinspace{}
27208 \end_inset
27209
27210 Tiefe: 
27211 \begin_inset Box Boxed
27212 position "c"
27213 hor_pos "c"
27214 has_inner_box 1
27215 inner_pos "c"
27216 use_parbox 0
27217 width "20col%"
27218 special "none"
27219 height "1in"
27220 height_special "totalheight"
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224 \align center
27225 Boxhöhe = 1
27226 \begin_inset Space \thinspace{}
27227 \end_inset
27228
27229 Gesamthöhe
27230 \end_layout
27231
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \begin_layout Description
27238 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27239 \begin_inset Box Boxed
27240 position "c"
27241 hor_pos "c"
27242 has_inner_box 1
27243 inner_pos "c"
27244 use_parbox 0
27245 width "12col%"
27246 special "none"
27247 height "1in"
27248 height_special "width"
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252 \align center
27253 Boxhöhe = 1
27254 \begin_inset Space \thinspace{}
27255 \end_inset
27256
27257 Breite
27258 \end_layout
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \begin_layout Subsection
27266 Ausrichtung
27267 \begin_inset Index
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271 Boxen ! Ausrichtung
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \begin_layout Standard
27280 Wenn Sie eine 
27281 \family sans
27282 Innere
27283 \begin_inset Space ~
27284 \end_inset
27285
27286 Box
27287 \family default
27288  gewählt haben, kann die Box mit folgenden Werten für 
27289 \family sans
27290 Box
27291 \family default
27292  senkrecht ausgerichtet werden:
27293 \end_layout
27294
27295 \begin_layout Description
27296 Oben Dies ist ein Beispieltext.
27297  
27298 \begin_inset Box Boxed
27299 position "t"
27300 hor_pos "c"
27301 has_inner_box 1
27302 inner_pos "c"
27303 use_parbox 0
27304 width "20col%"
27305 special "none"
27306 height "1in"
27307 height_special "totalheight"
27308 status collapsed
27309
27310 \begin_layout Plain Layout
27311 \align center
27312 Die Ober\SpecialChar \-
27313 kante der Box ist in der Zeile.
27314 \end_layout
27315
27316 \end_inset
27317
27318  Dies ist ein Beispieltext.
27319 \end_layout
27320
27321 \begin_layout Description
27322 Mitte Dies ist ein Beispieltext.
27323  
27324 \begin_inset Box Boxed
27325 position "c"
27326 hor_pos "c"
27327 has_inner_box 1
27328 inner_pos "c"
27329 use_parbox 0
27330 width "20col%"
27331 special "none"
27332 height "1in"
27333 height_special "totalheight"
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337 \align center
27338 Die Mitte der Box ist in der Zeile.
27339 \end_layout
27340
27341 \end_inset
27342
27343  Dies ist ein Beispieltext.
27344 \end_layout
27345
27346 \begin_layout Description
27347 Unten Dies ist ein Beispieltext.
27348  
27349 \begin_inset Box Boxed
27350 position "b"
27351 hor_pos "c"
27352 has_inner_box 1
27353 inner_pos "c"
27354 use_parbox 0
27355 width "20col%"
27356 special "none"
27357 height "1in"
27358 height_special "totalheight"
27359 status collapsed
27360
27361 \begin_layout Plain Layout
27362 \align center
27363 Die Unter\SpecialChar \-
27364 kante der Box ist in der Zeile.
27365 \end_layout
27366
27367 \end_inset
27368
27369  Dies ist ein Beispieltext.
27370 \end_layout
27371
27372 \begin_layout Standard
27373 \begin_inset Note Greyedout
27374 status open
27375
27376 \begin_layout Plain Layout
27377
27378 \series bold
27379 Bemerkung:
27380 \series default
27381  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27382  Boxen in einer Zeile sind und eine Box z.
27383 \begin_inset Space \thinspace{}
27384 \end_inset
27385
27386 B.
27387  schattiert ist, die andere abere nicht.
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \end_layout
27394
27395 \begin_layout Standard
27396 Eine Box kann mit dem Dialog 
27397 \family sans
27398 Absatz-Einstellungen
27399 \family default
27400  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27401 \end_layout
27402
27403 \begin_layout Standard
27404 \begin_inset VSpace bigskip
27405 \end_inset
27406
27407 Wenn Sie eine 
27408 \family sans
27409 Innere
27410 \begin_inset Space ~
27411 \end_inset
27412
27413 Box
27414 \family default
27415  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27416 \family sans
27417 Inhalt
27418 \family default
27419  senkrecht ausgerichtet werden:
27420 \end_layout
27421
27422 \begin_layout Description
27423 Oben Dies ist ein Beispieltext.
27424  
27425 \begin_inset Box Boxed
27426 position "c"
27427 hor_pos "c"
27428 has_inner_box 1
27429 inner_pos "t"
27430 use_parbox 0
27431 width "20col%"
27432 special "none"
27433 height "1.5in"
27434 height_special "totalheight"
27435 status collapsed
27436
27437 \begin_layout Plain Layout
27438 \align center
27439 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27440 \end_layout
27441
27442 \end_inset
27443
27444  Dies ist ein Beispieltext.
27445 \end_layout
27446
27447 \begin_layout Description
27448 Mitte Dies ist ein Beispieltext.
27449  
27450 \begin_inset Box Boxed
27451 position "c"
27452 hor_pos "c"
27453 has_inner_box 1
27454 inner_pos "c"
27455 use_parbox 0
27456 width "20col%"
27457 special "none"
27458 height "1.5in"
27459 height_special "totalheight"
27460 status collapsed
27461
27462 \begin_layout Plain Layout
27463 \align center
27464 Der Boxinhalt ist zentriert ausgerichtet.
27465 \end_layout
27466
27467 \end_inset
27468
27469  Dies ist ein Beispieltext.
27470 \end_layout
27471
27472 \begin_layout Description
27473 Unten Dies ist ein Beispieltext.
27474  
27475 \begin_inset Box Boxed
27476 position "c"
27477 hor_pos "c"
27478 has_inner_box 1
27479 inner_pos "b"
27480 use_parbox 0
27481 width "20col%"
27482 special "none"
27483 height "1.5in"
27484 height_special "totalheight"
27485 status collapsed
27486
27487 \begin_layout Plain Layout
27488 \align center
27489 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27490 \end_layout
27491
27492 \end_inset
27493
27494  Dies ist ein Beispieltext.
27495 \end_layout
27496
27497 \begin_layout Description
27498 Dehnen Dies ist ein Beispieltext.
27499  
27500 \begin_inset Box Boxed
27501 position "c"
27502 hor_pos "c"
27503 has_inner_box 1
27504 inner_pos "s"
27505 use_parbox 0
27506 width "20col%"
27507 special "none"
27508 height "1in"
27509 height_special "totalheight"
27510 status collapsed
27511
27512 \begin_layout Plain Layout
27513 \align center
27514 Der Boxinhalt
27515 \end_layout
27516
27517 \begin_layout Plain Layout
27518 \align center
27519 ist über die
27520 \end_layout
27521
27522 \begin_layout Plain Layout
27523 \align center
27524 Boxhöhe
27525 \end_layout
27526
27527 \begin_layout Plain Layout
27528 \align center
27529 gleichmäßig verteilt.
27530 \end_layout
27531
27532 \end_inset
27533
27534  Dies ist ein Beispieltext.
27535 \end_layout
27536
27537 \begin_layout Standard
27538 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27539  besteht.
27540  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27541 \end_layout
27542
27543 \begin_layout Standard
27544 Ein Boxinhalt kann mit dem Dialog 
27545 \family sans
27546 Absatz-Einstellungen
27547 \family default
27548  waagerecht ausgerichtet werden, wenn Sie eine
27549 \family sans
27550  Innere
27551 \begin_inset Space ~
27552 \end_inset
27553
27554 Box
27555 \family default
27556  gewählt haben.
27557 \end_layout
27558
27559 \begin_layout Standard
27560 \align center
27561 \begin_inset Box Boxed
27562 position "c"
27563 hor_pos "c"
27564 has_inner_box 1
27565 inner_pos "s"
27566 use_parbox 0
27567 width "30col%"
27568 special "none"
27569 height "1.25in"
27570 height_special "totalheight"
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574 \align left
27575 Hier ist jede Zeile
27576 \end_layout
27577
27578 \begin_layout Plain Layout
27579 \align center
27580 anders
27581 \end_layout
27582
27583 \begin_layout Plain Layout
27584 \align right
27585 ausgerichtet.
27586 \end_layout
27587
27588 \end_inset
27589
27590
27591 \end_layout
27592
27593 \begin_layout Standard
27594 Wenn Sie keine
27595 \family sans
27596  Innere
27597 \begin_inset Space ~
27598 \end_inset
27599
27600 Box
27601 \family default
27602  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27603 \family sans
27604 Box-Einstellungen-
27605 \family default
27606 Dialog ausrichten
27607 \end_layout
27608
27609 \begin_layout Standard
27610 \align center
27611 \begin_inset Box Boxed
27612 position "c"
27613 hor_pos "s"
27614 has_inner_box 0
27615 inner_pos "s"
27616 use_parbox 0
27617 width "90col%"
27618 special "none"
27619 height "1.25in"
27620 height_special "totalheight"
27621 status collapsed
27622
27623 \begin_layout Plain Layout
27624 \align left
27625 Dieser Boxinhalt wurde horizontal gedehnt.
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \begin_layout Section
27634 Gerahmte Boxen
27635 \begin_inset CommandInset label
27636 LatexCommand label
27637 name "abs:Gerahmte-Boxen"
27638
27639 \end_inset
27640
27641
27642 \begin_inset Index
27643 status collapsed
27644
27645 \begin_layout Plain Layout
27646 Boxen ! gerahmte
27647 \end_layout
27648
27649 \end_inset
27650
27651
27652 \end_layout
27653
27654 \begin_layout Standard
27655 Mit dem 
27656 \family sans
27657 Box-Einstellungen-
27658 \family default
27659 Dialog können Sie bei 
27660 \family sans
27661 Verzierung
27662 \family default
27663  die Art des Rahmens auswählen:
27664 \end_layout
27665
27666 \begin_layout Description
27667 Rechteckige
27668 \begin_inset Space ~
27669 \end_inset
27670
27671 Box Um die Box wird ein rechteckiger Rahmen gezogen.
27672  Die Rahmendicke wird durch 
27673 \series bold
27674
27675 \backslash
27676 fboxrule
27677 \series default
27678  festgelegt.
27679  
27680 \begin_inset Box Boxed
27681 position "c"
27682 hor_pos "c"
27683 has_inner_box 1
27684 inner_pos "c"
27685 use_parbox 0
27686 width "21col%"
27687 special "none"
27688 height "1in"
27689 height_special "totalheight"
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693
27694 \series medium
27695 Rechteckige
27696 \begin_inset Space ~
27697 \end_inset
27698
27699 Box
27700 \end_layout
27701
27702 \end_inset
27703
27704
27705 \end_layout
27706
27707 \begin_layout Description
27708 Ovale
27709 \begin_inset Space ~
27710 \end_inset
27711
27712 Box,
27713 \begin_inset Space ~
27714 \end_inset
27715
27716 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27717  Die Rahmendicke ist 0.4
27718 \begin_inset Space \thinspace{}
27719 \end_inset
27720
27721 pt.
27722  
27723 \begin_inset Box ovalbox
27724 position "c"
27725 hor_pos "c"
27726 has_inner_box 1
27727 inner_pos "c"
27728 use_parbox 0
27729 width "20col%"
27730 special "none"
27731 height "1in"
27732 height_special "totalheight"
27733 status collapsed
27734
27735 \begin_layout Plain Layout
27736 Ovale
27737 \begin_inset Space ~
27738 \end_inset
27739
27740 Box,
27741 \begin_inset Space ~
27742 \end_inset
27743
27744 dünn
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \begin_layout Description
27753 Ovale
27754 \begin_inset Space ~
27755 \end_inset
27756
27757 Box,
27758 \begin_inset Space ~
27759 \end_inset
27760
27761 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27762  Die Rahmendicke ist 0.8
27763 \begin_inset Space \thinspace{}
27764 \end_inset
27765
27766 pt.
27767  
27768 \begin_inset Box Ovalbox
27769 position "c"
27770 hor_pos "c"
27771 has_inner_box 1
27772 inner_pos "c"
27773 use_parbox 0
27774 width "20col%"
27775 special "none"
27776 height "1in"
27777 height_special "totalheight"
27778 status collapsed
27779
27780 \begin_layout Plain Layout
27781 Ovale
27782 \begin_inset Space ~
27783 \end_inset
27784
27785 Box,
27786 \begin_inset Space ~
27787 \end_inset
27788
27789 dick
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Description
27798 Schattierte
27799 \begin_inset Space ~
27800 \end_inset
27801
27802 Box Zeichnet einen Rahmen mit Schatten um die Box.
27803  Die Rahmendicke wird durch 
27804 \series bold
27805
27806 \backslash
27807 fboxrule
27808 \series default
27809  festgelegt, der Schatten ist 4
27810 \begin_inset Space \thinspace{}
27811 \end_inset
27812
27813 pt breit.
27814 \begin_inset Newline newline
27815 \end_inset
27816
27817
27818 \begin_inset Box Shadowbox
27819 position "c"
27820 hor_pos "c"
27821 has_inner_box 1
27822 inner_pos "c"
27823 use_parbox 0
27824 width "20col%"
27825 special "none"
27826 height "1in"
27827 height_special "totalheight"
27828 status collapsed
27829
27830 \begin_layout Plain Layout
27831 Schattierte
27832 \begin_inset Space ~
27833 \end_inset
27834
27835 Box
27836 \end_layout
27837
27838 \end_inset
27839
27840
27841 \end_layout
27842
27843 \begin_layout Description
27844 Doppelt
27845 \begin_inset Space ~
27846 \end_inset
27847
27848 gerahmte
27849 \begin_inset Space ~
27850 \end_inset
27851
27852 Box Zeichnet einen doppelten Rahmen um die Box Der innere Rahmen ist 0.75
27853 \begin_inset Space \thinspace{}
27854 \end_inset
27855
27856
27857 \series bold
27858
27859 \backslash
27860 fboxrule
27861 \series default
27862  breit, der äußere 1.5
27863 \begin_inset Space \thinspace{}
27864 \end_inset
27865
27866
27867 \series bold
27868
27869 \backslash
27870 fboxrule
27871 \series default
27872 , der Zwischenraum 1.5
27873 \begin_inset Space \thinspace{}
27874 \end_inset
27875
27876
27877 \series bold
27878
27879 \backslash
27880 fboxrule
27881 \series default
27882
27883 \begin_inset Space \thinspace{}
27884 \end_inset
27885
27886 +
27887 \begin_inset Space \thinspace{}
27888 \end_inset
27889
27890 0.5
27891 \begin_inset Space \thinspace{}
27892 \end_inset
27893
27894 pt.
27895  
27896 \begin_inset Box Doublebox
27897 position "c"
27898 hor_pos "c"
27899 has_inner_box 1
27900 inner_pos "c"
27901 use_parbox 0
27902 width "20col%"
27903 special "none"
27904 height "1in"
27905 height_special "totalheight"
27906 status collapsed
27907
27908 \begin_layout Plain Layout
27909 Doppelt
27910 \begin_inset Space ~
27911 \end_inset
27912
27913 gerahmte
27914 \begin_inset Space ~
27915 \end_inset
27916
27917 Box
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \end_layout
27924
27925 \begin_layout Standard
27926 \begin_inset VSpace bigskip
27927 \end_inset
27928
27929 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
27930  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
27931 \series bold
27932 fancybox
27933 \series default
27934
27935 \begin_inset Index
27936 status collapsed
27937
27938 \begin_layout Plain Layout
27939 LaTeX-Pakete ! fancybox
27940 \end_layout
27941
27942 \end_inset
27943
27944  installiert sein.
27945 \end_layout
27946
27947 \begin_layout Standard
27948 \begin_inset VSpace bigskip
27949 \end_inset
27950
27951 Der Standardwert für 
27952 \series bold
27953
27954 \backslash
27955 fboxrule
27956 \series default
27957  ist 0.4
27958 \begin_inset Space \thinspace{}
27959 \end_inset
27960
27961 pt.
27962  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27963 \begin_inset Space \thinspace{}
27964 \end_inset
27965
27966 pt gesetzt werden:
27967 \end_layout
27968
27969 \begin_layout Standard
27970
27971 \series bold
27972
27973 \backslash
27974 setlength{
27975 \backslash
27976 fboxrule}{2pt}
27977 \end_layout
27978
27979 \begin_layout Standard
27980 \begin_inset ERT
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984
27985
27986 \backslash
27987 setlength{
27988 \backslash
27989 fboxrule}{2pt}
27990 \end_layout
27991
27992 \end_inset
27993
27994
27995 \begin_inset Box Boxed
27996 position "c"
27997 hor_pos "c"
27998 has_inner_box 1
27999 inner_pos "c"
28000 use_parbox 0
28001 width "30col%"
28002 special "none"
28003 height "1in"
28004 height_special "totalheight"
28005 status collapsed
28006
28007 \begin_layout Plain Layout
28008 \align center
28009 Rechteckige Box mit einer Rahmenbreite von 2
28010 \begin_inset Space \thinspace{}
28011 \end_inset
28012
28013 pt
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \begin_inset ERT
28020 status collapsed
28021
28022 \begin_layout Plain Layout
28023
28024
28025 \backslash
28026 setlength{
28027 \backslash
28028 fboxrule}{0.4pt}
28029 \end_layout
28030
28031 \end_inset
28032
28033
28034 \end_layout
28035
28036 \begin_layout Standard
28037 \noindent
28038 \begin_inset VSpace bigskip
28039 \end_inset
28040
28041 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28042 \begin_inset Space \thinspace{}
28043 \end_inset
28044
28045 pt.
28046  Sie können das ändern, indem Sie den Wert von 
28047 \series bold
28048
28049 \backslash
28050 fboxsep
28051 \series default
28052  mit einem TeX-Code-Befehl ändern:
28053 \end_layout
28054
28055 \begin_layout Standard
28056
28057 \series bold
28058
28059 \backslash
28060 setlength{
28061 \backslash
28062 fboxsep}{10pt}
28063 \end_layout
28064
28065 \begin_layout Standard
28066 setzt den Wert auf 10
28067 \begin_inset Space \thinspace{}
28068 \end_inset
28069
28070 pt, wie in der folgenden Box:
28071 \end_layout
28072
28073 \begin_layout Standard
28074 \begin_inset ERT
28075 status collapsed
28076
28077 \begin_layout Plain Layout
28078
28079
28080 \backslash
28081 setlength{
28082 \backslash
28083 fboxsep}{10pt}
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \begin_inset Box Boxed
28090 position "c"
28091 hor_pos "c"
28092 has_inner_box 1
28093 inner_pos "c"
28094 use_parbox 0
28095 width "25col%"
28096 special "none"
28097 height "1in"
28098 height_special "totalheight"
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 \align center
28103 Rechteckige Box mit 
28104 \series bold
28105
28106 \backslash
28107 fboxsep
28108 \series default
28109
28110 \begin_inset Space \thinspace{}
28111 \end_inset
28112
28113 =
28114 \begin_inset Space \thinspace{}
28115 \end_inset
28116
28117 10
28118 \begin_inset Space \thinspace{}
28119 \end_inset
28120
28121 pt
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \begin_inset ERT
28128 status collapsed
28129
28130 \begin_layout Plain Layout
28131
28132
28133 \backslash
28134 setlength{
28135 \backslash
28136 fboxsep}{3pt}
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Standard
28145 \noindent
28146 \begin_inset VSpace bigskip
28147 \end_inset
28148
28149 Der Durchmesser der abgerundeten Ecken kann mit 
28150 \series bold
28151
28152 \backslash
28153 cornersize
28154 \series default
28155  gesetzt werden.
28156  Der TeX-Code-Befehl
28157 \end_layout
28158
28159 \begin_layout Standard
28160
28161 \series bold
28162
28163 \backslash
28164 cornersize*{1cm}
28165 \end_layout
28166
28167 \begin_layout Standard
28168 setzt den Durchmesser auf 1
28169 \begin_inset Space \thinspace{}
28170 \end_inset
28171
28172 cm.
28173  Der TeX-Code-Befehl
28174 \end_layout
28175
28176 \begin_layout Standard
28177
28178 \series bold
28179
28180 \backslash
28181 cornersize{num}
28182 \end_layout
28183
28184 \begin_layout Standard
28185 setzt den Durchmesser auf 
28186 \family sans
28187 num
28188 \begin_inset Space \thinspace{}
28189 \end_inset
28190
28191 ×
28192 \begin_inset Space \thinspace{}
28193 \end_inset
28194
28195 Minimum(Breite der Box, Höhe der Box)
28196 \family default
28197 .
28198  Der Standardwert ist 
28199 \series bold
28200
28201 \backslash
28202 cornersize{0.5}
28203 \series default
28204 .
28205 \end_layout
28206
28207 \begin_layout Standard
28208 \begin_inset ERT
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212
28213
28214 \backslash
28215 cornersize*{1.5cm}
28216 \end_layout
28217
28218 \end_inset
28219
28220
28221 \begin_inset Box Ovalbox
28222 position "c"
28223 hor_pos "c"
28224 has_inner_box 1
28225 inner_pos "c"
28226 use_parbox 0
28227 width "30col%"
28228 special "none"
28229 height "1in"
28230 height_special "totalheight"
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 \align center
28235 Ovale Box, dicker Rand, mit 
28236 \series bold
28237
28238 \backslash
28239 cornersize
28240 \series default
28241
28242 \begin_inset Space \thinspace{}
28243 \end_inset
28244
28245 =
28246 \begin_inset Space \thinspace{}
28247 \end_inset
28248
28249 1.5
28250 \begin_inset Space \thinspace{}
28251 \end_inset
28252
28253 cm
28254 \end_layout
28255
28256 \end_inset
28257
28258
28259 \begin_inset ERT
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263
28264
28265 \backslash
28266 cornersize{0.5}
28267 \end_layout
28268
28269 \end_inset
28270
28271
28272 \end_layout
28273
28274 \begin_layout Standard
28275 \noindent
28276 \begin_inset VSpace bigskip
28277 \end_inset
28278
28279 Die Breite des Schattens wird mit 
28280 \series bold
28281
28282 \backslash
28283 shadowsize
28284 \series default
28285  festgelegt.
28286  Mit dem TeX-Code-Befehl
28287 \end_layout
28288
28289 \begin_layout Standard
28290
28291 \series bold
28292
28293 \backslash
28294 setlength{
28295 \backslash
28296 shadowsize}{2pt}
28297 \end_layout
28298
28299 \begin_layout Standard
28300 wird er für die folgende Box auf 2
28301 \begin_inset Space \thinspace{}
28302 \end_inset
28303
28304 pt festgelegt.
28305 \end_layout
28306
28307 \begin_layout Standard
28308 \begin_inset ERT
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312
28313
28314 \backslash
28315 setlength{
28316 \backslash
28317 shadowsize}{2pt}
28318 \end_layout
28319
28320 \end_inset
28321
28322
28323 \begin_inset Box Shadowbox
28324 position "c"
28325 hor_pos "c"
28326 has_inner_box 1
28327 inner_pos "c"
28328 use_parbox 0
28329 width "25col%"
28330 special "none"
28331 height "1in"
28332 height_special "totalheight"
28333 status collapsed
28334
28335 \begin_layout Plain Layout
28336 \align center
28337 Schattierte Box mit 
28338 \series bold
28339
28340 \backslash
28341 shadowsize
28342 \series default
28343
28344 \begin_inset Space \thinspace{}
28345 \end_inset
28346
28347 =
28348 \begin_inset Space \thinspace{}
28349 \end_inset
28350
28351 2
28352 \begin_inset Space \thinspace{}
28353 \end_inset
28354
28355 pt
28356 \end_layout
28357
28358 \end_inset
28359
28360
28361 \begin_inset ERT
28362 status collapsed
28363
28364 \begin_layout Plain Layout
28365
28366
28367 \backslash
28368 setlength{
28369 \backslash
28370 shadowsize}{4pt}
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Standard
28379 \noindent
28380 \begin_inset VSpace bigskip
28381 \end_inset
28382
28383 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
28384  folgen.
28385 \end_layout
28386
28387 \begin_layout Section
28388 Minipage
28389 \begin_inset CommandInset label
28390 LatexCommand label
28391 name "abs:Minipage"
28392
28393 \end_inset
28394
28395
28396 \begin_inset Index
28397 status collapsed
28398
28399 \begin_layout Plain Layout
28400 Boxen ! Minipage
28401 \end_layout
28402
28403 \end_inset
28404
28405
28406 \end_layout
28407
28408 \begin_layout Standard
28409 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28410  deshalb unter anderem eigene Fußnoten haben.
28411 \end_layout
28412
28413 \begin_layout Standard
28414 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28415 \end_layout
28416
28417 \begin_layout Standard
28418 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28419  Ihre Breite ist 45 Spaltenbreite
28420 \begin_inset Space ~
28421 \end_inset
28422
28423 %, und sie sind durch einen 
28424 \family sans
28425 HFill
28426 \family default
28427  getrennt (
28428 \family sans
28429 Einfügen\SpecialChar \menuseparator
28430 Formatierung\SpecialChar \menuseparator
28431 Variabler
28432 \begin_inset Space ~
28433 \end_inset
28434
28435 horiz.
28436 \begin_inset Space ~
28437 \end_inset
28438
28439 Abstand
28440 \family default
28441 ).
28442 \end_layout
28443
28444 \begin_layout Standard
28445 \noindent
28446 \begin_inset Box Frameless
28447 position "t"
28448 hor_pos "c"
28449 has_inner_box 1
28450 inner_pos "c"
28451 use_parbox 0
28452 width "45col%"
28453 special "none"
28454 height "1in"
28455 height_special "totalheight"
28456 status open
28457
28458 \begin_layout Plain Layout
28459 Dies ist ein deutscher Text.
28460  Dies ist ein deutscher Text.
28461  Dies ist ein deutscher Text.
28462  Dies ist ein deutscher Text.
28463  Dies ist ein deutscher Text.
28464  Dies ist ein deutscher Text.
28465  Dies ist ein deutscher Text.
28466  Dies ist ein deutscher Text.
28467  Dies ist ein deutscher Text.
28468  Dies ist ein deutscher Text.
28469  Dies ist ein deutscher Text.
28470  Dies ist ein deutscher Text.
28471  Dies ist ein deutscher Text
28472 \begin_inset Foot
28473 status open
28474
28475 \begin_layout Plain Layout
28476 Dies ist eine deutsche Fußnote.
28477 \end_layout
28478
28479 \end_inset
28480
28481 .
28482  Dies ist ein deutscher Text.
28483  Dies ist ein deutscher Text.
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \begin_inset Space \hfill{}
28490 \end_inset
28491
28492
28493 \begin_inset Box Frameless
28494 position "t"
28495 hor_pos "c"
28496 has_inner_box 1
28497 inner_pos "c"
28498 use_parbox 0
28499 width "45col%"
28500 special "none"
28501 height "1in"
28502 height_special "totalheight"
28503 status open
28504
28505 \begin_layout Plain Layout
28506
28507 \lang english
28508 This is an English Text.
28509  This is an English Text.
28510  This is an English Text.
28511  This is an English Text.
28512  This is an English Text.
28513  This is an English Text.
28514  This is an English Text.
28515  This is an English Text.
28516  This is an English Text.
28517  This is an English Text.
28518  This is an English Text.
28519  This is an English Text.
28520  This is an English Text.
28521  This is an English Text.
28522  This is an English Text.
28523  This is an English Text.
28524 \begin_inset Foot
28525 status collapsed
28526
28527 \begin_layout Plain Layout
28528
28529 \lang english
28530 This is an English footnote.
28531 \end_layout
28532
28533 \end_inset
28534
28535  This is an English Text.
28536  
28537 \end_layout
28538
28539 \end_inset
28540
28541
28542 \end_layout
28543
28544 \begin_layout Standard
28545 \noindent
28546 \begin_inset VSpace bigskip
28547 \end_inset
28548
28549 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28550  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28551  auf der die Tabelle gedruckt wird: 
28552 \begin_inset Tabular
28553 <lyxtabular version="3" rows="3" columns="4">
28554 <features>
28555 <column alignment="center" valignment="top" width="0pt">
28556 <column alignment="center" valignment="top" width="0pt">
28557 <column alignment="center" valignment="top" width="0pt">
28558 <column alignment="center" valignment="top" width="0pt">
28559 <row>
28560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28561 \begin_inset Text
28562
28563 \begin_layout Plain Layout
28564 1
28565 \end_layout
28566
28567 \end_inset
28568 </cell>
28569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28570 \begin_inset Text
28571
28572 \begin_layout Plain Layout
28573 2
28574 \end_layout
28575
28576 \end_inset
28577 </cell>
28578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28579 \begin_inset Text
28580
28581 \begin_layout Plain Layout
28582 3
28583 \begin_inset Foot
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 Dies ist eine Fußnote in einer Tabelle.
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \end_layout
28594
28595 \end_inset
28596 </cell>
28597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 4
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 </row>
28607 <row>
28608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28609 \begin_inset Text
28610
28611 \begin_layout Plain Layout
28612 a
28613 \end_layout
28614
28615 \end_inset
28616 </cell>
28617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28618 \begin_inset Text
28619
28620 \begin_layout Plain Layout
28621 b
28622 \end_layout
28623
28624 \end_inset
28625 </cell>
28626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28627 \begin_inset Text
28628
28629 \begin_layout Plain Layout
28630 c
28631 \end_layout
28632
28633 \end_inset
28634 </cell>
28635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Plain Layout
28639 d
28640 \end_layout
28641
28642 \end_inset
28643 </cell>
28644 </row>
28645 <row>
28646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28647 \begin_inset Text
28648
28649 \begin_layout Plain Layout
28650 e
28651 \end_layout
28652
28653 \end_inset
28654 </cell>
28655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28656 \begin_inset Text
28657
28658 \begin_layout Plain Layout
28659 f
28660 \end_layout
28661
28662 \end_inset
28663 </cell>
28664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28665 \begin_inset Text
28666
28667 \begin_layout Plain Layout
28668 g
28669 \end_layout
28670
28671 \end_inset
28672 </cell>
28673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28674 \begin_inset Text
28675
28676 \begin_layout Plain Layout
28677 h
28678 \end_layout
28679
28680 \end_inset
28681 </cell>
28682 </row>
28683 </lyxtabular>
28684
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \begin_layout Standard
28691 \noindent
28692 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28693  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28694  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28695  außerhalb.
28696 \end_layout
28697
28698 \begin_layout Standard
28699 \align center
28700 \begin_inset Box Frameless
28701 position "t"
28702 hor_pos "c"
28703 has_inner_box 1
28704 inner_pos "c"
28705 use_parbox 0
28706 width "30col%"
28707 special "none"
28708 height "1in"
28709 height_special "totalheight"
28710 status open
28711
28712 \begin_layout Plain Layout
28713 \align center
28714 \begin_inset Tabular
28715 <lyxtabular version="3" rows="3" columns="4">
28716 <features>
28717 <column alignment="center" valignment="top" width="0pt">
28718 <column alignment="center" valignment="top" width="0pt">
28719 <column alignment="center" valignment="top" width="0pt">
28720 <column alignment="center" valignment="top" width="0pt">
28721 <row>
28722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28723 \begin_inset Text
28724
28725 \begin_layout Plain Layout
28726 1
28727 \end_layout
28728
28729 \end_inset
28730 </cell>
28731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28732 \begin_inset Text
28733
28734 \begin_layout Plain Layout
28735 2
28736 \end_layout
28737
28738 \end_inset
28739 </cell>
28740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28741 \begin_inset Text
28742
28743 \begin_layout Plain Layout
28744 3
28745 \begin_inset Foot
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 Dies ist eine Fußnote in einer Tabelle.
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \end_inset
28758 </cell>
28759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28760 \begin_inset Text
28761
28762 \begin_layout Plain Layout
28763 4
28764 \end_layout
28765
28766 \end_inset
28767 </cell>
28768 </row>
28769 <row>
28770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28771 \begin_inset Text
28772
28773 \begin_layout Plain Layout
28774 a
28775 \end_layout
28776
28777 \end_inset
28778 </cell>
28779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28780 \begin_inset Text
28781
28782 \begin_layout Plain Layout
28783 b
28784 \end_layout
28785
28786 \end_inset
28787 </cell>
28788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28789 \begin_inset Text
28790
28791 \begin_layout Plain Layout
28792 c
28793 \end_layout
28794
28795 \end_inset
28796 </cell>
28797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28798 \begin_inset Text
28799
28800 \begin_layout Plain Layout
28801 d
28802 \end_layout
28803
28804 \end_inset
28805 </cell>
28806 </row>
28807 <row>
28808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28809 \begin_inset Text
28810
28811 \begin_layout Plain Layout
28812 e
28813 \end_layout
28814
28815 \end_inset
28816 </cell>
28817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28818 \begin_inset Text
28819
28820 \begin_layout Plain Layout
28821 f
28822 \end_layout
28823
28824 \end_inset
28825 </cell>
28826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28827 \begin_inset Text
28828
28829 \begin_layout Plain Layout
28830 g
28831 \end_layout
28832
28833 \end_inset
28834 </cell>
28835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28836 \begin_inset Text
28837
28838 \begin_layout Plain Layout
28839 h
28840 \end_layout
28841
28842 \end_inset
28843 </cell>
28844 </row>
28845 </lyxtabular>
28846
28847 \end_inset
28848
28849
28850 \end_layout
28851
28852 \end_inset
28853
28854
28855 \end_layout
28856
28857 \begin_layout Standard
28858 \begin_inset VSpace bigskip
28859 \end_inset
28860
28861 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28862  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28863  Absätze nicht eingerückt werden, obwohl Sie das in 
28864 \family sans
28865 Dokument
28866 \family default
28867 \SpecialChar \menuseparator
28868
28869 \family sans
28870 Einstellun\SpecialChar \-
28871 gen\SpecialChar \menuseparator
28872 Textformat
28873 \family default
28874  festgelegt haben.
28875  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28876  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code-Befehl
28877  
28878 \series bold
28879
28880 \backslash
28881 hspace*{1em}
28882 \series default
28883 .
28884 \end_layout
28885
28886 \begin_layout Standard
28887 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28888  zu verpassen, siehe Abschnitt
28889 \begin_inset Space ~
28890 \end_inset
28891
28892
28893 \begin_inset CommandInset ref
28894 LatexCommand ref
28895 reference "uab:Farbe-für-Absätze"
28896
28897 \end_inset
28898
28899 .
28900 \end_layout
28901
28902 \begin_layout Standard
28903 \begin_inset Note Greyedout
28904 status open
28905
28906 \begin_layout Plain Layout
28907
28908 \series bold
28909 Bemerkung:
28910 \series default
28911  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28912  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28913 \end_layout
28914
28915 \end_inset
28916
28917
28918 \end_layout
28919
28920 \begin_layout Section
28921 Parbox
28922 \begin_inset CommandInset label
28923 LatexCommand label
28924 name "abs:Parbox"
28925
28926 \end_inset
28927
28928
28929 \begin_inset Index
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933 Boxen ! Parbox
28934 \end_layout
28935
28936 \end_inset
28937
28938
28939 \end_layout
28940
28941 \begin_layout Standard
28942 Parbox ist eine Abkürzung für 
28943 \begin_inset Quotes gld
28944 \end_inset
28945
28946 paragraph box
28947 \begin_inset Quotes grd
28948 \end_inset
28949
28950 , was Absatzbox bedeutet.
28951  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28952  Parboxen einige Einschränkungen.
28953  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28954  gedruckt.:
28955 \end_layout
28956
28957 \begin_layout Standard
28958 \align center
28959 \begin_inset Box Frameless
28960 position "t"
28961 hor_pos "c"
28962 has_inner_box 1
28963 inner_pos "t"
28964 use_parbox 1
28965 width "33col%"
28966 special "none"
28967 height "1in"
28968 height_special "totalheight"
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972 Dies ist Text in einer Parbox.
28973  Dies ist Text in einer Parbox.
28974 \end_layout
28975
28976 \begin_layout Plain Layout
28977 Diese Fußnote wird nicht gedruckt:
28978 \begin_inset Foot
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \end_inset
28991
28992
28993 \end_layout
28994
28995 \begin_layout Standard
28996 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28997  und Theoreme enthalten.
28998 \end_layout
28999
29000 \begin_layout Section
29001 Boxen für Worte und Buchstaben
29002 \begin_inset Index
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006 Boxen ! für Buchstaben
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \end_layout
29013
29014 \begin_layout Subsection
29015 Silbentrennung unterbinden 
29016 \begin_inset CommandInset label
29017 LatexCommand label
29018 name "abs:Silbentrennung-unterbinden"
29019
29020 \end_inset
29021
29022
29023 \begin_inset Index
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 Boxen ! zur Vermeidung von Silbentrennung
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \end_layout
29034
29035 \begin_layout Standard
29036 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29037 \begin_inset Newline newline
29038 \end_inset
29039
29040 Hier ist ein Beispiel: 
29041 \end_layout
29042
29043 \begin_layout Standard
29044 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29045 \begin_inset Quotes gld
29046 \end_inset
29047
29048 einsehrsehrsehrlangeswort
29049 \begin_inset Quotes grd
29050 \end_inset
29051
29052 .
29053 \end_layout
29054
29055 \begin_layout Standard
29056 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29057  soll, den TeX-Code-Befehl
29058 \end_layout
29059
29060 \begin_layout Standard
29061
29062 \series bold
29063
29064 \backslash
29065 mbox{
29066 \end_layout
29067
29068 \begin_layout Standard
29069 ein TeX-Code, Hinter dem Wort fügen Sie 
29070 \series bold
29071
29072 \begin_inset Quotes gld
29073 \end_inset
29074
29075 }
29076 \series default
29077
29078 \begin_inset Quotes grd
29079 \end_inset
29080
29081  als TeX-Code ein.
29082  Hier ist das Ergebnis:
29083 \end_layout
29084
29085 \begin_layout Standard
29086 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29087 \begin_inset ERT
29088 status collapsed
29089
29090 \begin_layout Plain Layout
29091
29092
29093 \backslash
29094 mbox{
29095 \end_layout
29096
29097 \end_inset
29098
29099
29100 \begin_inset Quotes gld
29101 \end_inset
29102
29103 einsehrsehrsehrlangeswort
29104 \begin_inset Quotes grd
29105 \end_inset
29106
29107
29108 \begin_inset ERT
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112
29113 }
29114 \end_layout
29115
29116 \end_inset
29117
29118 .
29119 \end_layout
29120
29121 \begin_layout Standard
29122 Alternativ dazu kann man auch den Befehl 
29123 \begin_inset Quotes gld
29124 \end_inset
29125
29126
29127 \series bold
29128
29129 \backslash
29130 -
29131 \series default
29132
29133 \begin_inset Quotes grd
29134 \end_inset
29135
29136  als TeX-Code direkt vor das Wort setzen:
29137 \end_layout
29138
29139 \begin_layout Standard
29140 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29141 \begin_inset Quotes gld
29142 \end_inset
29143
29144
29145 \begin_inset ERT
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149
29150
29151 \backslash
29152 -
29153 \end_layout
29154
29155 \end_inset
29156
29157 einsehrsehrsehrlangeswort
29158 \begin_inset Quotes grd
29159 \end_inset
29160
29161 .
29162 \end_layout
29163
29164 \begin_layout Standard
29165 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29166  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29167 \series bold
29168 Strg-Eingabe
29169 \series default
29170 ) einfügen: 
29171 \end_layout
29172
29173 \begin_layout Standard
29174 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29175 \begin_inset Newline newline
29176 \end_inset
29177
29178
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183
29184
29185 \backslash
29186 mbox{
29187 \end_layout
29188
29189 \end_inset
29190
29191
29192 \begin_inset Quotes gld
29193 \end_inset
29194
29195 einsehrsehrsehrlangeswort
29196 \begin_inset Quotes grd
29197 \end_inset
29198
29199
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205 }
29206 \end_layout
29207
29208 \end_inset
29209
29210 .
29211 \end_layout
29212
29213 \begin_layout Subsection
29214 Vertikale Ausrichtung
29215 \begin_inset CommandInset label
29216 LatexCommand label
29217 name "uab:Vertikale-Ausrichtung"
29218
29219 \end_inset
29220
29221
29222 \begin_inset Index
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226 Boxen ! für Vertikale Ausrichtung
29227 \end_layout
29228
29229 \end_inset
29230
29231
29232 \begin_inset Index
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236 Boxen ! raisebox
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \end_layout
29243
29244 \begin_layout Standard
29245 Mit dem LaTeX-Befehl 
29246 \series bold
29247
29248 \backslash
29249 raisebox
29250 \series default
29251  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29252 n Textes ausrichten.
29253  
29254 \series bold
29255
29256 \backslash
29257 raisebox
29258 \series default
29259  wird folgendermaßen benutzt:
29260 \end_layout
29261
29262 \begin_layout Standard
29263
29264 \series bold
29265
29266 \backslash
29267 raisebox{Verschiebung}[oben][unten]{Text}
29268 \end_layout
29269
29270 \begin_layout Standard
29271 Positive Werte für Verschiebung
29272 \series bold
29273  
29274 \series default
29275 verschieben die Box nach oben, negative nach unten.
29276  Die beiden optionalen Parameter 
29277 \family typewriter
29278 oben
29279 \family default
29280  und 
29281 \family typewriter
29282 unten
29283 \family default
29284  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29285  hinausgeht, wenn sie nicht verschoben ist.
29286 \end_layout
29287
29288 \begin_layout Standard
29289 Um zum Beispiel das Wort 
29290 \begin_inset Quotes gld
29291 \end_inset
29292
29293 provokant
29294 \begin_inset Quotes grd
29295 \end_inset
29296
29297  mit seinem 
29298 \begin_inset Quotes gld
29299 \end_inset
29300
29301 niedrigsten
29302 \begin_inset Quotes grd
29303 \end_inset
29304
29305  Buchstaben 
29306 \begin_inset Quotes gld
29307 \end_inset
29308
29309 p
29310 \begin_inset Quotes grd
29311 \end_inset
29312
29313  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29314 \end_layout
29315
29316 \begin_layout Standard
29317
29318 \series bold
29319
29320 \backslash
29321 raisebox{
29322 \backslash
29323 depth}{
29324 \end_layout
29325
29326 \begin_layout Standard
29327 vor dem Wort einfügen und 
29328 \begin_inset Quotes gld
29329 \end_inset
29330
29331
29332 \series bold
29333 }
29334 \series default
29335
29336 \begin_inset Quotes grd
29337 \end_inset
29338
29339  als TeX-Code dahinter:
29340 \end_layout
29341
29342 \begin_layout Standard
29343 Dies ist eine Zeile, in der das Wort 
29344 \begin_inset ERT
29345 status collapsed
29346
29347 \begin_layout Plain Layout
29348
29349
29350 \backslash
29351 raisebox{
29352 \backslash
29353 depth}{
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \begin_inset Quotes gld
29360 \end_inset
29361
29362 provokant
29363 \begin_inset Quotes grd
29364 \end_inset
29365
29366
29367 \begin_inset ERT
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371
29372 }
29373 \end_layout
29374
29375 \end_inset
29376
29377  nach oben verschoben wurde.
29378 \end_layout
29379
29380 \begin_layout Standard
29381 \begin_inset VSpace bigskip
29382 \end_inset
29383
29384 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29385  gedehnt:
29386 \end_layout
29387
29388 \begin_layout Standard
29389 Dies ist eine Zeile, in der das Wort 
29390 \begin_inset ERT
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394
29395
29396 \backslash
29397 raisebox{-
29398 \backslash
29399 depth}{
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \begin_inset Quotes gld
29406 \end_inset
29407
29408 provokant
29409 \begin_inset Quotes grd
29410 \end_inset
29411
29412
29413 \begin_inset ERT
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417
29418 }
29419 \end_layout
29420
29421 \end_inset
29422
29423  nach unten verschoben wurde.
29424 \end_layout
29425
29426 \begin_layout Standard
29427 Dies ist eine Zeile, in der das Wort 
29428 \begin_inset ERT
29429 status collapsed
29430
29431 \begin_layout Plain Layout
29432
29433
29434 \backslash
29435 raisebox{0.5cm}{
29436 \end_layout
29437
29438 \end_inset
29439
29440
29441 \begin_inset Quotes gld
29442 \end_inset
29443
29444 testen
29445 \begin_inset Quotes grd
29446 \end_inset
29447
29448
29449 \begin_inset ERT
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453
29454 }
29455 \end_layout
29456
29457 \end_inset
29458
29459  um 0.5
29460 \begin_inset Space \thinspace{}
29461 \end_inset
29462
29463 cm nach oben verschoben wurde.
29464 \end_layout
29465
29466 \begin_layout Standard
29467 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29468 \end_layout
29469
29470 \begin_layout Standard
29471
29472 \series bold
29473
29474 \backslash
29475 raisebox{-
29476 \backslash
29477 depth}[0pt]{
29478 \end_layout
29479
29480 \begin_layout Standard
29481 Dies ist eine Zeile, in der das Wort 
29482 \begin_inset ERT
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486
29487
29488 \backslash
29489 raisebox{-
29490 \backslash
29491 depth}[0pt]{
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \begin_inset Quotes gld
29498 \end_inset
29499
29500 provokant
29501 \begin_inset Quotes grd
29502 \end_inset
29503
29504
29505 \begin_inset ERT
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509
29510 }
29511 \end_layout
29512
29513 \end_inset
29514
29515  nach unten verschoben wurde.
29516 \end_layout
29517
29518 \begin_layout Standard
29519 Dies ist eine Zeile, in der das Wort 
29520 \begin_inset ERT
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524
29525
29526 \backslash
29527 raisebox{0.5cm}[0pt]{
29528 \end_layout
29529
29530 \end_inset
29531
29532
29533 \begin_inset Quotes gld
29534 \end_inset
29535
29536 testen
29537 \begin_inset Quotes grd
29538 \end_inset
29539
29540
29541 \begin_inset ERT
29542 status collapsed
29543
29544 \begin_layout Plain Layout
29545
29546 }
29547 \end_layout
29548
29549 \end_inset
29550
29551  um 0.5
29552 \begin_inset Space \thinspace{}
29553 \end_inset
29554
29555 cm nach oben verschoben wurde.
29556  Jetzt überschneiden sich die verschobenen Worte.
29557 \end_layout
29558
29559 \begin_layout Section
29560 Farbige Boxen
29561 \begin_inset CommandInset label
29562 LatexCommand label
29563 name "abs:Farbige-Boxen"
29564
29565 \end_inset
29566
29567
29568 \begin_inset Index
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572 Boxen ! farbige
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \end_layout
29579
29580 \begin_layout Subsection
29581 Text-Hintergrundfarbe
29582 \begin_inset Index
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586 Farbe ! für Text-Hintergrund
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \begin_layout Standard
29595 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29596  sogenannten 
29597 \begin_inset Quotes gld
29598 \end_inset
29599
29600 colorbox
29601 \begin_inset Quotes grd
29602 \end_inset
29603
29604  stehen.
29605  Dafür muss das LaTeX-Paket 
29606 \series bold
29607 color
29608 \series default
29609
29610 \begin_inset Index
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614 LaTeX-Pakete ! color
29615 \end_layout
29616
29617 \end_inset
29618
29619  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29620 \end_layout
29621
29622 \begin_layout Standard
29623
29624 \series bold
29625
29626 \backslash
29627 @ifundef\SpecialChar \textcompwordmark{}
29628 ined{textcolor}
29629 \begin_inset Newline newline
29630 \end_inset
29631
29632
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 hphantom{ }
29641 \end_layout
29642
29643 \end_inset
29644
29645 {
29646 \backslash
29647 usepackage{color}}{}
29648 \end_layout
29649
29650 \begin_layout Standard
29651 Wenn Sie Text einfärben, lädt LyX das Paket 
29652 \series bold
29653 color
29654 \series default
29655  automatisch.
29656 \begin_inset Foot
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660 Der Befehl 
29661 \series bold
29662
29663 \backslash
29664 @ifundef\SpecialChar \textcompwordmark{}
29665 ined
29666 \series default
29667  vermeidet, dass es in diesem Fall doppelt geladen wird.
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \begin_layout Standard
29676 \begin_inset VSpace medskip
29677 \end_inset
29678
29679 Colorboxen werden mit dem Befehl 
29680 \series bold
29681
29682 \backslash
29683 colorbox
29684 \series default
29685  erzeugt:
29686 \end_layout
29687
29688 \begin_layout Standard
29689
29690 \series bold
29691
29692 \backslash
29693 colorbox{Farbe}{Boxinhalt}
29694 \end_layout
29695
29696 \begin_layout Standard
29697 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29698  Boxen sein.
29699 \end_layout
29700
29701 \begin_layout Standard
29702 Die folgenden Farben sind vordefiniert (
29703 \begin_inset Graphics
29704         filename ../../images/dialog-show_character.png
29705         scale 70
29706         scaleBeforeRotation
29707         BoundingBox 0bp 0bp 22bp 22bp
29708
29709 \end_inset
29710
29711 \SpecialChar \menuseparator
29712
29713 \family sans
29714 Farbe
29715 \family default
29716 ):
29717 \family sans
29718  schwarz
29719 \family default
29720
29721 \family sans
29722 wei
29723 \family default
29724 ß, 
29725 \family sans
29726 rot
29727 \family default
29728 \series bold
29729 ,
29730 \series default
29731  
29732 \family sans
29733 grün
29734 \family default
29735
29736 \family sans
29737 blau
29738 \family default
29739
29740 \family sans
29741 türkis
29742 \family default
29743
29744 \family sans
29745 purpurrot
29746 \family default
29747  und 
29748 \family sans
29749 gelb
29750 \family default
29751 .
29752 \end_layout
29753
29754 \begin_layout Standard
29755 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29756 \begin_inset Space ~
29757 \end_inset
29758
29759
29760 \begin_inset CommandInset ref
29761 LatexCommand ref
29762 reference "abs:Farbige-Tabellen"
29763
29764 \end_inset
29765
29766  beschrieben.
29767 \end_layout
29768
29769 \begin_layout Standard
29770 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29771  den TeX-Code-Befehl
29772 \end_layout
29773
29774 \begin_layout Standard
29775
29776 \series bold
29777
29778 \backslash
29779 colorbox{red}{
29780 \end_layout
29781
29782 \begin_layout Standard
29783 vor dem Wort ein.
29784  Hinter dem Wort fügen Sie 
29785 \series bold
29786
29787 \begin_inset Quotes gld
29788 \end_inset
29789
29790 }
29791 \series default
29792
29793 \begin_inset Quotes grd
29794 \end_inset
29795
29796  als TeX-Code ein.
29797  Hier ist das Ergebnis:
29798 \end_layout
29799
29800 \begin_layout Standard
29801 In dieser Zeile hat 
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 colorbox{red}{
29810 \end_layout
29811
29812 \end_inset
29813
29814 Achtung!
29815 \begin_inset ERT
29816 status collapsed
29817
29818 \begin_layout Plain Layout
29819
29820 }
29821 \end_layout
29822
29823 \end_inset
29824
29825  einen roten Hintergrund.
29826 \end_layout
29827
29828 \begin_layout Standard
29829 \begin_inset VSpace bigskip
29830 \end_inset
29831
29832 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29833  
29834 \series bold
29835
29836 \backslash
29837 fcolorbox
29838 \series default
29839  verwenden:
29840 \end_layout
29841
29842 \begin_layout Standard
29843
29844 \series bold
29845
29846 \backslash
29847 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29848 \end_layout
29849
29850 \begin_layout Standard
29851
29852 \series bold
29853
29854 \backslash
29855 fcolorbox
29856 \series default
29857  ist eine Erweiterung von 
29858 \series bold
29859
29860 \backslash
29861 colorbox
29862 \series default
29863 .
29864  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29865  
29866 \series bold
29867
29868 \backslash
29869 fboxrule
29870 \series default
29871  und 
29872 \series bold
29873
29874 \backslash
29875 fboxsep
29876 \series default
29877  gesteuert werden, wie in Abschnitt
29878 \begin_inset Space ~
29879 \end_inset
29880
29881
29882 \begin_inset CommandInset ref
29883 LatexCommand ref
29884 reference "abs:Gerahmte-Boxen"
29885
29886 \end_inset
29887
29888  beschrieben.
29889 \end_layout
29890
29891 \begin_layout Standard
29892 Für das folgende Beispiel wurde der Befehl
29893 \end_layout
29894
29895 \begin_layout Standard
29896
29897 \series bold
29898
29899 \backslash
29900 fcolorbox{cyan}{magenta}{
29901 \end_layout
29902
29903 \begin_layout Standard
29904 benutzt.
29905  Hier wurden die Rahmendicke und der Abstand auf 1
29906 \begin_inset Space \thinspace{}
29907 \end_inset
29908
29909 mm gesetzt:
29910 \begin_inset Newline newline
29911 \end_inset
29912
29913
29914 \begin_inset ERT
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918
29919
29920 \backslash
29921 fboxrule 1mm 
29922 \backslash
29923 fboxsep 1mm
29924 \end_layout
29925
29926 \end_inset
29927
29928
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934
29935 \backslash
29936 fcolorbox{cyan}{green}{
29937 \end_layout
29938
29939 \end_inset
29940
29941 Dies ist Text in einer farbigen, gerahmten Box.
29942 \begin_inset ERT
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946
29947 }
29948 \end_layout
29949
29950 \end_inset
29951
29952
29953 \end_layout
29954
29955 \begin_layout Standard
29956 \begin_inset VSpace bigskip
29957 \end_inset
29958
29959 Natürlich gibt es auch farbigen Text in einer Colorbox:
29960 \begin_inset Newline newline
29961 \end_inset
29962
29963
29964 \begin_inset ERT
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968
29969
29970 \backslash
29971 fcolorbox{cyan}{green}{
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \color yellow
29978 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29979 \color none
29980
29981 \begin_inset ERT
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985
29986 }
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \begin_inset ERT
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996
29997
29998 \backslash
29999 fboxrule 0.4pt 
30000 \backslash
30001 fboxsep 3pt
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \end_layout
30008
30009 \begin_layout Standard
30010 \begin_inset VSpace bigskip
30011 \end_inset
30012
30013
30014 \end_layout
30015
30016 \begin_layout Standard
30017 \begin_inset Note Greyedout
30018 status open
30019
30020 \begin_layout Plain Layout
30021 \noindent
30022
30023 \series bold
30024 Bemerkung:
30025 \series default
30026  Text in Colorboxen kann nicht umgebrochen werden.
30027  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30028  wie im folgenden beschrieben.
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \end_layout
30035
30036 \begin_layout Subsection
30037 Farbe für Absätze
30038 \begin_inset CommandInset label
30039 LatexCommand label
30040 name "uab:Farbe-für-Absätze"
30041
30042 \end_inset
30043
30044
30045 \begin_inset Index
30046 status collapsed
30047
30048 \begin_layout Plain Layout
30049 Farbe ! für Absätze
30050 \end_layout
30051
30052 \end_inset
30053
30054
30055 \end_layout
30056
30057 \begin_layout Standard
30058 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30059  den Text in eine Minipage stellen.
30060  Vor der Minipage fügen Sie den TeX-Code-Befehl
30061 \end_layout
30062
30063 \begin_layout Standard
30064
30065 \series bold
30066
30067 \backslash
30068 colorbox{color}{
30069 \end_layout
30070
30071 \begin_layout Standard
30072 ein.
30073  Hinter der Minipage fügen Sie 
30074 \series bold
30075
30076 \begin_inset Quotes gld
30077 \end_inset
30078
30079 }
30080 \series default
30081
30082 \begin_inset Quotes grd
30083 \end_inset
30084
30085  als TeX-Code ein.
30086 \end_layout
30087
30088 \begin_layout Standard
30089 \begin_inset ERT
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093
30094
30095 \backslash
30096 colorbox{hellgrau}{
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \begin_inset Box Frameless
30103 position "t"
30104 hor_pos "c"
30105 has_inner_box 1
30106 inner_pos "t"
30107 use_parbox 0
30108 width "100col%"
30109 special "none"
30110 height "1in"
30111 height_special "totalheight"
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115 Dies ist Text mit einer Hintergrundfarbe.
30116  Dies ist Text mit einer Hintergrundfarbe.
30117 \end_layout
30118
30119 \begin_layout Plain Layout
30120 Der Text kann Fußnoten
30121 \begin_inset Foot
30122 status open
30123
30124 \begin_layout Plain Layout
30125 Eine weitere Fußnote
30126 \end_layout
30127
30128 \end_inset
30129
30130  und Tabellen und Abbildungen enthalten.
30131 \end_layout
30132
30133 \begin_layout Plain Layout
30134 \align center
30135 \begin_inset Tabular
30136 <lyxtabular version="3" rows="3" columns="3">
30137 <features>
30138 <column alignment="center" valignment="top" width="0">
30139 <column alignment="center" valignment="top" width="0">
30140 <column alignment="center" valignment="top" width="0">
30141 <row>
30142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30143 \begin_inset Text
30144
30145 \begin_layout Plain Layout
30146 a
30147 \end_layout
30148
30149 \end_inset
30150 </cell>
30151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30152 \begin_inset Text
30153
30154 \begin_layout Plain Layout
30155 !
30156 \end_layout
30157
30158 \end_inset
30159 </cell>
30160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30161 \begin_inset Text
30162
30163 \begin_layout Plain Layout
30164 3
30165 \end_layout
30166
30167 \end_inset
30168 </cell>
30169 </row>
30170 <row>
30171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30172 \begin_inset Text
30173
30174 \begin_layout Plain Layout
30175 <
30176 \end_layout
30177
30178 \end_inset
30179 </cell>
30180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30181 \begin_inset Text
30182
30183 \begin_layout Plain Layout
30184 b2
30185 \begin_inset Quotes erd
30186 \end_inset
30187
30188 |
30189 \end_layout
30190
30191 \end_inset
30192 </cell>
30193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30194 \begin_inset Text
30195
30196 \begin_layout Plain Layout
30197 >
30198 \end_layout
30199
30200 \end_inset
30201 </cell>
30202 </row>
30203 <row>
30204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30205 \begin_inset Text
30206
30207 \begin_layout Plain Layout
30208 1
30209 \end_layout
30210
30211 \end_inset
30212 </cell>
30213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30214 \begin_inset Text
30215
30216 \begin_layout Plain Layout
30217 §
30218 \end_layout
30219
30220 \end_inset
30221 </cell>
30222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30223 \begin_inset Text
30224
30225 \begin_layout Plain Layout
30226 c
30227 \end_layout
30228
30229 \end_inset
30230 </cell>
30231 </row>
30232 </lyxtabular>
30233
30234 \end_inset
30235
30236
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \begin_inset ERT
30243 status collapsed
30244
30245 \begin_layout Plain Layout
30246
30247 }
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \end_layout
30254
30255 \begin_layout Section
30256 Rotierte und skalierte Boxen
30257 \end_layout
30258
30259 \begin_layout Standard
30260 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30261 \series bold
30262 graphicx
30263 \series default
30264
30265 \begin_inset Index
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269 LaTeX-Pakete ! graphicx
30270 \end_layout
30271
30272 \end_inset
30273
30274  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30275 \end_layout
30276
30277 \begin_layout Standard
30278
30279 \series bold
30280
30281 \backslash
30282 @ifundefined{rotatebox}
30283 \begin_inset Newline newline
30284 \end_inset
30285
30286
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292
30293 \backslash
30294 hphantom{ }
30295 \end_layout
30296
30297 \end_inset
30298
30299 {
30300 \backslash
30301 usepackage{graphicx}}{}
30302 \end_layout
30303
30304 \begin_layout Standard
30305 \begin_inset Note Greyedout
30306 status open
30307
30308 \begin_layout Plain Layout
30309
30310 \series bold
30311 Bemerkung:
30312 \series default
30313  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30314  darstellen.
30315  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \end_layout
30322
30323 \begin_layout Standard
30324 \begin_inset Note Greyedout
30325 status open
30326
30327 \begin_layout Plain Layout
30328
30329 \series bold
30330 Bemerkung:
30331 \series default
30332  Gleitobjekte dürfen nicht in eine rotiere oder skaliere Box gesetzt werden.
30333 \end_layout
30334
30335 \end_inset
30336
30337
30338 \end_layout
30339
30340 \begin_layout Subsection
30341 Rotierte Boxen
30342 \begin_inset Index
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346 Boxen ! rotierte
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \begin_inset Index
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356 Rotiertes Material
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \begin_inset Index
30363 status collapsed
30364
30365 \begin_layout Plain Layout
30366 Abbildungen ! rotierte
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \begin_inset Index
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376 Tabellen ! rotierte
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \end_layout
30383
30384 \begin_layout Standard
30385 Um Text zu drehen, verwendet man den Befehl 
30386 \series bold
30387
30388 \backslash
30389 rotatebox
30390 \series default
30391  im TeX-Code nach folgendem Schema:
30392 \end_layout
30393
30394 \begin_layout Standard
30395
30396 \series bold
30397
30398 \backslash
30399 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30400 \end_layout
30401
30402 \begin_layout Standard
30403 Der Drehpunkt wird mit 
30404 \series bold
30405 origin=Position
30406 \series default
30407  angegeben.
30408  Folgende Positionen sind möglich: 
30409 \emph on
30410 c
30411 \emph default
30412  (mittig), 
30413 \emph on
30414 l
30415 \emph default
30416  (links), 
30417 \emph on
30418 r
30419 \emph default
30420  (rechts), 
30421 \emph on
30422 b
30423 \emph default
30424  (unten), 
30425 \emph on
30426 t
30427 \emph default
30428  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30429  Z.
30430 \begin_inset Space \thinspace{}
30431 \end_inset
30432
30433 B.
30434  bedeutet 
30435 \emph on
30436 lt
30437 \emph default
30438 , dass sich der Drehpunkt links oben befindet.
30439  Wird kein Drehpunkt angegeben, wird die Position 
30440 \emph on
30441 l
30442 \emph default
30443  verwendet.
30444  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30445  Gedreht wird gegen den Uhrzeigersinn.
30446 \end_layout
30447
30448 \begin_layout Standard
30449 Im folgenden Beispiel wurde vor dem Text der Befehl 
30450 \series bold
30451
30452 \backslash
30453 rotatebox[origin=c]{60}{
30454 \series default
30455  im TeX-Modus eingegeben.
30456  Nach dem Text wurde die schließende Klammer 
30457 \series bold
30458 }
30459 \series default
30460  wiederum im TeX-Modus eingegeben.
30461 \end_layout
30462
30463 \begin_layout Standard
30464 Dies ist eine Zeile 
30465 \begin_inset ERT
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469
30470
30471 \backslash
30472 rotatebox[origin=c]{60}{
30473 \end_layout
30474
30475 \end_inset
30476
30477 mit rotiertem
30478 \begin_inset ERT
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482
30483 }
30484 \end_layout
30485
30486 \end_inset
30487
30488  Text.
30489 \end_layout
30490
30491 \begin_layout Standard
30492 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30493 \end_layout
30494
30495 \begin_layout Standard
30496 Dies ist eine Zeile 
30497 \begin_inset ERT
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501
30502
30503 \backslash
30504 rotatebox[origin=r]{-60}{
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset Box Doublebox
30511 position "c"
30512 hor_pos "c"
30513 has_inner_box 0
30514 inner_pos "c"
30515 use_parbox 0
30516 width "1in"
30517 special "width"
30518 height "1in"
30519 height_special "totalheight"
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523 mit rotiertem
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534 }
30535 \end_layout
30536
30537 \end_inset
30538
30539  umrandeten Text 
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545
30546 \backslash
30547 rotatebox[origin=lb]{60}{
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30554 \end_inset
30555
30556
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562 }
30563 \end_layout
30564
30565 \end_inset
30566
30567  und einer Formel.
30568 \end_layout
30569
30570 \begin_layout Standard
30571 oder ein Bild oder Tabelle:
30572 \end_layout
30573
30574 \begin_layout Standard
30575 Dies ist eine Zeile 
30576 \begin_inset ERT
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580
30581
30582 \backslash
30583 rotatebox[origin=lb]{90}{
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \begin_inset Graphics
30590         filename ../clipart/platypus.eps
30591         lyxscale 50
30592         width 25col%
30593
30594 \end_inset
30595
30596
30597 \begin_inset ERT
30598 status collapsed
30599
30600 \begin_layout Plain Layout
30601
30602 }
30603 \end_layout
30604
30605 \end_inset
30606
30607  mit einem rotierten Bild 
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613
30614 \backslash
30615 rotatebox[origin=l]{-90}{
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \begin_inset Tabular
30622 <lyxtabular version="3" rows="2" columns="2">
30623 <features>
30624 <column alignment="center" valignment="top" width="0">
30625 <column alignment="center" valignment="top" width="0">
30626 <row>
30627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30628 \begin_inset Text
30629
30630 \begin_layout Plain Layout
30631 q
30632 \end_layout
30633
30634 \end_inset
30635 </cell>
30636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30637 \begin_inset Text
30638
30639 \begin_layout Plain Layout
30640 w
30641 \end_layout
30642
30643 \end_inset
30644 </cell>
30645 </row>
30646 <row>
30647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30648 \begin_inset Text
30649
30650 \begin_layout Plain Layout
30651 e
30652 \end_layout
30653
30654 \end_inset
30655 </cell>
30656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30657 \begin_inset Text
30658
30659 \begin_layout Plain Layout
30660 r
30661 \end_layout
30662
30663 \end_inset
30664 </cell>
30665 </row>
30666 </lyxtabular>
30667
30668 \end_inset
30669
30670
30671 \begin_inset ERT
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675
30676 }
30677 \end_layout
30678
30679 \end_inset
30680
30681  und Tabelle.
30682 \end_layout
30683
30684 \begin_layout Subsection
30685 Skalierte Boxen
30686 \begin_inset Index
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 Boxen ! skalierte
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \begin_inset Index
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700 Skaliertes Material
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \begin_inset Index
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 Abbildungen ! skalierte
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \begin_inset Index
30717 status collapsed
30718
30719 \begin_layout Plain Layout
30720 Tabellen ! skalierte
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \end_layout
30727
30728 \begin_layout Standard
30729 Um Text zu skalieren, kann man die Befehle 
30730 \series bold
30731
30732 \backslash
30733 scalebox
30734 \series default
30735  und 
30736 \series bold
30737
30738 \backslash
30739 resizebox
30740 \series default
30741  im TeX-Modus verwenden.
30742 \end_layout
30743
30744 \begin_layout Standard
30745
30746 \series bold
30747
30748 \backslash
30749 scalebox
30750 \series default
30751  wird nach folgendem Schema verwendet:
30752 \end_layout
30753
30754 \begin_layout Standard
30755
30756 \series bold
30757
30758 \backslash
30759 scalebox{horizontal}[vertikal]{Boxinhalt}
30760 \end_layout
30761
30762 \begin_layout Standard
30763 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30764  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30765  verwendet.
30766 \end_layout
30767
30768 \begin_layout Standard
30769 Z.
30770 \begin_inset Space \thinspace{}
30771 \end_inset
30772
30773 B.
30774  ergibt der Befehl 
30775 \series bold
30776
30777 \backslash
30778 scalebox{2}{Hallo}
30779 \series default
30780  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30781 \begin_inset ERT
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785
30786
30787 \backslash
30788 scalebox{2}{
30789 \end_layout
30790
30791 \end_inset
30792
30793 Hallo
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799 }
30800 \end_layout
30801
30802 \end_inset
30803
30804 .
30805 \end_layout
30806
30807 \begin_layout Standard
30808
30809 \series bold
30810
30811 \backslash
30812 scalebox{2}[1]{Hallo}
30813 \series default
30814  verzerrt hingegen das 
30815 \begin_inset ERT
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819
30820
30821 \backslash
30822 scalebox{2}[1]{
30823 \end_layout
30824
30825 \end_inset
30826
30827 Hallo
30828 \begin_inset ERT
30829 status collapsed
30830
30831 \begin_layout Plain Layout
30832
30833 }
30834 \end_layout
30835
30836 \end_inset
30837
30838 .
30839 \end_layout
30840
30841 \begin_layout Standard
30842 Die Skalierungsfaktoren dürfen auch negativ sein.
30843  In diesem Fall wird der Boxinhalt gespiegelt.
30844 \end_layout
30845
30846 \begin_layout Standard
30847 Daher lässt sich mit dem Befehl 
30848 \series bold
30849
30850 \backslash
30851 scalebox{-1}[1]{Hallo}
30852 \series default
30853  Spiegelschrift erstellen: 
30854 \begin_inset ERT
30855 status collapsed
30856
30857 \begin_layout Plain Layout
30858
30859
30860 \backslash
30861 scalebox{-1}[1]{
30862 \end_layout
30863
30864 \end_inset
30865
30866 Hallo
30867 \begin_inset ERT
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871
30872 }
30873 \end_layout
30874
30875 \end_inset
30876
30877
30878 \end_layout
30879
30880 \begin_layout Standard
30881
30882 \series bold
30883
30884 \backslash
30885 scalebox{1}[-1]{Hallo}
30886 \series default
30887  spiegelt das 
30888 \begin_inset ERT
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892
30893
30894 \backslash
30895 scalebox{1}[-1]{
30896 \end_layout
30897
30898 \end_inset
30899
30900 Hallo
30901 \begin_inset ERT
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905
30906 }
30907 \end_layout
30908
30909 \end_inset
30910
30911  an der Grundlinie.
30912 \end_layout
30913
30914 \begin_layout Standard
30915 Zu 
30916 \series bold
30917
30918 \backslash
30919 scalebox{-1}[1]{Boxinhalt}
30920 \series default
30921  gibt es den äquivalenten Befehl
30922 \begin_inset Newline newline
30923 \end_inset
30924
30925
30926 \series bold
30927
30928 \backslash
30929 ref\SpecialChar \textcompwordmark{}
30930 lectbox{Boxinhalt}
30931 \series default
30932 .
30933 \end_layout
30934
30935 \begin_layout Standard
30936 \begin_inset VSpace bigskip
30937 \end_inset
30938
30939
30940 \series bold
30941
30942 \backslash
30943 resizebox
30944 \series default
30945  verwendet man um den Boxinhalt auf eine bestimmte Höhe bzw.
30946  Breite zu skalieren.
30947  Das Befehlsschema ist folgendes:
30948 \end_layout
30949
30950 \begin_layout Standard
30951
30952 \series bold
30953
30954 \backslash
30955 resizebox{Breite}{Höhe}{Boxinhalt}
30956 \end_layout
30957
30958 \begin_layout Standard
30959 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30960 \series bold
30961 !
30962 \series default
30963  ein, wird die Größe so gewählt, dass das Aspektverhältnis der Box beibehalten
30964  wird.
30965 \end_layout
30966
30967 \begin_layout Standard
30968 Der Befehl 
30969 \series bold
30970
30971 \backslash
30972 resizebox{2cm}{1cm}{Hallo}
30973 \series default
30974  ergibt: 
30975 \begin_inset ERT
30976 status collapsed
30977
30978 \begin_layout Plain Layout
30979
30980
30981 \backslash
30982 resizebox{2cm}{1cm}{
30983 \end_layout
30984
30985 \end_inset
30986
30987 Hallo
30988 \begin_inset ERT
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992
30993 }
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \begin_inset Newline newline
31000 \end_inset
31001
31002 Der Befehl 
31003 \series bold
31004
31005 \backslash
31006 resizebox{2cm}{!}{Hallo}
31007 \series default
31008  ergibt: 
31009 \begin_inset ERT
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013
31014
31015 \backslash
31016 resizebox{2cm}{!}{
31017 \end_layout
31018
31019 \end_inset
31020
31021 Hallo
31022 \begin_inset ERT
31023 status collapsed
31024
31025 \begin_layout Plain Layout
31026
31027 }
31028 \end_layout
31029
31030 \end_inset
31031
31032
31033 \end_layout
31034
31035 \begin_layout Standard
31036 \begin_inset VSpace bigskip
31037 \end_inset
31038
31039
31040 \begin_inset Note Greyedout
31041 status open
31042
31043 \begin_layout Plain Layout
31044
31045 \series bold
31046 Bemerkung:
31047 \series default
31048  Wurde in Argumenten von 
31049 \series bold
31050
31051 \backslash
31052 scalebox
31053 \series default
31054  oder 
31055 \series bold
31056
31057 \backslash
31058 resizebox
31059 \series default
31060  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31061  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31062  werden.
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \begin_layout Standard
31071 \begin_inset VSpace bigskip
31072 \end_inset
31073
31074
31075 \end_layout
31076
31077 \begin_layout Standard
31078 Alle Boxen können beliebig miteinander kombiniert werden.
31079  So ergibt z.
31080 \begin_inset Space \thinspace{}
31081 \end_inset
31082
31083 B.
31084  der Befehl
31085 \begin_inset Newline newline
31086 \end_inset
31087
31088
31089 \series bold
31090
31091 \backslash
31092 rotatebox[origin=c]{-45}{
31093 \backslash
31094 resizebox{2cm}{!}{
31095 \backslash
31096 reflectbox{Hallo}}}
31097 \series default
31098 :
31099 \end_layout
31100
31101 \begin_layout Standard
31102 \align center
31103 \begin_inset ERT
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107
31108
31109 \backslash
31110 rotatebox[origin=c]{-45}{
31111 \backslash
31112 resizebox{2cm}{!}{
31113 \backslash
31114 reflectbox{
31115 \end_layout
31116
31117 \end_inset
31118
31119 Hallo
31120 \begin_inset ERT
31121 status collapsed
31122
31123 \begin_layout Plain Layout
31124
31125 }}}
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \begin_layout Standard
31134 \noindent
31135 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31136 \end_layout
31137
31138 \begin_layout Standard
31139 \align center
31140 \begin_inset ERT
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144
31145
31146 \backslash
31147 rotatebox[origin=c]{-30}{
31148 \backslash
31149 resizebox{2cm}{!}{
31150 \backslash
31151 reflectbox{
31152 \end_layout
31153
31154 \end_inset
31155
31156
31157 \begin_inset Graphics
31158         filename ../clipart/platypus.eps
31159         lyxscale 50
31160         width 25col%
31161
31162 \end_inset
31163
31164
31165 \begin_inset ERT
31166 status collapsed
31167
31168 \begin_layout Plain Layout
31169
31170 }}}
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \begin_inset ERT
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180
31181
31182 \backslash
31183 rotatebox[origin=c]{-45}{
31184 \backslash
31185 resizebox{2cm}{!}{
31186 \backslash
31187 reflectbox{
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \begin_inset Tabular
31194 <lyxtabular version="3" rows="2" columns="2">
31195 <features>
31196 <column alignment="center" valignment="top" width="0">
31197 <column alignment="center" valignment="top" width="0">
31198 <row>
31199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31200 \begin_inset Text
31201
31202 \begin_layout Plain Layout
31203 q
31204 \end_layout
31205
31206 \end_inset
31207 </cell>
31208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31209 \begin_inset Text
31210
31211 \begin_layout Plain Layout
31212 w
31213 \end_layout
31214
31215 \end_inset
31216 </cell>
31217 </row>
31218 <row>
31219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31220 \begin_inset Text
31221
31222 \begin_layout Plain Layout
31223 e
31224 \end_layout
31225
31226 \end_inset
31227 </cell>
31228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31229 \begin_inset Text
31230
31231 \begin_layout Plain Layout
31232 r
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 </row>
31238 </lyxtabular>
31239
31240 \end_inset
31241
31242
31243 \begin_inset ERT
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247
31248 }}}
31249 \end_layout
31250
31251 \end_inset
31252
31253
31254 \begin_inset ERT
31255 status collapsed
31256
31257 \begin_layout Plain Layout
31258
31259
31260 \backslash
31261 rotatebox[origin=c]{-45}{
31262 \backslash
31263 resizebox{2cm}{!}{
31264 \backslash
31265 reflectbox{
31266 \end_layout
31267
31268 \end_inset
31269
31270
31271 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31272 \end_inset
31273
31274
31275 \begin_inset ERT
31276 status collapsed
31277
31278 \begin_layout Plain Layout
31279
31280 }}}
31281 \end_layout
31282
31283 \end_inset
31284
31285
31286 \end_layout
31287
31288 \begin_layout Standard
31289 Hat man den globalen Formelstil 
31290 \series bold
31291 fleqn
31292 \series default
31293
31294 \begin_inset Foot
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298 Wenn 
31299 \begin_inset Quotes gld
31300 \end_inset
31301
31302 fleqn
31303 \begin_inset Quotes grd
31304 \end_inset
31305
31306  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31307 \end_layout
31308
31309 \end_inset
31310
31311  gewählt, kann man auch abgesetzte Formeln skalieren.
31312 \end_layout
31313
31314 \begin_layout Chapter
31315 Externe Dateien
31316 \begin_inset Index
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320 Dateien ! externe
31321 \end_layout
31322
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \begin_layout Standard
31329 Mit 
31330 \family sans
31331 Einfügen\SpecialChar \menuseparator
31332 Datei
31333 \family default
31334  können Sie fremdes Material in Ihr Dokument einsetzen.
31335  Das kann folgendes sein:
31336 \end_layout
31337
31338 \begin_layout Description
31339 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31340  eingefügt.
31341 \end_layout
31342
31343 \begin_layout Description
31344 Einfacher
31345 \begin_inset Space ~
31346 \end_inset
31347
31348 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31349  eingefügt.
31350 \end_layout
31351
31352 \begin_layout Description
31353 Einfacher
31354 \begin_inset Space ~
31355 \end_inset
31356
31357 Text,
31358 \begin_inset Space ~
31359 \end_inset
31360
31361 Zeilen
31362 \begin_inset Space ~
31363 \end_inset
31364
31365 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31366  Leerzeilen trennen die Absätze.
31367 \end_layout
31368
31369 \begin_layout Description
31370 Externes
31371 \begin_inset Space ~
31372 \end_inset
31373
31374 Material Dateien in verschiedenen Formaten.
31375 \end_layout
31376
31377 \begin_layout Description
31378 Unterdokument LyX- oder LaTeX-Dokumente.
31379 \end_layout
31380
31381 \begin_layout Section
31382 Externes Material
31383 \begin_inset Index
31384 status collapsed
31385
31386 \begin_layout Plain Layout
31387 Externes Material
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \end_layout
31394
31395 \begin_layout Standard
31396 Mit 
31397 \family sans
31398 Einfügen\SpecialChar \menuseparator
31399 Datei\SpecialChar \menuseparator
31400  Externes Material
31401 \family default
31402  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31403  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31404  weil LyX sich darum kümmert.
31405  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31406  eingefügt werden können.
31407 \end_layout
31408
31409 \begin_layout Standard
31410 Zur Zeit können Sie folgende Dateitypen (
31411 \family sans
31412 Vorlagen
31413 \family default
31414 ) benutzen:
31415 \end_layout
31416
31417 \begin_layout Description
31418 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31419 \series bold
31420
31421 \begin_inset CommandInset href
31422 LatexCommand href
31423 name "XBoard"
31424 target "http://en.wikipedia.org/wiki/XBoard"
31425
31426 \end_inset
31427
31428
31429 \series default
31430  erzeugt wurden.
31431 \end_layout
31432
31433 \begin_layout Description
31434 Datum fügt ein Datum mit dem Format 
31435 \emph on
31436 Tag-Monat-Jahr
31437 \emph default
31438  ein.
31439  Hier ist ein Beispiel: 
31440 \begin_inset External
31441         template Date
31442         filename .
31443
31444 \end_inset
31445
31446
31447 \lang english
31448
31449 \begin_inset Space ~
31450 \end_inset
31451
31452
31453 \begin_inset Note Note
31454 status open
31455
31456 \begin_layout Plain Layout
31457
31458 \lang english
31459 Remove the protected space when bug 4398 is fixed!
31460 \end_layout
31461
31462 \end_inset
31463
31464
31465 \lang ngerman
31466
31467 \begin_inset Newline newline
31468 \end_inset
31469
31470 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31471  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31472  Menü 
31473 \family sans
31474 Einfügen\SpecialChar \menuseparator
31475 Datum
31476 \family default
31477  und mit dem LaTeX-Befehl 
31478 \series bold
31479
31480 \backslash
31481 today
31482 \series default
31483 .
31484  Die verschiedenen Methoden werden in Tabelle
31485 \begin_inset Space ~
31486 \end_inset
31487
31488
31489 \begin_inset CommandInset ref
31490 LatexCommand ref
31491 reference "tab:Vergleich-der-Datums-Eingaben"
31492
31493 \end_inset
31494
31495  verglichen.
31496 \end_layout
31497
31498 \begin_layout Description
31499 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31500 \series bold
31501
31502 \begin_inset CommandInset href
31503 LatexCommand href
31504 name "LilyPond"
31505 target "http://en.wikipedia.org/wiki/LilyPond"
31506
31507 \end_inset
31508
31509
31510 \series default
31511  schreiben.
31512 \end_layout
31513
31514 \begin_layout Description
31515 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31516  Fast alle bekannten Bildformate werden unterstützt.
31517  Die Bilddateien können im Dialogfenster 
31518 \family sans
31519 Externes
31520 \begin_inset Space ~
31521 \end_inset
31522
31523 Material
31524 \family default
31525  genauso behandelt werden wie die mit dem normalen 
31526 \family sans
31527 Grafik
31528 \family default
31529 -Dialog eingefügten, siehe Abschnitt
31530 \begin_inset Space ~
31531 \end_inset
31532
31533
31534 \begin_inset CommandInset ref
31535 LatexCommand ref
31536 reference "abs:Grafik-Dialog"
31537
31538 \end_inset
31539
31540 .
31541  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31542  und EPS-Bilder werden nicht unterstützt.
31543 \end_layout
31544
31545 \begin_layout Description
31546 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31547 \series bold
31548
31549 \begin_inset CommandInset href
31550 LatexCommand href
31551 name "Xfig"
31552 target "http://en.wikipedia.org/wiki/Xfig"
31553
31554 \end_inset
31555
31556
31557 \series default
31558  erzeugt wurden.
31559 \end_layout
31560
31561 \begin_layout Standard
31562 \begin_inset Float table
31563 placement h
31564 wide false
31565 sideways false
31566 status open
31567
31568 \begin_layout Plain Layout
31569 \begin_inset Caption
31570
31571 \begin_layout Plain Layout
31572 \begin_inset CommandInset label
31573 LatexCommand label
31574 name "tab:Vergleich-der-Datums-Eingaben"
31575
31576 \end_inset
31577
31578 Vergleich der Datums-Eingaben
31579 \end_layout
31580
31581 \end_inset
31582
31583
31584 \end_layout
31585
31586 \begin_layout Plain Layout
31587 \align center
31588 \begin_inset Tabular
31589 <lyxtabular version="3" rows="4" columns="4">
31590 <features>
31591 <column alignment="center" valignment="top" width="0">
31592 <column alignment="center" valignment="top" width="0">
31593 <column alignment="center" valignment="top" width="0">
31594 <column alignment="center" valignment="top" width="0">
31595 <row>
31596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31597 \begin_inset Text
31598
31599 \begin_layout Plain Layout
31600 Dokumentformat
31601 \end_layout
31602
31603 \end_inset
31604 </cell>
31605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31606 \begin_inset Text
31607
31608 \begin_layout Plain Layout
31609
31610 \family sans
31611 Externes Material\SpecialChar \menuseparator
31612 Datum
31613 \end_layout
31614
31615 \end_inset
31616 </cell>
31617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31618 \begin_inset Text
31619
31620 \begin_layout Plain Layout
31621
31622 \family sans
31623 Einfügen\SpecialChar \menuseparator
31624 Datum
31625 \end_layout
31626
31627 \end_inset
31628 </cell>
31629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31630 \begin_inset Text
31631
31632 \begin_layout Plain Layout
31633 Befehl 
31634 \series bold
31635
31636 \backslash
31637 today
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 </row>
31643 <row>
31644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31645 \begin_inset Text
31646
31647 \begin_layout Plain Layout
31648 LyX
31649 \end_layout
31650
31651 \end_inset
31652 </cell>
31653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657 als Box
31658 \end_layout
31659
31660 \end_inset
31661 </cell>
31662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666 als Datum
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Plain Layout
31675 als TeX-Code-Befehl
31676 \end_layout
31677
31678 \end_inset
31679 </cell>
31680 </row>
31681 <row>
31682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31683 \begin_inset Text
31684
31685 \begin_layout Plain Layout
31686 LaTeX
31687 \end_layout
31688
31689 \end_inset
31690 </cell>
31691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31692 \begin_inset Text
31693
31694 \begin_layout Plain Layout
31695 als Datum
31696 \end_layout
31697
31698 \end_inset
31699 </cell>
31700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31701 \begin_inset Text
31702
31703 \begin_layout Plain Layout
31704 als Datum
31705 \end_layout
31706
31707 \end_inset
31708 </cell>
31709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31710 \begin_inset Text
31711
31712 \begin_layout Plain Layout
31713 als Befehl
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 </row>
31719 <row>
31720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724 DVI, PDF, PS
31725 \end_layout
31726
31727 \end_inset
31728 </cell>
31729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31730 \begin_inset Text
31731
31732 \begin_layout Plain Layout
31733 als Datum
31734 \end_layout
31735
31736 \end_inset
31737 </cell>
31738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31739 \begin_inset Text
31740
31741 \begin_layout Plain Layout
31742 als Datum
31743 \end_layout
31744
31745 \end_inset
31746 </cell>
31747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31748 \begin_inset Text
31749
31750 \begin_layout Plain Layout
31751 als Datum
31752 \end_layout
31753
31754 \end_inset
31755 </cell>
31756 </row>
31757 </lyxtabular>
31758
31759 \end_inset
31760
31761
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \end_layout
31768
31769 \begin_layout Standard
31770 Wenn Sie im Dialogfenster
31771 \family sans
31772  Externes
31773 \begin_inset Space ~
31774 \end_inset
31775
31776 Material 
31777 \family default
31778 in der Karteikarte
31779 \family sans
31780  Datei
31781 \family default
31782  die Option 
31783 \family sans
31784 Entwurf
31785 \family default
31786  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31787 \end_layout
31788
31789 \begin_layout Standard
31790 LyX kann externes Material entweder als Box wie hier: 
31791 \begin_inset Graphics
31792         filename clipart/ExternesMaterialQt4.png
31793         lyxscale 80
31794         scale 60
31795         scaleBeforeRotation
31796
31797 \end_inset
31798
31799  oder als Bild darstellen.
31800  Das hängt davon ab, ob Sie im Dialogfenster
31801 \family sans
31802  Externes
31803 \begin_inset Space ~
31804 \end_inset
31805
31806 Material 
31807 \family default
31808 in der Karteikarte 
31809 \family sans
31810 LyX-Ansicht
31811 \family default
31812  die Option 
31813 \family sans
31814 in
31815 \begin_inset Space ~
31816 \end_inset
31817
31818 LyX
31819 \begin_inset Space ~
31820 \end_inset
31821
31822 anzeigen
31823 \family default
31824  gewählt haben oder nicht.
31825 \end_layout
31826
31827 \begin_layout Standard
31828 Im LyX-Handbuch 
31829 \family sans
31830 \emph on
31831 Anpassung
31832 \family default
31833 \emph default
31834  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31835 \end_layout
31836
31837 \begin_layout Section
31838 Unterdokumente
31839 \begin_inset CommandInset label
31840 LatexCommand label
31841 name "abs:Unterdokumente"
31842
31843 \end_inset
31844
31845
31846 \begin_inset Index
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850 Unterdokument
31851 \end_layout
31852
31853 \end_inset
31854
31855
31856 \end_layout
31857
31858 \begin_layout Standard
31859 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31860  oder Abschnitten bestehen.
31861  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31862  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31863 \end_layout
31864
31865 \begin_layout Standard
31866 Unterdokumente werden in LyX als Box angezeigt: 
31867 \begin_inset Graphics
31868         filename clipart/UnterdokumentQt4.png
31869         lyxscale 80
31870         scale 60
31871         scaleBeforeRotation
31872
31873 \end_inset
31874
31875 .
31876  Sie werden über
31877 \family sans
31878  Einfügen\SpecialChar \menuseparator
31879 Datei\SpecialChar \menuseparator
31880 Unterdokument
31881 \family default
31882  eingebunden, was das Dialogfenster
31883 \family sans
31884  Unterdokument
31885 \family default
31886  öffnet.
31887  Für 
31888 \family sans
31889 die Art
31890 \begin_inset Space ~
31891 \end_inset
31892
31893 der
31894 \begin_inset Space ~
31895 \end_inset
31896
31897 Einbindung
31898 \family default
31899  gibt es dort vier Möglichkeiten:
31900 \end_layout
31901
31902 \begin_layout Description
31903 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31904  Wenn Sie im Dialogfenster
31905 \family sans
31906  Unterdokument
31907 \family default
31908  auf 
31909 \family sans
31910 Öffnen
31911 \family default
31912  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31913  und sie können es editieren.
31914 \begin_inset Newline newline
31915 \end_inset
31916
31917
31918 \end_layout
31919
31920 \begin_layout Standard
31921 Hier wird ein Unterdokument
31922 \family sans
31923  
31924 \family default
31925 per 
31926 \family sans
31927 Include
31928 \family default
31929  eingebunden: 
31930 \begin_inset CommandInset include
31931 LatexCommand include
31932 filename "DummyDocument1.lyx"
31933
31934 \end_inset
31935
31936 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31937  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
31938  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31939 s.
31940  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31941 \begin_inset Space ~
31942 \end_inset
31943
31944
31945 \begin_inset CommandInset ref
31946 LatexCommand ref
31947 reference "uab:Externer-Unterabschnitt-1"
31948
31949 \end_inset
31950
31951 .
31952 \end_layout
31953
31954 \begin_layout Standard
31955 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31956  wird benutzt.
31957  Unterdokumente, die per 
31958 \family sans
31959 Include
31960 \family default
31961  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31962  und enden mit einem Seitenumbruch.
31963 \end_layout
31964
31965 \begin_layout Standard
31966 Mit dem LaTeX-Befehl 
31967 \series bold
31968
31969 \backslash
31970 includeonly 
31971 \series default
31972 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31973  erstellt werden soll.
31974  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31975  sehen wollen, und es geht schneller.
31976  
31977 \series bold
31978
31979 \backslash
31980 includeonly
31981 \series default
31982  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31983  Im folgenden Beispiel:
31984 \end_layout
31985
31986 \begin_layout Standard
31987
31988 \series bold
31989
31990 \backslash
31991 includeonly{Kapitel1,Kapitel5}
31992 \end_layout
31993
31994 \begin_layout Standard
31995 werden nur die Dateien 
31996 \begin_inset Quotes gld
31997 \end_inset
31998
31999 Kapitel1.lyx
32000 \begin_inset Quotes grd
32001 \end_inset
32002
32003  (oder 
32004 \begin_inset Quotes gld
32005 \end_inset
32006
32007 Kapitel1.tex
32008 \begin_inset Quotes grd
32009 \end_inset
32010
32011 ) und 
32012 \begin_inset Quotes gld
32013 \end_inset
32014
32015 Kapitel5.lyx
32016 \begin_inset Quotes grd
32017 \end_inset
32018
32019
32020 \series bold
32021  
32022 \series default
32023 eingebunden.
32024 \end_layout
32025
32026 \begin_layout Standard
32027 \begin_inset Note Greyedout
32028 status open
32029
32030 \begin_layout Plain Layout
32031
32032 \series bold
32033 Bemerkung:
32034 \series default
32035  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32036  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32037  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32038  Ergebnissen führen wird.
32039 \end_layout
32040
32041 \end_inset
32042
32043
32044 \end_layout
32045
32046 \begin_layout Description
32047 Input Diese Methode ist 
32048 \family sans
32049 Include
32050 \family default
32051  sehr ähnlich mit folgenden Unterschieden:
32052 \end_layout
32053
32054 \begin_deeper
32055 \begin_layout Itemize
32056 Unterdokumente, die per 
32057 \family sans
32058 Input
32059 \family default
32060  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32061  Seite und enden NICHT mit einem Seitenumbruch.
32062 \end_layout
32063
32064 \begin_layout Itemize
32065 Unterdokumente, die per 
32066 \family sans
32067 Input
32068 \family default
32069  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32070 \family sans
32071  Unterdokument Vorschau
32072 \begin_inset Space ~
32073 \end_inset
32074
32075 anzeigen
32076 \family default
32077  angekreuzt wurde und in den LyX-
32078 \family sans
32079 Einstellungen\SpecialChar \menuseparator
32080 Aussehen
32081 \begin_inset Space ~
32082 \end_inset
32083
32084 &
32085 \begin_inset Space ~
32086 \end_inset
32087
32088 Handhabung\SpecialChar \menuseparator
32089 Grafik Sofortige
32090 \begin_inset Space ~
32091 \end_inset
32092
32093 Vorschau
32094 \family default
32095  auf 
32096 \family sans
32097 An
32098 \family default
32099  gesetzt wurde.
32100  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
32101  aus.
32102 \end_layout
32103
32104 \begin_layout Itemize
32105 Der LaTeX-Befehl 
32106 \series bold
32107
32108 \backslash
32109 includeonly
32110 \series default
32111  kann nicht benutzt werden.
32112 \end_layout
32113
32114 \end_deeper
32115 \begin_layout Standard
32116 Hier ist ein Unterdokument, das mit
32117 \family sans
32118  Input
32119 \family default
32120  eingebunden wurde: 
32121 \begin_inset CommandInset include
32122 LatexCommand input
32123 filename "DummyDocument2.lyx"
32124
32125 \end_inset
32126
32127 .
32128 \end_layout
32129
32130 \begin_layout Description
32131 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32132   In der Druckvorschau wird für den Text der Stil 
32133 \family typewriter
32134 Schreibmaschine
32135 \family default
32136  verwendet.
32137  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32138  Wenn Sie im Dialogfenster
32139 \family sans
32140  Unterdokument Leerzeichen
32141 \begin_inset Space ~
32142 \end_inset
32143
32144 bei
32145 \begin_inset Space ~
32146 \end_inset
32147
32148 der
32149 \begin_inset Space ~
32150 \end_inset
32151
32152 Ausgabe
32153 \begin_inset Space ~
32154 \end_inset
32155
32156 kennzeichnen 
32157 \family default
32158 ankreuzen, wird in der Druckvorschau das Zeichen 
32159 \begin_inset Quotes gld
32160 \end_inset
32161
32162
32163 \begin_inset ERT
32164 status collapsed
32165
32166 \begin_layout Plain Layout
32167
32168
32169 \backslash
32170 textvisiblespace 
32171 \end_layout
32172
32173 \end_inset
32174
32175
32176 \begin_inset Quotes grd
32177 \end_inset
32178
32179  für jedes Leerzeichen eingefügt.
32180 \begin_inset Newline newline
32181 \end_inset
32182
32183 Im Gegensatz zu 
32184 \family sans
32185 Einfügen\SpecialChar \menuseparator
32186 Datei\SpecialChar \menuseparator
32187 Einfacher
32188 \begin_inset Space ~
32189 \end_inset
32190
32191 Text
32192 \family default
32193  wird bei 
32194 \family sans
32195 Unformatiert
32196 \family default
32197  der Dateiinhalt in LyX nicht dargestellt.
32198 \end_layout
32199
32200 \begin_layout Standard
32201 Hier ist ein Unterdokument, das mit
32202 \family sans
32203  Unformatiert
32204 \family default
32205  eingebunden wurde: 
32206 \begin_inset CommandInset include
32207 LatexCommand verbatiminput
32208 filename "DummyTextDocument.txt"
32209
32210 \end_inset
32211
32212
32213 \begin_inset VSpace bigskip
32214 \end_inset
32215
32216 Hier ist ein Unterdokument, das mit
32217 \family sans
32218  Unformatiert
32219 \family default
32220  eingebunden wurde und
32221 \family sans
32222  Leerzeichen
32223 \begin_inset Space ~
32224 \end_inset
32225
32226 bei
32227 \begin_inset Space ~
32228 \end_inset
32229
32230 der
32231 \begin_inset Space ~
32232 \end_inset
32233
32234 Ausgabe
32235 \begin_inset Space ~
32236 \end_inset
32237
32238 kennzeichnen
32239 \family default
32240  angekreuzt hat: 
32241 \begin_inset CommandInset include
32242 LatexCommand verbatiminput*
32243 filename "DummyTextDocument.txt"
32244
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Standard
32251 \begin_inset VSpace bigskip
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \begin_layout Standard
32258 \begin_inset Note Greyedout
32259 status open
32260
32261 \begin_layout Plain Layout
32262
32263 \series bold
32264 Bemerkung:
32265 \series default
32266  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32267  
32268 \family sans
32269 Unformatiert
32270 \family default
32271  eingebunden werden, am Zeilenende nicht umgebrochen.
32272 \end_layout
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Description
32280 Listing Dieser Typ wird in Kapitel
32281 \begin_inset Space ~
32282 \end_inset
32283
32284
32285 \begin_inset CommandInset ref
32286 LatexCommand ref
32287 reference "kap:Programm-Code-Listen"
32288
32289 \end_inset
32290
32291  beschrieben.
32292 \end_layout
32293
32294 \begin_layout Standard
32295 \begin_inset Note Greyedout
32296 status open
32297
32298 \begin_layout Plain Layout
32299
32300 \series bold
32301 Bemerkung:
32302 \series default
32303  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32304  das zu LaTeX-Problemen führen.
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \end_layout
32311
32312 \begin_layout Chapter
32313 Programm-Code-Listen
32314 \begin_inset CommandInset label
32315 LatexCommand label
32316 name "kap:Programm-Code-Listen"
32317
32318 \end_inset
32319
32320
32321 \begin_inset Index
32322 status collapsed
32323
32324 \begin_layout Plain Layout
32325 Listen
32326 \end_layout
32327
32328 \end_inset
32329
32330
32331 \begin_inset Index
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335 Programm-Code
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Standard
32344 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32345 \family sans
32346 Einfügen\SpecialChar \menuseparator
32347 Pro\SpecialChar \-
32348 gramm\SpecialChar \-
32349 listing
32350 \family default
32351  verwenden.
32352  Das LaTeX-Paket 
32353 \series bold
32354 listings
32355 \series default
32356
32357 \begin_inset Index
32358 status collapsed
32359
32360 \begin_layout Plain Layout
32361 LaTeX-Pakete ! listings
32362 \end_layout
32363
32364 \end_inset
32365
32366  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32367 \end_layout
32368
32369 \begin_layout Standard
32370 Ein Rechtsklick auf das 
32371 \family sans
32372 Listing
32373 \family default
32374 -Kästchen öffnet das Dialogfenster 
32375 \family sans
32376 Programm\SpecialChar \-
32377 listing-Einstellungen
32378 \family default
32379 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32380 \end_layout
32381
32382 \begin_layout Standard
32383 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32384  Die 
32385 \family sans
32386 Platzierung
32387 \family default
32388 -Option 
32389 \family sans
32390 Eingebettetes
32391 \begin_inset Space ~
32392 \end_inset
32393
32394 Listing
32395 \family default
32396  druckt das Listing in der Zeile wie hier: 
32397 \begin_inset listings
32398 lstparams "language={C++}"
32399 inline true
32400 status open
32401
32402 \begin_layout Plain Layout
32403
32404 \lang english
32405 int a=5;
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \begin_inset Newline newline
32412 \end_inset
32413
32414 Die Option 
32415 \family sans
32416 Gleitobjekt
32417 \family default
32418  erzeugt ein Listing-Gleitobjekt, dessen 
32419 \family sans
32420 Platzierung 
32421 \family default
32422 Sie mit 
32423 \family sans
32424 h
32425 \family default
32426
32427 \family sans
32428 t
32429 \family default
32430
32431 \family sans
32432 b
32433 \family default
32434  und 
32435 \family sans
32436 p
32437 \family default
32438 , analog zu den in Abschnitt
32439 \begin_inset Space ~
32440 \end_inset
32441
32442
32443 \begin_inset CommandInset ref
32444 LatexCommand ref
32445 reference "abs:Gleitobjekt-Platzierung"
32446
32447 \end_inset
32448
32449  beschriebenen Platzierungsoptionen festlegen können.
32450  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32451  hintereinander angegeben, z.
32452 \begin_inset Space \thinspace{}
32453 \end_inset
32454
32455 B.
32456  
32457 \begin_inset Quotes gld
32458 \end_inset
32459
32460
32461 \family sans
32462 htbp
32463 \family default
32464
32465 \begin_inset Quotes grd
32466 \end_inset
32467
32468 .
32469  Die Option 
32470 \begin_inset Quotes eld
32471 \end_inset
32472
32473 h
32474 \begin_inset Quotes erd
32475 \end_inset
32476
32477  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32478  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32479 \end_layout
32480
32481 \begin_layout Standard
32482 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32483  zu verweisen: Listing
32484 \begin_inset Space ~
32485 \end_inset
32486
32487
32488 \begin_inset CommandInset ref
32489 LatexCommand ref
32490 reference "lst:Gleitendes-Programm-Listing"
32491
32492 \end_inset
32493
32494 .
32495 \end_layout
32496
32497 \begin_layout Standard
32498 \begin_inset listings
32499 lstparams "language=Python"
32500 inline false
32501 status open
32502
32503 \begin_layout Plain Layout
32504
32505 \lang english
32506 \begin_inset Caption
32507
32508 \begin_layout Plain Layout
32509 \begin_inset CommandInset label
32510 LatexCommand label
32511 name "lst:Gleitendes-Programm-Listing"
32512
32513 \end_inset
32514
32515 Gleitendes Programm-Listing
32516 \end_layout
32517
32518 \end_inset
32519
32520 # Gleitendes Programm-Listing
32521 \end_layout
32522
32523 \begin_layout Plain Layout
32524
32525 \lang english
32526 def func(param):
32527 \end_layout
32528
32529 \begin_layout Plain Layout
32530
32531 \lang english
32532     'Dies ist eine Python-Funktion'
32533 \end_layout
32534
32535 \begin_layout Plain Layout
32536
32537 \lang english
32538     pass
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \begin_layout Standard
32547 Wenn Sie eine Programmier-
32548 \family sans
32549 Sprache
32550 \family default
32551  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
32552  gedruckt, wie 
32553 \emph on
32554 #
32555 \emph default
32556
32557 \emph on
32558 def
32559 \emph default
32560  und 
32561 \emph on
32562 pass
32563 \emph default
32564  in Listing
32565 \begin_inset Space ~
32566 \end_inset
32567
32568
32569 \begin_inset CommandInset ref
32570 LatexCommand ref
32571 reference "lst:Gleitendes-Programm-Listing"
32572
32573 \end_inset
32574
32575 .
32576 \end_layout
32577
32578 \begin_layout Standard
32579 \begin_inset Note Greyedout
32580 status open
32581
32582 \begin_layout Plain Layout
32583
32584 \series bold
32585 Bemerkung:
32586 \series default
32587  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32588 \family typewriter
32589 Schreib\SpecialChar \-
32590 maschine
32591 \family default
32592  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32593 h keine fett gedruckten Buchstaben.
32594  Wählen Sie in diesem Fall eine andere Schrift für 
32595 \family typewriter
32596 Schreibmaschine
32597 \family default
32598  im Menü 
32599 \family sans
32600 Dokument\SpecialChar \menuseparator
32601 Einstellungen\SpecialChar \menuseparator
32602 Schriften
32603 \family default
32604 .
32605  (Die Schriften 
32606 \emph on
32607 LuxiMono, BeraMono
32608 \emph default
32609  and 
32610 \emph on
32611 Courier
32612 \emph default
32613  enthalten fett gedruckte Buchstaben.)
32614 \end_layout
32615
32616 \end_inset
32617
32618
32619 \end_layout
32620
32621 \begin_layout Standard
32622 Im Abschnitt 
32623 \family sans
32624 Zeilennummerierung
32625 \family default
32626  des Dialog 
32627 \family sans
32628 Programm\SpecialChar \-
32629 listing-Einstellungen
32630 \family default
32631 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32632  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32633  werden soll und die 
32634 \family sans
32635 Schriftgröße
32636 \family default
32637  der Nummerierung.
32638 \end_layout
32639
32640 \begin_layout Standard
32641 Im Abschnitt 
32642 \family sans
32643 Bereich
32644 \family default
32645  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32646  Im Abschnitt 
32647 \family sans
32648 Stil
32649 \family default
32650  legen Sie fest, wie die Liste ausgedruckt werden soll.
32651  Die Option 
32652 \family sans
32653 Erweiterte
32654 \begin_inset Space ~
32655 \end_inset
32656
32657 Zeichentabelle
32658 \family default
32659  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32660 \end_layout
32661
32662 \begin_layout Standard
32663 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32664  Sprache 
32665 \begin_inset Quotes gld
32666 \end_inset
32667
32668 Python
32669 \begin_inset Quotes grd
32670 \end_inset
32671
32672 , den Optionen 
32673 \family sans
32674 Erweiterte
32675 \begin_inset Space ~
32676 \end_inset
32677
32678 Zeichentabelle
32679 \family default
32680  und 
32681 \family sans
32682 Leerzeichen
32683 \begin_inset Space ~
32684 \end_inset
32685
32686 als
32687 \begin_inset Space ~
32688 \end_inset
32689
32690 Symbol
32691 \family default
32692  und Bereich 3
32693 \begin_inset Space \thinspace{}
32694 \end_inset
32695
32696 -
32697 \begin_inset Space \thinspace{}
32698 \end_inset
32699
32700 8:
32701 \end_layout
32702
32703 \begin_layout Standard
32704 \begin_inset listings
32705 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32706 inline false
32707 status open
32708
32709 \begin_layout Plain Layout
32710
32711 \lang english
32712 def func(param):
32713 \end_layout
32714
32715 \begin_layout Plain Layout
32716
32717 \lang english
32718     'Dies ist eine Python-Funktion'
32719 \end_layout
32720
32721 \begin_layout Plain Layout
32722
32723 \lang english
32724     pass
32725 \end_layout
32726
32727 \begin_layout Plain Layout
32728
32729 \lang english
32730 def func(param):
32731 \end_layout
32732
32733 \begin_layout Plain Layout
32734
32735 \lang english
32736 'Sonderzeichen: Tschüß'
32737 \end_layout
32738
32739 \begin_layout Plain Layout
32740
32741 \lang english
32742 pass
32743 \end_layout
32744
32745 \begin_layout Plain Layout
32746
32747 \lang english
32748 def func(param):
32749 \end_layout
32750
32751 \begin_layout Plain Layout
32752
32753 \lang english
32754 'Dies ist eine Python-Funktion'
32755 \end_layout
32756
32757 \begin_layout Plain Layout
32758
32759 \lang english
32760 pass
32761 \end_layout
32762
32763 \end_inset
32764
32765
32766 \end_layout
32767
32768 \begin_layout Standard
32769 \noindent
32770 \begin_inset Note Greyedout
32771 status open
32772
32773 \begin_layout Plain Layout
32774
32775 \series bold
32776 Bemerkung:
32777 \series default
32778  Wegen eines Fehlers im 
32779 \series bold
32780 listings
32781 \series default
32782  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32783  verschoben.
32784  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32785  Liste nummeriert werden.
32786 \end_layout
32787
32788 \end_inset
32789
32790
32791 \end_layout
32792
32793 \begin_layout Standard
32794 \begin_inset VSpace bigskip
32795 \end_inset
32796
32797
32798 \end_layout
32799
32800 \begin_layout Standard
32801 \noindent
32802 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32803  Das machen Sie mit
32804 \family sans
32805  Einfügen\SpecialChar \menuseparator
32806 Datei\SpecialChar \menuseparator
32807 Unterdokument
32808 \family default
32809  und der 
32810 \family sans
32811 Art
32812 \begin_inset Space ~
32813 \end_inset
32814
32815 der
32816 \begin_inset Space ~
32817 \end_inset
32818
32819 Einbindung
32820 \family default
32821  
32822 \family sans
32823 Listing
32824 \family default
32825 .
32826 \begin_inset Foot
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32831 \begin_inset Space ~
32832 \end_inset
32833
32834
32835 \begin_inset CommandInset ref
32836 LatexCommand ref
32837 reference "abs:Unterdokumente"
32838
32839 \end_inset
32840
32841  beschrieben.
32842 \end_layout
32843
32844 \end_inset
32845
32846  Im Dialogfenster
32847 \family sans
32848  Unterdokument
32849 \family default
32850  können Sie die Listing-Parameters unter 
32851 \family sans
32852 Weitere
32853 \begin_inset Space ~
32854 \end_inset
32855
32856 Parameter
32857 \family default
32858  eingeben.
32859  Wenn Sie dort ein Fragezeichen 
32860 \begin_inset Quotes gld
32861 \end_inset
32862
32863 ?
32864 \begin_inset Quotes grd
32865 \end_inset
32866
32867  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32868 det.
32869 \end_layout
32870
32871 \begin_layout Standard
32872 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32873  Text ins Feld 
32874 \family sans
32875 Marke
32876 \family default
32877 , auf die dann wie üblich verwiesen werden kann.
32878 \end_layout
32879
32880 \begin_layout Standard
32881 Listing
32882 \begin_inset Space ~
32883 \end_inset
32884
32885
32886 \begin_inset CommandInset ref
32887 LatexCommand ref
32888 reference "lst:Datei-Listing"
32889
32890 \end_inset
32891
32892  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32893 \begin_inset Space \thinspace{}
32894 \end_inset
32895
32896 -
32897 \begin_inset Space \thinspace{}
32898 \end_inset
32899
32900 15 gedruckt werden.
32901 \end_layout
32902
32903 \begin_layout Standard
32904 \begin_inset CommandInset include
32905 LatexCommand lstinputlisting
32906 filename "EmbeddedObjects.lyx"
32907 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32908
32909 \end_inset
32910
32911
32912 \end_layout
32913
32914 \begin_layout Standard
32915 \begin_inset VSpace bigskip
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \begin_layout Standard
32922 \noindent
32923 Dokumentweite Listing-Eigenschaften können in
32924 \family sans
32925  Dokument\SpecialChar \menuseparator
32926 Einstellungen\SpecialChar \menuseparator
32927 Text\SpecialChar \-
32928 for\SpecialChar \-
32929 mat\SpecialChar \menuseparator
32930 Listing-Einstellungen
32931 \family default
32932  festgelegt werden.
32933  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32934 \begin_inset Quotes gld
32935 \end_inset
32936
32937 ?
32938 \begin_inset Quotes grd
32939 \end_inset
32940
32941  links davon eine Liste aller möglichen Parameter.
32942 \end_layout
32943
32944 \begin_layout Standard
32945 Weitere Informationen über das 
32946 \series bold
32947 listings
32948 \series default
32949 -Paket finden Sie in 
32950 \begin_inset CommandInset citation
32951 LatexCommand cite
32952 key "listings"
32953
32954 \end_inset
32955
32956 .
32957 \begin_inset Newpage newpage
32958 \end_inset
32959
32960
32961 \end_layout
32962
32963 \begin_layout Chapter
32964 \start_of_appendix
32965 In LyX verfügbare Maßeinheiten
32966 \begin_inset CommandInset label
32967 LatexCommand label
32968 name "kap:In-LyX-verfügbare"
32969
32970 \end_inset
32971
32972
32973 \begin_inset Index
32974 status collapsed
32975
32976 \begin_layout Plain Layout
32977 Einheiten
32978 \end_layout
32979
32980 \end_inset
32981
32982
32983 \end_layout
32984
32985 \begin_layout Standard
32986 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32987  Tabelle
32988 \begin_inset Space ~
32989 \end_inset
32990
32991
32992 \begin_inset CommandInset ref
32993 LatexCommand ref
32994 reference "tab:Maßeinheiten"
32995
32996 \end_inset
32997
32998  alle in LyX verfügbaren Maßeinheiten.
32999 \end_layout
33000
33001 \begin_layout Standard
33002 \begin_inset Float table
33003 placement h
33004 wide false
33005 sideways false
33006 status open
33007
33008 \begin_layout Plain Layout
33009 \begin_inset Caption
33010
33011 \begin_layout Plain Layout
33012 \begin_inset CommandInset label
33013 LatexCommand label
33014 name "tab:Maßeinheiten"
33015
33016 \end_inset
33017
33018 Maßeinheiten
33019 \end_layout
33020
33021 \end_inset
33022
33023
33024 \end_layout
33025
33026 \begin_layout Plain Layout
33027 \begin_inset VSpace medskip
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Plain Layout
33034 \align center
33035 \begin_inset Tabular
33036 <lyxtabular version="3" rows="20" columns="2">
33037 <features>
33038 <column alignment="center" valignment="top" width="0">
33039 <column alignment="center" valignment="top" width="0">
33040 <row>
33041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33042 \begin_inset Text
33043
33044 \begin_layout Plain Layout
33045
33046 \series bold
33047 Maßeinheit
33048 \end_layout
33049
33050 \end_inset
33051 </cell>
33052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056
33057 \series bold
33058 Name/Beschreibung
33059 \end_layout
33060
33061 \end_inset
33062 </cell>
33063 </row>
33064 <row>
33065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33066 \begin_inset Text
33067
33068 \begin_layout Plain Layout
33069 mm
33070 \end_layout
33071
33072 \end_inset
33073 </cell>
33074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33075 \begin_inset Text
33076
33077 \begin_layout Plain Layout
33078 Millimeter
33079 \end_layout
33080
33081 \end_inset
33082 </cell>
33083 </row>
33084 <row>
33085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33086 \begin_inset Text
33087
33088 \begin_layout Plain Layout
33089 cm
33090 \end_layout
33091
33092 \end_inset
33093 </cell>
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098 Zentimeter
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 </row>
33104 <row>
33105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout Plain Layout
33109 in
33110 \end_layout
33111
33112 \end_inset
33113 </cell>
33114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118 Zoll (1
33119 \begin_inset Space \thinspace{}
33120 \end_inset
33121
33122 in = 2.54
33123 \begin_inset Space \thinspace{}
33124 \end_inset
33125
33126 cm
33127 \end_layout
33128
33129 \end_inset
33130 </cell>
33131 </row>
33132 <row>
33133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33134 \begin_inset Text
33135
33136 \begin_layout Plain Layout
33137 pt
33138 \end_layout
33139
33140 \end_inset
33141 </cell>
33142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146 Punkt (72.27
33147 \begin_inset Space \thinspace{}
33148 \end_inset
33149
33150 pt = 1
33151 \begin_inset Space \thinspace{}
33152 \end_inset
33153
33154 in)
33155 \end_layout
33156
33157 \end_inset
33158 </cell>
33159 </row>
33160 <row>
33161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33162 \begin_inset Text
33163
33164 \begin_layout Plain Layout
33165 pc
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33171 \begin_inset Text
33172
33173 \begin_layout Plain Layout
33174 Pica (1
33175 \begin_inset Space \thinspace{}
33176 \end_inset
33177
33178 pc = 12
33179 \begin_inset Space \thinspace{}
33180 \end_inset
33181
33182 pt)
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 </row>
33188 <row>
33189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33190 \begin_inset Text
33191
33192 \begin_layout Plain Layout
33193 sp
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33199 \begin_inset Text
33200
33201 \begin_layout Plain Layout
33202 skalierter Punkt (65536
33203 \begin_inset Space \thinspace{}
33204 \end_inset
33205
33206 sp = 1
33207 \begin_inset Space \thinspace{}
33208 \end_inset
33209
33210 pt)
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 </row>
33216 <row>
33217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33218 \begin_inset Text
33219
33220 \begin_layout Plain Layout
33221 bp
33222 \end_layout
33223
33224 \end_inset
33225 </cell>
33226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33227 \begin_inset Text
33228
33229 \begin_layout Plain Layout
33230 großer Punkt (72
33231 \begin_inset Space \thinspace{}
33232 \end_inset
33233
33234 bp = 1
33235 \begin_inset Space \thinspace{}
33236 \end_inset
33237
33238 in)
33239 \end_layout
33240
33241 \end_inset
33242 </cell>
33243 </row>
33244 <row>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Plain Layout
33249 dd
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 Didot (1
33259 \begin_inset Space \thinspace{}
33260 \end_inset
33261
33262 dd 
33263 \begin_inset Formula $\approx$
33264 \end_inset
33265
33266  0,376
33267 \begin_inset Space \thinspace{}
33268 \end_inset
33269
33270 mm)
33271 \end_layout
33272
33273 \end_inset
33274 </cell>
33275 </row>
33276 <row>
33277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33278 \begin_inset Text
33279
33280 \begin_layout Plain Layout
33281 cc
33282 \end_layout
33283
33284 \end_inset
33285 </cell>
33286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33287 \begin_inset Text
33288
33289 \begin_layout Plain Layout
33290 Cicero (1
33291 \begin_inset Space \thinspace{}
33292 \end_inset
33293
33294 cc = 12
33295 \begin_inset Space \thinspace{}
33296 \end_inset
33297
33298 dd)
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 </row>
33304 <row>
33305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33306 \begin_inset Text
33307
33308 \begin_layout Plain Layout
33309 Skalierung%
33310 \end_layout
33311
33312 \end_inset
33313 </cell>
33314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33315 \begin_inset Text
33316
33317 \begin_layout Plain Layout
33318 % der originalen Bildbreite
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 </row>
33324 <row>
33325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33326 \begin_inset Text
33327
33328 \begin_layout Plain Layout
33329 Textbreite %
33330 \end_layout
33331
33332 \end_inset
33333 </cell>
33334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338 % der Textbreite
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 </row>
33344 <row>
33345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Plain Layout
33349 Spaltenbreite %
33350 \end_layout
33351
33352 \end_inset
33353 </cell>
33354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 % der Spaltenbreite
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 </row>
33364 <row>
33365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369 Seitenbreite %
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 % der Seitenbreite
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 </row>
33384 <row>
33385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33386 \begin_inset Text
33387
33388 \begin_layout Plain Layout
33389 Zeilenbreite %
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398 % der Zeilenbreite
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 </row>
33404 <row>
33405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33406 \begin_inset Text
33407
33408 \begin_layout Plain Layout
33409 Texthöhe %
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33415 \begin_inset Text
33416
33417 \begin_layout Plain Layout
33418 % der Texthöhe
33419 \end_layout
33420
33421 \end_inset
33422 </cell>
33423 </row>
33424 <row>
33425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 Seitenhöhe %
33430 \end_layout
33431
33432 \end_inset
33433 </cell>
33434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33435 \begin_inset Text
33436
33437 \begin_layout Plain Layout
33438 % der Seitenhöhe
33439 \end_layout
33440
33441 \end_inset
33442 </cell>
33443 </row>
33444 <row>
33445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33446 \begin_inset Text
33447
33448 \begin_layout Plain Layout
33449 ex
33450 \end_layout
33451
33452 \end_inset
33453 </cell>
33454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33455 \begin_inset Text
33456
33457 \begin_layout Plain Layout
33458 Die Höhe des Buchstabens 
33459 \emph on
33460 x
33461 \emph default
33462  im aktiven Zeichensatz
33463 \end_layout
33464
33465 \end_inset
33466 </cell>
33467 </row>
33468 <row>
33469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473 em
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33479 \begin_inset Text
33480
33481 \begin_layout Plain Layout
33482 Die Breite des Buchstabens 
33483 \emph on
33484 M
33485 \emph default
33486  im aktiven Zeichensatz
33487 \end_layout
33488
33489 \end_inset
33490 </cell>
33491 </row>
33492 <row>
33493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33494 \begin_inset Text
33495
33496 \begin_layout Plain Layout
33497 mu
33498 \end_layout
33499
33500 \end_inset
33501 </cell>
33502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33503 \begin_inset Text
33504
33505 \begin_layout Plain Layout
33506 mathematische  Maßeinheit
33507 \series bold
33508  
33509 \series default
33510 (1
33511 \begin_inset Space \thinspace{}
33512 \end_inset
33513
33514 mu = 1/18
33515 \begin_inset Space \thinspace{}
33516 \end_inset
33517
33518 em)
33519 \end_layout
33520
33521 \end_inset
33522 </cell>
33523 </row>
33524 </lyxtabular>
33525
33526 \end_inset
33527
33528
33529 \end_layout
33530
33531 \end_inset
33532
33533
33534 \end_layout
33535
33536 \begin_layout Chapter
33537 Ausgabedatei-Formate mit Grafiken
33538 \begin_inset CommandInset label
33539 LatexCommand label
33540 name "kap:Ausgabedatei-Formate"
33541
33542 \end_inset
33543
33544
33545 \end_layout
33546
33547 \begin_layout Section
33548 DVI
33549 \begin_inset Index
33550 status collapsed
33551
33552 \begin_layout Plain Layout
33553 Dateiformat! DVI
33554 \end_layout
33555
33556 \end_inset
33557
33558
33559 \begin_inset Index
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563 DVI
33564 \end_layout
33565
33566 \end_inset
33567
33568
33569 \end_layout
33570
33571 \begin_layout Standard
33572 Dieser Dateityp hat die Erweiterung 
33573 \begin_inset Quotes gld
33574 \end_inset
33575
33576
33577 \family typewriter
33578 .dvi
33579 \family default
33580
33581 \begin_inset Quotes grd
33582 \end_inset
33583
33584  und wird 
33585 \begin_inset Quotes gld
33586 \end_inset
33587
33588 device-independent
33589 \begin_inset Quotes grd
33590 \end_inset
33591
33592  genannt, weil er vollkommen portierbar ist.
33593  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33594  dvi-Betrachter installiert hat.
33595  
33596 \family typewriter
33597 .dvi
33598 \family default
33599 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
33600  wie PostScript benutzt.
33601 \end_layout
33602
33603 \begin_layout Standard
33604 \begin_inset Note Greyedout
33605 status open
33606
33607 \begin_layout Plain Layout
33608
33609 \series bold
33610 Bemerkung:
33611 \series default
33612  
33613 \family typewriter
33614 .dvi
33615 \family default
33616 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33617 \end_layout
33618
33619 \end_inset
33620
33621
33622 \end_layout
33623
33624 \begin_layout Standard
33625 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
33626 \family typewriter
33627 .dvi
33628 \family default
33629 -Datei auf einen anderen Computer kopieren.
33630  Dies Eigenschaft kann Ihren Computer verlangsamen.
33631  wenn Sie die 
33632 \family typewriter
33633 .dvi
33634 \family default
33635 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
33636  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
33637 \family typewriter
33638 .dvi
33639 \family default
33640 -Datei
33641 \family typewriter
33642  
33643 \family default
33644 blättern.
33645
33646 \family typewriter
33647  
33648 \family default
33649 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
33650  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33651  
33652 \end_layout
33653
33654 \begin_layout Standard
33655 Sie können Ihr Dokument als DVI über das Menü 
33656 \family sans
33657 Datei\SpecialChar \menuseparator
33658 Exportieren\SpecialChar \menuseparator
33659 DVI
33660 \family default
33661  exportieren.
33662  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33663 \family sans
33664 Ansicht
33665 \family default
33666  oder den Werkzeugleistenknopf 
33667 \begin_inset Graphics
33668         filename ../../images/buffer-view_dvi.png
33669         scale 85
33670         scaleBeforeRotation
33671
33672 \end_inset
33673
33674  anschauen.
33675 \end_layout
33676
33677 \begin_layout Section
33678 PostScript
33679 \begin_inset CommandInset label
33680 LatexCommand label
33681 name "abs:PostScript"
33682
33683 \end_inset
33684
33685
33686 \begin_inset Index
33687 status collapsed
33688
33689 \begin_layout Plain Layout
33690 Dateiformat  ! PostScript
33691 \end_layout
33692
33693 \end_inset
33694
33695
33696 \begin_inset Index
33697 status collapsed
33698
33699 \begin_layout Plain Layout
33700 PostScript
33701 \end_layout
33702
33703 \end_inset
33704
33705
33706 \end_layout
33707
33708 \begin_layout Standard
33709 Dieser Dateityp hat die Erweiterung 
33710 \begin_inset Quotes gld
33711 \end_inset
33712
33713
33714 \family typewriter
33715 .ps
33716 \family default
33717
33718 \begin_inset Quotes grd
33719 \end_inset
33720
33721 .
33722  PostScript wurde von der Firma
33723 \family typewriter
33724  Adobe
33725 \family default
33726  als Druckersprache entwickelt.
33727  Die Datei enthält deshalb Druckbefehle.
33728  PostScript kann als 
33729 \begin_inset Quotes gld
33730 \end_inset
33731
33732 Programmiersprache
33733 \begin_inset Quotes grd
33734 \end_inset
33735
33736  angesehen werden.
33737  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33738 \begin_inset Foot
33739 status collapsed
33740
33741 \begin_layout Plain Layout
33742 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33743  von
33744 \series bold
33745  PSTricks
33746 \series default
33747  
33748 \begin_inset CommandInset citation
33749 LatexCommand cite
33750 key "pstricks"
33751
33752 \end_inset
33753
33754  oder 
33755 \begin_inset CommandInset citation
33756 LatexCommand cite
33757 key "latex-praxisbuch"
33758
33759 \end_inset
33760
33761  ansehen.
33762 \end_layout
33763
33764 \end_inset
33765
33766 .
33767  Wegen dieser Möglichkeiten sind 
33768 \family typewriter
33769 .ps
33770 \family default
33771 -Dateien oft größer als 
33772 \family typewriter
33773 .pdf
33774 \family default
33775 -Dateien.
33776 \end_layout
33777
33778 \begin_layout Standard
33779 PostScript kann nur Bilder im Format EPS
33780 \begin_inset Index
33781 status collapsed
33782
33783 \begin_layout Plain Layout
33784 EPS
33785 \end_layout
33786
33787 \end_inset
33788
33789  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33790 wei\SpecialChar \-
33791 te\SpecialChar \-
33792 rung 
33793 \begin_inset Quotes gld
33794 \end_inset
33795
33796
33797 \family typewriter
33798 .eps
33799 \family default
33800
33801 \begin_inset Quotes grd
33802 \end_inset
33803
33804 ) enthalten.
33805  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33806  intern nach EPS konvertiert werden.
33807  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33808  verlangsamen.
33809  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33810  konvertieren und direkt als EPS einfügen.
33811 \end_layout
33812
33813 \begin_layout Standard
33814 Sie können Ihr Dokument als PostScript über das Menü 
33815 \family sans
33816 Datei\SpecialChar \menuseparator
33817 Exportieren\SpecialChar \menuseparator
33818 PostScript
33819 \family default
33820  exportieren.
33821  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33822 \family sans
33823 Ansicht
33824 \family default
33825  oder den Werkzeugleistenknopf 
33826 \begin_inset Graphics
33827         filename ../../images/buffer-view_ps.png
33828         scale 85
33829         scaleBeforeRotation
33830
33831 \end_inset
33832
33833  anschauen.
33834 \end_layout
33835
33836 \begin_layout Section
33837 PDF
33838 \begin_inset CommandInset label
33839 LatexCommand label
33840 name "abs:PDF"
33841
33842 \end_inset
33843
33844
33845 \begin_inset Index
33846 status collapsed
33847
33848 \begin_layout Plain Layout
33849 Dateiformat! PDF
33850 \end_layout
33851
33852 \end_inset
33853
33854
33855 \begin_inset Index
33856 status collapsed
33857
33858 \begin_layout Plain Layout
33859 PDF
33860 \end_layout
33861
33862 \end_inset
33863
33864
33865 \end_layout
33866
33867 \begin_layout Standard
33868 Dieser Dateityp hat die Erweiterung 
33869 \begin_inset Quotes gld
33870 \end_inset
33871
33872
33873 \family typewriter
33874 .pdf
33875 \family default
33876
33877 \begin_inset Quotes grd
33878 \end_inset
33879
33880 .
33881  Das
33882 \emph on
33883  
33884 \emph default
33885
33886 \begin_inset Quotes gld
33887 \end_inset
33888
33889 Portable Document Format
33890 \begin_inset Quotes grd
33891 \end_inset
33892
33893  (PDF) wurde auch von der Firma 
33894 \family typewriter
33895 Adobe
33896 \family default
33897  als Derivat von PostScript entwickelt.
33898  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33899  Wie der Begriff 
33900 \begin_inset Quotes gld
33901 \end_inset
33902
33903 portable
33904 \begin_inset Quotes grd
33905 \end_inset
33906
33907  (übertragbar) vermuten lässt, kann eine 
33908 \family typewriter
33909 .pdf
33910 \family default
33911 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
33912  gleich aus.
33913 \end_layout
33914
33915 \begin_layout Standard
33916 PDF kann Bilder im eigenen PDF-Format, im Format 
33917 \begin_inset Quotes gld
33918 \end_inset
33919
33920 Joint Photographic Experts Group
33921 \begin_inset Quotes grd
33922 \end_inset
33923
33924  (JPEG
33925 \begin_inset Index
33926 status collapsed
33927
33928 \begin_layout Plain Layout
33929 JPG, JPEG
33930 \end_layout
33931
33932 \end_inset
33933
33934 , Datei-Erweiterung 
33935 \begin_inset Quotes gld
33936 \end_inset
33937
33938
33939 \family typewriter
33940 .jpg
33941 \family default
33942
33943 \begin_inset Quotes grd
33944 \end_inset
33945
33946  oder 
33947 \begin_inset Quotes gld
33948 \end_inset
33949
33950
33951 \family typewriter
33952 .jpeg
33953 \family default
33954
33955 \begin_inset Quotes grd
33956 \end_inset
33957
33958 ) und im Format 
33959 \begin_inset Quotes gld
33960 \end_inset
33961
33962 Portable Network Graphics
33963 \begin_inset Quotes grd
33964 \end_inset
33965
33966  (PNG
33967 \begin_inset Index
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971 PNG
33972 \end_layout
33973
33974 \end_inset
33975
33976 , Datei-Erweiterung 
33977 \begin_inset Quotes gld
33978 \end_inset
33979
33980
33981 \family typewriter
33982 .png
33983 \family default
33984
33985 \begin_inset Quotes grd
33986 \end_inset
33987
33988 ) enthalten.
33989  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33990  Sie konvertieren wird.
33991  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33992  wird, eines der drei erwähnten Bildformate zu benutzen.
33993 \end_layout
33994
33995 \begin_layout Standard
33996 PDF-Dateien können Sie über 
33997 \family sans
33998 Datei\SpecialChar \menuseparator
33999 Exportieren
34000 \family default
34001  auf drei Arten erzeugen:
34002 \end_layout
34003
34004 \begin_layout Description
34005 PDF
34006 \begin_inset Space ~
34007 \end_inset
34008
34009 (ps2pdf) benutzt das Programm
34010 \family typewriter
34011  ps2pdf
34012 \family default
34013 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
34014  Die PostScript-Version wird Programm 
34015 \family typewriter
34016 dvips
34017 \family default
34018  aus einer DVI-Version erstellt.
34019  Es werden also drei Konvertierungen verwendet.
34020 \end_layout
34021
34022 \begin_layout Description
34023 PDF
34024 \begin_inset Space ~
34025 \end_inset
34026
34027 (dvipdfm) benutzt das Programm 
34028 \family typewriter
34029 dvipdfm
34030 \family default
34031 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34032  PDF konvertiert.
34033 \end_layout
34034
34035 \begin_layout Description
34036 PDF
34037 \begin_inset Space ~
34038 \end_inset
34039
34040 (pdflatex) benutzt das Programm
34041 \family typewriter
34042  pdftex
34043 \family default
34044 , das Ihr Dokument direkt nach PDF konvertiert.
34045 \end_layout
34046
34047 \begin_layout Standard
34048
34049 \family sans
34050 PDF
34051 \begin_inset Space ~
34052 \end_inset
34053
34054 (pdflatex)
34055 \family default
34056  wird empfohlen, weil
34057 \family typewriter
34058  pdftex
34059 \family default
34060  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34061  ohne Probleme arbeitet.
34062  Das Programm 
34063 \family typewriter
34064 dvi\SpecialChar \-
34065 pdfm
34066 \family default
34067  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34068 \end_layout
34069
34070 \begin_layout Standard
34071 Sie können Ihr Dokument als PDF über das Menü 
34072 \family sans
34073 Datei\SpecialChar \menuseparator
34074 Exportieren\SpecialChar \menuseparator
34075 PDF
34076 \family default
34077  exportieren.
34078  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34079 \family sans
34080 Ansicht
34081 \family default
34082  oder den Werkzeugleistenknopf 
34083 \begin_inset Graphics
34084         filename ../../images/buffer-view_pdf2.png
34085         scale 85
34086         scaleBeforeRotation
34087
34088 \end_inset
34089
34090  anschauen 
34091 \family sans
34092 (
34093 \family default
34094 der 
34095 \family sans
34096 PDF
34097 \begin_inset Space ~
34098 \end_inset
34099
34100 (pdflatex)
34101 \family default
34102  verwendet).
34103 \end_layout
34104
34105 \begin_layout Chapter
34106 Erklärung der Gleichung
34107 \begin_inset Space ~
34108 \end_inset
34109
34110
34111 \begin_inset CommandInset ref
34112 LatexCommand eqref
34113 reference "eq:Wgn"
34114
34115 \end_inset
34116
34117
34118 \begin_inset CommandInset label
34119 LatexCommand label
34120 name "kap:Exläuterung-einer-Gleichung"
34121
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \begin_layout Standard
34128 Die Gesamtbreite von
34129 \emph on
34130  n
34131 \emph default
34132  Tabellenzellen 
34133 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34134 \end_inset
34135
34136  kann wie folgt berechnet werden:
34137 \end_layout
34138
34139 \begin_layout Standard
34140 \begin_inset Formula \begin{equation}
34141 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}
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \begin_layout Standard
34149 Dabei ist 
34150 \begin_inset Formula $W_{g\, n}$
34151 \end_inset
34152
34153  die Breite jeder Zelle.
34154
34155 \series bold
34156  
34157 \backslash
34158 tabcolsep
34159 \series default
34160  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34161  Standardwert 6
34162 \begin_inset Space \thinspace{}
34163 \end_inset
34164
34165 pt.
34166  
34167 \series bold
34168
34169 \backslash
34170 arrayrulewidth
34171 \series default
34172  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34173 \begin_inset Space \thinspace{}
34174 \end_inset
34175
34176 pt.
34177 \end_layout
34178
34179 \begin_layout Standard
34180 Nach Gleichung
34181 \begin_inset Space ~
34182 \end_inset
34183
34184
34185 \begin_inset CommandInset ref
34186 LatexCommand ref
34187 reference "eq:Wtot_n"
34188
34189 \end_inset
34190
34191  ist die Gesamtbreite einer Mehrfachspalte, 
34192 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34193 \end_inset
34194
34195 ,
34196 \end_layout
34197
34198 \begin_layout Standard
34199 \begin_inset Formula \begin{equation}
34200 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Standard
34208 Setzt man die Gleichungen
34209 \begin_inset Space ~
34210 \end_inset
34211
34212
34213 \begin_inset CommandInset ref
34214 LatexCommand ref
34215 reference "eq:Wtot_n"
34216
34217 \end_inset
34218
34219  und 
34220 \begin_inset CommandInset ref
34221 LatexCommand ref
34222 reference "eq:Wtot_mult"
34223
34224 \end_inset
34225
34226  gleich, kann man die benötigte Breite 
34227 \begin_inset Formula $W_{g\, n}$
34228 \end_inset
34229
34230 , wenn 
34231 \emph on
34232 n
34233 \emph default
34234  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34235 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34236 \end_inset
34237
34238  hat, berechnen:
34239 \end_layout
34240
34241 \begin_layout Standard
34242 \begin_inset Formula \begin{equation}
34243 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Bibliography
34251 \begin_inset CommandInset bibitem
34252 LatexCommand bibitem
34253 key "booktabs"
34254
34255 \end_inset
34256
34257
34258 \begin_inset ERT
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262
34263
34264 \backslash
34265 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
34266 {
34267 \end_layout
34268
34269 \end_inset
34270
34271
34272 \series bold
34273 booktabs
34274 \series default
34275
34276 \begin_inset ERT
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280
34281 }
34282 \end_layout
34283
34284 \end_inset
34285
34286 -Dokumentation im Internet
34287 \begin_inset Index
34288 status collapsed
34289
34290 \begin_layout Plain Layout
34291 LaTeX-Pakete ! booktabs
34292 \end_layout
34293
34294 \end_inset
34295
34296
34297 \end_layout
34298
34299 \begin_layout Bibliography
34300 \begin_inset CommandInset bibitem
34301 LatexCommand bibitem
34302 key "caption"
34303
34304 \end_inset
34305
34306
34307 \begin_inset ERT
34308 status collapsed
34309
34310 \begin_layout Plain Layout
34311
34312
34313 \backslash
34314 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pd
34315 f}{
34316 \end_layout
34317
34318 \end_inset
34319
34320
34321 \series bold
34322 caption
34323 \series default
34324
34325 \begin_inset ERT
34326 status collapsed
34327
34328 \begin_layout Plain Layout
34329
34330 }
34331 \end_layout
34332
34333 \end_inset
34334
34335 -Dokumentation im Internet
34336 \begin_inset Index
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340 LaTeX-Pakete ! caption
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \begin_layout Bibliography
34349 \begin_inset CommandInset bibitem
34350 LatexCommand bibitem
34351 key "endfloat"
34352
34353 \end_inset
34354
34355
34356 \begin_inset ERT
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360
34361
34362 \backslash
34363 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
34364 {
34365 \end_layout
34366
34367 \end_inset
34368
34369
34370 \series bold
34371 endfloat
34372 \series default
34373
34374 \begin_inset ERT
34375 status collapsed
34376
34377 \begin_layout Plain Layout
34378
34379 }
34380 \end_layout
34381
34382 \end_inset
34383
34384 -Dokumentation im Internet
34385 \begin_inset Index
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 LaTeX-Pakete ! endf
34390 \begin_inset ERT
34391 status collapsed
34392
34393 \begin_layout Plain Layout
34394
34395
34396 \backslash
34397
34398 \begin_inset ERT
34399 status collapsed
34400
34401 \begin_layout Plain Layout
34402
34403 {
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \begin_inset ERT
34410 status collapsed
34411
34412 \begin_layout Plain Layout
34413
34414 }
34415 \end_layout
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \end_inset
34423
34424 /loat
34425 \end_layout
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \begin_layout Bibliography
34433 \begin_inset CommandInset bibitem
34434 LatexCommand bibitem
34435 key "wrapfig"
34436
34437 \end_inset
34438
34439
34440 \begin_inset ERT
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444
34445
34446 \backslash
34447 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty}{
34448 \end_layout
34449
34450 \end_inset
34451
34452
34453 \series bold
34454 wrapfig
34455 \series default
34456
34457 \begin_inset ERT
34458 status collapsed
34459
34460 \begin_layout Plain Layout
34461
34462 }
34463 \end_layout
34464
34465 \end_inset
34466
34467 -Dokumentation im Internet
34468 \begin_inset Index
34469 status collapsed
34470
34471 \begin_layout Plain Layout
34472 LaTeX-Pakete ! wrapfig
34473 \begin_inset ERT
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477
34478
34479 \backslash
34480
34481 \begin_inset ERT
34482 status collapsed
34483
34484 \begin_layout Plain Layout
34485
34486 {
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \begin_inset ERT
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496
34497 }
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \end_inset
34506
34507 vspace
34508 \begin_inset ERT
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512
34513 {
34514 \end_layout
34515
34516 \end_inset
34517
34518 4mm
34519 \begin_inset ERT
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523
34524 }
34525 \end_layout
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \end_layout
34536
34537 \begin_layout Bibliography
34538 \begin_inset CommandInset bibitem
34539 LatexCommand bibitem
34540 key "footmisc"
34541
34542 \end_inset
34543
34544
34545 \begin_inset ERT
34546 status collapsed
34547
34548 \begin_layout Plain Layout
34549
34550
34551 \backslash
34552 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
34553 {
34554 \end_layout
34555
34556 \end_inset
34557
34558
34559 \series bold
34560 footmisc
34561 \series default
34562
34563 \begin_inset ERT
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567
34568 }
34569 \end_layout
34570
34571 \end_inset
34572
34573 -Dokumentation im Internet
34574 \begin_inset Index
34575 status collapsed
34576
34577 \begin_layout Plain Layout
34578 LaTeX-Pakete ! footmisc
34579 \end_layout
34580
34581 \end_inset
34582
34583
34584 \end_layout
34585
34586 \begin_layout Bibliography
34587 \begin_inset CommandInset bibitem
34588 LatexCommand bibitem
34589 key "hypcap"
34590
34591 \end_inset
34592
34593
34594 \begin_inset ERT
34595 status collapsed
34596
34597 \begin_layout Plain Layout
34598
34599
34600 \backslash
34601 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \series bold
34608 hypcap
34609 \series default
34610
34611 \begin_inset ERT
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615
34616 }
34617 \end_layout
34618
34619 \end_inset
34620
34621 -Dokumentation im Internet
34622 \begin_inset Index
34623 status collapsed
34624
34625 \begin_layout Plain Layout
34626 LaTeX-Pakete ! hypcap
34627 \end_layout
34628
34629 \end_inset
34630
34631
34632 \end_layout
34633
34634 \begin_layout Bibliography
34635 \begin_inset CommandInset bibitem
34636 LatexCommand bibitem
34637 key "hyperref"
34638
34639 \end_inset
34640
34641
34642 \begin_inset ERT
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646
34647
34648 \backslash
34649 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
34650 {
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \series bold
34657 hyperref
34658 \series default
34659
34660 \begin_inset ERT
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664
34665 }
34666 \end_layout
34667
34668 \end_inset
34669
34670 -Dokumentation im Internet
34671 \begin_inset Index
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675 LaTeX-Pakete ! hyperref
34676 \end_layout
34677
34678 \end_inset
34679
34680
34681 \end_layout
34682
34683 \begin_layout Bibliography
34684 \begin_inset CommandInset bibitem
34685 LatexCommand bibitem
34686 key "koma-script"
34687
34688 \end_inset
34689
34690
34691 \begin_inset ERT
34692 status collapsed
34693
34694 \begin_layout Plain Layout
34695
34696
34697 \backslash
34698 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
34699 df}{
34700 \end_layout
34701
34702 \end_inset
34703
34704
34705 \series bold
34706 koma-script
34707 \series default
34708
34709 \begin_inset ERT
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713
34714 }
34715 \end_layout
34716
34717 \end_inset
34718
34719 -Dokumentation im Internet
34720 \begin_inset Index
34721 status collapsed
34722
34723 \begin_layout Plain Layout
34724 LaTeX-Pakete ! koma-script
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Bibliography
34733 \begin_inset CommandInset bibitem
34734 LatexCommand bibitem
34735 key "latexguide"
34736
34737 \end_inset
34738
34739 Kopka, Helmut und Daly, Patrick W.: 
34740 \emph on
34741 A Guide to LaTeX Fourth Edition.
34742
34743 \emph default
34744  Addison-Wesley, 2003
34745 \end_layout
34746
34747 \begin_layout Bibliography
34748 \begin_inset CommandInset bibitem
34749 LatexCommand bibitem
34750 key "lamport"
34751
34752 \end_inset
34753
34754 Lamport, Leslie: 
34755 \emph on
34756 LaTeX: A Document Preparation System.
34757
34758 \emph default
34759  Addison-Wesley, second edition, 1994
34760 \end_layout
34761
34762 \begin_layout Bibliography
34763 \begin_inset CommandInset bibitem
34764 LatexCommand bibitem
34765 key "listings"
34766
34767 \end_inset
34768
34769
34770 \begin_inset ERT
34771 status collapsed
34772
34773 \begin_layout Plain Layout
34774
34775
34776 \backslash
34777 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
34778 {
34779 \end_layout
34780
34781 \end_inset
34782
34783
34784 \series bold
34785 listings
34786 \series default
34787
34788 \begin_inset ERT
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792
34793 }
34794 \end_layout
34795
34796 \end_inset
34797
34798 -Dokumentation im Internet
34799 \begin_inset Index
34800 status collapsed
34801
34802 \begin_layout Plain Layout
34803 LaTeX-Pakete ! listings
34804 \end_layout
34805
34806 \end_inset
34807
34808
34809 \end_layout
34810
34811 \begin_layout Bibliography
34812 \begin_inset CommandInset bibitem
34813 LatexCommand bibitem
34814 key "marginnote"
34815
34816 \end_inset
34817
34818
34819 \begin_inset ERT
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823
34824
34825 \backslash
34826 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
34827 pdf}{
34828 \end_layout
34829
34830 \end_inset
34831
34832
34833 \series bold
34834 marginnote
34835 \series default
34836
34837 \begin_inset ERT
34838 status collapsed
34839
34840 \begin_layout Plain Layout
34841
34842 }
34843 \end_layout
34844
34845 \end_inset
34846
34847 -Dokumentation im Internet
34848 \begin_inset Index
34849 status collapsed
34850
34851 \begin_layout Plain Layout
34852 LaTeX-Pakete ! marginnote
34853 \end_layout
34854
34855 \end_inset
34856
34857
34858 \end_layout
34859
34860 \begin_layout Bibliography
34861 \begin_inset CommandInset bibitem
34862 LatexCommand bibitem
34863 key "latexcompanion"
34864
34865 \end_inset
34866
34867 Mittelbach, Frank und Goossens, Michel: 
34868 \emph on
34869 The LaTeX Companion Second Edition.
34870
34871 \emph default
34872  Addison-Wesley, 2004
34873 \end_layout
34874
34875 \begin_layout Bibliography
34876 \begin_inset CommandInset bibitem
34877 LatexCommand bibitem
34878 key "latex-praxisbuch"
34879
34880 \end_inset
34881
34882 Niedermair, Elke & Michael: 
34883 \emph on
34884 LaTeX-Praxisbuch
34885 \emph default
34886 , Franzis-Verlag, 2004
34887 \end_layout
34888
34889 \begin_layout Bibliography
34890 \begin_inset CommandInset bibitem
34891 LatexCommand bibitem
34892 key "pstricks"
34893
34894 \end_inset
34895
34896
34897 \begin_inset ERT
34898 status collapsed
34899
34900 \begin_layout Plain Layout
34901
34902
34903 \backslash
34904 href{http://tug.org/PSTricks/main.cgi/}{
34905 \end_layout
34906
34907 \end_inset
34908
34909
34910 \series bold
34911 PSTricks
34912 \series default
34913
34914 \begin_inset ERT
34915 status collapsed
34916
34917 \begin_layout Plain Layout
34918
34919 }
34920 \end_layout
34921
34922 \end_inset
34923
34924 -Internetseite
34925 \begin_inset Index
34926 status collapsed
34927
34928 \begin_layout Plain Layout
34929 LaTeX-Pakete ! pstricks
34930 \end_layout
34931
34932 \end_inset
34933
34934
34935 \end_layout
34936
34937 \begin_layout Bibliography
34938 \begin_inset CommandInset bibitem
34939 LatexCommand bibitem
34940 key "sidecap"
34941
34942 \end_inset
34943
34944
34945 \begin_inset ERT
34946 status collapsed
34947
34948 \begin_layout Plain Layout
34949
34950
34951 \backslash
34952 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \series bold
34959 sidecap
34960 \series default
34961
34962 \begin_inset ERT
34963 status collapsed
34964
34965 \begin_layout Plain Layout
34966
34967 }
34968 \end_layout
34969
34970 \end_inset
34971
34972 -Dokumentation im Internet
34973 \begin_inset Index
34974 status collapsed
34975
34976 \begin_layout Plain Layout
34977 LaTeX-Pakete ! sidecap
34978 \end_layout
34979
34980 \end_inset
34981
34982
34983 \end_layout
34984
34985 \begin_layout Bibliography
34986 \begin_inset CommandInset bibitem
34987 LatexCommand bibitem
34988 key "NewInLyX15"
34989
34990 \end_inset
34991
34992
34993 \begin_inset ERT
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997
34998
34999 \backslash
35000 href{http://wiki.lyx.org/LyX/NewInLyX15}{
35001 \end_layout
35002
35003 \end_inset
35004
35005 Wiki-Seite
35006 \begin_inset ERT
35007 status collapsed
35008
35009 \begin_layout Plain Layout
35010
35011 }
35012 \end_layout
35013
35014 \end_inset
35015
35016  über neue Funktionen in 
35017 \family sans
35018 LyX 1.5.0
35019 \family default
35020 .
35021 \end_layout
35022
35023 \begin_layout Standard
35024 \begin_inset CommandInset index_print
35025 LatexCommand printindex
35026
35027 \end_inset
35028
35029
35030 \end_layout
35031
35032 \begin_layout Standard
35033 \begin_inset FloatList figure
35034
35035 \end_inset
35036
35037
35038 \end_layout
35039
35040 \begin_layout Standard
35041 \begin_inset FloatList table
35042
35043 \end_inset
35044
35045
35046 \end_layout
35047
35048 \begin_layout Standard
35049 \begin_inset ERT
35050 status open
35051
35052 \begin_layout Plain Layout
35053
35054
35055 \backslash
35056 listof{algorithm}{Algorithmenverzeichnis}
35057 \end_layout
35058
35059 \end_inset
35060
35061
35062 \begin_inset Note Note
35063 status collapsed
35064
35065 \begin_layout Plain Layout
35066 siehe Abschnitt
35067 \begin_inset Space ~
35068 \end_inset
35069
35070
35071 \begin_inset CommandInset ref
35072 LatexCommand ref
35073 reference "uab:Gleitobjekt-Algorithmen"
35074
35075 \end_inset
35076
35077  für eine Beschreibung
35078 \end_layout
35079
35080 \end_inset
35081
35082
35083 \end_layout
35084
35085 \end_body
35086 \end_document