]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Remove error-next from customization manuals.
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 335
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 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239
240 \size normal
241 Übersetzung und Bearbeitung: Hartmut Haase
242 \size default
243 , Uwe Stöhr
244 \begin_inset Newline newline
245 \end_inset
246
247 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
248  bitte an: 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Autor: Uwe Stöhr <uwestoehr@web.de>
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 1.6svn
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
300  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 marginnote
312 \series default
313  und 
314 \series bold
315 sidecap
316 \series default
317 .
318  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
319  denen sie benötigt werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
324  des englischen Originals hier finden:
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series bold
330 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Abbildungen
340 \begin_inset CommandInset label
341 LatexCommand label
342 name "kap:Abbildungen"
343
344 \end_inset
345
346
347 \begin_inset Index
348 status collapsed
349
350 \begin_layout Plain Layout
351 Abbildungen
352 \end_layout
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Section
360 Grafik-Dialog
361 \begin_inset Index
362 status collapsed
363
364 \begin_layout Plain Layout
365 Abbildungen ! Grafik-Dialog
366 \end_layout
367
368 \end_inset
369
370
371 \begin_inset CommandInset label
372 LatexCommand label
373 name "abs:Grafik-Dialog"
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Standard
381 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
382  
383 \begin_inset Graphics
384         filename ../../images/dialog-show-new-inset_graphics.png
385         scale 70
386         scaleBeforeRotation
387         BoundingBox 0bp 6bp 22bp 22bp
388
389 \end_inset
390
391  in der Werkzeugleiste oder wählen das Menü 
392 \family sans
393 Einfügen\SpecialChar \menuseparator
394 Grafik
395 \family default
396 .
397  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
398  
399 \family sans
400 Durchsuchen
401 \family default
402  eingeben können.
403  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
404  an der Sie es eingefügt haben.
405 \end_layout
406
407 \begin_layout Standard
408 \begin_inset Note Greyedout
409 status open
410
411 \begin_layout Quote
412
413 \series bold
414 Bemerkung
415 \series default
416 : Wenn Sie einen Dateinamen über 
417 \family sans
418 Durchsuchen
419 \family default
420  eingeben, wird LyX den gesamten Pfad in das Feld 
421 \family sans
422 Datei
423 \family default
424  eintragen.
425  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
426 \end_layout
427
428 \end_inset
429
430
431 \end_layout
432
433 \begin_layout Standard
434 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
435  klicken.
436  Der Dialog hat drei Karteikarten:
437 \end_layout
438
439 \begin_layout Description
440
441 \family sans
442 Grafik
443 \family default
444  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
445  Version festlegen.
446  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "kap:In-LyX-verfügbare"
454
455 \end_inset
456
457  erklärt.
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index
463 status collapsed
464
465 \begin_layout Plain Layout
466 Abbildungen ! rotierte
467 \end_layout
468
469 \end_inset
470
471 Sie können Abbildungen durch Angabe eines 
472 \family sans
473 Winkel
474 \family default
475
476 \begin_inset space ~
477 \end_inset
478
479
480 \family sans
481 (Grad)
482 \family default
483  und Festlegung eines 
484 \family sans
485 Drehpunktes
486 \family default
487  drehen.
488  Negative Winkel drehen Uhrzeigersinn.
489  Die Abbildung wird auch in LyX gedreht.
490 \begin_inset Newline newline
491 \end_inset
492
493
494 \begin_inset Index
495 status collapsed
496
497 \begin_layout Plain Layout
498 Abbildungen ! skalierte
499 \end_layout
500
501 \end_inset
502
503 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
504  oder Höhe und Breite definiert.
505  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
506  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
507  wobei sie möglicherweise verzerrt wird.
508  Um das zu vermeiden, sollten Sie 
509 \family sans
510 Seitenverhältnis
511 \begin_inset space ~
512 \end_inset
513
514 beibehalten
515 \family default
516  ankreuzen.
517  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
518 \family sans
519 Höhe
520 \family default
521  und 
522 \family sans
523 Breite
524 \family default
525  nicht überschritten werden.
526 \begin_inset Newline newline
527 \end_inset
528
529 Wenn Sie auf 
530 \family sans
531 Bearbeiten
532 \family default
533  klicken, können Abbildungen mit einem Programm, das in 
534 \family sans
535 Werkzeuge\SpecialChar \menuseparator
536 Einstellungen\SpecialChar \menuseparator
537 Dateiformate
538 \family default
539  im Feld 
540 \family sans
541 Bearbeiter
542 \family default
543  festgelegt wurde, bearbeitet werden.
544 \end_layout
545
546 \begin_layout Description
547
548 \family sans
549 Ausschnitt
550 \family default
551  Alternativ zur Festlegung der 
552 \family sans
553 Ausgabegröße
554 \family default
555  unter 
556 \family sans
557 \series bold
558 Grafik
559 \family default
560 \series default
561  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
562  die Ausgabe festzulegen.
563  Wenn Sie auf 
564 \family sans
565 Lese
566 \begin_inset space ~
567 \end_inset
568
569 aus
570 \begin_inset space ~
571 \end_inset
572
573 Datei
574 \family default
575  klicken, werden die Koordinaten automatisch berechnet.
576  Die Option 
577 \family sans
578 Auf
579 \begin_inset space ~
580 \end_inset
581
582 Begrenzungsbox
583 \begin_inset space ~
584 \end_inset
585
586 zuschneiden
587 \family default
588  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
589  Koordinaten liegt.
590  Normalerweise können Sie die Karteikarte 
591 \family sans
592 \series bold
593 Ausschnitt
594 \family default
595 \series default
596  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
597 \end_layout
598
599 \begin_layout Description
600
601 \family sans
602 LaTeX-
603 \begin_inset space ~
604 \end_inset
605
606 und
607 \begin_inset space ~
608 \end_inset
609
610 LyX-Optionen
611 \family default
612  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
613  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
614  Beschriftung sein soll.
615  Teilabbildungen werden in Abschnitt
616 \begin_inset space ~
617 \end_inset
618
619
620 \begin_inset CommandInset ref
621 LatexCommand ref
622 reference "abs:Gleitende-Abbildungen"
623
624 \end_inset
625
626  beschrieben.
627 \begin_inset Newline newline
628 \end_inset
629
630  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
631 \begin_inset Newline newline
632 \end_inset
633
634 Ist die Option 
635 \family sans
636 Entwurfsmodus 
637 \family default
638 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
639  darin gedruckt.
640 \begin_inset Newline newline
641 \end_inset
642
643 Die Option 
644 \family sans
645 Beim
646 \begin_inset space ~
647 \end_inset
648
649 Exportieren
650 \begin_inset space ~
651 \end_inset
652
653 nicht
654 \begin_inset space ~
655 \end_inset
656
657 entpacken
658 \family default
659  betrifft nur gepackte EPS-Dateien, zum Beispiel 
660 \emph on
661 x.eps.gz
662 \emph default
663 .
664  LaTeX kann so mit ihnen umgehen.
665 \begin_inset Newline newline
666 \end_inset
667
668 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgebe-Format PostScript
669  wählen, siehe Anhang
670 \begin_inset space ~
671 \end_inset
672
673
674 \begin_inset CommandInset ref
675 LatexCommand ref
676 reference "abs:PostScript"
677
678 \end_inset
679
680 .
681  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
682 \begin_inset Newline newline
683 \end_inset
684
685
686 \series bold
687 gzip x.eps
688 \begin_inset Newline newline
689 \end_inset
690
691 zgrep %%Bounding x.eps.gz > x.eps.bb
692 \series default
693
694 \begin_inset Newline newline
695 \end_inset
696
697 Der zweite Befehl erzeugt die Begrenzungsbox 
698 \begin_inset Quotes gld
699 \end_inset
700
701 x.eps.bb
702 \begin_inset Quotes grd
703 \end_inset
704
705 , die LaTeX für gepackte Abbildungen benötigt.
706 \end_layout
707
708 \begin_layout Standard
709 \begin_inset VSpace bigskip
710 \end_inset
711
712
713 \end_layout
714
715 \begin_layout Standard
716 Hier ist eine zentrierte .eps-Abbildung
717 \begin_inset Foot
718 status open
719
720 \begin_layout Plain Layout
721 Abbildungsformate sind in Abschnitt
722 \begin_inset space ~
723 \end_inset
724
725
726 \begin_inset CommandInset ref
727 LatexCommand ref
728 reference "abs:Bildformate"
729
730 \end_inset
731
732  beschrieben.
733 \end_layout
734
735 \end_inset
736
737  in einem eigenen Absatz:
738 \end_layout
739
740 \begin_layout Standard
741 \align center
742 \begin_inset Graphics
743         filename ../clipart/mobius.eps
744         display color
745         scale 70
746         scaleBeforeRotation
747         rotateOrigin center
748
749 \end_inset
750
751
752 \end_layout
753
754 \begin_layout Standard
755 \noindent
756 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
757 \end_layout
758
759 \begin_layout Standard
760 \align center
761 \begin_inset Graphics
762         filename ../clipart/mobius.eps
763         display color
764         scale 70
765         draft
766         scaleBeforeRotation
767         rotateOrigin center
768
769 \end_inset
770
771
772 \end_layout
773
774 \begin_layout Section
775 Gleitende Abbildungen
776 \begin_inset CommandInset label
777 LatexCommand label
778 name "abs:Gleitende-Abbildungen"
779
780 \end_inset
781
782
783 \begin_inset Index
784 status collapsed
785
786 \begin_layout Plain Layout
787 Abbildungen ! gleitende
788 \end_layout
789
790 \end_inset
791
792
793 \begin_inset Index
794 status collapsed
795
796 \begin_layout Plain Layout
797 Gleitobjekte ! Abbildungen
798 \end_layout
799
800 \end_inset
801
802
803 \end_layout
804
805 \begin_layout Standard
806 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
807 \begin_inset CommandInset ref
808 LatexCommand ref
809 reference "abs:Gleitobjekte-Einleitung"
810
811 \end_inset
812
813 .
814 \end_layout
815
816 \begin_layout Standard
817 Wenn Sie auf das Werkzeugleisten-Symbol 
818 \begin_inset Graphics
819         filename ../../images/float-insert_figure.png
820         scale 70
821         scaleBeforeRotation
822         BoundingBox 0bp 6bp 22bp 22bp
823
824 \end_inset
825
826  klicken oder 
827 \family sans
828 Einfügen\SpecialChar \menuseparator
829 Gleit\SpecialChar \-
830 objekt\SpecialChar \menuseparator
831 Abbildung
832 \family default
833  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
834  In das rot umrahmte Feld rechts von 
835 \emph on
836 Abbildung
837 \begin_inset space ~
838 \end_inset
839
840 Nr:
841 \emph default
842  schreiben Sie den Bildbeschriftung.
843  Nach einem Klick oberhalb oder unterhalb von 
844 \emph on
845 Abbildung
846 \begin_inset space ~
847 \end_inset
848
849 Nr:
850 \emph default
851  können Sie dann eine Abbildung wie 
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "abb:kill-plat"
855
856 \end_inset
857
858  oberhalb oder wie Abbildung
859 \begin_inset space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "abb:escher"
866
867 \end_inset
868
869  unterhalb der Bildbeschriftung einfügen.
870  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "abs:Titel-Platzierung"
878
879 \end_inset
880
881 .
882 \end_layout
883
884 \begin_layout Standard
885 \begin_inset Float figure
886 wide false
887 sideways false
888 status open
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Graphics
893         filename ../clipart/platypus.eps
894         display color
895         width 50col%
896         scaleBeforeRotation
897         rotateOrigin center
898
899 \end_inset
900
901
902 \end_layout
903
904 \begin_layout Plain Layout
905 \begin_inset Caption
906
907 \begin_layout Plain Layout
908 \begin_inset CommandInset label
909 LatexCommand label
910 name "abb:kill-plat"
911
912 \end_inset
913
914 Platypus in einem Gleitobjekt
915 \end_layout
916
917 \end_inset
918
919
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \begin_layout Standard
928 \begin_inset Float figure
929 wide false
930 sideways false
931 status open
932
933 \begin_layout Plain Layout
934 \begin_inset Caption
935
936 \begin_layout Plain Layout
937 \begin_inset CommandInset label
938 LatexCommand label
939 name "abb:escher"
940
941 \end_inset
942
943 M.C.
944  Escher
945 \end_layout
946
947 \end_inset
948
949
950 \end_layout
951
952 \begin_layout Plain Layout
953 \align center
954 \begin_inset Graphics
955         filename ../clipart/escher-lsd.eps
956         display color
957         scale 80
958         scaleBeforeRotation
959         rotateOrigin center
960
961 \end_inset
962
963
964 \end_layout
965
966 \end_inset
967
968
969 \end_layout
970
971 \begin_layout Standard
972 \begin_inset Index
973 status collapsed
974
975 \begin_layout Plain Layout
976 Abbildungen ! Beispiele
977 \end_layout
978
979 \end_inset
980
981 Abbildung
982 \begin_inset space ~
983 \end_inset
984
985
986 \begin_inset CommandInset ref
987 LatexCommand ref
988 reference "abb:kill-plat"
989
990 \end_inset
991
992  und 
993 \begin_inset CommandInset ref
994 LatexCommand ref
995 reference "abb:escher"
996
997 \end_inset
998
999  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
1000  Dafür fügen Sie in der Beschriftung mit 
1001 \family sans
1002 Einfügen\SpecialChar \menuseparator
1003 Marke
1004 \family default
1005  oder durch Klicken auf 
1006 \begin_inset Graphics
1007         filename ../../images/label-insert.png
1008         scale 70
1009         scaleBeforeRotation
1010         BoundingBox 0bp 6bp 20bp 20bp
1011
1012 \end_inset
1013
1014  eine Marke ein.
1015  Auf diese können Sie dann wie gewohnt mit 
1016 \family sans
1017 Einfügen\SpecialChar \menuseparator
1018 Querverweis
1019 \family default
1020  oder durch Klicken auf 
1021 \begin_inset Graphics
1022         filename ../../images/dialog-show-new-inset_ref.png
1023         scale 70
1024         scaleBeforeRotation
1025         BoundingBox 0bp 6bp 22bp 22bp
1026
1027 \end_inset
1028
1029  verweisen.
1030  Das ist besser als eine vage Formulierung wie 
1031 \begin_inset Quotes gld
1032 \end_inset
1033
1034 die obige Abbildung
1035 \begin_inset Quotes grd
1036 \end_inset
1037
1038  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1039  erscheint, und das muss nicht 
1040 \emph on
1041 oben
1042 \emph default
1043  sein.
1044  Verweise werden detailliert in Abschnitt
1045 \begin_inset space ~
1046 \end_inset
1047
1048
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "abs:Auf-Gleitobjekte-verweisen"
1052
1053 \end_inset
1054
1055  beschrieben.
1056 \end_layout
1057
1058 \begin_layout Standard
1059 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1060  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1061  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1062  Gleitabbildung einfügt.
1063  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1064  Abbildung
1065 \begin_inset space ~
1066 \end_inset
1067
1068
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "abb:Zwei-Teilabbildungen"
1072
1073 \end_inset
1074
1075  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1076  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1077  Gleitabbildung auf Eingabe drücken.
1078  Abbildung
1079 \begin_inset space ~
1080 \end_inset
1081
1082
1083 \begin_inset CommandInset ref
1084 LatexCommand ref
1085 reference "abb:Undefinierbar"
1086
1087 \end_inset
1088
1089  und 
1090 \begin_inset CommandInset ref
1091 LatexCommand ref
1092 reference "abb:Ein-Schnabeltier"
1093
1094 \end_inset
1095
1096  sind die Teilabbildungen.
1097 \end_layout
1098
1099 \begin_layout Standard
1100 \begin_inset Float figure
1101 wide false
1102 sideways false
1103 status open
1104
1105 \begin_layout Plain Layout
1106 \begin_inset space \hfill{}
1107 \end_inset
1108
1109
1110 \begin_inset Float figure
1111 wide false
1112 sideways false
1113 status open
1114
1115 \begin_layout Plain Layout
1116 \begin_inset Caption
1117
1118 \begin_layout Plain Layout
1119 \begin_inset CommandInset label
1120 LatexCommand label
1121 name "abb:Undefinierbar"
1122
1123 \end_inset
1124
1125 Undefinierbar
1126 \end_layout
1127
1128 \end_inset
1129
1130
1131 \end_layout
1132
1133 \begin_layout Plain Layout
1134 \begin_inset Graphics
1135         filename ../clipart/escher-lsd.eps
1136         width 35col%
1137         scaleBeforeRotation
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \begin_inset space \hfill{}
1148 \end_inset
1149
1150
1151 \begin_inset Float figure
1152 wide false
1153 sideways false
1154 status open
1155
1156 \begin_layout Plain Layout
1157 \begin_inset Caption
1158
1159 \begin_layout Plain Layout
1160 \begin_inset CommandInset label
1161 LatexCommand label
1162 name "abb:Ein-Schnabeltier"
1163
1164 \end_inset
1165
1166 Ein Schnabeltier
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/platypus.eps
1177         lyxscale 60
1178         width 45col%
1179         scaleBeforeRotation
1180
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \end_inset
1187
1188
1189 \begin_inset space \hfill{}
1190 \end_inset
1191
1192
1193 \end_layout
1194
1195 \begin_layout Plain Layout
1196 \begin_inset Caption
1197
1198 \begin_layout Plain Layout
1199 \begin_inset CommandInset label
1200 LatexCommand label
1201 name "abb:Zwei-Teilabbildungen"
1202
1203 \end_inset
1204
1205 Zwei Teilabbildungen nebeneinander.
1206 \end_layout
1207
1208 \end_inset
1209
1210
1211 \end_layout
1212
1213 \end_inset
1214
1215
1216 \end_layout
1217
1218 \begin_layout Section
1219 Bildformate
1220 \begin_inset CommandInset label
1221 LatexCommand label
1222 name "abs:Bildformate"
1223
1224 \end_inset
1225
1226
1227 \begin_inset Index
1228 status collapsed
1229
1230 \begin_layout Plain Layout
1231 Abbildungen ! Bildformate
1232 \end_layout
1233
1234 \end_inset
1235
1236
1237 \end_layout
1238
1239 \begin_layout Standard
1240 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1241  Aber wie in Anhang
1242 \begin_inset space ~
1243 \end_inset
1244
1245
1246 \begin_inset CommandInset ref
1247 LatexCommand ref
1248 reference "kap:Ausgabedatei-Formate"
1249
1250 \end_inset
1251
1252  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1253  LyX benutzt im Hintergrund das Programm
1254 \family typewriter
1255  Imagemagick
1256 \family default
1257 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1258  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1259  vermeiden.
1260  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1261  werden können.
1262  Diese Formate werden in Anhang
1263 \begin_inset space ~
1264 \end_inset
1265
1266
1267 \begin_inset CommandInset ref
1268 LatexCommand ref
1269 reference "kap:Ausgabedatei-Formate"
1270
1271 \end_inset
1272
1273  beschrieben.
1274 \end_layout
1275
1276 \begin_layout Standard
1277 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1278 \end_layout
1279
1280 \begin_layout Description
1281 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1282  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1283  
1284 \emph on
1285 pixelig
1286 \emph default
1287  aus.
1288  Bekannte Pixel-Formate sind 
1289 \begin_inset Quotes gld
1290 \end_inset
1291
1292 Graphics Interchange Format
1293 \begin_inset Quotes grd
1294 \end_inset
1295
1296  (GIF, Dateiendung
1297 \family typewriter
1298  
1299 \family default
1300
1301 \begin_inset Quotes gld
1302 \end_inset
1303
1304
1305 \family typewriter
1306 .gif
1307 \family default
1308
1309 \begin_inset Quotes grd
1310 \end_inset
1311
1312 )
1313 \begin_inset Index
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 GIF
1318 \end_layout
1319
1320 \end_inset
1321
1322
1323 \begin_inset Quotes gld
1324 \end_inset
1325
1326 Portable Network Graphics
1327 \begin_inset Quotes grd
1328 \end_inset
1329
1330  (PNG, Dateiendung 
1331 \begin_inset Quotes gld
1332 \end_inset
1333
1334
1335 \family typewriter
1336 .png
1337 \family default
1338
1339 \begin_inset Quotes grd
1340 \end_inset
1341
1342 )
1343 \begin_inset Index
1344 status collapsed
1345
1346 \begin_layout Plain Layout
1347 PNG
1348 \end_layout
1349
1350 \end_inset
1351
1352
1353 \begin_inset Quotes gld
1354 \end_inset
1355
1356 Joint Photographic Experts Group
1357 \begin_inset Quotes grd
1358 \end_inset
1359
1360  (JPG, Dateiendung
1361 \family typewriter
1362  
1363 \family default
1364
1365 \begin_inset Quotes gld
1366 \end_inset
1367
1368
1369 \family typewriter
1370 .jpg
1371 \family default
1372
1373 \begin_inset Quotes grd
1374 \end_inset
1375
1376  oder 
1377 \begin_inset Quotes gld
1378 \end_inset
1379
1380
1381 \family typewriter
1382 .jpeg
1383 \family default
1384
1385 \begin_inset Quotes grd
1386 \end_inset
1387
1388 )
1389 \begin_inset Index
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 JPG, JPEG
1394 \end_layout
1395
1396 \end_inset
1397
1398  und 
1399 \begin_inset Quotes gld
1400 \end_inset
1401
1402 Windows Bitmap
1403 \begin_inset Quotes grd
1404 \end_inset
1405
1406  (BMP, Dateiendung 
1407 \begin_inset Quotes gld
1408 \end_inset
1409
1410
1411 \family typewriter
1412 .bmp
1413 \family default
1414
1415 \begin_inset Quotes grd
1416 \end_inset
1417
1418 )
1419 \begin_inset Index
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423 BMP
1424 \end_layout
1425
1426 \end_inset
1427
1428 .
1429 \end_layout
1430
1431 \begin_layout Description
1432 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1433  auf jede beliebige Größe skaliert werden.
1434  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1435  zoomen zu können.
1436 \begin_inset Newline newline
1437 \end_inset
1438
1439 Bekannte Formate sind 
1440 \begin_inset Quotes gld
1441 \end_inset
1442
1443 Scalable Vector Graphics
1444 \begin_inset Quotes grd
1445 \end_inset
1446
1447  (SVG, Dateiendung
1448 \family typewriter
1449  
1450 \family default
1451
1452 \begin_inset Quotes gld
1453 \end_inset
1454
1455
1456 \family typewriter
1457 .svg
1458 \family default
1459
1460 \begin_inset Quotes grd
1461 \end_inset
1462
1463 )
1464 \begin_inset Index
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468 SVG
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \begin_inset Quotes gld
1475 \end_inset
1476
1477 Encapsulated PostScript
1478 \begin_inset Quotes grd
1479 \end_inset
1480
1481  (EPS, Dateiendung 
1482 \begin_inset Quotes gld
1483 \end_inset
1484
1485
1486 \family typewriter
1487 .eps
1488 \family default
1489
1490 \begin_inset Quotes grd
1491 \end_inset
1492
1493 )
1494 \begin_inset Index
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498 EPS
1499 \end_layout
1500
1501 \end_inset
1502
1503
1504 \begin_inset Quotes gld
1505 \end_inset
1506
1507 Portable Document Format
1508 \begin_inset Quotes grd
1509 \end_inset
1510
1511  (PDF, Dateiendung
1512 \family typewriter
1513  
1514 \family default
1515
1516 \begin_inset Quotes gld
1517 \end_inset
1518
1519
1520 \family typewriter
1521 .pdf
1522 \family default
1523
1524 \begin_inset Quotes grd
1525 \end_inset
1526
1527 )
1528 \begin_inset Index
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 PDF
1533 \end_layout
1534
1535 \end_inset
1536
1537  und 
1538 \begin_inset Quotes gld
1539 \end_inset
1540
1541 Windows Metafile
1542 \begin_inset Quotes grd
1543 \end_inset
1544
1545  (WMF, Dateiendung 
1546 \begin_inset Quotes gld
1547 \end_inset
1548
1549
1550 \family typewriter
1551 .wmf
1552 \family default
1553
1554 \begin_inset Quotes grd
1555 \end_inset
1556
1557 )
1558 \begin_inset Index
1559 status collapsed
1560
1561 \begin_layout Plain Layout
1562 WMF
1563 \end_layout
1564
1565 \end_inset
1566
1567 .
1568 \end_layout
1569
1570 \begin_layout Standard
1571 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1572  das Ergebnis ist immer noch ein Pixelbild.
1573  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1574  hinzugefügt.
1575 \begin_inset Foot
1576 status open
1577
1578 \begin_layout Plain Layout
1579 Bei PDF wird das Originalbild auch noch komprimiert.
1580 \end_layout
1581
1582 \end_inset
1583
1584  Die PDF-Dateien, die 
1585 \family typewriter
1586 Adobe Photoshop
1587 \family default
1588  erzeugt, sind zum Beispiel Pixelbilder.
1589 \end_layout
1590
1591 \begin_layout Standard
1592 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1593  umgekehrt.
1594  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1595  eingefügt werden.
1596  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1597  erzeugt wird, weil es zur Zeit keine WMF/SVG
1598 \begin_inset Formula $\to$
1599 \end_inset
1600
1601 PDF/EPS Konverter gibt.
1602 \end_layout
1603
1604 \begin_layout Chapter
1605 Tabellen
1606 \begin_inset CommandInset label
1607 LatexCommand label
1608 name "kap:Tabellen"
1609
1610 \end_inset
1611
1612
1613 \begin_inset Index
1614 status collapsed
1615
1616 \begin_layout Plain Layout
1617 Tabellen
1618 \end_layout
1619
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \begin_layout Section
1626 Einführung
1627 \begin_inset Index
1628 status collapsed
1629
1630 \begin_layout Plain Layout
1631 Tabellen ! Einführung
1632 \end_layout
1633
1634 \end_inset
1635
1636
1637 \end_layout
1638
1639 \begin_layout Standard
1640 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1641 \begin_inset Graphics
1642         filename ../../images/tabular-insert.png
1643         scale 70
1644         scaleBeforeRotation
1645         BoundingBox 0bp 6bp 22bp 22bp
1646
1647 \end_inset
1648
1649  oder das Menü 
1650 \family sans
1651 Einfügen\SpecialChar \menuseparator
1652 Tabelle
1653 \family default
1654  einfügen.
1655  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1656 \begin_inset space \thinspace{}
1657 \end_inset
1658
1659 -Tabelle.
1660  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1661  und die Größe der dunkelblauen Tabelle angezeigt.
1662  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1663  ein.
1664  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1665  Spaltenanzahl festlegen können.
1666 \end_layout
1667
1668 \begin_layout Standard
1669 In der so erstellten Tabelle ist jede Zelle umrandet.
1670  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1671  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1672  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1673 \end_layout
1674
1675 \begin_layout Standard
1676 \align center
1677 \begin_inset Tabular
1678 <lyxtabular version="3" rows="5" columns="4">
1679 <features>
1680 <column alignment="center" valignment="top" width="0">
1681 <column alignment="center" valignment="top" width="0">
1682 <column alignment="center" valignment="top" width="0">
1683 <column alignment="center" valignment="top" width="0">
1684 <row>
1685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Plain Layout
1689
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698
1699 \family roman
1700 \series medium
1701 \shape up
1702 \size normal
1703 \emph off
1704 \bar no
1705 \noun off
1706 \color none
1707 1
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716 2
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725 3
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 </row>
1731 <row>
1732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \family roman
1738 \series medium
1739 \shape up
1740 \size normal
1741 \emph off
1742 \bar no
1743 \noun off
1744 \color none
1745 A
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 </row>
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \family roman
1785 \series medium
1786 \shape up
1787 \size normal
1788 \emph off
1789 \bar no
1790 \noun off
1791 \color none
1792 B
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 </row>
1825 <row>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \family roman
1832 \series medium
1833 \shape up
1834 \size normal
1835 \emph off
1836 \bar no
1837 \noun off
1838 \color none
1839 C
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 </row>
1872 <row>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877 D
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 </row>
1910 </lyxtabular>
1911
1912 \end_inset
1913
1914
1915 \end_layout
1916
1917 \begin_layout Section
1918 Tabellen-Einstellungen
1919 \begin_inset Index
1920 status collapsed
1921
1922 \begin_layout Plain Layout
1923 Tabellen ! Einstellungen
1924 \end_layout
1925
1926 \end_inset
1927
1928
1929 \end_layout
1930
1931 \begin_layout Standard
1932 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1933  Maustaste draufklicken.
1934  Dadurch wird das Fenster 
1935 \family sans
1936 Tabellen-Einstellungen
1937 \family default
1938  geöffnet.
1939  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1940  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1941  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1942  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1943  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1944  Auswahl.
1945  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1946 \emph on
1947 Inhalt
1948 \emph default
1949  einer Zelle oder die Zelle selber ausgewählt haben.
1950  Das 
1951 \family sans
1952 Tabellen-Einstellungen
1953 \family default
1954 -Menü hat folgende Karteikarten:
1955 \end_layout
1956
1957 \begin_layout Description
1958
1959 \family sans
1960 Tabellen-Einstellungen
1961 \family default
1962  Hier können Sie die 
1963 \family sans
1964 Horizontale
1965 \begin_inset space ~
1966 \end_inset
1967
1968 Ausrichtung
1969 \family default
1970  der momentanen Spalte und die 
1971 \family sans
1972 Spaltenbreite
1973 \family default
1974  festlegen.
1975  Wenn Sie eine 
1976 \family sans
1977 Spaltenbreite
1978 \family default
1979  festgelegt haben, können Sie auch eine 
1980 \family sans
1981 Vertikale
1982 \begin_inset space ~
1983 \end_inset
1984
1985 Ausrichtung
1986 \family default
1987  der momentanen Zeile wählen.
1988  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1989  Absätze haben, wie in Abschnitt
1990 \begin_inset space ~
1991 \end_inset
1992
1993
1994 \begin_inset CommandInset ref
1995 LatexCommand ref
1996 reference "uab:Mehrfache-Zeilen-in"
1997
1998 \end_inset
1999
2000  beschrieben.
2001  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2002 \begin_inset Newline newline
2003 \end_inset
2004
2005 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2006  als 
2007 \family sans
2008 Mehrfachspalte
2009 \family default
2010  definieren, wie in Abschnitt
2011 \begin_inset space ~
2012 \end_inset
2013
2014
2015 \begin_inset CommandInset ref
2016 LatexCommand ref
2017 reference "uab:Mehrfachspalten"
2018
2019 \end_inset
2020
2021  beschrieben.
2022 \begin_inset Newline newline
2023 \end_inset
2024
2025 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2026  den Uhrzeigersinn um 90° drehen.
2027  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2028 \begin_inset Newline newline
2029 \end_inset
2030
2031
2032 \begin_inset Note Greyedout
2033 status open
2034
2035 \begin_layout Plain Layout
2036
2037 \series bold
2038 Achtung:
2039 \series default
2040  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2041 \end_layout
2042
2043 \end_inset
2044
2045
2046 \begin_inset Newline newline
2047 \end_inset
2048
2049 Man kann auch ein 
2050 \family sans
2051 LaTe
2052 \begin_inset ERT
2053 status collapsed
2054
2055 \begin_layout Plain Layout
2056
2057 {}
2058 \end_layout
2059
2060 \end_inset
2061
2062 X-Argument
2063 \family default
2064  für besondere Tabellen-Formatierun\SpecialChar \-
2065 gen einfügen, wie in Abschnitten 
2066 \begin_inset CommandInset ref
2067 LatexCommand ref
2068 reference "uab:Mehrfachspalten-Berechnungen"
2069
2070 \end_inset
2071
2072  und 
2073 \begin_inset CommandInset ref
2074 LatexCommand ref
2075 reference "abs:Farbige-Tabellen"
2076
2077 \end_inset
2078
2079  beschrieben.
2080 \end_layout
2081
2082 \begin_layout Description
2083
2084 \family sans
2085 Rahmen
2086 \family default
2087  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
2088  hinzufügen und löschen.
2089 \begin_inset Newline newline
2090 \end_inset
2091
2092 Wenn Sie die Stil-Option
2093 \family sans
2094  Formal
2095 \family default
2096  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2097 \begin_inset space ~
2098 \end_inset
2099
2100
2101 \begin_inset CommandInset ref
2102 LatexCommand ref
2103 reference "abs:Formale-Tabellen"
2104
2105 \end_inset
2106
2107  beschrieben, konvertiert.
2108 \begin_inset Newline newline
2109 \end_inset
2110
2111 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2112 \begin_inset space ~
2113 \end_inset
2114
2115
2116 \begin_inset CommandInset ref
2117 LatexCommand ref
2118 reference "uab:Zeilenabstand"
2119
2120 \end_inset
2121
2122  beschrieben.
2123 \end_layout
2124
2125 \begin_layout Description
2126
2127 \family sans
2128 Lange
2129 \begin_inset space ~
2130 \end_inset
2131
2132 Tabelle
2133 \family default
2134  Hier kann eine Tabelle als 
2135 \family sans
2136 Lange
2137 \begin_inset space ~
2138 \end_inset
2139
2140 Tabelle
2141 \family default
2142  definiert werden, die über mehrere Seiten reicht.
2143  Die Abschnitte
2144 \begin_inset space ~
2145 \end_inset
2146
2147
2148 \begin_inset CommandInset ref
2149 LatexCommand ref
2150 reference "abs:Lange-Tabellen"
2151
2152 \end_inset
2153
2154  und 
2155 \begin_inset CommandInset ref
2156 LatexCommand ref
2157 reference "abs:Special-Longtable-Issues"
2158
2159 \end_inset
2160
2161  beschreiben diese Funktion genauer.
2162 \end_layout
2163
2164 \begin_layout Standard
2165 Wenn das Menü 
2166 \family sans
2167 Tabellen-Einstellungen
2168 \family default
2169  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2170  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2171 \end_layout
2172
2173 \begin_layout Section
2174 Tabellen-Werkzeugleiste
2175 \begin_inset Index
2176 status collapsed
2177
2178 \begin_layout Plain Layout
2179 Tabellen ! Werkzeugleiste
2180 \end_layout
2181
2182 \end_inset
2183
2184
2185 \end_layout
2186
2187 \begin_layout Standard
2188 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2189 \family sans
2190 Tabellen-Einstellungen
2191 \family default
2192 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2193  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2194  LyX-Fensters.
2195 \end_layout
2196
2197 \begin_layout Standard
2198 Die Werkzeugleiste hat folgende Knöpfe:
2199 \end_layout
2200
2201 \begin_layout Labeling
2202 \labelwidthstring 00.00.0000
2203 \begin_inset Graphics
2204         filename ../../images/tabular-feature_append-row.png
2205         scale 70
2206         scaleBeforeRotation
2207         BoundingBox 0bp 6bp 22bp 22bp
2208
2209 \end_inset
2210
2211  Fügt eine Zeile unterhalb der momentanen an
2212 \end_layout
2213
2214 \begin_layout Labeling
2215 \labelwidthstring 00.00.0000
2216 \begin_inset Graphics
2217         filename ../../images/tabular-feature_append-column.png
2218         scale 70
2219         scaleBeforeRotation
2220         BoundingBox 0bp 6bp 22bp 22bp
2221
2222 \end_inset
2223
2224  Fügt eine Spalte rechts von der momentanen an
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229 \begin_inset Graphics
2230         filename ../../images/tabular-feature_delete-row.png
2231         scale 70
2232         scaleBeforeRotation
2233         BoundingBox 0bp 6bp 22bp 22bp
2234
2235 \end_inset
2236
2237  Löscht die ausgewählte(n) Zeile(n)
2238 \end_layout
2239
2240 \begin_layout Labeling
2241 \labelwidthstring 00.00.0000
2242 \begin_inset Graphics
2243         filename ../../images/tabular-feature_delete-column.png
2244         scale 70
2245         scaleBeforeRotation
2246         BoundingBox 0bp 6bp 22bp 22bp
2247
2248 \end_inset
2249
2250  Löscht die ausgewählte(n) Spalte(n)
2251 \end_layout
2252
2253 \begin_layout Labeling
2254 \labelwidthstring 00.00.0000
2255 \begin_inset Graphics
2256         filename ../../images/tabular-feature_toggle-line-top.png
2257         scale 70
2258         scaleBeforeRotation
2259         BoundingBox 0bp 6bp 22bp 22bp
2260
2261 \end_inset
2262
2263  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2264  wenn der Knopf grau hinterlegt ist
2265 \end_layout
2266
2267 \begin_layout Labeling
2268 \labelwidthstring 00.00.0000
2269 \begin_inset Graphics
2270         filename ../../images/tabular-feature_toggle-line-bottom.png
2271         scale 70
2272         scaleBeforeRotation
2273         BoundingBox 0bp 6bp 22bp 22bp
2274
2275 \end_inset
2276
2277  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2278  wenn der Knopf grau hinterlegt ist
2279 \end_layout
2280
2281 \begin_layout Labeling
2282 \labelwidthstring 00.00.0000
2283 \begin_inset Graphics
2284         filename ../../images/tabular-feature_toggle-line-left.png
2285         scale 70
2286         scaleBeforeRotation
2287         BoundingBox 0bp 6bp 22bp 22bp
2288
2289 \end_inset
2290
2291  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2292  wenn der Knopf grau hinterlegt ist
2293 \end_layout
2294
2295 \begin_layout Labeling
2296 \labelwidthstring 00.00.0000
2297 \begin_inset Graphics
2298         filename ../../images/tabular-feature_toggle-line-right.png
2299         scale 70
2300         scaleBeforeRotation
2301         BoundingBox 0bp 6bp 22bp 22bp
2302
2303 \end_inset
2304
2305  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2306  wenn der Knopf grau hinterlegt ist
2307 \end_layout
2308
2309 \begin_layout Labeling
2310 \labelwidthstring 00.00.0000
2311 \begin_inset Graphics
2312         filename ../../images/tabular-feature_set-all-lines.png
2313         scale 70
2314         scaleBeforeRotation
2315         BoundingBox 0bp 6bp 22bp 22bp
2316
2317 \end_inset
2318
2319  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2320 \end_layout
2321
2322 \begin_layout Labeling
2323 \labelwidthstring 00.00.0000
2324 \begin_inset Graphics
2325         filename ../../images/tabular-feature_unset-all-lines.png
2326         scale 70
2327         scaleBeforeRotation
2328         BoundingBox 0bp 6bp 22bp 22bp
2329
2330 \end_inset
2331
2332  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2333 \end_layout
2334
2335 \begin_layout Labeling
2336 \labelwidthstring 00.00.0000
2337 \begin_inset Graphics
2338         filename ../../images/tabular-feature_align-left.png
2339         scale 70
2340         scaleBeforeRotation
2341         BoundingBox 0bp 6bp 22bp 22bp
2342
2343 \end_inset
2344
2345  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2346 \end_layout
2347
2348 \begin_layout Labeling
2349 \labelwidthstring 00.00.0000
2350 \begin_inset Graphics
2351         filename ../../images/tabular-feature_align-center.png
2352         scale 70
2353         scaleBeforeRotation
2354         BoundingBox 0bp 6bp 22bp 22bp
2355
2356 \end_inset
2357
2358  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Graphics
2364         filename ../../images/tabular-feature_align-right.png
2365         scale 70
2366         scaleBeforeRotation
2367         BoundingBox 0bp 6bp 22bp 22bp
2368
2369 \end_inset
2370
2371  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376 \begin_inset Graphics
2377         filename ../../images/tabular-feature_valign-top.png
2378         scale 70
2379         scaleBeforeRotation
2380         BoundingBox 0bp 6bp 22bp 22bp
2381
2382 \end_inset
2383
2384  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Graphics
2390         filename ../../images/tabular-feature_valign-middle.png
2391         scale 70
2392         scaleBeforeRotation
2393         BoundingBox 0bp 6bp 22bp 22bp
2394
2395 \end_inset
2396
2397  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2398 \end_layout
2399
2400 \begin_layout Labeling
2401 \labelwidthstring 00.00.0000
2402 \begin_inset Graphics
2403         filename ../../images/tabular-feature_valign-bottom.png
2404         scale 70
2405         scaleBeforeRotation
2406         BoundingBox 0bp 6bp 22bp 22bp
2407
2408 \end_inset
2409
2410  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2411 \end_layout
2412
2413 \begin_layout Labeling
2414 \labelwidthstring 00.00.0000
2415 \begin_inset Graphics
2416         filename ../../images/tabular-feature_set-rotate-cell.png
2417         scale 70
2418         scaleBeforeRotation
2419         BoundingBox 0bp 6bp 22bp 22bp
2420
2421 \end_inset
2422
2423  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2424 \end_layout
2425
2426 \begin_layout Labeling
2427 \labelwidthstring 00.00.0000
2428 \begin_inset Graphics
2429         filename ../../images/tabular-feature_set-rotate-tabular.png
2430         scale 70
2431         scaleBeforeRotation
2432         BoundingBox 0bp 6bp 22bp 22bp
2433
2434 \end_inset
2435
2436  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2437 \end_layout
2438
2439 \begin_layout Labeling
2440 \labelwidthstring 00.00.0000
2441 \begin_inset Graphics
2442         filename ../../images/tabular-feature_multicolumn.png
2443         scale 70
2444         scaleBeforeRotation
2445         BoundingBox 0bp 6bp 22bp 22bp
2446
2447 \end_inset
2448
2449  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2450 \end_layout
2451
2452 \begin_layout Standard
2453 \begin_inset Note Greyedout
2454 status open
2455
2456 \begin_layout Plain Layout
2457
2458 \series bold
2459 Note:
2460 \series default
2461  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2462  Reihe für alle Zelle der Reihe verwendet.
2463 \end_layout
2464
2465 \end_inset
2466
2467
2468 \end_layout
2469
2470 \begin_layout Section
2471 Bearbeiten-Menü
2472 \begin_inset Index
2473 status collapsed
2474
2475 \begin_layout Plain Layout
2476 Tabellen ! Bearbeiten-Menü
2477 \end_layout
2478
2479 \end_inset
2480
2481
2482 \end_layout
2483
2484 \begin_layout Standard
2485 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2486  Wenn der Cursor in einer Tabelle steht, sind im 
2487 \family sans
2488 Bearbeiten
2489 \family default
2490 -Menü folgende Punkte aktiviert: 
2491 \family sans
2492 Tabelle
2493 \family default
2494
2495 \family sans
2496 Zeilen
2497 \begin_inset space ~
2498 \end_inset
2499
2500 &
2501 \begin_inset space ~
2502 \end_inset
2503
2504 Spalten
2505 \family default
2506  und 
2507 \family sans
2508 Tabellen-Einstellungen
2509 \family default
2510 .
2511  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2512 ngsmöglichkeiten zu erreichen.
2513 \end_layout
2514
2515 \begin_layout Section
2516 Gleitende Tabellen
2517 \begin_inset CommandInset label
2518 LatexCommand label
2519 name "abs:Gleitende-Tabellen"
2520
2521 \end_inset
2522
2523
2524 \begin_inset Index
2525 status collapsed
2526
2527 \begin_layout Plain Layout
2528 Gleitobjekte ! Tabellen
2529 \end_layout
2530
2531 \end_inset
2532
2533
2534 \begin_inset Index
2535 status collapsed
2536
2537 \begin_layout Plain Layout
2538 Tabellen ! gleitende
2539 \end_layout
2540
2541 \end_inset
2542
2543
2544 \end_layout
2545
2546 \begin_layout Standard
2547 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2548 \begin_inset space ~
2549 \end_inset
2550
2551
2552 \begin_inset CommandInset ref
2553 LatexCommand ref
2554 reference "abs:Gleitobjekte-Einleitung"
2555
2556 \end_inset
2557
2558 .
2559 \end_layout
2560
2561 \begin_layout Standard
2562 \begin_inset Float table
2563 placement h
2564 wide false
2565 sideways false
2566 status open
2567
2568 \begin_layout Plain Layout
2569 \begin_inset Caption
2570
2571 \begin_layout Plain Layout
2572 \begin_inset CommandInset label
2573 LatexCommand label
2574 name "tab:a table float"
2575
2576 \end_inset
2577
2578 Eine gleitende Tabelle
2579 \end_layout
2580
2581 \end_inset
2582
2583
2584 \end_layout
2585
2586 \begin_layout Plain Layout
2587 \align center
2588 \begin_inset Tabular
2589 <lyxtabular version="3" rows="3" columns="3">
2590 <features>
2591 <column alignment="center" valignment="top" width="0pt">
2592 <column alignment="center" valignment="top" width="0pt">
2593 <column alignment="center" valignment="top" width="0pt">
2594 <row>
2595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2596 \begin_inset Text
2597
2598 \begin_layout Plain Layout
2599
2600 \family roman
2601 \series medium
2602 \shape up
2603 \size normal
2604 \emph off
2605 \bar no
2606 \noun off
2607 \color none
2608 1
2609 \end_layout
2610
2611 \end_inset
2612 </cell>
2613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2614 \begin_inset Text
2615
2616 \begin_layout Plain Layout
2617
2618 \family roman
2619 \series medium
2620 \shape up
2621 \size normal
2622 \emph off
2623 \bar no
2624 \noun off
2625 \color none
2626 2
2627 \end_layout
2628
2629 \end_inset
2630 </cell>
2631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2632 \begin_inset Text
2633
2634 \begin_layout Plain Layout
2635
2636 \family roman
2637 \series medium
2638 \shape up
2639 \size normal
2640 \emph off
2641 \bar no
2642 \noun off
2643 \color none
2644 3
2645 \end_layout
2646
2647 \end_inset
2648 </cell>
2649 </row>
2650 <row>
2651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2652 \begin_inset Text
2653
2654 \begin_layout Plain Layout
2655
2656 \family roman
2657 \series medium
2658 \shape up
2659 \size normal
2660 \emph off
2661 \bar no
2662 \noun off
2663 \color none
2664 Martin
2665 \end_layout
2666
2667 \end_inset
2668 </cell>
2669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2670 \begin_inset Text
2671
2672 \begin_layout Plain Layout
2673
2674 \family roman
2675 \series medium
2676 \shape up
2677 \size normal
2678 \emph off
2679 \bar no
2680 \noun off
2681 \color none
2682 Lena
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Plain Layout
2691
2692 \family roman
2693 \series medium
2694 \shape up
2695 \size normal
2696 \emph off
2697 \bar no
2698 \noun off
2699 \color none
2700 Alina
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 </row>
2706 <row>
2707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2708 \begin_inset Text
2709
2710 \begin_layout Plain Layout
2711
2712 \family roman
2713 \series medium
2714 \shape up
2715 \size normal
2716 \emph off
2717 \bar no
2718 \noun off
2719 \color none
2720 \begin_inset Formula $\int x^{2}dx$
2721 \end_inset
2722
2723
2724 \end_layout
2725
2726 \end_inset
2727 </cell>
2728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2729 \begin_inset Text
2730
2731 \begin_layout Plain Layout
2732
2733 \family roman
2734 \series medium
2735 \shape up
2736 \size normal
2737 \emph off
2738 \bar no
2739 \noun off
2740 \color none
2741 \begin_inset Formula $\left[\begin{array}{cc}
2742 a & b\\
2743 c & d\end{array}\right]$
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755
2756 \family roman
2757 \series medium
2758 \shape up
2759 \size normal
2760 \emph off
2761 \bar no
2762 \noun off
2763 \color none
2764 \begin_inset Formula $1+1=2$
2765 \end_inset
2766
2767
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 </row>
2773 </lyxtabular>
2774
2775 \end_inset
2776
2777
2778 \end_layout
2779
2780 \end_inset
2781
2782
2783 \end_layout
2784
2785 \begin_layout Standard
2786 Gleitende Tabellen können über 
2787 \family sans
2788 Einfügen\SpecialChar \menuseparator
2789 Gleitobjekt\SpecialChar \menuseparator
2790 Tabelle
2791 \family default
2792  oder einen Klick auf den Werkzeugleistenknopf 
2793 \begin_inset Graphics
2794         filename ../../images/float-insert_table.png
2795         scale 70
2796         scaleBeforeRotation
2797         BoundingBox 0bp 6bp 22bp 22bp
2798
2799 \end_inset
2800
2801  erzeugt werden.
2802  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2803  In das rot umrahmte Feld rechts von 
2804 \emph on
2805 Tabelle
2806 \begin_inset space ~
2807 \end_inset
2808
2809 Nr:
2810 \emph default
2811  schreiben Sie die Tabellenbeschriftung.
2812  Nach einem Klick oberhalb oder unterhalb von 
2813 \emph on
2814 Tabelle
2815 \begin_inset space ~
2816 \end_inset
2817
2818 Nr:
2819 \emph default
2820  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2821 \begin_inset Graphics
2822         filename ../../images/tabular-insert.png
2823         scale 70
2824         scaleBeforeRotation
2825         BoundingBox 0bp 6bp 22bp 22bp
2826
2827 \end_inset
2828
2829  oder dem Menü 
2830 \family sans
2831 Einfügen\SpecialChar \menuseparator
2832 Tabelle
2833 \family default
2834  einfügen.
2835 \end_layout
2836
2837 \begin_layout Standard
2838 Tabelle
2839 \begin_inset space ~
2840 \end_inset
2841
2842
2843 \begin_inset CommandInset ref
2844 LatexCommand ref
2845 reference "tab:a table float"
2846
2847 \end_inset
2848
2849  ist ein Beispiel für eine gleitende Tabelle.
2850 \end_layout
2851
2852 \begin_layout Standard
2853 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2854 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2855  Das bedeutet, dass bei den Klassen 
2856 \family sans
2857 article
2858 \family default
2859
2860 \family sans
2861 book
2862 \family default
2863
2864 \family sans
2865 letter
2866 \family default
2867 , und 
2868 \family sans
2869 report
2870 \family default
2871  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2872  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2873 \series bold
2874 caption
2875 \series default
2876
2877 \begin_inset Index
2878 status collapsed
2879
2880 \begin_layout Plain Layout
2881 LaTeX-Pakete ! caption
2882 \end_layout
2883
2884 \end_inset
2885
2886  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2887 \begin_inset Foot
2888 status open
2889
2890 \begin_layout Plain Layout
2891 Näheres finden Sie im Abschnitt
2892 \begin_inset space ~
2893 \end_inset
2894
2895
2896 \begin_inset CommandInset ref
2897 LatexCommand ref
2898 reference "abs:Titel-Platzierung"
2899
2900 \end_inset
2901
2902 .
2903 \end_layout
2904
2905 \end_inset
2906
2907
2908 \end_layout
2909
2910 \begin_layout Standard
2911
2912 \series bold
2913 tableposition=top
2914 \end_layout
2915
2916 \begin_layout Standard
2917 Das Paket 
2918 \series bold
2919 caption
2920 \series default
2921 , das in Abschnitt
2922 \begin_inset space ~
2923 \end_inset
2924
2925
2926 \begin_inset CommandInset ref
2927 LatexCommand ref
2928 reference "abs:Titel-Formatierung"
2929
2930 \end_inset
2931
2932 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2933 \end_layout
2934
2935 \begin_layout Standard
2936 \begin_inset Index
2937 status collapsed
2938
2939 \begin_layout Plain Layout
2940 Tabellen ! zitieren
2941 \end_layout
2942
2943 \end_inset
2944
2945 Auf Tabellen kann über ihre Marke verwiesen werden.
2946  Dafür fügen Sie in der Beschriftung mit 
2947 \family sans
2948 Einfügen\SpecialChar \menuseparator
2949 Marke
2950 \family default
2951  oder durch Klicken auf 
2952 \begin_inset Graphics
2953         filename ../../images/label-insert.png
2954         scale 70
2955         scaleBeforeRotation
2956         BoundingBox 0bp 6bp 20bp 20bp
2957
2958 \end_inset
2959
2960  eine Marke ein.
2961  Auf diese können Sie dann wie gewohnt mit 
2962 \family sans
2963 Einfügen\SpecialChar \menuseparator
2964 Querverweis
2965 \family default
2966  oder durch Klicken auf 
2967 \begin_inset Graphics
2968         filename ../../images/dialog-show-new-inset_ref.png
2969         scale 70
2970         scaleBeforeRotation
2971         BoundingBox 0bp 6bp 22bp 22bp
2972
2973 \end_inset
2974
2975  verweisen.
2976  Verweise werden detailliert in Abschnitt
2977 \begin_inset space ~
2978 \end_inset
2979
2980
2981 \begin_inset CommandInset ref
2982 LatexCommand ref
2983 reference "abs:Auf-Gleitobjekte-verweisen"
2984
2985 \end_inset
2986
2987  beschrieben.
2988 \end_layout
2989
2990 \begin_layout Section
2991 Lange Tabellen
2992 \begin_inset CommandInset label
2993 LatexCommand label
2994 name "abs:Lange-Tabellen"
2995
2996 \end_inset
2997
2998
2999 \begin_inset Index
3000 status collapsed
3001
3002 \begin_layout Plain Layout
3003 Tabellen ! lange
3004 \end_layout
3005
3006 \end_inset
3007
3008
3009 \end_layout
3010
3011 \begin_layout Standard
3012 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3013  Dialogfenster 
3014 \family sans
3015 Tabellen-Einstellungen
3016 \family default
3017  auf der Karteikarte  
3018 \family sans
3019 Lange
3020 \begin_inset space ~
3021 \end_inset
3022
3023 Tabelle
3024 \family default
3025  die Option 
3026 \family sans
3027 Lange
3028 \begin_inset space ~
3029 \end_inset
3030
3031 Tabelle
3032 \begin_inset space ~
3033 \end_inset
3034
3035 verwenden
3036 \family default
3037  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3038  Außerdem werden weitere Optionen aktiviert, die im 
3039 \emph on
3040 Benutzerhandbuch
3041 \emph default
3042  beschrieben sind.
3043 \end_layout
3044
3045 \begin_layout Standard
3046 Hier ist ein Beispiel einer langen Tabelle:
3047 \end_layout
3048
3049 \begin_layout Standard
3050 \align center
3051 \begin_inset Tabular
3052 <lyxtabular version="3" rows="69" columns="3">
3053 <features islongtable="true">
3054 <column alignment="left" valignment="top" width="0cm">
3055 <column alignment="left" valignment="top" width="0pt">
3056 <column alignment="right" valignment="top" width="0pt">
3057 <row endfirsthead="true">
3058 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062
3063 \series bold
3064 Telefonliste (ignoriere die Namen)
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 </row>
3088 <row endfirsthead="true">
3089 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093
3094 \series bold
3095 NAME
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113
3114 \series bold
3115 TEL.
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 </row>
3121 <row endhead="true">
3122 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126
3127 \series bold
3128 Telefonliste
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row endhead="true">
3153 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \series bold
3159 NAME
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177
3178 \series bold
3179 TEL.
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 </row>
3185 <row endfoot="true">
3186 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190
3191 \series bold
3192 wird fortgesetzt
3193 \series default
3194  \SpecialChar \ldots{}
3195
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 </row>
3219 <row>
3220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224
3225 \series bold
3226 Annovi
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 Silvia
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 111
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 <row>
3251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255
3256 \series bold
3257 Bertoli
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell alignment="center" valignment="top" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266 Stefano
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 111
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 </row>
3281 <row>
3282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286
3287 \series bold
3288 Bozzi
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297 Walter
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 111
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 </row>
3312 <row>
3313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317
3318 \series bold
3319 Cachia
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 Maria
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 111
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 </row>
3343 <row>
3344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \series bold
3350 Cachia
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 Maurizio
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 111
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 </row>
3374 <row>
3375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \series bold
3381 Cinquemani
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 Giusi
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 111
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 </row>
3405 <row>
3406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410
3411 \series bold
3412 Colin
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 Bernard
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 111
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 </row>
3436 <row>
3437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \series bold
3443 Concli
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 Gianfranco
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 111
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 </row>
3467 <row>
3468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \series bold
3474 Dal Bosco
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 Carolina
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 111
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 </row>
3498 <row>
3499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \series bold
3505 Dalpiaz
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 Annamaria
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 111
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 </row>
3529 <row>
3530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536 Feliciello
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 Domenico
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 111
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 <row>
3561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \series bold
3567 Focarelli
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 Paola
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 111
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596
3597 \series bold
3598 Galletti
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 Oreste
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 111
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 </row>
3622 <row>
3623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627
3628 \series bold
3629 Gasparini
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 Franca
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 111
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 </row>
3653 <row>
3654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658
3659 \series bold
3660 Rizzardi
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Paola
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 111
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 </row>
3684 <row>
3685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689
3690 \series bold
3691 Lassini
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 Giancarlo
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 111
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720
3721 \series bold
3722 Malfatti
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 Luciano
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 111
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 </row>
3746 <row>
3747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751
3752 \series bold
3753 Malfatti
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 Valeriano
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 111
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 </row>
3777 <row>
3778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782
3783 \series bold
3784 Meneguzzo
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 Roberto
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 111
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 </row>
3808 <row>
3809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813
3814 \series bold
3815 Mezzadra
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 Roberto
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 111
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 <row>
3840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844
3845 \series bold
3846 Pirpamer
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 Erich
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 111
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 </row>
3870 <row>
3871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875
3876 \series bold
3877 Pochiesa
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 Paolo
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 111, 222
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 </row>
3901 <row>
3902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906
3907 \series bold
3908 Radina
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 Claudio
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 111
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 </row>
3932 <row>
3933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937
3938 \series bold
3939 Stuffer
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 Oskar
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 111
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 </row>
3963 <row>
3964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968
3969 \series bold
3970 Tacchelli
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 Ugo
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 111
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 </row>
3994 <row>
3995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999
4000 \series bold
4001 Tezzele
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 Margit
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 111
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 </row>
4025 <row>
4026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030
4031 \series bold
4032 Unterkalmsteiner
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 Frieda
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 111
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 </row>
4056 <row>
4057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061
4062 \series bold
4063 Vieider
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 Hilde
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 111
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 </row>
4087 <row>
4088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092
4093 \series bold
4094 Vigna
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 Jürgen
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 111
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 </row>
4118 <row>
4119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123
4124 \series bold
4125 Weber
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 Maurizio
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 111
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 </row>
4149 <row>
4150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154
4155 \series bold
4156 Winkler
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 Franz
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 111
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 </row>
4180 <row>
4181 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185  
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \series bold
4216 Annovi
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 Silvia
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 555
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 </row>
4240 <row>
4241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245
4246 \series bold
4247 Bertoli
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 Stefano
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 555
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 </row>
4271 <row>
4272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276
4277 \series bold
4278 Bozzi
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 Walter
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 555
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \series bold
4309 Cachia
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 Maria
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 555
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \series bold
4340 Cachia
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 Maurizio
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 555
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \series bold
4371 Cinquemani
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 Giusi
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 555
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400
4401 \series bold
4402 Colin
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Bernard
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 555
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \series bold
4433 Concli
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 Gianfranco
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 555
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462
4463 \series bold
4464 Dal Bosco
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 Carolina
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 555
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 <row>
4489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \series bold
4495 Dalpiaz
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 Annamaria
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 555
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \series bold
4526 Feliciello
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 Domenico
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 555
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 </row>
4550 <row>
4551 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555
4556 \series bold
4557 Focarelli
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 Paola
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 555
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586
4587 \series bold
4588 Galletti
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Oreste
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 555
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \series bold
4619 Gasparini
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 Franca
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 555
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648
4649 \series bold
4650 Rizzardi
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 Paola
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 555
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 </row>
4674 <row>
4675 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679
4680 \series bold
4681 Lassini
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 Giancarlo
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 555
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 </row>
4705 <row>
4706 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710
4711 \series bold
4712 Malfatti
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 Luciano
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 555
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 </row>
4736 <row>
4737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741
4742 \series bold
4743 Malfatti
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 Valeriano
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 555
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 </row>
4767 <row>
4768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772
4773 \series bold
4774 Meneguzzo
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 Roberto
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 555
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 </row>
4798 <row>
4799 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803
4804 \series bold
4805 Mezzadra
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 Roberto
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 555
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \series bold
4836 Pirpamer
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 Erich
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 555
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 </row>
4860 <row>
4861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865
4866 \series bold
4867 Pochiesa
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 Paolo
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 555, 222
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896
4897 \series bold
4898 Radina
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 Claudio
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 555
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 <row>
4923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927
4928 \series bold
4929 Stuffer
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 Oskar
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 555
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 </row>
4953 <row>
4954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958
4959 \series bold
4960 Tacchelli
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 Ugo
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 555
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 </row>
4984 <row>
4985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989
4990 \series bold
4991 Tezzele
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 Margit
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 555
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row>
5016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \series bold
5022 Unterkalmsteiner
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 Frieda
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 555
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 </row>
5046 <row>
5047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051
5052 \series bold
5053 Vieider
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 Hilde
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 555
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 </row>
5077 <row>
5078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082
5083 \series bold
5084 Vigna
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 Jürgen
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 999
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row>
5109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113
5114 \series bold
5115 Weber
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 Maurizio
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 555
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 </row>
5139 <row>
5140 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144
5145 \series bold
5146 Winkler
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 Franz
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 555
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 </row>
5170 <row endlastfoot="true">
5171 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175
5176 \series bold
5177 Ende
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 </lyxtabular>
5202
5203 \end_inset
5204
5205
5206 \begin_inset ERT
5207 status collapsed
5208
5209 \begin_layout Plain Layout
5210
5211
5212 \backslash
5213 addtocounter{table}{-1}
5214 \end_layout
5215
5216 \end_inset
5217
5218
5219 \begin_inset Note Note
5220 status collapsed
5221
5222 \begin_layout Plain Layout
5223 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5224 \begin_inset space ~
5225 \end_inset
5226
5227
5228 \begin_inset CommandInset ref
5229 LatexCommand ref
5230 reference "uab:Titel-für-lange"
5231
5232 \end_inset
5233
5234
5235 \end_layout
5236
5237 \end_inset
5238
5239
5240 \end_layout
5241
5242 \begin_layout Subsection
5243 Fußnoten in langen Tabellen
5244 \begin_inset CommandInset label
5245 LatexCommand label
5246 name "uab:Fußnoten-in-langen"
5247
5248 \end_inset
5249
5250
5251 \begin_inset Index
5252 status collapsed
5253
5254 \begin_layout Plain Layout
5255 Tabellen ! lange ! Fußnoten
5256 \end_layout
5257
5258 \end_inset
5259
5260
5261 \end_layout
5262
5263 \begin_layout Standard
5264 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5265  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5266  Tabelle
5267 \begin_inset space ~
5268 \end_inset
5269
5270
5271 \begin_inset CommandInset ref
5272 LatexCommand ref
5273 reference "tab:DiffCaptions"
5274
5275 \end_inset
5276
5277  hat zum Beispiel eine Fußnote.
5278 \end_layout
5279
5280 \begin_layout Subsection
5281 Ausrichtung langer Tabellen
5282 \begin_inset Index
5283 status collapsed
5284
5285 \begin_layout Plain Layout
5286 Tabellen ! lange ! Ausrichtung
5287 \end_layout
5288
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \begin_layout Standard
5295 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5296  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5297 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5298  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5299  Längen 
5300 \series bold
5301
5302 \backslash
5303 LTleft 
5304 \series default
5305 und 
5306 \series bold
5307
5308 \backslash
5309 LTright
5310 \series default
5311  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5312  wird:
5313 \end_layout
5314
5315 \begin_layout Standard
5316
5317 \series bold
5318
5319 \backslash
5320 setlength{
5321 \backslash
5322 LTleft}{Wert}
5323 \end_layout
5324
5325 \begin_layout Standard
5326 Wobei der Wert eine der in Tabelle
5327 \begin_inset space ~
5328 \end_inset
5329
5330
5331 \begin_inset CommandInset ref
5332 LatexCommand ref
5333 reference "tab:Maßeinheiten"
5334
5335 \end_inset
5336
5337  aufgelisteten Einheiten haben kann.
5338  
5339 \series bold
5340
5341 \backslash
5342 LTleft
5343 \series default
5344  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5345  
5346 \series bold
5347
5348 \backslash
5349 LTright
5350 \series default
5351  den Abstand von rechts.
5352  Die Voreinstellung für beide Werte ist 
5353 \series bold
5354
5355 \backslash
5356 fill
5357 \series default
5358 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5359  in LyX ist.
5360 \end_layout
5361
5362 \begin_layout Standard
5363 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5364 \series bold
5365
5366 \backslash
5367 LTleft
5368 \series default
5369  auf den Wert 0
5370 \begin_inset space \thinspace{}
5371 \end_inset
5372
5373 pt gesetzt wurde.
5374 \begin_inset ERT
5375 status collapsed
5376
5377 \begin_layout Plain Layout
5378
5379
5380 \backslash
5381 setlength{
5382 \backslash
5383 LTleft}{0pt}
5384 \end_layout
5385
5386 \end_inset
5387
5388
5389 \end_layout
5390
5391 \begin_layout Standard
5392 \begin_inset Tabular
5393 <lyxtabular version="3" rows="5" columns="5">
5394 <features islongtable="true">
5395 <column alignment="center" valignment="top" width="0">
5396 <column alignment="center" valignment="top" width="0">
5397 <column alignment="center" valignment="top" width="0">
5398 <column alignment="center" valignment="top" width="0">
5399 <column alignment="center" valignment="top" width="0">
5400 <row>
5401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 1
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 2
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 3
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 4
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 5
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 </row>
5447 <row>
5448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 asd
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 s
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 s
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 s
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 asd
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 asd
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 s
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 s
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 s
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 asd
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 </row>
5541 <row>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 asd
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 s
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 s
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 s
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 asd
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 </row>
5588 <row>
5589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 asd
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 asd
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 asd
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 asd
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 asd
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 </row>
5635 </lyxtabular>
5636
5637 \end_inset
5638
5639
5640 \begin_inset ERT
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644
5645
5646 \backslash
5647 setlength{
5648 \backslash
5649 LTleft}{
5650 \backslash
5651 fill}
5652 \end_layout
5653
5654 \end_inset
5655
5656
5657 \end_layout
5658
5659 \begin_layout Subsection
5660 Beschriftungen lange Tabellen
5661 \begin_inset Index
5662 status collapsed
5663
5664 \begin_layout Plain Layout
5665 Tabellen ! lange ! Titel
5666 \end_layout
5667
5668 \end_inset
5669
5670
5671 \begin_inset CommandInset label
5672 LatexCommand label
5673 name "uab:Titel-für-lange"
5674
5675 \end_inset
5676
5677
5678 \end_layout
5679
5680 \begin_layout Standard
5681 Eine 
5682 \family sans
5683 lange
5684 \begin_inset space ~
5685 \end_inset
5686
5687 Tabelle
5688 \family default
5689  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5690  Seite gedruckt werden können.
5691  Aber die 
5692 \family sans
5693 Legende
5694 \family default
5695 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5696 \end_layout
5697
5698 \begin_layout Standard
5699 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5700 \end_layout
5701
5702 \begin_layout Enumerate
5703 Erstellen Sie eine 
5704 \family sans
5705 lange
5706 \begin_inset space ~
5707 \end_inset
5708
5709 Tabelle
5710 \family default
5711 .
5712 \end_layout
5713
5714 \begin_layout Enumerate
5715 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5716 \end_layout
5717
5718 \begin_layout Enumerate
5719 Fügen Sie 
5720 \family sans
5721 mit Einfügen\SpecialChar \menuseparator
5722 Legende
5723 \family default
5724  eine Beschriftung in die erste Tabellenzelle.
5725  Sie können auch noch einen Kurztitel hinzufügen, 
5726 \family sans
5727 Einfügen\SpecialChar \menuseparator
5728 Kurztitel
5729 \family default
5730 .
5731 \end_layout
5732
5733 \begin_layout Enumerate
5734 Fügen Sie hinter dem Titel 
5735 \series bold
5736
5737 \begin_inset Quotes gld
5738 \end_inset
5739
5740
5741 \backslash
5742
5743 \backslash
5744 %
5745 \series default
5746
5747 \begin_inset Quotes grd
5748 \end_inset
5749
5750  als TeX-Code ein.
5751 \end_layout
5752
5753 \begin_layout Standard
5754 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5755  gedruckt.
5756  Die Zeichen 
5757 \series bold
5758
5759 \begin_inset Quotes gld
5760 \end_inset
5761
5762
5763 \backslash
5764
5765 \backslash
5766 %
5767 \series default
5768
5769 \begin_inset Quotes grd
5770 \end_inset
5771
5772  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5773  weg.
5774  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5775  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5776 \end_layout
5777
5778 \begin_layout Standard
5779 Hier ist eine kleine 
5780 \family sans
5781 lange
5782 \begin_inset space ~
5783 \end_inset
5784
5785 Tabelle
5786 \family default
5787 , die zeigt, wie das funktioniert:
5788 \end_layout
5789
5790 \begin_layout Standard
5791 \begin_inset Tabular
5792 <lyxtabular version="3" rows="6" columns="5">
5793 <features islongtable="true">
5794 <column alignment="center" valignment="top" width="0">
5795 <column alignment="center" valignment="top" width="0">
5796 <column alignment="center" valignment="top" width="0">
5797 <column alignment="center" valignment="top" width="0">
5798 <column alignment="center" valignment="top" width="0">
5799 <row caption="true">
5800 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 \begin_inset Caption
5805
5806 \begin_layout Plain Layout
5807 Eine 
5808 \family sans
5809 lange
5810 \begin_inset space ~
5811 \end_inset
5812
5813 Tabelle
5814 \family default
5815  mit Titel
5816 \begin_inset OptArg
5817 status open
5818
5819 \begin_layout Plain Layout
5820 Lange Tabelle
5821 \end_layout
5822
5823 \end_inset
5824
5825
5826 \end_layout
5827
5828 \end_inset
5829
5830
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 1
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 2
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 3
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 4
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 5
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 <row>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 asd
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 s
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 s
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 s
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 asd
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 <row>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 asd
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 s
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 s
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 s
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 asd
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 </row>
6013 <row>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 asd
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 s
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 s
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 s
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 asd
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 </row>
6060 <row>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 asd
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 asd
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 asd
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 asd
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 asd
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 </lyxtabular>
6108
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \begin_layout Standard
6115 \begin_inset VSpace medskip
6116 \end_inset
6117
6118
6119 \begin_inset Note Greyedout
6120 status open
6121
6122 \begin_layout Plain Layout
6123
6124 \series bold
6125 Bemerkung
6126 \begin_inset space ~
6127 \end_inset
6128
6129 1:
6130 \series default
6131  Die Tabellennummer wird für jede 
6132 \family sans
6133 lange
6134 \begin_inset space ~
6135 \end_inset
6136
6137 Tabelle
6138 \family default
6139  erhöht, auch wenn Sie keinen Titel vergeben.
6140  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6141 \begin_inset space ~
6142 \end_inset
6143
6144 2.4 auf Tabelle
6145 \begin_inset space ~
6146 \end_inset
6147
6148 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6149 \family sans
6150  lange
6151 \begin_inset space ~
6152 \end_inset
6153
6154 Tabellen
6155 \family default
6156  ohne Titel sind.
6157  Um das zu vermeiden, können Sie hinter jede 
6158 \family sans
6159 lange
6160 \begin_inset space ~
6161 \end_inset
6162
6163 Tabelle
6164 \family default
6165  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6166 \end_layout
6167
6168 \begin_layout Plain Layout
6169
6170 \series bold
6171
6172 \backslash
6173 addtocounter{table}{-1}
6174 \end_layout
6175
6176 \end_inset
6177
6178
6179 \end_layout
6180
6181 \begin_layout Standard
6182 \begin_inset Note Greyedout
6183 status open
6184
6185 \begin_layout Plain Layout
6186
6187 \series bold
6188 Bemerkung
6189 \begin_inset space ~
6190 \end_inset
6191
6192 2:
6193 \series default
6194  Wenn Sie das LaTeX-Paket 
6195 \series bold
6196 hyperref
6197 \series default
6198
6199 \begin_inset Index
6200 status collapsed
6201
6202 \begin_layout Plain Layout
6203 LaTeX-Pakete ! hyperref
6204 \end_layout
6205
6206 \end_inset
6207
6208  für Querverweise benutzen, wird der Verweis auf eine 
6209 \family sans
6210 lange
6211 \begin_inset space ~
6212 \end_inset
6213
6214 Tabelle
6215 \family default
6216  immer auf den Anfang des Dokuments zeigen.
6217 \end_layout
6218
6219 \end_inset
6220
6221
6222 \begin_inset Newpage newpage
6223 \end_inset
6224
6225
6226 \end_layout
6227
6228 \begin_layout Subsubsection
6229 Querverweise auf 
6230 \family sans
6231 lange
6232 \begin_inset space ~
6233 \end_inset
6234
6235 Tabelle
6236 \family default
6237 n
6238 \begin_inset Index
6239 status collapsed
6240
6241 \begin_layout Plain Layout
6242 Tabellen ! lange ! Querverweis
6243 \end_layout
6244
6245 \end_inset
6246
6247
6248 \end_layout
6249
6250 \begin_layout Standard
6251 \begin_inset Tabular
6252 <lyxtabular version="3" rows="6" columns="5">
6253 <features islongtable="true">
6254 <column alignment="center" valignment="top" width="0">
6255 <column alignment="center" valignment="top" width="0">
6256 <column alignment="center" valignment="top" width="0">
6257 <column alignment="center" valignment="top" width="0">
6258 <column alignment="center" valignment="top" width="0">
6259 <row caption="true">
6260 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 \begin_inset Caption
6265
6266 \begin_layout Plain Layout
6267
6268 \family sans
6269 Lange
6270 \begin_inset space ~
6271 \end_inset
6272
6273 Tabelle
6274 \family default
6275  mit Marke
6276 \begin_inset CommandInset label
6277 LatexCommand label
6278 name "tab:LangeTabelle-mit-Marke"
6279
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \end_inset
6286
6287
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 </row>
6329 <row>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 1
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 2
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 3
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 4
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 5
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 </row>
6376 <row>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 asd
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 s
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 s
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 s
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 asd
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 </row>
6423 <row>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 asd
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 s
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 s
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 s
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 asd
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 </row>
6470 <row>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 asd
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 s
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 s
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 s
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 asd
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 </row>
6517 <row>
6518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522 asd
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 sad
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 asd
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 asd
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 asd
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 </row>
6564 </lyxtabular>
6565
6566 \end_inset
6567
6568
6569 \end_layout
6570
6571 \begin_layout Standard
6572 Damit auf eine 
6573 \family sans
6574 lange
6575 \begin_inset space ~
6576 \end_inset
6577
6578 Tabelle
6579 \family default
6580  verwiesen werden kann, müssen Sie eine 
6581 \family sans
6582 Marke
6583 \family default
6584  im Titel einfügen.
6585  Beachten Sie dabei, dass Sie 
6586 \emph on
6587
6588 \begin_inset Quotes gld
6589 \end_inset
6590
6591 tab:
6592 \emph default
6593
6594 \begin_inset Quotes grd
6595 \end_inset
6596
6597  selber ins Markenfeld schreiben müssen.
6598 \end_layout
6599
6600 \begin_layout Standard
6601 Dies ist ein Verweis auf Tabelle
6602 \begin_inset space ~
6603 \end_inset
6604
6605
6606 \begin_inset CommandInset ref
6607 LatexCommand ref
6608 reference "tab:LangeTabelle-mit-Marke"
6609
6610 \end_inset
6611
6612 .
6613 \end_layout
6614
6615 \begin_layout Standard
6616 Mit dem LaTeX-Paket 
6617 \series bold
6618 caption
6619 \series default
6620
6621 \begin_inset Index
6622 status collapsed
6623
6624 \begin_layout Plain Layout
6625 LaTeX-Pakete ! caption
6626 \end_layout
6627
6628 \end_inset
6629
6630 , siehe Abschnitt
6631 \begin_inset space ~
6632 \end_inset
6633
6634
6635 \begin_inset CommandInset ref
6636 LatexCommand ref
6637 reference "abs:Titel-Formatierung"
6638
6639 \end_inset
6640
6641 , können Sie alle anderen 
6642 \family sans
6643 Legende
6644 \family default
6645 -Optionen benutzen.
6646 \end_layout
6647
6648 \begin_layout Subsubsection
6649 Titelbreite
6650 \begin_inset Index
6651 status collapsed
6652
6653 \begin_layout Plain Layout
6654 Tabellen ! lange ! Beschriftungsbreite
6655 \end_layout
6656
6657 \end_inset
6658
6659
6660 \end_layout
6661
6662 \begin_layout Standard
6663 Die maximale Titelbreite wird durch die Variable 
6664 \series bold
6665
6666 \backslash
6667 LTcapwidth
6668 \series default
6669  definiert.
6670  Ihr Standardwert ist 4
6671 \begin_inset space \thinspace{}
6672 \end_inset
6673
6674 Zoll (
6675 \begin_inset Formula $\approx10$
6676 \end_inset
6677
6678
6679 \begin_inset space \thinspace{}
6680 \end_inset
6681
6682 cm).
6683  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6684  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6685 \end_layout
6686
6687 \begin_layout Standard
6688
6689 \series bold
6690
6691 \backslash
6692 setlength{
6693 \backslash
6694 LTcapwidth}{Breite}
6695 \end_layout
6696
6697 \begin_layout Standard
6698 wobei 
6699 \family typewriter
6700 Breite
6701 \family default
6702  eine der in Anhang
6703 \begin_inset space ~
6704 \end_inset
6705
6706
6707 \begin_inset CommandInset ref
6708 LatexCommand ref
6709 reference "kap:In-LyX-verfügbare"
6710
6711 \end_inset
6712
6713  aufgelisteten Einheiten haben kann.
6714 \end_layout
6715
6716 \begin_layout Standard
6717 Die beiden folgenden Tabellen zeigen den Unterschied:
6718 \end_layout
6719
6720 \begin_layout Standard
6721 \begin_inset Tabular
6722 <lyxtabular version="3" rows="6" columns="5">
6723 <features islongtable="true">
6724 <column alignment="center" valignment="top" width="0">
6725 <column alignment="center" valignment="top" width="0">
6726 <column alignment="center" valignment="top" width="0">
6727 <column alignment="center" valignment="top" width="0">
6728 <column alignment="center" valignment="top" width="0">
6729 <row caption="true">
6730 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 \begin_inset Caption
6735
6736 \begin_layout Plain Layout
6737 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
6738  Titel 
6739 \begin_inset OptArg
6740 status open
6741
6742 \begin_layout Plain Layout
6743 Titel mit Standardbreite
6744 \end_layout
6745
6746 \end_inset
6747
6748
6749 \end_layout
6750
6751 \end_inset
6752
6753
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 </row>
6795 <row>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 1
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 2
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 3
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 4
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 5
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 </row>
6842 <row>
6843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 asd
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 s
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 s
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 s
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 asd
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 </row>
6889 <row>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 asd
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 s
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 s
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 s
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 asd
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 </row>
6936 <row>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 asd
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 s
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 s
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 s
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 asd
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 </row>
6983 <row>
6984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 asd
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 sad
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 asd
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 asd
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 asd
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 </row>
7030 </lyxtabular>
7031
7032 \end_inset
7033
7034
7035 \end_layout
7036
7037 \begin_layout Standard
7038 \begin_inset ERT
7039 status collapsed
7040
7041 \begin_layout Plain Layout
7042
7043
7044 \backslash
7045 setlength{
7046 \backslash
7047 LTcapwidth}{5cm}
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \begin_inset Tabular
7054 <lyxtabular version="3" rows="6" columns="5">
7055 <features islongtable="true">
7056 <column alignment="center" valignment="top" width="0">
7057 <column alignment="center" valignment="top" width="0">
7058 <column alignment="center" valignment="top" width="0">
7059 <column alignment="center" valignment="top" width="0">
7060 <column alignment="center" valignment="top" width="0">
7061 <row caption="true">
7062 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 \begin_inset Caption
7067
7068 \begin_layout Plain Layout
7069 Langer Titel mit 5
7070 \begin_inset space \thinspace{}
7071 \end_inset
7072
7073 cm Breite, Langer Titel mit 5
7074 \begin_inset space \thinspace{}
7075 \end_inset
7076
7077 cm Breite, Langer Titel mit 5
7078 \begin_inset space \thinspace{}
7079 \end_inset
7080
7081 cm Breite, Langer Titel mit 5
7082 \begin_inset space \thinspace{}
7083 \end_inset
7084
7085 cm Breite 
7086 \begin_inset OptArg
7087 status open
7088
7089 \begin_layout Plain Layout
7090 Titel mit 5
7091 \begin_inset space \thinspace{}
7092 \end_inset
7093
7094 cm Breite
7095 \end_layout
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \end_inset
7103
7104
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 </row>
7146 <row>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 1
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 2
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 3
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 4
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 5
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 </row>
7193 <row>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 s
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 s
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 s
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 asd
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 </row>
7240 <row>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 asd
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 s
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 s
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 s
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 asd
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 </row>
7287 <row>
7288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 asd
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 s
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 s
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 s
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 asd
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row>
7335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 asd
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 sad
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 asd
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 asd
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 asd
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 </row>
7381 </lyxtabular>
7382
7383 \end_inset
7384
7385
7386 \begin_inset ERT
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390
7391
7392 \backslash
7393 setlength{
7394 \backslash
7395 LTcapwidth}{4in}
7396 \end_layout
7397
7398 \end_inset
7399
7400
7401 \begin_inset Note Note
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405 Beschriftungsbreite zurücksetzen
7406 \end_layout
7407
7408 \end_inset
7409
7410
7411 \end_layout
7412
7413 \begin_layout Standard
7414 \begin_inset Note Greyedout
7415 status open
7416
7417 \begin_layout Plain Layout
7418
7419 \series bold
7420 Achtung:
7421 \series default
7422  Wenn das LaTeX-Paket 
7423 \series bold
7424 caption
7425 \series default
7426
7427 \begin_inset Index
7428 status collapsed
7429
7430 \begin_layout Plain Layout
7431 LaTeX-Pakete ! caption
7432 \end_layout
7433
7434 \end_inset
7435
7436  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7437  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7438  4
7439 \begin_inset space \thinspace{}
7440 \end_inset
7441
7442 Zoll für 
7443 \series bold
7444
7445 \backslash
7446 LTcapwidth
7447 \series default
7448  benutzen.
7449  Um in diesem Fall eine genau a 4
7450 \begin_inset space \thinspace{}
7451 \end_inset
7452
7453 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7454  4
7455 \begin_inset space \thinspace{}
7456 \end_inset
7457
7458 Zoll veränderten Wert wie z.
7459 \begin_inset space \thinspace{}
7460 \end_inset
7461
7462 B.
7463  3.99
7464 \begin_inset space \thinspace{}
7465 \end_inset
7466
7467 Zoll verwenden oder den LaTeX-Befehl 
7468 \series bold
7469
7470 \backslash
7471 captionsetup{width=Wert}
7472 \series default
7473  benutzen, der vom 
7474 \series bold
7475 caption
7476 \series default
7477 -Paket bereitgestellt wird.
7478 \end_layout
7479
7480 \end_inset
7481
7482
7483 \end_layout
7484
7485 \begin_layout Subsubsection
7486 Unterschiedliche Titel für Tabellenseiten
7487 \begin_inset Index
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491 Tabellen ! lange ! mehrere Titel
7492 \end_layout
7493
7494 \end_inset
7495
7496
7497 \end_layout
7498
7499 \begin_layout Standard
7500 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7501  die erste, müssen Sie eine 
7502 \family sans
7503 Legende
7504 \family default
7505  mit einem nicht-leeren 
7506 \family sans
7507 Kurztitel
7508 \family default
7509  in eine leere Legende-Zeile, die als 
7510 \family sans
7511 Erste
7512 \begin_inset space ~
7513 \end_inset
7514
7515 Kopfzeile
7516 \family default
7517  definiert wurde, einfügen.
7518  Der Titel für die anderen Tabellenseiten wird als 
7519 \family sans
7520 Legende
7521 \family default
7522  ohne 
7523 \family sans
7524 Kurztitel
7525 \family default
7526  in eine leere Legende-Zeile, die als 
7527 \family sans
7528 Kopfzeile
7529 \family default
7530  definiert wurde, einfügen.
7531  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7532  Befehl
7533 \end_layout
7534
7535 \begin_layout Standard
7536
7537 \series bold
7538
7539 \backslash
7540 caption*{caption text}
7541 \end_layout
7542
7543 \begin_layout Standard
7544 anstatt der 
7545 \family sans
7546 Legende
7547 \family default
7548 -Umgebung von LyX benutzen.
7549  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7550  den Titel der 
7551 \family sans
7552 Ersten
7553 \begin_inset space ~
7554 \end_inset
7555
7556 Kopfzeile
7557 \family default
7558  eingefügt werden.
7559  Tabelle
7560 \begin_inset space ~
7561 \end_inset
7562
7563
7564 \begin_inset CommandInset ref
7565 LatexCommand ref
7566 reference "tab:DiffCaptions"
7567
7568 \end_inset
7569
7570  ist ein Beispiel für eine 
7571 \family sans
7572 lange
7573 \begin_inset space ~
7574 \end_inset
7575
7576 Tabelle
7577 \family default
7578  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7579 \end_layout
7580
7581 \begin_layout Standard
7582 \align center
7583 \begin_inset Tabular
7584 <lyxtabular version="3" rows="60" columns="3">
7585 <features islongtable="true">
7586 <column alignment="left" valignment="top" width="0cm">
7587 <column alignment="left" valignment="top" width="0pt">
7588 <column alignment="right" valignment="top" width="0pt">
7589 <row endfirsthead="true" caption="true">
7590 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 \begin_inset Caption
7595
7596 \begin_layout Plain Layout
7597 Telefonliste
7598 \begin_inset CommandInset label
7599 LatexCommand label
7600 name "tab:DiffCaptions"
7601
7602 \end_inset
7603
7604
7605 \begin_inset OptArg
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609 Telefonliste
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \end_layout
7616
7617 \end_inset
7618
7619
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 </row>
7643 <row endfirsthead="true">
7644 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \series bold
7650 Telefonliste (ignoriere die Namen)
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 </row>
7674 <row endfirsthead="true">
7675 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679
7680 \series bold
7681 NAME
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \series bold
7701 TEL.
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row endhead="true" caption="true">
7708 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 \begin_inset ERT
7713 status open
7714
7715 \begin_layout Plain Layout
7716
7717
7718 \backslash
7719 caption*{Fortsetzung der Telefonliste}
7720 \backslash
7721
7722 \backslash
7723 %
7724 \end_layout
7725
7726 \end_inset
7727
7728
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 </row>
7752 <row endhead="true">
7753 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757
7758 \series bold
7759 Telefonliste
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 </row>
7783 <row endhead="true">
7784 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788
7789 \series bold
7790 NAME
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \series bold
7810 TEL.
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row endfoot="true">
7817 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 wird fortgesetzt\SpecialChar \ldots{}
7822
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \series bold
7853 Annovi
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 Silvia
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 111
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 Bertoli
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 Stefano
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 111
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 Bozzi
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 Walter
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 111
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 Cachia
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 Maria
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 111
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Cachia
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Maurizio
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Cinquemani
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 Giusi
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 111
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 Colin
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Bernard
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 111
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \series bold
8070 Concli
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Gianfranco
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 111
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Dal Bosco
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Carolina
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Dalpiaz
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Annamaria
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Feliciello
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Domenico
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Focarelli
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Paola
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Galletti
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 Oreste
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 111
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \series bold
8256 Gasparini
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Franca
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 111
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \series bold
8287 Rizzardi
8288 \series default
8289
8290 \begin_inset Foot
8291 status open
8292
8293 \begin_layout Plain Layout
8294 Beispielfußnote
8295 \end_layout
8296
8297 \end_inset
8298
8299
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 Paola
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 111
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \series bold
8330 Lassini
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 Giancarlo
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 111
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 <row>
8355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359
8360 \series bold
8361 Malfatti
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 Luciano
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 111
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 <row>
8386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390
8391 \series bold
8392 Malfatti
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Valeriano
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 111
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \series bold
8423 Meneguzzo
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Roberto
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 111
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \series bold
8454 Mezzadra
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Roberto
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 111
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Pirpamer
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Erich
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Pochiesa
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Paolo
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 111, 222
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \series bold
8547 Radina
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Claudio
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 111
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Stuffer
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Oskar
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 111
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Tacchelli
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Ugo
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 111
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Tezzele
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Margit
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 111
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Unterkalmsteiner
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Frieda
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 111
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Vieider
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Hilde
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 111
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Vigna
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Jürgen
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 111
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Weber
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Maurizio
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 111
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Winkler
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Franz
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 111
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824  
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \series bold
8855 Annovi
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 Silvia
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 555
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886 Bertoli
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Stefano
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 555
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \series bold
8917 Bozzi
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Walter
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 555
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \series bold
8948 Cachia
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 Maria
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 555
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Cachia
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Maurizio
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 555
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Cinquemani
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Giusi
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Colin
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Bernard
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Concli
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Gianfranco
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Dal Bosco
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Carolina
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Dalpiaz
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Annamaria
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Feliciello
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Domenico
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row>
9190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194
9195 \series bold
9196 Focarelli
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Paola
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 555
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \series bold
9227 Galletti
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Oreste
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 555
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \series bold
9258 Gasparini
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 Franca
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 555
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \series bold
9289 Rizzardi
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 Paola
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 555
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 </row>
9313 <row>
9314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318
9319 \series bold
9320 Lassini
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 Giancarlo
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 555
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \series bold
9351 Malfatti
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Luciano
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 555
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \series bold
9382 Malfatti
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 Valeriano
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 555
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row>
9407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \series bold
9413 Meneguzzo
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 Roberto
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 555
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 </row>
9437 <row>
9438 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \series bold
9444 Mezzadra
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Roberto
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 555
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row endlastfoot="true">
9469 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 </lyxtabular>
9498
9499 \end_inset
9500
9501
9502 \end_layout
9503
9504 \begin_layout Section
9505 Weitere Möglichkeiten für 
9506 \family sans
9507 lange Tabelle
9508 \family default
9509 n
9510 \begin_inset CommandInset label
9511 LatexCommand label
9512 name "abs:Special-Longtable-Issues"
9513
9514 \end_inset
9515
9516
9517 \end_layout
9518
9519 \begin_layout Subsection
9520 L
9521 \family sans
9522 ange Tabelle
9523 \family default
9524 n: Berechnung
9525 \begin_inset Index
9526 status collapsed
9527
9528 \begin_layout Plain Layout
9529 Tabellen ! lange ! Berechnung
9530 \end_layout
9531
9532 \end_inset
9533
9534
9535 \end_layout
9536
9537 \begin_layout Standard
9538 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9539  sogenannten 
9540 \emph on
9541 chunks
9542 \emph default
9543  (chunks).
9544  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9545  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9546  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9547  das die Druckausgabe.
9548  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9549  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9550  einfügen:
9551 \end_layout
9552
9553 \begin_layout Standard
9554
9555 \series bold
9556
9557 \backslash
9558 setcounter{LTchunksize}{100}
9559 \end_layout
9560
9561 \begin_layout Subsection
9562 Gleitobjekte und L
9563 \family sans
9564 ange Tabelle
9565 \family default
9566 n
9567 \begin_inset Index
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571 Tabellen ! lange ! und Gleitobjekte
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \begin_layout Standard
9580 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9581 \family sans
9582 lange
9583 \begin_inset space ~
9584 \end_inset
9585
9586 Tabelle
9587 \family default
9588  beginnt, ein Gleitobjekt befindet.
9589  Um das zu vermeiden, können Sie vor der 
9590 \family sans
9591 langen
9592 \begin_inset space ~
9593 \end_inset
9594
9595 Tabelle
9596 \family default
9597  den LaTeX-Befehl
9598 \series bold
9599  
9600 \backslash
9601 clearpage
9602 \series default
9603  als TeX-Code einfügen.
9604 \end_layout
9605
9606 \begin_layout Subsection
9607 Manuelle Seitenumbrüche
9608 \begin_inset Index
9609 status collapsed
9610
9611 \begin_layout Plain Layout
9612 Tabellen ! lange ! manueller Seitenumbruch
9613 \end_layout
9614
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \begin_layout Standard
9621 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9622  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9623  der Zelle umbrechen wollen, fügen Sie den Befehl  
9624 \begin_inset Quotes gld
9625 \end_inset
9626
9627
9628 \series bold
9629
9630 \backslash
9631
9632 \backslash
9633
9634 \series default
9635
9636 \begin_inset Quotes grd
9637 \end_inset
9638
9639  für einen neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebroche
9640 n werden soll.
9641  Vor dem 
9642 \begin_inset Quotes gld
9643 \end_inset
9644
9645
9646 \series bold
9647
9648 \backslash
9649
9650 \backslash
9651
9652 \series default
9653
9654 \begin_inset Quotes grd
9655 \end_inset
9656
9657 -Befehl müssen Sie so viele 
9658 \begin_inset Quotes gld
9659 \end_inset
9660
9661
9662 \series bold
9663 &
9664 \series default
9665
9666 \begin_inset Quotes grd
9667 \end_inset
9668
9669  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9670  Mit 
9671 \begin_inset Quotes gld
9672 \end_inset
9673
9674
9675 \series bold
9676 &
9677 \series default
9678
9679 \begin_inset Quotes grd
9680 \end_inset
9681
9682   werden in LaTeX Tabellenzellen getrennt.
9683  Hinter jedes 
9684 \begin_inset Quotes gld
9685 \end_inset
9686
9687
9688 \series bold
9689 &
9690 \series default
9691
9692 \begin_inset Quotes grd
9693 \end_inset
9694
9695  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9696  und löschen den Inhalt dieser Zellen.
9697 \end_layout
9698
9699 \begin_layout Standard
9700 Hinter dem 
9701 \begin_inset Quotes gld
9702 \end_inset
9703
9704
9705 \series bold
9706
9707 \backslash
9708
9709 \backslash
9710
9711 \series default
9712
9713 \begin_inset Quotes grd
9714 \end_inset
9715
9716 -Befehl müssen Sie so viele 
9717 \begin_inset Quotes gld
9718 \end_inset
9719
9720
9721 \series bold
9722 &
9723 \series default
9724
9725 \begin_inset Quotes grd
9726 \end_inset
9727
9728  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9729  In Tabelle
9730 \begin_inset space ~
9731 \end_inset
9732
9733
9734 \begin_inset CommandInset ref
9735 LatexCommand ref
9736 reference "tab:ForcedPagebreak"
9737
9738 \end_inset
9739
9740  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9741  Es folgt noch eine weitere Spalte.
9742  Deshalb wurde hinter dem Wort 
9743 \emph on
9744 Castelchiodato, 
9745 \emph default
9746 folgendes eingefügt:
9747 \end_layout
9748
9749 \begin_layout Standard
9750
9751 \series bold
9752 & 111
9753 \backslash
9754
9755 \backslash
9756
9757 \begin_inset Newline newline
9758 \end_inset
9759
9760 &
9761 \end_layout
9762
9763 \begin_layout Standard
9764 Die 
9765 \begin_inset Quotes gld
9766 \end_inset
9767
9768 111
9769 \begin_inset Quotes grd
9770 \end_inset
9771
9772  in der dritten Spalte wurde gelöscht.
9773  Wenn die Fußzeile Ihrer 
9774 \family sans
9775 langen
9776 \begin_inset space ~
9777 \end_inset
9778
9779 Tabelle
9780 \family default
9781  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9782  Befehle benutzen:
9783 \end_layout
9784
9785 \begin_layout Standard
9786
9787 \series bold
9788 & 111
9789 \backslash
9790
9791 \backslash
9792
9793 \begin_inset Newline newline
9794 \end_inset
9795
9796
9797 \backslash
9798 hline &
9799 \end_layout
9800
9801 \begin_layout Standard
9802 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9803  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9804 \end_layout
9805
9806 \begin_layout Standard
9807
9808 \series bold
9809
9810 \backslash
9811 setlength{
9812 \backslash
9813 parfillskip}{0pt}
9814 \end_layout
9815
9816 \begin_layout Standard
9817 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9818  erscheint.
9819 \end_layout
9820
9821 \begin_layout Standard
9822 \align center
9823 \begin_inset Tabular
9824 <lyxtabular version="3" rows="39" columns="3">
9825 <features islongtable="true">
9826 <column alignment="left" valignment="top" width="0cm">
9827 <column alignment="left" valignment="top" width="3cm">
9828 <column alignment="right" valignment="top" width="0pt">
9829 <row endfirsthead="true" caption="true">
9830 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 \begin_inset Caption
9835
9836 \begin_layout Plain Layout
9837 Tabelle mit manuellem Seitenumbruch in einer Zelle
9838 \begin_inset CommandInset label
9839 LatexCommand label
9840 name "tab:ForcedPagebreak"
9841
9842 \end_inset
9843
9844
9845 \begin_inset OptArg
9846 status collapsed
9847
9848 \begin_layout Plain Layout
9849 Tabelle mit manuellem Seitenumbruch in einer Zelle
9850 \end_layout
9851
9852 \end_inset
9853
9854
9855 \end_layout
9856
9857 \end_inset
9858
9859
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row endfirsthead="true">
9884 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \series bold
9890 Telefonliste (ignoriere die Namen)
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row endfirsthead="true">
9915 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \series bold
9921 NAME
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \series bold
9941 TEL.
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 </row>
9947 <row endhead="true" caption="true">
9948 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 \begin_inset ERT
9953 status collapsed
9954
9955 \begin_layout Plain Layout
9956
9957
9958 \backslash
9959 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9960 \backslash
9961
9962 \backslash
9963 %
9964 \end_layout
9965
9966 \end_inset
9967
9968
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 </row>
9992 <row endhead="true">
9993 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \series bold
9999 Telefonliste
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 </row>
10023 <row endhead="true">
10024 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \series bold
10030 NAME
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \series bold
10050 TEL.
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row endfoot="true">
10057 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 wird fortgesetzt\SpecialChar \ldots{}
10062
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 <row>
10087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \series bold
10093 Annovi
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 Silvia
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 </row>
10117 <row>
10118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \series bold
10124 Bertoli
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 Stefano
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 111
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 </row>
10148 <row>
10149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \series bold
10155 Bozzi
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 Walter
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 111
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 </row>
10179 <row>
10180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184
10185 \series bold
10186 Cachia
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 Maria
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 111
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row>
10211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215
10216 \series bold
10217 Cachia
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 Maurizio
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 111
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 </row>
10241 <row>
10242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246
10247 \series bold
10248 Cinquemani
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 Giusi
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 111
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 <row>
10273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277
10278 \series bold
10279 Colin
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 Bernard
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 111
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 </row>
10303 <row>
10304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308
10309 \series bold
10310 Concli
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 Gianfranco
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 111
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 <row>
10335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339
10340 \series bold
10341 Dal Bosco
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 Carolina
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 111
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 </row>
10365 <row>
10366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370
10371 \series bold
10372 Dalpiaz
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 Annamaria
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 111
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \series bold
10403 Feliciello
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 Domenico
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 111
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432
10433 \series bold
10434 Focarelli
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 Paola
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 111
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 </row>
10458 <row>
10459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463
10464 \series bold
10465 Galletti
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 Oreste
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 111
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \series bold
10496 Gasparini
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 Franca
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 111
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 </row>
10520 <row>
10521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525
10526 \series bold
10527 Lassini
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 Giancarlo
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 111
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \series bold
10558 Malfatti
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Luciano
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 111
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \series bold
10589 Malfatti
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 Valeriano
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 111
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row>
10614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \series bold
10620 Meneguzzo
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 Roberto
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 111
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row>
10645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \series bold
10651 Mezzadra
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 Roberto
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 111
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 </row>
10675 <row>
10676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680
10681 \series bold
10682 Pirpamer
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 Erich
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 111
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 </row>
10706 <row>
10707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711
10712 \series bold
10713 Pochiesa
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 Paolo
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 111, 222
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 <row>
10738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742
10743 \series bold
10744 Radina
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 Claudio
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 111
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \series bold
10775 Rizzardi
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 Paolo, 11.
10785  Fürst von Monte\SpecialChar \-
10786 com\SpecialChar \-
10787 patri, 11.
10788  Fürst von Sulmona und Vivaro, 10.
10789  Fürst von Rossano, 5.
10790  Herzog von Canemorte, 11.
10791  Herzog von Palombara, 5.
10792  Herzog von Castelchiodato,
10793 \begin_inset ERT
10794 status open
10795
10796 \begin_layout Plain Layout
10797
10798 & 111
10799 \backslash
10800
10801 \backslash
10802
10803 \end_layout
10804
10805 \begin_layout Plain Layout
10806
10807 &
10808 \end_layout
10809
10810 \end_inset
10811
10812  11.
10813  Herzog von Poggionativo, 11.
10814  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10815  Graf von Valinfreda, 11.
10816  Baron von Cropalati, 11.
10817  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \series bold
10839 Stuffer
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 Oskar
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 111
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Tacchelli
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Ugo
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Tezzele
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Margit
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Unterkalmsteiner
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Frieda
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 111
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961
10962 \series bold
10963 Vieider
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 Hilde
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 111
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 </row>
10987 <row>
10988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992
10993 \series bold
10994 Vigna
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 Jürgen
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 111
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 </row>
11018 <row>
11019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023
11024 \series bold
11025 Weber
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 Maurizio
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 111
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 </row>
11049 <row>
11050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \series bold
11056 Winkler
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 Franz
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 111
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 </row>
11080 <row endlastfoot="true">
11081 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 </lyxtabular>
11110
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \begin_layout Section
11117 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11118 \end_layout
11119
11120 \begin_layout Subsection
11121 Mehrfache Zeilen in Zellen
11122 \begin_inset CommandInset label
11123 LatexCommand label
11124 name "uab:Mehrfache-Zeilen-in"
11125
11126 \end_inset
11127
11128
11129 \begin_inset Index
11130 status collapsed
11131
11132 \begin_layout Plain Layout
11133 Mehrfache ! Zeilen in Zellen
11134 \end_layout
11135
11136 \end_inset
11137
11138
11139 \begin_inset Index
11140 status collapsed
11141
11142 \begin_layout Plain Layout
11143 Tabellen ! Zeilenumbrüche
11144 \end_layout
11145
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \begin_layout Standard
11152 \align center
11153 \begin_inset Float table
11154 placement H
11155 wide false
11156 sideways false
11157 status open
11158
11159 \begin_layout Plain Layout
11160 \begin_inset Caption
11161
11162 \begin_layout Plain Layout
11163 \begin_inset CommandInset label
11164 LatexCommand label
11165 name "tab:Table-with-multiple"
11166
11167 \end_inset
11168
11169 Tabelle mit mehrfachen Zeilen in einer Zelle
11170 \end_layout
11171
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \begin_layout Plain Layout
11178 \align center
11179 \begin_inset Tabular
11180 <lyxtabular version="3" rows="3" columns="3">
11181 <features>
11182 <column alignment="center" valignment="middle" width="2.5cm">
11183 <column alignment="center" valignment="middle" width="0.5cm">
11184 <column alignment="center" valignment="middle" width="0.5cm">
11185 <row>
11186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 zwei
11191 \begin_inset Newline linebreak
11192 \end_inset
11193
11194 Zeilen
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 b
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 c
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 </row>
11218 <row>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 d
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 e
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 f
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 </row>
11247 <row>
11248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 g
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 h
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 i
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 </row>
11276 </lyxtabular>
11277
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \end_inset
11284
11285
11286 \end_layout
11287
11288 \begin_layout Standard
11289 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11290  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11291  Tabelle
11292 \begin_inset space ~
11293 \end_inset
11294
11295
11296 \begin_inset CommandInset ref
11297 LatexCommand ref
11298 reference "tab:Table-with-multiple"
11299
11300 \end_inset
11301
11302  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11303 \family sans
11304 Tabellen-Einstellungen
11305 \family default
11306 -Dialog auf 2.5
11307 \begin_inset space \thinspace{}
11308 \end_inset
11309
11310 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11311  Weil unser Text schmaler als 2.5
11312 \begin_inset space \thinspace{}
11313 \end_inset
11314
11315 cm ist, würde er in einer Zeile gedruckt werden.
11316  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11317
11318 \family sans
11319 Strg-Shift-Enter
11320 \family default
11321 ) eingefügt.
11322  Wenn der Text länger ist, wird er automatisch umgebrochen.
11323 \end_layout
11324
11325 \begin_layout Standard
11326 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11327  setzen Sie die Breite der beiden Spalten im 
11328 \family sans
11329 Tabellen-Einstellungen
11330 \family default
11331 -Dialog auf 0.5
11332 \begin_inset space \thinspace{}
11333 \end_inset
11334
11335 cm und die vertikale Ausrichtung auf zentriert.
11336 \end_layout
11337
11338 \begin_layout Standard
11339 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11340  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11341  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11342  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11343  Fügen sie daher 0
11344 \begin_inset space \thinspace{}
11345 \end_inset
11346
11347 pt horizontalen Abstand vor dem Wort ein.
11348  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11349  Tabelle
11350 \begin_inset space ~
11351 \end_inset
11352
11353
11354 \begin_inset CommandInset ref
11355 LatexCommand ref
11356 reference "tab:Table-with-and"
11357
11358 \end_inset
11359
11360  zeigt die Wirkungen.
11361 \end_layout
11362
11363 \begin_layout Standard
11364 \begin_inset Float table
11365 wide false
11366 sideways false
11367 status open
11368
11369 \begin_layout Plain Layout
11370 \begin_inset Caption
11371
11372 \begin_layout Plain Layout
11373 \begin_inset CommandInset label
11374 LatexCommand label
11375 name "tab:Table-with-and"
11376
11377 \end_inset
11378
11379 Tabelle ohne und mit Silbentrennung
11380 \end_layout
11381
11382 \end_inset
11383
11384
11385 \end_layout
11386
11387 \begin_layout Plain Layout
11388 \begin_inset space \hfill{}
11389 \end_inset
11390
11391
11392 \begin_inset Tabular
11393 <lyxtabular version="3" rows="3" columns="3">
11394 <features>
11395 <column alignment="center" valignment="middle" width="2.5cm">
11396 <column alignment="center" valignment="middle" width="0.5cm">
11397 <column alignment="center" valignment="middle" width="0.5cm">
11398 <row>
11399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 einsehrlangesZellenwort
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 b
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 c
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 <row>
11428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 d
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 e
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 f
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 </row>
11456 <row>
11457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 g
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 h
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 i
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 </row>
11485 </lyxtabular>
11486
11487 \end_inset
11488
11489
11490 \begin_inset space \hfill{}
11491 \end_inset
11492
11493
11494 \begin_inset Tabular
11495 <lyxtabular version="3" rows="3" columns="3">
11496 <features>
11497 <column alignment="center" valignment="middle" width="2.5cm">
11498 <column alignment="center" valignment="middle" width="0.5cm">
11499 <column alignment="center" valignment="middle" width="0.5cm">
11500 <row>
11501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 \begin_inset space \hspace{}
11506 \length 0pt
11507 \end_inset
11508
11509 einsehrlangesZellenwort
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 b
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 c
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 </row>
11533 <row>
11534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 d
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 e
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 f
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 </row>
11562 <row>
11563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 g
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 h
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 i
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 </row>
11591 </lyxtabular>
11592
11593 \end_inset
11594
11595
11596 \begin_inset space \hfill{}
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \end_inset
11603
11604
11605 \end_layout
11606
11607 \begin_layout Subsection
11608 Mehrfachspalten
11609 \begin_inset CommandInset label
11610 LatexCommand label
11611 name "uab:Mehrfachspalten"
11612
11613 \end_inset
11614
11615
11616 \begin_inset Index
11617 status collapsed
11618
11619 \begin_layout Plain Layout
11620 Mahrfachspalten
11621 \end_layout
11622
11623 \end_inset
11624
11625
11626 \begin_inset Index
11627 status collapsed
11628
11629 \begin_layout Plain Layout
11630 Tabellen ! Mahrfachspalten
11631 \end_layout
11632
11633 \end_inset
11634
11635
11636 \end_layout
11637
11638 \begin_layout Subsubsection
11639 Grundlagen
11640 \end_layout
11641
11642 \begin_layout Standard
11643 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11644  und verwenden dann den Knopf 
11645 \begin_inset Graphics
11646         filename ../../images/tabular-feature_multicolumn.png
11647         scale 70
11648         scaleBeforeRotation
11649         BoundingBox 0bp 6bp 22bp 22bp
11650
11651 \end_inset
11652
11653 in der Werkzeugleiste, das Menü 
11654 \family sans
11655 Bearbeiten\SpecialChar \menuseparator
11656 Tabelle\SpecialChar \menuseparator
11657 Mehrfachspalte
11658 \family default
11659  oder den 
11660 \family sans
11661 Tabellen-Einstellungen
11662 \family default
11663 -Dialog, in dem Sie auf der Karteikarte 
11664 \family sans
11665 Tabellen-Einstellungen
11666 \family default
11667  
11668 \family sans
11669 Mehrfachspalte
11670 \family default
11671  ankreuzen.
11672 \end_layout
11673
11674 \begin_layout Standard
11675 Mehrfachspalten haben ihre eigenen Einstellungen.
11676  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11677  Hier ist ein Beispiel, wobei 
11678 \begin_inset Quotes gld
11679 \end_inset
11680
11681 B 2
11682 \begin_inset Quotes grd
11683 \end_inset
11684
11685  keine Mehrfachzeile ist, wie in Abschnitt
11686 \begin_inset space ~
11687 \end_inset
11688
11689
11690 \begin_inset CommandInset ref
11691 LatexCommand ref
11692 reference "uab:Mehrfachzeilen"
11693
11694 \end_inset
11695
11696  beschrieben.
11697  Es wurde nur eine Linie weggelassen:
11698 \end_layout
11699
11700 \begin_layout Standard
11701 \align center
11702 \begin_inset Tabular
11703 <lyxtabular version="3" rows="3" columns="4">
11704 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11705 <column alignment="center" valignment="top" width="0pt">
11706 <column alignment="center" valignment="middle" width="0">
11707 <column alignment="center" valignment="top" width="0in">
11708 <column alignment="center" valignment="top" width="0pt">
11709 <row>
11710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 abc
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 def ghi
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 jkl
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 </row>
11747 <row>
11748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752
11753 \family roman
11754 \series medium
11755 \shape up
11756 \size normal
11757 \emph off
11758 \bar no
11759 \noun off
11760 \color none
11761 A
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 B
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 C
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 D
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 </row>
11794 <row>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 1
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808 2
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 3
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 4
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 </row>
11832 </lyxtabular>
11833
11834 \end_inset
11835
11836
11837 \end_layout
11838
11839 \begin_layout Subsubsection
11840 Mehrfachspalten-Berechnungen
11841 \begin_inset CommandInset label
11842 LatexCommand label
11843 name "uab:Mehrfachspalten-Berechnungen"
11844
11845 \end_inset
11846
11847
11848 \begin_inset Index
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852 Mahrfachspalten ! Berechnung
11853 \end_layout
11854
11855 \end_inset
11856
11857
11858 \begin_inset Index
11859 status collapsed
11860
11861 \begin_layout Plain Layout
11862 Tabellen ! Mahrfachspalten ! Berechnung
11863 \end_layout
11864
11865 \end_inset
11866
11867
11868 \end_layout
11869
11870 \begin_layout Standard
11871 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11872  Zellen beachten.
11873 \end_layout
11874
11875 \begin_layout Standard
11876 \begin_inset Float table
11877 placement h
11878 wide false
11879 sideways false
11880 status open
11881
11882 \begin_layout Plain Layout
11883 \begin_inset Caption
11884
11885 \begin_layout Plain Layout
11886 \begin_inset CommandInset label
11887 LatexCommand label
11888 name "tab:Table-with-centered"
11889
11890 \end_inset
11891
11892 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11893  die halbe Breite der Mehrfachspalten-Zelle haben
11894 \begin_inset OptArg
11895 status collapsed
11896
11897 \begin_layout Plain Layout
11898 Eine Mehrfachspalten-Tabelle
11899 \end_layout
11900
11901 \end_inset
11902
11903
11904 \end_layout
11905
11906 \end_inset
11907
11908
11909 \end_layout
11910
11911 \begin_layout Plain Layout
11912 \align center
11913 \begin_inset Tabular
11914 <lyxtabular version="3" rows="3" columns="3">
11915 <features>
11916 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11917 <column alignment="center" valignment="middle" width="0">
11918 <column alignment="center" valignment="top" width="0">
11919 <row>
11920 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 Dies ist eine Mehrfach\SpecialChar \-
11925 spalten-Zelle
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 c
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 </row>
11949 <row>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 d
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 e
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 f
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 g
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 h
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 i
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 </row>
12007 </lyxtabular>
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \begin_layout Standard
12020 Um Tabelle
12021 \begin_inset space ~
12022 \end_inset
12023
12024
12025 \begin_inset CommandInset ref
12026 LatexCommand ref
12027 reference "tab:Table-with-centered"
12028
12029 \end_inset
12030
12031  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12032  3×3-Tabelle, kreuzen im 
12033 \family sans
12034 Tabellen-Einstellungen
12035 \family default
12036 -Dialog 
12037 \family sans
12038 Mehrfachspalte
12039 \family default
12040  an, setzen die 
12041 \family sans
12042 Horizontale
12043 \begin_inset space ~
12044 \end_inset
12045
12046 Ausrichtung
12047 \family default
12048  auf 
12049 \family sans
12050 Zentriert
12051 \family default
12052  und die 
12053 \family sans
12054 Breite
12055 \family default
12056  auf 2.5
12057 \begin_inset space \thinspace{}
12058 \end_inset
12059
12060 cm.
12061  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12062  Sie die Breite der ersten Spalte auf 1.25
12063 \begin_inset space \thinspace{}
12064 \end_inset
12065
12066 cm setzen.
12067  Die zweite Spalte wird dann automatisch 1.25
12068 \begin_inset space \thinspace{}
12069 \end_inset
12070
12071 cm breit (Breite der 
12072 \family sans
12073 Mehrfachspalte
12074 \family default
12075  
12076 \begin_inset Formula $-$
12077 \end_inset
12078
12079  Breite der ersten Spalte).
12080  Dies wurde so für Tabelle
12081 \begin_inset space ~
12082 \end_inset
12083
12084
12085 \begin_inset CommandInset ref
12086 LatexCommand ref
12087 reference "tab:Table-without-half"
12088
12089 \end_inset
12090
12091  gemacht.
12092 \end_layout
12093
12094 \begin_layout Standard
12095 \begin_inset Float table
12096 wide false
12097 sideways false
12098 status open
12099
12100 \begin_layout Plain Layout
12101 \begin_inset Caption
12102
12103 \begin_layout Plain Layout
12104 \begin_inset CommandInset label
12105 LatexCommand label
12106 name "tab:Table-without-half"
12107
12108 \end_inset
12109
12110 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12111  wie die Mehrfachspalte
12112 \begin_inset OptArg
12113 status collapsed
12114
12115 \begin_layout Plain Layout
12116 Eine unvollkommene Mehrfachspalten-Tabelle
12117 \end_layout
12118
12119 \end_inset
12120
12121
12122 \end_layout
12123
12124 \end_inset
12125
12126
12127 \end_layout
12128
12129 \begin_layout Plain Layout
12130 \align center
12131 \begin_inset Tabular
12132 <lyxtabular version="3" rows="3" columns="3">
12133 <features>
12134 <column alignment="center" valignment="top" width="1.25cm">
12135 <column alignment="center" valignment="top" width="0">
12136 <column alignment="center" valignment="top" width="0">
12137 <row>
12138 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 Dies ist auch eine Mehr\SpecialChar \-
12143 fach\SpecialChar \-
12144 spalten-Zelle
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 c
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 </row>
12168 <row>
12169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Plain Layout
12173 d
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 e
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191 f
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 </row>
12197 <row>
12198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12199 \begin_inset Text
12200
12201 \begin_layout Plain Layout
12202 g
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211 h
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 i
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 </row>
12226 </lyxtabular>
12227
12228 \end_inset
12229
12230
12231 \end_layout
12232
12233 \end_inset
12234
12235
12236 \end_layout
12237
12238 \begin_layout Standard
12239 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12240  als die zweite ist.
12241  Das liegt daran, dass die Zellenbreite 
12242 \begin_inset Formula $W_{\mathrm{tot}}$
12243 \end_inset
12244
12245  nicht ihre definierte Breite 
12246 \begin_inset Formula $W_{g}$
12247 \end_inset
12248
12249  ist, sondern ein wenig mehr.
12250  Anhang
12251 \begin_inset space ~
12252 \end_inset
12253
12254
12255 \begin_inset CommandInset ref
12256 LatexCommand ref
12257 reference "kap:Exläuterung-einer-Gleichung"
12258
12259 \end_inset
12260
12261  erklärt das genauer.
12262 \end_layout
12263
12264 \begin_layout Standard
12265 Wenn 
12266 \emph on
12267 n
12268 \emph default
12269  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12270  die definierte Breite 
12271 \begin_inset Formula $W_{g\, n}$
12272 \end_inset
12273
12274  einer Spalte, deren totale Breite = 
12275 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12276 \end_inset
12277
12278  sein soll, wie folgt:
12279 \begin_inset Formula \begin{equation}
12280 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12281
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \begin_layout Standard
12288 In unserem Falls ist 
12289 \begin_inset Formula $n=2$
12290 \end_inset
12291
12292
12293 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12294 \end_inset
12295
12296 cm, und damit wird aus Gleichung
12297 \begin_inset space ~
12298 \end_inset
12299
12300
12301 \begin_inset CommandInset ref
12302 LatexCommand ref
12303 reference "eq:Wgn"
12304
12305 \end_inset
12306
12307  
12308 \begin_inset Formula \begin{equation}
12309 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12310
12311 \end_inset
12312
12313
12314 \end_layout
12315
12316 \begin_layout Standard
12317 Damit LaTeX rechnen kann, muss das Paket 
12318 \series bold
12319 calc
12320 \series default
12321  im Vorspann geladen werden.
12322 \begin_inset Index
12323 status collapsed
12324
12325 \begin_layout Plain Layout
12326 LaTeX-Pakete ! calc
12327 \end_layout
12328
12329 \end_inset
12330
12331
12332 \end_layout
12333
12334 \begin_layout Standard
12335
12336 \series bold
12337
12338 \backslash
12339 usepackage{calc}
12340 \end_layout
12341
12342 \begin_layout Standard
12343 LyX erlaubt im 
12344 \family sans
12345 Breite
12346 \family default
12347 -Feld des 
12348 \family sans
12349 Tabellen-Einstellungen
12350 \family default
12351 -Dialogs keine Berechnungen.
12352  Deshalb müssen Sie die Formel für die Breite im Feld 
12353 \family sans
12354 LaTe
12355 \begin_inset ERT
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359
12360 {}
12361 \end_layout
12362
12363 \end_inset
12364
12365 X-Argument
12366 \family default
12367  eingeben.
12368  Hier iss ein Überblick über die Argumente:
12369 \end_layout
12370
12371 \begin_layout Itemize
12372
12373 \series bold
12374 p{Breite}
12375 \series default
12376  die Zelle bekommt eine feste 
12377 \series bold
12378 Breite
12379 \series default
12380 , und die vertikale Ausrichtung ist 
12381 \family sans
12382 Oben
12383 \end_layout
12384
12385 \begin_layout Itemize
12386
12387 \series bold
12388 m{Breite}
12389 \series default
12390  die Zelle bekommt eine feste 
12391 \series bold
12392 Breite
12393 \series default
12394 , und die vertikale Ausrichtung ist 
12395 \family sans
12396 Mitte
12397 \end_layout
12398
12399 \begin_layout Itemize
12400
12401 \series bold
12402 b{Breite}
12403 \series default
12404  die Zelle bekommt eine feste 
12405 \series bold
12406 Breite
12407 \series default
12408 , und die vertikale Ausrichtung ist 
12409 \family sans
12410 Unten
12411 \end_layout
12412
12413 \begin_layout Standard
12414 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12415  für diese Zelle überschrieben.
12416 \end_layout
12417
12418 \begin_layout Standard
12419 \begin_inset Note Greyedout
12420 status open
12421
12422 \begin_layout Plain Layout
12423
12424 \series bold
12425 Bemerkung:
12426 \series default
12427  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
12428  angezeigt.
12429 \end_layout
12430
12431 \end_inset
12432
12433
12434 \end_layout
12435
12436 \begin_layout Standard
12437 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12438  der Zelle mit dem Inhalt 
12439 \begin_inset Quotes gld
12440 \end_inset
12441
12442 d
12443 \begin_inset Quotes grd
12444 \end_inset
12445
12446  der Tabelle
12447 \begin_inset space ~
12448 \end_inset
12449
12450
12451 \begin_inset CommandInset ref
12452 LatexCommand ref
12453 reference "tab:Table-with-centered"
12454
12455 \end_inset
12456
12457  auch noch der Befehl
12458 \family typewriter
12459 \series bold
12460  
12461 \family default
12462
12463 \backslash
12464 centering
12465 \series default
12466  hinzugefügt.
12467  Das Ganze sieht dann so aus:
12468 \end_layout
12469
12470 \begin_layout Standard
12471
12472 \series bold
12473 |>{
12474 \backslash
12475 centering}m{1.25cm-6.2pt}
12476 \end_layout
12477
12478 \begin_layout Standard
12479 Der vertikale Strich 
12480 \series bold
12481
12482 \begin_inset Quotes gld
12483 \end_inset
12484
12485 |
12486 \series default
12487
12488 \begin_inset Quotes grd
12489 \end_inset
12490
12491  am Anfang zeichnet die linke Linie, und der Befehl 
12492 \series bold
12493
12494 \begin_inset Quotes gld
12495 \end_inset
12496
12497 >{ }
12498 \begin_inset Quotes grd
12499 \end_inset
12500
12501
12502 \series default
12503  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12504  der Zelle benutzt werden sollen.
12505 \end_layout
12506
12507 \begin_layout Standard
12508 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12509  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12510  für einzelne Spalten anwendet.
12511  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12512  werden:
12513 \end_layout
12514
12515 \begin_layout Standard
12516
12517 \series bold
12518 |>{
12519 \backslash
12520 centering}m{2.5cm}|
12521 \end_layout
12522
12523 \begin_layout Subsection
12524 Mehrfachzeilen
12525 \begin_inset CommandInset label
12526 LatexCommand label
12527 name "uab:Mehrfachzeilen"
12528
12529 \end_inset
12530
12531
12532 \begin_inset Index
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536 Mehrfachzeilen
12537 \end_layout
12538
12539 \end_inset
12540
12541
12542 \begin_inset Index
12543 status collapsed
12544
12545 \begin_layout Plain Layout
12546 Tabellen ! Mehrfachzeilen
12547 \end_layout
12548
12549 \end_inset
12550
12551
12552 \end_layout
12553
12554 \begin_layout Standard
12555 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12556  unterstützt, sodass etwas TeX-Code notwendig.
12557  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12558 \series bold
12559 multirow
12560 \series default
12561
12562 \begin_inset Index
12563 status collapsed
12564
12565 \begin_layout Plain Layout
12566 LaTeX-Pakete ! multirow
12567 \end_layout
12568
12569 \end_inset
12570
12571  im Vorspann geladen werden:
12572 \end_layout
12573
12574 \begin_layout Standard
12575
12576 \series bold
12577
12578 \backslash
12579 usepackage{multirow}
12580 \end_layout
12581
12582 \begin_layout Standard
12583 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12584 \end_layout
12585
12586 \begin_layout Standard
12587
12588 \series bold
12589
12590 \backslash
12591 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12592 \end_layout
12593
12594 \begin_layout Standard
12595 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12596  Mehrfachspalte definiert und die obere Linie entfernt.
12597 \end_layout
12598
12599 \begin_layout Standard
12600 \align center
12601 \begin_inset ERT
12602 status collapsed
12603
12604 \begin_layout Plain Layout
12605
12606
12607 \backslash
12608 renewcommand{
12609 \backslash
12610 multirowsetup}{
12611 \backslash
12612 centering}
12613 \end_layout
12614
12615 \end_inset
12616
12617
12618 \begin_inset Tabular
12619 <lyxtabular version="3" rows="3" columns="3">
12620 <features>
12621 <column alignment="center" valignment="top" width="0">
12622 <column alignment="center" valignment="top" width="0">
12623 <column alignment="center" valignment="top" width="0">
12624 <row>
12625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 a
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 b
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 c
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 </row>
12653 <row>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 \begin_inset ERT
12659 status collapsed
12660
12661 \begin_layout Plain Layout
12662
12663
12664 \backslash
12665 multirow{2}{2.5cm}{
12666 \end_layout
12667
12668 \end_inset
12669
12670 Mehrfach\SpecialChar \-
12671 zeilen-Text
12672 \begin_inset ERT
12673 status collapsed
12674
12675 \begin_layout Plain Layout
12676
12677 }
12678 \end_layout
12679
12680 \end_inset
12681
12682
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 e
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 f
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 </row>
12706 <row>
12707 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 h
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 i
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 </row>
12735 </lyxtabular>
12736
12737 \end_inset
12738
12739
12740 \begin_inset ERT
12741 status collapsed
12742
12743 \begin_layout Plain Layout
12744
12745
12746 \backslash
12747 renewcommand{
12748 \backslash
12749 multirowsetup}{
12750 \backslash
12751 raggedright}
12752 \end_layout
12753
12754 \end_inset
12755
12756
12757 \end_layout
12758
12759 \begin_layout Standard
12760 In der Zelle darüber wurde dann mit dem Befehl
12761 \end_layout
12762
12763 \begin_layout Standard
12764
12765 \series bold
12766
12767 \backslash
12768 multirow{2}{2.5cm}{
12769 \end_layout
12770
12771 \begin_layout Standard
12772 als TeX-Code die Mehrfachzeile definiert.
12773  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12774 \begin_inset space \thinspace{}
12775 \end_inset
12776
12777 cm.
12778  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12779  mit der Klammer 
12780 \begin_inset Quotes gld
12781 \end_inset
12782
12783
12784 \series bold
12785 }
12786 \series default
12787
12788 \begin_inset Quotes grd
12789 \end_inset
12790
12791  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12792 \end_layout
12793
12794 \begin_layout Standard
12795
12796 \series bold
12797
12798 \backslash
12799 multirow
12800 \series default
12801  richtet seinen Inhalt standardmäßig linksbündig aus.
12802  Das wurde mit dem Befehl
12803 \end_layout
12804
12805 \begin_layout Standard
12806
12807 \series bold
12808
12809 \backslash
12810 renewcommand{
12811 \backslash
12812 multirowsetup}{
12813 \backslash
12814 centering}
12815 \end_layout
12816
12817 \begin_layout Standard
12818 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12819 \end_layout
12820
12821 \begin_layout Standard
12822
12823 \series bold
12824
12825 \backslash
12826 renewcommand{
12827 \backslash
12828 multirowsetup}{
12829 \backslash
12830 raggedright}
12831 \end_layout
12832
12833 \begin_layout Standard
12834 zurückgesetzt.
12835  Für rechtsbündigen Text benutzt man 
12836 \series bold
12837
12838 \backslash
12839 raggedleft
12840 \series default
12841 .
12842 \end_layout
12843
12844 \begin_layout Section
12845 Formale Tabellen
12846 \begin_inset CommandInset label
12847 LatexCommand label
12848 name "abs:Formale-Tabellen"
12849
12850 \end_inset
12851
12852
12853 \begin_inset Index
12854 status collapsed
12855
12856 \begin_layout Plain Layout
12857 Tabellen ! Formale
12858 \end_layout
12859
12860 \end_inset
12861
12862
12863 \end_layout
12864
12865 \begin_layout Standard
12866 Tabellen werden in Büchern oft wie Tabelle
12867 \begin_inset space ~
12868 \end_inset
12869
12870
12871 \begin_inset CommandInset ref
12872 LatexCommand ref
12873 reference "tab:Formale-Tabelle"
12874
12875 \end_inset
12876
12877  gesetzt.
12878  Diese Tabellen werden
12879 \emph on
12880  formal
12881 \emph default
12882  genannt.
12883  Formale Tabellen bekommen Sie, wenn Sie im 
12884 \family sans
12885 Tabellen-Einstellungen
12886 \family default
12887 -Dialog auf der Karteikarte 
12888 \family sans
12889 Rahmen
12890 \family default
12891  den 
12892 \family sans
12893 Stil
12894 \family default
12895  
12896 \family sans
12897 Formal
12898 \family default
12899  ankreuzen.
12900 \end_layout
12901
12902 \begin_layout Standard
12903 \begin_inset Float table
12904 placement h
12905 wide false
12906 sideways false
12907 status open
12908
12909 \begin_layout Plain Layout
12910 \begin_inset Caption
12911
12912 \begin_layout Plain Layout
12913 \begin_inset CommandInset label
12914 LatexCommand label
12915 name "tab:Formale-Tabelle"
12916
12917 \end_inset
12918
12919 Formale Tabelle
12920 \end_layout
12921
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \begin_layout Plain Layout
12928 \align center
12929 \begin_inset Tabular
12930 <lyxtabular version="3" rows="8" columns="4">
12931 <features booktabs="true">
12932 <column alignment="center" valignment="top" width="0">
12933 <column alignment="right" valignment="top" width="0">
12934 <column alignment="right" valignment="top" width="0">
12935 <column alignment="right" valignment="top" width="0">
12936 <row>
12937 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 System
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 Medipix
12951 \begin_inset Formula $\,$
12952 \end_inset
12953
12954 1
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 Medipix
12964 \begin_inset Formula $\,$
12965 \end_inset
12966
12967 2
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 <row>
12983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 \begin_inset ERT
12988 status collapsed
12989
12990 \begin_layout Plain Layout
12991
12992
12993 \backslash
12994 cmidrule(r){2-2}
12995 \end_layout
12996
12997 \end_inset
12998
12999
13000 \begin_inset ERT
13001 status collapsed
13002
13003 \begin_layout Plain Layout
13004
13005
13006 \backslash
13007 cmidrule(l){3-4}
13008 \end_layout
13009
13010 \end_inset
13011
13012 Detektordicke [µm]
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 300
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 <cell alignment="center" valignment="top" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030 300
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 <cell alignment="center" valignment="top" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039 700
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 </row>
13045 <row>
13046 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 Kantenwinkel [°]
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 <cell alignment="center" valignment="top" topline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059 3.55
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" topline="true" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Plain Layout
13068 2.71
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 7.99
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 </row>
13083 <row topspace="default">
13084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 räumliche Auflösung [µm]
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 4.26
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 10.17
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 10.56
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 <row topspace="default">
13122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 MTF bei 
13127 \begin_inset Formula $f_{\mathrm{max}}$
13128 \end_inset
13129
13130
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 0.53
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 0.37
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 0.39
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 </row>
13163 <row topspace="default">
13164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 \begin_inset ERT
13169 status collapsed
13170
13171 \begin_layout Plain Layout
13172
13173
13174 \backslash
13175 cmidrule(l{10pt}){1-1}
13176 \end_layout
13177
13178 \end_inset
13179
13180 LSF räumliche Auflösung
13181 \end_layout
13182
13183 \end_inset
13184 </cell>
13185 <cell alignment="center" valignment="top" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Plain Layout
13189
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 <cell alignment="center" valignment="top" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Plain Layout
13198
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell alignment="center" valignment="top" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 </row>
13213 <row>
13214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13215 \begin_inset Text
13216
13217 \begin_layout Plain Layout
13218 in µm
13219 \end_layout
13220
13221 \end_inset
13222 </cell>
13223 <cell alignment="center" valignment="top" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 129.7
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 <cell alignment="center" valignment="top" usebox="none">
13233 \begin_inset Text
13234
13235 \begin_layout Plain Layout
13236 52.75
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 50.78
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 </row>
13251 <row>
13252 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 in % der Pixelgröße
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 76.3
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 95.9
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 92.3
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 </row>
13289 </lyxtabular>
13290
13291 \end_inset
13292
13293
13294 \end_layout
13295
13296 \end_inset
13297
13298
13299 \end_layout
13300
13301 \begin_layout Standard
13302 Abstände zu Tabellenzeilen können auf der Karteikarte 
13303 \family sans
13304 Rahmen
13305 \family default
13306  des 
13307 \family sans
13308 Tabellen-Ein\SpecialChar \-
13309 stel\SpecialChar \-
13310 lun\SpecialChar \-
13311 gen
13312 \family default
13313 -Dialogs hinzugefügt werden, wie in Abschnitt
13314 \begin_inset space ~
13315 \end_inset
13316
13317
13318 \begin_inset CommandInset ref
13319 LatexCommand ref
13320 reference "uab:Zeilenabstand"
13321
13322 \end_inset
13323
13324  beschrieben.
13325 \end_layout
13326
13327 \begin_layout Standard
13328 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13329  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13330  gedruckt aber anders aus.
13331  Die erste und letzte Linie ist 0.08
13332 \begin_inset space \thinspace{}
13333 \end_inset
13334
13335 em dick, während die anderen 0.05
13336 \begin_inset space \thinspace{}
13337 \end_inset
13338
13339 em dick sind.
13340 \end_layout
13341
13342 \begin_layout Standard
13343 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13344 \end_layout
13345
13346 \begin_layout Standard
13347
13348 \series bold
13349
13350 \backslash
13351 let
13352 \backslash
13353 mytoprule
13354 \backslash
13355 toprule
13356 \begin_inset Newline newline
13357 \end_inset
13358
13359
13360 \backslash
13361 renewcommand{
13362 \backslash
13363 toprule}{
13364 \backslash
13365 mytoprule[Breite]}
13366 \end_layout
13367
13368 \begin_layout Standard
13369 Dies Beispiel gilt für die oberste Linie, genannt 
13370 \series bold
13371 toprule
13372 \series default
13373 .
13374  Für die letzte müssen Sie 
13375 \series bold
13376 toprule
13377 \series default
13378  durch 
13379 \series bold
13380 bottomrule
13381 \series default
13382  ersetzen.
13383  Die Linien dazwischen heißen 
13384 \series bold
13385 midrule
13386 \series default
13387 .
13388  Für 
13389 \family sans
13390 Breite
13391 \family default
13392  können Sie alle Einheiten benutzen, die in Anhang
13393 \begin_inset space ~
13394 \end_inset
13395
13396
13397 \begin_inset CommandInset ref
13398 LatexCommand ref
13399 reference "kap:In-LyX-verfügbare"
13400
13401 \end_inset
13402
13403  aufgelistet sind.
13404 \end_layout
13405
13406 \begin_layout Standard
13407 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13408  eine Linie unter einer Mehrfachspalte.
13409  LyX wird intern den Befehl 
13410 \series bold
13411
13412 \backslash
13413 cmidrule
13414 \series default
13415  benutzen, um diese Linie zu drucken.
13416  Der ganze Befehl sieht so aus:
13417 \end_layout
13418
13419 \begin_layout Standard
13420
13421 \series bold
13422
13423 \backslash
13424 cmidrule[width](trim){Anfangsspalte-Endspalte}
13425 \end_layout
13426
13427 \begin_layout Standard
13428 Die 
13429 \series bold
13430
13431 \backslash
13432 cmidrule
13433 \series default
13434 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13435  benutzen.
13436  
13437 \series bold
13438
13439 \backslash
13440 cmidrule
13441 \series default
13442  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13443  erste Zelle einer Zeile einfügt.
13444  Die Linie wird dann über der Zeile gedruckt.
13445 \end_layout
13446
13447 \begin_layout Standard
13448 Der Standardwert ist 0.03
13449 \begin_inset space \thinspace{}
13450 \end_inset
13451
13452 em.
13453  Die Linie reicht von 
13454 \family typewriter
13455 Anfangsspalte
13456 \family default
13457  bis 
13458 \family typewriter
13459 End\SpecialChar \-
13460 spal\SpecialChar \-
13461 te
13462 \family default
13463 .
13464  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13465   Der optionale Parameter 
13466 \family typewriter
13467 trim
13468 \family default
13469  kann die Werte 
13470 \emph on
13471 r
13472 \emph default
13473
13474 \emph on
13475 r{Breite}
13476 \emph default
13477
13478 \emph on
13479 l
13480 \family typewriter
13481 \emph default
13482  
13483 \family default
13484 oder 
13485 \emph on
13486 l{Breite}
13487 \emph default
13488  annehmen, wobei die 
13489 \family sans
13490 Breite
13491 \family default
13492  optional ist.
13493  
13494 \emph on
13495 l{2pt}
13496 \emph default
13497  zum Beispiel bedeutet, dass die Linie links um 2
13498 \begin_inset space \thinspace{}
13499 \end_inset
13500
13501 pt gekürzt wird.
13502  Ohne Breitenangabe werden die Linien um 0.5
13503 \begin_inset space \thinspace{}
13504 \end_inset
13505
13506 em gekürzt.
13507 \end_layout
13508
13509 \begin_layout Standard
13510 \begin_inset VSpace bigskip
13511 \end_inset
13512
13513 In Tabelle
13514 \begin_inset space ~
13515 \end_inset
13516
13517
13518 \begin_inset CommandInset ref
13519 LatexCommand ref
13520 reference "tab:Formale-Tabelle"
13521
13522 \end_inset
13523
13524  wurden die Befehle
13525 \end_layout
13526
13527 \begin_layout Standard
13528
13529 \series bold
13530
13531 \backslash
13532 cmidrule(r){2-2}
13533 \backslash
13534 cmidrule(l){3-4}
13535 \end_layout
13536
13537 \begin_layout Standard
13538 am Anfange der zweiten Zeile und
13539 \end_layout
13540
13541 \begin_layout Standard
13542
13543 \series bold
13544
13545 \backslash
13546 cmidrule(l{10pt}){1-1}
13547 \end_layout
13548
13549 \begin_layout Standard
13550 in der sechsten benutzt.
13551 \end_layout
13552
13553 \begin_layout Standard
13554 \begin_inset VSpace bigskip
13555 \end_inset
13556
13557
13558 \end_layout
13559
13560 \begin_layout Standard
13561 Sie können mit 
13562 \series bold
13563
13564 \backslash
13565 cmidrule
13566 \series default
13567  auch überlappende Linien wie in Tabelle
13568 \begin_inset space ~
13569 \end_inset
13570
13571
13572 \begin_inset CommandInset ref
13573 LatexCommand ref
13574 reference "tab:Special-booktabs-table"
13575
13576 \end_inset
13577
13578  definieren.
13579  Der Befehl ist:
13580 \end_layout
13581
13582 \begin_layout Standard
13583
13584 \series bold
13585
13586 \backslash
13587 morecmidrules
13588 \end_layout
13589
13590 \begin_layout Standard
13591 In Zeile zwei der Tabelle
13592 \begin_inset space ~
13593 \end_inset
13594
13595
13596 \begin_inset CommandInset ref
13597 LatexCommand ref
13598 reference "tab:Special-booktabs-table"
13599
13600 \end_inset
13601
13602  wurde folgender Befehl benutzt:
13603 \end_layout
13604
13605 \begin_layout Standard
13606
13607 \series bold
13608
13609 \backslash
13610 cmidrule(r){2-2}
13611 \backslash
13612 cmidrule(l){3-4}
13613 \backslash
13614 morecmidrules
13615 \begin_inset Newline newline
13616 \end_inset
13617
13618
13619 \backslash
13620 cmidrule{2-4}
13621 \end_layout
13622
13623 \begin_layout Standard
13624 und in Zeile sechs:
13625 \end_layout
13626
13627 \begin_layout Standard
13628
13629 \series bold
13630
13631 \backslash
13632 midrule
13633 \backslash
13634 morecmidrules
13635 \backslash
13636 cmidrule{3-4}
13637 \end_layout
13638
13639 \begin_layout Standard
13640 \begin_inset VSpace bigskip
13641 \end_inset
13642
13643
13644 \end_layout
13645
13646 \begin_layout Standard
13647 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13648  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13649 \end_layout
13650
13651 \begin_layout Standard
13652
13653 \series bold
13654
13655 \backslash
13656 specialrule{Dicke}{Abstand davor}{Abstand danach}
13657 \end_layout
13658
13659 \begin_layout Standard
13660 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13661 \series bold
13662 booktabs
13663 \series default
13664  
13665 \begin_inset CommandInset citation
13666 LatexCommand cite
13667 key "booktabs"
13668
13669 \end_inset
13670
13671 .
13672 \begin_inset Index
13673 status collapsed
13674
13675 \begin_layout Plain Layout
13676 LaTeX-Pakete ! booktabs
13677 \end_layout
13678
13679 \end_inset
13680
13681
13682 \end_layout
13683
13684 \begin_layout Standard
13685 \begin_inset Float table
13686 placement h
13687 wide false
13688 sideways false
13689 status open
13690
13691 \begin_layout Plain Layout
13692 \begin_inset Caption
13693
13694 \begin_layout Plain Layout
13695 \begin_inset CommandInset label
13696 LatexCommand label
13697 name "tab:Special-booktabs-table"
13698
13699 \end_inset
13700
13701 Eine spezielle formale Tabelle
13702 \end_layout
13703
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \begin_layout Plain Layout
13710 \align center
13711 \begin_inset Tabular
13712 <lyxtabular version="3" rows="8" columns="4">
13713 <features booktabs="true">
13714 <column alignment="center" valignment="top" width="0">
13715 <column alignment="center" valignment="top" width="0">
13716 <column alignment="right" valignment="top" width="0">
13717 <column alignment="right" valignment="top" width="0">
13718 <row>
13719 <cell alignment="center" valignment="top" topline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 System
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 Medipix
13733 \begin_inset space \thinspace{}
13734 \end_inset
13735
13736 1
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 Medipix
13746 \begin_inset space \thinspace{}
13747 \end_inset
13748
13749 2
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 </row>
13764 <row>
13765 <cell alignment="center" valignment="top" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 \begin_inset ERT
13770 status collapsed
13771
13772 \begin_layout Plain Layout
13773
13774
13775 \backslash
13776 cmidrule(r){2-2}
13777 \end_layout
13778
13779 \end_inset
13780
13781
13782 \begin_inset ERT
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786
13787
13788 \backslash
13789 cmidrule(l){3-4}
13790 \end_layout
13791
13792 \end_inset
13793
13794
13795 \begin_inset ERT
13796 status collapsed
13797
13798 \begin_layout Plain Layout
13799
13800
13801 \backslash
13802 morecmidrules 
13803 \end_layout
13804
13805 \end_inset
13806
13807
13808 \begin_inset ERT
13809 status collapsed
13810
13811 \begin_layout Plain Layout
13812
13813
13814 \backslash
13815 cmidrule{2-4}
13816 \end_layout
13817
13818 \end_inset
13819
13820 Detektordicke  [µm]
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 300
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 300
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 700
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 </row>
13853 <row>
13854 <cell alignment="center" valignment="top" topline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 Kantenwinkel [°]
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 3,55
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell alignment="center" valignment="top" topline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 2,71
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 7,99
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 </row>
13891 <row topspace="default">
13892 <cell alignment="center" valignment="top" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 räumliche Auflösung [µm]
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 4,26
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 10,17
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 10,56
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 </row>
13929 <row topspace="default">
13930 <cell alignment="center" valignment="top" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 MTF bei 
13935 \begin_inset Formula $f_{\mathrm{max}}$
13936 \end_inset
13937
13938
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 <cell alignment="center" valignment="top" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 0,53
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 0,37
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 0,39
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 </row>
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 \begin_inset ERT
13977 status collapsed
13978
13979 \begin_layout Plain Layout
13980
13981
13982 \backslash
13983 morecmidrules 
13984 \end_layout
13985
13986 \end_inset
13987
13988
13989 \begin_inset ERT
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993
13994
13995 \backslash
13996 cmidrule{3-4}
13997 \end_layout
13998
13999 \end_inset
14000
14001 LSF-räumliche Auflösung
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell alignment="center" valignment="top" topline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell alignment="center" valignment="top" topline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 </row>
14034 <row>
14035 <cell alignment="center" valignment="top" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 in µm
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 129,7
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 52,75
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 50,78
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 </row>
14072 <row>
14073 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 in % der Pixelgröße
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 76,3
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 95,9
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 92,3
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 </row>
14110 </lyxtabular>
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \end_inset
14118
14119
14120 \end_layout
14121
14122 \begin_layout Section
14123 Vertikale Tabellen-Ausrichtung
14124 \begin_inset Index
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128 Tabellen ! Ausrichtung
14129 \end_layout
14130
14131 \end_inset
14132
14133
14134 \end_layout
14135
14136 \begin_layout Standard
14137 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14138  einer Box sein.
14139  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14140 \begin_inset space ~
14141 \end_inset
14142
14143
14144 \begin_inset CommandInset ref
14145 LatexCommand ref
14146 reference "abs:Box-Dialog"
14147
14148 \end_inset
14149
14150  beschrieben.
14151 \end_layout
14152
14153 \begin_layout Standard
14154 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14155 \begin_inset Foot
14156 status collapsed
14157
14158 \begin_layout Plain Layout
14159 Minipages werden in Abschnitt
14160 \begin_inset space ~
14161 \end_inset
14162
14163
14164 \begin_inset CommandInset ref
14165 LatexCommand ref
14166 reference "abs:Minipage"
14167
14168 \end_inset
14169
14170  beschrieben.
14171 \end_layout
14172
14173 \end_inset
14174
14175  mit 15
14176 \begin_inset space \thinspace{}
14177 \end_inset
14178
14179 col%-Breite:
14180 \end_layout
14181
14182 \begin_layout Itemize
14183 Test 
14184 \begin_inset Box Frameless
14185 position "t"
14186 hor_pos "c"
14187 has_inner_box 1
14188 inner_pos "c"
14189 use_parbox 0
14190 width "15col%"
14191 special "none"
14192 height "1in"
14193 height_special "totalheight"
14194 status collapsed
14195
14196 \begin_layout Plain Layout
14197 \begin_inset Tabular
14198 <lyxtabular version="3" rows="3" columns="3">
14199 <features>
14200 <column alignment="center" valignment="top" width="0">
14201 <column alignment="center" valignment="top" width="0">
14202 <column alignment="center" valignment="top" width="0">
14203 <row>
14204 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 Tabelle 1
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 </row>
14232 <row>
14233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Plain Layout
14237 b
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 e
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 h
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 </row>
14261 <row>
14262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266 c
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 f
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284 i
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 </row>
14290 </lyxtabular>
14291
14292 \end_inset
14293
14294
14295 \end_layout
14296
14297 \end_inset
14298
14299  Test 
14300 \begin_inset ERT
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304
14305
14306 \backslash
14307 raisebox{0.85
14308 \backslash
14309 baselineskip}{
14310 \end_layout
14311
14312 \end_inset
14313
14314
14315 \begin_inset Box Frameless
14316 position "t"
14317 hor_pos "c"
14318 has_inner_box 1
14319 inner_pos "c"
14320 use_parbox 0
14321 width "15col%"
14322 special "none"
14323 height "1in"
14324 height_special "totalheight"
14325 status collapsed
14326
14327 \begin_layout Plain Layout
14328 \begin_inset Tabular
14329 <lyxtabular version="3" rows="3" columns="3">
14330 <features>
14331 <column alignment="center" valignment="top" width="0">
14332 <column alignment="center" valignment="top" width="0">
14333 <column alignment="center" valignment="top" width="0">
14334 <row>
14335 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 Tabelle 2
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 </row>
14363 <row>
14364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368 b
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 e
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 h
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 </row>
14392 <row>
14393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 c
14398 \end_layout
14399
14400 \end_inset
14401 </cell>
14402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 f
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 i
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 </row>
14421 </lyxtabular>
14422
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \end_inset
14429
14430
14431 \begin_inset ERT
14432 status collapsed
14433
14434 \begin_layout Plain Layout
14435
14436 }
14437 \end_layout
14438
14439 \end_inset
14440
14441
14442 \end_layout
14443
14444 \begin_layout Itemize
14445 Test 
14446 \begin_inset Box Frameless
14447 position "c"
14448 hor_pos "c"
14449 has_inner_box 1
14450 inner_pos "c"
14451 use_parbox 0
14452 width "15col%"
14453 special "none"
14454 height "1in"
14455 height_special "totalheight"
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459 \begin_inset Tabular
14460 <lyxtabular version="3" rows="3" columns="3">
14461 <features>
14462 <column alignment="center" valignment="top" width="0">
14463 <column alignment="center" valignment="top" width="0">
14464 <column alignment="center" valignment="top" width="0">
14465 <row>
14466 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14467 \begin_inset Text
14468
14469 \begin_layout Plain Layout
14470 Tabelle 3
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 </row>
14494 <row>
14495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499 b
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 e
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517 h
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 <row>
14524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Plain Layout
14528 c
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 f
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546 i
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 </row>
14552 </lyxtabular>
14553
14554 \end_inset
14555
14556
14557 \end_layout
14558
14559 \end_inset
14560
14561
14562 \end_layout
14563
14564 \begin_layout Itemize
14565 Test 
14566 \begin_inset Box Frameless
14567 position "b"
14568 hor_pos "c"
14569 has_inner_box 1
14570 inner_pos "c"
14571 use_parbox 0
14572 width "15col%"
14573 special "none"
14574 height "1in"
14575 height_special "totalheight"
14576 status collapsed
14577
14578 \begin_layout Plain Layout
14579 \begin_inset Tabular
14580 <lyxtabular version="3" rows="3" columns="3">
14581 <features>
14582 <column alignment="center" valignment="top" width="0">
14583 <column alignment="center" valignment="top" width="0">
14584 <column alignment="center" valignment="top" width="0">
14585 <row>
14586 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 Tabelle 4
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 <row>
14615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 b
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628 e
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14634 \begin_inset Text
14635
14636 \begin_layout Plain Layout
14637 h
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 </row>
14643 <row>
14644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14645 \begin_inset Text
14646
14647 \begin_layout Plain Layout
14648 c
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657 f
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14663 \begin_inset Text
14664
14665 \begin_layout Plain Layout
14666 i
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 </row>
14672 </lyxtabular>
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \end_inset
14680
14681 Test 
14682 \begin_inset ERT
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686
14687
14688 \backslash
14689 raisebox{-0.32
14690 \backslash
14691 baselineskip}{
14692 \end_layout
14693
14694 \end_inset
14695
14696
14697 \begin_inset Box Frameless
14698 position "b"
14699 hor_pos "c"
14700 has_inner_box 1
14701 inner_pos "c"
14702 use_parbox 0
14703 width "15col%"
14704 special "none"
14705 height "1in"
14706 height_special "totalheight"
14707 status collapsed
14708
14709 \begin_layout Plain Layout
14710 \begin_inset Tabular
14711 <lyxtabular version="3" rows="3" columns="3">
14712 <features>
14713 <column alignment="center" valignment="top" width="0">
14714 <column alignment="center" valignment="top" width="0">
14715 <column alignment="center" valignment="top" width="0">
14716 <row>
14717 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Plain Layout
14721 Tabelle 5
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 </row>
14745 <row>
14746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14747 \begin_inset Text
14748
14749 \begin_layout Plain Layout
14750 b
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759 e
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 h
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 </row>
14774 <row>
14775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779 c
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 f
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Plain Layout
14797 i
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 </row>
14803 </lyxtabular>
14804
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \end_inset
14811
14812
14813 \begin_inset ERT
14814 status collapsed
14815
14816 \begin_layout Plain Layout
14817
14818 }
14819 \end_layout
14820
14821 \end_inset
14822
14823
14824 \end_layout
14825
14826 \begin_layout Standard
14827 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
14828  der Textzeile nicht richtig ausgerichtet.
14829  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14830 \begin_inset Quotes gld
14831 \end_inset
14832
14833 Raisebox
14834 \begin_inset Quotes grd
14835 \end_inset
14836
14837
14838 \begin_inset Foot
14839 status collapsed
14840
14841 \begin_layout Plain Layout
14842 Raiseboxen werden in Abschnitt
14843 \begin_inset space ~
14844 \end_inset
14845
14846
14847 \begin_inset CommandInset ref
14848 LatexCommand ref
14849 reference "uab:Vertikale-Ausrichtung"
14850
14851 \end_inset
14852
14853  beschrieben.
14854 \end_layout
14855
14856 \end_inset
14857
14858  setzen.
14859  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14860  Befehl
14861 \end_layout
14862
14863 \begin_layout Standard
14864
14865 \series bold
14866
14867 \backslash
14868 raisebox{0.85
14869 \backslash
14870 baselineskip}{
14871 \end_layout
14872
14873 \begin_layout Standard
14874 vor der Box ausgerichtet.
14875  Hinter der Box wurde auch noch 
14876 \series bold
14877 }
14878 \series default
14879  als TeX-Code eingefügt, weil der obige Befehl mit 
14880 \series bold
14881 {
14882 \series default
14883  aufhörte.
14884  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14885 \end_layout
14886
14887 \begin_layout Standard
14888
14889 \series bold
14890
14891 \backslash
14892 raisebox{-0.32
14893 \backslash
14894 baselineskip}{
14895 \end_layout
14896
14897 \begin_layout Standard
14898 benutzt.
14899 \end_layout
14900
14901 \begin_layout Standard
14902 \begin_inset Note Greyedout
14903 status open
14904
14905 \begin_layout Plain Layout
14906
14907 \series bold
14908 Bemerkung:
14909 \series default
14910  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14911  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14912  Der Faktor im 
14913 \series bold
14914
14915 \backslash
14916 raisebox
14917 \series default
14918 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14919 \end_layout
14920
14921 \end_inset
14922
14923
14924 \end_layout
14925
14926 \begin_layout Section
14927 Farbige Tabellen
14928 \begin_inset CommandInset label
14929 LatexCommand label
14930 name "abs:Farbige-Tabellen"
14931
14932 \end_inset
14933
14934
14935 \begin_inset Index
14936 status collapsed
14937
14938 \begin_layout Plain Layout
14939 Tabellen ! farbige
14940 \end_layout
14941
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \begin_layout Subsection
14948 Farbige Zellen
14949 \begin_inset Index
14950 status collapsed
14951
14952 \begin_layout Plain Layout
14953 farbige !  Tabellenzellen
14954 \end_layout
14955
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \begin_layout Standard
14962 \begin_inset Float table
14963 placement h
14964 wide false
14965 sideways false
14966 status open
14967
14968 \begin_layout Plain Layout
14969 \begin_inset Caption
14970
14971 \begin_layout Plain Layout
14972 \begin_inset CommandInset label
14973 LatexCommand label
14974 name "tab:Farbige-Tabelle-ohne"
14975
14976 \end_inset
14977
14978 Farbige Tabelle, ohne Paket 
14979 \series bold
14980 colortbl
14981 \series default
14982
14983 \begin_inset OptArg
14984 status collapsed
14985
14986 \begin_layout Plain Layout
14987 Tabelle ohne 
14988 \family typewriter
14989 colortbl
14990 \end_layout
14991
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \end_inset
14998
14999
15000 \end_layout
15001
15002 \begin_layout Plain Layout
15003 \align center
15004 \begin_inset Tabular
15005 <lyxtabular version="3" rows="3" columns="3">
15006 <features>
15007 <column alignment="center" valignment="top" width="0">
15008 <column alignment="center" valignment="top" width="0">
15009 <column alignment="center" valignment="top" width="0">
15010 <row>
15011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015
15016 \color green
15017 a
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026
15027 \color red
15028 b
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \color red
15039 c
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 </row>
15045 <row>
15046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050
15051 \color green
15052 d
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061
15062 \color blue
15063 e
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072
15073 \color blue
15074 f
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 </row>
15080 <row>
15081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085
15086 \color green
15087 g
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096
15097 \color blue
15098 h
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
15108 \color blue
15109 i
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 </row>
15115 </lyxtabular>
15116
15117 \end_inset
15118
15119
15120 \end_layout
15121
15122 \end_inset
15123
15124
15125 \end_layout
15126
15127 \begin_layout Standard
15128 \begin_inset CommandInset label
15129 LatexCommand label
15130 name "Wenn-Sie-nur"
15131
15132 \end_inset
15133
15134 Wenn Sie nur farbigen Text
15135 \begin_inset Index
15136 status collapsed
15137
15138 \begin_layout Plain Layout
15139 Farbe ! für Text
15140 \end_layout
15141
15142 \end_inset
15143
15144  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15145  auf den Werkzeugleistenknopf 
15146 \begin_inset Graphics
15147         filename ../../images/dialog-show_character.png
15148         scale 70
15149         scaleBeforeRotation
15150         BoundingBox 0bp 6bp 22bp 22bp
15151
15152 \end_inset
15153
15154  oder über das Menü 
15155 \family sans
15156 Bearbeiten\SpecialChar \menuseparator
15157 Textstil\SpecialChar \menuseparator
15158 Benutzerdefiniert
15159 \family default
15160  mit dem 
15161 \family sans
15162 Textstil
15163 \family default
15164 -Dialog wie es in Tabelle
15165 \begin_inset space ~
15166 \end_inset
15167
15168
15169 \begin_inset CommandInset ref
15170 LatexCommand ref
15171 reference "tab:Farbige-Tabelle-ohne"
15172
15173 \end_inset
15174
15175  gemacht wurde.
15176  In anderen Fällen müssen Sie das LaTeX-Paket 
15177 \series bold
15178 colortbl
15179 \series default
15180  benutzen.
15181 \begin_inset Index
15182 status collapsed
15183
15184 \begin_layout Plain Layout
15185 LaTeX-Pakete ! colortbl
15186 \end_layout
15187
15188 \end_inset
15189
15190
15191 \end_layout
15192
15193 \begin_layout Standard
15194 \begin_inset ERT
15195 status collapsed
15196
15197 \begin_layout Plain Layout
15198
15199
15200 \backslash
15201 ifcolortbl
15202 \end_layout
15203
15204 \end_inset
15205
15206
15207 \begin_inset Note Note
15208 status open
15209
15210 \begin_layout Plain Layout
15211 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15212 \series bold
15213 colortbl
15214 \series default
15215  installiert ist.
15216 \end_layout
15217
15218 \end_inset
15219
15220
15221 \end_layout
15222
15223 \begin_layout Standard
15224 Um farbige Tabellen zu erzeugen, muss 
15225 \series bold
15226 colortbl
15227 \series default
15228  im LaTeX-Vorspann geladen werden:
15229 \end_layout
15230
15231 \begin_layout Standard
15232
15233 \series bold
15234
15235 \backslash
15236 usepackage{colortbl}
15237 \end_layout
15238
15239 \begin_layout Standard
15240 Die Farbe einer Spalte ändert man dann mit dem Befehl
15241 \end_layout
15242
15243 \begin_layout Standard
15244
15245 \series bold
15246
15247 \backslash
15248 columncolor{Farbname}
15249 \end_layout
15250
15251 \begin_layout Standard
15252 innerhalb des Befehls 
15253 \series bold
15254 >{}
15255 \series default
15256 .
15257  Mehr über den Befehl 
15258 \series bold
15259 >{}
15260 \series default
15261  finden Sie im Abschnitt
15262 \begin_inset space ~
15263 \end_inset
15264
15265
15266 \begin_inset CommandInset ref
15267 LatexCommand ref
15268 reference "uab:Mehrfachspalten-Berechnungen"
15269
15270 \end_inset
15271
15272 .
15273 \end_layout
15274
15275 \begin_layout Standard
15276 Folgende Farbnamen sind vordefiniert:
15277 \end_layout
15278
15279 \begin_layout Standard
15280
15281 \family sans
15282 red
15283 \family default
15284
15285 \family sans
15286 green
15287 \family default
15288
15289 \family sans
15290 yellow
15291 \family default
15292
15293 \family sans
15294 blue
15295 \family default
15296
15297 \family sans
15298 cyan
15299 \family default
15300
15301 \family sans
15302 magenta
15303 \family default
15304
15305 \family sans
15306 black
15307 \family default
15308  und 
15309 \family sans
15310 white
15311 \begin_inset Newline newline
15312 \end_inset
15313
15314 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15315 \family default
15316 und
15317 \family sans
15318  weiß)
15319 \end_layout
15320
15321 \begin_layout Standard
15322 \begin_inset VSpace medskip
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \begin_layout Standard
15329 Sie können auch eigene Farben definieren:
15330 \end_layout
15331
15332 \begin_layout Standard
15333
15334 \series bold
15335
15336 \backslash
15337 definecolor{Farbname}{Farbmodell}{Farbwerte}
15338 \end_layout
15339
15340 \begin_layout Standard
15341 Das Farbmodell kann eins der folgenden sein:
15342 \end_layout
15343
15344 \begin_layout Labeling
15345 \labelwidthstring 00.00.0000
15346 cmyk: cyan, magenta, yellow, black
15347 \end_layout
15348
15349 \begin_layout Labeling
15350 \labelwidthstring 00.00.0000
15351 rgb: red, green blue
15352 \end_layout
15353
15354 \begin_layout Labeling
15355 \labelwidthstring 00.00.0000
15356 gray: gray
15357 \end_layout
15358
15359 \begin_layout Standard
15360 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15361  die die entsprechende Farbe für das Farbmodell beschreiben.
15362 \end_layout
15363
15364 \begin_layout Standard
15365 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15366 \emph on
15367
15368 \begin_inset Quotes gld
15369 \end_inset
15370
15371 dunkelgruen
15372 \emph default
15373
15374 \begin_inset Quotes grd
15375 \end_inset
15376
15377  und 
15378 \begin_inset Quotes gld
15379 \end_inset
15380
15381
15382 \emph on
15383 hellgrau
15384 \emph default
15385
15386 \begin_inset Quotes grd
15387 \end_inset
15388
15389  folgendermaßen definieren:
15390 \end_layout
15391
15392 \begin_layout Standard
15393
15394 \series bold
15395
15396 \backslash
15397 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15398 \end_layout
15399
15400 \begin_layout Standard
15401
15402 \series bold
15403
15404 \backslash
15405 definecolor{hellgrau}{gray}{0.8}
15406 \end_layout
15407
15408 \begin_layout Standard
15409 \begin_inset VSpace medskip
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \begin_layout Standard
15416 Linien werden mit dem Befehl
15417 \end_layout
15418
15419 \begin_layout Standard
15420
15421 \series bold
15422
15423 \backslash
15424 rowcolor{Farbname}
15425 \end_layout
15426
15427 \begin_layout Standard
15428 gefärbt, Zellen mit dem Befehl
15429 \end_layout
15430
15431 \begin_layout Standard
15432
15433 \series bold
15434
15435 \backslash
15436 cellcolor{Farbname}
15437 \end_layout
15438
15439 \begin_layout Standard
15440 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben..
15441 \end_layout
15442
15443 \begin_layout Standard
15444 Um nur Text zu färben, machen Sie es wie 
15445 \begin_inset CommandInset ref
15446 LatexCommand vpageref
15447 reference "Wenn-Sie-nur"
15448
15449 \end_inset
15450
15451  beschrieben.
15452  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15453 \emph on
15454 markieren Sie nur den Text
15455 \emph default
15456 , sonst werden die ERTs LaTeX-Fehler erzeugen.
15457 \end_layout
15458
15459 \begin_layout Standard
15460 \begin_inset Note Greyedout
15461 status open
15462
15463 \begin_layout Plain Layout
15464
15465 \series bold
15466 Achtung:
15467 \series default
15468  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
15469 \end_layout
15470
15471 \end_inset
15472
15473
15474 \end_layout
15475
15476 \begin_layout Standard
15477 \begin_inset VSpace medskip
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \begin_layout Standard
15484 Die Tabelle
15485 \begin_inset space ~
15486 \end_inset
15487
15488
15489 \begin_inset CommandInset ref
15490 LatexCommand ref
15491 reference "tab:Table-colored-using"
15492
15493 \end_inset
15494
15495  wurde folgendermaßen erstellt: die erste Spalte soll 
15496 \emph on
15497
15498 \begin_inset Quotes gld
15499 \end_inset
15500
15501 dunkelgruen
15502 \emph default
15503
15504 \begin_inset Quotes grd
15505 \end_inset
15506
15507  werden, also müssen Sie ins 
15508 \family sans
15509 LaTe
15510 \begin_inset ERT
15511 status collapsed
15512
15513 \begin_layout Plain Layout
15514
15515 {}
15516 \end_layout
15517
15518 \end_inset
15519
15520 X-Argument
15521 \family default
15522  der Zellen der ersten Spalte den Befehl
15523 \end_layout
15524
15525 \begin_layout Standard
15526
15527 \series bold
15528 >{
15529 \backslash
15530 columncolor{dunkelgruen}
15531 \backslash
15532 centering}c
15533 \end_layout
15534
15535 \begin_layout Standard
15536 schreiben.
15537  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15538 \end_layout
15539
15540 \begin_layout Standard
15541
15542 \series bold
15543
15544 \backslash
15545 rowcolow{cyan}
15546 \end_layout
15547
15548 \begin_layout Standard
15549 in die erste Zelle der ersten Zeile eingefügt.
15550  Diese Farbe ersetzt die Spaltenfarbe.
15551  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15552  wird mit folgendem Befehl erreicht:
15553 \end_layout
15554
15555 \begin_layout Standard
15556
15557 \series bold
15558
15559 \backslash
15560 cellcolor{magenta}
15561 \end_layout
15562
15563 \begin_layout Standard
15564 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15565 \family sans
15566 Textstil
15567 \family default
15568 -Dialog.
15569 \end_layout
15570
15571 \begin_layout Standard
15572 \begin_inset Float table
15573 placement h
15574 wide false
15575 sideways false
15576 status open
15577
15578 \begin_layout Plain Layout
15579 \begin_inset Caption
15580
15581 \begin_layout Plain Layout
15582 \begin_inset CommandInset label
15583 LatexCommand label
15584 name "tab:Table-colored-using"
15585
15586 \end_inset
15587
15588 Eine mit dem Paket 
15589 \series bold
15590 colortbl
15591 \series default
15592  gefärbte Tabelle
15593 \begin_inset OptArg
15594 status collapsed
15595
15596 \begin_layout Plain Layout
15597 Tabelle mit 
15598 \family typewriter
15599 colortbl
15600 \end_layout
15601
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \begin_layout Plain Layout
15613 \align center
15614 \begin_inset Tabular
15615 <lyxtabular version="3" rows="3" columns="3">
15616 <features>
15617 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15618 <column alignment="center" valignment="top" width="0">
15619 <column alignment="center" valignment="top" width="0">
15620 <row>
15621 <cell alignment="center" valignment="top" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625 \begin_inset ERT
15626 status collapsed
15627
15628 \begin_layout Plain Layout
15629
15630
15631 \backslash
15632 rowcolor{cyan}
15633 \end_layout
15634
15635 \end_inset
15636
15637
15638 \color magenta
15639 a
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648
15649 \color red
15650 b
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 <cell alignment="center" valignment="top" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659
15660 \color red
15661 c
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 </row>
15667 <row>
15668 <cell alignment="center" valignment="top" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672
15673 \color yellow
15674 d
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 <cell alignment="center" valignment="top" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683
15684 \color blue
15685 e
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \color blue
15696 f
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 </row>
15702 <row>
15703 <cell alignment="center" valignment="top" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707
15708 \color yellow
15709 g
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718
15719 \color blue
15720 h
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729 \begin_inset ERT
15730 status collapsed
15731
15732 \begin_layout Plain Layout
15733
15734
15735 \backslash
15736 cellcolor{magenta}
15737 \end_layout
15738
15739 \end_inset
15740
15741
15742 \color green
15743 i
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 </row>
15749 </lyxtabular>
15750
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \end_inset
15757
15758
15759 \end_layout
15760
15761 \begin_layout Standard
15762 \begin_inset ERT
15763 status collapsed
15764
15765 \begin_layout Plain Layout
15766
15767
15768 \backslash
15769 else
15770 \end_layout
15771
15772 \end_inset
15773
15774
15775 \begin_inset Note Note
15776 status open
15777
15778 \begin_layout Plain Layout
15779 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15780 \series bold
15781 colortbl
15782 \series default
15783  nicht installiert ist:
15784 \end_layout
15785
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \begin_layout Standard
15792 Sie müssen das LaTeX-Paket 
15793 \series bold
15794 colortbl
15795 \series default
15796  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15797 \end_layout
15798
15799 \begin_layout Standard
15800 \begin_inset ERT
15801 status collapsed
15802
15803 \begin_layout Plain Layout
15804
15805
15806 \backslash
15807 fi
15808 \end_layout
15809
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \begin_layout Subsection
15816 Farbige Linien
15817 \begin_inset Index
15818 status collapsed
15819
15820 \begin_layout Plain Layout
15821 farbige !  Tabellenlinien
15822 \end_layout
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \begin_layout Standard
15830 Wie in Abschnitt
15831 \begin_inset space ~
15832 \end_inset
15833
15834
15835 \begin_inset CommandInset ref
15836 LatexCommand ref
15837 reference "uab:Liniendicke"
15838
15839 \end_inset
15840
15841  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
15842 \series bold
15843
15844 \backslash
15845 arrayrulewidth
15846 \series default
15847  definiert werden.
15848  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15849 \begin_inset space \thinspace{}
15850 \end_inset
15851
15852 pt gesetzt.
15853 \begin_inset ERT
15854 status collapsed
15855
15856 \begin_layout Plain Layout
15857
15858
15859 \backslash
15860 setlength{
15861 \backslash
15862 arrayrulewidth}{1.5pt}
15863 \end_layout
15864
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \begin_layout Standard
15871 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15872 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15873 \begin_inset space ~
15874 \end_inset
15875
15876
15877 \begin_inset CommandInset ref
15878 LatexCommand ref
15879 reference "uab:Angepasste-Zellen/Spaltenformat"
15880
15881 \end_inset
15882
15883  definiert:
15884 \end_layout
15885
15886 \begin_layout Standard
15887
15888 \series bold
15889
15890 \backslash
15891 newcolumntype{W}{!{
15892 \backslash
15893 color{green}
15894 \backslash
15895 vline}}
15896 \end_layout
15897
15898 \begin_layout Standard
15899 In Tabelle
15900 \begin_inset space ~
15901 \end_inset
15902
15903
15904 \begin_inset CommandInset ref
15905 LatexCommand ref
15906 reference "tab:Tabelle-mit-farbigen-vert"
15907
15908 \end_inset
15909
15910  wurde das LaTeX-Argument 
15911 \series bold
15912 WcW
15913 \series default
15914  für die letzte und 
15915 \series bold
15916 Wc
15917 \series default
15918  für die anderen Spalten benutzt.
15919 \end_layout
15920
15921 \begin_layout Standard
15922 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15923 \end_layout
15924
15925 \begin_layout Standard
15926 \begin_inset Float table
15927 placement h
15928 wide false
15929 sideways false
15930 status open
15931
15932 \begin_layout Plain Layout
15933 \begin_inset Caption
15934
15935 \begin_layout Plain Layout
15936 \begin_inset CommandInset label
15937 LatexCommand label
15938 name "tab:Tabelle-mit-farbigen-vert"
15939
15940 \end_inset
15941
15942 Tabelle mit farbigen vertikalen Linien
15943 \end_layout
15944
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \begin_layout Plain Layout
15951 \align center
15952 \begin_inset Tabular
15953 <lyxtabular version="3" rows="3" columns="3">
15954 <features>
15955 <column alignment="center" valignment="top" width="0" special="Wc">
15956 <column alignment="center" valignment="top" width="0" special="Wc">
15957 <column alignment="center" valignment="top" width="0" special="WcW">
15958 <row>
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 sd
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" topline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 </row>
15987 <row>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 <cell alignment="center" valignment="top" topline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 sd
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 </row>
16016 <row>
16017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039 sd
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 </row>
16045 </lyxtabular>
16046
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \end_layout
16056
16057 \begin_layout Standard
16058 \begin_inset VSpace bigskip
16059 \end_inset
16060
16061 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16062 \begin_inset space ~
16063 \end_inset
16064
16065
16066 \begin_inset CommandInset ref
16067 LatexCommand ref
16068 reference "tab:Tabelle-mit-farbigen-horiz"
16069
16070 \end_inset
16071
16072 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16073  einfügen:
16074 \end_layout
16075
16076 \begin_layout Standard
16077
16078 \series bold
16079
16080 \backslash
16081 let
16082 \backslash
16083 myHlineC
16084 \backslash
16085 hline
16086 \begin_inset Newline newline
16087 \end_inset
16088
16089
16090 \backslash
16091 renewcommand{
16092 \backslash
16093 hline}
16094 \begin_inset Newline newline
16095 \end_inset
16096
16097
16098 \begin_inset ERT
16099 status collapsed
16100
16101 \begin_layout Plain Layout
16102
16103
16104 \backslash
16105 hphantom{ }
16106 \end_layout
16107
16108 \end_inset
16109
16110 {
16111 \backslash
16112 arrayrulecolor{red}
16113 \backslash
16114 myHlineC
16115 \backslash
16116 arrayrulecolor{black}}
16117 \end_layout
16118
16119 \begin_layout Standard
16120 \begin_inset ERT
16121 status collapsed
16122
16123 \begin_layout Plain Layout
16124
16125
16126 \backslash
16127 let
16128 \backslash
16129 myHlineC
16130 \backslash
16131 hline
16132 \end_layout
16133
16134 \begin_layout Plain Layout
16135
16136
16137 \backslash
16138 renewcommand{
16139 \backslash
16140 hline}
16141 \end_layout
16142
16143 \begin_layout Plain Layout
16144
16145  {
16146 \backslash
16147 arrayrulecolor{red}
16148 \backslash
16149 myHlineC
16150 \backslash
16151 arrayrulecolor{black}}
16152 \end_layout
16153
16154 \end_inset
16155
16156
16157 \begin_inset Float table
16158 placement h
16159 wide false
16160 sideways false
16161 status open
16162
16163 \begin_layout Plain Layout
16164 \begin_inset Caption
16165
16166 \begin_layout Plain Layout
16167 \begin_inset CommandInset label
16168 LatexCommand label
16169 name "tab:Tabelle-mit-farbigen-horiz"
16170
16171 \end_inset
16172
16173 Tabelle mit farbigen horizontalen Linien
16174 \end_layout
16175
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \begin_layout Plain Layout
16182 \align center
16183 \begin_inset Tabular
16184 <lyxtabular version="3" rows="3" columns="3">
16185 <features>
16186 <column alignment="center" valignment="top" width="0">
16187 <column alignment="center" valignment="top" width="0">
16188 <column alignment="center" valignment="top" width="0">
16189 <row>
16190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 sd
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 <row>
16219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 sd
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 </row>
16247 <row>
16248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Plain Layout
16252
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270 sd
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 </row>
16276 </lyxtabular>
16277
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \begin_layout Standard
16289 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16290  als TeX-Code hinter der Tabelle einfügen:
16291 \end_layout
16292
16293 \begin_layout Standard
16294
16295 \series bold
16296
16297 \backslash
16298 renewcommand{
16299 \backslash
16300 hline}{
16301 \backslash
16302 myHlineC}
16303 \end_layout
16304
16305 \begin_layout Standard
16306 Tabelle
16307 \begin_inset space ~
16308 \end_inset
16309
16310
16311 \begin_inset CommandInset ref
16312 LatexCommand ref
16313 reference "tab:Table-with-colored"
16314
16315 \end_inset
16316
16317  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16318 \end_layout
16319
16320 \begin_layout Standard
16321 \begin_inset Float table
16322 placement h
16323 wide false
16324 sideways false
16325 status open
16326
16327 \begin_layout Plain Layout
16328 \begin_inset Caption
16329
16330 \begin_layout Plain Layout
16331 \begin_inset CommandInset label
16332 LatexCommand label
16333 name "tab:Table-with-colored"
16334
16335 \end_inset
16336
16337 Tabelle mit farbigen Linien
16338 \end_layout
16339
16340 \end_inset
16341
16342
16343 \end_layout
16344
16345 \begin_layout Plain Layout
16346 \align center
16347 \begin_inset Tabular
16348 <lyxtabular version="3" rows="3" columns="3">
16349 <features>
16350 <column alignment="center" valignment="top" width="0" special="Wc">
16351 <column alignment="center" valignment="top" width="0" special="Wc">
16352 <column alignment="center" valignment="top" width="0" special="WcW">
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 sd
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 <row>
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 sd
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 <row topspace="default">
16412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 sd
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 </lyxtabular>
16441
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \end_inset
16448
16449
16450 \end_layout
16451
16452 \begin_layout Standard
16453 \begin_inset ERT
16454 status collapsed
16455
16456 \begin_layout Plain Layout
16457
16458
16459 \backslash
16460 renewcommand{
16461 \backslash
16462 hline}{
16463 \backslash
16464 myHlineC}
16465 \end_layout
16466
16467 \end_inset
16468
16469
16470 \end_layout
16471
16472 \begin_layout Standard
16473 \begin_inset ERT
16474 status collapsed
16475
16476 \begin_layout Plain Layout
16477
16478
16479 \backslash
16480 setlength{
16481 \backslash
16482 arrayrulewidth}{0.4pt}
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \begin_inset Note Note
16489 status collapsed
16490
16491 \begin_layout Plain Layout
16492 setzt die Liniendicke wieder auf ihren Standardwert zurück
16493 \end_layout
16494
16495 \end_inset
16496
16497
16498 \end_layout
16499
16500 \begin_layout Section
16501 Tabellen-Anpassung
16502 \begin_inset Index
16503 status collapsed
16504
16505 \begin_layout Plain Layout
16506 Tabellen ! Anpassung
16507 \end_layout
16508
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \begin_layout Subsection
16515 Zeilenabstand
16516 \begin_inset CommandInset label
16517 LatexCommand label
16518 name "uab:Zeilenabstand"
16519
16520 \end_inset
16521
16522
16523 \begin_inset Index
16524 status collapsed
16525
16526 \begin_layout Plain Layout
16527 Tabellen ! Zeilenabstand
16528 \end_layout
16529
16530 \end_inset
16531
16532
16533 \end_layout
16534
16535 \begin_layout Standard
16536 Auf der Karteikarte 
16537 \family sans
16538 Rahmen
16539 \family default
16540  des 
16541 \family sans
16542 Tabellen-Einstellungen
16543 \family default
16544 -Dialogs können Sie 
16545 \family sans
16546 zusätzliche
16547 \begin_inset space ~
16548 \end_inset
16549
16550 Abstände
16551 \family default
16552  einfügen.
16553  Dabei haben Sie drei Möglichkeiten:
16554 \end_layout
16555
16556 \begin_layout Description
16557 Oberhalb
16558 \begin_inset space ~
16559 \end_inset
16560
16561 der
16562 \begin_inset space ~
16563 \end_inset
16564
16565 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16566  Bei einer formalen Tabelle
16567 \begin_inset Foot
16568 status collapsed
16569
16570 \begin_layout Plain Layout
16571 Formale Tabellen wurden in Abschnitt
16572 \begin_inset space ~
16573 \end_inset
16574
16575
16576 \begin_inset CommandInset ref
16577 LatexCommand ref
16578 reference "abs:Formale-Tabellen"
16579
16580 \end_inset
16581
16582  beschrieben.
16583 \end_layout
16584
16585 \end_inset
16586
16587  fügt LyX standardmäßig 0.5
16588 \begin_inset space \thinspace{}
16589 \end_inset
16590
16591 em Leerraum ein.
16592  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16593 \begin_inset VSpace medskip
16594 \end_inset
16595
16596
16597 \begin_inset Newline newline
16598 \end_inset
16599
16600
16601 \begin_inset space \hspace*{}
16602 \length 0pt
16603 \end_inset
16604
16605
16606 \begin_inset space \hfill{}
16607 \end_inset
16608
16609
16610 \begin_inset Tabular
16611 <lyxtabular version="3" rows="3" columns="1">
16612 <features>
16613 <column alignment="center" valignment="top" width="0">
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 A
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row topspace="3mm">
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 3
16631 \begin_inset space \thinspace{}
16632 \end_inset
16633
16634 mm Leerraum oberhalb der Zeile
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 C
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 </lyxtabular>
16652
16653 \end_inset
16654
16655
16656 \begin_inset space \hfill{}
16657 \end_inset
16658
16659
16660 \begin_inset space \hspace*{}
16661 \length 0pt
16662 \end_inset
16663
16664
16665 \begin_inset VSpace medskip
16666 \end_inset
16667
16668
16669 \begin_inset Newline newline
16670 \end_inset
16671
16672 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16673 n Linien verwenden.
16674 \end_layout
16675
16676 \begin_layout Description
16677 Unterhalb
16678 \begin_inset space ~
16679 \end_inset
16680
16681 der
16682 \begin_inset space ~
16683 \end_inset
16684
16685 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16686  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16687 \begin_inset space \thinspace{}
16688 \end_inset
16689
16690 em Leerraum ein.
16691  Bei normalen Tabellen ist der Standardwert 2
16692 \begin_inset space \thinspace{}
16693 \end_inset
16694
16695 pt.
16696 \end_layout
16697
16698 \begin_layout Description
16699 Zwischen
16700 \begin_inset space ~
16701 \end_inset
16702
16703 den
16704 \begin_inset space ~
16705 \end_inset
16706
16707 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16708  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16709 \begin_inset space \thinspace{}
16710 \end_inset
16711
16712 em Leerraum ein.
16713  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16714 \begin_inset VSpace medskip
16715 \end_inset
16716
16717
16718 \begin_inset Newline newline
16719 \end_inset
16720
16721
16722 \begin_inset space \hspace*{}
16723 \length 0pt
16724 \end_inset
16725
16726
16727 \begin_inset space \hfill{}
16728 \end_inset
16729
16730
16731 \begin_inset Tabular
16732 <lyxtabular version="3" rows="3" columns="1">
16733 <features>
16734 <column alignment="center" valignment="top" width="0">
16735 <row>
16736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 A
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 </row>
16746 <row interlinespace="3mm">
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 \begin_inset Formula $\downarrow$
16752 \end_inset
16753
16754  3
16755 \begin_inset space \thinspace{}
16756 \end_inset
16757
16758 mm Leerraum zwischen den Zeilen 
16759 \begin_inset Formula $\downarrow$
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row>
16769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 \begin_inset Formula $\uparrow$
16774 \end_inset
16775
16776  3
16777 \begin_inset space \thinspace{}
16778 \end_inset
16779
16780 mm Leerraum zwischen den Zeilen 
16781 \begin_inset Formula $\uparrow$
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 </lyxtabular>
16791
16792 \end_inset
16793
16794
16795 \begin_inset space \hfill{}
16796 \end_inset
16797
16798
16799 \begin_inset space \hspace*{}
16800 \length 0pt
16801 \end_inset
16802
16803
16804 \begin_inset VSpace medskip
16805 \end_inset
16806
16807
16808 \begin_inset Newline newline
16809 \end_inset
16810
16811 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16812 n Linien verwenden.
16813 \end_layout
16814
16815 \begin_layout Standard
16816 \begin_inset VSpace bigskip
16817 \end_inset
16818
16819 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16820  Befehlen im LaTeX-Vorspann machen:
16821 \end_layout
16822
16823 \begin_layout Standard
16824
16825 \series bold
16826
16827 \backslash
16828 @ifundefined{extrarowheight}
16829 \begin_inset Newline newline
16830 \end_inset
16831
16832
16833 \begin_inset ERT
16834 status collapsed
16835
16836 \begin_layout Plain Layout
16837
16838
16839 \backslash
16840 hphantom{ }
16841 \end_layout
16842
16843 \end_inset
16844
16845 {
16846 \backslash
16847 usepackage{array}}{}
16848 \begin_inset Newline newline
16849 \end_inset
16850
16851
16852 \backslash
16853 setlength{
16854 \backslash
16855 extrarowheight}{Höhe}
16856 \end_layout
16857
16858 \begin_layout Standard
16859 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16860  ausgerichtet sind.
16861  (Das Paket 
16862 \series bold
16863 array
16864 \series default
16865  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
16866  verwenden.
16867  Der Befehl 
16868 \series bold
16869
16870 \backslash
16871 @ifundefined
16872 \series default
16873  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16874 \end_layout
16875
16876 \begin_layout Subsection
16877 Besondere Zellenausrichtung
16878 \begin_inset Index
16879 status collapsed
16880
16881 \begin_layout Plain Layout
16882 Tabellen ! Zellenausrichtung
16883 \end_layout
16884
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \begin_layout Standard
16891 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16892  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle
16893 \begin_inset space ~
16894 \end_inset
16895
16896
16897 \begin_inset CommandInset ref
16898 LatexCommand ref
16899 reference "tab:Tabellenzellen-sind-auf"
16900
16901 \end_inset
16902
16903 .
16904 \end_layout
16905
16906 \begin_layout Standard
16907 \begin_inset Float table
16908 placement h
16909 wide false
16910 sideways false
16911 status open
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Caption
16915
16916 \begin_layout Plain Layout
16917 \begin_inset CommandInset label
16918 LatexCommand label
16919 name "tab:Tabellenzellen-sind-auf"
16920
16921 \end_inset
16922
16923 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16924 \end_layout
16925
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \begin_layout Plain Layout
16932 \align center
16933 \begin_inset Tabular
16934 <lyxtabular version="3" rows="4" columns="2">
16935 <features>
16936 <column alignment="right" valignment="top" width="0">
16937 <column alignment="left" valignment="top" width="0" special="@{}l">
16938 <row>
16939 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 Überschrift
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 </row>
16958 <row>
16959 <cell alignment="center" valignment="top" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 12.
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 6
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 </row>
16978 <row>
16979 <cell alignment="center" valignment="top" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 0.
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992 68
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="center" valignment="top" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 -123.
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 0
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 </row>
17018 </lyxtabular>
17019
17020 \end_inset
17021
17022
17023 \end_layout
17024
17025 \end_inset
17026
17027
17028 \end_layout
17029
17030 \begin_layout Standard
17031 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17032  Die Überschrift ist eine zentrierte Mehrfachspalte.
17033  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17034  der Zahlen einschließlich Dezimalpunkt.
17035  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17036  der Zahlen.
17037   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17038 \family sans
17039 LaTe
17040 \begin_inset ERT
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044
17045 {}
17046 \end_layout
17047
17048 \end_inset
17049
17050 X-Argument
17051 \family default
17052  für die zweite Spalte folgendes eingefügt:
17053 \end_layout
17054
17055 \begin_layout Standard
17056
17057 \series bold
17058 @{}l
17059 \end_layout
17060
17061 \begin_layout Standard
17062 Tabelle
17063 \begin_inset space ~
17064 \end_inset
17065
17066
17067 \begin_inset CommandInset ref
17068 LatexCommand ref
17069 reference "tab:Verschiedene-Ausrichtungen"
17070
17071 \end_inset
17072
17073  zeigt einige Ausrichtungen.
17074  Für die Ausrichtung der Relationen müssen Sie den 
17075 \family sans
17076 Mittleren
17077 \begin_inset space ~
17078 \end_inset
17079
17080 Abstand
17081 \family default
17082  aus der 
17083 \family sans
17084 Mathe-Werkzeugleiste
17085 \family default
17086  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17087  rechts vom Relationszeichen zu bekommen.
17088 \end_layout
17089
17090 \begin_layout Standard
17091
17092 \color black
17093 \begin_inset Float table
17094 placement h
17095 wide false
17096 sideways false
17097 status open
17098
17099 \begin_layout Plain Layout
17100
17101 \color black
17102 \begin_inset Caption
17103
17104 \begin_layout Plain Layout
17105
17106 \color black
17107 \begin_inset CommandInset label
17108 LatexCommand label
17109 name "tab:Verschiedene-Ausrichtungen"
17110
17111 \end_inset
17112
17113
17114 \color inherit
17115 Verschiedene Ausrichtungen
17116 \end_layout
17117
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \begin_layout Plain Layout
17124 \align center
17125
17126 \color black
17127 \begin_inset Tabular
17128 <lyxtabular version="3" rows="4" columns="6">
17129 <features>
17130 <column alignment="right" valignment="top" width="0">
17131 <column alignment="left" valignment="top" width="0" special="@{}l">
17132 <column alignment="right" valignment="top" width="0">
17133 <column alignment="left" valignment="top" width="0" special="@{}l">
17134 <column alignment="right" valignment="top" width="0">
17135 <column alignment="left" valignment="top" width="0" special="@{}l">
17136 <row>
17137 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 Einheiten
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 Exponenten
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177 Relationen
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 </row>
17192 <row>
17193 <cell alignment="center" valignment="top" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \color black
17199 12×
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \color black
17210 24
17211 \begin_inset space \thinspace{}
17212 \end_inset
17213
17214
17215 \color inherit
17216 Flaschen
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225
17226 \color black
17227 \begin_inset Formula $10\cdot$
17228 \end_inset
17229
17230
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239
17240 \color black
17241 \begin_inset Formula $10^{\mbox{-}17}$
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253
17254 \color black
17255 \begin_inset Formula $\Gamma(t)\propto$
17256 \end_inset
17257
17258
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267
17268 \color black
17269 \begin_inset Formula $\:\Upsilon(t)$
17270 \end_inset
17271
17272
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 </row>
17278 <row>
17279 <cell alignment="center" valignment="top" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283
17284 \color black
17285 1024×
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294
17295 \color black
17296 768
17297 \begin_inset space \thinspace{}
17298 \end_inset
17299
17300 Pixel
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \color black
17311 \begin_inset Formula $5.78\cdot$
17312 \end_inset
17313
17314
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \color black
17325 \begin_inset Formula $10^{7}$
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337
17338 \color black
17339 \begin_inset Formula $A\ne$
17340 \end_inset
17341
17342
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 <cell alignment="center" valignment="top" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351
17352 \color black
17353 \begin_inset Formula $\: B_{\mathrm{red}}$
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 </row>
17362 <row>
17363 <cell alignment="center" valignment="top" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367
17368 \color black
17369 32×
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378
17379 \color black
17380 6
17381 \begin_inset space \thinspace{}
17382 \end_inset
17383
17384 cm
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell alignment="center" valignment="top" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393
17394 \color black
17395 -
17396 \begin_inset Formula $33.5\cdot$
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408
17409 \color black
17410 \begin_inset Formula $10^{4}$
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422
17423 \color black
17424 \begin_inset Formula $\sin(\alpha)\ge$
17425 \end_inset
17426
17427
17428 \end_layout
17429
17430 \end_inset
17431 </cell>
17432 <cell alignment="center" valignment="top" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436
17437 \color black
17438 \begin_inset Formula $\:\sin(\beta)$
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 </row>
17447 </lyxtabular>
17448
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \begin_layout Standard
17460 \begin_inset VSpace bigskip
17461 \end_inset
17462
17463 Es gibt auch noch das LaTeX-Paket 
17464 \series bold
17465 dcolumn
17466 \series default
17467
17468 \begin_inset Index
17469 status collapsed
17470
17471 \begin_layout Plain Layout
17472 LaTeX-Pakete ! dcolumn
17473 \end_layout
17474
17475 \end_inset
17476
17477  mit dem man Zellen ausrichten kann.
17478  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17479  in den Zellen.
17480  Die erste Spalte von Tabelle
17481 \begin_inset space ~
17482 \end_inset
17483
17484
17485 \begin_inset CommandInset ref
17486 LatexCommand ref
17487 reference "tab:Verschiedene-Ausrichtungen"
17488
17489 \end_inset
17490
17491  wird mit 
17492 \family typewriter
17493 dcolumn
17494 \family default
17495  wie die erste Spalte von Tabelle
17496 \begin_inset space ~
17497 \end_inset
17498
17499
17500 \begin_inset CommandInset ref
17501 LatexCommand ref
17502 reference "tab:Ausrichtung-mit-dem"
17503
17504 \end_inset
17505
17506  aussehen und nur mit ein paar Tricks wie erwartet.
17507  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17508 \begin_inset space ~
17509 \end_inset
17510
17511
17512 \begin_inset CommandInset ref
17513 LatexCommand ref
17514 reference "tab:Verschiedene-Ausrichtungen"
17515
17516 \end_inset
17517
17518  ist mit 
17519 \series bold
17520 dcolumn
17521 \series default
17522  nicht möglich.
17523 \end_layout
17524
17525 \begin_layout Standard
17526 \begin_inset Float table
17527 placement h
17528 wide false
17529 sideways false
17530 status open
17531
17532 \begin_layout Plain Layout
17533 \begin_inset Caption
17534
17535 \begin_layout Plain Layout
17536 \begin_inset CommandInset label
17537 LatexCommand label
17538 name "tab:Ausrichtung-mit-dem"
17539
17540 \end_inset
17541
17542 Ausrichtung mit dem LaTeX-Paket 
17543 \series bold
17544 dcolumn
17545 \series default
17546 .
17547  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17548  bekommen.
17549 \begin_inset OptArg
17550 status collapsed
17551
17552 \begin_layout Plain Layout
17553 Ausrichtung mit dem LaTeX-Paket 
17554 \series bold
17555 dcolumn
17556 \end_layout
17557
17558 \end_inset
17559
17560
17561 \end_layout
17562
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \begin_layout Plain Layout
17569 \align center
17570 \begin_inset Tabular
17571 <lyxtabular version="3" rows="4" columns="3">
17572 <features>
17573 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}|">
17574 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}|">
17575 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17576 <row>
17577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581 Einheiten
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 Einheiten
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599 Einheiten
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 </row>
17605 <row>
17606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 12x24
17611 \begin_inset space \thinspace{}
17612 \end_inset
17613
17614
17615 \begin_inset Formula $\mbox{Flaschen}$
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627 12x24
17628 \begin_inset space \thinspace{}
17629 \end_inset
17630
17631
17632 \begin_inset Formula $\mbox{Flaschen}$
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644 12
17645 \begin_inset ERT
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649
17650
17651 \backslash
17652 times 
17653 \end_layout
17654
17655 \end_inset
17656
17657 24~
17658 \begin_inset Formula $\mbox{Flaschen}$
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 </row>
17667 <row>
17668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 1024x768
17673 \begin_inset space \thinspace{}
17674 \end_inset
17675
17676
17677 \begin_inset Formula $\mbox{Pixel}$
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 1024x768
17690 \begin_inset space \thinspace{}
17691 \end_inset
17692
17693
17694 \begin_inset Formula $\mbox{Pixel}$
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 1024
17707 \begin_inset ERT
17708 status collapsed
17709
17710 \begin_layout Plain Layout
17711
17712
17713 \backslash
17714 times 
17715 \end_layout
17716
17717 \end_inset
17718
17719 768~
17720 \begin_inset Formula $\mbox{Pixel}$
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 </row>
17729 <row>
17730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734 32x6
17735 \begin_inset space \thinspace{}
17736 \end_inset
17737
17738
17739 \begin_inset Formula $\mbox{cm}$
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751 32x6
17752 \begin_inset space \thinspace{}
17753 \end_inset
17754
17755
17756 \begin_inset Formula $\mbox{cm}$
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768 32
17769 \begin_inset ERT
17770 status collapsed
17771
17772 \begin_layout Plain Layout
17773
17774
17775 \backslash
17776 times 
17777 \end_layout
17778
17779 \end_inset
17780
17781 6~
17782 \begin_inset Formula $\mbox{cm}$
17783 \end_inset
17784
17785
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 </row>
17791 </lyxtabular>
17792
17793 \end_inset
17794
17795
17796 \end_layout
17797
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \begin_layout Subsection
17804 Angepasste Zellen/Spaltenformat
17805 \begin_inset CommandInset label
17806 LatexCommand label
17807 name "uab:Angepasste-Zellen/Spaltenformat"
17808
17809 \end_inset
17810
17811
17812 \begin_inset Index
17813 status collapsed
17814
17815 \begin_layout Plain Layout
17816 Tabellen ! Spaltenformat
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \end_layout
17823
17824 \begin_layout Standard
17825 Wenn man wie in Abschnitt
17826 \begin_inset space ~
17827 \end_inset
17828
17829
17830 \begin_inset CommandInset ref
17831 LatexCommand ref
17832 reference "uab:Mehrfachspalten-Berechnungen"
17833
17834 \end_inset
17835
17836  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
17837  Tabellen mit Mehrfachspalten sehr lästig.
17838  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
17839 en definieren:
17840 \end_layout
17841
17842 \begin_layout Standard
17843
17844 \series bold
17845
17846 \backslash
17847 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17848 \end_layout
17849
17850 \begin_layout Standard
17851 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17852 \emph on
17853 b
17854 \emph default
17855
17856 \emph on
17857 c
17858 \emph default
17859
17860 \emph on
17861 l
17862 \emph default
17863
17864 \emph on
17865 m
17866 \emph default
17867
17868 \emph on
17869 p
17870 \emph default
17871  oder 
17872 \emph on
17873 r
17874 \emph default
17875 , weil diese vordefiniert sind.
17876  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17877 \end_layout
17878
17879 \begin_layout Standard
17880 \begin_inset VSpace medskip
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \begin_layout Standard
17887 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17888  Breite könnte das Format so aussehen:
17889 \end_layout
17890
17891 \begin_layout Standard
17892
17893 \series bold
17894
17895 \backslash
17896 newcolumntype{M}[1]{>{
17897 \backslash
17898 centering
17899 \backslash
17900 hspace{0pt}}m{#1}}
17901 \end_layout
17902
17903 \begin_layout Standard
17904 wobei 
17905 \series bold
17906
17907 \backslash
17908 hspace{0pt}
17909 \series default
17910  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17911  Abschnitt
17912 \begin_inset space ~
17913 \end_inset
17914
17915
17916 \begin_inset CommandInset ref
17917 LatexCommand ref
17918 reference "uab:Mehrfache-Zeilen-in"
17919
17920 \end_inset
17921
17922  beschrieben.
17923  Jetzt können Sie mit
17924 \end_layout
17925
17926 \begin_layout Standard
17927
17928 \series bold
17929 M{Breite}
17930 \end_layout
17931
17932 \begin_layout Standard
17933 im 
17934 \family sans
17935 LaTeX-Argument
17936 \family default
17937  im 
17938 \family sans
17939 Tabellen-Einstellungen
17940 \family default
17941 -Dialog eine Mehrfachspalten definieren.
17942 \end_layout
17943
17944 \begin_layout Standard
17945 \begin_inset VSpace bigskip
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17953  Format definieren:
17954 \end_layout
17955
17956 \begin_layout Standard
17957
17958 \series bold
17959
17960 \backslash
17961 newcolumntype{S}[2]{>{
17962 \backslash
17963 centering
17964 \backslash
17965 hspace{0pt}}
17966 \begin_inset Newline newline
17967 \end_inset
17968
17969
17970 \begin_inset ERT
17971 status collapsed
17972
17973 \begin_layout Plain Layout
17974
17975
17976 \backslash
17977 phantom{
17978 \end_layout
17979
17980 \end_inset
17981
17982
17983 \backslash
17984 newcolumntype
17985 \begin_inset ERT
17986 status collapsed
17987
17988 \begin_layout Plain Layout
17989
17990 }
17991 \end_layout
17992
17993 \end_inset
17994
17995 m{(#1+(2
17996 \backslash
17997 tabcolsep+
17998 \backslash
17999 arrayrulewidth)*(1-#2))/#2}}
18000 \end_layout
18001
18002 \begin_layout Standard
18003 Diese Format benutzt Gleichung
18004 \begin_inset space ~
18005 \end_inset
18006
18007
18008 \begin_inset CommandInset ref
18009 LatexCommand ref
18010 reference "eq:Wgn"
18011
18012 \end_inset
18013
18014 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18015  breit ist.
18016 \end_layout
18017
18018 \begin_layout Standard
18019 Jetzt können Sie im 
18020 \family sans
18021 LaTeX-Argument
18022 \family default
18023  im 
18024 \family sans
18025 Tabellen-Einstellungen
18026 \family default
18027 -Dialog folgendes einfügen:
18028 \end_layout
18029
18030 \begin_layout Standard
18031
18032 \series bold
18033 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18034 \end_layout
18035
18036 \begin_layout Standard
18037 \begin_inset VSpace bigskip
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \begin_layout Standard
18044 Für farbige Spalten können Sie folgendes einfügen:
18045 \end_layout
18046
18047 \begin_layout Standard
18048
18049 \series bold
18050
18051 \backslash
18052 newcolumntype{K}[1]{>{
18053 \backslash
18054 columncolor{#1}
18055 \backslash
18056 hspace{0pt}}c}
18057 \end_layout
18058
18059 \begin_layout Standard
18060 Das 
18061 \begin_inset Quotes gld
18062 \end_inset
18063
18064 c
18065 \begin_inset Quotes grd
18066 \end_inset
18067
18068  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18069  zentriert ist.
18070  Jetzt können Sie als 
18071 \family sans
18072 LaTeX-Argument
18073 \family default
18074  folgendes einfügen:
18075 \end_layout
18076
18077 \begin_layout Standard
18078
18079 \series bold
18080 K{Farbname}
18081 \end_layout
18082
18083 \begin_layout Standard
18084 \begin_inset VSpace bigskip
18085 \end_inset
18086
18087
18088 \end_layout
18089
18090 \begin_layout Standard
18091 Für Tabelle
18092 \begin_inset space ~
18093 \end_inset
18094
18095
18096 \begin_inset CommandInset ref
18097 LatexCommand ref
18098 reference "tab:Tabelle-mit-benutzerdefinierte"
18099
18100 \end_inset
18101
18102  wurden folgende 
18103 \family sans
18104 LaTeX-Argumente
18105 \family default
18106  benutzt:
18107 \end_layout
18108
18109 \begin_layout Standard
18110
18111 \series bold
18112 M{2.5cm}
18113 \end_layout
18114
18115 \begin_layout Standard
18116 für die erste Spalte und die Mehrfachspalte,
18117 \end_layout
18118
18119 \begin_layout Standard
18120
18121 \series bold
18122 K{red}
18123 \end_layout
18124
18125 \begin_layout Standard
18126 für die letzte Spalte und
18127 \end_layout
18128
18129 \begin_layout Standard
18130
18131 \series bold
18132 S{2.5cm}{2}
18133 \end_layout
18134
18135 \begin_layout Standard
18136 für die Spalten in der zweiten Mehrfachspalte.
18137 \end_layout
18138
18139 \begin_layout Standard
18140 \begin_inset Float table
18141 placement h
18142 wide false
18143 sideways false
18144 status open
18145
18146 \begin_layout Plain Layout
18147 \begin_inset Caption
18148
18149 \begin_layout Plain Layout
18150 \begin_inset CommandInset label
18151 LatexCommand label
18152 name "tab:Tabelle-mit-benutzerdefinierte"
18153
18154 \end_inset
18155
18156 Tabelle mit benutzerdefinierte Formaten
18157 \end_layout
18158
18159 \end_inset
18160
18161
18162 \end_layout
18163
18164 \begin_layout Plain Layout
18165 \align center
18166 \begin_inset Tabular
18167 <lyxtabular version="3" rows="3" columns="4">
18168 <features>
18169 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18170 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18171 <column alignment="center" valignment="middle" width="0">
18172 <column alignment="center" valignment="middle" width="0" special="K{red}">
18173 <row>
18174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 einsehrlangesWort
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 Mehrfachspalte mit mehreren Zeilen
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 c
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 </row>
18211 <row>
18212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 d
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 e
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234 f
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 g
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 </row>
18249 <row>
18250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254 h
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 i
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 j
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 k
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 </row>
18287 </lyxtabular>
18288
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \end_inset
18295
18296
18297 \end_layout
18298
18299 \begin_layout Subsection
18300 Liniendicke
18301 \begin_inset CommandInset label
18302 LatexCommand label
18303 name "uab:Liniendicke"
18304
18305 \end_inset
18306
18307
18308 \begin_inset Index
18309 status collapsed
18310
18311 \begin_layout Plain Layout
18312 Tabellen  ! Linien ! -dicke
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 Die Liniendicke für alle Linien einer Tabelle kann mit 
18322 \series bold
18323
18324 \backslash
18325 arrayrulewidth
18326 \series default
18327  eingestellt werden.
18328  Um eine Liniendicke von 1.5
18329 \begin_inset space \thinspace{}
18330 \end_inset
18331
18332 pt, wie in Tabelle
18333 \begin_inset space ~
18334 \end_inset
18335
18336
18337 \begin_inset CommandInset ref
18338 LatexCommand ref
18339 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18340
18341 \end_inset
18342
18343  zu bekommen, geben Sie den Befehl
18344 \end_layout
18345
18346 \begin_layout Standard
18347
18348 \series bold
18349
18350 \backslash
18351 setlength{
18352 \backslash
18353 arrayrulewidth}{1.5pt}
18354 \end_layout
18355
18356 \begin_layout Standard
18357 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18358  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18359  Mit
18360 \end_layout
18361
18362 \begin_layout Standard
18363
18364 \series bold
18365
18366 \backslash
18367 setlength{
18368 \backslash
18369 arrayrulewidth}{0.4pt}
18370 \end_layout
18371
18372 \begin_layout Standard
18373 bekommen Sie wieder die Standarddicke.
18374 \end_layout
18375
18376 \begin_layout Standard
18377 \begin_inset ERT
18378 status collapsed
18379
18380 \begin_layout Plain Layout
18381
18382
18383 \backslash
18384 setlength{
18385 \backslash
18386 arrayrulewidth}{1.5pt}
18387 \end_layout
18388
18389 \end_inset
18390
18391
18392 \begin_inset Float table
18393 placement H
18394 wide false
18395 sideways false
18396 status open
18397
18398 \begin_layout Plain Layout
18399 \begin_inset Caption
18400
18401 \begin_layout Plain Layout
18402 \begin_inset CommandInset label
18403 LatexCommand label
18404 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18405
18406 \end_inset
18407
18408 Tabelle mit 1.5
18409 \begin_inset space \thinspace{}
18410 \end_inset
18411
18412 pt Liniendicke
18413 \end_layout
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \begin_layout Plain Layout
18421 \align center
18422 \begin_inset Tabular
18423 <lyxtabular version="3" rows="3" columns="3">
18424 <features>
18425 <column alignment="center" valignment="top" width="0">
18426 <column alignment="center" valignment="top" width="0">
18427 <column alignment="center" valignment="top" width="0">
18428 <row>
18429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Plain Layout
18433 sd
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18448 \begin_inset Text
18449
18450 \begin_layout Plain Layout
18451
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 </row>
18457 <row>
18458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 sd
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 </row>
18486 <row>
18487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 sd
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 </row>
18515 </lyxtabular>
18516
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \end_inset
18523
18524
18525 \begin_inset ERT
18526 status collapsed
18527
18528 \begin_layout Plain Layout
18529
18530
18531 \backslash
18532 setlength{
18533 \backslash
18534 arrayrulewidth}{0.4pt}
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \end_layout
18541
18542 \begin_layout Standard
18543 \begin_inset VSpace bigskip
18544 \end_inset
18545
18546 Um eine Liniendicke von 1.5
18547 \begin_inset space \thinspace{}
18548 \end_inset
18549
18550 pt nur für horizontale Linien zu bekommen, wie in Tabelle
18551 \begin_inset space ~
18552 \end_inset
18553
18554
18555 \begin_inset CommandInset ref
18556 LatexCommand ref
18557 reference "tab:Tabelle-mit-1.5pt-horiz"
18558
18559 \end_inset
18560
18561 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18562  einfügen:
18563 \end_layout
18564
18565 \begin_layout Standard
18566
18567 \series bold
18568
18569 \backslash
18570 let
18571 \backslash
18572 myHline
18573 \backslash
18574 hline
18575 \begin_inset Newline newline
18576 \end_inset
18577
18578
18579 \backslash
18580 renewcommand{
18581 \backslash
18582 hline}
18583 \begin_inset Newline newline
18584 \end_inset
18585
18586  {
18587 \backslash
18588 noalign{
18589 \backslash
18590 global
18591 \backslash
18592 arrayrulewidth 1.5pt}
18593 \begin_inset Newline newline
18594 \end_inset
18595
18596  
18597 \backslash
18598 myHline
18599 \backslash
18600 noalign{
18601 \backslash
18602 global
18603 \backslash
18604 arrayrulewidth 0.4pt}}
18605 \end_layout
18606
18607 \begin_layout Standard
18608 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18609  der (Gleit\SpecialChar \-
18610 objekt-)Tabelle zurück:
18611 \end_layout
18612
18613 \begin_layout Standard
18614
18615 \series bold
18616
18617 \backslash
18618 renewcommand{
18619 \backslash
18620 hline}{
18621 \backslash
18622 myHline}
18623 \end_layout
18624
18625 \begin_layout Standard
18626 \begin_inset ERT
18627 status collapsed
18628
18629 \begin_layout Plain Layout
18630
18631
18632 \backslash
18633 let
18634 \backslash
18635 myHline
18636 \backslash
18637 hline
18638 \end_layout
18639
18640 \begin_layout Plain Layout
18641
18642
18643 \backslash
18644 renewcommand{
18645 \backslash
18646 hline}
18647 \end_layout
18648
18649 \begin_layout Plain Layout
18650
18651  {
18652 \backslash
18653 noalign{
18654 \backslash
18655 global
18656 \backslash
18657 arrayrulewidth 1.5pt}
18658 \end_layout
18659
18660 \begin_layout Plain Layout
18661
18662   
18663 \backslash
18664 myHline
18665 \backslash
18666 noalign{
18667 \backslash
18668 global
18669 \backslash
18670 arrayrulewidth 0.4pt}}
18671 \end_layout
18672
18673 \end_inset
18674
18675
18676 \begin_inset Float table
18677 placement h
18678 wide false
18679 sideways false
18680 status open
18681
18682 \begin_layout Plain Layout
18683 \begin_inset Caption
18684
18685 \begin_layout Plain Layout
18686 \begin_inset CommandInset label
18687 LatexCommand label
18688 name "tab:Tabelle-mit-1.5pt-horiz"
18689
18690 \end_inset
18691
18692 Tabelle mit 1.5
18693 \begin_inset space \thinspace{}
18694 \end_inset
18695
18696 pt dicken horizontalen Linien
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \begin_layout Plain Layout
18705 \align center
18706 \begin_inset Tabular
18707 <lyxtabular version="3" rows="3" columns="3">
18708 <features>
18709 <column alignment="center" valignment="top" width="0">
18710 <column alignment="center" valignment="top" width="0">
18711 <column alignment="center" valignment="top" width="0">
18712 <row>
18713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717 sd
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 </row>
18741 <row>
18742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18743 \begin_inset Text
18744
18745 \begin_layout Plain Layout
18746
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18752 \begin_inset Text
18753
18754 \begin_layout Plain Layout
18755 sd
18756 \end_layout
18757
18758 \end_inset
18759 </cell>
18760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18761 \begin_inset Text
18762
18763 \begin_layout Plain Layout
18764
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 </row>
18770 <row>
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 sd
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 </row>
18799 </lyxtabular>
18800
18801 \end_inset
18802
18803
18804 \end_layout
18805
18806 \end_inset
18807
18808
18809 \begin_inset ERT
18810 status collapsed
18811
18812 \begin_layout Plain Layout
18813
18814
18815 \backslash
18816 renewcommand{
18817 \backslash
18818 hline}{
18819 \backslash
18820 myHline}
18821 \end_layout
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 \begin_inset VSpace bigskip
18830 \end_inset
18831
18832 Um die Liniendicke von 1.5
18833 \begin_inset space \thinspace{}
18834 \end_inset
18835
18836 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18837  Spaltenformat entsprechend der Beschreibung in Abschnitt
18838 \begin_inset space ~
18839 \end_inset
18840
18841
18842 \begin_inset CommandInset ref
18843 LatexCommand ref
18844 reference "uab:Angepasste-Zellen/Spaltenformat"
18845
18846 \end_inset
18847
18848 definieren:
18849 \end_layout
18850
18851 \begin_layout Standard
18852
18853 \series bold
18854
18855 \backslash
18856 newcolumntype{V}{!{
18857 \backslash
18858 vrule width 1.5pt}}
18859 \end_layout
18860
18861 \begin_layout Standard
18862 In Tabelle
18863 \begin_inset space ~
18864 \end_inset
18865
18866
18867 \begin_inset CommandInset ref
18868 LatexCommand ref
18869 reference "tab:Tabelle-mit-1.5pt-vert"
18870
18871 \end_inset
18872
18873  wurde das 
18874 \family sans
18875 LaTe
18876 \begin_inset ERT
18877 status collapsed
18878
18879 \begin_layout Plain Layout
18880
18881 {}
18882 \end_layout
18883
18884 \end_inset
18885
18886 X-Argument
18887 \family default
18888 \series bold
18889  VcV
18890 \series default
18891  für die letzte Spalte und
18892 \series bold
18893  Vc
18894 \series default
18895  für die anderen benutzt.
18896 \end_layout
18897
18898 \begin_layout Standard
18899 \begin_inset Float table
18900 placement H
18901 wide false
18902 sideways false
18903 status open
18904
18905 \begin_layout Plain Layout
18906 \begin_inset Caption
18907
18908 \begin_layout Plain Layout
18909 \begin_inset CommandInset label
18910 LatexCommand label
18911 name "tab:Tabelle-mit-1.5pt-vert"
18912
18913 \end_inset
18914
18915 Tabelle mit 1.5
18916 \begin_inset space \thinspace{}
18917 \end_inset
18918
18919 pt dicken vertikalen Linien
18920 \end_layout
18921
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \begin_layout Plain Layout
18928 \align center
18929 \begin_inset Tabular
18930 <lyxtabular version="3" rows="3" columns="3">
18931 <features>
18932 <column alignment="center" valignment="top" width="0" special="Vc">
18933 <column alignment="center" valignment="top" width="0" special="Vc">
18934 <column alignment="center" valignment="top" width="0" special="VcV">
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 sd
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 <cell alignment="center" valignment="top" topline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 </row>
18964 <row>
18965 <cell alignment="center" valignment="top" topline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 sd
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 <row>
18994 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19013 \begin_inset Text
19014
19015 \begin_layout Plain Layout
19016 sd
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 </row>
19022 </lyxtabular>
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \end_inset
19030
19031
19032 \end_layout
19033
19034 \begin_layout Subsection
19035 Gestrichelte Linien
19036 \begin_inset Index
19037 status collapsed
19038
19039 \begin_layout Plain Layout
19040 Tabellen  ! Linien ! gestrichelte 
19041 \end_layout
19042
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Standard
19049 \begin_inset ERT
19050 status collapsed
19051
19052 \begin_layout Plain Layout
19053
19054
19055 \backslash
19056 ifarydshln
19057 \end_layout
19058
19059 \end_inset
19060
19061
19062 \begin_inset Note Note
19063 status open
19064
19065 \begin_layout Plain Layout
19066 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19067 \series bold
19068 arydshln
19069 \series default
19070  installiert ist.
19071 \end_layout
19072
19073 \end_inset
19074
19075
19076 \end_layout
19077
19078 \begin_layout Standard
19079 \begin_inset Float table
19080 placement h
19081 wide false
19082 sideways false
19083 status open
19084
19085 \begin_layout Plain Layout
19086 \begin_inset Caption
19087
19088 \begin_layout Plain Layout
19089 \begin_inset CommandInset label
19090 LatexCommand label
19091 name "tab:Tabelle-mit-gestrichelten"
19092
19093 \end_inset
19094
19095 Tabelle mit gestrichelten Linien
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \begin_layout Plain Layout
19104 \align center
19105 \begin_inset Tabular
19106 <lyxtabular version="3" rows="5" columns="5">
19107 <features>
19108 <column alignment="center" valignment="top" width="0">
19109 <column alignment="center" valignment="top" width="0">
19110 <column alignment="center" valignment="top" width="0" special=":c">
19111 <column alignment="center" valignment="top" width="0">
19112 <column alignment="center" valignment="top" width="0">
19113 <row>
19114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118 a
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 b
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 c
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 d
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 e
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 <row>
19161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 f
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 g
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 h
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 i
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 j
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 </row>
19207 <row>
19208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 \begin_inset ERT
19213 status collapsed
19214
19215 \begin_layout Plain Layout
19216
19217
19218 \backslash
19219 hdashline 
19220 \end_layout
19221
19222 \end_inset
19223
19224 k
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 l
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 m
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 n
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 o
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 </row>
19266 <row>
19267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 \begin_inset ERT
19272 status collapsed
19273
19274 \begin_layout Plain Layout
19275
19276
19277 \backslash
19278 cdashline{4-5}
19279 \end_layout
19280
19281 \end_inset
19282
19283 p
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 q
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 r
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310 s
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 </row>
19325 <row>
19326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 t
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 u
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348 v
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 w
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366 x
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 </row>
19372 </lyxtabular>
19373
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \begin_layout Standard
19385 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19386  TeX-Code benutzen.
19387  Zunächst müssen Sie das LaTeX-Paket 
19388 \series bold
19389 arydshln
19390 \series default
19391
19392 \begin_inset Index
19393 status collapsed
19394
19395 \begin_layout Plain Layout
19396 LaTeX-Pakete ! arydshln
19397 \end_layout
19398
19399 \end_inset
19400
19401  im LaTeX-Vorspann geladen werden:
19402 \end_layout
19403
19404 \begin_layout Standard
19405
19406 \series bold
19407
19408 \backslash
19409 usepackage{arydshln}
19410 \end_layout
19411
19412 \begin_layout Standard
19413 Um senkrechte Linien zu stricheln, müssen Sie im 
19414 \family sans
19415 LaTe
19416 \begin_inset ERT
19417 status collapsed
19418
19419 \begin_layout Plain Layout
19420
19421 {}
19422 \end_layout
19423
19424 \end_inset
19425
19426 X-Argument
19427 \family default
19428  des 
19429 \family sans
19430 Tabellen-Einstellungen
19431 \family default
19432 -Dialogs 
19433 \begin_inset Quotes gld
19434 \end_inset
19435
19436 :
19437 \begin_inset Quotes grd
19438 \end_inset
19439
19440 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19441 \end_layout
19442
19443 \begin_layout Standard
19444 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19445 \end_layout
19446
19447 \begin_layout Standard
19448
19449 \series bold
19450
19451 \backslash
19452 hdashline
19453 \end_layout
19454
19455 \begin_layout Standard
19456 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19457 \end_layout
19458
19459 \begin_layout Standard
19460 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19461 \end_layout
19462
19463 \begin_layout Standard
19464
19465 \series bold
19466
19467 \backslash
19468 cdashline{Anfangsspalte-Endspalte}
19469 \end_layout
19470
19471 \begin_layout Standard
19472 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19473  Wenn Sie z.
19474 \begin_inset space \thinspace{}
19475 \end_inset
19476
19477 B.
19478  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19479  gestrichelte Linie haben, fügen Sie diesen Befehl
19480 \end_layout
19481
19482 \begin_layout Standard
19483
19484 \series bold
19485
19486 \backslash
19487 cdashline{2-4}
19488 \end_layout
19489
19490 \begin_layout Standard
19491 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19492 \end_layout
19493
19494 \begin_layout Standard
19495 \begin_inset VSpace bigskip
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \begin_layout Standard
19502 In Tabelle
19503 \begin_inset space ~
19504 \end_inset
19505
19506
19507 \begin_inset CommandInset ref
19508 LatexCommand ref
19509 reference "tab:Tabelle-mit-gestrichelten"
19510
19511 \end_inset
19512
19513  wurde der dritten Spalte der Befehl
19514 \series bold
19515  
19516 \series default
19517
19518 \begin_inset Quotes gld
19519 \end_inset
19520
19521
19522 \series bold
19523 :c
19524 \begin_inset Quotes grd
19525 \end_inset
19526
19527
19528 \series default
19529  benutzt.
19530  Der Befehl 
19531 \series bold
19532
19533 \backslash
19534 hdashline
19535 \series default
19536  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19537 \begin_inset Newline newline
19538 \end_inset
19539
19540  
19541 \series bold
19542
19543 \backslash
19544 cdashline{4-5} 
19545 \series default
19546 wurde in die erste Zelle der vierten Zeile eingefügt.
19547 \end_layout
19548
19549 \begin_layout Standard
19550 \begin_inset Note Greyedout
19551 status open
19552
19553 \begin_layout Plain Layout
19554
19555 \series bold
19556 Bemerkung:
19557 \series default
19558  Das LaTeX-Paket 
19559 \series bold
19560 arydshln
19561 \series default
19562  ist nicht kompatibel dem LaTeX-Paket 
19563 \series bold
19564 colortbl
19565 \series default
19566
19567 \begin_inset Index
19568 status collapsed
19569
19570 \begin_layout Plain Layout
19571 LaTeX-Pakete ! colortbl
19572 \end_layout
19573
19574 \end_inset
19575
19576 , das für die farbigen Tabellen in Abschnitt
19577 \begin_inset space ~
19578 \end_inset
19579
19580
19581 \begin_inset CommandInset ref
19582 LatexCommand ref
19583 reference "abs:Farbige-Tabellen"
19584
19585 \end_inset
19586
19587  benutzt wurde.
19588  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19589 \end_layout
19590
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \begin_layout Standard
19597 \begin_inset ERT
19598 status collapsed
19599
19600 \begin_layout Plain Layout
19601
19602
19603 \backslash
19604 else
19605 \end_layout
19606
19607 \end_inset
19608
19609
19610 \begin_inset Note Note
19611 status open
19612
19613 \begin_layout Plain Layout
19614 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19615 \series bold
19616 arydshln
19617 \series default
19618  nicht installiert ist:
19619 \end_layout
19620
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \begin_layout Standard
19627 Sie müssen das LaTeX-Paket 
19628 \series bold
19629 arydshln
19630 \series default
19631  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19632 \end_layout
19633
19634 \begin_layout Standard
19635 \begin_inset ERT
19636 status collapsed
19637
19638 \begin_layout Plain Layout
19639
19640
19641 \backslash
19642 fi
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \begin_layout Chapter
19651 Gleitobjekte
19652 \begin_inset CommandInset label
19653 LatexCommand label
19654 name "kap:Gleitobjekte"
19655
19656 \end_inset
19657
19658
19659 \begin_inset Index
19660 status collapsed
19661
19662 \begin_layout Plain Layout
19663 Gleitobjekte
19664 \end_layout
19665
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \begin_layout Section
19672 Einleitung
19673 \begin_inset CommandInset label
19674 LatexCommand label
19675 name "abs:Gleitobjekte-Einleitung"
19676
19677 \end_inset
19678
19679
19680 \begin_inset Index
19681 status collapsed
19682
19683 \begin_layout Plain Layout
19684 Gleitobjekte ! Einleitung
19685 \end_layout
19686
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \begin_layout Standard
19693 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19694  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19695  der beste Platz ist.
19696  
19697 \family sans
19698 Fußnoten
19699 \family default
19700  und 
19701 \family sans
19702 Randnotizen
19703 \family default
19704  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19705  wenn auf ihrer Seite schon zu viele sind.
19706 \end_layout
19707
19708 \begin_layout Standard
19709 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19710  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19711  um weiße Flächen und Seiten ohne Text zu vermeiden.
19712  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
19713  kann im Text auf ein Gleitobjekt verwiesen werden.
19714  Gleitobjekte sind deshalb nummeriert.
19715  Querverweise werden in Abschnitt
19716 \begin_inset space ~
19717 \end_inset
19718
19719
19720 \begin_inset CommandInset ref
19721 LatexCommand ref
19722 reference "abs:Auf-Gleitobjekte-verweisen"
19723
19724 \end_inset
19725
19726  beschrieben.
19727 \end_layout
19728
19729 \begin_layout Standard
19730 Ein Gleitobjekt wird mit 
19731 \family sans
19732 Einfügen\SpecialChar \menuseparator
19733 Gleitobjekt\SpecialChar \menuseparator
19734 Algorithmus/Abbildung/Ta\SpecialChar \-
19735 belle/Um\SpecialChar \-
19736 flos\SpecialChar \-
19737 se\SpecialChar \-
19738 nes
19739 \begin_inset space ~
19740 \end_inset
19741
19742 Gleitobjekt
19743 \family default
19744  eingefügt.
19745  Für Abbildungen oder Tabellen können Sie auch auf 
19746 \begin_inset Graphics
19747         filename ../../images/float-insert_figure.png
19748         scale 70
19749         scaleBeforeRotation
19750         BoundingBox 0bp 6bp 22bp 22bp
19751
19752 \end_inset
19753
19754  oder 
19755 \begin_inset Graphics
19756         filename ../../images/float-insert_table.png
19757         scale 70
19758         scaleBeforeRotation
19759         BoundingBox 0bp 6bp 22bp 22bp
19760
19761 \end_inset
19762
19763  klicken.
19764  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19765  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19766  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19767  #:).
19768  Statt # sehen Sie die von LyX vergebene Nummer.
19769  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19770  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19771  eingefügt.
19772  In Abschnitt
19773 \begin_inset space ~
19774 \end_inset
19775
19776
19777 \begin_inset space ~
19778 \end_inset
19779
19780
19781 \begin_inset CommandInset ref
19782 LatexCommand ref
19783 reference "abs:Titel-Platzierung"
19784
19785 \end_inset
19786
19787  finden Sie mehr über die Platzierung des Titels.
19788  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19789  auch wieder geöffnet.
19790  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19791 \begin_inset Graphics
19792         filename clipart/GleitobjektQt4.png
19793         scale 70
19794         scaleBeforeRotation
19795         BoundingBox 0bp 6bp 128bp 22bp
19796
19797 \end_inset
19798
19799  -- ein graues Kästchen mit roter Beschriftung.
19800 \end_layout
19801
19802 \begin_layout Standard
19803 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19804  Gleitobjekte in einem eigenen Absatz einzufügen.
19805 \end_layout
19806
19807 \begin_layout Standard
19808 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19809  indem Sie sie markieren und dann auf 
19810 \begin_inset Graphics
19811         filename ../../images/float-insert_figure.png
19812         scale 70
19813         scaleBeforeRotation
19814         BoundingBox 0bp 6bp 22bp 22bp
19815
19816 \end_inset
19817
19818  oder 
19819 \begin_inset Graphics
19820         filename ../../images/float-insert_table.png
19821         scale 70
19822         scaleBeforeRotation
19823         BoundingBox 0bp 6bp 22bp 22bp
19824
19825 \end_inset
19826
19827  klicken.
19828 \end_layout
19829
19830 \begin_layout Section
19831 Gleitobjekt-Typen
19832 \begin_inset Index
19833 status collapsed
19834
19835 \begin_layout Plain Layout
19836 Gleitobjekte ! Typen
19837 \end_layout
19838
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \begin_layout Standard
19845 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19846 \begin_inset space ~
19847 \end_inset
19848
19849
19850 \begin_inset CommandInset ref
19851 LatexCommand ref
19852 reference "abs:Gleitende-Abbildungen"
19853
19854 \end_inset
19855
19856  und 
19857 \begin_inset CommandInset ref
19858 LatexCommand ref
19859 reference "abs:Gleitende-Tabellen"
19860
19861 \end_inset
19862
19863  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
19864 \end_layout
19865
19866 \begin_layout Subsection
19867 Gleitobjekt-Algorithmen
19868 \begin_inset Index
19869 status collapsed
19870
19871 \begin_layout Plain Layout
19872 Gleitobjekte ! Algorithmen
19873 \end_layout
19874
19875 \end_inset
19876
19877
19878 \begin_inset CommandInset label
19879 LatexCommand label
19880 name "uab:Gleitobjekt-Algorithmen"
19881
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \begin_layout Standard
19888 \begin_inset Float algorithm
19889 placement h
19890 wide false
19891 sideways false
19892 status open
19893
19894 \begin_layout Plain Layout
19895 \begin_inset Caption
19896
19897 \begin_layout Plain Layout
19898 \begin_inset CommandInset label
19899 LatexCommand label
19900 name "alg:Ein-Gleitobjekt-Algorithmus"
19901
19902 \end_inset
19903
19904 Ein Gleitobjekt-Algorithmus 
19905 \end_layout
19906
19907 \end_inset
19908
19909
19910 \end_layout
19911
19912 \begin_layout LyX-Code
19913 for I in 1..N loop
19914 \begin_inset Newline newline
19915 \end_inset
19916
19917  Sum:= Sum + A(I); /*Kommentar*/
19918 \begin_inset Newline newline
19919 \end_inset
19920
19921 end loop
19922 \begin_inset VSpace -4mm
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \end_inset
19929
19930
19931 \end_layout
19932
19933 \begin_layout Standard
19934 Dieser Typ wird mit 
19935 \family sans
19936 Einfügen\SpecialChar \menuseparator
19937 Gleitobjekt\SpecialChar \menuseparator
19938 Algorithmus
19939 \family default
19940  eingefügt.
19941  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19942  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19943  Eine mögliche Absatz-Umgebung hier für ist 
19944 \family sans
19945 LyX-Code
19946 \family default
19947 , beschrieben im 
19948 \emph on
19949 Benutzerhandbuch
19950 \emph default
19951 .
19952  In Algorithmus
19953 \begin_inset space ~
19954 \end_inset
19955
19956
19957 \begin_inset CommandInset ref
19958 LatexCommand ref
19959 reference "alg:Ein-Gleitobjekt-Algorithmus"
19960
19961 \end_inset
19962
19963  wurden am Ende -0.4
19964 \begin_inset space \thinspace{}
19965 \end_inset
19966
19967 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19968  letzten Zeile gedruckt wird.
19969 \end_layout
19970
19971 \begin_layout Standard
19972 Die Marke 
19973 \emph on
19974 Algorithmus
19975 \emph default
19976  wird nicht automatisch in die druckbare Version übernommen, sondern das
19977  englische Wort 
19978 \emph on
19979 Algorithm
19980 \emph default
19981  verwendet.
19982  Soll
19983 \emph on
19984  Algorithmus
19985 \emph default
19986  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19987 \end_layout
19988
19989 \begin_layout Standard
19990
19991 \series bold
19992
19993 \backslash
19994 floatname{algorithm}{Algorithmus}
19995 \end_layout
19996
19997 \begin_layout Standard
19998 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19999  Menü 
20000 \family sans
20001 Einfügen\SpecialChar \menuseparator
20002 Liste
20003 \begin_inset space \thinspace{}
20004 \end_inset
20005
20006 /
20007 \begin_inset space \thinspace{}
20008 \end_inset
20009
20010 Inhaltsverzeichnis\SpecialChar \menuseparator
20011 Algorithmenverzeichnis
20012 \family default
20013  verwendet werden.
20014  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20015  eingefügt werden:
20016 \end_layout
20017
20018 \begin_layout Standard
20019
20020 \series bold
20021
20022 \backslash
20023 listof{algorithm}{Algorithmenverzeichnis}
20024 \end_layout
20025
20026 \begin_layout Standard
20027 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20028  nach dem Schema 
20029 \begin_inset Quotes gld
20030 \end_inset
20031
20032 Kapitelnummer.Algorithmusnummer
20033 \begin_inset Quotes grd
20034 \end_inset
20035
20036  nummeriert.
20037  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20038  einfügen:
20039 \end_layout
20040
20041 \begin_layout Standard
20042
20043 \series bold
20044
20045 \backslash
20046 numberwithin{algorithm}{chapter}
20047 \end_layout
20048
20049 \begin_layout Standard
20050 Um 
20051 \series bold
20052
20053 \backslash
20054 numberwithin
20055 \series default
20056  benutzen zu können, muss in den 
20057 \family sans
20058 Mathe
20059 \begin_inset space ~
20060 \end_inset
20061
20062 Optionen
20063 \family default
20064  der 
20065 \family sans
20066 Dokument-Einstellungen
20067 \family default
20068  
20069 \family sans
20070 AMS
20071 \begin_inset space ~
20072 \end_inset
20073
20074 Mathe
20075 \begin_inset space ~
20076 \end_inset
20077
20078 Paket
20079 \family default
20080
20081 \begin_inset space ~
20082 \end_inset
20083
20084
20085 \family sans
20086 verwenden
20087 \family default
20088  angekreuzt sein.
20089 \end_layout
20090
20091 \begin_layout Subsection
20092 Textumflossenes [Gleit]Objekt
20093 \begin_inset CommandInset label
20094 LatexCommand label
20095 name "uab:Textumflossenes-[Gleit]Objekt"
20096
20097 \end_inset
20098
20099
20100 \begin_inset Index
20101 status collapsed
20102
20103 \begin_layout Plain Layout
20104 Gleitobjekte ! textumflossene
20105 \end_layout
20106
20107 \end_inset
20108
20109
20110 \end_layout
20111
20112 \begin_layout Standard
20113 \begin_inset Wrap figure
20114 lines 0
20115 placement l
20116 overhang 0col%
20117 width "40col%"
20118 status open
20119
20120 \begin_layout Plain Layout
20121 \begin_inset Graphics
20122         filename ../clipart/mobius.eps
20123         display color
20124         width 40col%
20125         scaleBeforeRotation
20126         rotateOrigin center
20127
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \begin_layout Plain Layout
20134 \begin_inset Caption
20135
20136 \begin_layout Plain Layout
20137 \begin_inset CommandInset label
20138 LatexCommand label
20139 name "abb:This-is-a"
20140
20141 \end_inset
20142
20143 Dies ist eine umflossene Gleitobjekt-Abbildung
20144 \begin_inset VSpace medskip
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156
20157 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
20158  werden, wo sie definiert wurden.
20159  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
20160 \emph on
20161 fließen
20162 \emph default
20163  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
20164  übrig lässt.
20165  Er wird mit dem Befehl
20166 \family sans
20167  Einfügen\SpecialChar \menuseparator
20168 Gleitobjekt\SpecialChar \menuseparator
20169 Umflossenes
20170 \begin_inset space \space{}
20171 \end_inset
20172
20173 Gleit\SpecialChar \-
20174 ob\SpecialChar \-
20175 jekt
20176 \family default
20177   eingefügt, wenn das LaTeX-Paket 
20178 \series bold
20179 wrapfig
20180 \series default
20181
20182 \begin_inset Index
20183 status collapsed
20184
20185 \begin_layout Plain Layout
20186 LaTeX-Pakete ! wrapfig
20187 \begin_inset ERT
20188 status collapsed
20189
20190 \begin_layout Plain Layout
20191
20192
20193 \backslash
20194
20195 \begin_inset ERT
20196 status collapsed
20197
20198 \begin_layout Plain Layout
20199
20200 {
20201 \end_layout
20202
20203 \end_inset
20204
20205
20206 \begin_inset ERT
20207 status collapsed
20208
20209 \begin_layout Plain Layout
20210
20211 }
20212 \end_layout
20213
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220
20221 vspace
20222 \begin_inset ERT
20223 status collapsed
20224
20225 \begin_layout Plain Layout
20226
20227 {
20228 \end_layout
20229
20230 \end_inset
20231
20232 4mm
20233 \begin_inset ERT
20234 status collapsed
20235
20236 \begin_layout Plain Layout
20237
20238 }
20239 \end_layout
20240
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \end_inset
20247
20248  installiert ist.
20249 \begin_inset Foot
20250 status collapsed
20251
20252 \begin_layout Plain Layout
20253 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20254 \emph on
20255 LaTeX
20256 \begin_inset space ~
20257 \end_inset
20258
20259 Konfiguration
20260 \emph default
20261  beschrieben.
20262 \end_layout
20263
20264 \end_inset
20265
20266  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
20267 klick auf
20268  das 
20269 \family sans
20270 Umflossenes
20271 \begin_inset space ~
20272 \end_inset
20273
20274 Gleitobjekt
20275 \family default
20276 -Kästchen ändern.
20277  Abbildung
20278 \begin_inset space ~
20279 \end_inset
20280
20281
20282 \begin_inset CommandInset ref
20283 LatexCommand ref
20284 reference "abb:This-is-a"
20285
20286 \end_inset
20287
20288  ist zum Beispiel ein textumflossenes Objekt, das 40
20289 \begin_inset space \thinspace{}
20290 \end_inset
20291
20292 % der Spaltenbreite einnimmt.
20293 \begin_inset Foot
20294 status collapsed
20295
20296 \begin_layout Plain Layout
20297 Die benutzbaren Einheiten werden in Anhang
20298 \begin_inset space ~
20299 \end_inset
20300
20301
20302 \begin_inset CommandInset ref
20303 LatexCommand ref
20304 reference "kap:In-LyX-verfügbare"
20305
20306 \end_inset
20307
20308  beschrieben.
20309 \end_layout
20310
20311 \end_inset
20312
20313  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
20314  umgebenden Test zu trennen.
20315 \end_layout
20316
20317 \begin_layout Standard
20318 \begin_inset Note Greyedout
20319 status open
20320
20321 \begin_layout Plain Layout
20322
20323 \series bold
20324 Bemerkung:
20325 \series default
20326  Textumflossene Objekte sind fragil.
20327  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
20328  dass sie gar nicht oder über anderen Text gedruckt wird.
20329 \end_layout
20330
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \begin_layout Standard
20337
20338 \series bold
20339 Weitere
20340 \series default
20341  
20342 \series bold
20343 Bemerkungen
20344 \series default
20345 :
20346 \end_layout
20347
20348 \begin_layout Itemize
20349 Textumflossene Objekte
20350 \end_layout
20351
20352 \begin_deeper
20353 \begin_layout Itemize
20354 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
20355  werden.
20356  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
20357  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
20358  erfolgen wird.
20359 \end_layout
20360
20361 \begin_layout Itemize
20362 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
20363  werden oder darin.
20364 \end_layout
20365
20366 \begin_layout Itemize
20367 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
20368  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
20369 \end_layout
20370
20371 \begin_layout Itemize
20372 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
20373 \end_layout
20374
20375 \end_deeper
20376 \begin_layout Itemize
20377 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
20378  unmittelbar auf die Abbildung folgt, eingerückt.
20379  Das können Sie mit dem TeX-Code-Befehl 
20380 \series bold
20381
20382 \backslash
20383 hspace*{-1em}
20384 \series default
20385  direkt vor dem Text korrigieren.
20386  
20387 \family typewriter
20388 1
20389 \begin_inset space \thinspace{}
20390 \end_inset
20391
20392 em
20393 \family default
20394  entspricht der Standardeinrückung.
20395 \end_layout
20396
20397 \begin_layout Itemize
20398 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
20399  behandelt.
20400 \end_layout
20401
20402 \begin_layout Itemize
20403 Der Text, der um die Abbildung herumfließt, sollte zwischen 
20404 \series bold
20405
20406 \backslash
20407 begin{slop\SpecialChar \-
20408 py\SpecialChar \-
20409 par}
20410 \series default
20411  und 
20412 \series bold
20413
20414 \backslash
20415 end{sloppypar}
20416 \series default
20417  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
20418 \end_layout
20419
20420 \begin_layout Section
20421 Gleitobjekt-Nummerierung
20422 \begin_inset CommandInset label
20423 LatexCommand label
20424 name "abs:Gleitobjekt-Nummerierung"
20425
20426 \end_inset
20427
20428
20429 \begin_inset Index
20430 status collapsed
20431
20432 \begin_layout Plain Layout
20433 Gleitobjekte ! Nummerierung
20434 \end_layout
20435
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \begin_layout Standard
20442 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
20443  nummeriert oder nach dem Schema 
20444 \begin_inset Quotes gld
20445 \end_inset
20446
20447 Kapitelnummer.Gleitobjektnummer
20448 \begin_inset Quotes grd
20449 \end_inset
20450
20451  oder 
20452 \begin_inset Quotes gld
20453 \end_inset
20454
20455 Abschnittsnummer.Gleitobjektnummer
20456 \begin_inset Quotes grd
20457 \end_inset
20458
20459 .
20460  Das hängt von der Dokumentklasse ab.
20461 \end_layout
20462
20463 \begin_layout Standard
20464 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20465  in den LaTeX-Vorspann einfügen:
20466 \end_layout
20467
20468 \begin_layout Standard
20469
20470 \series bold
20471
20472 \backslash
20473 renewcommand{
20474 \backslash
20475 thetable}{
20476 \backslash
20477 roman{table}}
20478 \end_layout
20479
20480 \begin_layout Standard
20481
20482 \series bold
20483
20484 \backslash
20485 thetable
20486 \series default
20487  ist der Befehl, der die Tabellennummer druckt.
20488  Für Abbildungen ist das 
20489 \series bold
20490
20491 \backslash
20492 thefigure
20493 \series default
20494 .
20495  Der Befehl 
20496 \series bold
20497
20498 \backslash
20499 roman
20500 \series default
20501  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20502 \end_layout
20503
20504 \begin_layout Standard
20505 Um das Numerierungsschema zum Beispiel auf 
20506 \begin_inset Quotes gld
20507 \end_inset
20508
20509 Unterabschnittsnummer.Num\SpecialChar \-
20510 mer
20511 \begin_inset Quotes grd
20512 \end_inset
20513
20514  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20515 \end_layout
20516
20517 \begin_layout Standard
20518
20519 \series bold
20520
20521 \backslash
20522 numberwithin{table}{subsection}
20523 \end_layout
20524
20525 \begin_layout Standard
20526 Um den Befehl 
20527 \series bold
20528
20529 \backslash
20530 numberwithin
20531 \series default
20532  zu können, müssen Sie in den 
20533 \family sans
20534 Mathe
20535 \begin_inset space ~
20536 \end_inset
20537
20538 Optionen
20539 \family default
20540  der 
20541 \family sans
20542 Dokument-Einstellungen
20543 \family default
20544  
20545 \family sans
20546 AMS
20547 \begin_inset space ~
20548 \end_inset
20549
20550 Mathe
20551 \begin_inset space ~
20552 \end_inset
20553
20554 Paket
20555 \family default
20556
20557 \begin_inset space ~
20558 \end_inset
20559
20560
20561 \family sans
20562 verwenden
20563 \family default
20564  ankreuzen.
20565 \end_layout
20566
20567 \begin_layout Standard
20568 Sehen Sie sich bitte auch Abschnitt
20569 \begin_inset space ~
20570 \end_inset
20571
20572
20573 \begin_inset CommandInset ref
20574 LatexCommand ref
20575 reference "uab:Fußnoten-Nummerierung"
20576
20577 \end_inset
20578
20579  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
20580 \end_layout
20581
20582 \begin_layout Section
20583 Auf Gleitobjekte verweisen
20584 \begin_inset CommandInset label
20585 LatexCommand label
20586 name "abs:Auf-Gleitobjekte-verweisen"
20587
20588 \end_inset
20589
20590
20591 \begin_inset Index
20592 status collapsed
20593
20594 \begin_layout Plain Layout
20595 Gleitobjekte ! Querverweise
20596 \end_layout
20597
20598 \end_inset
20599
20600
20601 \begin_inset Index
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605 Querverweise
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \begin_layout Standard
20614 Zunächst müssen Sie mit 
20615 \family sans
20616 Einfügen\SpecialChar \menuseparator
20617 Marke
20618 \family default
20619  oder einen Klick auf 
20620 \begin_inset Graphics
20621         filename ../../images/label-insert.png
20622         scale 85
20623         scaleBeforeRotation
20624
20625 \end_inset
20626
20627  eine Marke im Titel einfügen.
20628  Im 
20629 \family sans
20630 Marke
20631 \family default
20632 -Dialog schreiben Sie einen Text in das Feld 
20633 \family sans
20634 Marke
20635 \family default
20636  oder übernehmen den vorgeschlagenen.
20637  Die Marke sieht in LyX dann so aus:
20638 \begin_inset Newline newline
20639 \end_inset
20640
20641
20642 \begin_inset Graphics
20643         filename clipart/Marke.png
20644         lyxscale 80
20645         scale 50
20646         scaleBeforeRotation
20647         BoundingBox 0bp 6bp 76bp 23bp
20648
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \begin_layout Standard
20655 Die Marke wird als Anker und Name für den Querverweis benutzt.
20656  Mit 
20657 \family sans
20658 Einfügen\SpecialChar \menuseparator
20659 Querverweis
20660 \family default
20661  oder einen Klick auf 
20662 \begin_inset Graphics
20663         filename ../../images/dialog-show-new-inset_ref.png
20664         scale 85
20665         scaleBeforeRotation
20666
20667 \end_inset
20668
20669  können Sie dann auf die Marke verweisen.
20670  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20671  angezeigt:
20672 \begin_inset Newline newline
20673 \end_inset
20674
20675
20676 \begin_inset Graphics
20677         filename clipart/Querverweis.png
20678         lyxscale 80
20679         scale 50
20680         scaleBeforeRotation
20681         BoundingBox 0bp 6bp 76bp 23bp
20682
20683 \end_inset
20684
20685
20686 \begin_inset Newline newline
20687 \end_inset
20688
20689  Mehr zu Querverweisen finden Sie im 
20690 \emph on
20691 Benutzerhandbuch
20692 \emph default
20693 .
20694 \end_layout
20695
20696 \begin_layout Standard
20697 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20698  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20699  durch einen Zeilenumbruch getrennt werden können.
20700 \end_layout
20701
20702 \begin_layout Standard
20703 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20704  LyX passt die Querverweise automatisch an.
20705 \end_layout
20706
20707 \begin_layout Standard
20708 Ein Klick auf den Schalter 
20709 \family sans
20710 Gehe
20711 \begin_inset space ~
20712 \end_inset
20713
20714 zur
20715 \begin_inset space ~
20716 \end_inset
20717
20718 Marke
20719 \family default
20720  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20721  Der Text der Schaltfläche heißt jetzt 
20722 \family sans
20723 Gehe
20724 \begin_inset space ~
20725 \end_inset
20726
20727 zurück
20728 \family default
20729  und ein Klick darauf macht genau dies.
20730   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20731  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20732  Dann ist auch kein 
20733 \family sans
20734 Gehe
20735 \begin_inset space ~
20736 \end_inset
20737
20738 zurück
20739 \family default
20740  möglich.
20741 \end_layout
20742
20743 \begin_layout Subsection
20744 Querverweis-Formate
20745 \begin_inset CommandInset label
20746 LatexCommand label
20747 name "uab:Querverweis-Formate"
20748
20749 \end_inset
20750
20751
20752 \begin_inset Index
20753 status collapsed
20754
20755 \begin_layout Plain Layout
20756 Querverweise ! Formate
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Standard
20765 Es gibt sechs verschiedene Querverweisstile:
20766 \end_layout
20767
20768 \begin_layout Description
20769 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20770  
20771 \begin_inset CommandInset ref
20772 LatexCommand ref
20773 reference "abb:Zwei-Teilabbildungen"
20774
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \begin_layout Description
20781 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20782  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20783  verwendet wird, speziell wenn der Name 
20784 \begin_inset Quotes gld
20785 \end_inset
20786
20787 Gleichung
20788 \begin_inset Quotes grd
20789 \end_inset
20790
20791  weggelassen wird: 
20792 \begin_inset CommandInset ref
20793 LatexCommand eqref
20794 reference "eq:Wgn"
20795
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \begin_layout Description
20802 <Seite>: druckt die Seitennummer: Seite
20803 \begin_inset space ~
20804 \end_inset
20805
20806
20807 \begin_inset CommandInset ref
20808 LatexCommand pageref
20809 reference "abb:Zwei-Teilabbildungen"
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \begin_layout Description
20817 auf
20818 \begin_inset space ~
20819 \end_inset
20820
20821 Seite
20822 \begin_inset space ~
20823 \end_inset
20824
20825 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
20826 \begin_inset CommandInset ref
20827 LatexCommand vpageref
20828 reference "abb:Zwei-Teilabbildungen"
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \begin_layout Description
20836 <Querverweis>
20837 \begin_inset space ~
20838 \end_inset
20839
20840 auf
20841 \begin_inset space ~
20842 \end_inset
20843
20844 Seite
20845 \begin_inset space ~
20846 \end_inset
20847
20848 <Seite>: druckt die Nummer der Gleitumgebung, den Text "auf Seite", und
20849  die Seitennummer: 
20850 \begin_inset CommandInset ref
20851 LatexCommand vref
20852 reference "abb:Zwei-Teilabbildungen"
20853
20854 \end_inset
20855
20856
20857 \end_layout
20858
20859 \begin_layout Description
20860 Formatierter
20861 \begin_inset space ~
20862 \end_inset
20863
20864 Querverweis: druckt ein selbst definiertes Querverweisformat
20865 \begin_inset Newline newline
20866 \end_inset
20867
20868
20869 \begin_inset Note Greyedout
20870 status open
20871
20872 \begin_layout Plain Layout
20873
20874 \series bold
20875 Bemerkung:
20876 \series default
20877  Dies ist nur möglich, wenn das LaTeX-Paket 
20878 \series bold
20879 prettyref
20880 \series default
20881  installiert ist.
20882 \end_layout
20883
20884 \end_inset
20885
20886
20887 \end_layout
20888
20889 \begin_layout Standard
20890 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20891  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
20892  Seite befindet.
20893  Stattdessen wird der Text 
20894 \begin_inset Quotes gld
20895 \end_inset
20896
20897 auf dieser Seite
20898 \begin_inset Quotes grd
20899 \end_inset
20900
20901  gedruckt.
20902 \end_layout
20903
20904 \begin_layout Standard
20905 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20906  automatisch von LaTeX berechnet.
20907  Die Stile können im Feld 
20908 \family sans
20909 Format
20910 \family default
20911  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
20912  einen Querverweis klicken.
20913 \end_layout
20914
20915 \begin_layout Subsection
20916 Automatische Querverweis-Namen
20917 \begin_inset Index
20918 status collapsed
20919
20920 \begin_layout Plain Layout
20921 Querverweise ! Automatische Namen 
20922 \end_layout
20923
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \begin_layout Standard
20930 Das LaTeX-Paket 
20931 \series bold
20932 hyperref
20933 \series default
20934
20935 \begin_inset Index
20936 status collapsed
20937
20938 \begin_layout Plain Layout
20939 LaTeX-Pakete ! hyperref
20940 \end_layout
20941
20942 \end_inset
20943
20944  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20945  Gleitobjekts automatisch enthalten (oder Textteile wie 
20946 \emph on
20947 Abschnitt
20948 \emph default
20949 ).
20950  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20951  Um diese Funktion benutzen zu können, müssen Sie 
20952 \series bold
20953 hyperref
20954 \series default
20955  in den LaTeX-Vorspann wie folgt einfügen:
20956 \end_layout
20957
20958 \begin_layout Standard
20959
20960 \series bold
20961
20962 \backslash
20963 usepackage[pdfborder={0 0 0}]{hyperref}
20964 \begin_inset Newline newline
20965 \end_inset
20966
20967
20968 \backslash
20969 AtBeginDocument{
20970 \backslash
20971 renewcommand{
20972 \backslash
20973 ref}[1]{
20974 \backslash
20975 mbox{
20976 \backslash
20977 autoref{#1}}}}
20978 \end_layout
20979
20980 \begin_layout Standard
20981
20982 \series bold
20983 hyperref
20984 \series default
20985  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Do\SpecialChar \-
20986 ku\SpecialChar \-
20987 men\SpecialChar \-
20988 ten
20989  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
20990  einen Link klicken, und die angeklickte Stelle wird gezeigt.
20991  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20992  sich der Cursor.
20993 \end_layout
20994
20995 \begin_layout Standard
20996 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
20997 n.
20998  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20999  für die Benutzung von 
21000 \series bold
21001 hyperref
21002 \series default
21003  sehen.
21004  In der 
21005 \series bold
21006 hyperref
21007 \series default
21008 -Dokumentation 
21009 \begin_inset CommandInset citation
21010 LatexCommand cite
21011 key "hyperref"
21012
21013 \end_inset
21014
21015  finden Sie mehr darüber.
21016 \end_layout
21017
21018 \begin_layout Standard
21019 \begin_inset Note Greyedout
21020 status open
21021
21022 \begin_layout Plain Layout
21023
21024 \series bold
21025 Bemerkung:
21026 \series default
21027  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21028  als Querverweisstil 
21029 \family sans
21030 Formatierter
21031 \begin_inset space ~
21032 \end_inset
21033
21034 Querverweis
21035 \family default
21036  benutzen.
21037 \end_layout
21038
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \begin_layout Subsection
21045 Querverweis-Position
21046 \begin_inset CommandInset label
21047 LatexCommand label
21048 name "uab:Querverweis-Position"
21049
21050 \end_inset
21051
21052
21053 \begin_inset Index
21054 status collapsed
21055
21056 \begin_layout Plain Layout
21057 Querverweise !  Position
21058 \end_layout
21059
21060 \end_inset
21061
21062
21063 \end_layout
21064
21065 \begin_layout Standard
21066 Wenn Sie 
21067 \series bold
21068 hyperref
21069 \series default
21070  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
21071  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21072  und Sie werden das Bild ohne Rollen nicht sehen.
21073  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21074  ist.
21075  Wenn Sie das  LaTeX-Paket 
21076 \series bold
21077 hypcap
21078 \series default
21079
21080 \begin_inset Index
21081 status collapsed
21082
21083 \begin_layout Plain Layout
21084 LaTeX-Pakete ! hypcap
21085 \end_layout
21086
21087 \end_inset
21088
21089 , das Teil des LaTeX-Pakets 
21090 \series bold
21091 oberdiek
21092 \series default
21093
21094 \begin_inset Index
21095 status collapsed
21096
21097 \begin_layout Plain Layout
21098 LaTeX-Pakete ! oberdiek
21099 \end_layout
21100
21101 \end_inset
21102
21103  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21104  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21105 \series bold
21106 hypcap
21107 \series default
21108  zunächst in den LaTeX-Vorspann laden:
21109 \end_layout
21110
21111 \begin_layout Standard
21112
21113 \series bold
21114
21115 \backslash
21116 usepackage[figure]{hypcap}
21117 \end_layout
21118
21119 \begin_layout Standard
21120 Sie können 
21121 \series bold
21122 hypcap
21123 \series default
21124  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21125  nicht empfohlen.
21126  Weitere Informationen finden Sie im
21127 \series bold
21128  hypcap
21129 \series default
21130 -Handbuch 
21131 \begin_inset CommandInset citation
21132 LatexCommand cite
21133 key "hypcap"
21134
21135 \end_inset
21136
21137 .
21138 \end_layout
21139
21140 \begin_layout Standard
21141 \begin_inset Note Greyedout
21142 status open
21143
21144 \begin_layout Plain Layout
21145
21146 \series bold
21147 Bemerkung 1:
21148 \series default
21149  
21150 \series bold
21151 hypcap
21152 \series default
21153  muss nach 
21154 \series bold
21155 hyperref
21156 \series default
21157  geladen werden.
21158 \end_layout
21159
21160 \end_inset
21161
21162
21163 \end_layout
21164
21165 \begin_layout Standard
21166 \begin_inset Note Greyedout
21167 status open
21168
21169 \begin_layout Plain Layout
21170
21171 \series bold
21172 Bemerkung 2:
21173 \series default
21174  
21175 \series medium
21176 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21177  zu Teilabbildungen.
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \begin_layout Section
21186 Gleitobjekt-Platzierung
21187 \begin_inset CommandInset label
21188 LatexCommand label
21189 name "abs:Gleitobjekt-Platzierung"
21190
21191 \end_inset
21192
21193
21194 \begin_inset Index
21195 status collapsed
21196
21197 \begin_layout Plain Layout
21198 Gleitobjekte ! Plazierung
21199 \end_layout
21200
21201 \end_inset
21202
21203
21204 \end_layout
21205
21206 \begin_layout Standard
21207 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21208 \family sans
21209 Gleitobjekt-Einstellungen
21210 \family default
21211 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21212  können.
21213 \begin_inset Newline newline
21214 \end_inset
21215
21216 Die Option 
21217 \family sans
21218 Spalten
21219 \begin_inset space ~
21220 \end_inset
21221
21222 überspannen
21223 \family default
21224  ist nur bei zweispaltigen Dokumenten sinnvoll.
21225  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21226 \begin_inset Newline newline
21227 \end_inset
21228
21229 Die Option 
21230 \family sans
21231 Seitwärts
21232 \begin_inset space ~
21233 \end_inset
21234
21235 drehen
21236 \family default
21237  ist in Abschnitt 
21238 \begin_inset CommandInset ref
21239 LatexCommand ref
21240 reference "abs:Gedrehte-Gleitobjekte"
21241
21242 \end_inset
21243
21244  beschrieben.
21245 \end_layout
21246
21247 \begin_layout Standard
21248 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21249  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21250  Sie die Option 
21251 \family sans
21252 Standard-Platzierung
21253 \begin_inset space ~
21254 \end_inset
21255
21256 verwenden
21257 \family default
21258  nicht verwenden:
21259 \end_layout
21260
21261 \begin_layout Description
21262 Hier
21263 \begin_inset space ~
21264 \end_inset
21265
21266 wenn
21267 \begin_inset space ~
21268 \end_inset
21269
21270 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt wurde.
21271 \end_layout
21272
21273 \begin_layout Description
21274 Anfang
21275 \begin_inset space ~
21276 \end_inset
21277
21278 der
21279 \begin_inset space ~
21280 \end_inset
21281
21282 Seite
21283 \family sans
21284  
21285 \family default
21286 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21287  Gleitobjekte, die maximal 70
21288 \begin_inset space \thinspace{}
21289 \end_inset
21290
21291 % einer Seite benötigen, dürfen oben platziert werden.
21292  Dies kann durch die Variable 
21293 \series bold
21294
21295 \backslash
21296 topfraction
21297 \series default
21298  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21299 \end_layout
21300
21301 \begin_deeper
21302 \begin_layout Standard
21303
21304 \series bold
21305
21306 \backslash
21307 renewcommand{
21308 \backslash
21309 topfraction}{0.9}
21310 \family typewriter
21311 \series default
21312  
21313 \end_layout
21314
21315 \end_deeper
21316 \begin_layout Description
21317 Ende
21318 \begin_inset space ~
21319 \end_inset
21320
21321 der
21322 \begin_inset space ~
21323 \end_inset
21324
21325 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21326  Gleitobjekte, die maximal 30
21327 \begin_inset space \thinspace{}
21328 \end_inset
21329
21330 % einer Seite benötigen, dürfen unten platziert werden.
21331  Dies kann durch die Variable 
21332 \series bold
21333
21334 \backslash
21335 bottomfraction
21336 \series default
21337  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21338 \end_layout
21339
21340 \begin_deeper
21341 \begin_layout Standard
21342
21343 \series bold
21344
21345 \backslash
21346 renewcommand{
21347 \backslash
21348 bottomfraction}{0.5}
21349 \end_layout
21350
21351 \begin_layout Standard
21352 die oftmals zu kleine untere Grenze auf 50
21353 \begin_inset space \thinspace{}
21354 \end_inset
21355
21356 %.
21357 \end_layout
21358
21359 \end_deeper
21360 \begin_layout Description
21361 Seite
21362 \begin_inset space ~
21363 \end_inset
21364
21365 mit
21366 \begin_inset space ~
21367 \end_inset
21368
21369 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu platzieren.
21370  Nur wenn mehr als 50
21371 \begin_inset space \thinspace{}
21372 \end_inset
21373
21374 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21375  Gleitobjekte bereitgestellt.
21376  Dies kann durch die Variable 
21377 \series bold
21378
21379 \backslash
21380 floatpagefraction 
21381 \series default
21382 im LaTeX-Vorspann überschrieben werden.
21383 \end_layout
21384
21385 \begin_layout Standard
21386 Die Reihenfolge der obigen Optionen wird 
21387 \emph on
21388 immer
21389 \emph default
21390  von LaTeX verwendet.
21391  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21392  versuchen 
21393 \family sans
21394 Hier
21395 \begin_inset space \space{}
21396 \end_inset
21397
21398 wenn
21399 \begin_inset space \space{}
21400 \end_inset
21401
21402 möglich
21403 \family default
21404 , dann 
21405 \family sans
21406 Anfang
21407 \begin_inset space ~
21408 \end_inset
21409
21410 der
21411 \begin_inset space ~
21412 \end_inset
21413
21414 Seite
21415 \family default
21416  und dann die anderen Optionen zu anzuwenden.
21417  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21418  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
21419  Reihenfolge.
21420  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21421 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
21422 \end_layout
21423
21424 \begin_layout Standard
21425 Die Option 
21426 \family sans
21427 Hier,
21428 \begin_inset space ~
21429 \end_inset
21430
21431 auf
21432 \begin_inset space ~
21433 \end_inset
21434
21435 jeden
21436 \begin_inset space ~
21437 \end_inset
21438
21439 Fall
21440 \family default
21441  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21442  fast druckreif ist.
21443  Denn mit der Option kann das Objekt nicht mehr 
21444 \emph on
21445 gleiten
21446 \emph default
21447 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21448  oftmals zerstört.
21449 \end_layout
21450
21451 \begin_layout Standard
21452 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21453  immer von Text eines bestimmten Paragraphen umgeben sind.
21454 \begin_inset VSpace bigskip
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \begin_layout Standard
21461 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21462 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21463  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21464  Das kann mit dem LaTeX-Befehl
21465 \series bold
21466  
21467 \backslash
21468 suppressfloats
21469 \series default
21470  verhindert werden.
21471  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21472  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21473  gesetzt wird.
21474  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21475 \end_layout
21476
21477 \begin_layout Standard
21478
21479 \series bold
21480
21481 \backslash
21482 let
21483 \backslash
21484 meinAbschnitt
21485 \backslash
21486 section
21487 \begin_inset Newline newline
21488 \end_inset
21489
21490
21491 \backslash
21492 renewcommand{
21493 \backslash
21494 section}{
21495 \backslash
21496 suppressfloats[t]
21497 \backslash
21498 meinAbschnitt}
21499 \end_layout
21500
21501 \begin_layout Standard
21502 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21503  Unterabschnitten festlegen.
21504  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
21505  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21506 \end_layout
21507
21508 \begin_layout Standard
21509 Es gibt auch noch das LaTeX-Paket 
21510 \series bold
21511 flafter
21512 \series default
21513
21514 \begin_inset Index
21515 status collapsed
21516
21517 \begin_layout Plain Layout
21518 LaTeX-Pakete ! flafter
21519 \end_layout
21520
21521 \end_inset
21522
21523  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21524  gedruckt wird.
21525 \end_layout
21526
21527 \begin_layout Standard
21528 \begin_inset VSpace bigskip
21529 \end_inset
21530
21531 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21532  Dafür gibt es das LaTeX-Paket 
21533 \series bold
21534 endfloat
21535 \series default
21536
21537 \begin_inset Index
21538 status collapsed
21539
21540 \begin_layout Plain Layout
21541 LaTeX-Pakete ! endf
21542 \begin_inset ERT
21543 status collapsed
21544
21545 \begin_layout Plain Layout
21546
21547
21548 \backslash
21549
21550 \begin_inset ERT
21551 status collapsed
21552
21553 \begin_layout Plain Layout
21554
21555 {
21556 \end_layout
21557
21558 \end_inset
21559
21560
21561 \begin_inset ERT
21562 status collapsed
21563
21564 \begin_layout Plain Layout
21565
21566 }
21567 \end_layout
21568
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \end_inset
21575
21576 /loat
21577 \end_layout
21578
21579 \end_inset
21580
21581 .
21582  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21583  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21584  
21585 \family sans
21586
21587 \begin_inset Quotes gld
21588 \end_inset
21589
21590 [Abbildung
21591 \begin_inset space ~
21592 \end_inset
21593
21594 3.2 ist ungefähr hier.]
21595 \family default
21596
21597 \begin_inset Quotes grd
21598 \end_inset
21599
21600  finden.
21601  Das 
21602 \series bold
21603 endfloat
21604 \series default
21605 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21606 \end_layout
21607
21608 \begin_layout Standard
21609
21610 \series bold
21611
21612 \backslash
21613 usepackage[Optionen]{endfloat}
21614 \end_layout
21615
21616 \begin_layout Standard
21617 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21618  Tabellen-Abschnitt, die Sie in der 
21619 \series bold
21620 endfloat
21621 \series default
21622 -Dokumentation 
21623 \begin_inset CommandInset citation
21624 LatexCommand cite
21625 key "endfloat"
21626
21627 \end_inset
21628
21629  nachlesen können.
21630 \begin_inset Newline newline
21631 \end_inset
21632
21633
21634 \begin_inset Note Greyedout
21635 status open
21636
21637 \begin_layout Plain Layout
21638
21639 \series bold
21640 Bemerkung
21641 \begin_inset space ~
21642 \end_inset
21643
21644 1: endfloat
21645 \series default
21646  übersetzt den Hinweistext nicht automatisch.
21647  Abschnitt
21648 \begin_inset space ~
21649 \end_inset
21650
21651 4 in 
21652 \begin_inset CommandInset citation
21653 LatexCommand cite
21654 key "endfloat"
21655
21656 \end_inset
21657
21658  beschreibt, wie es geht.
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \begin_layout Standard
21667 \begin_inset Note Greyedout
21668 status open
21669
21670 \begin_layout Plain Layout
21671
21672 \series bold
21673 Bemerkung
21674 \begin_inset space ~
21675 \end_inset
21676
21677 2: 
21678 \series default
21679 Die aktuelle Version von 
21680 \series bold
21681 endfloat
21682 \series default
21683  hat einen Fehler, wenn die Überschrift ein 
21684 \begin_inset Quotes gld
21685 \end_inset
21686
21687 ß
21688 \begin_inset Quotes grd
21689 \end_inset
21690
21691  enthält.
21692  Sie müssen stattdessen den Befehl 
21693 \series bold
21694
21695 \backslash
21696 ss
21697 \series default
21698  als TeX-Code benutzen.
21699 \end_layout
21700
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \begin_layout Standard
21707 \begin_inset VSpace bigskip
21708 \end_inset
21709
21710 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
21711 hern wie 
21712 \begin_inset CommandInset citation
21713 LatexCommand cite
21714 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21715
21716 \end_inset
21717
21718 .
21719 \end_layout
21720
21721 \begin_layout Section
21722 Gedrehte Gleitobjekte
21723 \begin_inset CommandInset label
21724 LatexCommand label
21725 name "abs:Gedrehte-Gleitobjekte"
21726
21727 \end_inset
21728
21729
21730 \begin_inset Index
21731 status collapsed
21732
21733 \begin_layout Plain Layout
21734 Gleitobjekte ! drehen
21735 \end_layout
21736
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \begin_layout Standard
21743 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21744 t drehen.
21745  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21746  und die Option 
21747 \family sans
21748 Seitwärts
21749 \begin_inset space ~
21750 \end_inset
21751
21752 drehen
21753 \family default
21754  wählen.
21755 \end_layout
21756
21757 \begin_layout Standard
21758 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
21759  zweispaltigen Dokumenten) gedruckt.
21760  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21761  werden können.
21762  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21763  Option 
21764 \series bold
21765 figuresleft
21766 \series default
21767  oder 
21768 \series bold
21769 figuresright
21770 \series default
21771  zu den Dokumentklassen-Optionen hinzu.
21772 \end_layout
21773
21774 \begin_layout Standard
21775 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21776  Tabelle
21777 \begin_inset space ~
21778 \end_inset
21779
21780
21781 \begin_inset CommandInset ref
21782 LatexCommand ref
21783 reference "tab:Gedrehte-Tabelle"
21784
21785 \end_inset
21786
21787  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21788 \end_layout
21789
21790 \begin_layout Standard
21791 \begin_inset Note Greyedout
21792 status open
21793
21794 \begin_layout Plain Layout
21795
21796 \series bold
21797 Bemerkung:
21798 \series default
21799  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21800 \end_layout
21801
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \begin_layout Standard
21808 \begin_inset Float table
21809 wide false
21810 sideways true
21811 status open
21812
21813 \begin_layout Plain Layout
21814 \begin_inset Caption
21815
21816 \begin_layout Plain Layout
21817 \begin_inset CommandInset label
21818 LatexCommand label
21819 name "tab:Gedrehte-Tabelle"
21820
21821 \end_inset
21822
21823 Gedrehte Tabelle
21824 \end_layout
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \begin_layout Plain Layout
21832 \align center
21833 \begin_inset Tabular
21834 <lyxtabular version="3" rows="1" columns="5">
21835 <features>
21836 <column alignment="center" valignment="top" width="0">
21837 <column alignment="center" valignment="top" width="0">
21838 <column alignment="center" valignment="top" width="0">
21839 <column alignment="center" valignment="top" width="0">
21840 <column alignment="center" valignment="top" width="0">
21841 <row>
21842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 Test
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855 b
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 c
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 d
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 e
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 </row>
21888 </lyxtabular>
21889
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \begin_layout Section
21901 Gleitobjekte nebeneinander
21902 \begin_inset Index
21903 status collapsed
21904
21905 \begin_layout Plain Layout
21906 Gleitobjekte ! nebeneinander
21907 \end_layout
21908
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \begin_layout Standard
21915 Um Gleitobjekte nebeneinander zu setzen, wie bei Abbildung
21916 \begin_inset space ~
21917 \end_inset
21918
21919
21920 \begin_inset CommandInset ref
21921 LatexCommand ref
21922 reference "abb:Gleitobjekt-links"
21923
21924 \end_inset
21925
21926  und 
21927 \begin_inset CommandInset ref
21928 LatexCommand ref
21929 reference "abb:Gleitobjekt-rechts"
21930
21931 \end_inset
21932
21933 , wird nur 
21934 \emph on
21935 ein
21936 \emph default
21937  Gleitobjekt verwendet.
21938  In dieses werden zwei Minipage Boxen eingefügt.
21939 \begin_inset Foot
21940 status collapsed
21941
21942 \begin_layout Plain Layout
21943 Minipages sind in Abschnitt
21944 \begin_inset space ~
21945 \end_inset
21946
21947
21948 \begin_inset CommandInset ref
21949 LatexCommand ref
21950 reference "abs:Minipage"
21951
21952 \end_inset
21953
21954  erklärt.
21955 \end_layout
21956
21957 \end_inset
21958
21959  Die Breite wird für jede Minipage auf 45
21960 \begin_inset space \thinspace{}
21961 \end_inset
21962
21963 -50
21964 \begin_inset space \thinspace{}
21965 \end_inset
21966
21967 Spalten% und die Box Ausrichtung auf 
21968 \family sans
21969 Unten
21970 \family default
21971  gesetzt.
21972  Die Minipage Boxen enthalten das Bild und die Beschriftung, so wie in einem
21973  Gleitobjekt.
21974  Der einzige Unterschied ist, dass die Bildeinheit 
21975 \family sans
21976 Spaltenbreite
21977 \begin_inset space ~
21978 \end_inset
21979
21980 %
21981 \family default
21982  nun bezüglich der Breite der Minipage Boxen berechnet wird.
21983 \end_layout
21984
21985 \begin_layout Standard
21986 \begin_inset Float figure
21987 wide false
21988 sideways false
21989 status open
21990
21991 \begin_layout Plain Layout
21992 \begin_inset Box Frameless
21993 position "b"
21994 hor_pos "c"
21995 has_inner_box 1
21996 inner_pos "t"
21997 use_parbox 0
21998 width "45col%"
21999 special "none"
22000 height "1in"
22001 height_special "totalheight"
22002 status open
22003
22004 \begin_layout Plain Layout
22005 \align center
22006 \begin_inset Graphics
22007         filename ../clipart/mobius.eps
22008         lyxscale 50
22009         width 100col%
22010         scaleBeforeRotation
22011
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \begin_layout Plain Layout
22018 \begin_inset Caption
22019
22020 \begin_layout Plain Layout
22021 \begin_inset CommandInset label
22022 LatexCommand label
22023 name "abb:Gleitobjekt-links"
22024
22025 \end_inset
22026
22027 Gleitobjekt auf der linken Seite.
22028 \end_layout
22029
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \end_inset
22036
22037
22038 \begin_inset space \hfill{}
22039 \end_inset
22040
22041
22042 \begin_inset Box Frameless
22043 position "b"
22044 hor_pos "c"
22045 has_inner_box 1
22046 inner_pos "t"
22047 use_parbox 0
22048 width "45col%"
22049 special "none"
22050 height "1in"
22051 height_special "totalheight"
22052 status open
22053
22054 \begin_layout Plain Layout
22055 \align center
22056 \begin_inset Graphics
22057         filename ../clipart/platypus.eps
22058         lyxscale 50
22059         width 100col%
22060         scaleBeforeRotation
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Caption
22069
22070 \begin_layout Plain Layout
22071 \begin_inset CommandInset label
22072 LatexCommand label
22073 name "abb:Gleitobjekt-rechts"
22074
22075 \end_inset
22076
22077 Gleitobjekt auf der rechten Seite.
22078 \end_layout
22079
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \begin_layout Section
22096 Beschriftungs-Formatierung
22097 \begin_inset CommandInset label
22098 LatexCommand label
22099 name "abs:Titel-Formatierung"
22100
22101 \end_inset
22102
22103
22104 \begin_inset Index
22105 status collapsed
22106
22107 \begin_layout Plain Layout
22108 Gleitobjekte ! Beschriftung ! Formatierung
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Standard
22117
22118 \family sans
22119 Legende
22120 \family default
22121  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22122  In LyX sehen Titel so aus:  
22123 \family sans
22124
22125 \begin_inset Quotes gld
22126 \end_inset
22127
22128 Abbildung xyz:
22129 \family default
22130
22131 \begin_inset Quotes grd
22132 \end_inset
22133
22134 , gefolgt vom Beschriftungstext, wobei 
22135 \family sans
22136 xyz
22137 \family default
22138  die von LyX vergebene Nummer ist.
22139  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22140  gedruckt.
22141  Dies ist nicht immer brauchbar.
22142 \end_layout
22143
22144 \begin_layout Standard
22145 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22146  
22147 \series bold
22148 caption
22149 \series default
22150
22151 \begin_inset Index
22152 status collapsed
22153
22154 \begin_layout Plain Layout
22155 LaTeX-Pakete ! caption
22156 \end_layout
22157
22158 \end_inset
22159
22160  in den LaTeX-Vorspann laden:
22161 \end_layout
22162
22163 \begin_layout Standard
22164
22165 \series bold
22166
22167 \backslash
22168 usepackage[Format-Definition]{caption}
22169 \end_layout
22170
22171 \begin_layout Standard
22172 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22173  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22174 \end_layout
22175
22176 \begin_layout Standard
22177
22178 \series bold
22179
22180 \backslash
22181 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22182 \end_layout
22183
22184 \begin_layout Standard
22185 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22186  definieren.
22187  Dazu laden Sie das 
22188 \series bold
22189 caption
22190 \series default
22191 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22192  dem Befehl
22193 \end_layout
22194
22195 \begin_layout Standard
22196
22197 \series bold
22198
22199 \backslash
22200 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22201 \end_layout
22202
22203 \begin_layout Standard
22204 Für Abbildung
22205 \begin_inset space ~
22206 \end_inset
22207
22208
22209 \begin_inset CommandInset ref
22210 LatexCommand ref
22211 reference "abb:Langer-Abb-Titel"
22212
22213 \end_inset
22214
22215  und Tabelle
22216 \begin_inset space ~
22217 \end_inset
22218
22219
22220 \begin_inset CommandInset ref
22221 LatexCommand ref
22222 reference "tab:Langer-Tab-Titel"
22223
22224 \end_inset
22225
22226  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22227  werden:
22228 \end_layout
22229
22230 \begin_layout Standard
22231
22232 \series bold
22233
22234 \backslash
22235 usepackage[tableposition=top]{caption}
22236 \begin_inset Newline newline
22237 \end_inset
22238
22239
22240 \backslash
22241 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22242 \begin_inset Newline newline
22243 \end_inset
22244
22245
22246 \begin_inset ERT
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250
22251
22252 \backslash
22253 hphantom{
22254 \backslash
22255
22256 \backslash
22257 captionsetup[figure]
22258 \backslash
22259 {}
22260 \end_layout
22261
22262 \end_inset
22263
22264  labelsep=period}
22265 \begin_inset Newline newline
22266 \end_inset
22267
22268
22269 \backslash
22270 captionsetup[table]{labelfont={bf,sf}}
22271 \end_layout
22272
22273 \begin_layout Standard
22274 \begin_inset Note Greyedout
22275 status open
22276
22277 \begin_layout Plain Layout
22278
22279 \series bold
22280 Bemerkung:
22281 \series default
22282  Die Option 
22283 \series bold
22284 tableposition=top
22285 \series default
22286  hat keine Auswirkung wenn eine 
22287 \series bold
22288 koma-script
22289 \series default
22290
22291 \begin_inset Index
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295 LaTeX-Pakete ! koma-script
22296 \end_layout
22297
22298 \end_inset
22299
22300 -Dokumentklasse verwendet wird.
22301  Hier muss die Option 
22302 \series bold
22303 tablecaptionabove
22304 \series default
22305  benutzt werden.
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Standard
22314 Weitere Informationen über das Paket
22315 \series bold
22316  caption
22317 \series default
22318  finden Sie in seiner Dokumentation 
22319 \begin_inset CommandInset citation
22320 LatexCommand cite
22321 key "caption"
22322
22323 \end_inset
22324
22325 .
22326 \end_layout
22327
22328 \begin_layout Standard
22329 Wenn Sie den Namen von 
22330 \begin_inset Quotes gld
22331 \end_inset
22332
22333 Abbildung
22334 \begin_inset Quotes grd
22335 \end_inset
22336
22337  auf 
22338 \begin_inset Quotes gld
22339 \end_inset
22340
22341 Bild
22342 \begin_inset Quotes grd
22343 \end_inset
22344
22345  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22346 \end_layout
22347
22348 \begin_layout Standard
22349
22350 \series bold
22351
22352 \backslash
22353 renewcommand{
22354 \backslash
22355 fnum@figure}{Bild~
22356 \backslash
22357 thefigure}
22358 \end_layout
22359
22360 \begin_layout Standard
22361 wobei 
22362 \series bold
22363
22364 \backslash
22365 thefigure
22366 \series default
22367  die Bildnummer einsetzt und
22368 \series bold
22369  ~
22370 \series default
22371  ein geschütztes Leerzeichen ist.
22372 \end_layout
22373
22374 \begin_layout Standard
22375 \begin_inset VSpace bigskip
22376 \end_inset
22377
22378 Wenn Sie eine 
22379 \series bold
22380 koma-script
22381 \series default
22382
22383 \begin_inset Index
22384 status collapsed
22385
22386 \begin_layout Plain Layout
22387 LaTeX-Pakete ! koma-script
22388 \end_layout
22389
22390 \end_inset
22391
22392 -Dokumentklasse (
22393 \family sans
22394 article (koma-script)
22395 \family default
22396
22397 \family sans
22398 book (koma-script)
22399 \family default
22400
22401 \family sans
22402 letter (koma-script)
22403 \family default
22404  oder 
22405 \family sans
22406 report (koma-script)
22407 \family default
22408 ) benutzen, können Sie anstatt des 
22409 \series bold
22410 caption
22411 \series default
22412 -Paketes den eingebauten Befehl 
22413 \series bold
22414
22415 \backslash
22416 setkomafont
22417 \series default
22418  von 
22419 \series bold
22420 koma-script
22421 \series default
22422  benutzen.
22423  Der Befehl
22424 \end_layout
22425
22426 \begin_layout Standard
22427
22428 \series bold
22429
22430 \backslash
22431 setkomafont{captionlabel}{
22432 \backslash
22433 bfseries}
22434 \end_layout
22435
22436 \begin_layout Standard
22437 im LaTeX-Vorspann druckt den Namen fett.
22438 \end_layout
22439
22440 \begin_layout Standard
22441 Weitere Informationen über 
22442 \series bold
22443
22444 \backslash
22445 setkomafont
22446 \series default
22447  finden Sie in der 
22448 \series bold
22449 koma-script
22450 \series default
22451 -Do\SpecialChar \-
22452 ku\SpecialChar \-
22453 men\SpecialChar \-
22454 ta\SpecialChar \-
22455 tion 
22456 \begin_inset CommandInset citation
22457 LatexCommand cite
22458 key "koma-script"
22459
22460 \end_inset
22461
22462 .
22463 \end_layout
22464
22465 \begin_layout Standard
22466 \begin_inset ERT
22467 status collapsed
22468
22469 \begin_layout Plain Layout
22470
22471
22472 \backslash
22473 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22474 }
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \begin_inset Note Note
22481 status open
22482
22483 \begin_layout Plain Layout
22484 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \begin_layout Standard
22493 \begin_inset Float figure
22494 placement !p
22495 wide false
22496 sideways false
22497 status open
22498
22499 \begin_layout Plain Layout
22500 \align center
22501 \begin_inset Graphics
22502         filename ../clipart/mobius.eps
22503         lyxscale 50
22504         scale 50
22505         scaleBeforeRotation
22506
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \begin_layout Plain Layout
22513 \begin_inset Caption
22514
22515 \begin_layout Plain Layout
22516 \begin_inset CommandInset label
22517 LatexCommand label
22518 name "abb:Langer-Abb-Titel"
22519
22520 \end_inset
22521
22522 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22523  ist, um das andere Beschriftungsformat zu zeigen.
22524  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22525 \begin_inset OptArg
22526 status collapsed
22527
22528 \begin_layout Plain Layout
22529 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22530  ist.
22531 \end_layout
22532
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Standard
22549 \begin_inset ERT
22550 status collapsed
22551
22552 \begin_layout Plain Layout
22553
22554
22555 \backslash
22556 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22557 on}
22558 \end_layout
22559
22560 \end_inset
22561
22562
22563 \end_layout
22564
22565 \begin_layout Standard
22566 \begin_inset Float table
22567 placement !p
22568 wide false
22569 sideways false
22570 status open
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Caption
22574
22575 \begin_layout Plain Layout
22576 \begin_inset CommandInset label
22577 LatexCommand label
22578 name "tab:Langer-Tab-Titel"
22579
22580 \end_inset
22581
22582 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22583  ist, um das andere Beschriftungsformat zu zeigen.
22584  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22585  benutzt.
22586 \begin_inset OptArg
22587 status collapsed
22588
22589 \begin_layout Plain Layout
22590 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22591  ist.
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \begin_layout Plain Layout
22605 \align center
22606 \begin_inset Tabular
22607 <lyxtabular version="3" rows="1" columns="5">
22608 <features>
22609 <column alignment="center" valignment="top" width="0">
22610 <column alignment="center" valignment="top" width="0">
22611 <column alignment="center" valignment="top" width="0">
22612 <column alignment="center" valignment="top" width="0">
22613 <column alignment="center" valignment="top" width="0">
22614 <row>
22615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619 a
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 b
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 c
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 d
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 e
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 </row>
22661 </lyxtabular>
22662
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \begin_layout Section
22674 Beschriftungs-Platzierung
22675 \begin_inset CommandInset label
22676 LatexCommand label
22677 name "abs:Titel-Platzierung"
22678
22679 \end_inset
22680
22681
22682 \begin_inset Index
22683 status collapsed
22684
22685 \begin_layout Plain Layout
22686 Gleitobjekte ! Beschriftung ! Platzierung
22687 \end_layout
22688
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \begin_layout Standard
22695 Normalerweise werden die Beschriftungen wie folgt platziert:
22696 \end_layout
22697
22698 \begin_layout Description
22699 Abbildung: darunter
22700 \end_layout
22701
22702 \begin_layout Description
22703 Tabelle: darüber
22704 \end_layout
22705
22706 \begin_layout Standard
22707 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22708  Das heißt wenn Sie eine der Dokument-Klassen 
22709 \family sans
22710 article
22711 \family default
22712
22713 \family sans
22714 book
22715 \family default
22716
22717 \family sans
22718 letter
22719 \family default
22720  oder 
22721 \family sans
22722 report
22723 \family default
22724  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22725  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22726 \series bold
22727 caption
22728 \series default
22729  im LaTeX-Vorspann folgendes:
22730 \begin_inset Foot
22731 status collapsed
22732
22733 \begin_layout Plain Layout
22734 In Abschnitt
22735 \begin_inset space ~
22736 \end_inset
22737
22738
22739 \begin_inset CommandInset ref
22740 LatexCommand ref
22741 reference "abs:Titel-Formatierung"
22742
22743 \end_inset
22744
22745  steht mehr über das Paket 
22746 \series bold
22747 caption
22748 \series default
22749 .
22750 \end_layout
22751
22752 \end_inset
22753
22754
22755 \end_layout
22756
22757 \begin_layout Standard
22758
22759 \series bold
22760 tableposition=top
22761 \end_layout
22762
22763 \begin_layout Standard
22764 Wenn Sie eine 
22765 \series bold
22766 koma-script
22767 \series default
22768
22769 \begin_inset Index
22770 status collapsed
22771
22772 \begin_layout Plain Layout
22773 LaTeX-Pakete ! koma-script
22774 \end_layout
22775
22776 \end_inset
22777
22778 -Dokumentklasse (
22779 \family sans
22780 article (koma-script)
22781 \family default
22782
22783 \family sans
22784 book (koma-script)
22785 \family default
22786
22787 \family sans
22788 letter (koma-script)
22789 \family default
22790  oder 
22791 \family sans
22792 report (koma-script)
22793 \family default
22794 ) benutzen, können Sie alternativ zum 
22795 \series bold
22796 caption
22797 \series default
22798 -Paket die Option 
22799 \series bold
22800 tablecaptionabove
22801 \series default
22802  benutzen.
22803 \end_layout
22804
22805 \begin_layout Standard
22806 \begin_inset VSpace bigskip
22807 \end_inset
22808
22809 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22810  Das bewirkt das LaTeX-Paket 
22811 \series bold
22812 sidecap
22813 \series default
22814
22815 \begin_inset Index
22816 status collapsed
22817
22818 \begin_layout Plain Layout
22819 LaTeX-Pakete ! sidecap
22820 \end_layout
22821
22822 \end_inset
22823
22824 , das so in den LaTeX-Vorspann geladen wird:
22825 \end_layout
22826
22827 \begin_layout Standard
22828
22829 \series bold
22830
22831 \backslash
22832 usepackage[Option]{sidecap}
22833 \end_layout
22834
22835 \begin_layout Standard
22836 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22837  Mit 
22838 \series bold
22839 innercaption
22840 \series default
22841  wird die Beschriftung innen gedruckt.
22842  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22843  
22844 \series bold
22845 rightcaption
22846 \series default
22847  oder 
22848 \series bold
22849 leftcaption
22850 \series default
22851 .
22852 \end_layout
22853
22854 \begin_layout Standard
22855 \begin_inset ERT
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859
22860
22861 \backslash
22862 ifsidecap
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \begin_inset Note Note
22869 status open
22870
22871 \begin_layout Plain Layout
22872 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22873 \series bold
22874 sidecap
22875 \series default
22876  installiert ist.
22877 \end_layout
22878
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \begin_layout Standard
22885 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22886  in den LaTeX-Vorspann schreiben:
22887 \end_layout
22888
22889 \begin_layout Standard
22890
22891 \lyxline
22892
22893 \end_layout
22894
22895 \begin_layout Standard
22896
22897 \series bold
22898
22899 \backslash
22900 newcommand{
22901 \backslash
22902 TabBesBeg}{%
22903 \begin_inset Newline newline
22904 \end_inset
22905
22906
22907 \begin_inset ERT
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911
22912
22913 \backslash
22914 hphantom{ }
22915 \end_layout
22916
22917 \end_inset
22918
22919
22920 \backslash
22921 let
22922 \backslash
22923 MyTable
22924 \backslash
22925 table
22926 \begin_inset Newline newline
22927 \end_inset
22928
22929
22930 \begin_inset ERT
22931 status collapsed
22932
22933 \begin_layout Plain Layout
22934
22935
22936 \backslash
22937 hphantom{ }
22938 \end_layout
22939
22940 \end_inset
22941
22942
22943 \backslash
22944 let
22945 \backslash
22946 MyEndtable
22947 \backslash
22948 endtable
22949 \begin_inset Newline newline
22950 \end_inset
22951
22952
22953 \begin_inset ERT
22954 status collapsed
22955
22956 \begin_layout Plain Layout
22957
22958
22959 \backslash
22960 hphantom{ }
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \backslash
22967 renewenvironment{table}{
22968 \backslash
22969 begin{SCtable}}{
22970 \backslash
22971 end{SCtable}}}
22972 \end_layout
22973
22974 \begin_layout Standard
22975
22976 \series bold
22977
22978 \backslash
22979 newcommand{
22980 \backslash
22981 TabBesEnd}{%
22982 \begin_inset Newline newline
22983 \end_inset
22984
22985
22986 \begin_inset ERT
22987 status collapsed
22988
22989 \begin_layout Plain Layout
22990
22991
22992 \backslash
22993 hphantom{ }
22994 \end_layout
22995
22996 \end_inset
22997
22998
22999 \backslash
23000 let
23001 \backslash
23002 table
23003 \backslash
23004 MyTable
23005 \begin_inset Newline newline
23006 \end_inset
23007
23008
23009 \begin_inset ERT
23010 status collapsed
23011
23012 \begin_layout Plain Layout
23013
23014
23015 \backslash
23016 hphantom{ }
23017 \end_layout
23018
23019 \end_inset
23020
23021
23022 \backslash
23023 let
23024 \backslash
23025 endtable
23026 \backslash
23027 MyEndtable
23028 \end_layout
23029
23030 \begin_layout Standard
23031
23032 \series bold
23033
23034 \backslash
23035 newcommand{
23036 \backslash
23037 FigBesBeg}{%
23038 \begin_inset Newline newline
23039 \end_inset
23040
23041
23042 \begin_inset ERT
23043 status collapsed
23044
23045 \begin_layout Plain Layout
23046
23047
23048 \backslash
23049 hphantom{ }
23050 \end_layout
23051
23052 \end_inset
23053
23054
23055 \backslash
23056 let
23057 \backslash
23058 MyFigure
23059 \backslash
23060 figure
23061 \begin_inset Newline newline
23062 \end_inset
23063
23064
23065 \begin_inset ERT
23066 status collapsed
23067
23068 \begin_layout Plain Layout
23069
23070
23071 \backslash
23072 hphantom{ }
23073 \end_layout
23074
23075 \end_inset
23076
23077
23078 \backslash
23079 let
23080 \backslash
23081 MyEndfigure
23082 \backslash
23083 endfigure
23084 \begin_inset Newline newline
23085 \end_inset
23086
23087
23088 \begin_inset ERT
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092
23093
23094 \backslash
23095 hphantom{ }
23096 \end_layout
23097
23098 \end_inset
23099
23100
23101 \backslash
23102 renewenvironment{figure}{
23103 \backslash
23104 begin{SCfigure}}{
23105 \backslash
23106 end{SCfigure}}}
23107 \end_layout
23108
23109 \begin_layout Standard
23110
23111 \series bold
23112
23113 \backslash
23114 newcommand{
23115 \backslash
23116 FigBesEnd}{%
23117 \begin_inset Newline newline
23118 \end_inset
23119
23120
23121 \begin_inset ERT
23122 status collapsed
23123
23124 \begin_layout Plain Layout
23125
23126
23127 \backslash
23128 hphantom{ }
23129 \end_layout
23130
23131 \end_inset
23132
23133
23134 \backslash
23135 let
23136 \backslash
23137 figure
23138 \backslash
23139 MyFigure
23140 \begin_inset Newline newline
23141 \end_inset
23142
23143
23144 \begin_inset ERT
23145 status collapsed
23146
23147 \begin_layout Plain Layout
23148
23149
23150 \backslash
23151 hphantom{ }
23152 \end_layout
23153
23154 \end_inset
23155
23156
23157 \backslash
23158 let
23159 \backslash
23160 endfigure
23161 \backslash
23162 MyEndfigure}
23163 \series default
23164
23165 \lyxline
23166
23167 \end_layout
23168
23169 \begin_layout Standard
23170 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23171 ungen seitlich gedruckt werden.
23172  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23173 \end_layout
23174
23175 \begin_layout Standard
23176
23177 \series bold
23178
23179 \backslash
23180 FigBesBeg
23181 \end_layout
23182
23183 \begin_layout Standard
23184 als TeX-Code vor und
23185 \end_layout
23186
23187 \begin_layout Standard
23188
23189 \series bold
23190
23191 \backslash
23192 FigBesEnd
23193 \end_layout
23194
23195 \begin_layout Standard
23196 hinter das Gleitobjekt.
23197  Bei Gleitobjekt-Tabellen heißen die Befehle
23198 \end_layout
23199
23200 \begin_layout Standard
23201
23202 \series bold
23203
23204 \backslash
23205 TabBesBeg
23206 \series default
23207  und 
23208 \series bold
23209
23210 \backslash
23211 TabBesEnd
23212 \series default
23213 .
23214 \end_layout
23215
23216 \begin_layout Standard
23217 Abbildung
23218 \begin_inset space ~
23219 \end_inset
23220
23221
23222 \begin_inset CommandInset ref
23223 LatexCommand ref
23224 reference "abb:Beschriftung-neben"
23225
23226 \end_inset
23227
23228  und Tabelle
23229 \begin_inset space ~
23230 \end_inset
23231
23232
23233 \begin_inset CommandInset ref
23234 LatexCommand ref
23235 reference "tab:cap-beside-tab"
23236
23237 \end_inset
23238
23239  sind Beispiele für seitliche Beschriftungen.
23240 \end_layout
23241
23242 \begin_layout Standard
23243 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23244  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23245  der Abbildung.
23246  Das kann man mit dem Befehl
23247 \end_layout
23248
23249 \begin_layout Standard
23250
23251 \series bold
23252
23253 \backslash
23254 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23255 \end_layout
23256
23257 \begin_layout Standard
23258 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23259  Der Gleitobjekt-Typ ist entweder 
23260 \family sans
23261 figure
23262 \family default
23263  oder 
23264 \family sans
23265 table
23266 \family default
23267 , die
23268 \family sans
23269  
23270 \family default
23271 Platzierung ist 
23272 \family typewriter
23273 t
23274 \family default
23275  für oben, 
23276 \family typewriter
23277 c
23278 \family default
23279  für zentriert oder 
23280 \family typewriter
23281 b
23282 \family default
23283  für unten.
23284  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23285  lautet der Befehl
23286 \end_layout
23287
23288 \begin_layout Standard
23289
23290 \series bold
23291
23292 \backslash
23293 sidecaptionvpos{figure}{c}
23294 \end_layout
23295
23296 \begin_layout Standard
23297 Das wurde in Abbildung
23298 \begin_inset space ~
23299 \end_inset
23300
23301
23302 \begin_inset CommandInset ref
23303 LatexCommand ref
23304 reference "abb:cap-beside-fig-2"
23305
23306 \end_inset
23307
23308  benutzt.
23309 \end_layout
23310
23311 \begin_layout Standard
23312 \begin_inset VSpace medskip
23313 \end_inset
23314
23315 Weitere Informationen über das Paket
23316 \series bold
23317  sidecap
23318 \series default
23319  finden Sie in seiner Dokumentation 
23320 \begin_inset CommandInset citation
23321 LatexCommand cite
23322 key "sidecap"
23323
23324 \end_inset
23325
23326 .
23327 \end_layout
23328
23329 \begin_layout Standard
23330 \begin_inset Note Greyedout
23331 status open
23332
23333 \begin_layout Plain Layout
23334
23335 \series bold
23336 Bemerkung:
23337 \series default
23338  Das LaTeX-Paket 
23339 \series bold
23340 hypcap
23341 \series default
23342
23343 \begin_inset Index
23344 status collapsed
23345
23346 \begin_layout Plain Layout
23347 LaTeX-Pakete ! hypcap
23348 \end_layout
23349
23350 \end_inset
23351
23352  das in Abschnitt
23353 \begin_inset space ~
23354 \end_inset
23355
23356
23357 \begin_inset CommandInset ref
23358 LatexCommand ref
23359 reference "uab:Querverweis-Position"
23360
23361 \end_inset
23362
23363  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23364  Beschriftungen.
23365 \end_layout
23366
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \begin_layout Standard
23373 \begin_inset ERT
23374 status collapsed
23375
23376 \begin_layout Plain Layout
23377
23378
23379 \backslash
23380 FigBesBeg 
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \begin_layout Standard
23389 \begin_inset Float figure
23390 wide false
23391 sideways false
23392 status open
23393
23394 \begin_layout Plain Layout
23395 \begin_inset Graphics
23396         filename ../clipart/escher-lsd.eps
23397         scale 75
23398         scaleBeforeRotation
23399
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \begin_layout Plain Layout
23406 \begin_inset Caption
23407
23408 \begin_layout Plain Layout
23409 \begin_inset CommandInset label
23410 LatexCommand label
23411 name "abb:Beschriftung-neben"
23412
23413 \end_inset
23414
23415 Dies ist eine Beschriftung neben einer Abbildung.
23416 \end_layout
23417
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \begin_layout Standard
23429 \begin_inset ERT
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433
23434
23435 \backslash
23436 TabBesBeg 
23437 \end_layout
23438
23439 \end_inset
23440
23441
23442 \end_layout
23443
23444 \begin_layout Standard
23445 \begin_inset Float table
23446 wide false
23447 sideways false
23448 status open
23449
23450 \begin_layout Plain Layout
23451 \begin_inset Caption
23452
23453 \begin_layout Plain Layout
23454 \begin_inset CommandInset label
23455 LatexCommand label
23456 name "tab:cap-beside-tab"
23457
23458 \end_inset
23459
23460 Dies ist eine Beschriftung neben einer Tabelle.
23461 \end_layout
23462
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Tabular
23470 <lyxtabular version="3" rows="4" columns="5">
23471 <features>
23472 <column alignment="center" valignment="top" width="0">
23473 <column alignment="center" valignment="top" width="0">
23474 <column alignment="center" valignment="top" width="0">
23475 <column alignment="center" valignment="top" width="0">
23476 <column alignment="center" valignment="top" width="0">
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482 a
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 b
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 c
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 </row>
23524 <row>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538 d
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 e
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 f
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 g
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 h
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \end_layout
23625
23626 \end_inset
23627 </cell>
23628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632 i
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650 j
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 </row>
23665 </lyxtabular>
23666
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \begin_layout Standard
23678 \begin_inset ERT
23679 status collapsed
23680
23681 \begin_layout Plain Layout
23682
23683
23684 \backslash
23685 TabBesEnd
23686 \end_layout
23687
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \begin_layout Standard
23694 \begin_inset ERT
23695 status collapsed
23696
23697 \begin_layout Plain Layout
23698
23699
23700 \backslash
23701 sidecaptionvpos{figure}{c}
23702 \end_layout
23703
23704 \end_inset
23705
23706
23707 \begin_inset Float figure
23708 wide false
23709 sideways false
23710 status open
23711
23712 \begin_layout Plain Layout
23713 \begin_inset Graphics
23714         filename ../clipart/escher-lsd.eps
23715         scale 75
23716         scaleBeforeRotation
23717
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \begin_layout Plain Layout
23724 \begin_inset Caption
23725
23726 \begin_layout Plain Layout
23727 \begin_inset CommandInset label
23728 LatexCommand label
23729 name "abb:cap-beside-fig-2"
23730
23731 \end_inset
23732
23733 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23734 \end_layout
23735
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \begin_layout Standard
23747 \begin_inset ERT
23748 status collapsed
23749
23750 \begin_layout Plain Layout
23751
23752
23753 \backslash
23754 FigBesEnd
23755 \end_layout
23756
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \begin_layout Standard
23763 \begin_inset ERT
23764 status collapsed
23765
23766 \begin_layout Plain Layout
23767
23768
23769 \backslash
23770 else
23771 \end_layout
23772
23773 \end_inset
23774
23775
23776 \begin_inset Note Note
23777 status open
23778
23779 \begin_layout Plain Layout
23780 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23781 \series bold
23782 sidecap
23783 \series default
23784  nicht installiert ist:
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \end_layout
23791
23792 \begin_layout Standard
23793 Das LaTeX-Paket 
23794 \series bold
23795 sidecap
23796 \series default
23797  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23798 \end_layout
23799
23800 \begin_layout Standard
23801 \begin_inset ERT
23802 status collapsed
23803
23804 \begin_layout Plain Layout
23805
23806
23807 \backslash
23808 fi
23809 \end_layout
23810
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \begin_layout Section
23817 Gleitobjekt-Verzeichnisse
23818 \begin_inset CommandInset label
23819 LatexCommand label
23820 name "abs:Gleitobjekt-Verzeichnisse"
23821
23822 \end_inset
23823
23824
23825 \begin_inset Index
23826 status collapsed
23827
23828 \begin_layout Plain Layout
23829 Gleitobjekte ! Verzeichnisse
23830 \end_layout
23831
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \begin_layout Standard
23838 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23839  Sie können mit den Untermenüs von 
23840 \family sans
23841 Einfügen\SpecialChar \menuseparator
23842 Liste
23843 \begin_inset space ~
23844 \end_inset
23845
23846 /
23847 \begin_inset space ~
23848 \end_inset
23849
23850 Inhaltsverzeichnis
23851 \family default
23852  eingefügt werden.
23853 \end_layout
23854
23855 \begin_layout Standard
23856 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23857  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23858 \end_layout
23859
23860 \begin_layout Standard
23861 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23862  und ein Tabellen-Verzeichnis.
23863 \end_layout
23864
23865 \begin_layout Chapter
23866 Notizen
23867 \end_layout
23868
23869 \begin_layout Section
23870 LyX-Notizen
23871 \begin_inset CommandInset label
23872 LatexCommand label
23873 name "abs:LyX-Notizen"
23874
23875 \end_inset
23876
23877
23878 \begin_inset Index
23879 status collapsed
23880
23881 \begin_layout Plain Layout
23882 Notizen ! LyX-Notizen
23883 \end_layout
23884
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \begin_layout Standard
23891 Notizen werden mit einem Klick auf 
23892 \begin_inset Graphics
23893         filename ../../images/note-insert.png
23894         scale 85
23895         scaleBeforeRotation
23896         BoundingBox 0bp 6bp 22bp 22bp
23897
23898 \end_inset
23899
23900  oder 
23901 \family sans
23902 Einfügen\SpecialChar \menuseparator
23903 Notiz
23904 \family default
23905  eingefügt.
23906  Es gibt drei Arten:
23907 \end_layout
23908
23909 \begin_layout Description
23910 LyX-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
23911  Eine 
23912 \family sans
23913 LyX-Notiz
23914 \family default
23915  sieht so aus:
23916 \begin_inset Newline newline
23917 \end_inset
23918
23919
23920 \begin_inset Newline newline
23921 \end_inset
23922
23923
23924 \begin_inset Graphics
23925         filename clipart/LyXNotizQt4.png
23926         display none
23927         scale 60
23928         scaleBeforeRotation
23929
23930 \end_inset
23931
23932  
23933 \begin_inset Note Note
23934 status open
23935
23936 \begin_layout Plain Layout
23937 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23938 \end_layout
23939
23940 \end_inset
23941
23942
23943 \end_layout
23944
23945 \begin_layout Description
23946 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
23947 men\SpecialChar \-
23948 tar,
23949  wenn Sie das Dokument nach LaTeX exportieren (
23950 \family sans
23951 Datei\SpecialChar \menuseparator
23952 Ex\SpecialChar \-
23953 por\SpecialChar \-
23954 tie\SpecialChar \-
23955 ren\SpecialChar \menuseparator
23956 LaTe
23957 \begin_inset ERT
23958 status collapsed
23959
23960 \begin_layout Plain Layout
23961
23962 {}
23963 \end_layout
23964
23965 \end_inset
23966
23967 X (pdflatex) / (plain)
23968 \family default
23969 .
23970  Ein Kommentar sieht so aus:
23971 \begin_inset Newline newline
23972 \end_inset
23973
23974
23975 \begin_inset Newline newline
23976 \end_inset
23977
23978
23979 \begin_inset Graphics
23980         filename clipart/KommentarQt4.png
23981         display none
23982         scale 60
23983         scaleBeforeRotation
23984
23985 \end_inset
23986
23987  
23988 \begin_inset Note Comment
23989 status open
23990
23991 \begin_layout Plain Layout
23992 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23993 \end_layout
23994
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \begin_layout Description
24001 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24002 \begin_inset Newline newline
24003 \end_inset
24004
24005
24006 \begin_inset Newline newline
24007 \end_inset
24008
24009
24010 \begin_inset Graphics
24011         filename clipart/GrauschriftNotizQt4.png
24012         display none
24013         scale 60
24014         scaleBeforeRotation
24015
24016 \end_inset
24017
24018
24019 \begin_inset Newline newline
24020 \end_inset
24021
24022
24023 \begin_inset ERT
24024 status collapsed
24025
24026 \begin_layout Plain Layout
24027
24028
24029 \backslash
24030 renewenvironment{lyxgreyedout}
24031 \end_layout
24032
24033 \begin_layout Plain Layout
24034
24035 {
24036 \backslash
24037 textcolor[gray]{0.4}
24038 \backslash
24039 bgroup}{
24040 \backslash
24041 egroup}
24042 \end_layout
24043
24044 \end_inset
24045
24046
24047 \begin_inset Note Greyedout
24048 status open
24049
24050 \begin_layout Plain Layout
24051 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24052 \begin_inset Foot
24053 status open
24054
24055 \begin_layout Plain Layout
24056 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24057 \end_layout
24058
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \begin_inset ERT
24068 status collapsed
24069
24070 \begin_layout Plain Layout
24071
24072
24073 \backslash
24074 renewenvironment{lyxgreyedout}
24075 \end_layout
24076
24077 \begin_layout Plain Layout
24078
24079 {
24080 \backslash
24081 textcolor{blue}
24082 \backslash
24083 bgroup}{
24084 \backslash
24085 egroup}
24086 \end_layout
24087
24088 \end_inset
24089
24090
24091 \begin_inset Note Note
24092 status collapsed
24093
24094 \begin_layout Plain Layout
24095 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
24096  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
24097  definiert wurden.
24098  
24099 \end_layout
24100
24101 \end_inset
24102
24103
24104 \begin_inset Newline newline
24105 \end_inset
24106
24107
24108 \begin_inset Newline newline
24109 \end_inset
24110
24111 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
24112  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
24113 \end_layout
24114
24115 \begin_layout Description
24116 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
24117 \begin_inset Newline newline
24118 \end_inset
24119
24120
24121 \begin_inset Newline newline
24122 \end_inset
24123
24124
24125 \begin_inset Graphics
24126         filename clipart/GerahmteNotizQt4.png
24127         display none
24128         scale 60
24129         scaleBeforeRotation
24130
24131 \end_inset
24132
24133
24134 \begin_inset Box Framed
24135 position "t"
24136 hor_pos "c"
24137 has_inner_box 0
24138 inner_pos "t"
24139 use_parbox 0
24140 width "100col%"
24141 special "none"
24142 height "1in"
24143 height_special "totalheight"
24144 status open
24145
24146 \begin_layout Plain Layout
24147 Dies ist eine Notiz, die gerahmt gedruckt wird.
24148 \end_layout
24149
24150 \end_inset
24151
24152 Im Gegensatz zu gerahmten Boxen
24153 \begin_inset Foot
24154 status open
24155
24156 \begin_layout Plain Layout
24157 Gerahmte Boxen werden in Abschnitt
24158 \begin_inset space ~
24159 \end_inset
24160
24161
24162 \begin_inset CommandInset ref
24163 LatexCommand ref
24164 reference "abs:Gerahmte-Boxen"
24165
24166 \end_inset
24167
24168  beschrieben.
24169 \end_layout
24170
24171 \end_inset
24172
24173  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
24174  Notiz ist ein Absatz für sich.
24175  
24176 \end_layout
24177
24178 \begin_layout Description
24179 Schattiert: Diese Notiz müsste eigentlich 
24180 \family sans
24181 farbig
24182 \family default
24183  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
24184 \family sans
24185 Werkzeuge\SpecialChar \menuseparator
24186 Einstellungen\SpecialChar \menuseparator
24187 Farben\SpecialChar \menuseparator
24188 Schat\SpecialChar \-
24189 tier\SpecialChar \-
24190 te
24191 \begin_inset space \space{}
24192 \end_inset
24193
24194 Box
24195 \family default
24196  definiert ist, und sieht so aus:
24197 \begin_inset Newline newline
24198 \end_inset
24199
24200
24201 \begin_inset Newline newline
24202 \end_inset
24203
24204
24205 \begin_inset Graphics
24206         filename clipart/SchattierteNotizQt4.png
24207         display none
24208         scale 60
24209         scaleBeforeRotation
24210
24211 \end_inset
24212
24213
24214 \begin_inset Box Shaded
24215 position "t"
24216 hor_pos "c"
24217 has_inner_box 0
24218 inner_pos "t"
24219 use_parbox 0
24220 width "100col%"
24221 special "none"
24222 height "1in"
24223 height_special "totalheight"
24224 status open
24225
24226 \begin_layout Plain Layout
24227 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
24228 \end_layout
24229
24230 \end_inset
24231
24232 Im Gegensatz zu farbigen Boxen
24233 \begin_inset Foot
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237 Farbige Boxen werden in Abschnitt
24238 \begin_inset space ~
24239 \end_inset
24240
24241
24242 \begin_inset CommandInset ref
24243 LatexCommand ref
24244 reference "abs:Farbige-Boxen"
24245
24246 \end_inset
24247
24248  beschrieben.
24249 \end_layout
24250
24251 \end_inset
24252
24253  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
24254  die Notiz ist ein Absatz für sich.
24255 \end_layout
24256
24257 \begin_layout Standard
24258 \begin_inset VSpace bigskip
24259 \end_inset
24260
24261 Wenn Sie auf den Werzeugleistenknopf 
24262 \begin_inset Graphics
24263         filename ../../images/note-insert.png
24264         scale 85
24265         scaleBeforeRotation
24266         BoundingBox 0bp 6bp 22bp 22bp
24267
24268 \end_inset
24269
24270  klicken, wird zunächst eine 
24271 \family sans
24272 LyX-Notiz
24273 \family default
24274  eingefügt.
24275  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24276  anderen Möglichkeiten auswählen.
24277  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24278  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24279  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace Taste, wenn
24280  der Cursor am Beginn der Notiz ist oder die Entfernen Taste, wenn der Cursor
24281  am Ende der Notiz ist.
24282 \end_layout
24283
24284 \begin_layout Standard
24285 \begin_inset VSpace bigskip
24286 \end_inset
24287
24288 Die Textfarbe der 
24289 \family sans
24290 Grauschrift
24291 \family default
24292 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
24293 \end_layout
24294
24295 \begin_layout Standard
24296
24297 \series bold
24298
24299 \backslash
24300 renewenvironment{lyxgreyedout}
24301 \begin_inset Newline newline
24302 \end_inset
24303
24304
24305 \begin_inset ERT
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309
24310
24311 \backslash
24312 hphantom{ }
24313 \end_layout
24314
24315 \end_inset
24316
24317 {
24318 \backslash
24319 textcolor{color}
24320 \backslash
24321 bgroup}{
24322 \backslash
24323 egroup}
24324 \end_layout
24325
24326 \begin_layout Standard
24327 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24328 \begin_inset space ~
24329 \end_inset
24330
24331
24332 \begin_inset CommandInset ref
24333 LatexCommand ref
24334 reference "abs:Farbige-Tabellen"
24335
24336 \end_inset
24337
24338  beschrieben.
24339  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24340 \end_layout
24341
24342 \begin_layout Standard
24343 \begin_inset VSpace bigskip
24344 \end_inset
24345
24346 Der Textstil von 
24347 \family sans
24348 Eingerahmt
24349 \family default
24350  und 
24351 \family sans
24352 Schattiert
24353 \family default
24354  kann im 
24355 \family sans
24356 Textstil
24357 \family default
24358  Dialog eingestellt werden.
24359 \end_layout
24360
24361 \begin_layout Standard
24362 Die Standard-Rahmenbreite für 
24363 \family sans
24364 Eingerahmt
24365 \family default
24366  ist 0.4
24367 \begin_inset space \thinspace{}
24368 \end_inset
24369
24370 pt; sie kann mit 
24371 \series bold
24372
24373 \backslash
24374 FrameRule
24375 \series default
24376  geändert werden.
24377  Der Standard-Abstand zwischen Rahmen und Text ist 9
24378 \begin_inset space \thinspace{}
24379 \end_inset
24380
24381 pt; er kann mit 
24382 \series bold
24383
24384 \backslash
24385 FrameSep
24386 \series default
24387  geändert werden.
24388  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
24389  als TeX-Code geändert:
24390 \end_layout
24391
24392 \begin_layout Standard
24393
24394 \series bold
24395
24396 \backslash
24397 FrameRule 5pt 
24398 \backslash
24399 FrameSep 0.5cm
24400 \end_layout
24401
24402 \begin_layout Standard
24403 \begin_inset ERT
24404 status collapsed
24405
24406 \begin_layout Plain Layout
24407
24408
24409 \backslash
24410 FrameRule 5pt 
24411 \backslash
24412 FrameSep 0.5cm
24413 \end_layout
24414
24415 \end_inset
24416
24417
24418 \begin_inset Box Framed
24419 position "t"
24420 hor_pos "c"
24421 has_inner_box 0
24422 inner_pos "t"
24423 use_parbox 0
24424 width "100col%"
24425 special "none"
24426 height "1in"
24427 height_special "totalheight"
24428 status open
24429
24430 \begin_layout Plain Layout
24431 Dies ist Text in einem anderen Rahmen.
24432 \end_layout
24433
24434 \end_inset
24435
24436
24437 \end_layout
24438
24439 \begin_layout Standard
24440 \begin_inset ERT
24441 status collapsed
24442
24443 \begin_layout Plain Layout
24444
24445
24446 \backslash
24447 FrameRule 0.4pt 
24448 \backslash
24449 FrameSep 9pt
24450 \end_layout
24451
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \begin_layout Standard
24458 \begin_inset VSpace bigskip
24459 \end_inset
24460
24461 Für 
24462 \family sans
24463 Schattiert
24464 \family default
24465  beträgt der Abstand zwischen Rand und Text 3
24466 \begin_inset space \thinspace{}
24467 \end_inset
24468
24469 pt; er kann mit 
24470 \series bold
24471
24472 \backslash
24473 fboxsep
24474 \series default
24475  geändert werden.
24476  Die Standard-Hintergrundfarbe ist rot und kann mit 
24477 \series bold
24478
24479 \backslash
24480 definecolor{shadebox}
24481 \series default
24482  oder 
24483 \family sans
24484 Werkzeuge\SpecialChar \menuseparator
24485 Einstellungen\SpecialChar \menuseparator
24486 Farben\SpecialChar \menuseparator
24487 Schattierte
24488 \begin_inset space ~
24489 \end_inset
24490
24491 Box
24492 \family default
24493  geändert werden.
24494  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24495 \begin_inset space ~
24496 \end_inset
24497
24498
24499 \begin_inset CommandInset ref
24500 LatexCommand ref
24501 reference "abs:Farbige-Tabellen"
24502
24503 \end_inset
24504
24505  beschrieben
24506 \begin_inset Foot
24507 status collapsed
24508
24509 \begin_layout Plain Layout
24510
24511 \series bold
24512
24513 \backslash
24514 definecolor
24515 \series default
24516  benötigt LaTeX-Paket 
24517 \series bold
24518 color
24519 \series default
24520
24521 \begin_inset Index
24522 status collapsed
24523
24524 \begin_layout Plain Layout
24525 LaTeX-Pakete ! color
24526 \end_layout
24527
24528 \end_inset
24529
24530  im LaTeX-Vorspann, siehe Abschnitt
24531 \begin_inset space ~
24532 \end_inset
24533
24534
24535 \begin_inset CommandInset ref
24536 LatexCommand ref
24537 reference "abs:Farbige-Boxen"
24538
24539 \end_inset
24540
24541 .
24542 \end_layout
24543
24544 \end_inset
24545
24546 .
24547 \end_layout
24548
24549 \begin_layout Standard
24550 Für das folgende Beispiel wurden folgende TeX-Code-Befehle verwendet:
24551 \end_layout
24552
24553 \begin_layout Standard
24554
24555 \series bold
24556
24557 \backslash
24558 fboxsep 0.5cm
24559 \begin_inset Newline newline
24560 \end_inset
24561
24562
24563 \backslash
24564 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24565 \end_layout
24566
24567 \begin_layout Standard
24568 \begin_inset ERT
24569 status collapsed
24570
24571 \begin_layout Plain Layout
24572
24573
24574 \backslash
24575 fboxsep 0.5cm
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \begin_inset ERT
24582 status collapsed
24583
24584 \begin_layout Plain Layout
24585
24586
24587 \backslash
24588 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24589 \end_layout
24590
24591 \end_inset
24592
24593
24594 \begin_inset Box Shaded
24595 position "t"
24596 hor_pos "c"
24597 has_inner_box 0
24598 inner_pos "t"
24599 use_parbox 0
24600 width "100col%"
24601 special "none"
24602 height "1in"
24603 height_special "totalheight"
24604 status open
24605
24606 \begin_layout Plain Layout
24607
24608 \color yellow
24609 Dies ist gelber Text auf dunkelgrünem Hintergrund.
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \begin_layout Standard
24618 \begin_inset ERT
24619 status collapsed
24620
24621 \begin_layout Plain Layout
24622
24623
24624 \backslash
24625 fboxsep 3pt
24626 \end_layout
24627
24628 \end_inset
24629
24630
24631 \begin_inset ERT
24632 status collapsed
24633
24634 \begin_layout Plain Layout
24635
24636
24637 \backslash
24638 definecolor{shadecolor}{rgb}{1,0,0}
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \end_layout
24645
24646 \begin_layout Section
24647 Fußnoten
24648 \begin_inset CommandInset label
24649 LatexCommand label
24650 name "abs:Fußnoten"
24651
24652 \end_inset
24653
24654
24655 \begin_inset Index
24656 status collapsed
24657
24658 \begin_layout Plain Layout
24659 Notizen ! Fußnoten
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \begin_inset Index
24666 status collapsed
24667
24668 \begin_layout Plain Layout
24669 Fußnoten
24670 \end_layout
24671
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \begin_layout Standard
24678 Zu dem, was bereits im 
24679 \emph on
24680 Benutzerhandbuch
24681 \emph default
24682  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24683 \color black
24684
24685 \begin_inset Foot
24686 status open
24687
24688 \begin_layout Plain Layout
24689
24690 \color black
24691 \begin_inset CommandInset label
24692 LatexCommand label
24693 name "fuss:Fußnoten-Beispiel"
24694
24695 \end_inset
24696
24697 Dies ist eine Fußnote.
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \begin_layout Standard
24706 \begin_inset ERT
24707 status collapsed
24708
24709 \begin_layout Plain Layout
24710
24711
24712 \backslash
24713 newcounter{MyRepeatFoot}
24714 \end_layout
24715
24716 \begin_layout Plain Layout
24717
24718
24719 \backslash
24720 setcounter{MyRepeatFoot}{
24721 \backslash
24722 thefootnote}
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Standard
24731 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24732  wurde, eine hochgestellte Zahl.
24733  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24734  hochgestellt dem Text vorangeht.
24735  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24736  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24737  werden.
24738 \end_layout
24739
24740 \begin_layout Standard
24741 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24742  der Fußnote eine Marke eingefügt wurde.
24743  Dies ist ein Querverweis auf Fußnote
24744 \begin_inset space ~
24745 \end_inset
24746
24747
24748 \begin_inset CommandInset ref
24749 LatexCommand ref
24750 reference "fuss:Fußnoten-Beispiel"
24751
24752 \end_inset
24753
24754 .
24755 \end_layout
24756
24757 \begin_layout Standard
24758 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24759  siehe Abschnitt
24760 \begin_inset space ~
24761 \end_inset
24762
24763
24764 \begin_inset CommandInset ref
24765 LatexCommand ref
24766 reference "abs:Minipage"
24767
24768 \end_inset
24769
24770 .
24771  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24772 \begin_inset space ~
24773 \end_inset
24774
24775
24776 \begin_inset CommandInset ref
24777 LatexCommand ref
24778 reference "uab:Fußnoten-in-langen"
24779
24780 \end_inset
24781
24782  beschrieben.
24783 \end_layout
24784
24785 \begin_layout Standard
24786 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24787  TeX-Code-Befehl 
24788 \series bold
24789
24790 \backslash
24791 footnotemark[Nummer]
24792 \series default
24793  benutzen.
24794  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24795  mal gedruckt wird.
24796 \end_layout
24797
24798 \begin_layout Standard
24799 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24800  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24801  Hinter Fußnote
24802 \begin_inset space ~
24803 \end_inset
24804
24805
24806 \begin_inset CommandInset ref
24807 LatexCommand ref
24808 reference "fuss:Fußnoten-Beispiel"
24809
24810 \end_inset
24811
24812  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24813 \end_layout
24814
24815 \begin_layout Standard
24816
24817 \series bold
24818
24819 \backslash
24820 newcounter{MyRepeatFoot}
24821 \begin_inset Newline newline
24822 \end_inset
24823
24824
24825 \backslash
24826 setcounter{MyRepeatFoot}{
24827 \backslash
24828 thefootnote}
24829 \end_layout
24830
24831 \begin_layout Standard
24832 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24833 \end_layout
24834
24835 \begin_layout Standard
24836
24837 \series bold
24838
24839 \backslash
24840 footnotemark[
24841 \backslash
24842 theMyRepeatFoot]
24843 \end_layout
24844
24845 \begin_layout Standard
24846 Hier ist ein Beispiel für eine Fußnotenmarke:
24847 \family roman
24848 \series medium
24849 \bar no
24850
24851 \begin_inset ERT
24852 status collapsed
24853
24854 \begin_layout Plain Layout
24855
24856
24857 \backslash
24858 footnotemark[
24859 \backslash
24860 theMyRepeatFoot]
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \end_layout
24867
24868 \begin_layout Subsection
24869 Fußnoten-Nummerierung
24870 \begin_inset CommandInset label
24871 LatexCommand label
24872 name "uab:Fußnoten-Nummerierung"
24873
24874 \end_inset
24875
24876
24877 \begin_inset Index
24878 status collapsed
24879
24880 \begin_layout Plain Layout
24881 Fußnoten ! Nummerierung
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \end_layout
24888
24889 \begin_layout Standard
24890 Um Fußnoten nach jedem Abschnitt
24891 \family roman
24892  auf 1 zurückzusetzen, 
24893 \family default
24894 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24895 \end_layout
24896
24897 \begin_layout Standard
24898
24899 \series bold
24900
24901 \backslash
24902 @addtoreset{footnote}{section}
24903 \end_layout
24904
24905 \begin_layout Standard
24906 \begin_inset VSpace bigskip
24907 \end_inset
24908
24909 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24910  Zahlen:
24911 \end_layout
24912
24913 \begin_layout Standard
24914
24915 \series bold
24916
24917 \backslash
24918 renewcommand{
24919 \backslash
24920 thefootnote}{
24921 \backslash
24922 roman{footnote}}
24923 \end_layout
24924
24925 \begin_layout Standard
24926 \begin_inset ERT
24927 status collapsed
24928
24929 \begin_layout Plain Layout
24930
24931
24932 \backslash
24933 renewcommand{
24934 \backslash
24935 thefootnote}{
24936 \backslash
24937 roman{footnote}}
24938 \end_layout
24939
24940 \end_inset
24941
24942  Hier ist ein Beispiel für solch eine Fußnote:
24943 \begin_inset Foot
24944 status open
24945
24946 \begin_layout Plain Layout
24947 Dies ist eine Fußnote mit kleinen römischen Zahlen
24948 \end_layout
24949
24950 \end_inset
24951
24952
24953 \end_layout
24954
24955 \begin_layout Standard
24956 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
24957  Sie in obigem Befehl 
24958 \series bold
24959
24960 \backslash
24961 roman
24962 \series default
24963  durch 
24964 \series bold
24965
24966 \backslash
24967 Roman
24968 \series default
24969 .
24970  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24971 \begin_inset Quotes gld
24972 \end_inset
24973
24974 nummerieren
24975 \begin_inset Quotes grd
24976 \end_inset
24977
24978 , verwenden Sie die Befehle 
24979 \series bold
24980
24981 \backslash
24982 Alph
24983 \series default
24984  bzw.
24985 \begin_inset space ~
24986 \end_inset
24987
24988
24989 \series bold
24990
24991 \backslash
24992 alph
24993 \series default
24994 .
24995  Für die 
24996 \begin_inset Quotes gld
24997 \end_inset
24998
24999 Nummerierung
25000 \begin_inset Quotes grd
25001 \end_inset
25002
25003  mit Symbolen steht der Befehl 
25004 \series bold
25005
25006 \backslash
25007 fnsymbol
25008 \series default
25009  zur Verfügung.
25010 \end_layout
25011
25012 \begin_layout Standard
25013 \begin_inset Note Greyedout
25014 status open
25015
25016 \begin_layout Plain Layout
25017
25018 \series bold
25019 Bemerkung 1:
25020 \series default
25021  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25022  
25023 \emph on
25024 ein
25025 \emph default
25026  Buchstabe verwendet wird.
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \begin_inset Newline newline
25033 \end_inset
25034
25035
25036 \begin_inset Note Greyedout
25037 status open
25038
25039 \begin_layout Plain Layout
25040
25041 \series bold
25042 Bemerkung 2:
25043 \series default
25044  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \begin_layout Standard
25053 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25054 \series bold
25055
25056 \backslash
25057 arabic
25058 \series default
25059  anstelle von 
25060 \series bold
25061
25062 \backslash
25063 roman
25064 \series default
25065  in obigem Befehl.
25066 \begin_inset ERT
25067 status collapsed
25068
25069 \begin_layout Plain Layout
25070
25071
25072 \backslash
25073 renewcommand{
25074 \backslash
25075 thefootnote}{
25076 \backslash
25077 arabic{footnote}}
25078 \end_layout
25079
25080 \end_inset
25081
25082
25083 \end_layout
25084
25085 \begin_layout Standard
25086 \begin_inset VSpace bigskip
25087 \end_inset
25088
25089
25090 \end_layout
25091
25092 \begin_layout Standard
25093 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25094 \begin_inset Quotes gld
25095 \end_inset
25096
25097 Kapitel.Fußnote
25098 \begin_inset Quotes grd
25099 \end_inset
25100
25101  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25102 \end_layout
25103
25104 \begin_layout Standard
25105
25106 \series bold
25107
25108 \backslash
25109 numberwithin{footnote}{chapter}
25110 \end_layout
25111
25112 \begin_layout Standard
25113 Um 
25114 \series bold
25115
25116 \backslash
25117 numberwithin
25118 \series default
25119  benutzen zu können, muss in den 
25120 \family sans
25121 Mathe
25122 \begin_inset space ~
25123 \end_inset
25124
25125 Optionen
25126 \family default
25127  der 
25128 \family sans
25129 Dokument-Einstellungen
25130 \family default
25131  
25132 \family sans
25133 AMS
25134 \begin_inset space ~
25135 \end_inset
25136
25137 Mathe
25138 \begin_inset space ~
25139 \end_inset
25140
25141 Paket
25142 \family default
25143
25144 \begin_inset space ~
25145 \end_inset
25146
25147
25148 \family sans
25149 verwenden
25150 \family default
25151  angekreuzt sein.
25152 \begin_inset ERT
25153 status collapsed
25154
25155 \begin_layout Plain Layout
25156
25157
25158 \backslash
25159 numberwithin{footnote}{chapter}
25160 \end_layout
25161
25162 \end_inset
25163
25164  Hier ist ein Beispiel für solch eine Fußnote.
25165 \series bold
25166
25167 \begin_inset Foot
25168 status open
25169
25170 \begin_layout Plain Layout
25171 Dies ist eine Fußnote nach dem Schema 
25172 \begin_inset Quotes gld
25173 \end_inset
25174
25175 Kapitel.Fußnote
25176 \begin_inset Quotes grd
25177 \end_inset
25178
25179 .
25180 \end_layout
25181
25182 \end_inset
25183
25184
25185 \series default
25186
25187 \begin_inset ERT
25188 status collapsed
25189
25190 \begin_layout Plain Layout
25191
25192
25193 \backslash
25194 numberwithin{footnote}{part}
25195 \end_layout
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \begin_layout Standard
25203 \begin_inset Note Greyedout
25204 status open
25205
25206 \begin_layout Plain Layout
25207
25208 \series bold
25209 Bemerkung:
25210 \series default
25211  
25212 \series bold
25213
25214 \backslash
25215 numberwithin
25216 \series default
25217  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25218  werden überschrieben.
25219 \end_layout
25220
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \begin_layout Standard
25227 Um also z.
25228 \begin_inset space \thinspace{}
25229 \end_inset
25230
25231 B.
25232  das Schema 
25233 \begin_inset Quotes gld
25234 \end_inset
25235
25236 Kapitel.
25237 \backslash
25238 Roman{footnote}
25239 \begin_inset Quotes grd
25240 \end_inset
25241
25242  zu erhalten, muss dieser Befehl anstelle von 
25243 \series bold
25244
25245 \backslash
25246 numberwithin
25247 \series default
25248  verwendet werden:
25249 \end_layout
25250
25251 \begin_layout Standard
25252
25253 \series bold
25254
25255 \backslash
25256 renewcommand{
25257 \backslash
25258 thefootnote}{
25259 \backslash
25260 thechapter.
25261 \backslash
25262 Roman{footnote}}
25263 \end_layout
25264
25265 \begin_layout Subsection
25266 Fußnoten-Platzierung
25267 \begin_inset Index
25268 status collapsed
25269
25270 \begin_layout Plain Layout
25271 Fußnoten ! Platzierung
25272 \end_layout
25273
25274 \end_inset
25275
25276
25277 \end_layout
25278
25279 \begin_layout Standard
25280 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25281  ohne Zwischenraum am Ende der Seite gedruckt.
25282  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25283  LaTeX-Vorspann 1.5
25284 \begin_inset space \thinspace{}
25285 \end_inset
25286
25287 mm Zwischenraum einfügen:
25288 \end_layout
25289
25290 \begin_layout Standard
25291
25292 \series bold
25293
25294 \backslash
25295 let
25296 \backslash
25297 myFoot
25298 \backslash
25299 footnote
25300 \begin_inset Newline newline
25301 \end_inset
25302
25303
25304 \backslash
25305 renewcommand{
25306 \backslash
25307 footnote}[1]{
25308 \backslash
25309 myFoot{#1
25310 \backslash
25311 vspace{1.5mm}}}
25312 \end_layout
25313
25314 \begin_layout Standard
25315 \begin_inset VSpace bigskip
25316 \end_inset
25317
25318 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25319  Spalte gedruckt, Abbildung
25320 \begin_inset space ~
25321 \end_inset
25322
25323
25324 \begin_inset CommandInset ref
25325 LatexCommand ref
25326 reference "abb:Standard-Fußnoten-Platzierung-in"
25327
25328 \end_inset
25329
25330 .
25331  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25332  in Abbildung
25333 \begin_inset space ~
25334 \end_inset
25335
25336
25337 \begin_inset CommandInset ref
25338 LatexCommand ref
25339 reference "abb:Fußnoten-Platzierung-in-einem"
25340
25341 \end_inset
25342
25343 , müssen Sie das LaTeX-Paket 
25344 \series bold
25345 ftnright
25346 \series default
25347
25348 \begin_inset Index
25349 status collapsed
25350
25351 \begin_layout Plain Layout
25352 LaTeX-Pakete ! ftnright
25353 \end_layout
25354
25355 \end_inset
25356
25357  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25358 \end_layout
25359
25360 \begin_layout Standard
25361
25362 \series bold
25363
25364 \backslash
25365 usepackage{ftnright}
25366 \end_layout
25367
25368 \begin_layout Standard
25369 \begin_inset Float figure
25370 placement !h
25371 wide false
25372 sideways false
25373 status collapsed
25374
25375 \begin_layout Plain Layout
25376 \begin_inset ERT
25377 status collapsed
25378
25379 \begin_layout Plain Layout
25380
25381
25382 \backslash
25383 framebox{
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \begin_inset Graphics
25390         filename ../clipart/without_fntright.pdf
25391         width 100col%
25392         scaleBeforeRotation
25393
25394 \end_inset
25395
25396
25397 \begin_inset ERT
25398 status collapsed
25399
25400 \begin_layout Plain Layout
25401
25402 }
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \begin_layout Plain Layout
25411 \begin_inset Caption
25412
25413 \begin_layout Plain Layout
25414 \begin_inset CommandInset label
25415 LatexCommand label
25416 name "abb:Standard-Fußnoten-Platzierung-in"
25417
25418 \end_inset
25419
25420 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
25421 \begin_inset OptArg
25422 status collapsed
25423
25424 \begin_layout Plain Layout
25425 Standard Fußnoten-Platzierung in einem zweisp.
25426  Dokument
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \end_inset
25440
25441
25442 \end_layout
25443
25444 \begin_layout Standard
25445 \begin_inset Float figure
25446 placement !h
25447 wide false
25448 sideways false
25449 status collapsed
25450
25451 \begin_layout Plain Layout
25452 \begin_inset ERT
25453 status collapsed
25454
25455 \begin_layout Plain Layout
25456
25457
25458 \backslash
25459 framebox{
25460 \end_layout
25461
25462 \end_inset
25463
25464
25465 \begin_inset Graphics
25466         filename ../clipart/with_fntright.pdf
25467         width 100col%
25468         scaleBeforeRotation
25469
25470 \end_inset
25471
25472
25473 \begin_inset ERT
25474 status collapsed
25475
25476 \begin_layout Plain Layout
25477
25478 }
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Plain Layout
25487 \begin_inset Caption
25488
25489 \begin_layout Plain Layout
25490 \begin_inset CommandInset label
25491 LatexCommand label
25492 name "abb:Fußnoten-Platzierung-in-einem"
25493
25494 \end_inset
25495
25496 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25497  
25498 \series bold
25499 ftnright
25500 \series default
25501 .
25502 \begin_inset OptArg
25503 status collapsed
25504
25505 \begin_layout Plain Layout
25506 Fußnoten-Platzierung mit 
25507 \family typewriter
25508 ftnright
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \end_layout
25525
25526 \begin_layout Standard
25527 \begin_inset VSpace bigskip
25528 \end_inset
25529
25530 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25531  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25532 \begin_inset space ~
25533 \end_inset
25534
25535
25536 \begin_inset CommandInset ref
25537 LatexCommand ref
25538 reference "abb:endnotes----Die"
25539
25540 \end_inset
25541
25542  gedruckt.
25543  Man nennt sie dann 
25544 \emph on
25545 Endnoten
25546 \emph default
25547 .
25548 \begin_inset Index
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552 Endnoten
25553 \end_layout
25554
25555 \end_inset
25556
25557  Um das zu erreichen müssen Sie das LaTeX-Paket 
25558 \series bold
25559 endnotes
25560 \series default
25561
25562 \begin_inset Index
25563 status collapsed
25564
25565 \begin_layout Plain Layout
25566 LaTeX-Pakete ! endnotes
25567 \end_layout
25568
25569 \end_inset
25570
25571  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25572 \end_layout
25573
25574 \begin_layout Standard
25575
25576 \series bold
25577
25578 \backslash
25579 usepackage{endnotes}
25580 \begin_inset Newline newline
25581 \end_inset
25582
25583
25584 \backslash
25585 let
25586 \backslash
25587 footnote
25588 \backslash
25589 endnote
25590 \end_layout
25591
25592 \begin_layout Standard
25593 Um die gesammelten Fußnoten zu drucken fügen Sie den TeX-Code-Befehl
25594 \series bold
25595  
25596 \backslash
25597 theendnotes
25598 \series default
25599  am Ende des Abschnitts oder Kapitels ein.
25600 \end_layout
25601
25602 \begin_layout Standard
25603 \begin_inset Float figure
25604 wide false
25605 sideways false
25606 status collapsed
25607
25608 \begin_layout Plain Layout
25609 \align center
25610 \begin_inset ERT
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614
25615
25616 \backslash
25617 framebox{
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \begin_inset Graphics
25624         filename ../clipart/endnotes.pdf
25625         scaleBeforeRotation
25626
25627 \end_inset
25628
25629
25630 \begin_inset ERT
25631 status collapsed
25632
25633 \begin_layout Plain Layout
25634
25635 }
25636 \end_layout
25637
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \begin_layout Plain Layout
25644 \begin_inset Caption
25645
25646 \begin_layout Plain Layout
25647 \begin_inset CommandInset label
25648 LatexCommand label
25649 name "abb:endnotes----Die"
25650
25651 \end_inset
25652
25653
25654 \series bold
25655 endnotes
25656 \series default
25657  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25658  gedruckt.
25659 \begin_inset OptArg
25660 status collapsed
25661
25662 \begin_layout Plain Layout
25663 \begin_inset CommandInset label
25664 LatexCommand label
25665 name "abb:endnotes----Die"
25666
25667 \end_inset
25668
25669
25670 \series bold
25671 endnotes
25672 \series default
25673  -- Die Fußnoten werden am Ende gedruckt
25674 \end_layout
25675
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \begin_layout Standard
25692 \begin_inset VSpace medskip
25693 \end_inset
25694
25695 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25696 ache übersetzt.
25697  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25698 \begin_inset Quotes gld
25699 \end_inset
25700
25701 Notes 
25702 \begin_inset Quotes grd
25703 \end_inset
25704
25705 in 
25706 \begin_inset Quotes gld
25707 \end_inset
25708
25709 Anmerkungen
25710 \begin_inset Quotes grd
25711 \end_inset
25712
25713 :
25714 \end_layout
25715
25716 \begin_layout Standard
25717
25718 \series bold
25719
25720 \backslash
25721 renewcommand{
25722 \backslash
25723 notesname}{Anmerkungen}
25724 \end_layout
25725
25726 \begin_layout Standard
25727 \begin_inset VSpace medskip
25728 \end_inset
25729
25730 Wenn Sie in den Befehlen von Abschnitt
25731 \begin_inset space ~
25732 \end_inset
25733
25734
25735 \begin_inset CommandInset ref
25736 LatexCommand ref
25737 reference "uab:Fußnoten-Nummerierung"
25738
25739 \end_inset
25740
25741  
25742 \series bold
25743
25744 \backslash
25745 thefootnote
25746 \series default
25747  durch 
25748 \series bold
25749
25750 \backslash
25751 theendnote
25752 \series default
25753  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25754  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25755 \series bold
25756
25757 \backslash
25758 @addtoreset
25759 \series default
25760  wie in Abschnitt
25761 \begin_inset space \space{}
25762 \end_inset
25763
25764
25765 \begin_inset CommandInset ref
25766 LatexCommand ref
25767 reference "uab:Fußnoten-Nummerierung"
25768
25769 \end_inset
25770
25771  beschrieben und ersetzen 
25772 \series bold
25773 footnote
25774 \series default
25775  durch 
25776 \series bold
25777 endnote
25778 \series default
25779 .
25780 \end_layout
25781
25782 \begin_layout Standard
25783 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25784  
25785 \series bold
25786
25787 \backslash
25788 endnotemark[Nummer]
25789 \series default
25790  ähnlich wie 
25791 \series bold
25792
25793 \backslash
25794 footnotemark
25795 \series default
25796  Abschnitt
25797 \begin_inset space ~
25798 \end_inset
25799
25800
25801 \begin_inset CommandInset ref
25802 LatexCommand ref
25803 reference "abs:Fußnoten"
25804
25805 \end_inset
25806
25807 .
25808 \end_layout
25809
25810 \begin_layout Standard
25811 \begin_inset VSpace bigskip
25812 \end_inset
25813
25814 Mit dem LaTeX-Paket 
25815 \series bold
25816 footmisc
25817 \series default
25818
25819 \begin_inset Index
25820 status collapsed
25821
25822 \begin_layout Plain Layout
25823 LaTeX-Pakete ! footmisc
25824 \end_layout
25825
25826 \end_inset
25827
25828  (
25829 \begin_inset CommandInset citation
25830 LatexCommand cite
25831 key "footmisc"
25832
25833 \end_inset
25834
25835 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25836 \end_layout
25837
25838 \begin_layout Standard
25839 In LaTeX-Büchern, 
25840 \begin_inset CommandInset citation
25841 LatexCommand cite
25842 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25843
25844 \end_inset
25845
25846 , finden Sie weiteres zu Fußnoten.
25847 \end_layout
25848
25849 \begin_layout Section
25850 Randnotizen
25851 \begin_inset Index
25852 status collapsed
25853
25854 \begin_layout Plain Layout
25855 Randnotizen
25856 \end_layout
25857
25858 \end_inset
25859
25860
25861 \begin_inset Index
25862 status collapsed
25863
25864 \begin_layout Plain Layout
25865 Notizen ! Randnotizen
25866 \end_layout
25867
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \begin_layout Standard
25874 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25875  Sie fügen sie mit einem Klick auf den Schalter 
25876 \begin_inset Graphics
25877         filename ../../images/marginalnote-insert.png
25878         scale 70
25879         scaleBeforeRotation
25880         BoundingBox 0bp 0bp 22bp 22bp
25881
25882 \end_inset
25883
25884  oder über 
25885 \family sans
25886 Einfügen\SpecialChar \menuseparator
25887 Randnotiz
25888 \family default
25889  ein.
25890  Ein graues Kästchen mit der Aufschrift 
25891 \begin_inset Quotes gld
25892 \end_inset
25893
25894 Rand
25895 \begin_inset Quotes grd
25896 \end_inset
25897
25898  erscheint
25899 \family roman
25900 \series medium
25901 , und dort, wo der Cursor steht, können Sie Text eingeben.
25902 \end_layout
25903
25904 \begin_layout Standard
25905 Hier am Rand sehen Sie eine Randnotiz.
25906  
25907 \begin_inset Marginal
25908 status open
25909
25910 \begin_layout Plain Layout
25911 Dies ist eine Randnotiz.
25912 \end_layout
25913
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Standard
25920 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25921  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25922  Seiten und rechts auf den ungeraden.
25923  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25924  wird und umgekehrt.
25925  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25926  wurde.
25927 \end_layout
25928
25929 \begin_layout Standard
25930 \begin_inset VSpace bigskip
25931 \end_inset
25932
25933 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25934 \end_layout
25935
25936 \begin_layout Standard
25937
25938 \series bold
25939
25940 \backslash
25941 reversemarginpar
25942 \end_layout
25943
25944 \begin_layout Standard
25945 als TeX-Code vor einer Randnotiz ein.
25946  Das gilt dann für alle folgenden Randnotizen.
25947  
25948 \begin_inset ERT
25949 status collapsed
25950
25951 \begin_layout Plain Layout
25952
25953
25954 \backslash
25955 reversemarginpar 
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \begin_inset Marginal
25962 status open
25963
25964 \begin_layout Plain Layout
25965 Hier ist ein Beispiel im inneren Rand.
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \begin_inset Newline newline
25972 \end_inset
25973
25974
25975 \begin_inset Note Greyedout
25976 status open
25977
25978 \begin_layout Plain Layout
25979  
25980 \series bold
25981 Achtung:
25982 \series default
25983  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25984 \end_layout
25985
25986 \end_inset
25987
25988
25989 \end_layout
25990
25991 \begin_layout Standard
25992 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25993 \end_layout
25994
25995 \begin_layout Standard
25996
25997 \series bold
25998
25999 \backslash
26000 normalmarginpar
26001 \end_layout
26002
26003 \begin_layout Standard
26004 als TeX-Code ein.
26005 \begin_inset ERT
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009
26010
26011 \backslash
26012 normalmarginpar 
26013 \end_layout
26014
26015 \end_inset
26016
26017
26018 \begin_inset Note Greyedout
26019 status open
26020
26021 \begin_layout Plain Layout
26022
26023 \series bold
26024 Achtung:
26025 \series default
26026  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26027 \series bold
26028
26029 \backslash
26030 reversemarginpar
26031 \series default
26032  verwendet wird.
26033 \end_layout
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 \begin_inset VSpace bigskip
26042 \end_inset
26043
26044
26045 \begin_inset Marginal
26046 status open
26047
26048 \begin_layout Plain Layout
26049
26050 \family roman
26051 \series medium
26052 EinSehrLangesWort am Anfang, das umgebrochen wird.
26053 \end_layout
26054
26055 \end_inset
26056
26057  Ähnlich wie in Abschnitt
26058 \begin_inset space ~
26059 \end_inset
26060
26061
26062 \begin_inset CommandInset ref
26063 LatexCommand ref
26064 reference "uab:Mehrfache-Zeilen-in"
26065
26066 \end_inset
26067
26068  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
26069  erste Wort der Randnotiz sind.
26070  Um das zu vermeiden, fügen sie 0
26071 \begin_inset space \thinspace{}
26072 \end_inset
26073
26074 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26075 \begin_inset Marginal
26076 status open
26077
26078 \begin_layout Plain Layout
26079 \begin_inset space \hspace{}
26080 \length 0pt
26081 \end_inset
26082
26083
26084 \family roman
26085 \series medium
26086 EinSehrLangesWort am Anfang, das umgebrochen wird.
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \begin_layout Standard
26095 \begin_inset VSpace bigskip
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \begin_layout Standard
26102 \begin_inset Note Greyedout
26103 status open
26104
26105 \begin_layout Plain Layout
26106
26107 \series bold
26108 Bemerkung:
26109 \series default
26110  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26111  verwendet werden.
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \begin_layout Standard
26120 \begin_inset VSpace bigskip
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \begin_layout Standard
26127 \begin_inset ERT
26128 status collapsed
26129
26130 \begin_layout Plain Layout
26131
26132
26133 \backslash
26134 ifmarginnote
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \begin_inset Note Note
26141 status open
26142
26143 \begin_layout Plain Layout
26144 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26145 \series bold
26146 marginnote
26147 \series default
26148  installiert ist.
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Standard
26157 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26158 \series bold
26159 marginnote
26160 \series default
26161
26162 \begin_inset Index
26163 status collapsed
26164
26165 \begin_layout Plain Layout
26166 LaTeX-Pakete ! marginnote
26167 \end_layout
26168
26169 \end_inset
26170
26171  verwendet wird.
26172  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26173  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
26174  des Pakets 
26175 \series bold
26176 marginnote
26177 \series default
26178  für Randnotizen verwendet wird:
26179 \end_layout
26180
26181 \begin_layout Standard
26182
26183 \series bold
26184
26185 \backslash
26186 usepackage{marginnote}
26187 \begin_inset Newline newline
26188 \end_inset
26189
26190
26191 \backslash
26192 let
26193 \backslash
26194 marginpar
26195 \backslash
26196 marginnote
26197 \end_layout
26198
26199 \begin_layout Standard
26200 Dies wird auch in diesem Dokument verwendet, denn 
26201 \series bold
26202 marginnote
26203 \series default
26204  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26205  für Randnotizen angeben.
26206  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26207 n sind zu dicht beieinander sind.
26208  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26209  Schema
26210 \end_layout
26211
26212 \begin_layout Standard
26213
26214 \series bold
26215 [Versatz]
26216 \end_layout
26217
26218 \begin_layout Standard
26219 angegeben.
26220  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26221 \begin_inset space ~
26222 \end_inset
26223
26224
26225 \begin_inset CommandInset ref
26226 LatexCommand ref
26227 reference "tab:Maßeinheiten"
26228
26229 \end_inset
26230
26231  aufgelistet sind.
26232  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
26233  nach unten.
26234  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26235 \begin_inset space \thinspace{}
26236 \end_inset
26237
26238 cm mit dem TeX-Code-Befehl  
26239 \begin_inset Quotes gld
26240 \end_inset
26241
26242
26243 \series bold
26244 [-1.5cm]
26245 \series default
26246
26247 \begin_inset Quotes grd
26248 \end_inset
26249
26250  nach oben versetzt
26251 \begin_inset Marginal
26252 status open
26253
26254 \begin_layout Plain Layout
26255 Diese Randnotiz ist 1.5
26256 \begin_inset space \thinspace{}
26257 \end_inset
26258
26259 cm von ihrer Originalposition nach oben versetzt.
26260 \end_layout
26261
26262 \end_inset
26263
26264
26265 \begin_inset ERT
26266 status collapsed
26267
26268 \begin_layout Plain Layout
26269
26270 [-1.5cm]
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \begin_layout Standard
26279 \begin_inset VSpace medskip
26280 \end_inset
26281
26282 Mit 
26283 \series bold
26284 marginnote
26285 \series default
26286  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26287  Zum Beispiel setzen die Befehle
26288 \end_layout
26289
26290 \begin_layout Standard
26291
26292 \series bold
26293
26294 \backslash
26295 renewcommand*{
26296 \backslash
26297 raggedleftmarginnote}{
26298 \backslash
26299 centering}
26300 \begin_inset Newline newline
26301 \end_inset
26302
26303
26304 \backslash
26305 renewcommand*{
26306 \backslash
26307 raggedrightmarginnote}{
26308 \backslash
26309 centering}
26310 \end_layout
26311
26312 \begin_layout Standard
26313 die Ausrichtung auf zentriert.
26314  
26315 \series bold
26316
26317 \backslash
26318 raggedleftmarginnote
26319 \series default
26320  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26321  
26322 \begin_inset ERT
26323 status collapsed
26324
26325 \begin_layout Plain Layout
26326
26327
26328 \backslash
26329 renewcommand*{
26330 \backslash
26331 raggedleftmarginnote}{
26332 \backslash
26333 centering}
26334 \end_layout
26335
26336 \begin_layout Plain Layout
26337
26338
26339 \backslash
26340 renewcommand*{
26341 \backslash
26342 raggedrightmarginnote}{
26343 \backslash
26344 centering}
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \begin_inset Marginal
26351 status open
26352
26353 \begin_layout Plain Layout
26354 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26355 \end_layout
26356
26357 \end_inset
26358
26359  Die Voreinstellung ist
26360 \end_layout
26361
26362 \begin_layout Standard
26363
26364 \series bold
26365
26366 \backslash
26367 renewcommand*{
26368 \backslash
26369 raggedleftmarginnote}{
26370 \backslash
26371 raggedleft}
26372 \begin_inset Newline newline
26373 \end_inset
26374
26375
26376 \backslash
26377 renewcommand*{
26378 \backslash
26379 raggedrightmarginnote}{
26380 \backslash
26381 raggedright}
26382 \series default
26383
26384 \begin_inset ERT
26385 status collapsed
26386
26387 \begin_layout Plain Layout
26388
26389
26390 \backslash
26391 renewcommand*{
26392 \backslash
26393 raggedleftmarginnote}{
26394 \backslash
26395 raggedleft}
26396 \end_layout
26397
26398 \begin_layout Plain Layout
26399
26400
26401 \backslash
26402 renewcommand*{
26403 \backslash
26404 raggedrightmarginnote}{
26405 \backslash
26406 raggedright}
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Standard
26415 \begin_inset VSpace medskip
26416 \end_inset
26417
26418 Für weitere Fähigkeiten des Pakets 
26419 \series bold
26420 marginnote
26421 \series default
26422  sei auf dessen Dokumentation verwiesen 
26423 \begin_inset CommandInset citation
26424 LatexCommand cite
26425 key "marginnote"
26426
26427 \end_inset
26428
26429 .
26430 \end_layout
26431
26432 \begin_layout Standard
26433 \begin_inset VSpace bigskip
26434 \end_inset
26435
26436 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26437  geändert werden.
26438  Um z.
26439 \begin_inset space \thinspace{}
26440 \end_inset
26441
26442 B.
26443  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26444  und fettgedruckten Text 
26445 \begin_inset Quotes eld
26446 \end_inset
26447
26448
26449 \family sans
26450 \series bold
26451 \bar under
26452 Achtung!
26453 \family default
26454 \series default
26455 \bar default
26456
26457 \begin_inset Quotes erd
26458 \end_inset
26459
26460  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26461 \end_layout
26462
26463 \begin_layout Standard
26464
26465 \series bold
26466
26467 \backslash
26468 let
26469 \backslash
26470 myMarginpar
26471 \backslash
26472 marginpar
26473 \begin_inset Newline newline
26474 \end_inset
26475
26476
26477 \backslash
26478 renewcommand{
26479 \backslash
26480 marginpar}[1]{
26481 \backslash
26482 myMarginpar{%
26483 \begin_inset Newline newline
26484 \end_inset
26485
26486
26487 \begin_inset ERT
26488 status collapsed
26489
26490 \begin_layout Plain Layout
26491
26492
26493 \backslash
26494 hphantom{ }
26495 \end_layout
26496
26497 \end_inset
26498
26499
26500 \backslash
26501 hspace{0pt}
26502 \backslash
26503 textsf{
26504 \backslash
26505 textbf{
26506 \backslash
26507 underbar{Achtung!}}}%
26508 \begin_inset Newline newline
26509 \end_inset
26510
26511
26512 \begin_inset ERT
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516
26517
26518 \backslash
26519 hphantom{ }
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \backslash
26526 vspace{1.5mm}
26527 \backslash
26528
26529 \backslash
26530 #1}}
26531 \end_layout
26532
26533 \begin_layout Standard
26534 \begin_inset ERT
26535 status collapsed
26536
26537 \begin_layout Plain Layout
26538
26539
26540 \backslash
26541 let
26542 \backslash
26543 myMarginpar
26544 \backslash
26545 marginpar
26546 \end_layout
26547
26548 \begin_layout Plain Layout
26549
26550
26551 \backslash
26552 renewcommand{
26553 \backslash
26554 marginpar}[1]{
26555 \backslash
26556 myMarginpar{%
26557 \end_layout
26558
26559 \begin_layout Plain Layout
26560
26561    
26562 \backslash
26563 textsf{
26564 \backslash
26565 textbf{
26566 \backslash
26567 underbar{Achtung!}}}%
26568 \end_layout
26569
26570 \begin_layout Plain Layout
26571
26572    
26573 \backslash
26574 vspace{1.5mm}
26575 \backslash
26576
26577 \backslash
26578 #1}}
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \begin_inset Marginal
26585 status open
26586
26587 \begin_layout Plain Layout
26588 Dies ist eine Randnotiz mit einer definierten Überschrift.
26589 \end_layout
26590
26591 \end_inset
26592
26593
26594 \begin_inset ERT
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598
26599 [-1.5cm]
26600 \end_layout
26601
26602 \end_inset
26603
26604
26605 \begin_inset ERT
26606 status collapsed
26607
26608 \begin_layout Plain Layout
26609
26610
26611 \backslash
26612 renewcommand{
26613 \backslash
26614 marginpar}[1]{
26615 \backslash
26616 myMarginpar{#1}}
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \begin_inset Note Note
26623 status open
26624
26625 \begin_layout Plain Layout
26626 Das Format wurde nur für dieses Beispiel geändert.
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \begin_layout Standard
26635 \begin_inset ERT
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 else
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \begin_inset Note Note
26649 status open
26650
26651 \begin_layout Plain Layout
26652 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26653 \series bold
26654 marginnote
26655 \series default
26656  nicht installiert ist:
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \begin_layout Standard
26665 Das LaTeX-Paket 
26666 \series bold
26667 marginnote
26668 \series default
26669  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26670 \end_layout
26671
26672 \begin_layout Standard
26673 \begin_inset ERT
26674 status collapsed
26675
26676 \begin_layout Plain Layout
26677
26678
26679 \backslash
26680 fi
26681 \end_layout
26682
26683 \end_inset
26684
26685
26686 \end_layout
26687
26688 \begin_layout Chapter
26689 Boxen
26690 \end_layout
26691
26692 \begin_layout Section
26693 Einleitung
26694 \begin_inset Index
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698 Boxen ! Einleitung
26699 \end_layout
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \begin_layout Standard
26707 Boxen werden benutzt, um einen Textblock zu formatieren.
26708  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26709  siehe Abschnitt
26710 \begin_inset space ~
26711 \end_inset
26712
26713
26714 \begin_inset CommandInset ref
26715 LatexCommand ref
26716 reference "abs:Minipage"
26717
26718 \end_inset
26719
26720 , um Text zu umranden, siehe Abschnitt
26721 \begin_inset space ~
26722 \end_inset
26723
26724
26725 \begin_inset CommandInset ref
26726 LatexCommand ref
26727 reference "abs:Gerahmte-Boxen"
26728
26729 \end_inset
26730
26731 , um Silbentrennung zu verhindern, siehe Abschnitt
26732 \begin_inset space ~
26733 \end_inset
26734
26735
26736 \begin_inset CommandInset ref
26737 LatexCommand ref
26738 reference "abs:Silbentrennung-unterbinden"
26739
26740 \end_inset
26741
26742 , um Text senkrecht auszurichten, siehe Abschnitt
26743 \begin_inset space ~
26744 \end_inset
26745
26746
26747 \begin_inset CommandInset ref
26748 LatexCommand ref
26749 reference "uab:Vertikale-Ausrichtung"
26750
26751 \end_inset
26752
26753  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26754 \begin_inset space ~
26755 \end_inset
26756
26757
26758 \begin_inset CommandInset ref
26759 LatexCommand ref
26760 reference "abs:Farbige-Boxen"
26761
26762 \end_inset
26763
26764 .
26765 \end_layout
26766
26767 \begin_layout Standard
26768 Boxen werden mit 
26769 \family sans
26770 Einfügen\SpecialChar \menuseparator
26771 Box
26772 \family default
26773  oder dem Schalter 
26774 \begin_inset Graphics
26775         filename ../../images/box-insert.png
26776         scale 85
26777         scaleBeforeRotation
26778
26779 \end_inset
26780
26781  eingefügt.
26782  Ein graues Kästchen mit der Aufschrift 
26783 \begin_inset Quotes gld
26784 \end_inset
26785
26786 Box (Minipage)
26787 \begin_inset Quotes grd
26788 \end_inset
26789
26790  erscheint: 
26791 \begin_inset Graphics
26792         filename clipart/StandardBoxQt4.png
26793         lyxscale 80
26794         scale 60
26795         scaleBeforeRotation
26796
26797 \end_inset
26798
26799 .
26800  Mit einem Rechts\SpecialChar \-
26801 klick auf das graue Kästchen kann der Typ spezifiziert
26802  werden.
26803  Das Dialogfenster bietet bei 
26804 \family sans
26805 Innere
26806 \begin_inset space ~
26807 \end_inset
26808
26809 Box
26810 \family default
26811  die Typen 
26812 \family sans
26813 Parbox
26814 \family default
26815  und 
26816 \family sans
26817 Minipage
26818 \family default
26819  an.
26820  
26821 \family sans
26822 Minipage
26823 \family default
26824  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26825 \begin_inset space ~
26826 \end_inset
26827
26828
26829 \begin_inset CommandInset ref
26830 LatexCommand ref
26831 reference "abs:Minipage"
26832
26833 \end_inset
26834
26835  beschrieben, 
26836 \family sans
26837 Parbox
26838 \family default
26839  in Abschnitt
26840 \begin_inset space ~
26841 \end_inset
26842
26843
26844 \begin_inset CommandInset ref
26845 LatexCommand ref
26846 reference "abs:Parbox"
26847
26848 \end_inset
26849
26850 .
26851 \end_layout
26852
26853 \begin_layout Standard
26854 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26855  wie auf Gleitobjekte und Fußnoten.
26856 \end_layout
26857
26858 \begin_layout Standard
26859 \begin_inset Note Greyedout
26860 status open
26861
26862 \begin_layout Plain Layout
26863
26864 \series bold
26865 Bemerkung
26866 \begin_inset space ~
26867 \end_inset
26868
26869 1:
26870 \series default
26871  Boxen dürfen in 
26872 \family sans
26873 List-
26874 \family default
26875  oder 
26876 \family sans
26877 Beschreibung-
26878 \family default
26879 Umgebungen nicht verwendet werden.
26880 \end_layout
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \begin_layout Standard
26888 \begin_inset Note Greyedout
26889 status open
26890
26891 \begin_layout Plain Layout
26892
26893 \series bold
26894 Bemerkung
26895 \begin_inset space ~
26896 \end_inset
26897
26898 2:
26899 \series default
26900  Boxen ohne 
26901 \family sans
26902 Innere
26903 \begin_inset space ~
26904 \end_inset
26905
26906 Box
26907 \family default
26908  und ohne Rahmen werden in Abschnitt
26909 \begin_inset space ~
26910 \end_inset
26911
26912
26913 \begin_inset CommandInset ref
26914 LatexCommand ref
26915 reference "abs:Silbentrennung-unterbinden"
26916
26917 \end_inset
26918
26919  beschrieben.
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \begin_layout Section
26928 Das Box-Einstellungen-Fenster
26929 \begin_inset CommandInset label
26930 LatexCommand label
26931 name "abs:Box-Dialog"
26932
26933 \end_inset
26934
26935
26936 \begin_inset Index
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 Boxen ! Box-Dialog-Fenster
26941 \end_layout
26942
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \begin_layout Subsection
26949 Box-Größe
26950 \begin_inset Index
26951 status collapsed
26952
26953 \begin_layout Plain Layout
26954 Boxen ! Größe
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \begin_layout Standard
26963 Im 
26964 \family sans
26965 Box-Einstellungen
26966 \family default
26967 -Fenster können Sie die Größe der Box mit 
26968 \family sans
26969 Breite
26970 \family default
26971  und 
26972 \family sans
26973 Höhe 
26974 \family default
26975 festlegen.
26976  Die verfügbaren Einheiten werden in Tabelle
26977 \begin_inset space ~
26978 \end_inset
26979
26980
26981 \begin_inset CommandInset ref
26982 LatexCommand ref
26983 reference "tab:Maßeinheiten"
26984
26985 \end_inset
26986
26987  aufgelistet.
26988  Das Feld
26989 \family sans
26990  Höhe
26991 \family default
26992  bietet die folgenden zusätzlichen Größen:
26993 \end_layout
26994
26995 \begin_layout Description
26996 Tiefe Dies ist die reine Text-
26997 \begin_inset Quotes gld
26998 \end_inset
26999
27000 Höhe
27001 \begin_inset Quotes grd
27002 \end_inset
27003
27004 .
27005  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27006 \begin_inset Newline newline
27007 \end_inset
27008
27009
27010 \begin_inset Newline newline
27011 \end_inset
27012
27013
27014 \begin_inset Newline newline
27015 \end_inset
27016
27017
27018 \begin_inset Box Boxed
27019 position "c"
27020 hor_pos "c"
27021 has_inner_box 1
27022 inner_pos "c"
27023 use_parbox 0
27024 width "12col%"
27025 special "none"
27026 height "1in"
27027 height_special "depth"
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031 \align center
27032 Box-Höhe = 1
27033 \begin_inset space \thinspace{}
27034 \end_inset
27035
27036 Tiefe
27037 \end_layout
27038
27039 \end_inset
27040
27041
27042 \begin_inset Newline newline
27043 \end_inset
27044
27045
27046 \begin_inset Newline newline
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Description
27053 Höhe Dies ist die Texthöhe innerhalb der Box.
27054  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27055  Texthöhe setzen: 
27056 \begin_inset Box Boxed
27057 position "c"
27058 hor_pos "c"
27059 has_inner_box 1
27060 inner_pos "c"
27061 use_parbox 0
27062 width "20col%"
27063 special "none"
27064 height "2in"
27065 height_special "height"
27066 status collapsed
27067
27068 \begin_layout Plain Layout
27069 \align center
27070 Boxhöhe = 2
27071 \begin_inset space \thinspace{}
27072 \end_inset
27073
27074 Höhe
27075 \end_layout
27076
27077 \end_inset
27078
27079
27080 \end_layout
27081
27082 \begin_layout Description
27083 Gesamthöhe Dies ist Höhe
27084 \begin_inset space \thinspace{}
27085 \end_inset
27086
27087 +
27088 \begin_inset space \thinspace{}
27089 \end_inset
27090
27091 Tiefe: 
27092 \begin_inset Box Boxed
27093 position "c"
27094 hor_pos "c"
27095 has_inner_box 1
27096 inner_pos "c"
27097 use_parbox 0
27098 width "20col%"
27099 special "none"
27100 height "1in"
27101 height_special "totalheight"
27102 status collapsed
27103
27104 \begin_layout Plain Layout
27105 \align center
27106 Boxhöhe = 1
27107 \begin_inset space \thinspace{}
27108 \end_inset
27109
27110 Gesamthöhe
27111 \end_layout
27112
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \begin_layout Description
27119 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27120 \begin_inset Box Boxed
27121 position "c"
27122 hor_pos "c"
27123 has_inner_box 1
27124 inner_pos "c"
27125 use_parbox 0
27126 width "12col%"
27127 special "none"
27128 height "1in"
27129 height_special "width"
27130 status collapsed
27131
27132 \begin_layout Plain Layout
27133 \align center
27134 Boxhöhe = 1
27135 \begin_inset space \thinspace{}
27136 \end_inset
27137
27138 Breite
27139 \end_layout
27140
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \begin_layout Subsection
27147 Ausrichtung
27148 \begin_inset Index
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152 Boxen ! Ausrichtung
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Standard
27161 Wenn Sie eine 
27162 \family sans
27163 Innere
27164 \begin_inset space ~
27165 \end_inset
27166
27167 Box
27168 \family default
27169  gewählt haben, kann die Box mit folgenden Werten für 
27170 \family sans
27171 Box
27172 \family default
27173  senkrecht ausgerichtet werden:
27174 \end_layout
27175
27176 \begin_layout Description
27177 Oben Dies ist ein Beispieltext.
27178  
27179 \begin_inset Box Boxed
27180 position "t"
27181 hor_pos "c"
27182 has_inner_box 1
27183 inner_pos "c"
27184 use_parbox 0
27185 width "20col%"
27186 special "none"
27187 height "1in"
27188 height_special "totalheight"
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192 \align center
27193 Die Ober\SpecialChar \-
27194 kante der Box ist in der Zeile.
27195 \end_layout
27196
27197 \end_inset
27198
27199  Dies ist ein Beispieltext.
27200 \end_layout
27201
27202 \begin_layout Description
27203 Mitte Dies ist ein Beispieltext.
27204  
27205 \begin_inset Box Boxed
27206 position "c"
27207 hor_pos "c"
27208 has_inner_box 1
27209 inner_pos "c"
27210 use_parbox 0
27211 width "20col%"
27212 special "none"
27213 height "1in"
27214 height_special "totalheight"
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218 \align center
27219 Die Mitte der Box ist in der Zeile.
27220 \end_layout
27221
27222 \end_inset
27223
27224  Dies ist ein Beispieltext.
27225 \end_layout
27226
27227 \begin_layout Description
27228 Unten Dies ist ein Beispieltext.
27229  
27230 \begin_inset Box Boxed
27231 position "b"
27232 hor_pos "c"
27233 has_inner_box 1
27234 inner_pos "c"
27235 use_parbox 0
27236 width "20col%"
27237 special "none"
27238 height "1in"
27239 height_special "totalheight"
27240 status collapsed
27241
27242 \begin_layout Plain Layout
27243 \align center
27244 Die Unter\SpecialChar \-
27245 kante der Box ist in der Zeile.
27246 \end_layout
27247
27248 \end_inset
27249
27250  Dies ist ein Beispieltext.
27251 \end_layout
27252
27253 \begin_layout Standard
27254 \begin_inset Note Greyedout
27255 status open
27256
27257 \begin_layout Plain Layout
27258
27259 \series bold
27260 Bemerkung:
27261 \series default
27262  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27263  Boxen in einer Zeile sind und eine Box z.
27264 \begin_inset space \thinspace{}
27265 \end_inset
27266
27267 B.
27268  schattiert ist, die andere abere nicht.
27269 \end_layout
27270
27271 \end_inset
27272
27273
27274 \end_layout
27275
27276 \begin_layout Standard
27277 Eine Box kann mit dem Dialog 
27278 \family sans
27279 Absatz-Einstellungen
27280 \family default
27281  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27282 \end_layout
27283
27284 \begin_layout Standard
27285 \begin_inset VSpace bigskip
27286 \end_inset
27287
27288 Wenn Sie eine 
27289 \family sans
27290 Innere
27291 \begin_inset space ~
27292 \end_inset
27293
27294 Box
27295 \family default
27296  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27297 \family sans
27298 Inhalt
27299 \family default
27300  senkrecht ausgerichtet werden:
27301 \end_layout
27302
27303 \begin_layout Description
27304 Oben Dies ist ein Beispieltext.
27305  
27306 \begin_inset Box Boxed
27307 position "c"
27308 hor_pos "c"
27309 has_inner_box 1
27310 inner_pos "t"
27311 use_parbox 0
27312 width "20col%"
27313 special "none"
27314 height "1.5in"
27315 height_special "totalheight"
27316 status collapsed
27317
27318 \begin_layout Plain Layout
27319 \align center
27320 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27321 \end_layout
27322
27323 \end_inset
27324
27325  Dies ist ein Beispieltext.
27326 \end_layout
27327
27328 \begin_layout Description
27329 Mitte Dies ist ein Beispieltext.
27330  
27331 \begin_inset Box Boxed
27332 position "c"
27333 hor_pos "c"
27334 has_inner_box 1
27335 inner_pos "c"
27336 use_parbox 0
27337 width "20col%"
27338 special "none"
27339 height "1.5in"
27340 height_special "totalheight"
27341 status collapsed
27342
27343 \begin_layout Plain Layout
27344 \align center
27345 Der Boxinhalt ist zentriert ausgerichtet.
27346 \end_layout
27347
27348 \end_inset
27349
27350  Dies ist ein Beispieltext.
27351 \end_layout
27352
27353 \begin_layout Description
27354 Unten Dies ist ein Beispieltext.
27355  
27356 \begin_inset Box Boxed
27357 position "c"
27358 hor_pos "c"
27359 has_inner_box 1
27360 inner_pos "b"
27361 use_parbox 0
27362 width "20col%"
27363 special "none"
27364 height "1.5in"
27365 height_special "totalheight"
27366 status collapsed
27367
27368 \begin_layout Plain Layout
27369 \align center
27370 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27371 \end_layout
27372
27373 \end_inset
27374
27375  Dies ist ein Beispieltext.
27376 \end_layout
27377
27378 \begin_layout Description
27379 Dehnen Dies ist ein Beispieltext.
27380  
27381 \begin_inset Box Boxed
27382 position "c"
27383 hor_pos "c"
27384 has_inner_box 1
27385 inner_pos "s"
27386 use_parbox 0
27387 width "20col%"
27388 special "none"
27389 height "1in"
27390 height_special "totalheight"
27391 status collapsed
27392
27393 \begin_layout Plain Layout
27394 \align center
27395 Der Boxinhalt
27396 \end_layout
27397
27398 \begin_layout Plain Layout
27399 \align center
27400 ist über die
27401 \end_layout
27402
27403 \begin_layout Plain Layout
27404 \align center
27405 Boxhöhe
27406 \end_layout
27407
27408 \begin_layout Plain Layout
27409 \align center
27410 gleichmäßig verteilt.
27411 \end_layout
27412
27413 \end_inset
27414
27415  Dies ist ein Beispieltext.
27416 \end_layout
27417
27418 \begin_layout Standard
27419 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27420  besteht.
27421  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27422 \end_layout
27423
27424 \begin_layout Standard
27425 Ein Boxinhalt kann mit dem Dialog 
27426 \family sans
27427 Absatz-Einstellungen
27428 \family default
27429  waagerecht ausgerichtet werden, wenn Sie eine
27430 \family sans
27431  Innere
27432 \begin_inset space ~
27433 \end_inset
27434
27435 Box
27436 \family default
27437  gewählt haben.
27438 \end_layout
27439
27440 \begin_layout Standard
27441 \align center
27442 \begin_inset Box Boxed
27443 position "c"
27444 hor_pos "c"
27445 has_inner_box 1
27446 inner_pos "s"
27447 use_parbox 0
27448 width "30col%"
27449 special "none"
27450 height "1.25in"
27451 height_special "totalheight"
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455 \align left
27456 Hier ist jede Zeile
27457 \end_layout
27458
27459 \begin_layout Plain Layout
27460 \align center
27461 anders
27462 \end_layout
27463
27464 \begin_layout Plain Layout
27465 \align right
27466 ausgerichtet.
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Standard
27475 Wenn Sie keine
27476 \family sans
27477  Innere
27478 \begin_inset space ~
27479 \end_inset
27480
27481 Box
27482 \family default
27483  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27484 \family sans
27485 Box-Einstellungen-
27486 \family default
27487 Dialog ausrichten
27488 \end_layout
27489
27490 \begin_layout Standard
27491 \align center
27492 \begin_inset Box Boxed
27493 position "c"
27494 hor_pos "s"
27495 has_inner_box 0
27496 inner_pos "s"
27497 use_parbox 0
27498 width "90col%"
27499 special "none"
27500 height "1.25in"
27501 height_special "totalheight"
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505 \align left
27506 Dieser Boxinhalt wurde horizontal gedehnt.
27507 \end_layout
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \begin_layout Section
27515 Gerahmte Boxen
27516 \begin_inset CommandInset label
27517 LatexCommand label
27518 name "abs:Gerahmte-Boxen"
27519
27520 \end_inset
27521
27522
27523 \begin_inset Index
27524 status collapsed
27525
27526 \begin_layout Plain Layout
27527 Boxen ! gerahmte
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \end_layout
27534
27535 \begin_layout Standard
27536 Mit dem 
27537 \family sans
27538 Box-Einstellungen-
27539 \family default
27540 Dialog können Sie bei 
27541 \family sans
27542 Verzierung
27543 \family default
27544  die Art des Rahmens auswählen:
27545 \end_layout
27546
27547 \begin_layout Description
27548 Rechteckige
27549 \begin_inset space ~
27550 \end_inset
27551
27552 Box Um die Box wird ein rechteckiger Rahmen gezogen.
27553  Die Rahmendicke wird durch 
27554 \series bold
27555
27556 \backslash
27557 fboxrule
27558 \series default
27559  festgelegt.
27560  
27561 \begin_inset Box Boxed
27562 position "c"
27563 hor_pos "c"
27564 has_inner_box 1
27565 inner_pos "c"
27566 use_parbox 0
27567 width "21col%"
27568 special "none"
27569 height "1in"
27570 height_special "totalheight"
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574
27575 \series medium
27576 Rechteckige
27577 \begin_inset space ~
27578 \end_inset
27579
27580 Box
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Description
27589 Ovale
27590 \begin_inset space ~
27591 \end_inset
27592
27593 Box,
27594 \begin_inset space ~
27595 \end_inset
27596
27597 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27598  Die Rahmendicke ist 0.4
27599 \begin_inset space \thinspace{}
27600 \end_inset
27601
27602 pt.
27603  
27604 \begin_inset Box ovalbox
27605 position "c"
27606 hor_pos "c"
27607 has_inner_box 1
27608 inner_pos "c"
27609 use_parbox 0
27610 width "20col%"
27611 special "none"
27612 height "1in"
27613 height_special "totalheight"
27614 status collapsed
27615
27616 \begin_layout Plain Layout
27617 Ovale
27618 \begin_inset space ~
27619 \end_inset
27620
27621 Box,
27622 \begin_inset space ~
27623 \end_inset
27624
27625 dünn
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \begin_layout Description
27634 Ovale
27635 \begin_inset space ~
27636 \end_inset
27637
27638 Box,
27639 \begin_inset space ~
27640 \end_inset
27641
27642 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27643  Die Rahmendicke ist 0.8
27644 \begin_inset space \thinspace{}
27645 \end_inset
27646
27647 pt.
27648  
27649 \begin_inset Box Ovalbox
27650 position "c"
27651 hor_pos "c"
27652 has_inner_box 1
27653 inner_pos "c"
27654 use_parbox 0
27655 width "20col%"
27656 special "none"
27657 height "1in"
27658 height_special "totalheight"
27659 status collapsed
27660
27661 \begin_layout Plain Layout
27662 Ovale
27663 \begin_inset space ~
27664 \end_inset
27665
27666 Box,
27667 \begin_inset space ~
27668 \end_inset
27669
27670 dick
27671 \end_layout
27672
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \begin_layout Description
27679 Schattierte
27680 \begin_inset space ~
27681 \end_inset
27682
27683 Box Zeichnet einen Rahmen mit Schatten um die Box.
27684  Die Rahmendicke wird durch 
27685 \series bold
27686
27687 \backslash
27688 fboxrule
27689 \series default
27690  festgelegt, der Schatten ist 4
27691 \begin_inset space \thinspace{}
27692 \end_inset
27693
27694 pt breit.
27695 \begin_inset Newline newline
27696 \end_inset
27697
27698
27699 \begin_inset Box Shadowbox
27700 position "c"
27701 hor_pos "c"
27702 has_inner_box 1
27703 inner_pos "c"
27704 use_parbox 0
27705 width "20col%"
27706 special "none"
27707 height "1in"
27708 height_special "totalheight"
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712 Schattierte
27713 \begin_inset space ~
27714 \end_inset
27715
27716 Box
27717 \end_layout
27718
27719 \end_inset
27720
27721
27722 \end_layout
27723
27724 \begin_layout Description
27725 Doppelt
27726 \begin_inset space ~
27727 \end_inset
27728
27729 gerahmte
27730 \begin_inset space ~
27731 \end_inset
27732
27733 Box Zeichnet einen doppelten Rahmen um die Box Der innere Rahmen ist 0.75
27734 \begin_inset space \thinspace{}
27735 \end_inset
27736
27737
27738 \series bold
27739
27740 \backslash
27741 fboxrule
27742 \series default
27743  breit, der äußere 1.5
27744 \begin_inset space \thinspace{}
27745 \end_inset
27746
27747
27748 \series bold
27749
27750 \backslash
27751 fboxrule
27752 \series default
27753 , der Zwischenraum 1.5
27754 \begin_inset space \thinspace{}
27755 \end_inset
27756
27757
27758 \series bold
27759
27760 \backslash
27761 fboxrule
27762 \series default
27763
27764 \begin_inset space \thinspace{}
27765 \end_inset
27766
27767 +
27768 \begin_inset space \thinspace{}
27769 \end_inset
27770
27771 0.5
27772 \begin_inset space \thinspace{}
27773 \end_inset
27774
27775 pt.
27776  
27777 \begin_inset Box Doublebox
27778 position "c"
27779 hor_pos "c"
27780 has_inner_box 1
27781 inner_pos "c"
27782 use_parbox 0
27783 width "20col%"
27784 special "none"
27785 height "1in"
27786 height_special "totalheight"
27787 status collapsed
27788
27789 \begin_layout Plain Layout
27790 Doppelt
27791 \begin_inset space ~
27792 \end_inset
27793
27794 gerahmte
27795 \begin_inset space ~
27796 \end_inset
27797
27798 Box
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Standard
27807 \begin_inset VSpace bigskip
27808 \end_inset
27809
27810 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
27811  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
27812 \series bold
27813 fancybox
27814 \series default
27815
27816 \begin_inset Index
27817 status collapsed
27818
27819 \begin_layout Plain Layout
27820 LaTeX-Pakete ! fancybox
27821 \end_layout
27822
27823 \end_inset
27824
27825  installiert sein.
27826 \end_layout
27827
27828 \begin_layout Standard
27829 \begin_inset VSpace bigskip
27830 \end_inset
27831
27832 Der Standardwert für 
27833 \series bold
27834
27835 \backslash
27836 fboxrule
27837 \series default
27838  ist 0.4
27839 \begin_inset space \thinspace{}
27840 \end_inset
27841
27842 pt.
27843  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27844 \begin_inset space \thinspace{}
27845 \end_inset
27846
27847 pt gesetzt werden:
27848 \end_layout
27849
27850 \begin_layout Standard
27851
27852 \series bold
27853
27854 \backslash
27855 setlength{
27856 \backslash
27857 fboxrule}{2pt}
27858 \end_layout
27859
27860 \begin_layout Standard
27861 \begin_inset ERT
27862 status collapsed
27863
27864 \begin_layout Plain Layout
27865
27866
27867 \backslash
27868 setlength{
27869 \backslash
27870 fboxrule}{2pt}
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \begin_inset Box Boxed
27877 position "c"
27878 hor_pos "c"
27879 has_inner_box 1
27880 inner_pos "c"
27881 use_parbox 0
27882 width "30col%"
27883 special "none"
27884 height "1in"
27885 height_special "totalheight"
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889 \align center
27890 Rechteckige Box mit einer Rahmenbreite von 2
27891 \begin_inset space \thinspace{}
27892 \end_inset
27893
27894 pt
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \begin_inset ERT
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904
27905
27906 \backslash
27907 setlength{
27908 \backslash
27909 fboxrule}{0.4pt}
27910 \end_layout
27911
27912 \end_inset
27913
27914
27915 \end_layout
27916
27917 \begin_layout Standard
27918 \noindent
27919 \begin_inset VSpace bigskip
27920 \end_inset
27921
27922 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27923 \begin_inset space \thinspace{}
27924 \end_inset
27925
27926 pt.
27927  Sie können das ändern, indem Sie den Wert von 
27928 \series bold
27929
27930 \backslash
27931 fboxsep
27932 \series default
27933  mit einem TeX-Code-Befehl ändern:
27934 \end_layout
27935
27936 \begin_layout Standard
27937
27938 \series bold
27939
27940 \backslash
27941 setlength{
27942 \backslash
27943 fboxsep}{10pt}
27944 \end_layout
27945
27946 \begin_layout Standard
27947 setzt den Wert auf 10
27948 \begin_inset space \thinspace{}
27949 \end_inset
27950
27951 pt, wie in der folgenden Box:
27952 \end_layout
27953
27954 \begin_layout Standard
27955 \begin_inset ERT
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959
27960
27961 \backslash
27962 setlength{
27963 \backslash
27964 fboxsep}{10pt}
27965 \end_layout
27966
27967 \end_inset
27968
27969
27970 \begin_inset Box Boxed
27971 position "c"
27972 hor_pos "c"
27973 has_inner_box 1
27974 inner_pos "c"
27975 use_parbox 0
27976 width "25col%"
27977 special "none"
27978 height "1in"
27979 height_special "totalheight"
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 \align center
27984 Rechteckige Box mit 
27985 \series bold
27986
27987 \backslash
27988 fboxsep
27989 \series default
27990
27991 \begin_inset space \thinspace{}
27992 \end_inset
27993
27994 =
27995 \begin_inset space \thinspace{}
27996 \end_inset
27997
27998 10
27999 \begin_inset space \thinspace{}
28000 \end_inset
28001
28002 pt
28003 \end_layout
28004
28005 \end_inset
28006
28007
28008 \begin_inset ERT
28009 status collapsed
28010
28011 \begin_layout Plain Layout
28012
28013
28014 \backslash
28015 setlength{
28016 \backslash
28017 fboxsep}{3pt}
28018 \end_layout
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \begin_layout Standard
28026 \noindent
28027 \begin_inset VSpace bigskip
28028 \end_inset
28029
28030 Der Durchmesser der abgerundeten Ecken kann mit 
28031 \series bold
28032
28033 \backslash
28034 cornersize
28035 \series default
28036  gesetzt werden.
28037  Der TeX-Code-Befehl
28038 \end_layout
28039
28040 \begin_layout Standard
28041
28042 \series bold
28043
28044 \backslash
28045 cornersize*{1cm}
28046 \end_layout
28047
28048 \begin_layout Standard
28049 setzt den Durchmesser auf 1
28050 \begin_inset space \thinspace{}
28051 \end_inset
28052
28053 cm.
28054  Der TeX-Code-Befehl
28055 \end_layout
28056
28057 \begin_layout Standard
28058
28059 \series bold
28060
28061 \backslash
28062 cornersize{num}
28063 \end_layout
28064
28065 \begin_layout Standard
28066 setzt den Durchmesser auf 
28067 \family sans
28068 num
28069 \begin_inset space \thinspace{}
28070 \end_inset
28071
28072 ×
28073 \begin_inset space \thinspace{}
28074 \end_inset
28075
28076 Minimum(Breite der Box, Höhe der Box)
28077 \family default
28078 .
28079  Der Standardwert ist 
28080 \series bold
28081
28082 \backslash
28083 cornersize{0.5}
28084 \series default
28085 .
28086 \end_layout
28087
28088 \begin_layout Standard
28089 \begin_inset ERT
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093
28094
28095 \backslash
28096 cornersize*{1.5cm}
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \begin_inset Box Ovalbox
28103 position "c"
28104 hor_pos "c"
28105 has_inner_box 1
28106 inner_pos "c"
28107 use_parbox 0
28108 width "30col%"
28109 special "none"
28110 height "1in"
28111 height_special "totalheight"
28112 status collapsed
28113
28114 \begin_layout Plain Layout
28115 \align center
28116 Ovale Box, dicker Rand, mit 
28117 \series bold
28118
28119 \backslash
28120 cornersize
28121 \series default
28122
28123 \begin_inset space \thinspace{}
28124 \end_inset
28125
28126 =
28127 \begin_inset space \thinspace{}
28128 \end_inset
28129
28130 1.5
28131 \begin_inset space \thinspace{}
28132 \end_inset
28133
28134 cm
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \begin_inset ERT
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144
28145
28146 \backslash
28147 cornersize{0.5}
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \end_layout
28154
28155 \begin_layout Standard
28156 \noindent
28157 \begin_inset VSpace bigskip
28158 \end_inset
28159
28160 Die Breite des Schattens wird mit 
28161 \series bold
28162
28163 \backslash
28164 shadowsize
28165 \series default
28166  festgelegt.
28167  Mit dem TeX-Code-Befehl
28168 \end_layout
28169
28170 \begin_layout Standard
28171
28172 \series bold
28173
28174 \backslash
28175 setlength{
28176 \backslash
28177 shadowsize}{2pt}
28178 \end_layout
28179
28180 \begin_layout Standard
28181 wird er für die folgende Box auf 2
28182 \begin_inset space \thinspace{}
28183 \end_inset
28184
28185 pt festgelegt.
28186 \end_layout
28187
28188 \begin_layout Standard
28189 \begin_inset ERT
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193
28194
28195 \backslash
28196 setlength{
28197 \backslash
28198 shadowsize}{2pt}
28199 \end_layout
28200
28201 \end_inset
28202
28203
28204 \begin_inset Box Shadowbox
28205 position "c"
28206 hor_pos "c"
28207 has_inner_box 1
28208 inner_pos "c"
28209 use_parbox 0
28210 width "25col%"
28211 special "none"
28212 height "1in"
28213 height_special "totalheight"
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217 \align center
28218 Schattierte Box mit 
28219 \series bold
28220
28221 \backslash
28222 shadowsize
28223 \series default
28224
28225 \begin_inset space \thinspace{}
28226 \end_inset
28227
28228 =
28229 \begin_inset space \thinspace{}
28230 \end_inset
28231
28232 2
28233 \begin_inset space \thinspace{}
28234 \end_inset
28235
28236 pt
28237 \end_layout
28238
28239 \end_inset
28240
28241
28242 \begin_inset ERT
28243 status collapsed
28244
28245 \begin_layout Plain Layout
28246
28247
28248 \backslash
28249 setlength{
28250 \backslash
28251 shadowsize}{4pt}
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Standard
28260 \noindent
28261 \begin_inset VSpace bigskip
28262 \end_inset
28263
28264 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
28265  folgen.
28266 \end_layout
28267
28268 \begin_layout Section
28269 Minipage
28270 \begin_inset CommandInset label
28271 LatexCommand label
28272 name "abs:Minipage"
28273
28274 \end_inset
28275
28276
28277 \begin_inset Index
28278 status collapsed
28279
28280 \begin_layout Plain Layout
28281 Boxen ! Minipage
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \begin_layout Standard
28290 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28291  deshalb unter anderem eigene Fußnoten haben.
28292 \end_layout
28293
28294 \begin_layout Standard
28295 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28296 \end_layout
28297
28298 \begin_layout Standard
28299 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28300  Ihre Breite ist 45 Spaltenbreite
28301 \begin_inset space ~
28302 \end_inset
28303
28304 %, und sie sind durch einen 
28305 \family sans
28306 HFill
28307 \family default
28308  getrennt (
28309 \family sans
28310 Einfügen\SpecialChar \menuseparator
28311 Formatierung\SpecialChar \menuseparator
28312 Variabler
28313 \begin_inset space ~
28314 \end_inset
28315
28316 horiz.
28317 \begin_inset space ~
28318 \end_inset
28319
28320 Abstand
28321 \family default
28322 ).
28323 \end_layout
28324
28325 \begin_layout Standard
28326 \noindent
28327 \begin_inset Box Frameless
28328 position "t"
28329 hor_pos "c"
28330 has_inner_box 1
28331 inner_pos "c"
28332 use_parbox 0
28333 width "45col%"
28334 special "none"
28335 height "1in"
28336 height_special "totalheight"
28337 status open
28338
28339 \begin_layout Plain Layout
28340 Dies ist ein deutscher Text.
28341  Dies ist ein deutscher Text.
28342  Dies ist ein deutscher Text.
28343  Dies ist ein deutscher Text.
28344  Dies ist ein deutscher Text.
28345  Dies ist ein deutscher Text.
28346  Dies ist ein deutscher Text.
28347  Dies ist ein deutscher Text.
28348  Dies ist ein deutscher Text.
28349  Dies ist ein deutscher Text.
28350  Dies ist ein deutscher Text.
28351  Dies ist ein deutscher Text.
28352  Dies ist ein deutscher Text
28353 \begin_inset Foot
28354 status open
28355
28356 \begin_layout Plain Layout
28357 Dies ist eine deutsche Fußnote.
28358 \end_layout
28359
28360 \end_inset
28361
28362 .
28363  Dies ist ein deutscher Text.
28364  Dies ist ein deutscher Text.
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \begin_inset space \hfill{}
28371 \end_inset
28372
28373
28374 \begin_inset Box Frameless
28375 position "t"
28376 hor_pos "c"
28377 has_inner_box 1
28378 inner_pos "c"
28379 use_parbox 0
28380 width "45col%"
28381 special "none"
28382 height "1in"
28383 height_special "totalheight"
28384 status open
28385
28386 \begin_layout Plain Layout
28387
28388 \lang english
28389 This is an English Text.
28390  This is an English Text.
28391  This is an English Text.
28392  This is an English Text.
28393  This is an English Text.
28394  This is an English Text.
28395  This is an English Text.
28396  This is an English Text.
28397  This is an English Text.
28398  This is an English Text.
28399  This is an English Text.
28400  This is an English Text.
28401  This is an English Text.
28402  This is an English Text.
28403  This is an English Text.
28404  This is an English Text.
28405 \begin_inset Foot
28406 status collapsed
28407
28408 \begin_layout Plain Layout
28409
28410 \lang english
28411 This is an English footnote.
28412 \end_layout
28413
28414 \end_inset
28415
28416  This is an English Text.
28417  
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \end_layout
28424
28425 \begin_layout Standard
28426 \noindent
28427 \begin_inset VSpace bigskip
28428 \end_inset
28429
28430 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28431  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28432  auf der die Tabelle gedruckt wird: 
28433 \begin_inset Tabular
28434 <lyxtabular version="3" rows="3" columns="4">
28435 <features>
28436 <column alignment="center" valignment="top" width="0pt">
28437 <column alignment="center" valignment="top" width="0pt">
28438 <column alignment="center" valignment="top" width="0pt">
28439 <column alignment="center" valignment="top" width="0pt">
28440 <row>
28441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28442 \begin_inset Text
28443
28444 \begin_layout Plain Layout
28445 1
28446 \end_layout
28447
28448 \end_inset
28449 </cell>
28450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28451 \begin_inset Text
28452
28453 \begin_layout Plain Layout
28454 2
28455 \end_layout
28456
28457 \end_inset
28458 </cell>
28459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28460 \begin_inset Text
28461
28462 \begin_layout Plain Layout
28463 3
28464 \begin_inset Foot
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468 Dies ist eine Fußnote in einer Tabelle.
28469 \end_layout
28470
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \end_inset
28477 </cell>
28478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28479 \begin_inset Text
28480
28481 \begin_layout Plain Layout
28482 4
28483 \end_layout
28484
28485 \end_inset
28486 </cell>
28487 </row>
28488 <row>
28489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28490 \begin_inset Text
28491
28492 \begin_layout Plain Layout
28493 a
28494 \end_layout
28495
28496 \end_inset
28497 </cell>
28498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28499 \begin_inset Text
28500
28501 \begin_layout Plain Layout
28502 b
28503 \end_layout
28504
28505 \end_inset
28506 </cell>
28507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28508 \begin_inset Text
28509
28510 \begin_layout Plain Layout
28511 c
28512 \end_layout
28513
28514 \end_inset
28515 </cell>
28516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28517 \begin_inset Text
28518
28519 \begin_layout Plain Layout
28520 d
28521 \end_layout
28522
28523 \end_inset
28524 </cell>
28525 </row>
28526 <row>
28527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28528 \begin_inset Text
28529
28530 \begin_layout Plain Layout
28531 e
28532 \end_layout
28533
28534 \end_inset
28535 </cell>
28536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28537 \begin_inset Text
28538
28539 \begin_layout Plain Layout
28540 f
28541 \end_layout
28542
28543 \end_inset
28544 </cell>
28545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28546 \begin_inset Text
28547
28548 \begin_layout Plain Layout
28549 g
28550 \end_layout
28551
28552 \end_inset
28553 </cell>
28554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28555 \begin_inset Text
28556
28557 \begin_layout Plain Layout
28558 h
28559 \end_layout
28560
28561 \end_inset
28562 </cell>
28563 </row>
28564 </lyxtabular>
28565
28566 \end_inset
28567
28568
28569 \end_layout
28570
28571 \begin_layout Standard
28572 \noindent
28573 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28574  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28575  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28576  außerhalb.
28577 \end_layout
28578
28579 \begin_layout Standard
28580 \align center
28581 \begin_inset Box Frameless
28582 position "t"
28583 hor_pos "c"
28584 has_inner_box 1
28585 inner_pos "c"
28586 use_parbox 0
28587 width "30col%"
28588 special "none"
28589 height "1in"
28590 height_special "totalheight"
28591 status open
28592
28593 \begin_layout Plain Layout
28594 \align center
28595 \begin_inset Tabular
28596 <lyxtabular version="3" rows="3" columns="4">
28597 <features>
28598 <column alignment="center" valignment="top" width="0pt">
28599 <column alignment="center" valignment="top" width="0pt">
28600 <column alignment="center" valignment="top" width="0pt">
28601 <column alignment="center" valignment="top" width="0pt">
28602 <row>
28603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28604 \begin_inset Text
28605
28606 \begin_layout Plain Layout
28607 1
28608 \end_layout
28609
28610 \end_inset
28611 </cell>
28612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28613 \begin_inset Text
28614
28615 \begin_layout Plain Layout
28616 2
28617 \end_layout
28618
28619 \end_inset
28620 </cell>
28621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28622 \begin_inset Text
28623
28624 \begin_layout Plain Layout
28625 3
28626 \begin_inset Foot
28627 status collapsed
28628
28629 \begin_layout Plain Layout
28630 Dies ist eine Fußnote in einer Tabelle.
28631 \end_layout
28632
28633 \end_inset
28634
28635
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Plain Layout
28644 4
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 </row>
28650 <row>
28651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28652 \begin_inset Text
28653
28654 \begin_layout Plain Layout
28655 a
28656 \end_layout
28657
28658 \end_inset
28659 </cell>
28660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28661 \begin_inset Text
28662
28663 \begin_layout Plain Layout
28664 b
28665 \end_layout
28666
28667 \end_inset
28668 </cell>
28669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28670 \begin_inset Text
28671
28672 \begin_layout Plain Layout
28673 c
28674 \end_layout
28675
28676 \end_inset
28677 </cell>
28678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28679 \begin_inset Text
28680
28681 \begin_layout Plain Layout
28682 d
28683 \end_layout
28684
28685 \end_inset
28686 </cell>
28687 </row>
28688 <row>
28689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28690 \begin_inset Text
28691
28692 \begin_layout Plain Layout
28693 e
28694 \end_layout
28695
28696 \end_inset
28697 </cell>
28698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28699 \begin_inset Text
28700
28701 \begin_layout Plain Layout
28702 f
28703 \end_layout
28704
28705 \end_inset
28706 </cell>
28707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28708 \begin_inset Text
28709
28710 \begin_layout Plain Layout
28711 g
28712 \end_layout
28713
28714 \end_inset
28715 </cell>
28716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28717 \begin_inset Text
28718
28719 \begin_layout Plain Layout
28720 h
28721 \end_layout
28722
28723 \end_inset
28724 </cell>
28725 </row>
28726 </lyxtabular>
28727
28728 \end_inset
28729
28730
28731 \end_layout
28732
28733 \end_inset
28734
28735
28736 \end_layout
28737
28738 \begin_layout Standard
28739 \begin_inset VSpace bigskip
28740 \end_inset
28741
28742 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28743  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28744  Absätze nicht eingerückt werden, obwohl Sie das in 
28745 \family sans
28746 Dokument
28747 \family default
28748 \SpecialChar \menuseparator
28749
28750 \family sans
28751 Einstellun\SpecialChar \-
28752 gen\SpecialChar \menuseparator
28753 Textformat
28754 \family default
28755  festgelegt haben.
28756  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28757  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code-Befehl
28758  
28759 \series bold
28760
28761 \backslash
28762 hspace*{1em}
28763 \series default
28764 .
28765 \end_layout
28766
28767 \begin_layout Standard
28768 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28769  zu verpassen, siehe Abschnitt
28770 \begin_inset space ~
28771 \end_inset
28772
28773
28774 \begin_inset CommandInset ref
28775 LatexCommand ref
28776 reference "uab:Farbe-für-Absätze"
28777
28778 \end_inset
28779
28780 .
28781 \end_layout
28782
28783 \begin_layout Standard
28784 \begin_inset Note Greyedout
28785 status open
28786
28787 \begin_layout Plain Layout
28788
28789 \series bold
28790 Bemerkung:
28791 \series default
28792  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28793  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28794 \end_layout
28795
28796 \end_inset
28797
28798
28799 \end_layout
28800
28801 \begin_layout Section
28802 Parbox
28803 \begin_inset CommandInset label
28804 LatexCommand label
28805 name "abs:Parbox"
28806
28807 \end_inset
28808
28809
28810 \begin_inset Index
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814 Boxen ! Parbox
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823 Parbox ist eine Abkürzung für 
28824 \begin_inset Quotes gld
28825 \end_inset
28826
28827 paragraph box
28828 \begin_inset Quotes grd
28829 \end_inset
28830
28831 , was Absatzbox bedeutet.
28832  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28833  Parboxen einige Einschränkungen.
28834  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28835  gedruckt.:
28836 \end_layout
28837
28838 \begin_layout Standard
28839 \align center
28840 \begin_inset Box Frameless
28841 position "t"
28842 hor_pos "c"
28843 has_inner_box 1
28844 inner_pos "t"
28845 use_parbox 1
28846 width "33col%"
28847 special "none"
28848 height "1in"
28849 height_special "totalheight"
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853 Dies ist Text in einer Parbox.
28854  Dies ist Text in einer Parbox.
28855 \end_layout
28856
28857 \begin_layout Plain Layout
28858 Diese Fußnote wird nicht gedruckt:
28859 \begin_inset Foot
28860 status collapsed
28861
28862 \begin_layout Plain Layout
28863 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \end_inset
28872
28873
28874 \end_layout
28875
28876 \begin_layout Standard
28877 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28878  und Theoreme enthalten.
28879 \end_layout
28880
28881 \begin_layout Section
28882 Boxen für Worte und Buchstaben
28883 \begin_inset Index
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887 Boxen ! für Buchstaben
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Subsection
28896 Silbentrennung unterbinden 
28897 \begin_inset CommandInset label
28898 LatexCommand label
28899 name "abs:Silbentrennung-unterbinden"
28900
28901 \end_inset
28902
28903
28904 \begin_inset Index
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908 Boxen ! zur Vermeidung von Silbentrennung
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \begin_layout Standard
28917 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28918 \begin_inset Newline newline
28919 \end_inset
28920
28921 Hier ist ein Beispiel: 
28922 \end_layout
28923
28924 \begin_layout Standard
28925 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28926 \begin_inset Quotes gld
28927 \end_inset
28928
28929 einsehrsehrsehrlangeswort
28930 \begin_inset Quotes grd
28931 \end_inset
28932
28933 .
28934 \end_layout
28935
28936 \begin_layout Standard
28937 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28938  soll, den TeX-Code-Befehl
28939 \end_layout
28940
28941 \begin_layout Standard
28942
28943 \series bold
28944
28945 \backslash
28946 mbox{
28947 \end_layout
28948
28949 \begin_layout Standard
28950 ein TeX-Code, Hinter dem Wort fügen Sie 
28951 \series bold
28952
28953 \begin_inset Quotes gld
28954 \end_inset
28955
28956 }
28957 \series default
28958
28959 \begin_inset Quotes grd
28960 \end_inset
28961
28962  als TeX-Code ein.
28963  Hier ist das Ergebnis:
28964 \end_layout
28965
28966 \begin_layout Standard
28967 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28968 \begin_inset ERT
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972
28973
28974 \backslash
28975 mbox{
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \begin_inset Quotes gld
28982 \end_inset
28983
28984 einsehrsehrsehrlangeswort
28985 \begin_inset Quotes grd
28986 \end_inset
28987
28988
28989 \begin_inset ERT
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993
28994 }
28995 \end_layout
28996
28997 \end_inset
28998
28999 .
29000 \end_layout
29001
29002 \begin_layout Standard
29003 Alternativ dazu kann man auch den Befehl 
29004 \begin_inset Quotes gld
29005 \end_inset
29006
29007
29008 \series bold
29009
29010 \backslash
29011 -
29012 \series default
29013
29014 \begin_inset Quotes grd
29015 \end_inset
29016
29017  als TeX-Code direkt vor das Wort setzen:
29018 \end_layout
29019
29020 \begin_layout Standard
29021 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29022 \begin_inset Quotes gld
29023 \end_inset
29024
29025
29026 \begin_inset ERT
29027 status collapsed
29028
29029 \begin_layout Plain Layout
29030
29031
29032 \backslash
29033 -
29034 \end_layout
29035
29036 \end_inset
29037
29038 einsehrsehrsehrlangeswort
29039 \begin_inset Quotes grd
29040 \end_inset
29041
29042 .
29043 \end_layout
29044
29045 \begin_layout Standard
29046 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29047  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29048 \series bold
29049 Strg-Eingabe
29050 \series default
29051 ) einfügen: 
29052 \end_layout
29053
29054 \begin_layout Standard
29055 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29056 \begin_inset Newline newline
29057 \end_inset
29058
29059
29060 \begin_inset ERT
29061 status collapsed
29062
29063 \begin_layout Plain Layout
29064
29065
29066 \backslash
29067 mbox{
29068 \end_layout
29069
29070 \end_inset
29071
29072
29073 \begin_inset Quotes gld
29074 \end_inset
29075
29076 einsehrsehrsehrlangeswort
29077 \begin_inset Quotes grd
29078 \end_inset
29079
29080
29081 \begin_inset ERT
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085
29086 }
29087 \end_layout
29088
29089 \end_inset
29090
29091 .
29092 \end_layout
29093
29094 \begin_layout Subsection
29095 Vertikale Ausrichtung
29096 \begin_inset CommandInset label
29097 LatexCommand label
29098 name "uab:Vertikale-Ausrichtung"
29099
29100 \end_inset
29101
29102
29103 \begin_inset Index
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 Boxen ! für Vertikale Ausrichtung
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \begin_inset Index
29114 status collapsed
29115
29116 \begin_layout Plain Layout
29117 Boxen ! raisebox
29118 \end_layout
29119
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \begin_layout Standard
29126 Mit dem LaTeX-Befehl 
29127 \series bold
29128
29129 \backslash
29130 raisebox
29131 \series default
29132  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29133 n Textes ausrichten.
29134  
29135 \series bold
29136
29137 \backslash
29138 raisebox
29139 \series default
29140  wird folgendermaßen benutzt:
29141 \end_layout
29142
29143 \begin_layout Standard
29144
29145 \series bold
29146
29147 \backslash
29148 raisebox{Verschiebung}[oben][unten]{Text}
29149 \end_layout
29150
29151 \begin_layout Standard
29152 Positive Werte für Verschiebung
29153 \series bold
29154  
29155 \series default
29156 verschieben die Box nach oben, negative nach unten.
29157  Die beiden optionalen Parameter 
29158 \family typewriter
29159 oben
29160 \family default
29161  und 
29162 \family typewriter
29163 unten
29164 \family default
29165  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29166  hinausgeht, wenn sie nicht verschoben ist.
29167 \end_layout
29168
29169 \begin_layout Standard
29170 Um zum Beispiel das Wort 
29171 \begin_inset Quotes gld
29172 \end_inset
29173
29174 provokant
29175 \begin_inset Quotes grd
29176 \end_inset
29177
29178  mit seinem 
29179 \begin_inset Quotes gld
29180 \end_inset
29181
29182 niedrigsten
29183 \begin_inset Quotes grd
29184 \end_inset
29185
29186  Buchstaben 
29187 \begin_inset Quotes gld
29188 \end_inset
29189
29190 p
29191 \begin_inset Quotes grd
29192 \end_inset
29193
29194  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29195 \end_layout
29196
29197 \begin_layout Standard
29198
29199 \series bold
29200
29201 \backslash
29202 raisebox{
29203 \backslash
29204 depth}{
29205 \end_layout
29206
29207 \begin_layout Standard
29208 vor dem Wort einfügen und 
29209 \begin_inset Quotes gld
29210 \end_inset
29211
29212
29213 \series bold
29214 }
29215 \series default
29216
29217 \begin_inset Quotes grd
29218 \end_inset
29219
29220  als TeX-Code dahinter:
29221 \end_layout
29222
29223 \begin_layout Standard
29224 Dies ist eine Zeile, in der das Wort 
29225 \begin_inset ERT
29226 status collapsed
29227
29228 \begin_layout Plain Layout
29229
29230
29231 \backslash
29232 raisebox{
29233 \backslash
29234 depth}{
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \begin_inset Quotes gld
29241 \end_inset
29242
29243 provokant
29244 \begin_inset Quotes grd
29245 \end_inset
29246
29247
29248 \begin_inset ERT
29249 status collapsed
29250
29251 \begin_layout Plain Layout
29252
29253 }
29254 \end_layout
29255
29256 \end_inset
29257
29258  nach oben verschoben wurde.
29259 \end_layout
29260
29261 \begin_layout Standard
29262 \begin_inset VSpace bigskip
29263 \end_inset
29264
29265 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29266  gedehnt:
29267 \end_layout
29268
29269 \begin_layout Standard
29270 Dies ist eine Zeile, in der das Wort 
29271 \begin_inset ERT
29272 status collapsed
29273
29274 \begin_layout Plain Layout
29275
29276
29277 \backslash
29278 raisebox{-
29279 \backslash
29280 depth}{
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \begin_inset Quotes gld
29287 \end_inset
29288
29289 provokant
29290 \begin_inset Quotes grd
29291 \end_inset
29292
29293
29294 \begin_inset ERT
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298
29299 }
29300 \end_layout
29301
29302 \end_inset
29303
29304  nach unten verschoben wurde.
29305 \end_layout
29306
29307 \begin_layout Standard
29308 Dies ist eine Zeile, in der das Wort 
29309 \begin_inset ERT
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313
29314
29315 \backslash
29316 raisebox{0.5cm}{
29317 \end_layout
29318
29319 \end_inset
29320
29321
29322 \begin_inset Quotes gld
29323 \end_inset
29324
29325 testen
29326 \begin_inset Quotes grd
29327 \end_inset
29328
29329
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335 }
29336 \end_layout
29337
29338 \end_inset
29339
29340  um 0.5
29341 \begin_inset space \thinspace{}
29342 \end_inset
29343
29344 cm nach oben verschoben wurde.
29345 \end_layout
29346
29347 \begin_layout Standard
29348 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29349 \end_layout
29350
29351 \begin_layout Standard
29352
29353 \series bold
29354
29355 \backslash
29356 raisebox{-
29357 \backslash
29358 depth}[0pt]{
29359 \end_layout
29360
29361 \begin_layout Standard
29362 Dies ist eine Zeile, in der das Wort 
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 raisebox{-
29371 \backslash
29372 depth}[0pt]{
29373 \end_layout
29374
29375 \end_inset
29376
29377
29378 \begin_inset Quotes gld
29379 \end_inset
29380
29381 provokant
29382 \begin_inset Quotes grd
29383 \end_inset
29384
29385
29386 \begin_inset ERT
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390
29391 }
29392 \end_layout
29393
29394 \end_inset
29395
29396  nach unten verschoben wurde.
29397 \end_layout
29398
29399 \begin_layout Standard
29400 Dies ist eine Zeile, in der das Wort 
29401 \begin_inset ERT
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405
29406
29407 \backslash
29408 raisebox{0.5cm}[0pt]{
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \begin_inset Quotes gld
29415 \end_inset
29416
29417 testen
29418 \begin_inset Quotes grd
29419 \end_inset
29420
29421
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426
29427 }
29428 \end_layout
29429
29430 \end_inset
29431
29432  um 0.5
29433 \begin_inset space \thinspace{}
29434 \end_inset
29435
29436 cm nach oben verschoben wurde.
29437  Jetzt überschneiden sich die verschobenen Worte.
29438 \end_layout
29439
29440 \begin_layout Section
29441 Farbige Boxen
29442 \begin_inset CommandInset label
29443 LatexCommand label
29444 name "abs:Farbige-Boxen"
29445
29446 \end_inset
29447
29448
29449 \begin_inset Index
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453 Boxen ! farbige
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \end_layout
29460
29461 \begin_layout Subsection
29462 Text-Hintergrundfarbe
29463 \begin_inset Index
29464 status collapsed
29465
29466 \begin_layout Plain Layout
29467 Farbe ! für Text-Hintergrund
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \end_layout
29474
29475 \begin_layout Standard
29476 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29477  sogenannten 
29478 \begin_inset Quotes gld
29479 \end_inset
29480
29481 colorbox
29482 \begin_inset Quotes grd
29483 \end_inset
29484
29485  stehen.
29486  Dafür muss das LaTeX-Paket 
29487 \series bold
29488 color
29489 \series default
29490
29491 \begin_inset Index
29492 status collapsed
29493
29494 \begin_layout Plain Layout
29495 LaTeX-Pakete ! color
29496 \end_layout
29497
29498 \end_inset
29499
29500  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29501 \end_layout
29502
29503 \begin_layout Standard
29504
29505 \series bold
29506
29507 \backslash
29508 @ifundef\SpecialChar \textcompwordmark{}
29509 ined{textcolor}
29510 \begin_inset Newline newline
29511 \end_inset
29512
29513
29514 \begin_inset ERT
29515 status collapsed
29516
29517 \begin_layout Plain Layout
29518
29519
29520 \backslash
29521 hphantom{ }
29522 \end_layout
29523
29524 \end_inset
29525
29526 {
29527 \backslash
29528 usepackage{color}}{}
29529 \end_layout
29530
29531 \begin_layout Standard
29532 Wenn Sie Text einfärben, lädt LyX das Paket 
29533 \series bold
29534 color
29535 \series default
29536  automatisch.
29537 \begin_inset Foot
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541 Der Befehl 
29542 \series bold
29543
29544 \backslash
29545 @ifundef\SpecialChar \textcompwordmark{}
29546 ined
29547 \series default
29548  vermeidet, dass es in diesem Fall doppelt geladen wird.
29549 \end_layout
29550
29551 \end_inset
29552
29553
29554 \end_layout
29555
29556 \begin_layout Standard
29557 \begin_inset VSpace medskip
29558 \end_inset
29559
29560 Colorboxen werden mit dem Befehl 
29561 \series bold
29562
29563 \backslash
29564 colorbox
29565 \series default
29566  erzeugt:
29567 \end_layout
29568
29569 \begin_layout Standard
29570
29571 \series bold
29572
29573 \backslash
29574 colorbox{Farbe}{Boxinhalt}
29575 \end_layout
29576
29577 \begin_layout Standard
29578 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29579  Boxen sein.
29580 \end_layout
29581
29582 \begin_layout Standard
29583 Die folgenden Farben sind vordefiniert (
29584 \begin_inset Graphics
29585         filename ../../images/dialog-show_character.png
29586         scale 70
29587         scaleBeforeRotation
29588         BoundingBox 0bp 0bp 22bp 22bp
29589
29590 \end_inset
29591
29592 \SpecialChar \menuseparator
29593
29594 \family sans
29595 Farbe
29596 \family default
29597 ):
29598 \family sans
29599  schwarz
29600 \family default
29601
29602 \family sans
29603 wei
29604 \family default
29605 ß, 
29606 \family sans
29607 rot
29608 \family default
29609 \series bold
29610 ,
29611 \series default
29612  
29613 \family sans
29614 grün
29615 \family default
29616
29617 \family sans
29618 blau
29619 \family default
29620
29621 \family sans
29622 türkis
29623 \family default
29624
29625 \family sans
29626 purpurrot
29627 \family default
29628  und 
29629 \family sans
29630 gelb
29631 \family default
29632 .
29633 \end_layout
29634
29635 \begin_layout Standard
29636 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29637 \begin_inset space ~
29638 \end_inset
29639
29640
29641 \begin_inset CommandInset ref
29642 LatexCommand ref
29643 reference "abs:Farbige-Tabellen"
29644
29645 \end_inset
29646
29647  beschrieben.
29648 \end_layout
29649
29650 \begin_layout Standard
29651 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29652  den TeX-Code-Befehl
29653 \end_layout
29654
29655 \begin_layout Standard
29656
29657 \series bold
29658
29659 \backslash
29660 colorbox{red}{
29661 \end_layout
29662
29663 \begin_layout Standard
29664 vor dem Wort ein.
29665  Hinter dem Wort fügen Sie 
29666 \series bold
29667
29668 \begin_inset Quotes gld
29669 \end_inset
29670
29671 }
29672 \series default
29673
29674 \begin_inset Quotes grd
29675 \end_inset
29676
29677  als TeX-Code ein.
29678  Hier ist das Ergebnis:
29679 \end_layout
29680
29681 \begin_layout Standard
29682 In dieser Zeile hat 
29683 \begin_inset ERT
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687
29688
29689 \backslash
29690 colorbox{red}{
29691 \end_layout
29692
29693 \end_inset
29694
29695 Achtung!
29696 \begin_inset ERT
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700
29701 }
29702 \end_layout
29703
29704 \end_inset
29705
29706  einen roten Hintergrund.
29707 \end_layout
29708
29709 \begin_layout Standard
29710 \begin_inset VSpace bigskip
29711 \end_inset
29712
29713 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29714  
29715 \series bold
29716
29717 \backslash
29718 fcolorbox
29719 \series default
29720  verwenden:
29721 \end_layout
29722
29723 \begin_layout Standard
29724
29725 \series bold
29726
29727 \backslash
29728 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29729 \end_layout
29730
29731 \begin_layout Standard
29732
29733 \series bold
29734
29735 \backslash
29736 fcolorbox
29737 \series default
29738  ist eine Erweiterung von 
29739 \series bold
29740
29741 \backslash
29742 colorbox
29743 \series default
29744 .
29745  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29746  
29747 \series bold
29748
29749 \backslash
29750 fboxrule
29751 \series default
29752  und 
29753 \series bold
29754
29755 \backslash
29756 fboxsep
29757 \series default
29758  gesteuert werden, wie in Abschnitt
29759 \begin_inset space ~
29760 \end_inset
29761
29762
29763 \begin_inset CommandInset ref
29764 LatexCommand ref
29765 reference "abs:Gerahmte-Boxen"
29766
29767 \end_inset
29768
29769  beschrieben.
29770 \end_layout
29771
29772 \begin_layout Standard
29773 Für das folgende Beispiel wurde der Befehl
29774 \end_layout
29775
29776 \begin_layout Standard
29777
29778 \series bold
29779
29780 \backslash
29781 fcolorbox{cyan}{magenta}{
29782 \end_layout
29783
29784 \begin_layout Standard
29785 benutzt.
29786  Hier wurden die Rahmendicke und der Abstand auf 1
29787 \begin_inset space \thinspace{}
29788 \end_inset
29789
29790 mm gesetzt:
29791 \begin_inset Newline newline
29792 \end_inset
29793
29794
29795 \begin_inset ERT
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799
29800
29801 \backslash
29802 fboxrule 1mm 
29803 \backslash
29804 fboxsep 1mm
29805 \end_layout
29806
29807 \end_inset
29808
29809
29810 \begin_inset ERT
29811 status collapsed
29812
29813 \begin_layout Plain Layout
29814
29815
29816 \backslash
29817 fcolorbox{cyan}{green}{
29818 \end_layout
29819
29820 \end_inset
29821
29822 Dies ist Text in einer farbigen, gerahmten Box.
29823 \begin_inset ERT
29824 status collapsed
29825
29826 \begin_layout Plain Layout
29827
29828 }
29829 \end_layout
29830
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \begin_layout Standard
29837 \begin_inset VSpace bigskip
29838 \end_inset
29839
29840 Natürlich gibt es auch farbigen Text in einer Colorbox:
29841 \begin_inset Newline newline
29842 \end_inset
29843
29844
29845 \begin_inset ERT
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849
29850
29851 \backslash
29852 fcolorbox{cyan}{green}{
29853 \end_layout
29854
29855 \end_inset
29856
29857
29858 \color yellow
29859 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29860 \color none
29861
29862 \begin_inset ERT
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866
29867 }
29868 \end_layout
29869
29870 \end_inset
29871
29872
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878
29879 \backslash
29880 fboxrule 0.4pt 
29881 \backslash
29882 fboxsep 3pt
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891 \begin_inset VSpace bigskip
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898 \begin_inset Note Greyedout
29899 status open
29900
29901 \begin_layout Plain Layout
29902 \noindent
29903
29904 \series bold
29905 Bemerkung:
29906 \series default
29907  Text in Colorboxen kann nicht umgebrochen werden.
29908  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29909  wie im folgenden beschrieben.
29910 \end_layout
29911
29912 \end_inset
29913
29914
29915 \end_layout
29916
29917 \begin_layout Subsection
29918 Farbe für Absätze
29919 \begin_inset CommandInset label
29920 LatexCommand label
29921 name "uab:Farbe-für-Absätze"
29922
29923 \end_inset
29924
29925
29926 \begin_inset Index
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930 Farbe ! für Absätze
29931 \end_layout
29932
29933 \end_inset
29934
29935
29936 \end_layout
29937
29938 \begin_layout Standard
29939 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29940  den Text in eine Minipage stellen.
29941  Vor der Minipage fügen Sie den TeX-Code-Befehl
29942 \end_layout
29943
29944 \begin_layout Standard
29945
29946 \series bold
29947
29948 \backslash
29949 colorbox{color}{
29950 \end_layout
29951
29952 \begin_layout Standard
29953 ein.
29954  Hinter der Minipage fügen Sie 
29955 \series bold
29956
29957 \begin_inset Quotes gld
29958 \end_inset
29959
29960 }
29961 \series default
29962
29963 \begin_inset Quotes grd
29964 \end_inset
29965
29966  als TeX-Code ein.
29967 \end_layout
29968
29969 \begin_layout Standard
29970 \begin_inset ERT
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974
29975
29976 \backslash
29977 colorbox{hellgrau}{
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \begin_inset Box Frameless
29984 position "t"
29985 hor_pos "c"
29986 has_inner_box 1
29987 inner_pos "t"
29988 use_parbox 0
29989 width "100col%"
29990 special "none"
29991 height "1in"
29992 height_special "totalheight"
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996 Dies ist Text mit einer Hintergrundfarbe.
29997  Dies ist Text mit einer Hintergrundfarbe.
29998 \end_layout
29999
30000 \begin_layout Plain Layout
30001 Der Text kann Fußnoten
30002 \begin_inset Foot
30003 status open
30004
30005 \begin_layout Plain Layout
30006 Eine weitere Fußnote
30007 \end_layout
30008
30009 \end_inset
30010
30011  und Tabellen und Abbildungen enthalten.
30012 \end_layout
30013
30014 \begin_layout Plain Layout
30015 \align center
30016 \begin_inset Tabular
30017 <lyxtabular version="3" rows="3" columns="3">
30018 <features>
30019 <column alignment="center" valignment="top" width="0">
30020 <column alignment="center" valignment="top" width="0">
30021 <column alignment="center" valignment="top" width="0">
30022 <row>
30023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30024 \begin_inset Text
30025
30026 \begin_layout Plain Layout
30027 a
30028 \end_layout
30029
30030 \end_inset
30031 </cell>
30032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30033 \begin_inset Text
30034
30035 \begin_layout Plain Layout
30036 !
30037 \end_layout
30038
30039 \end_inset
30040 </cell>
30041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30042 \begin_inset Text
30043
30044 \begin_layout Plain Layout
30045 3
30046 \end_layout
30047
30048 \end_inset
30049 </cell>
30050 </row>
30051 <row>
30052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30053 \begin_inset Text
30054
30055 \begin_layout Plain Layout
30056 <
30057 \end_layout
30058
30059 \end_inset
30060 </cell>
30061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30062 \begin_inset Text
30063
30064 \begin_layout Plain Layout
30065 b2
30066 \begin_inset Quotes erd
30067 \end_inset
30068
30069 |
30070 \end_layout
30071
30072 \end_inset
30073 </cell>
30074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30075 \begin_inset Text
30076
30077 \begin_layout Plain Layout
30078 >
30079 \end_layout
30080
30081 \end_inset
30082 </cell>
30083 </row>
30084 <row>
30085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30086 \begin_inset Text
30087
30088 \begin_layout Plain Layout
30089 1
30090 \end_layout
30091
30092 \end_inset
30093 </cell>
30094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30095 \begin_inset Text
30096
30097 \begin_layout Plain Layout
30098 §
30099 \end_layout
30100
30101 \end_inset
30102 </cell>
30103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30104 \begin_inset Text
30105
30106 \begin_layout Plain Layout
30107 c
30108 \end_layout
30109
30110 \end_inset
30111 </cell>
30112 </row>
30113 </lyxtabular>
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \end_inset
30121
30122
30123 \begin_inset ERT
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127
30128 }
30129 \end_layout
30130
30131 \end_inset
30132
30133
30134 \end_layout
30135
30136 \begin_layout Section
30137 Rotierte und skalierte Boxen
30138 \end_layout
30139
30140 \begin_layout Standard
30141 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30142 \series bold
30143 graphicx
30144 \series default
30145
30146 \begin_inset Index
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150 LaTeX-Pakete ! graphicx
30151 \end_layout
30152
30153 \end_inset
30154
30155  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30156 \end_layout
30157
30158 \begin_layout Standard
30159
30160 \series bold
30161
30162 \backslash
30163 @ifundefined{rotatebox}
30164 \begin_inset Newline newline
30165 \end_inset
30166
30167
30168 \begin_inset ERT
30169 status collapsed
30170
30171 \begin_layout Plain Layout
30172
30173
30174 \backslash
30175 hphantom{ }
30176 \end_layout
30177
30178 \end_inset
30179
30180 {
30181 \backslash
30182 usepackage{graphicx}}{}
30183 \end_layout
30184
30185 \begin_layout Standard
30186 \begin_inset Note Greyedout
30187 status open
30188
30189 \begin_layout Plain Layout
30190
30191 \series bold
30192 Bemerkung:
30193 \series default
30194  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30195  darstellen.
30196  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30197 \end_layout
30198
30199 \end_inset
30200
30201
30202 \end_layout
30203
30204 \begin_layout Standard
30205 \begin_inset Note Greyedout
30206 status open
30207
30208 \begin_layout Plain Layout
30209
30210 \series bold
30211 Bemerkung:
30212 \series default
30213  Gleitobjekte dürfen nicht in eine rotiere oder skaliere Box gesetzt werden.
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \end_layout
30220
30221 \begin_layout Subsection
30222 Rotierte Boxen
30223 \begin_inset Index
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227 Boxen ! rotierte
30228 \end_layout
30229
30230 \end_inset
30231
30232
30233 \begin_inset Index
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237 Rotiertes Material
30238 \end_layout
30239
30240 \end_inset
30241
30242
30243 \begin_inset Index
30244 status collapsed
30245
30246 \begin_layout Plain Layout
30247 Abbildungen ! rotierte
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \begin_inset Index
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257 Tabellen ! rotierte
30258 \end_layout
30259
30260 \end_inset
30261
30262
30263 \end_layout
30264
30265 \begin_layout Standard
30266 Um Text zu drehen, verwendet man den Befehl 
30267 \series bold
30268
30269 \backslash
30270 rotatebox
30271 \series default
30272  im TeX-Code nach folgendem Schema:
30273 \end_layout
30274
30275 \begin_layout Standard
30276
30277 \series bold
30278
30279 \backslash
30280 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30281 \end_layout
30282
30283 \begin_layout Standard
30284 Der Drehpunkt wird mit 
30285 \series bold
30286 origin=Position
30287 \series default
30288  angegeben.
30289  Folgende Positionen sind möglich: 
30290 \emph on
30291 c
30292 \emph default
30293  (mittig), 
30294 \emph on
30295 l
30296 \emph default
30297  (links), 
30298 \emph on
30299 r
30300 \emph default
30301  (rechts), 
30302 \emph on
30303 b
30304 \emph default
30305  (unten), 
30306 \emph on
30307 t
30308 \emph default
30309  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30310  Z.
30311 \begin_inset space \thinspace{}
30312 \end_inset
30313
30314 B.
30315  bedeutet 
30316 \emph on
30317 lt
30318 \emph default
30319 , dass sich der Drehpunkt links oben befindet.
30320  Wird kein Drehpunkt angegeben, wird die Position 
30321 \emph on
30322 l
30323 \emph default
30324  verwendet.
30325  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30326  Gedreht wird gegen den Uhrzeigersinn.
30327 \end_layout
30328
30329 \begin_layout Standard
30330 Im folgenden Beispiel wurde vor dem Text der Befehl 
30331 \series bold
30332
30333 \backslash
30334 rotatebox[origin=c]{60}{
30335 \series default
30336  im TeX-Modus eingegeben.
30337  Nach dem Text wurde die schließende Klammer 
30338 \series bold
30339 }
30340 \series default
30341  wiederum im TeX-Modus eingegeben.
30342 \end_layout
30343
30344 \begin_layout Standard
30345 Dies ist eine Zeile 
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351
30352 \backslash
30353 rotatebox[origin=c]{60}{
30354 \end_layout
30355
30356 \end_inset
30357
30358 mit rotiertem
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364 }
30365 \end_layout
30366
30367 \end_inset
30368
30369  Text.
30370 \end_layout
30371
30372 \begin_layout Standard
30373 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30374 \end_layout
30375
30376 \begin_layout Standard
30377 Dies ist eine Zeile 
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383
30384 \backslash
30385 rotatebox[origin=r]{-60}{
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \begin_inset Box Doublebox
30392 position "c"
30393 hor_pos "c"
30394 has_inner_box 0
30395 inner_pos "c"
30396 use_parbox 0
30397 width "1in"
30398 special "width"
30399 height "1in"
30400 height_special "totalheight"
30401 status collapsed
30402
30403 \begin_layout Plain Layout
30404 mit rotiertem
30405 \end_layout
30406
30407 \end_inset
30408
30409
30410 \begin_inset ERT
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414
30415 }
30416 \end_layout
30417
30418 \end_inset
30419
30420  umrandeten Text 
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426
30427 \backslash
30428 rotatebox[origin=lb]{60}{
30429 \end_layout
30430
30431 \end_inset
30432
30433
30434 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30435 \end_inset
30436
30437
30438 \begin_inset ERT
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442
30443 }
30444 \end_layout
30445
30446 \end_inset
30447
30448  und einer Formel.
30449 \end_layout
30450
30451 \begin_layout Standard
30452 oder ein Bild oder Tabelle:
30453 \end_layout
30454
30455 \begin_layout Standard
30456 Dies ist eine Zeile 
30457 \begin_inset ERT
30458 status collapsed
30459
30460 \begin_layout Plain Layout
30461
30462
30463 \backslash
30464 rotatebox[origin=lb]{90}{
30465 \end_layout
30466
30467 \end_inset
30468
30469
30470 \begin_inset Graphics
30471         filename ../clipart/platypus.eps
30472         lyxscale 50
30473         width 25col%
30474
30475 \end_inset
30476
30477
30478 \begin_inset ERT
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482
30483 }
30484 \end_layout
30485
30486 \end_inset
30487
30488  mit einem rotierten Bild 
30489 \begin_inset ERT
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493
30494
30495 \backslash
30496 rotatebox[origin=l]{-90}{
30497 \end_layout
30498
30499 \end_inset
30500
30501
30502 \begin_inset Tabular
30503 <lyxtabular version="3" rows="2" columns="2">
30504 <features>
30505 <column alignment="center" valignment="top" width="0">
30506 <column alignment="center" valignment="top" width="0">
30507 <row>
30508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30509 \begin_inset Text
30510
30511 \begin_layout Plain Layout
30512 q
30513 \end_layout
30514
30515 \end_inset
30516 </cell>
30517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30518 \begin_inset Text
30519
30520 \begin_layout Plain Layout
30521 w
30522 \end_layout
30523
30524 \end_inset
30525 </cell>
30526 </row>
30527 <row>
30528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30529 \begin_inset Text
30530
30531 \begin_layout Plain Layout
30532 e
30533 \end_layout
30534
30535 \end_inset
30536 </cell>
30537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30538 \begin_inset Text
30539
30540 \begin_layout Plain Layout
30541 r
30542 \end_layout
30543
30544 \end_inset
30545 </cell>
30546 </row>
30547 </lyxtabular>
30548
30549 \end_inset
30550
30551
30552 \begin_inset ERT
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556
30557 }
30558 \end_layout
30559
30560 \end_inset
30561
30562  und Tabelle.
30563 \end_layout
30564
30565 \begin_layout Subsection
30566 Skalierte Boxen
30567 \begin_inset Index
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571 Boxen ! skalierte
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \begin_inset Index
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581 Skaliertes Material
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \begin_inset Index
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591 Abbildungen ! skalierte
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \begin_inset Index
30598 status collapsed
30599
30600 \begin_layout Plain Layout
30601 Tabellen ! skalierte
30602 \end_layout
30603
30604 \end_inset
30605
30606
30607 \end_layout
30608
30609 \begin_layout Standard
30610 Um Text zu skalieren, kann man die Befehle 
30611 \series bold
30612
30613 \backslash
30614 scalebox
30615 \series default
30616  und 
30617 \series bold
30618
30619 \backslash
30620 resizebox
30621 \series default
30622  im TeX-Modus verwenden.
30623 \end_layout
30624
30625 \begin_layout Standard
30626
30627 \series bold
30628
30629 \backslash
30630 scalebox
30631 \series default
30632  wird nach folgendem Schema verwendet:
30633 \end_layout
30634
30635 \begin_layout Standard
30636
30637 \series bold
30638
30639 \backslash
30640 scalebox{horizontal}[vertikal]{Boxinhalt}
30641 \end_layout
30642
30643 \begin_layout Standard
30644 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30645  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30646  verwendet.
30647 \end_layout
30648
30649 \begin_layout Standard
30650 Z.
30651 \begin_inset space \thinspace{}
30652 \end_inset
30653
30654 B.
30655  ergibt der Befehl 
30656 \series bold
30657
30658 \backslash
30659 scalebox{2}{Hallo}
30660 \series default
30661  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30662 \begin_inset ERT
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666
30667
30668 \backslash
30669 scalebox{2}{
30670 \end_layout
30671
30672 \end_inset
30673
30674 Hallo
30675 \begin_inset ERT
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679
30680 }
30681 \end_layout
30682
30683 \end_inset
30684
30685 .
30686 \end_layout
30687
30688 \begin_layout Standard
30689
30690 \series bold
30691
30692 \backslash
30693 scalebox{2}[1]{Hallo}
30694 \series default
30695  verzerrt hingegen das 
30696 \begin_inset ERT
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700
30701
30702 \backslash
30703 scalebox{2}[1]{
30704 \end_layout
30705
30706 \end_inset
30707
30708 Hallo
30709 \begin_inset ERT
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713
30714 }
30715 \end_layout
30716
30717 \end_inset
30718
30719 .
30720 \end_layout
30721
30722 \begin_layout Standard
30723 Die Skalierungsfaktoren dürfen auch negativ sein.
30724  In diesem Fall wird der Boxinhalt gespiegelt.
30725 \end_layout
30726
30727 \begin_layout Standard
30728 Daher lässt sich mit dem Befehl 
30729 \series bold
30730
30731 \backslash
30732 scalebox{-1}[1]{Hallo}
30733 \series default
30734  Spiegelschrift erstellen: 
30735 \begin_inset ERT
30736 status collapsed
30737
30738 \begin_layout Plain Layout
30739
30740
30741 \backslash
30742 scalebox{-1}[1]{
30743 \end_layout
30744
30745 \end_inset
30746
30747 Hallo
30748 \begin_inset ERT
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752
30753 }
30754 \end_layout
30755
30756 \end_inset
30757
30758
30759 \end_layout
30760
30761 \begin_layout Standard
30762
30763 \series bold
30764
30765 \backslash
30766 scalebox{1}[-1]{Hallo}
30767 \series default
30768  spiegelt das 
30769 \begin_inset ERT
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773
30774
30775 \backslash
30776 scalebox{1}[-1]{
30777 \end_layout
30778
30779 \end_inset
30780
30781 Hallo
30782 \begin_inset ERT
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786
30787 }
30788 \end_layout
30789
30790 \end_inset
30791
30792  an der Grundlinie.
30793 \end_layout
30794
30795 \begin_layout Standard
30796 Zu 
30797 \series bold
30798
30799 \backslash
30800 scalebox{-1}[1]{Boxinhalt}
30801 \series default
30802  gibt es den äquivalenten Befehl
30803 \begin_inset Newline newline
30804 \end_inset
30805
30806
30807 \series bold
30808
30809 \backslash
30810 ref\SpecialChar \textcompwordmark{}
30811 lectbox{Boxinhalt}
30812 \series default
30813 .
30814 \end_layout
30815
30816 \begin_layout Standard
30817 \begin_inset VSpace bigskip
30818 \end_inset
30819
30820
30821 \series bold
30822
30823 \backslash
30824 resizebox
30825 \series default
30826  verwendet man um den Boxinhalt auf eine bestimmte Höhe bzw.
30827  Breite zu skalieren.
30828  Das Befehlsschema ist folgendes:
30829 \end_layout
30830
30831 \begin_layout Standard
30832
30833 \series bold
30834
30835 \backslash
30836 resizebox{Breite}{Höhe}{Boxinhalt}
30837 \end_layout
30838
30839 \begin_layout Standard
30840 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30841 \series bold
30842 !
30843 \series default
30844  ein, wird die Größe so gewählt, dass das Aspektverhältnis der Box beibehalten
30845  wird.
30846 \end_layout
30847
30848 \begin_layout Standard
30849 Der Befehl 
30850 \series bold
30851
30852 \backslash
30853 resizebox{2cm}{1cm}{Hallo}
30854 \series default
30855  ergibt: 
30856 \begin_inset ERT
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861
30862 \backslash
30863 resizebox{2cm}{1cm}{
30864 \end_layout
30865
30866 \end_inset
30867
30868 Hallo
30869 \begin_inset ERT
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873
30874 }
30875 \end_layout
30876
30877 \end_inset
30878
30879
30880 \begin_inset Newline newline
30881 \end_inset
30882
30883 Der Befehl 
30884 \series bold
30885
30886 \backslash
30887 resizebox{2cm}{!}{Hallo}
30888 \series default
30889  ergibt: 
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895
30896 \backslash
30897 resizebox{2cm}{!}{
30898 \end_layout
30899
30900 \end_inset
30901
30902 Hallo
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908 }
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \end_layout
30915
30916 \begin_layout Standard
30917 \begin_inset VSpace bigskip
30918 \end_inset
30919
30920
30921 \begin_inset Note Greyedout
30922 status open
30923
30924 \begin_layout Plain Layout
30925
30926 \series bold
30927 Bemerkung:
30928 \series default
30929  Wurde in Argumenten von 
30930 \series bold
30931
30932 \backslash
30933 scalebox
30934 \series default
30935  oder 
30936 \series bold
30937
30938 \backslash
30939 resizebox
30940 \series default
30941  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30942  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30943  werden.
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \end_layout
30950
30951 \begin_layout Standard
30952 \begin_inset VSpace bigskip
30953 \end_inset
30954
30955
30956 \end_layout
30957
30958 \begin_layout Standard
30959 Alle Boxen können beliebig miteinander kombiniert werden.
30960  So ergibt z.
30961 \begin_inset space \thinspace{}
30962 \end_inset
30963
30964 B.
30965  der Befehl
30966 \begin_inset Newline newline
30967 \end_inset
30968
30969
30970 \series bold
30971
30972 \backslash
30973 rotatebox[origin=c]{-45}{
30974 \backslash
30975 resizebox{2cm}{!}{
30976 \backslash
30977 reflectbox{Hallo}}}
30978 \series default
30979 :
30980 \end_layout
30981
30982 \begin_layout Standard
30983 \align center
30984 \begin_inset ERT
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988
30989
30990 \backslash
30991 rotatebox[origin=c]{-45}{
30992 \backslash
30993 resizebox{2cm}{!}{
30994 \backslash
30995 reflectbox{
30996 \end_layout
30997
30998 \end_inset
30999
31000 Hallo
31001 \begin_inset ERT
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006 }}}
31007 \end_layout
31008
31009 \end_inset
31010
31011
31012 \end_layout
31013
31014 \begin_layout Standard
31015 \noindent
31016 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31017 \end_layout
31018
31019 \begin_layout Standard
31020 \align center
31021 \begin_inset ERT
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025
31026
31027 \backslash
31028 rotatebox[origin=c]{-30}{
31029 \backslash
31030 resizebox{2cm}{!}{
31031 \backslash
31032 reflectbox{
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \begin_inset Graphics
31039         filename ../clipart/platypus.eps
31040         lyxscale 50
31041         width 25col%
31042
31043 \end_inset
31044
31045
31046 \begin_inset ERT
31047 status collapsed
31048
31049 \begin_layout Plain Layout
31050
31051 }}}
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \begin_inset ERT
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061
31062
31063 \backslash
31064 rotatebox[origin=c]{-45}{
31065 \backslash
31066 resizebox{2cm}{!}{
31067 \backslash
31068 reflectbox{
31069 \end_layout
31070
31071 \end_inset
31072
31073
31074 \begin_inset Tabular
31075 <lyxtabular version="3" rows="2" columns="2">
31076 <features>
31077 <column alignment="center" valignment="top" width="0">
31078 <column alignment="center" valignment="top" width="0">
31079 <row>
31080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31081 \begin_inset Text
31082
31083 \begin_layout Plain Layout
31084 q
31085 \end_layout
31086
31087 \end_inset
31088 </cell>
31089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31090 \begin_inset Text
31091
31092 \begin_layout Plain Layout
31093 w
31094 \end_layout
31095
31096 \end_inset
31097 </cell>
31098 </row>
31099 <row>
31100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31101 \begin_inset Text
31102
31103 \begin_layout Plain Layout
31104 e
31105 \end_layout
31106
31107 \end_inset
31108 </cell>
31109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31110 \begin_inset Text
31111
31112 \begin_layout Plain Layout
31113 r
31114 \end_layout
31115
31116 \end_inset
31117 </cell>
31118 </row>
31119 </lyxtabular>
31120
31121 \end_inset
31122
31123
31124 \begin_inset ERT
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128
31129 }}}
31130 \end_layout
31131
31132 \end_inset
31133
31134
31135 \begin_inset ERT
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139
31140
31141 \backslash
31142 rotatebox[origin=c]{-45}{
31143 \backslash
31144 resizebox{2cm}{!}{
31145 \backslash
31146 reflectbox{
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31153 \end_inset
31154
31155
31156 \begin_inset ERT
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160
31161 }}}
31162 \end_layout
31163
31164 \end_inset
31165
31166
31167 \end_layout
31168
31169 \begin_layout Standard
31170 Hat man den globalen Formelstil 
31171 \series bold
31172 fleqn
31173 \series default
31174
31175 \begin_inset Foot
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179 Wenn 
31180 \begin_inset Quotes gld
31181 \end_inset
31182
31183 fleqn
31184 \begin_inset Quotes grd
31185 \end_inset
31186
31187  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31188 \end_layout
31189
31190 \end_inset
31191
31192  gewählt, kann man auch abgesetzte Formeln skalieren.
31193 \end_layout
31194
31195 \begin_layout Chapter
31196 Externe Dateien
31197 \begin_inset Index
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201 Dateien ! externe
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \end_layout
31208
31209 \begin_layout Standard
31210 Mit 
31211 \family sans
31212 Einfügen\SpecialChar \menuseparator
31213 Datei
31214 \family default
31215  können Sie fremdes Material in Ihr Dokument einsetzen.
31216  Das kann folgendes sein:
31217 \end_layout
31218
31219 \begin_layout Description
31220 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31221  eingefügt.
31222 \end_layout
31223
31224 \begin_layout Description
31225 Einfacher
31226 \begin_inset space ~
31227 \end_inset
31228
31229 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31230  eingefügt.
31231 \end_layout
31232
31233 \begin_layout Description
31234 Einfacher
31235 \begin_inset space ~
31236 \end_inset
31237
31238 Text,
31239 \begin_inset space ~
31240 \end_inset
31241
31242 Zeilen
31243 \begin_inset space ~
31244 \end_inset
31245
31246 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31247  Leerzeilen trennen die Absätze.
31248 \end_layout
31249
31250 \begin_layout Description
31251 Externes
31252 \begin_inset space ~
31253 \end_inset
31254
31255 Material Dateien in verschiedenen Formaten.
31256 \end_layout
31257
31258 \begin_layout Description
31259 Unterdokument LyX- oder LaTeX-Dokumente.
31260 \end_layout
31261
31262 \begin_layout Section
31263 Externes Material
31264 \begin_inset Index
31265 status collapsed
31266
31267 \begin_layout Plain Layout
31268 Externes Material
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \end_layout
31275
31276 \begin_layout Standard
31277 Mit 
31278 \family sans
31279 Einfügen\SpecialChar \menuseparator
31280 Datei\SpecialChar \menuseparator
31281  Externes Material
31282 \family default
31283  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31284  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31285  weil LyX sich darum kümmert.
31286  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31287  eingefügt werden können.
31288 \end_layout
31289
31290 \begin_layout Standard
31291 Zur Zeit können Sie folgende Dateitypen (
31292 \family sans
31293 Vorlagen
31294 \family default
31295 ) benutzen:
31296 \end_layout
31297
31298 \begin_layout Description
31299 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31300 \series bold
31301
31302 \begin_inset CommandInset href
31303 LatexCommand href
31304 name "XBoard"
31305 target "http://en.wikipedia.org/wiki/XBoard"
31306
31307 \end_inset
31308
31309
31310 \series default
31311  erzeugt wurden.
31312 \end_layout
31313
31314 \begin_layout Description
31315 Datum fügt ein Datum mit dem Format 
31316 \emph on
31317 Tag-Monat-Jahr
31318 \emph default
31319  ein.
31320  Hier ist ein Beispiel: 
31321 \begin_inset External
31322         template Date
31323         filename .
31324
31325 \end_inset
31326
31327
31328 \lang english
31329
31330 \begin_inset space ~
31331 \end_inset
31332
31333
31334 \begin_inset Note Note
31335 status open
31336
31337 \begin_layout Plain Layout
31338
31339 \lang english
31340 Remove the protected space when bug 4398 is fixed!
31341 \end_layout
31342
31343 \end_inset
31344
31345
31346 \lang ngerman
31347
31348 \begin_inset Newline newline
31349 \end_inset
31350
31351 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31352  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31353  Menü 
31354 \family sans
31355 Einfügen\SpecialChar \menuseparator
31356 Datum
31357 \family default
31358  und mit dem LaTeX-Befehl 
31359 \series bold
31360
31361 \backslash
31362 today
31363 \series default
31364 .
31365  Die verschiedenen Methoden werden in Tabelle
31366 \begin_inset space ~
31367 \end_inset
31368
31369
31370 \begin_inset CommandInset ref
31371 LatexCommand ref
31372 reference "tab:Vergleich-der-Datums-Eingaben"
31373
31374 \end_inset
31375
31376  verglichen.
31377 \end_layout
31378
31379 \begin_layout Description
31380 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31381 \series bold
31382
31383 \begin_inset CommandInset href
31384 LatexCommand href
31385 name "LilyPond"
31386 target "http://en.wikipedia.org/wiki/LilyPond"
31387
31388 \end_inset
31389
31390
31391 \series default
31392  schreiben.
31393 \end_layout
31394
31395 \begin_layout Description
31396 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31397  Fast alle bekannten Bildformate werden unterstützt.
31398  Die Bilddateien können im Dialogfenster 
31399 \family sans
31400 Externes
31401 \begin_inset space ~
31402 \end_inset
31403
31404 Material
31405 \family default
31406  genauso behandelt werden wie die mit dem normalen 
31407 \family sans
31408 Grafik
31409 \family default
31410 -Dialog eingefügten, siehe Abschnitt
31411 \begin_inset space ~
31412 \end_inset
31413
31414
31415 \begin_inset CommandInset ref
31416 LatexCommand ref
31417 reference "abs:Grafik-Dialog"
31418
31419 \end_inset
31420
31421 .
31422  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31423  und EPS-Bilder werden nicht unterstützt.
31424 \end_layout
31425
31426 \begin_layout Description
31427 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31428 \series bold
31429
31430 \begin_inset CommandInset href
31431 LatexCommand href
31432 name "Xfig"
31433 target "http://en.wikipedia.org/wiki/Xfig"
31434
31435 \end_inset
31436
31437
31438 \series default
31439  erzeugt wurden.
31440 \end_layout
31441
31442 \begin_layout Standard
31443 \begin_inset Float table
31444 placement h
31445 wide false
31446 sideways false
31447 status open
31448
31449 \begin_layout Plain Layout
31450 \begin_inset Caption
31451
31452 \begin_layout Plain Layout
31453 \begin_inset CommandInset label
31454 LatexCommand label
31455 name "tab:Vergleich-der-Datums-Eingaben"
31456
31457 \end_inset
31458
31459 Vergleich der Datums-Eingaben
31460 \end_layout
31461
31462 \end_inset
31463
31464
31465 \end_layout
31466
31467 \begin_layout Plain Layout
31468 \align center
31469 \begin_inset Tabular
31470 <lyxtabular version="3" rows="4" columns="4">
31471 <features>
31472 <column alignment="center" valignment="top" width="0">
31473 <column alignment="center" valignment="top" width="0">
31474 <column alignment="center" valignment="top" width="0">
31475 <column alignment="center" valignment="top" width="0">
31476 <row>
31477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31478 \begin_inset Text
31479
31480 \begin_layout Plain Layout
31481 Dokumentformat
31482 \end_layout
31483
31484 \end_inset
31485 </cell>
31486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31487 \begin_inset Text
31488
31489 \begin_layout Plain Layout
31490
31491 \family sans
31492 Externes Material\SpecialChar \menuseparator
31493 Datum
31494 \end_layout
31495
31496 \end_inset
31497 </cell>
31498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31499 \begin_inset Text
31500
31501 \begin_layout Plain Layout
31502
31503 \family sans
31504 Einfügen\SpecialChar \menuseparator
31505 Datum
31506 \end_layout
31507
31508 \end_inset
31509 </cell>
31510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31511 \begin_inset Text
31512
31513 \begin_layout Plain Layout
31514 Befehl 
31515 \series bold
31516
31517 \backslash
31518 today
31519 \end_layout
31520
31521 \end_inset
31522 </cell>
31523 </row>
31524 <row>
31525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31526 \begin_inset Text
31527
31528 \begin_layout Plain Layout
31529 LyX
31530 \end_layout
31531
31532 \end_inset
31533 </cell>
31534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31535 \begin_inset Text
31536
31537 \begin_layout Plain Layout
31538 als Box
31539 \end_layout
31540
31541 \end_inset
31542 </cell>
31543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31544 \begin_inset Text
31545
31546 \begin_layout Plain Layout
31547 als Datum
31548 \end_layout
31549
31550 \end_inset
31551 </cell>
31552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31553 \begin_inset Text
31554
31555 \begin_layout Plain Layout
31556 als TeX-Code-Befehl
31557 \end_layout
31558
31559 \end_inset
31560 </cell>
31561 </row>
31562 <row>
31563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31564 \begin_inset Text
31565
31566 \begin_layout Plain Layout
31567 LaTeX
31568 \end_layout
31569
31570 \end_inset
31571 </cell>
31572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31573 \begin_inset Text
31574
31575 \begin_layout Plain Layout
31576 als Datum
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585 als Datum
31586 \end_layout
31587
31588 \end_inset
31589 </cell>
31590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31591 \begin_inset Text
31592
31593 \begin_layout Plain Layout
31594 als Befehl
31595 \end_layout
31596
31597 \end_inset
31598 </cell>
31599 </row>
31600 <row>
31601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31602 \begin_inset Text
31603
31604 \begin_layout Plain Layout
31605 DVI, PDF, PS
31606 \end_layout
31607
31608 \end_inset
31609 </cell>
31610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614 als Datum
31615 \end_layout
31616
31617 \end_inset
31618 </cell>
31619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31620 \begin_inset Text
31621
31622 \begin_layout Plain Layout
31623 als Datum
31624 \end_layout
31625
31626 \end_inset
31627 </cell>
31628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31629 \begin_inset Text
31630
31631 \begin_layout Plain Layout
31632 als Datum
31633 \end_layout
31634
31635 \end_inset
31636 </cell>
31637 </row>
31638 </lyxtabular>
31639
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \end_inset
31646
31647
31648 \end_layout
31649
31650 \begin_layout Standard
31651 Wenn Sie im Dialogfenster
31652 \family sans
31653  Externes
31654 \begin_inset space ~
31655 \end_inset
31656
31657 Material 
31658 \family default
31659 in der Karteikarte
31660 \family sans
31661  Datei
31662 \family default
31663  die Option 
31664 \family sans
31665 Entwurf
31666 \family default
31667  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31668 \end_layout
31669
31670 \begin_layout Standard
31671 LyX kann externes Material entweder als Box wie hier: 
31672 \begin_inset Graphics
31673         filename clipart/ExternesMaterialQt4.png
31674         lyxscale 80
31675         scale 60
31676         scaleBeforeRotation
31677
31678 \end_inset
31679
31680  oder als Bild darstellen.
31681  Das hängt davon ab, ob Sie im Dialogfenster
31682 \family sans
31683  Externes
31684 \begin_inset space ~
31685 \end_inset
31686
31687 Material 
31688 \family default
31689 in der Karteikarte 
31690 \family sans
31691 LyX-Ansicht
31692 \family default
31693  die Option 
31694 \family sans
31695 in
31696 \begin_inset space ~
31697 \end_inset
31698
31699 LyX
31700 \begin_inset space ~
31701 \end_inset
31702
31703 anzeigen
31704 \family default
31705  gewählt haben oder nicht.
31706 \end_layout
31707
31708 \begin_layout Standard
31709 Im LyX-Handbuch 
31710 \family sans
31711 \emph on
31712 Anpassung
31713 \family default
31714 \emph default
31715  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31716 \end_layout
31717
31718 \begin_layout Section
31719 Unterdokumente
31720 \begin_inset CommandInset label
31721 LatexCommand label
31722 name "abs:Unterdokumente"
31723
31724 \end_inset
31725
31726
31727 \begin_inset Index
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731 Unterdokument
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Standard
31740 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31741  oder Abschnitten bestehen.
31742  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31743  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31744 \end_layout
31745
31746 \begin_layout Standard
31747 Unterdokumente werden in LyX als Box angezeigt: 
31748 \begin_inset Graphics
31749         filename clipart/UnterdokumentQt4.png
31750         lyxscale 80
31751         scale 60
31752         scaleBeforeRotation
31753
31754 \end_inset
31755
31756 .
31757  Sie werden über
31758 \family sans
31759  Einfügen\SpecialChar \menuseparator
31760 Datei\SpecialChar \menuseparator
31761 Unterdokument
31762 \family default
31763  eingebunden, was das Dialogfenster
31764 \family sans
31765  Unterdokument
31766 \family default
31767  öffnet.
31768  Für 
31769 \family sans
31770 die Art
31771 \begin_inset space ~
31772 \end_inset
31773
31774 der
31775 \begin_inset space ~
31776 \end_inset
31777
31778 Einbindung
31779 \family default
31780  gibt es dort vier Möglichkeiten:
31781 \end_layout
31782
31783 \begin_layout Description
31784 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31785  Wenn Sie im Dialogfenster
31786 \family sans
31787  Unterdokument
31788 \family default
31789  auf 
31790 \family sans
31791 Öffnen
31792 \family default
31793  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31794  und sie können es editieren.
31795 \begin_inset Newline newline
31796 \end_inset
31797
31798
31799 \end_layout
31800
31801 \begin_layout Standard
31802 Hier wird ein Unterdokument
31803 \family sans
31804  
31805 \family default
31806 per 
31807 \family sans
31808 Include
31809 \family default
31810  eingebunden: 
31811 \begin_inset CommandInset include
31812 LatexCommand include
31813 filename "DummyDocument1.lyx"
31814
31815 \end_inset
31816
31817 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31818  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
31819  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31820 s.
31821  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31822 \begin_inset space ~
31823 \end_inset
31824
31825
31826 \begin_inset CommandInset ref
31827 LatexCommand ref
31828 reference "uab:Externer-Unterabschnitt-1"
31829
31830 \end_inset
31831
31832 .
31833 \end_layout
31834
31835 \begin_layout Standard
31836 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31837  wird benutzt.
31838  Unterdokumente, die per 
31839 \family sans
31840 Include
31841 \family default
31842  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31843  und enden mit einem Seitenumbruch.
31844 \end_layout
31845
31846 \begin_layout Standard
31847 Mit dem LaTeX-Befehl 
31848 \series bold
31849
31850 \backslash
31851 includeonly 
31852 \series default
31853 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31854  erstellt werden soll.
31855  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31856  sehen wollen, und es geht schneller.
31857  
31858 \series bold
31859
31860 \backslash
31861 includeonly
31862 \series default
31863  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31864  Im folgenden Beispiel:
31865 \end_layout
31866
31867 \begin_layout Standard
31868
31869 \series bold
31870
31871 \backslash
31872 includeonly{Kapitel1,Kapitel5}
31873 \end_layout
31874
31875 \begin_layout Standard
31876 werden nur die Dateien 
31877 \begin_inset Quotes gld
31878 \end_inset
31879
31880 Kapitel1.lyx
31881 \begin_inset Quotes grd
31882 \end_inset
31883
31884  (oder 
31885 \begin_inset Quotes gld
31886 \end_inset
31887
31888 Kapitel1.tex
31889 \begin_inset Quotes grd
31890 \end_inset
31891
31892 ) und 
31893 \begin_inset Quotes gld
31894 \end_inset
31895
31896 Kapitel5.lyx
31897 \begin_inset Quotes grd
31898 \end_inset
31899
31900
31901 \series bold
31902  
31903 \series default
31904 eingebunden.
31905 \end_layout
31906
31907 \begin_layout Standard
31908 \begin_inset Note Greyedout
31909 status open
31910
31911 \begin_layout Plain Layout
31912
31913 \series bold
31914 Bemerkung:
31915 \series default
31916  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31917  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31918  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31919  Ergebnissen führen wird.
31920 \end_layout
31921
31922 \end_inset
31923
31924
31925 \end_layout
31926
31927 \begin_layout Description
31928 Input Diese Methode ist 
31929 \family sans
31930 Include
31931 \family default
31932  sehr ähnlich mit folgenden Unterschieden:
31933 \end_layout
31934
31935 \begin_deeper
31936 \begin_layout Itemize
31937 Unterdokumente, die per 
31938 \family sans
31939 Input
31940 \family default
31941  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31942  Seite und enden NICHT mit einem Seitenumbruch.
31943 \end_layout
31944
31945 \begin_layout Itemize
31946 Unterdokumente, die per 
31947 \family sans
31948 Input
31949 \family default
31950  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31951 \family sans
31952  Unterdokument Vorschau
31953 \begin_inset space ~
31954 \end_inset
31955
31956 anzeigen
31957 \family default
31958  angekreuzt wurde und in den LyX-
31959 \family sans
31960 Einstellungen\SpecialChar \menuseparator
31961 Aussehen
31962 \begin_inset space ~
31963 \end_inset
31964
31965 &
31966 \begin_inset space ~
31967 \end_inset
31968
31969 Handhabung\SpecialChar \menuseparator
31970 Grafik Sofortige
31971 \begin_inset space ~
31972 \end_inset
31973
31974 Vorschau
31975 \family default
31976  auf 
31977 \family sans
31978 An
31979 \family default
31980  gesetzt wurde.
31981  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
31982  aus.
31983 \end_layout
31984
31985 \begin_layout Itemize
31986 Der LaTeX-Befehl 
31987 \series bold
31988
31989 \backslash
31990 includeonly
31991 \series default
31992  kann nicht benutzt werden.
31993 \end_layout
31994
31995 \end_deeper
31996 \begin_layout Standard
31997 Hier ist ein Unterdokument, das mit
31998 \family sans
31999  Input
32000 \family default
32001  eingebunden wurde: 
32002 \begin_inset CommandInset include
32003 LatexCommand input
32004 filename "DummyDocument2.lyx"
32005
32006 \end_inset
32007
32008 .
32009 \end_layout
32010
32011 \begin_layout Description
32012 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32013   In der Druckvorschau wird für den Text der Stil 
32014 \family typewriter
32015 Schreibmaschine
32016 \family default
32017  verwendet.
32018  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32019  Wenn Sie im Dialogfenster
32020 \family sans
32021  Unterdokument Leerzeichen
32022 \begin_inset space ~
32023 \end_inset
32024
32025 bei
32026 \begin_inset space ~
32027 \end_inset
32028
32029 der
32030 \begin_inset space ~
32031 \end_inset
32032
32033 Ausgabe
32034 \begin_inset space ~
32035 \end_inset
32036
32037 kennzeichnen 
32038 \family default
32039 ankreuzen, wird in der Druckvorschau das Zeichen 
32040 \begin_inset Quotes gld
32041 \end_inset
32042
32043
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 textvisiblespace 
32052 \end_layout
32053
32054 \end_inset
32055
32056
32057 \begin_inset Quotes grd
32058 \end_inset
32059
32060  für jedes Leerzeichen eingefügt.
32061 \begin_inset Newline newline
32062 \end_inset
32063
32064 Im Gegensatz zu 
32065 \family sans
32066 Einfügen\SpecialChar \menuseparator
32067 Datei\SpecialChar \menuseparator
32068 Einfacher
32069 \begin_inset space ~
32070 \end_inset
32071
32072 Text
32073 \family default
32074  wird bei 
32075 \family sans
32076 Unformatiert
32077 \family default
32078  der Dateiinhalt in LyX nicht dargestellt.
32079 \end_layout
32080
32081 \begin_layout Standard
32082 Hier ist ein Unterdokument, das mit
32083 \family sans
32084  Unformatiert
32085 \family default
32086  eingebunden wurde: 
32087 \begin_inset CommandInset include
32088 LatexCommand verbatiminput
32089 filename "DummyTextDocument.txt"
32090
32091 \end_inset
32092
32093
32094 \begin_inset VSpace bigskip
32095 \end_inset
32096
32097 Hier ist ein Unterdokument, das mit
32098 \family sans
32099  Unformatiert
32100 \family default
32101  eingebunden wurde und
32102 \family sans
32103  Leerzeichen
32104 \begin_inset space ~
32105 \end_inset
32106
32107 bei
32108 \begin_inset space ~
32109 \end_inset
32110
32111 der
32112 \begin_inset space ~
32113 \end_inset
32114
32115 Ausgabe
32116 \begin_inset space ~
32117 \end_inset
32118
32119 kennzeichnen
32120 \family default
32121  angekreuzt hat: 
32122 \begin_inset CommandInset include
32123 LatexCommand verbatiminput*
32124 filename "DummyTextDocument.txt"
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Standard
32132 \begin_inset VSpace bigskip
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \begin_layout Standard
32139 \begin_inset Note Greyedout
32140 status open
32141
32142 \begin_layout Plain Layout
32143
32144 \series bold
32145 Bemerkung:
32146 \series default
32147  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32148  
32149 \family sans
32150 Unformatiert
32151 \family default
32152  eingebunden werden, am Zeilenende nicht umgebrochen.
32153 \end_layout
32154
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \begin_layout Description
32161 Listing Dieser Typ wird in Kapitel
32162 \begin_inset space ~
32163 \end_inset
32164
32165
32166 \begin_inset CommandInset ref
32167 LatexCommand ref
32168 reference "kap:Programm-Code-Listen"
32169
32170 \end_inset
32171
32172  beschrieben.
32173 \end_layout
32174
32175 \begin_layout Standard
32176 \begin_inset Note Greyedout
32177 status open
32178
32179 \begin_layout Plain Layout
32180
32181 \series bold
32182 Bemerkung:
32183 \series default
32184  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32185  das zu LaTeX-Problemen führen.
32186 \end_layout
32187
32188 \end_inset
32189
32190
32191 \end_layout
32192
32193 \begin_layout Chapter
32194 Programm-Code-Listen
32195 \begin_inset CommandInset label
32196 LatexCommand label
32197 name "kap:Programm-Code-Listen"
32198
32199 \end_inset
32200
32201
32202 \begin_inset Index
32203 status collapsed
32204
32205 \begin_layout Plain Layout
32206 Listen
32207 \end_layout
32208
32209 \end_inset
32210
32211
32212 \begin_inset Index
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216 Programm-Code
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Standard
32225 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32226 \family sans
32227 Einfügen\SpecialChar \menuseparator
32228 Pro\SpecialChar \-
32229 gramm\SpecialChar \-
32230 listing
32231 \family default
32232  verwenden.
32233  Das LaTeX-Paket 
32234 \series bold
32235 listings
32236 \series default
32237
32238 \begin_inset Index
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242 LaTeX-Pakete ! listings
32243 \end_layout
32244
32245 \end_inset
32246
32247  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32248 \end_layout
32249
32250 \begin_layout Standard
32251 Ein Rechtsklick auf das 
32252 \family sans
32253 Listing
32254 \family default
32255 -Kästchen öffnet das Dialogfenster 
32256 \family sans
32257 Programm\SpecialChar \-
32258 listing-Einstellungen
32259 \family default
32260 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32261 \end_layout
32262
32263 \begin_layout Standard
32264 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32265  Die 
32266 \family sans
32267 Platzierung
32268 \family default
32269 -Option 
32270 \family sans
32271 Eingebettetes
32272 \begin_inset space ~
32273 \end_inset
32274
32275 Listing
32276 \family default
32277  druckt das Listing in der Zeile wie hier: 
32278 \begin_inset listings
32279 lstparams "language={C++}"
32280 inline true
32281 status open
32282
32283 \begin_layout Plain Layout
32284
32285 \lang english
32286 int a=5;
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \begin_inset Newline newline
32293 \end_inset
32294
32295 Die Option 
32296 \family sans
32297 Gleitobjekt
32298 \family default
32299  erzeugt ein Listing-Gleitobjekt, dessen 
32300 \family sans
32301 Platzierung 
32302 \family default
32303 Sie mit 
32304 \family sans
32305 h
32306 \family default
32307
32308 \family sans
32309 t
32310 \family default
32311
32312 \family sans
32313 b
32314 \family default
32315  und 
32316 \family sans
32317 p
32318 \family default
32319 , analog zu den in Abschnitt
32320 \begin_inset space ~
32321 \end_inset
32322
32323
32324 \begin_inset CommandInset ref
32325 LatexCommand ref
32326 reference "abs:Gleitobjekt-Platzierung"
32327
32328 \end_inset
32329
32330  beschriebenen Platzierungsoptionen festlegen können.
32331  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32332  hintereinander angegeben, z.
32333 \begin_inset space \thinspace{}
32334 \end_inset
32335
32336 B.
32337  
32338 \begin_inset Quotes gld
32339 \end_inset
32340
32341
32342 \family sans
32343 htbp
32344 \family default
32345
32346 \begin_inset Quotes grd
32347 \end_inset
32348
32349 .
32350  Die Option 
32351 \begin_inset Quotes eld
32352 \end_inset
32353
32354 h
32355 \begin_inset Quotes erd
32356 \end_inset
32357
32358  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32359  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32360 \end_layout
32361
32362 \begin_layout Standard
32363 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32364  zu verweisen: Listing
32365 \begin_inset space ~
32366 \end_inset
32367
32368
32369 \begin_inset CommandInset ref
32370 LatexCommand ref
32371 reference "lst:Gleitendes-Programm-Listing"
32372
32373 \end_inset
32374
32375 .
32376 \end_layout
32377
32378 \begin_layout Standard
32379 \begin_inset listings
32380 lstparams "language=Python"
32381 inline false
32382 status open
32383
32384 \begin_layout Plain Layout
32385
32386 \lang english
32387 \begin_inset Caption
32388
32389 \begin_layout Plain Layout
32390 \begin_inset CommandInset label
32391 LatexCommand label
32392 name "lst:Gleitendes-Programm-Listing"
32393
32394 \end_inset
32395
32396 Gleitendes Programm-Listing
32397 \end_layout
32398
32399 \end_inset
32400
32401 # Gleitendes Programm-Listing
32402 \end_layout
32403
32404 \begin_layout Plain Layout
32405
32406 \lang english
32407 def func(param):
32408 \end_layout
32409
32410 \begin_layout Plain Layout
32411
32412 \lang english
32413     'Dies ist eine Python-Funktion'
32414 \end_layout
32415
32416 \begin_layout Plain Layout
32417
32418 \lang english
32419     pass
32420 \end_layout
32421
32422 \end_inset
32423
32424
32425 \end_layout
32426
32427 \begin_layout Standard
32428 Wenn Sie eine Programmier-
32429 \family sans
32430 Sprache
32431 \family default
32432  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
32433  gedruckt, wie 
32434 \emph on
32435 #
32436 \emph default
32437
32438 \emph on
32439 def
32440 \emph default
32441  und 
32442 \emph on
32443 pass
32444 \emph default
32445  in Listing
32446 \begin_inset space ~
32447 \end_inset
32448
32449
32450 \begin_inset CommandInset ref
32451 LatexCommand ref
32452 reference "lst:Gleitendes-Programm-Listing"
32453
32454 \end_inset
32455
32456 .
32457 \end_layout
32458
32459 \begin_layout Standard
32460 \begin_inset Note Greyedout
32461 status open
32462
32463 \begin_layout Plain Layout
32464
32465 \series bold
32466 Bemerkung:
32467 \series default
32468  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32469 \family typewriter
32470 Schreib\SpecialChar \-
32471 maschine
32472 \family default
32473  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32474 h keine fett gedruckten Buchstaben.
32475  Wählen Sie in diesem Fall eine andere Schrift für 
32476 \family typewriter
32477 Schreibmaschine
32478 \family default
32479  im Menü 
32480 \family sans
32481 Dokument\SpecialChar \menuseparator
32482 Einstellungen\SpecialChar \menuseparator
32483 Schriften
32484 \family default
32485 .
32486  (Die Schriften 
32487 \emph on
32488 LuxiMono, BeraMono
32489 \emph default
32490  and 
32491 \emph on
32492 Courier
32493 \emph default
32494  enthalten fett gedruckte Buchstaben.)
32495 \end_layout
32496
32497 \end_inset
32498
32499
32500 \end_layout
32501
32502 \begin_layout Standard
32503 Im Abschnitt 
32504 \family sans
32505 Zeilennummerierung
32506 \family default
32507  des Dialog 
32508 \family sans
32509 Programm\SpecialChar \-
32510 listing-Einstellungen
32511 \family default
32512 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32513  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32514  werden soll und die 
32515 \family sans
32516 Schriftgröße
32517 \family default
32518  der Nummerierung.
32519 \end_layout
32520
32521 \begin_layout Standard
32522 Im Abschnitt 
32523 \family sans
32524 Bereich
32525 \family default
32526  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32527  Im Abschnitt 
32528 \family sans
32529 Stil
32530 \family default
32531  legen Sie fest, wie die Liste ausgedruckt werden soll.
32532  Die Option 
32533 \family sans
32534 Erweiterte
32535 \begin_inset space ~
32536 \end_inset
32537
32538 Zeichentabelle
32539 \family default
32540  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32541 \end_layout
32542
32543 \begin_layout Standard
32544 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32545  Sprache 
32546 \begin_inset Quotes gld
32547 \end_inset
32548
32549 Python
32550 \begin_inset Quotes grd
32551 \end_inset
32552
32553 , den Optionen 
32554 \family sans
32555 Erweiterte
32556 \begin_inset space ~
32557 \end_inset
32558
32559 Zeichentabelle
32560 \family default
32561  und 
32562 \family sans
32563 Leerzeichen
32564 \begin_inset space ~
32565 \end_inset
32566
32567 als
32568 \begin_inset space ~
32569 \end_inset
32570
32571 Symbol
32572 \family default
32573  und Bereich 3
32574 \begin_inset space \thinspace{}
32575 \end_inset
32576
32577 -
32578 \begin_inset space \thinspace{}
32579 \end_inset
32580
32581 8:
32582 \end_layout
32583
32584 \begin_layout Standard
32585 \begin_inset listings
32586 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32587 inline false
32588 status open
32589
32590 \begin_layout Plain Layout
32591
32592 \lang english
32593 def func(param):
32594 \end_layout
32595
32596 \begin_layout Plain Layout
32597
32598 \lang english
32599     'Dies ist eine Python-Funktion'
32600 \end_layout
32601
32602 \begin_layout Plain Layout
32603
32604 \lang english
32605     pass
32606 \end_layout
32607
32608 \begin_layout Plain Layout
32609
32610 \lang english
32611 def func(param):
32612 \end_layout
32613
32614 \begin_layout Plain Layout
32615
32616 \lang english
32617 'Sonderzeichen: Tschüß'
32618 \end_layout
32619
32620 \begin_layout Plain Layout
32621
32622 \lang english
32623 pass
32624 \end_layout
32625
32626 \begin_layout Plain Layout
32627
32628 \lang english
32629 def func(param):
32630 \end_layout
32631
32632 \begin_layout Plain Layout
32633
32634 \lang english
32635 'Dies ist eine Python-Funktion'
32636 \end_layout
32637
32638 \begin_layout Plain Layout
32639
32640 \lang english
32641 pass
32642 \end_layout
32643
32644 \end_inset
32645
32646
32647 \end_layout
32648
32649 \begin_layout Standard
32650 \noindent
32651 \begin_inset Note Greyedout
32652 status open
32653
32654 \begin_layout Plain Layout
32655
32656 \series bold
32657 Bemerkung:
32658 \series default
32659  Wegen eines Fehlers im 
32660 \series bold
32661 listings
32662 \series default
32663  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32664  verschoben.
32665  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32666  Liste nummeriert werden.
32667 \end_layout
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675 \begin_inset VSpace bigskip
32676 \end_inset
32677
32678
32679 \end_layout
32680
32681 \begin_layout Standard
32682 \noindent
32683 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32684  Das machen Sie mit
32685 \family sans
32686  Einfügen\SpecialChar \menuseparator
32687 Datei\SpecialChar \menuseparator
32688 Unterdokument
32689 \family default
32690  und der 
32691 \family sans
32692 Art
32693 \begin_inset space ~
32694 \end_inset
32695
32696 der
32697 \begin_inset space ~
32698 \end_inset
32699
32700 Einbindung
32701 \family default
32702  
32703 \family sans
32704 Listing
32705 \family default
32706 .
32707 \begin_inset Foot
32708 status collapsed
32709
32710 \begin_layout Plain Layout
32711 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32712 \begin_inset space ~
32713 \end_inset
32714
32715
32716 \begin_inset CommandInset ref
32717 LatexCommand ref
32718 reference "abs:Unterdokumente"
32719
32720 \end_inset
32721
32722  beschrieben.
32723 \end_layout
32724
32725 \end_inset
32726
32727  Im Dialogfenster
32728 \family sans
32729  Unterdokument
32730 \family default
32731  können Sie die Listing-Parameters unter 
32732 \family sans
32733 Weitere
32734 \begin_inset space ~
32735 \end_inset
32736
32737 Parameter
32738 \family default
32739  eingeben.
32740  Wenn Sie dort ein Fragezeichen 
32741 \begin_inset Quotes gld
32742 \end_inset
32743
32744 ?
32745 \begin_inset Quotes grd
32746 \end_inset
32747
32748  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32749 det.
32750 \end_layout
32751
32752 \begin_layout Standard
32753 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32754  Text ins Feld 
32755 \family sans
32756 Marke
32757 \family default
32758 , auf die dann wie üblich verwiesen werden kann.
32759 \end_layout
32760
32761 \begin_layout Standard
32762 Listing
32763 \begin_inset space ~
32764 \end_inset
32765
32766
32767 \begin_inset CommandInset ref
32768 LatexCommand ref
32769 reference "lst:Datei-Listing"
32770
32771 \end_inset
32772
32773  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32774 \begin_inset space \thinspace{}
32775 \end_inset
32776
32777 -
32778 \begin_inset space \thinspace{}
32779 \end_inset
32780
32781 15 gedruckt werden.
32782 \end_layout
32783
32784 \begin_layout Standard
32785 \begin_inset CommandInset include
32786 LatexCommand lstinputlisting
32787 filename "EmbeddedObjects.lyx"
32788 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32789
32790 \end_inset
32791
32792
32793 \end_layout
32794
32795 \begin_layout Standard
32796 \begin_inset VSpace bigskip
32797 \end_inset
32798
32799
32800 \end_layout
32801
32802 \begin_layout Standard
32803 \noindent
32804 Dokumentweite Listing-Eigenschaften können in
32805 \family sans
32806  Dokument\SpecialChar \menuseparator
32807 Einstellungen\SpecialChar \menuseparator
32808 Text\SpecialChar \-
32809 for\SpecialChar \-
32810 mat\SpecialChar \menuseparator
32811 Listing-Einstellungen
32812 \family default
32813  festgelegt werden.
32814  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32815 \begin_inset Quotes gld
32816 \end_inset
32817
32818 ?
32819 \begin_inset Quotes grd
32820 \end_inset
32821
32822  links davon eine Liste aller möglichen Parameter.
32823 \end_layout
32824
32825 \begin_layout Standard
32826 Weitere Informationen über das 
32827 \series bold
32828 listings
32829 \series default
32830 -Paket finden Sie in 
32831 \begin_inset CommandInset citation
32832 LatexCommand cite
32833 key "listings"
32834
32835 \end_inset
32836
32837 .
32838 \begin_inset Newpage newpage
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Chapter
32845 \start_of_appendix
32846 In LyX verfügbare Maßeinheiten
32847 \begin_inset CommandInset label
32848 LatexCommand label
32849 name "kap:In-LyX-verfügbare"
32850
32851 \end_inset
32852
32853
32854 \begin_inset Index
32855 status collapsed
32856
32857 \begin_layout Plain Layout
32858 Einheiten
32859 \end_layout
32860
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Standard
32867 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32868  Tabelle
32869 \begin_inset space ~
32870 \end_inset
32871
32872
32873 \begin_inset CommandInset ref
32874 LatexCommand ref
32875 reference "tab:Maßeinheiten"
32876
32877 \end_inset
32878
32879  alle in LyX verfügbaren Maßeinheiten.
32880 \end_layout
32881
32882 \begin_layout Standard
32883 \begin_inset Float table
32884 placement h
32885 wide false
32886 sideways false
32887 status open
32888
32889 \begin_layout Plain Layout
32890 \begin_inset Caption
32891
32892 \begin_layout Plain Layout
32893 \begin_inset CommandInset label
32894 LatexCommand label
32895 name "tab:Maßeinheiten"
32896
32897 \end_inset
32898
32899 Maßeinheiten
32900 \end_layout
32901
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \begin_layout Plain Layout
32908 \begin_inset VSpace medskip
32909 \end_inset
32910
32911
32912 \end_layout
32913
32914 \begin_layout Plain Layout
32915 \align center
32916 \begin_inset Tabular
32917 <lyxtabular version="3" rows="20" columns="2">
32918 <features>
32919 <column alignment="center" valignment="top" width="0">
32920 <column alignment="center" valignment="top" width="0">
32921 <row>
32922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926
32927 \series bold
32928 Maßeinheit
32929 \end_layout
32930
32931 \end_inset
32932 </cell>
32933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937
32938 \series bold
32939 Name/Beschreibung
32940 \end_layout
32941
32942 \end_inset
32943 </cell>
32944 </row>
32945 <row>
32946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32947 \begin_inset Text
32948
32949 \begin_layout Plain Layout
32950 mm
32951 \end_layout
32952
32953 \end_inset
32954 </cell>
32955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32956 \begin_inset Text
32957
32958 \begin_layout Plain Layout
32959 Millimeter
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 </row>
32965 <row>
32966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32967 \begin_inset Text
32968
32969 \begin_layout Plain Layout
32970 cm
32971 \end_layout
32972
32973 \end_inset
32974 </cell>
32975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32976 \begin_inset Text
32977
32978 \begin_layout Plain Layout
32979 Zentimeter
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 </row>
32985 <row>
32986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32987 \begin_inset Text
32988
32989 \begin_layout Plain Layout
32990 in
32991 \end_layout
32992
32993 \end_inset
32994 </cell>
32995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32996 \begin_inset Text
32997
32998 \begin_layout Plain Layout
32999 Zoll (1
33000 \begin_inset space \thinspace{}
33001 \end_inset
33002
33003 in = 2.54
33004 \begin_inset space \thinspace{}
33005 \end_inset
33006
33007 cm
33008 \end_layout
33009
33010 \end_inset
33011 </cell>
33012 </row>
33013 <row>
33014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33015 \begin_inset Text
33016
33017 \begin_layout Plain Layout
33018 pt
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027 Punkt (72.27
33028 \begin_inset space \thinspace{}
33029 \end_inset
33030
33031 pt = 1
33032 \begin_inset space \thinspace{}
33033 \end_inset
33034
33035 in)
33036 \end_layout
33037
33038 \end_inset
33039 </cell>
33040 </row>
33041 <row>
33042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33043 \begin_inset Text
33044
33045 \begin_layout Plain Layout
33046 pc
33047 \end_layout
33048
33049 \end_inset
33050 </cell>
33051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33052 \begin_inset Text
33053
33054 \begin_layout Plain Layout
33055 Pica (1
33056 \begin_inset space \thinspace{}
33057 \end_inset
33058
33059 pc = 12
33060 \begin_inset space \thinspace{}
33061 \end_inset
33062
33063 pt)
33064 \end_layout
33065
33066 \end_inset
33067 </cell>
33068 </row>
33069 <row>
33070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33071 \begin_inset Text
33072
33073 \begin_layout Plain Layout
33074 sp
33075 \end_layout
33076
33077 \end_inset
33078 </cell>
33079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33080 \begin_inset Text
33081
33082 \begin_layout Plain Layout
33083 skalierter Punkt (65536
33084 \begin_inset space \thinspace{}
33085 \end_inset
33086
33087 sp = 1
33088 \begin_inset space \thinspace{}
33089 \end_inset
33090
33091 pt)
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 </row>
33097 <row>
33098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33099 \begin_inset Text
33100
33101 \begin_layout Plain Layout
33102 bp
33103 \end_layout
33104
33105 \end_inset
33106 </cell>
33107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 großer Punkt (72
33112 \begin_inset space \thinspace{}
33113 \end_inset
33114
33115 bp = 1
33116 \begin_inset space \thinspace{}
33117 \end_inset
33118
33119 in)
33120 \end_layout
33121
33122 \end_inset
33123 </cell>
33124 </row>
33125 <row>
33126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130 dd
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139 Didot (1
33140 \begin_inset space \thinspace{}
33141 \end_inset
33142
33143 dd 
33144 \begin_inset Formula $\approx$
33145 \end_inset
33146
33147  0,376
33148 \begin_inset space \thinspace{}
33149 \end_inset
33150
33151 mm)
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 </row>
33157 <row>
33158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Plain Layout
33162 cc
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 Cicero (1
33172 \begin_inset space \thinspace{}
33173 \end_inset
33174
33175 cc = 12
33176 \begin_inset space \thinspace{}
33177 \end_inset
33178
33179 dd)
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 </row>
33185 <row>
33186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 Skalierung%
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 % der originalen Bildbreite
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 </row>
33205 <row>
33206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 Textbreite %
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Plain Layout
33219 % der Textbreite
33220 \end_layout
33221
33222 \end_inset
33223 </cell>
33224 </row>
33225 <row>
33226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33227 \begin_inset Text
33228
33229 \begin_layout Plain Layout
33230 Spaltenbreite %
33231 \end_layout
33232
33233 \end_inset
33234 </cell>
33235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239 % der Spaltenbreite
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 </row>
33245 <row>
33246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33247 \begin_inset Text
33248
33249 \begin_layout Plain Layout
33250 Seitenbreite %
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 % der Seitenbreite
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 <row>
33266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 Zeilenbreite %
33271 \end_layout
33272
33273 \end_inset
33274 </cell>
33275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 % der Zeilenbreite
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 </row>
33285 <row>
33286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33287 \begin_inset Text
33288
33289 \begin_layout Plain Layout
33290 Texthöhe %
33291 \end_layout
33292
33293 \end_inset
33294 </cell>
33295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299 % der Texthöhe
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 </row>
33305 <row>
33306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33307 \begin_inset Text
33308
33309 \begin_layout Plain Layout
33310 Seitenhöhe %
33311 \end_layout
33312
33313 \end_inset
33314 </cell>
33315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 % der Seitenhöhe
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 </row>
33325 <row>
33326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33327 \begin_inset Text
33328
33329 \begin_layout Plain Layout
33330 ex
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339 Die Höhe des Buchstabens 
33340 \emph on
33341 x
33342 \emph default
33343  im aktiven Zeichensatz
33344 \end_layout
33345
33346 \end_inset
33347 </cell>
33348 </row>
33349 <row>
33350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33351 \begin_inset Text
33352
33353 \begin_layout Plain Layout
33354 em
33355 \end_layout
33356
33357 \end_inset
33358 </cell>
33359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33360 \begin_inset Text
33361
33362 \begin_layout Plain Layout
33363 Die Breite des Buchstabens 
33364 \emph on
33365 M
33366 \emph default
33367  im aktiven Zeichensatz
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 </row>
33373 <row>
33374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 mu
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387 mathematische  Maßeinheit
33388 \series bold
33389  
33390 \series default
33391 (1
33392 \begin_inset space \thinspace{}
33393 \end_inset
33394
33395 mu = 1/18
33396 \begin_inset space \thinspace{}
33397 \end_inset
33398
33399 em)
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 </row>
33405 </lyxtabular>
33406
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \begin_layout Chapter
33418 Ausgabedatei-Formate mit Grafiken
33419 \begin_inset CommandInset label
33420 LatexCommand label
33421 name "kap:Ausgabedatei-Formate"
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Section
33429 DVI
33430 \begin_inset Index
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434 Dateiformat! DVI
33435 \end_layout
33436
33437 \end_inset
33438
33439
33440 \begin_inset Index
33441 status collapsed
33442
33443 \begin_layout Plain Layout
33444 DVI
33445 \end_layout
33446
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \begin_layout Standard
33453 Dieser Dateityp hat die Erweiterung 
33454 \begin_inset Quotes gld
33455 \end_inset
33456
33457
33458 \family typewriter
33459 .dvi
33460 \family default
33461
33462 \begin_inset Quotes grd
33463 \end_inset
33464
33465  und wird 
33466 \begin_inset Quotes gld
33467 \end_inset
33468
33469 device-independent
33470 \begin_inset Quotes grd
33471 \end_inset
33472
33473  genannt, weil er vollkommen portierbar ist.
33474  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33475  dvi-Betrachter installiert hat.
33476  
33477 \family typewriter
33478 .dvi
33479 \family default
33480 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
33481  wie PostScript benutzt.
33482 \end_layout
33483
33484 \begin_layout Standard
33485 \begin_inset Note Greyedout
33486 status open
33487
33488 \begin_layout Plain Layout
33489
33490 \series bold
33491 Bemerkung:
33492 \series default
33493  
33494 \family typewriter
33495 .dvi
33496 \family default
33497 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33498 \end_layout
33499
33500 \end_inset
33501
33502
33503 \end_layout
33504
33505 \begin_layout Standard
33506 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
33507 \family typewriter
33508 .dvi
33509 \family default
33510 -Datei auf einen anderen Computer kopieren.
33511  Dies Eigenschaft kann Ihren Computer verlangsamen.
33512  wenn Sie die 
33513 \family typewriter
33514 .dvi
33515 \family default
33516 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
33517  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
33518 \family typewriter
33519 .dvi
33520 \family default
33521 -Datei
33522 \family typewriter
33523  
33524 \family default
33525 blättern.
33526
33527 \family typewriter
33528  
33529 \family default
33530 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
33531  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33532  
33533 \end_layout
33534
33535 \begin_layout Standard
33536 Sie können Ihr Dokument als DVI über das Menü 
33537 \family sans
33538 Datei\SpecialChar \menuseparator
33539 Exportieren\SpecialChar \menuseparator
33540 DVI
33541 \family default
33542  exportieren.
33543  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33544 \family sans
33545 Ansicht
33546 \family default
33547  oder den Werkzeugleistenknopf 
33548 \begin_inset Graphics
33549         filename ../../images/buffer-view_dvi.png
33550         scale 85
33551         scaleBeforeRotation
33552
33553 \end_inset
33554
33555  anschauen.
33556 \end_layout
33557
33558 \begin_layout Section
33559 PostScript
33560 \begin_inset CommandInset label
33561 LatexCommand label
33562 name "abs:PostScript"
33563
33564 \end_inset
33565
33566
33567 \begin_inset Index
33568 status collapsed
33569
33570 \begin_layout Plain Layout
33571 Dateiformat  ! PostScript
33572 \end_layout
33573
33574 \end_inset
33575
33576
33577 \begin_inset Index
33578 status collapsed
33579
33580 \begin_layout Plain Layout
33581 PostScript
33582 \end_layout
33583
33584 \end_inset
33585
33586
33587 \end_layout
33588
33589 \begin_layout Standard
33590 Dieser Dateityp hat die Erweiterung 
33591 \begin_inset Quotes gld
33592 \end_inset
33593
33594
33595 \family typewriter
33596 .ps
33597 \family default
33598
33599 \begin_inset Quotes grd
33600 \end_inset
33601
33602 .
33603  PostScript wurde von der Firma
33604 \family typewriter
33605  Adobe
33606 \family default
33607  als Druckersprache entwickelt.
33608  Die Datei enthält deshalb Druckbefehle.
33609  PostScript kann als 
33610 \begin_inset Quotes gld
33611 \end_inset
33612
33613 Programmiersprache
33614 \begin_inset Quotes grd
33615 \end_inset
33616
33617  angesehen werden.
33618  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33619 \begin_inset Foot
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33624  von
33625 \series bold
33626  PSTricks
33627 \series default
33628  
33629 \begin_inset CommandInset citation
33630 LatexCommand cite
33631 key "pstricks"
33632
33633 \end_inset
33634
33635  oder 
33636 \begin_inset CommandInset citation
33637 LatexCommand cite
33638 key "latex-praxisbuch"
33639
33640 \end_inset
33641
33642  ansehen.
33643 \end_layout
33644
33645 \end_inset
33646
33647 .
33648  Wegen dieser Möglichkeiten sind 
33649 \family typewriter
33650 .ps
33651 \family default
33652 -Dateien oft größer als 
33653 \family typewriter
33654 .pdf
33655 \family default
33656 -Dateien.
33657 \end_layout
33658
33659 \begin_layout Standard
33660 PostScript kann nur Bilder im Format EPS
33661 \begin_inset Index
33662 status collapsed
33663
33664 \begin_layout Plain Layout
33665 EPS
33666 \end_layout
33667
33668 \end_inset
33669
33670  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33671 wei\SpecialChar \-
33672 te\SpecialChar \-
33673 rung 
33674 \begin_inset Quotes gld
33675 \end_inset
33676
33677
33678 \family typewriter
33679 .eps
33680 \family default
33681
33682 \begin_inset Quotes grd
33683 \end_inset
33684
33685 ) enthalten.
33686  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33687  intern nach EPS konvertiert werden.
33688  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33689  verlangsamen.
33690  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33691  konvertieren und direkt als EPS einfügen.
33692 \end_layout
33693
33694 \begin_layout Standard
33695 Sie können Ihr Dokument als PostScript über das Menü 
33696 \family sans
33697 Datei\SpecialChar \menuseparator
33698 Exportieren\SpecialChar \menuseparator
33699 PostScript
33700 \family default
33701  exportieren.
33702  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33703 \family sans
33704 Ansicht
33705 \family default
33706  oder den Werkzeugleistenknopf 
33707 \begin_inset Graphics
33708         filename ../../images/buffer-view_ps.png
33709         scale 85
33710         scaleBeforeRotation
33711
33712 \end_inset
33713
33714  anschauen.
33715 \end_layout
33716
33717 \begin_layout Section
33718 PDF
33719 \begin_inset CommandInset label
33720 LatexCommand label
33721 name "abs:PDF"
33722
33723 \end_inset
33724
33725
33726 \begin_inset Index
33727 status collapsed
33728
33729 \begin_layout Plain Layout
33730 Dateiformat! PDF
33731 \end_layout
33732
33733 \end_inset
33734
33735
33736 \begin_inset Index
33737 status collapsed
33738
33739 \begin_layout Plain Layout
33740 PDF
33741 \end_layout
33742
33743 \end_inset
33744
33745
33746 \end_layout
33747
33748 \begin_layout Standard
33749 Dieser Dateityp hat die Erweiterung 
33750 \begin_inset Quotes gld
33751 \end_inset
33752
33753
33754 \family typewriter
33755 .pdf
33756 \family default
33757
33758 \begin_inset Quotes grd
33759 \end_inset
33760
33761 .
33762  Das
33763 \emph on
33764  
33765 \emph default
33766
33767 \begin_inset Quotes gld
33768 \end_inset
33769
33770 Portable Document Format
33771 \begin_inset Quotes grd
33772 \end_inset
33773
33774  (PDF) wurde auch von der Firma 
33775 \family typewriter
33776 Adobe
33777 \family default
33778  als Derivat von PostScript entwickelt.
33779  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33780  Wie der Begriff 
33781 \begin_inset Quotes gld
33782 \end_inset
33783
33784 portable
33785 \begin_inset Quotes grd
33786 \end_inset
33787
33788  (übertragbar) vermuten lässt, kann eine 
33789 \family typewriter
33790 .pdf
33791 \family default
33792 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
33793  gleich aus.
33794 \end_layout
33795
33796 \begin_layout Standard
33797 PDF kann Bilder im eigenen PDF-Format, im Format 
33798 \begin_inset Quotes gld
33799 \end_inset
33800
33801 Joint Photographic Experts Group
33802 \begin_inset Quotes grd
33803 \end_inset
33804
33805  (JPEG
33806 \begin_inset Index
33807 status collapsed
33808
33809 \begin_layout Plain Layout
33810 JPG, JPEG
33811 \end_layout
33812
33813 \end_inset
33814
33815 , Datei-Erweiterung 
33816 \begin_inset Quotes gld
33817 \end_inset
33818
33819
33820 \family typewriter
33821 .jpg
33822 \family default
33823
33824 \begin_inset Quotes grd
33825 \end_inset
33826
33827  oder 
33828 \begin_inset Quotes gld
33829 \end_inset
33830
33831
33832 \family typewriter
33833 .jpeg
33834 \family default
33835
33836 \begin_inset Quotes grd
33837 \end_inset
33838
33839 ) und im Format 
33840 \begin_inset Quotes gld
33841 \end_inset
33842
33843 Portable Network Graphics
33844 \begin_inset Quotes grd
33845 \end_inset
33846
33847  (PNG
33848 \begin_inset Index
33849 status collapsed
33850
33851 \begin_layout Plain Layout
33852 PNG
33853 \end_layout
33854
33855 \end_inset
33856
33857 , Datei-Erweiterung 
33858 \begin_inset Quotes gld
33859 \end_inset
33860
33861
33862 \family typewriter
33863 .png
33864 \family default
33865
33866 \begin_inset Quotes grd
33867 \end_inset
33868
33869 ) enthalten.
33870  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33871  Sie konvertieren wird.
33872  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33873  wird, eines der drei erwähnten Bildformate zu benutzen.
33874 \end_layout
33875
33876 \begin_layout Standard
33877 PDF-Dateien können Sie über 
33878 \family sans
33879 Datei\SpecialChar \menuseparator
33880 Exportieren
33881 \family default
33882  auf drei Arten erzeugen:
33883 \end_layout
33884
33885 \begin_layout Description
33886 PDF
33887 \begin_inset space ~
33888 \end_inset
33889
33890 (ps2pdf) benutzt das Programm
33891 \family typewriter
33892  ps2pdf
33893 \family default
33894 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
33895  Die PostScript-Version wird Programm 
33896 \family typewriter
33897 dvips
33898 \family default
33899  aus einer DVI-Version erstellt.
33900  Es werden also drei Konvertierungen verwendet.
33901 \end_layout
33902
33903 \begin_layout Description
33904 PDF
33905 \begin_inset space ~
33906 \end_inset
33907
33908 (dvipdfm) benutzt das Programm 
33909 \family typewriter
33910 dvipdfm
33911 \family default
33912 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33913  PDF konvertiert.
33914 \end_layout
33915
33916 \begin_layout Description
33917 PDF
33918 \begin_inset space ~
33919 \end_inset
33920
33921 (pdflatex) benutzt das Programm
33922 \family typewriter
33923  pdftex
33924 \family default
33925 , das Ihr Dokument direkt nach PDF konvertiert.
33926 \end_layout
33927
33928 \begin_layout Standard
33929
33930 \family sans
33931 PDF
33932 \begin_inset space ~
33933 \end_inset
33934
33935 (pdflatex)
33936 \family default
33937  wird empfohlen, weil
33938 \family typewriter
33939  pdftex
33940 \family default
33941  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33942  ohne Probleme arbeitet.
33943  Das Programm 
33944 \family typewriter
33945 dvi\SpecialChar \-
33946 pdfm
33947 \family default
33948  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33949 \end_layout
33950
33951 \begin_layout Standard
33952 Sie können Ihr Dokument als PDF über das Menü 
33953 \family sans
33954 Datei\SpecialChar \menuseparator
33955 Exportieren\SpecialChar \menuseparator
33956 PDF
33957 \family default
33958  exportieren.
33959  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33960 \family sans
33961 Ansicht
33962 \family default
33963  oder den Werkzeugleistenknopf 
33964 \begin_inset Graphics
33965         filename ../../images/buffer-view_pdf2.png
33966         scale 85
33967         scaleBeforeRotation
33968
33969 \end_inset
33970
33971  anschauen 
33972 \family sans
33973 (
33974 \family default
33975 der 
33976 \family sans
33977 PDF
33978 \begin_inset space ~
33979 \end_inset
33980
33981 (pdflatex)
33982 \family default
33983  verwendet).
33984 \end_layout
33985
33986 \begin_layout Chapter
33987 Erklärung der Gleichung
33988 \begin_inset space ~
33989 \end_inset
33990
33991
33992 \begin_inset CommandInset ref
33993 LatexCommand eqref
33994 reference "eq:Wgn"
33995
33996 \end_inset
33997
33998
33999 \begin_inset CommandInset label
34000 LatexCommand label
34001 name "kap:Exläuterung-einer-Gleichung"
34002
34003 \end_inset
34004
34005
34006 \end_layout
34007
34008 \begin_layout Standard
34009 Die Gesamtbreite von
34010 \emph on
34011  n
34012 \emph default
34013  Tabellenzellen 
34014 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34015 \end_inset
34016
34017  kann wie folgt berechnet werden:
34018 \end_layout
34019
34020 \begin_layout Standard
34021 \begin_inset Formula \begin{equation}
34022 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}
34023
34024 \end_inset
34025
34026
34027 \end_layout
34028
34029 \begin_layout Standard
34030 Dabei ist 
34031 \begin_inset Formula $W_{g\, n}$
34032 \end_inset
34033
34034  die Breite jeder Zelle.
34035
34036 \series bold
34037  
34038 \backslash
34039 tabcolsep
34040 \series default
34041  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34042  Standardwert 6
34043 \begin_inset space \thinspace{}
34044 \end_inset
34045
34046 pt.
34047  
34048 \series bold
34049
34050 \backslash
34051 arrayrulewidth
34052 \series default
34053  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34054 \begin_inset space \thinspace{}
34055 \end_inset
34056
34057 pt.
34058 \end_layout
34059
34060 \begin_layout Standard
34061 Nach Gleichung
34062 \begin_inset space ~
34063 \end_inset
34064
34065
34066 \begin_inset CommandInset ref
34067 LatexCommand ref
34068 reference "eq:Wtot_n"
34069
34070 \end_inset
34071
34072  ist die Gesamtbreite einer Mehrfachspalte, 
34073 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34074 \end_inset
34075
34076 ,
34077 \end_layout
34078
34079 \begin_layout Standard
34080 \begin_inset Formula \begin{equation}
34081 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34082
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \begin_layout Standard
34089 Setzt man die Gleichungen
34090 \begin_inset space ~
34091 \end_inset
34092
34093
34094 \begin_inset CommandInset ref
34095 LatexCommand ref
34096 reference "eq:Wtot_n"
34097
34098 \end_inset
34099
34100  und 
34101 \begin_inset CommandInset ref
34102 LatexCommand ref
34103 reference "eq:Wtot_mult"
34104
34105 \end_inset
34106
34107  gleich, kann man die benötigte Breite 
34108 \begin_inset Formula $W_{g\, n}$
34109 \end_inset
34110
34111 , wenn 
34112 \emph on
34113 n
34114 \emph default
34115  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34116 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34117 \end_inset
34118
34119  hat, berechnen:
34120 \end_layout
34121
34122 \begin_layout Standard
34123 \begin_inset Formula \begin{equation}
34124 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34125
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \begin_layout Bibliography
34132 \begin_inset CommandInset bibitem
34133 LatexCommand bibitem
34134 key "latexcompanion"
34135
34136 \end_inset
34137
34138 Frank Mittelbach and Michel Goossens: 
34139 \emph on
34140 The LaTeX Companion Second Edition.
34141
34142 \emph default
34143  Addison-Wesley, 2004
34144 \end_layout
34145
34146 \begin_layout Bibliography
34147 \begin_inset CommandInset bibitem
34148 LatexCommand bibitem
34149 key "latexguide"
34150
34151 \end_inset
34152
34153 Helmut Kopka and Patrick W.
34154  Daly: 
34155 \emph on
34156 A Guide to LaTeX Fourth Edition.
34157
34158 \emph default
34159  Addison-Wesley, 2003
34160 \end_layout
34161
34162 \begin_layout Bibliography
34163 \begin_inset CommandInset bibitem
34164 LatexCommand bibitem
34165 key "lamport"
34166
34167 \end_inset
34168
34169 Leslie Lamport: 
34170 \emph on
34171 LaTeX: A Document Preparation System.
34172
34173 \emph default
34174  Addison-Wesley, second edition, 1994
34175 \end_layout
34176
34177 \begin_layout Bibliography
34178 \begin_inset CommandInset bibitem
34179 LatexCommand bibitem
34180 key "latex-praxisbuch"
34181
34182 \end_inset
34183
34184 Niedermair, Elke & Michael: 
34185 \emph on
34186 LaTeX-Praxisbuch
34187 \emph default
34188 , Franzis-Verlag, 2004
34189 \end_layout
34190
34191 \begin_layout Bibliography
34192 \begin_inset CommandInset bibitem
34193 LatexCommand bibitem
34194 key "booktabs"
34195
34196 \end_inset
34197
34198 Dokumnetation des LaTeX-Pakets 
34199 \series bold
34200
34201 \begin_inset CommandInset href
34202 LatexCommand href
34203 name "booktabs"
34204 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34205
34206 \end_inset
34207
34208
34209 \series default
34210
34211 \begin_inset Index
34212 status collapsed
34213
34214 \begin_layout Plain Layout
34215 LaTeX-Pakete ! booktabs
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Bibliography
34224 \begin_inset CommandInset bibitem
34225 LatexCommand bibitem
34226 key "caption"
34227
34228 \end_inset
34229
34230 Dokumentation des LaTeX-Pakets 
34231 \series bold
34232
34233 \begin_inset CommandInset href
34234 LatexCommand href
34235 name "caption"
34236 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34237
34238 \end_inset
34239
34240
34241 \series default
34242
34243 \begin_inset Index
34244 status collapsed
34245
34246 \begin_layout Plain Layout
34247 LaTeX-Pakete ! caption
34248 \end_layout
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Bibliography
34256 \begin_inset CommandInset bibitem
34257 LatexCommand bibitem
34258 key "endfloat"
34259
34260 \end_inset
34261
34262 Dokumentation des LaTeX-Pakets 
34263 \series bold
34264
34265 \begin_inset CommandInset href
34266 LatexCommand href
34267 name "endfloat"
34268 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34269
34270 \end_inset
34271
34272
34273 \series default
34274
34275 \begin_inset Index
34276 status collapsed
34277
34278 \begin_layout Plain Layout
34279 LaTeX-Pakete ! endf
34280 \begin_inset ERT
34281 status collapsed
34282
34283 \begin_layout Plain Layout
34284
34285
34286 \backslash
34287
34288 \begin_inset ERT
34289 status collapsed
34290
34291 \begin_layout Plain Layout
34292
34293 {
34294 \end_layout
34295
34296 \end_inset
34297
34298
34299 \begin_inset ERT
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303
34304 }
34305 \end_layout
34306
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \end_inset
34313
34314 /loat
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \begin_layout Bibliography
34323 \begin_inset CommandInset bibitem
34324 LatexCommand bibitem
34325 key "wrapfig"
34326
34327 \end_inset
34328
34329 Dokumentation des LaTeX-Pakets 
34330 \series bold
34331
34332 \begin_inset CommandInset href
34333 LatexCommand href
34334 name "wrapfig"
34335 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34336
34337 \end_inset
34338
34339
34340 \series default
34341
34342 \begin_inset Index
34343 status collapsed
34344
34345 \begin_layout Plain Layout
34346 LaTeX-Pakete ! wrapfig
34347 \begin_inset ERT
34348 status collapsed
34349
34350 \begin_layout Plain Layout
34351
34352
34353 \backslash
34354
34355 \begin_inset ERT
34356 status collapsed
34357
34358 \begin_layout Plain Layout
34359
34360 {
34361 \end_layout
34362
34363 \end_inset
34364
34365
34366 \begin_inset ERT
34367 status collapsed
34368
34369 \begin_layout Plain Layout
34370
34371 }
34372 \end_layout
34373
34374 \end_inset
34375
34376
34377 \end_layout
34378
34379 \end_inset
34380
34381 vspace
34382 \begin_inset ERT
34383 status collapsed
34384
34385 \begin_layout Plain Layout
34386
34387 {
34388 \end_layout
34389
34390 \end_inset
34391
34392 4mm
34393 \begin_inset ERT
34394 status collapsed
34395
34396 \begin_layout Plain Layout
34397
34398 }
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Bibliography
34412 \begin_inset CommandInset bibitem
34413 LatexCommand bibitem
34414 key "footmisc"
34415
34416 \end_inset
34417
34418 Dokumentation des LaTeX-Pakets 
34419 \series bold
34420
34421 \begin_inset CommandInset href
34422 LatexCommand href
34423 name "footmisc"
34424 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34425
34426 \end_inset
34427
34428
34429 \series default
34430
34431 \begin_inset Index
34432 status collapsed
34433
34434 \begin_layout Plain Layout
34435 LaTeX-Pakete ! footmisc
34436 \end_layout
34437
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \begin_layout Bibliography
34444 \begin_inset CommandInset bibitem
34445 LatexCommand bibitem
34446 key "hypcap"
34447
34448 \end_inset
34449
34450 Dokumentation des LaTeX-Pakets 
34451 \series bold
34452
34453 \begin_inset CommandInset href
34454 LatexCommand href
34455 name "hypcap"
34456 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34457
34458 \end_inset
34459
34460
34461 \series default
34462
34463 \begin_inset Index
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467 LaTeX-Pakete ! hypcap
34468 \end_layout
34469
34470 \end_inset
34471
34472
34473 \end_layout
34474
34475 \begin_layout Bibliography
34476 \begin_inset CommandInset bibitem
34477 LatexCommand bibitem
34478 key "hyperref"
34479
34480 \end_inset
34481
34482 Dokumentation des LaTeX-Pakets 
34483 \series bold
34484
34485 \begin_inset CommandInset href
34486 LatexCommand href
34487 name "hyperref"
34488 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34489
34490 \end_inset
34491
34492
34493 \series default
34494
34495 \begin_inset Index
34496 status collapsed
34497
34498 \begin_layout Plain Layout
34499 LaTeX-Pakete ! hyperref
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Bibliography
34508 \begin_inset CommandInset bibitem
34509 LatexCommand bibitem
34510 key "koma-script"
34511
34512 \end_inset
34513
34514 Dokumentation des LaTeX-Pakets 
34515 \series bold
34516
34517 \begin_inset CommandInset href
34518 LatexCommand href
34519 name "koma-script"
34520 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34521
34522 \end_inset
34523
34524
34525 \series default
34526
34527 \begin_inset Index
34528 status collapsed
34529
34530 \begin_layout Plain Layout
34531 LaTeX-Pakete ! koma-script
34532 \end_layout
34533
34534 \end_inset
34535
34536
34537 \end_layout
34538
34539 \begin_layout Bibliography
34540 \begin_inset CommandInset bibitem
34541 LatexCommand bibitem
34542 key "listings"
34543
34544 \end_inset
34545
34546 Dokumentation des LaTeX-Pakets 
34547 \series bold
34548
34549 \begin_inset CommandInset href
34550 LatexCommand href
34551 name "listings"
34552 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34553
34554 \end_inset
34555
34556
34557 \series default
34558
34559 \begin_inset Index
34560 status collapsed
34561
34562 \begin_layout Plain Layout
34563 LaTeX-Pakete ! listings
34564 \end_layout
34565
34566 \end_inset
34567
34568
34569 \end_layout
34570
34571 \begin_layout Bibliography
34572 \begin_inset CommandInset bibitem
34573 LatexCommand bibitem
34574 key "marginnote"
34575
34576 \end_inset
34577
34578 Dokumentation des LaTeX-Pakets 
34579 \series bold
34580
34581 \begin_inset CommandInset href
34582 LatexCommand href
34583 name "marginnote"
34584 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34585
34586 \end_inset
34587
34588
34589 \series default
34590
34591 \begin_inset Index
34592 status collapsed
34593
34594 \begin_layout Plain Layout
34595 LaTeX-Pakete ! marginnote
34596 \end_layout
34597
34598 \end_inset
34599
34600
34601 \end_layout
34602
34603 \begin_layout Bibliography
34604 \begin_inset CommandInset bibitem
34605 LatexCommand bibitem
34606 key "pstricks"
34607
34608 \end_inset
34609
34610 Webseite des LaTeX-Pakets 
34611 \series bold
34612
34613 \begin_inset CommandInset href
34614 LatexCommand href
34615 name "PSTricks"
34616 target "http://tug.org/PSTricks/"
34617
34618 \end_inset
34619
34620
34621 \series default
34622
34623 \begin_inset Index
34624 status collapsed
34625
34626 \begin_layout Plain Layout
34627 LaTeX-Pakete ! pstricks
34628 \end_layout
34629
34630 \end_inset
34631
34632
34633 \end_layout
34634
34635 \begin_layout Bibliography
34636 \begin_inset CommandInset bibitem
34637 LatexCommand bibitem
34638 key "sidecap"
34639
34640 \end_inset
34641
34642 Dokumentation des LaTeX-Pakets 
34643 \series bold
34644
34645 \begin_inset CommandInset href
34646 LatexCommand href
34647 name "sidecap"
34648 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34649
34650 \end_inset
34651
34652
34653 \series default
34654
34655 \begin_inset Index
34656 status collapsed
34657
34658 \begin_layout Plain Layout
34659 LaTeX-Pakete ! sidecap
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \end_layout
34666
34667 \begin_layout Bibliography
34668 \begin_inset CommandInset bibitem
34669 LatexCommand bibitem
34670 key "NewInLyX16"
34671
34672 \end_inset
34673
34674
34675 \begin_inset CommandInset href
34676 LatexCommand href
34677 name "Wiki-Seite"
34678 target "http://wiki.lyx.org/LyX/NewInLyX16"
34679
34680 \end_inset
34681
34682  über neue Funktionen in 
34683 \family sans
34684 LyX 1.6.0
34685 \family default
34686 .
34687 \end_layout
34688
34689 \begin_layout Standard
34690 \begin_inset CommandInset index_print
34691 LatexCommand printindex
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Standard
34699 \begin_inset FloatList figure
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \begin_layout Standard
34707 \begin_inset FloatList table
34708
34709 \end_inset
34710
34711
34712 \end_layout
34713
34714 \begin_layout Standard
34715 \begin_inset ERT
34716 status open
34717
34718 \begin_layout Plain Layout
34719
34720
34721 \backslash
34722 listof{algorithm}{Algorithmenverzeichnis}
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \begin_inset Note Note
34729 status collapsed
34730
34731 \begin_layout Plain Layout
34732 siehe Abschnitt
34733 \begin_inset space ~
34734 \end_inset
34735
34736
34737 \begin_inset CommandInset ref
34738 LatexCommand ref
34739 reference "uab:Gleitobjekt-Algorithmen"
34740
34741 \end_inset
34742
34743  für eine Beschreibung
34744 \end_layout
34745
34746 \end_inset
34747
34748
34749 \end_layout
34750
34751 \end_body
34752 \end_document