]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: description of wrap floats for LyX 1.6
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
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 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
32
33 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
34 \usepackage{sidecap}
35
36 \newcommand{\TabBesBeg}{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % ermöglicht das Berechnen von Werten
55 \usepackage{calc}
56
57 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
58 \usepackage{dcolumn}
59
60 %Vergrößert den Teil der Seite, in dem Gleitobjekte
61 % unten angeordnet werden dürfen
62 \renewcommand{\bottomfraction}{0.5}
63
64 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
65 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
66
67 % beschleunigt die Berechnung von langen Tabellen
68 \setcounter{LTchunksize}{100}
69
70 % wird für skalierte und rotierte Boxen benötigt
71 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
72
73 % wird bei farbigen Tabellen benutzt
74 \@ifundefined{textcolor}
75  {\usepackage{color}}{}
76 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
77 \definecolor{hellgrau}{gray}{0.8}
78
79 % testen ob paket colortbl installiert ist
80 % wird für farbige Tabellenzellen benutzt
81 \newboolean{colortbl}
82 \IfFileExists{colortbl.sty}
83  {\usepackage{colortbl}
84   \setboolean{colortbl}{true}}
85  {\setboolean{colortbl}{false}}
86
87 % wird für Mehrfachzeilen benutzt
88 \usepackage{multirow}
89 %\renewcommand{\multirowsetup}{\centering}
90
91 % wird fuer Tabellen im Buchstil benutzt
92 \usepackage{booktabs}
93
94 % wird benutzt, um Tabellenzellen zu vergrößern
95 \@ifundefined{extrarowheight}
96  {\usepackage{array}}{}
97 \setlength{\extrarowheight}{2pt}
98
99 % wird fuer benutzerdefinierte Tabellen benutzt
100 % ---
101 \newcolumntype{M}[1]
102  {>{\centering\hspace{0pt}}m{#1}}
103
104 \newcolumntype{S}[2]
105  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
106
107 \newcolumntype{K}[1]
108  {>{\columncolor{#1}\hspace{0pt}}c}
109
110 \newcolumntype{V}{!{\vrule width 1.5pt}}
111
112 \newcolumntype{W}{!{\color{green}\vline}}
113 % ---
114
115 % Setzt einen zusaetzlichen Abstand von
116 % 1.5 mm zwischen Fussnoten
117 \let\myFoot\footnote
118 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
119
120 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
121 \numberwithin{algorithm}{chapter}
122
123 % Grauschrift-Notizen in blauer Farbe
124 \renewenvironment{lyxgreyedout}
125  {\textcolor{blue}\bgroup}{\egroup}
126
127 % ------------------------------------
128 % Prüfung auf benötigte LaTeXPakete
129 \usepackage{ifthen}
130
131 % Pruefung auf arydshln
132 % für Tabellen mit gestrichelten Linien
133 \newboolean{arydshln}
134 \IfFileExists{arydshln.sty}
135  {\usepackage{arydshln}
136   \setboolean{arydshln}{true}}
137  {\setboolean{arydshln}{false}}
138
139 % Prüfung auf marginnote
140 % für Randnotizen
141 \newboolean{marginnote}
142 \IfFileExists{marginnote.sty}
143  {\usepackage{marginnote}
144   \let\marginpar\marginnote
145   \setboolean{marginnote}{true}}
146  {\setboolean{marginnote}{false}}
147
148 % Prüfung auf sidecap
149 % für seitliche Beschriftungen
150 \newboolean{sidecap}
151 \IfFileExists{sidecap.sty}
152  {\usepackage{sidecap}
153   \let\marginpar\marginnote
154   \setboolean{sidecap}{true}}
155  {\setboolean{sidecap}{false}}
156
157 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
158 \def\LyX{\texorpdfstring{%
159   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
160   {LyX }}
161
162 % Damit der Index den Namen "Stichwortverzeichnis" erhält
163 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \language ngerman
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
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 sie 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 im 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 Datei-Handhabung\SpecialChar \menuseparator
538 Dateiformate
539 \family default
540  im Feld 
541 \family sans
542 Bearbeitungsprogramm
543 \family default
544  festgelegt wurde, bearbeitet werden.
545 \end_layout
546
547 \begin_layout Description
548
549 \family sans
550 Ausschnitt
551 \family default
552  Alternativ zur Festlegung der 
553 \family sans
554 Ausgabegröße
555 \family default
556  unter 
557 \family sans
558 \series bold
559 Grafik
560 \family default
561 \series default
562  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
563  die Ausgabe festzulegen.
564  Wenn Sie auf 
565 \family sans
566 Lese
567 \begin_inset space ~
568 \end_inset
569
570 aus
571 \begin_inset space ~
572 \end_inset
573
574 Datei
575 \family default
576  klicken, werden die Koordinaten automatisch berechnet.
577  Die Option 
578 \family sans
579 Auf
580 \begin_inset space ~
581 \end_inset
582
583 Begrenzungsbox
584 \begin_inset space ~
585 \end_inset
586
587 zuschneiden
588 \family default
589  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
590  Koordinaten liegt.
591  Normalerweise können Sie die Karteikarte 
592 \family sans
593 \series bold
594 Ausschnitt
595 \family default
596 \series default
597  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
598 \end_layout
599
600 \begin_layout Description
601
602 \family sans
603 LaTeX-
604 \begin_inset space ~
605 \end_inset
606
607 und
608 \begin_inset space ~
609 \end_inset
610
611 LyX-Optionen
612 \family default
613  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
614  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
615  Beschriftung sein soll.
616  Teilabbildungen werden in Abschnitt
617 \begin_inset space ~
618 \end_inset
619
620
621 \begin_inset CommandInset ref
622 LatexCommand ref
623 reference "abs:Gleitende-Abbildungen"
624
625 \end_inset
626
627  beschrieben.
628 \begin_inset Newline newline
629 \end_inset
630
631  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
632 \begin_inset Newline newline
633 \end_inset
634
635 Ist die Option 
636 \family sans
637 Entwurfsmodus 
638 \family default
639 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
640  darin gedruckt.
641 \begin_inset Newline newline
642 \end_inset
643
644 Die Option 
645 \family sans
646 Beim
647 \begin_inset space ~
648 \end_inset
649
650 Exportieren
651 \begin_inset space ~
652 \end_inset
653
654 nicht
655 \begin_inset space ~
656 \end_inset
657
658 entpacken
659 \family default
660  betrifft nur gepackte EPS-Dateien, zum Beispiel 
661 \emph on
662 x.eps.gz
663 \emph default
664 .
665  LaTeX kann so mit ihnen umgehen.
666 \begin_inset Newline newline
667 \end_inset
668
669 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
670  wählen, siehe Anhang
671 \begin_inset space ~
672 \end_inset
673
674
675 \begin_inset CommandInset ref
676 LatexCommand ref
677 reference "abs:PostScript"
678
679 \end_inset
680
681 .
682  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
683 \begin_inset Newline newline
684 \end_inset
685
686
687 \series bold
688 gzip x.eps
689 \begin_inset Newline newline
690 \end_inset
691
692 zgrep %%Bounding x.eps.gz > x.eps.bb
693 \series default
694
695 \begin_inset Newline newline
696 \end_inset
697
698 Der zweite Befehl erzeugt die Begrenzungsbox 
699 \begin_inset Quotes gld
700 \end_inset
701
702 x.eps.bb
703 \begin_inset Quotes grd
704 \end_inset
705
706 , die LaTeX für gepackte Abbildungen benötigt.
707 \end_layout
708
709 \begin_layout Standard
710 \begin_inset VSpace bigskip
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 Hier ist eine zentrierte .eps-Abbildung
718 \begin_inset Foot
719 status open
720
721 \begin_layout Plain Layout
722 Abbildungsformate sind in Abschnitt
723 \begin_inset space ~
724 \end_inset
725
726
727 \begin_inset CommandInset ref
728 LatexCommand ref
729 reference "abs:Bildformate"
730
731 \end_inset
732
733  beschrieben.
734 \end_layout
735
736 \end_inset
737
738  in einem eigenen Absatz:
739 \end_layout
740
741 \begin_layout Standard
742 \align center
743 \begin_inset Graphics
744         filename ../clipart/mobius.eps
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         scale 70
764         draft
765         scaleBeforeRotation
766         rotateOrigin center
767
768 \end_inset
769
770
771 \end_layout
772
773 \begin_layout Section
774 Gleitende Abbildungen
775 \begin_inset CommandInset label
776 LatexCommand label
777 name "abs:Gleitende-Abbildungen"
778
779 \end_inset
780
781
782 \begin_inset Index
783 status collapsed
784
785 \begin_layout Plain Layout
786 Abbildungen ! gleitende
787 \end_layout
788
789 \end_inset
790
791
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Gleitobjekte ! Abbildungen
797 \end_layout
798
799 \end_inset
800
801
802 \end_layout
803
804 \begin_layout Standard
805 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
806 \begin_inset space ~
807 \end_inset
808
809
810 \begin_inset CommandInset ref
811 LatexCommand ref
812 reference "abs:Gleitobjekte-Einleitung"
813
814 \end_inset
815
816 .
817 \end_layout
818
819 \begin_layout Standard
820 Wenn Sie auf das Werkzeugleisten-Symbol 
821 \begin_inset Graphics
822         filename ../../images/float-insert_figure.png
823         scale 70
824         scaleBeforeRotation
825         BoundingBox 0bp 6bp 22bp 22bp
826
827 \end_inset
828
829  klicken oder 
830 \family sans
831 Einfügen\SpecialChar \menuseparator
832 Gleit\SpecialChar \-
833 objekt\SpecialChar \menuseparator
834 Abbildung
835 \family default
836  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
837  In das rot umrahmte Feld rechts von 
838 \emph on
839 Abbildung
840 \begin_inset space ~
841 \end_inset
842
843 Nr:
844 \emph default
845  schreiben Sie die Bildbeschriftung.
846  Nach einem Klick oberhalb oder unterhalb von 
847 \emph on
848 Abbildung
849 \begin_inset space ~
850 \end_inset
851
852 Nr:
853 \emph default
854  können Sie dann eine Abbildung wie 
855 \begin_inset CommandInset ref
856 LatexCommand ref
857 reference "abb:kill-plat"
858
859 \end_inset
860
861  oberhalb oder wie Abbildung
862 \begin_inset space ~
863 \end_inset
864
865
866 \begin_inset CommandInset ref
867 LatexCommand ref
868 reference "abb:escher"
869
870 \end_inset
871
872  unterhalb der Bildbeschriftung einfügen.
873  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
874 \begin_inset space ~
875 \end_inset
876
877
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "abs:Titel-Platzierung"
881
882 \end_inset
883
884 .
885 \end_layout
886
887 \begin_layout Standard
888 \begin_inset Float figure
889 wide false
890 sideways false
891 status open
892
893 \begin_layout Plain Layout
894 \align center
895 \begin_inset Graphics
896         filename ../clipart/platypus.eps
897         width 50col%
898         scaleBeforeRotation
899         rotateOrigin center
900
901 \end_inset
902
903
904 \end_layout
905
906 \begin_layout Plain Layout
907 \begin_inset Caption
908
909 \begin_layout Plain Layout
910 \begin_inset CommandInset label
911 LatexCommand label
912 name "abb:kill-plat"
913
914 \end_inset
915
916 Platypus in einem Gleitobjekt
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Standard
930 \begin_inset Float figure
931 wide false
932 sideways false
933 status open
934
935 \begin_layout Plain Layout
936 \begin_inset Caption
937
938 \begin_layout Plain Layout
939 \begin_inset CommandInset label
940 LatexCommand label
941 name "abb:escher"
942
943 \end_inset
944
945 M.C.
946  Escher
947 \end_layout
948
949 \end_inset
950
951
952 \end_layout
953
954 \begin_layout Plain Layout
955 \align center
956 \begin_inset Graphics
957         filename ../clipart/escher-lsd.eps
958         scale 80
959         scaleBeforeRotation
960         rotateOrigin center
961
962 \end_inset
963
964
965 \end_layout
966
967 \end_inset
968
969
970 \end_layout
971
972 \begin_layout Standard
973 \begin_inset Index
974 status collapsed
975
976 \begin_layout Plain Layout
977 Abbildungen ! Beispiele
978 \end_layout
979
980 \end_inset
981
982 Abbildung
983 \begin_inset space ~
984 \end_inset
985
986
987 \begin_inset CommandInset ref
988 LatexCommand ref
989 reference "abb:kill-plat"
990
991 \end_inset
992
993  und 
994 \begin_inset CommandInset ref
995 LatexCommand ref
996 reference "abb:escher"
997
998 \end_inset
999
1000  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
1001  Dafür fügen Sie in der Beschriftung mit 
1002 \family sans
1003 Einfügen\SpecialChar \menuseparator
1004 Marke
1005 \family default
1006  oder durch Klicken auf 
1007 \begin_inset Graphics
1008         filename ../../images/label-insert.png
1009         scale 70
1010         scaleBeforeRotation
1011         BoundingBox 0bp 6bp 20bp 20bp
1012
1013 \end_inset
1014
1015  eine Marke ein.
1016  Auf diese können Sie dann wie gewohnt mit 
1017 \family sans
1018 Einfügen\SpecialChar \menuseparator
1019 Querverweis
1020 \family default
1021  oder durch Klicken auf 
1022 \begin_inset Graphics
1023         filename ../../images/dialog-show-new-inset_ref.png
1024         scale 70
1025         scaleBeforeRotation
1026         BoundingBox 0bp 6bp 22bp 22bp
1027
1028 \end_inset
1029
1030  verweisen.
1031  Das ist besser als eine vage Formulierung wie 
1032 \begin_inset Quotes gld
1033 \end_inset
1034
1035 die obige Abbildung
1036 \begin_inset Quotes grd
1037 \end_inset
1038
1039  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1040  erscheint, und das muss nicht 
1041 \emph on
1042 oben
1043 \emph default
1044  sein.
1045  Verweise werden detailliert in Abschnitt
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "abs:Auf-Gleitobjekte-verweisen"
1053
1054 \end_inset
1055
1056  beschrieben.
1057 \end_layout
1058
1059 \begin_layout Standard
1060 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1061  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1062  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1063  Gleitabbildung einfügt.
1064  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1065  Abbildung
1066 \begin_inset space ~
1067 \end_inset
1068
1069
1070 \begin_inset CommandInset ref
1071 LatexCommand ref
1072 reference "abb:Zwei-Teilabbildungen"
1073
1074 \end_inset
1075
1076  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1077  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1078  Gleitabbildung auf Eingabe drücken.
1079  Abbildung
1080 \begin_inset space ~
1081 \end_inset
1082
1083
1084 \begin_inset CommandInset ref
1085 LatexCommand ref
1086 reference "abb:Undefinierbar"
1087
1088 \end_inset
1089
1090  und 
1091 \begin_inset CommandInset ref
1092 LatexCommand ref
1093 reference "abb:Ein-Schnabeltier"
1094
1095 \end_inset
1096
1097  sind die Teilabbildungen.
1098 \end_layout
1099
1100 \begin_layout Standard
1101 \begin_inset Float figure
1102 wide false
1103 sideways false
1104 status open
1105
1106 \begin_layout Plain Layout
1107 \begin_inset space \hfill{}
1108 \end_inset
1109
1110
1111 \begin_inset Float figure
1112 wide false
1113 sideways false
1114 status open
1115
1116 \begin_layout Plain Layout
1117 \begin_inset Caption
1118
1119 \begin_layout Plain Layout
1120 \begin_inset CommandInset label
1121 LatexCommand label
1122 name "abb:Undefinierbar"
1123
1124 \end_inset
1125
1126 Undefinierbar
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \end_layout
1133
1134 \begin_layout Plain Layout
1135 \begin_inset Graphics
1136         filename ../clipart/escher-lsd.eps
1137         width 35col%
1138         scaleBeforeRotation
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \begin_inset space \hfill{}
1149 \end_inset
1150
1151
1152 \begin_inset Float figure
1153 wide false
1154 sideways false
1155 status open
1156
1157 \begin_layout Plain Layout
1158 \begin_inset Caption
1159
1160 \begin_layout Plain Layout
1161 \begin_inset CommandInset label
1162 LatexCommand label
1163 name "abb:Ein-Schnabeltier"
1164
1165 \end_inset
1166
1167 Ein Schnabeltier
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \begin_layout Plain Layout
1176 \begin_inset Graphics
1177         filename ../clipart/platypus.eps
1178         lyxscale 60
1179         width 45col%
1180         scaleBeforeRotation
1181
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \begin_inset space \hfill{}
1191 \end_inset
1192
1193
1194 \end_layout
1195
1196 \begin_layout Plain Layout
1197 \begin_inset Caption
1198
1199 \begin_layout Plain Layout
1200 \begin_inset CommandInset label
1201 LatexCommand label
1202 name "abb:Zwei-Teilabbildungen"
1203
1204 \end_inset
1205
1206 Zwei Teilabbildungen nebeneinander.
1207 \end_layout
1208
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \end_inset
1215
1216
1217 \end_layout
1218
1219 \begin_layout Section
1220 Bildformate
1221 \begin_inset CommandInset label
1222 LatexCommand label
1223 name "abs:Bildformate"
1224
1225 \end_inset
1226
1227
1228 \begin_inset Index
1229 status collapsed
1230
1231 \begin_layout Plain Layout
1232 Abbildungen ! Bildformate
1233 \end_layout
1234
1235 \end_inset
1236
1237
1238 \end_layout
1239
1240 \begin_layout Standard
1241 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1242  Aber wie in Anhang
1243 \begin_inset space ~
1244 \end_inset
1245
1246
1247 \begin_inset CommandInset ref
1248 LatexCommand ref
1249 reference "kap:Ausgabedatei-Formate"
1250
1251 \end_inset
1252
1253  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1254  LyX benutzt im Hintergrund das Programm
1255 \family typewriter
1256  Imagemagick
1257 \family default
1258 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1259  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1260  vermeiden.
1261  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1262  werden können.
1263  Diese Formate werden in Anhang
1264 \begin_inset space ~
1265 \end_inset
1266
1267
1268 \begin_inset CommandInset ref
1269 LatexCommand ref
1270 reference "kap:Ausgabedatei-Formate"
1271
1272 \end_inset
1273
1274  beschrieben.
1275 \end_layout
1276
1277 \begin_layout Standard
1278 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1279 \end_layout
1280
1281 \begin_layout Description
1282 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1283  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1284  
1285 \emph on
1286 pixelig
1287 \emph default
1288  aus.
1289  Bekannte Pixel-Formate sind 
1290 \begin_inset Quotes gld
1291 \end_inset
1292
1293 Graphics Interchange Format
1294 \begin_inset Quotes grd
1295 \end_inset
1296
1297  (GIF, Dateiendung
1298 \family typewriter
1299  
1300 \family default
1301
1302 \begin_inset Quotes gld
1303 \end_inset
1304
1305
1306 \family typewriter
1307 .gif
1308 \family default
1309
1310 \begin_inset Quotes grd
1311 \end_inset
1312
1313 )
1314 \begin_inset Index
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 GIF
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \begin_inset Quotes gld
1325 \end_inset
1326
1327 Portable Network Graphics
1328 \begin_inset Quotes grd
1329 \end_inset
1330
1331  (PNG, Dateiendung 
1332 \begin_inset Quotes gld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .png
1338 \family default
1339
1340 \begin_inset Quotes grd
1341 \end_inset
1342
1343 )
1344 \begin_inset Index
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348 PNG
1349 \end_layout
1350
1351 \end_inset
1352
1353
1354 \begin_inset Quotes gld
1355 \end_inset
1356
1357 Joint Photographic Experts Group
1358 \begin_inset Quotes grd
1359 \end_inset
1360
1361  (JPEG, Dateiendung
1362 \family typewriter
1363  
1364 \family default
1365
1366 \begin_inset Quotes gld
1367 \end_inset
1368
1369
1370 \family typewriter
1371 .jpg
1372 \family default
1373
1374 \begin_inset Quotes grd
1375 \end_inset
1376
1377  oder 
1378 \begin_inset Quotes gld
1379 \end_inset
1380
1381
1382 \family typewriter
1383 .jpeg
1384 \family default
1385
1386 \begin_inset Quotes grd
1387 \end_inset
1388
1389 )
1390 \begin_inset Index
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394 JPG, JPEG
1395 \end_layout
1396
1397 \end_inset
1398
1399  und 
1400 \begin_inset Quotes gld
1401 \end_inset
1402
1403 Windows Bitmap
1404 \begin_inset Quotes grd
1405 \end_inset
1406
1407  (BMP, Dateiendung 
1408 \begin_inset Quotes gld
1409 \end_inset
1410
1411
1412 \family typewriter
1413 .bmp
1414 \family default
1415
1416 \begin_inset Quotes grd
1417 \end_inset
1418
1419 )
1420 \begin_inset Index
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 BMP
1425 \end_layout
1426
1427 \end_inset
1428
1429 .
1430 \end_layout
1431
1432 \begin_layout Description
1433 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1434  auf jede beliebige Größe skaliert werden.
1435  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1436  zoomen zu können.
1437 \begin_inset Newline newline
1438 \end_inset
1439
1440 Bekannte Formate sind 
1441 \begin_inset Quotes gld
1442 \end_inset
1443
1444 Scalable Vector Graphics
1445 \begin_inset Quotes grd
1446 \end_inset
1447
1448  (SVG, Dateiendung
1449 \family typewriter
1450  
1451 \family default
1452
1453 \begin_inset Quotes gld
1454 \end_inset
1455
1456
1457 \family typewriter
1458 .svg
1459 \family default
1460
1461 \begin_inset Quotes grd
1462 \end_inset
1463
1464 )
1465 \begin_inset Index
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469 SVG
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \begin_inset Quotes gld
1476 \end_inset
1477
1478 Encapsulated PostScript
1479 \begin_inset Quotes grd
1480 \end_inset
1481
1482  (EPS, Dateiendung 
1483 \begin_inset Quotes gld
1484 \end_inset
1485
1486
1487 \family typewriter
1488 .eps
1489 \family default
1490
1491 \begin_inset Quotes grd
1492 \end_inset
1493
1494 )
1495 \begin_inset Index
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 EPS
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \begin_inset Quotes gld
1506 \end_inset
1507
1508 Portable Document Format
1509 \begin_inset Quotes grd
1510 \end_inset
1511
1512  (PDF, Dateiendung
1513 \family typewriter
1514  
1515 \family default
1516
1517 \begin_inset Quotes gld
1518 \end_inset
1519
1520
1521 \family typewriter
1522 .pdf
1523 \family default
1524
1525 \begin_inset Quotes grd
1526 \end_inset
1527
1528 )
1529 \begin_inset Index
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533 PDF
1534 \end_layout
1535
1536 \end_inset
1537
1538  und 
1539 \begin_inset Quotes gld
1540 \end_inset
1541
1542 Windows Metafile
1543 \begin_inset Quotes grd
1544 \end_inset
1545
1546  (WMF, Dateiendung 
1547 \begin_inset Quotes gld
1548 \end_inset
1549
1550
1551 \family typewriter
1552 .wmf
1553 \family default
1554
1555 \begin_inset Quotes grd
1556 \end_inset
1557
1558 )
1559 \begin_inset Index
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563 WMF
1564 \end_layout
1565
1566 \end_inset
1567
1568 .
1569 \end_layout
1570
1571 \begin_layout Standard
1572 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1573  das Ergebnis ist immer noch ein Pixelbild.
1574  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1575  hinzugefügt.
1576 \begin_inset Foot
1577 status open
1578
1579 \begin_layout Plain Layout
1580 Bei PDF wird das Originalbild auch noch komprimiert.
1581 \end_layout
1582
1583 \end_inset
1584
1585  Die PDF-Dateien, die 
1586 \family typewriter
1587 Adobe Photoshop
1588 \family default
1589  erzeugt, sind zum Beispiel Pixelbilder.
1590 \end_layout
1591
1592 \begin_layout Standard
1593 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1594  umgekehrt.
1595  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1596  eingefügt werden.
1597  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1598  erzeugt wird, weil es zur Zeit keine WMF/SVG
1599 \begin_inset Formula $\to$
1600 \end_inset
1601
1602 PDF/EPS Konverter gibt.
1603 \end_layout
1604
1605 \begin_layout Chapter
1606 Tabellen
1607 \begin_inset CommandInset label
1608 LatexCommand label
1609 name "kap:Tabellen"
1610
1611 \end_inset
1612
1613
1614 \begin_inset Index
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 Tabellen
1619 \end_layout
1620
1621 \end_inset
1622
1623
1624 \end_layout
1625
1626 \begin_layout Section
1627 Einführung
1628 \begin_inset Index
1629 status collapsed
1630
1631 \begin_layout Plain Layout
1632 Tabellen ! Einführung
1633 \end_layout
1634
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \begin_layout Standard
1641 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1642 \begin_inset Graphics
1643         filename ../../images/tabular-insert.png
1644         scale 70
1645         scaleBeforeRotation
1646         BoundingBox 0bp 6bp 22bp 22bp
1647
1648 \end_inset
1649
1650  oder das Menü 
1651 \family sans
1652 Einfügen\SpecialChar \menuseparator
1653 Tabelle
1654 \family default
1655  einfügen.
1656  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1657 \begin_inset space \thinspace{}
1658 \end_inset
1659
1660 -Tabelle.
1661  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1662  und die Größe der dunkelblauen Tabelle angezeigt.
1663  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1664  ein.
1665  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1666  Spaltenanzahl festlegen können.
1667 \end_layout
1668
1669 \begin_layout Standard
1670 In der so erstellten Tabelle ist jede Zelle umrandet.
1671  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1672  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1673  die zweite Zeile eine Linie oberhalb haben.
1674  Hier ist ein Beispiel:
1675 \end_layout
1676
1677 \begin_layout Standard
1678 \align center
1679 \begin_inset Tabular
1680 <lyxtabular version="3" rows="5" columns="4">
1681 <features>
1682 <column alignment="center" valignment="top" width="0">
1683 <column alignment="center" valignment="top" width="0">
1684 <column alignment="center" valignment="top" width="0">
1685 <column alignment="center" valignment="top" width="0">
1686 <row>
1687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1688 \begin_inset Text
1689
1690 \begin_layout Plain Layout
1691
1692 \end_layout
1693
1694 \end_inset
1695 </cell>
1696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1697 \begin_inset Text
1698
1699 \begin_layout Plain Layout
1700
1701 \family roman
1702 \series medium
1703 \shape up
1704 \size normal
1705 \emph off
1706 \bar no
1707 \noun off
1708 \color none
1709 1
1710 \end_layout
1711
1712 \end_inset
1713 </cell>
1714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1715 \begin_inset Text
1716
1717 \begin_layout Plain Layout
1718 2
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727 3
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 </row>
1733 <row>
1734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738
1739 \family roman
1740 \series medium
1741 \shape up
1742 \size normal
1743 \emph off
1744 \bar no
1745 \noun off
1746 \color none
1747 A
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 </row>
1780 <row>
1781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \family roman
1787 \series medium
1788 \shape up
1789 \size normal
1790 \emph off
1791 \bar no
1792 \noun off
1793 \color none
1794 B
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 </row>
1827 <row>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \family roman
1834 \series medium
1835 \shape up
1836 \size normal
1837 \emph off
1838 \bar no
1839 \noun off
1840 \color none
1841 C
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 </row>
1874 <row>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 D
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 </row>
1912 </lyxtabular>
1913
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \begin_layout Section
1920 Tabellen-Einstellungen
1921 \begin_inset Index
1922 status collapsed
1923
1924 \begin_layout Plain Layout
1925 Tabellen ! Einstellungen
1926 \end_layout
1927
1928 \end_inset
1929
1930
1931 \end_layout
1932
1933 \begin_layout Standard
1934 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1935  Maustaste draufklicken.
1936  Dadurch wird ein Kontextmenü angezeigt, an derem Ende 
1937 \family sans
1938 Einstellungen
1939 \family default
1940  steht.
1941  Ein Klick darauf öffnet das Fenster 
1942 \family sans
1943 Tabellen-Einstellungen
1944 \family default
1945 .
1946  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1947  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1948  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1949  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1950  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1951  Auswahl.
1952  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1953 \emph on
1954 Inhalt
1955 \emph default
1956  einer Zelle oder die Zelle selber ausgewählt haben.
1957  Das 
1958 \family sans
1959 Tabellen-Einstellungen
1960 \family default
1961 -Menü hat folgende Karteikarten:
1962 \end_layout
1963
1964 \begin_layout Description
1965
1966 \family sans
1967 Tabellen-Einstellungen
1968 \family default
1969  Hier können Sie die 
1970 \family sans
1971 Horizontale
1972 \begin_inset space ~
1973 \end_inset
1974
1975 Ausrichtung
1976 \family default
1977  der momentanen Spalte und die 
1978 \family sans
1979 Spaltenbreite
1980 \family default
1981  festlegen.
1982  Wenn Sie eine 
1983 \family sans
1984 Spaltenbreite
1985 \family default
1986  festgelegt haben, können Sie auch eine 
1987 \family sans
1988 Vertikale
1989 \begin_inset space ~
1990 \end_inset
1991
1992 Ausrichtung
1993 \family default
1994  der momentanen Zeile wählen.
1995  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1996  Absätze haben, wie in Abschnitt
1997 \begin_inset space ~
1998 \end_inset
1999
2000
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "uab:Mehrfache-Zeilen-in"
2004
2005 \end_inset
2006
2007  beschrieben.
2008  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2009 \begin_inset Newline newline
2010 \end_inset
2011
2012 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2013  als 
2014 \family sans
2015 Mehrfachspalte
2016 \family default
2017  definieren, wie in Abschnitt
2018 \begin_inset space ~
2019 \end_inset
2020
2021
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "uab:Mehrfachspalten"
2025
2026 \end_inset
2027
2028  beschrieben.
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2033  den Uhrzeigersinn um 90° drehen.
2034  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2035 \begin_inset Newline newline
2036 \end_inset
2037
2038
2039 \begin_inset Note Greyedout
2040 status open
2041
2042 \begin_layout Plain Layout
2043
2044 \series bold
2045 Achtung:
2046 \series default
2047  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2048 \end_layout
2049
2050 \end_inset
2051
2052
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056 Man kann auch ein 
2057 \family sans
2058 LaTe
2059 \begin_inset ERT
2060 status collapsed
2061
2062 \begin_layout Plain Layout
2063
2064 {}
2065 \end_layout
2066
2067 \end_inset
2068
2069 X-Argument
2070 \family default
2071  für besondere Tabellen-Formatierun\SpecialChar \-
2072 gen einfügen, wie in den Abschnitten
2073  
2074 \begin_inset CommandInset ref
2075 LatexCommand ref
2076 reference "uab:Mehrfachspalten-Berechnungen"
2077
2078 \end_inset
2079
2080  und 
2081 \begin_inset CommandInset ref
2082 LatexCommand ref
2083 reference "abs:Farbige-Tabellen"
2084
2085 \end_inset
2086
2087  beschrieben.
2088 \end_layout
2089
2090 \begin_layout Description
2091
2092 \family sans
2093 Rahmen
2094 \family default
2095  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2096  hinzufügen und löschen.
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 Wenn Sie die Stil-Option
2101 \family sans
2102  Formal
2103 \family default
2104  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2105 \begin_inset space ~
2106 \end_inset
2107
2108
2109 \begin_inset CommandInset ref
2110 LatexCommand ref
2111 reference "abs:Formale-Tabellen"
2112
2113 \end_inset
2114
2115  beschrieben, konvertiert.
2116 \begin_inset Newline newline
2117 \end_inset
2118
2119 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2120 \begin_inset space ~
2121 \end_inset
2122
2123
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "uab:Zeilenabstand"
2127
2128 \end_inset
2129
2130  beschrieben.
2131 \end_layout
2132
2133 \begin_layout Description
2134
2135 \family sans
2136 Lange
2137 \begin_inset space ~
2138 \end_inset
2139
2140 Tabelle
2141 \family default
2142  Hier kann eine Tabelle als 
2143 \family sans
2144 Lange
2145 \begin_inset space ~
2146 \end_inset
2147
2148 Tabelle
2149 \family default
2150  definiert werden, die über mehrere Seiten reicht.
2151  Die Abschnitte
2152 \begin_inset space ~
2153 \end_inset
2154
2155
2156 \begin_inset CommandInset ref
2157 LatexCommand ref
2158 reference "abs:Lange-Tabellen"
2159
2160 \end_inset
2161
2162  und 
2163 \begin_inset CommandInset ref
2164 LatexCommand ref
2165 reference "abs:Special-Longtable-Issues"
2166
2167 \end_inset
2168
2169  beschreiben diese Funktion genauer.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 Wenn das Menü 
2174 \family sans
2175 Tabellen-Einstellungen
2176 \family default
2177  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2178  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2179 \end_layout
2180
2181 \begin_layout Section
2182 Tabellen-Werkzeugleiste
2183 \begin_inset Index
2184 status collapsed
2185
2186 \begin_layout Plain Layout
2187 Tabellen ! Werkzeugleiste
2188 \end_layout
2189
2190 \end_inset
2191
2192
2193 \end_layout
2194
2195 \begin_layout Standard
2196 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2197 \family sans
2198 Tabellen-Einstellungen
2199 \family default
2200 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2201  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2202  LyX-Fensters.
2203 \end_layout
2204
2205 \begin_layout Standard
2206 Die Werkzeugleiste hat folgende Knöpfe:
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211 \begin_inset Graphics
2212         filename ../../images/tabular-feature_append-row.png
2213         scale 70
2214         scaleBeforeRotation
2215         BoundingBox 0bp 6bp 22bp 22bp
2216
2217 \end_inset
2218
2219  Fügt eine Zeile unterhalb der momentanen an
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../../images/tabular-feature_append-column.png
2226         scale 70
2227         scaleBeforeRotation
2228         BoundingBox 0bp 6bp 22bp 22bp
2229
2230 \end_inset
2231
2232  Fügt eine Spalte rechts von der momentanen an
2233 \end_layout
2234
2235 \begin_layout Labeling
2236 \labelwidthstring 00.00.0000
2237 \begin_inset Graphics
2238         filename ../../images/tabular-feature_delete-row.png
2239         scale 70
2240         scaleBeforeRotation
2241         BoundingBox 0bp 6bp 22bp 22bp
2242
2243 \end_inset
2244
2245  Löscht die ausgewählte(n) Zeile(n)
2246 \end_layout
2247
2248 \begin_layout Labeling
2249 \labelwidthstring 00.00.0000
2250 \begin_inset Graphics
2251         filename ../../images/tabular-feature_delete-column.png
2252         scale 70
2253         scaleBeforeRotation
2254         BoundingBox 0bp 6bp 22bp 22bp
2255
2256 \end_inset
2257
2258  Löscht die ausgewählte(n) Spalte(n)
2259 \end_layout
2260
2261 \begin_layout Labeling
2262 \labelwidthstring 00.00.0000
2263 \begin_inset Graphics
2264         filename ../../images/tabular-feature_toggle-line-top.png
2265         scale 70
2266         scaleBeforeRotation
2267         BoundingBox 0bp 6bp 22bp 22bp
2268
2269 \end_inset
2270
2271  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2272  wenn der Knopf grau hinterlegt ist
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../../images/tabular-feature_toggle-line-bottom.png
2279         scale 70
2280         scaleBeforeRotation
2281         BoundingBox 0bp 6bp 22bp 22bp
2282
2283 \end_inset
2284
2285  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2286  wenn der Knopf grau hinterlegt ist
2287 \end_layout
2288
2289 \begin_layout Labeling
2290 \labelwidthstring 00.00.0000
2291 \begin_inset Graphics
2292         filename ../../images/tabular-feature_toggle-line-left.png
2293         scale 70
2294         scaleBeforeRotation
2295         BoundingBox 0bp 6bp 22bp 22bp
2296
2297 \end_inset
2298
2299  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2300  wenn der Knopf grau hinterlegt ist
2301 \end_layout
2302
2303 \begin_layout Labeling
2304 \labelwidthstring 00.00.0000
2305 \begin_inset Graphics
2306         filename ../../images/tabular-feature_toggle-line-right.png
2307         scale 70
2308         scaleBeforeRotation
2309         BoundingBox 0bp 6bp 22bp 22bp
2310
2311 \end_inset
2312
2313  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2314  wenn der Knopf grau hinterlegt ist
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../../images/tabular-feature_set-all-lines.png
2321         scale 70
2322         scaleBeforeRotation
2323         BoundingBox 0bp 6bp 22bp 22bp
2324
2325 \end_inset
2326
2327  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2328 \end_layout
2329
2330 \begin_layout Labeling
2331 \labelwidthstring 00.00.0000
2332 \begin_inset Graphics
2333         filename ../../images/tabular-feature_unset-all-lines.png
2334         scale 70
2335         scaleBeforeRotation
2336         BoundingBox 0bp 6bp 22bp 22bp
2337
2338 \end_inset
2339
2340  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Graphics
2346         filename ../../images/tabular-feature_align-left.png
2347         scale 70
2348         scaleBeforeRotation
2349         BoundingBox 0bp 6bp 22bp 22bp
2350
2351 \end_inset
2352
2353  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Graphics
2359         filename ../../images/tabular-feature_align-center.png
2360         scale 70
2361         scaleBeforeRotation
2362         BoundingBox 0bp 6bp 22bp 22bp
2363
2364 \end_inset
2365
2366  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Graphics
2372         filename ../../images/tabular-feature_align-right.png
2373         scale 70
2374         scaleBeforeRotation
2375         BoundingBox 0bp 6bp 22bp 22bp
2376
2377 \end_inset
2378
2379  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2380 \end_layout
2381
2382 \begin_layout Labeling
2383 \labelwidthstring 00.00.0000
2384 \begin_inset Graphics
2385         filename ../../images/tabular-feature_valign-top.png
2386         scale 70
2387         scaleBeforeRotation
2388         BoundingBox 0bp 6bp 22bp 22bp
2389
2390 \end_inset
2391
2392  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2393 \end_layout
2394
2395 \begin_layout Labeling
2396 \labelwidthstring 00.00.0000
2397 \begin_inset Graphics
2398         filename ../../images/tabular-feature_valign-middle.png
2399         scale 70
2400         scaleBeforeRotation
2401         BoundingBox 0bp 6bp 22bp 22bp
2402
2403 \end_inset
2404
2405  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Graphics
2411         filename ../../images/tabular-feature_valign-bottom.png
2412         scale 70
2413         scaleBeforeRotation
2414         BoundingBox 0bp 6bp 22bp 22bp
2415
2416 \end_inset
2417
2418  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2419 \end_layout
2420
2421 \begin_layout Labeling
2422 \labelwidthstring 00.00.0000
2423 \begin_inset Graphics
2424         filename ../../images/tabular-feature_set-rotate-cell.png
2425         scale 70
2426         scaleBeforeRotation
2427         BoundingBox 0bp 6bp 22bp 22bp
2428
2429 \end_inset
2430
2431  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2432 \end_layout
2433
2434 \begin_layout Labeling
2435 \labelwidthstring 00.00.0000
2436 \begin_inset Graphics
2437         filename ../../images/tabular-feature_set-rotate-tabular.png
2438         scale 70
2439         scaleBeforeRotation
2440         BoundingBox 0bp 6bp 22bp 22bp
2441
2442 \end_inset
2443
2444  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2445 \end_layout
2446
2447 \begin_layout Labeling
2448 \labelwidthstring 00.00.0000
2449 \begin_inset Graphics
2450         filename ../../images/tabular-feature_multicolumn.png
2451         scale 70
2452         scaleBeforeRotation
2453         BoundingBox 0bp 6bp 22bp 22bp
2454
2455 \end_inset
2456
2457  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2458 \end_layout
2459
2460 \begin_layout Standard
2461 \begin_inset Note Greyedout
2462 status open
2463
2464 \begin_layout Plain Layout
2465
2466 \series bold
2467 Bemerkung:
2468 \series default
2469  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2470  Reihe für alle Zelle der Reihe verwendet.
2471 \end_layout
2472
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \begin_layout Section
2479 Bearbeiten-Menü
2480 \begin_inset Index
2481 status collapsed
2482
2483 \begin_layout Plain Layout
2484 Tabellen ! Bearbeiten-Menü
2485 \end_layout
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \begin_layout Standard
2493 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2494  Wenn der Cursor in einer Tabelle steht, sind im 
2495 \family sans
2496 Bearbeiten
2497 \family default
2498 -Menü folgende Punkte aktiviert: 
2499 \family sans
2500 Tabelle
2501 \family default
2502
2503 \family sans
2504 Zeilen
2505 \begin_inset space ~
2506 \end_inset
2507
2508 &
2509 \begin_inset space ~
2510 \end_inset
2511
2512 Spalten
2513 \family default
2514  und 
2515 \family sans
2516 Tabellen-Einstellungen
2517 \family default
2518 .
2519  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2520 ngsmöglichkeiten zu erreichen.
2521 \end_layout
2522
2523 \begin_layout Section
2524 Gleitende Tabellen
2525 \begin_inset CommandInset label
2526 LatexCommand label
2527 name "abs:Gleitende-Tabellen"
2528
2529 \end_inset
2530
2531
2532 \begin_inset Index
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536 Gleitobjekte ! Tabellen
2537 \end_layout
2538
2539 \end_inset
2540
2541
2542 \begin_inset Index
2543 status collapsed
2544
2545 \begin_layout Plain Layout
2546 Tabellen ! gleitende
2547 \end_layout
2548
2549 \end_inset
2550
2551
2552 \end_layout
2553
2554 \begin_layout Standard
2555 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2556 \begin_inset space ~
2557 \end_inset
2558
2559
2560 \begin_inset CommandInset ref
2561 LatexCommand ref
2562 reference "abs:Gleitobjekte-Einleitung"
2563
2564 \end_inset
2565
2566 .
2567 \end_layout
2568
2569 \begin_layout Standard
2570 \begin_inset Float table
2571 placement h
2572 wide false
2573 sideways false
2574 status open
2575
2576 \begin_layout Plain Layout
2577 \begin_inset Caption
2578
2579 \begin_layout Plain Layout
2580 \begin_inset CommandInset label
2581 LatexCommand label
2582 name "tab:a table float"
2583
2584 \end_inset
2585
2586 Eine gleitende Tabelle
2587 \end_layout
2588
2589 \end_inset
2590
2591
2592 \end_layout
2593
2594 \begin_layout Plain Layout
2595 \align center
2596 \begin_inset Tabular
2597 <lyxtabular version="3" rows="3" columns="3">
2598 <features>
2599 <column alignment="center" valignment="top" width="0pt">
2600 <column alignment="center" valignment="top" width="0pt">
2601 <column alignment="center" valignment="top" width="0pt">
2602 <row>
2603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2604 \begin_inset Text
2605
2606 \begin_layout Plain Layout
2607
2608 \family roman
2609 \series medium
2610 \shape up
2611 \size normal
2612 \emph off
2613 \bar no
2614 \noun off
2615 \color none
2616 1
2617 \end_layout
2618
2619 \end_inset
2620 </cell>
2621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2622 \begin_inset Text
2623
2624 \begin_layout Plain Layout
2625
2626 \family roman
2627 \series medium
2628 \shape up
2629 \size normal
2630 \emph off
2631 \bar no
2632 \noun off
2633 \color none
2634 2
2635 \end_layout
2636
2637 \end_inset
2638 </cell>
2639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2640 \begin_inset Text
2641
2642 \begin_layout Plain Layout
2643
2644 \family roman
2645 \series medium
2646 \shape up
2647 \size normal
2648 \emph off
2649 \bar no
2650 \noun off
2651 \color none
2652 3
2653 \end_layout
2654
2655 \end_inset
2656 </cell>
2657 </row>
2658 <row>
2659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Plain Layout
2663
2664 \family roman
2665 \series medium
2666 \shape up
2667 \size normal
2668 \emph off
2669 \bar no
2670 \noun off
2671 \color none
2672 Martin
2673 \end_layout
2674
2675 \end_inset
2676 </cell>
2677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2678 \begin_inset Text
2679
2680 \begin_layout Plain Layout
2681
2682 \family roman
2683 \series medium
2684 \shape up
2685 \size normal
2686 \emph off
2687 \bar no
2688 \noun off
2689 \color none
2690 Lena
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699
2700 \family roman
2701 \series medium
2702 \shape up
2703 \size normal
2704 \emph off
2705 \bar no
2706 \noun off
2707 \color none
2708 Alina
2709 \end_layout
2710
2711 \end_inset
2712 </cell>
2713 </row>
2714 <row>
2715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719
2720 \family roman
2721 \series medium
2722 \shape up
2723 \size normal
2724 \emph off
2725 \bar no
2726 \noun off
2727 \color none
2728 \begin_inset Formula $\int x^{2}dx$
2729 \end_inset
2730
2731
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740
2741 \family roman
2742 \series medium
2743 \shape up
2744 \size normal
2745 \emph off
2746 \bar no
2747 \noun off
2748 \color none
2749 \begin_inset Formula $\left[\begin{array}{cc}
2750 a & b\\
2751 c & d\end{array}\right]$
2752 \end_inset
2753
2754
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \family roman
2765 \series medium
2766 \shape up
2767 \size normal
2768 \emph off
2769 \bar no
2770 \noun off
2771 \color none
2772 \begin_inset Formula $1+1=2$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 </row>
2781 </lyxtabular>
2782
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789
2790
2791 \end_layout
2792
2793 \begin_layout Standard
2794 Gleitende Tabellen können über 
2795 \family sans
2796 Einfügen\SpecialChar \menuseparator
2797 Gleitobjekt\SpecialChar \menuseparator
2798 Tabelle
2799 \family default
2800  oder einen Klick auf den Werkzeugleistenknopf 
2801 \begin_inset Graphics
2802         filename ../../images/float-insert_table.png
2803         scale 70
2804         scaleBeforeRotation
2805         BoundingBox 0bp 6bp 22bp 22bp
2806
2807 \end_inset
2808
2809  erzeugt werden.
2810  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2811  In das rot umrahmte Feld rechts von 
2812 \emph on
2813 Tabelle
2814 \begin_inset space ~
2815 \end_inset
2816
2817 Nr:
2818 \emph default
2819  schreiben Sie die Tabellenbeschriftung.
2820  Nach einem Klick oberhalb oder unterhalb von 
2821 \emph on
2822 Tabelle
2823 \begin_inset space ~
2824 \end_inset
2825
2826 Nr:
2827 \emph default
2828  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2829 \begin_inset Graphics
2830         filename ../../images/tabular-insert.png
2831         scale 70
2832         scaleBeforeRotation
2833         BoundingBox 0bp 6bp 22bp 22bp
2834
2835 \end_inset
2836
2837  oder dem Menü 
2838 \family sans
2839 Einfügen\SpecialChar \menuseparator
2840 Tabelle
2841 \family default
2842  einfügen.
2843 \end_layout
2844
2845 \begin_layout Standard
2846 Tabelle
2847 \begin_inset space ~
2848 \end_inset
2849
2850
2851 \begin_inset CommandInset ref
2852 LatexCommand ref
2853 reference "tab:a table float"
2854
2855 \end_inset
2856
2857  ist ein Beispiel für eine gleitende Tabelle.
2858 \end_layout
2859
2860 \begin_layout Standard
2861 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2862 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2863  Das bedeutet, dass bei den Klassen 
2864 \family sans
2865 article
2866 \family default
2867
2868 \family sans
2869 book
2870 \family default
2871
2872 \family sans
2873 letter
2874 \family default
2875 , und 
2876 \family sans
2877 report
2878 \family default
2879  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2880  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2881 \series bold
2882 caption
2883 \series default
2884
2885 \begin_inset Index
2886 status collapsed
2887
2888 \begin_layout Plain Layout
2889 LaTeX-Pakete ! caption
2890 \end_layout
2891
2892 \end_inset
2893
2894  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2895 \begin_inset Foot
2896 status open
2897
2898 \begin_layout Plain Layout
2899 Näheres finden Sie im Abschnitt
2900 \begin_inset space ~
2901 \end_inset
2902
2903
2904 \begin_inset CommandInset ref
2905 LatexCommand ref
2906 reference "abs:Titel-Platzierung"
2907
2908 \end_inset
2909
2910 .
2911 \end_layout
2912
2913 \end_inset
2914
2915
2916 \end_layout
2917
2918 \begin_layout Standard
2919
2920 \series bold
2921 tableposition=top
2922 \end_layout
2923
2924 \begin_layout Standard
2925 Das Paket 
2926 \series bold
2927 caption
2928 \series default
2929 , das in Abschnitt
2930 \begin_inset space ~
2931 \end_inset
2932
2933
2934 \begin_inset CommandInset ref
2935 LatexCommand ref
2936 reference "abs:Titel-Formatierung"
2937
2938 \end_inset
2939
2940  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2941 \end_layout
2942
2943 \begin_layout Standard
2944 \begin_inset Index
2945 status collapsed
2946
2947 \begin_layout Plain Layout
2948 Tabellen ! zitieren
2949 \end_layout
2950
2951 \end_inset
2952
2953 Auf Tabellen kann über ihre Marke verwiesen werden.
2954  Dafür fügen Sie in der Beschriftung mit 
2955 \family sans
2956 Einfügen\SpecialChar \menuseparator
2957 Marke
2958 \family default
2959  oder durch Klicken auf 
2960 \begin_inset Graphics
2961         filename ../../images/label-insert.png
2962         scale 70
2963         scaleBeforeRotation
2964         BoundingBox 0bp 6bp 20bp 20bp
2965
2966 \end_inset
2967
2968  eine Marke ein.
2969  Auf diese können Sie dann wie gewohnt mit 
2970 \family sans
2971 Einfügen\SpecialChar \menuseparator
2972 Querverweis
2973 \family default
2974  oder durch Klicken auf 
2975 \begin_inset Graphics
2976         filename ../../images/dialog-show-new-inset_ref.png
2977         scale 70
2978         scaleBeforeRotation
2979         BoundingBox 0bp 6bp 22bp 22bp
2980
2981 \end_inset
2982
2983  verweisen.
2984  Verweise werden detailliert in Abschnitt
2985 \begin_inset space ~
2986 \end_inset
2987
2988
2989 \begin_inset CommandInset ref
2990 LatexCommand ref
2991 reference "abs:Auf-Gleitobjekte-verweisen"
2992
2993 \end_inset
2994
2995  beschrieben.
2996 \end_layout
2997
2998 \begin_layout Section
2999 Lange Tabellen
3000 \begin_inset CommandInset label
3001 LatexCommand label
3002 name "abs:Lange-Tabellen"
3003
3004 \end_inset
3005
3006
3007 \begin_inset Index
3008 status collapsed
3009
3010 \begin_layout Plain Layout
3011 Tabellen ! lange
3012 \end_layout
3013
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \begin_layout Standard
3020 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3021  Dialogfenster 
3022 \family sans
3023 Tabellen-Einstellungen
3024 \family default
3025  auf der Karteikarte  
3026 \family sans
3027 Lange
3028 \begin_inset space ~
3029 \end_inset
3030
3031 Tabelle
3032 \family default
3033  die Option 
3034 \family sans
3035 Lange
3036 \begin_inset space ~
3037 \end_inset
3038
3039 Tabelle
3040 \begin_inset space ~
3041 \end_inset
3042
3043 verwenden
3044 \family default
3045  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3046  Außerdem werden weitere Optionen aktiviert, die im 
3047 \emph on
3048 Benutzerhandbuch
3049 \emph default
3050  beschrieben sind.
3051 \end_layout
3052
3053 \begin_layout Standard
3054 Hier ist ein Beispiel einer langen Tabelle:
3055 \end_layout
3056
3057 \begin_layout Standard
3058 \align center
3059 \begin_inset Tabular
3060 <lyxtabular version="3" rows="69" columns="3">
3061 <features islongtable="true">
3062 <column alignment="left" valignment="top" width="0cm">
3063 <column alignment="left" valignment="top" width="0pt">
3064 <column alignment="right" valignment="top" width="0pt">
3065 <row endfirsthead="true">
3066 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070
3071 \series bold
3072 Telefonliste (ignoriere die Namen)
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 </row>
3096 <row endfirsthead="true">
3097 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \series bold
3103 NAME
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \series bold
3123 TEL.
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row endhead="true">
3130 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \series bold
3136 Telefonliste
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row endhead="true">
3161 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \series bold
3167 NAME
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \series bold
3187 TEL.
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 <row endfoot="true">
3194 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \series bold
3200 wird fortgesetzt
3201 \series default
3202  \SpecialChar \ldots{}
3203
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row>
3228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \series bold
3234 Annovi
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243 Silvia
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 111
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \series bold
3265 Bertoli
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274 Stefano
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 111
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row>
3290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \series bold
3296 Bozzi
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 Walter
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 111
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row>
3321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \series bold
3327 Cachia
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 Maria
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 111
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 Cachia
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 Maurizio
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 111
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387
3388 \series bold
3389 Cinquemani
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 Giusi
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 111
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \series bold
3420 Colin
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 Bernard
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 111
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449
3450 \series bold
3451 Concli
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 Gianfranco
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 111
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row>
3476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480
3481 \series bold
3482 Dal Bosco
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 Carolina
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 111
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Dalpiaz
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 Annamaria
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 111
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 Feliciello
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 Domenico
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 111
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row>
3569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573
3574 \series bold
3575 Focarelli
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 Paola
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 111
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Galletti
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Oreste
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Gasparini
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Franca
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Rizzardi
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Paola
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Lassini
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Giancarlo
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Malfatti
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Luciano
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Malfatti
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Valeriano
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Meneguzzo
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Roberto
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Mezzadra
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Roberto
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Pirpamer
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Erich
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Pochiesa
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Paolo
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111, 222
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Radina
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Claudio
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Stuffer
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Oskar
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Tacchelli
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Ugo
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Tezzele
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Margit
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \series bold
4040 Unterkalmsteiner
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 Frieda
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 111
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069
4070 \series bold
4071 Vieider
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 Hilde
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 111
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \series bold
4102 Vigna
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 Jürgen
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 111
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \series bold
4133 Weber
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Maurizio
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 111
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164 Winkler
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 Franz
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 111
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193  
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222
4223 \series bold
4224 Annovi
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 Silvia
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 555
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \series bold
4255 Bertoli
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 Stefano
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 555
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \series bold
4286 Bozzi
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 Walter
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 555
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \series bold
4317 Cachia
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 Maria
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 555
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \series bold
4348 Cachia
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Maurizio
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 555
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Cinquemani
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Giusi
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 555
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Colin
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Bernard
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 555
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439
4440 \series bold
4441 Concli
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 Gianfranco
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 555
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470
4471 \series bold
4472 Dal Bosco
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Carolina
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 555
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501
4502 \series bold
4503 Dalpiaz
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 Annamaria
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 555
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \series bold
4534 Feliciello
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 Domenico
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 555
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563
4564 \series bold
4565 Focarelli
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Paola
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 555
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Galletti
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Oreste
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Gasparini
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Franca
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Rizzardi
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Paola
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Lassini
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Giancarlo
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Malfatti
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Luciano
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Malfatti
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Valeriano
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Meneguzzo
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Roberto
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Mezzadra
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Roberto
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Pirpamer
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Erich
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Pochiesa
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Paolo
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555, 222
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Radina
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Claudio
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Stuffer
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Oskar
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 555
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Tacchelli
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Ugo
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Tezzele
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Margit
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row>
5024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028
5029 \series bold
5030 Unterkalmsteiner
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 Frieda
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 555
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 </row>
5054 <row>
5055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059
5060 \series bold
5061 Vieider
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 Hilde
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 555
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 <row>
5086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090
5091 \series bold
5092 Vigna
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 Jürgen
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 999
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row>
5117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \series bold
5123 Weber
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 Maurizio
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 555
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \series bold
5154 Winkler
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 Franz
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 555
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 </row>
5178 <row endlastfoot="true">
5179 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183
5184 \series bold
5185 Ende
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 </lyxtabular>
5210
5211 \end_inset
5212
5213
5214 \begin_inset ERT
5215 status collapsed
5216
5217 \begin_layout Plain Layout
5218
5219
5220 \backslash
5221 addtocounter{table}{-1}
5222 \end_layout
5223
5224 \end_inset
5225
5226
5227 \begin_inset Note Note
5228 status collapsed
5229
5230 \begin_layout Plain Layout
5231 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5232 \begin_inset space ~
5233 \end_inset
5234
5235
5236 \begin_inset CommandInset ref
5237 LatexCommand ref
5238 reference "uab:Titel-für-lange"
5239
5240 \end_inset
5241
5242
5243 \end_layout
5244
5245 \end_inset
5246
5247
5248 \end_layout
5249
5250 \begin_layout Subsection
5251 Fußnoten in langen Tabellen
5252 \begin_inset CommandInset label
5253 LatexCommand label
5254 name "uab:Fußnoten-in-langen"
5255
5256 \end_inset
5257
5258
5259 \begin_inset Index
5260 status collapsed
5261
5262 \begin_layout Plain Layout
5263 Tabellen ! lange ! Fußnoten
5264 \end_layout
5265
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \begin_layout Standard
5272 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5273  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5274  Tabelle
5275 \begin_inset space ~
5276 \end_inset
5277
5278
5279 \begin_inset CommandInset ref
5280 LatexCommand ref
5281 reference "tab:DiffCaptions"
5282
5283 \end_inset
5284
5285  hat zum Beispiel eine Fußnote.
5286 \end_layout
5287
5288 \begin_layout Subsection
5289 Ausrichtung langer Tabellen
5290 \begin_inset Index
5291 status collapsed
5292
5293 \begin_layout Plain Layout
5294 Tabellen ! lange ! Ausrichtung
5295 \end_layout
5296
5297 \end_inset
5298
5299
5300 \end_layout
5301
5302 \begin_layout Standard
5303 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5304  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5305 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5306  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5307  Längen 
5308 \series bold
5309
5310 \backslash
5311 LTleft 
5312 \series default
5313 und 
5314 \series bold
5315
5316 \backslash
5317 LTright
5318 \series default
5319  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5320  wird:
5321 \end_layout
5322
5323 \begin_layout Standard
5324
5325 \series bold
5326
5327 \backslash
5328 setlength{
5329 \backslash
5330 LTleft}{Wert}
5331 \end_layout
5332
5333 \begin_layout Standard
5334 Wobei der Wert eine der in Tabelle
5335 \begin_inset space ~
5336 \end_inset
5337
5338
5339 \begin_inset CommandInset ref
5340 LatexCommand ref
5341 reference "tab:Maßeinheiten"
5342
5343 \end_inset
5344
5345  aufgelisteten Einheiten haben kann.
5346  
5347 \series bold
5348
5349 \backslash
5350 LTleft
5351 \series default
5352  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5353  
5354 \series bold
5355
5356 \backslash
5357 LTright
5358 \series default
5359  den Abstand von rechts.
5360  Die Voreinstellung für beide Werte ist 
5361 \series bold
5362
5363 \backslash
5364 fill
5365 \series default
5366 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5367  in LyX ist.
5368 \end_layout
5369
5370 \begin_layout Standard
5371 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5372 \series bold
5373
5374 \backslash
5375 LTleft
5376 \series default
5377  auf den Wert 0
5378 \begin_inset space \thinspace{}
5379 \end_inset
5380
5381 pt gesetzt wurde.
5382 \begin_inset ERT
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386
5387
5388 \backslash
5389 setlength{
5390 \backslash
5391 LTleft}{0pt}
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \end_layout
5398
5399 \begin_layout Standard
5400 \begin_inset Tabular
5401 <lyxtabular version="3" rows="5" columns="5">
5402 <features islongtable="true">
5403 <column alignment="center" valignment="top" width="0">
5404 <column alignment="center" valignment="top" width="0">
5405 <column alignment="center" valignment="top" width="0">
5406 <column alignment="center" valignment="top" width="0">
5407 <column alignment="center" valignment="top" width="0">
5408 <row>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 1
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 2
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 3
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 4
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 5
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 </row>
5455 <row>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 asd
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 s
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 s
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 s
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 asd
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 </row>
5502 <row>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 asd
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 s
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 s
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 s
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 asd
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 <row>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 asd
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 s
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 s
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 s
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 asd
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 </row>
5596 <row>
5597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 asd
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 asd
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 asd
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 asd
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 </row>
5643 </lyxtabular>
5644
5645 \end_inset
5646
5647
5648 \begin_inset ERT
5649 status collapsed
5650
5651 \begin_layout Plain Layout
5652
5653
5654 \backslash
5655 setlength{
5656 \backslash
5657 LTleft}{
5658 \backslash
5659 fill}
5660 \end_layout
5661
5662 \end_inset
5663
5664
5665 \end_layout
5666
5667 \begin_layout Subsection
5668 Beschriftungen langer Tabellen
5669 \begin_inset Index
5670 status collapsed
5671
5672 \begin_layout Plain Layout
5673 Tabellen ! lange ! Titel
5674 \end_layout
5675
5676 \end_inset
5677
5678
5679 \begin_inset CommandInset label
5680 LatexCommand label
5681 name "uab:Titel-für-lange"
5682
5683 \end_inset
5684
5685
5686 \end_layout
5687
5688 \begin_layout Standard
5689 Eine 
5690 \family sans
5691 lange
5692 \begin_inset space ~
5693 \end_inset
5694
5695 Tabelle
5696 \family default
5697  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5698  Seite gedruckt werden können.
5699  Aber die 
5700 \family sans
5701 Legende
5702 \family default
5703 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5704 \end_layout
5705
5706 \begin_layout Standard
5707 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5708 \end_layout
5709
5710 \begin_layout Enumerate
5711 Erstellen Sie eine 
5712 \family sans
5713 lange
5714 \begin_inset space ~
5715 \end_inset
5716
5717 Tabelle
5718 \family default
5719 .
5720 \end_layout
5721
5722 \begin_layout Enumerate
5723 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5724 \end_layout
5725
5726 \begin_layout Enumerate
5727 Fügen Sie 
5728 \family sans
5729 mit Einfügen\SpecialChar \menuseparator
5730 Legende
5731 \family default
5732  eine Beschriftung in die erste Tabellenzelle.
5733  Sie können auch noch einen Kurztitel hinzufügen, 
5734 \family sans
5735 Einfügen\SpecialChar \menuseparator
5736 Kurztitel
5737 \family default
5738 .
5739 \end_layout
5740
5741 \begin_layout Enumerate
5742 Fügen Sie hinter dem Titel 
5743 \series bold
5744
5745 \begin_inset Quotes gld
5746 \end_inset
5747
5748
5749 \backslash
5750
5751 \backslash
5752 %
5753 \series default
5754
5755 \begin_inset Quotes grd
5756 \end_inset
5757
5758  als TeX-Code ein.
5759 \end_layout
5760
5761 \begin_layout Standard
5762 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5763  gedruckt.
5764  Die Zeichen 
5765 \series bold
5766
5767 \begin_inset Quotes gld
5768 \end_inset
5769
5770
5771 \backslash
5772
5773 \backslash
5774 %
5775 \series default
5776
5777 \begin_inset Quotes grd
5778 \end_inset
5779
5780  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5781  weg.
5782  Die erste Tabellenzeile ist damit nur ein Platzhalter für die Beschriftung,
5783  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5784 \end_layout
5785
5786 \begin_layout Standard
5787 Hier ist eine kleine 
5788 \family sans
5789 lange
5790 \begin_inset space ~
5791 \end_inset
5792
5793 Tabelle
5794 \family default
5795 , die zeigt, wie das funktioniert:
5796 \end_layout
5797
5798 \begin_layout Standard
5799 \begin_inset Tabular
5800 <lyxtabular version="3" rows="6" columns="5">
5801 <features islongtable="true">
5802 <column alignment="center" valignment="top" width="0">
5803 <column alignment="center" valignment="top" width="0">
5804 <column alignment="center" valignment="top" width="0">
5805 <column alignment="center" valignment="top" width="0">
5806 <column alignment="center" valignment="top" width="0">
5807 <row caption="true">
5808 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Caption
5813
5814 \begin_layout Plain Layout
5815 Eine 
5816 \family sans
5817 lange
5818 \begin_inset space ~
5819 \end_inset
5820
5821 Tabelle
5822 \family default
5823  mit Titel
5824 \begin_inset OptArg
5825 status open
5826
5827 \begin_layout Plain Layout
5828 Lange Tabelle
5829 \end_layout
5830
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 </row>
5880 <row>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 1
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 2
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 3
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 4
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 5
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 asd
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 s
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 s
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 asd
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 <row>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 asd
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 s
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 s
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 s
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 </row>
6021 <row>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 asd
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 s
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 s
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 asd
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 asd
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 asd
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 </lyxtabular>
6116
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \begin_layout Standard
6123 \begin_inset VSpace medskip
6124 \end_inset
6125
6126
6127 \begin_inset Note Greyedout
6128 status open
6129
6130 \begin_layout Plain Layout
6131
6132 \series bold
6133 Bemerkung
6134 \begin_inset space ~
6135 \end_inset
6136
6137 1:
6138 \series default
6139  Die Tabellennummer wird für jede 
6140 \family sans
6141 lange
6142 \begin_inset space ~
6143 \end_inset
6144
6145 Tabelle
6146 \family default
6147  erhöht, auch wenn Sie keinen Titel vergeben.
6148  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6149 \begin_inset space ~
6150 \end_inset
6151
6152 2.4 auf Tabelle
6153 \begin_inset space ~
6154 \end_inset
6155
6156 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6157 \family sans
6158  lange
6159 \begin_inset space ~
6160 \end_inset
6161
6162 Tabellen
6163 \family default
6164  ohne Titel sind.
6165  Um das zu vermeiden, können Sie hinter jede 
6166 \family sans
6167 lange
6168 \begin_inset space ~
6169 \end_inset
6170
6171 Tabelle
6172 \family default
6173  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6174 \end_layout
6175
6176 \begin_layout Plain Layout
6177
6178 \series bold
6179
6180 \backslash
6181 addtocounter{table}{-1}
6182 \end_layout
6183
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \begin_layout Standard
6190 \begin_inset Note Greyedout
6191 status open
6192
6193 \begin_layout Plain Layout
6194
6195 \series bold
6196 Bemerkung
6197 \begin_inset space ~
6198 \end_inset
6199
6200 2:
6201 \series default
6202  Wenn Sie das LaTeX-Paket 
6203 \series bold
6204 hyperref
6205 \series default
6206
6207 \begin_inset Index
6208 status collapsed
6209
6210 \begin_layout Plain Layout
6211 LaTeX-Pakete ! hyperref
6212 \end_layout
6213
6214 \end_inset
6215
6216  für Querverweise benutzen, wird der Verweis auf eine 
6217 \family sans
6218 lange
6219 \begin_inset space ~
6220 \end_inset
6221
6222 Tabelle
6223 \family default
6224  immer auf den Anfang des Dokuments zeigen.
6225 \end_layout
6226
6227 \end_inset
6228
6229
6230 \begin_inset Newpage newpage
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \begin_layout Subsubsection
6237 Querverweise auf 
6238 \family sans
6239 lange
6240 \begin_inset space ~
6241 \end_inset
6242
6243 Tabelle
6244 \family default
6245 n
6246 \begin_inset Index
6247 status collapsed
6248
6249 \begin_layout Plain Layout
6250 Tabellen ! lange ! Querverweis
6251 \end_layout
6252
6253 \end_inset
6254
6255
6256 \end_layout
6257
6258 \begin_layout Standard
6259 \begin_inset Tabular
6260 <lyxtabular version="3" rows="6" columns="5">
6261 <features islongtable="true">
6262 <column alignment="center" valignment="top" width="0">
6263 <column alignment="center" valignment="top" width="0">
6264 <column alignment="center" valignment="top" width="0">
6265 <column alignment="center" valignment="top" width="0">
6266 <column alignment="center" valignment="top" width="0">
6267 <row caption="true">
6268 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 \begin_inset Caption
6273
6274 \begin_layout Plain Layout
6275
6276 \family sans
6277 Lange
6278 \begin_inset space ~
6279 \end_inset
6280
6281 Tabelle
6282 \family default
6283  mit Marke
6284 \begin_inset CommandInset label
6285 LatexCommand label
6286 name "tab:LangeTabelle-mit-Marke"
6287
6288 \end_inset
6289
6290
6291 \end_layout
6292
6293 \end_inset
6294
6295
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 <row>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 1
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 2
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 3
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 4
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 5
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 </row>
6384 <row>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 asd
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 s
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 s
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 asd
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 </row>
6431 <row>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 asd
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 s
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 s
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 s
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 asd
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 </row>
6478 <row>
6479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 asd
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 s
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 s
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 s
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 asd
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 </row>
6525 <row>
6526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530 asd
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 sad
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 asd
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 asd
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 asd
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 </row>
6572 </lyxtabular>
6573
6574 \end_inset
6575
6576
6577 \end_layout
6578
6579 \begin_layout Standard
6580 Damit auf eine 
6581 \family sans
6582 lange
6583 \begin_inset space ~
6584 \end_inset
6585
6586 Tabelle
6587 \family default
6588  verwiesen werden kann, müssen Sie eine 
6589 \family sans
6590 Marke
6591 \family default
6592  im Titel einfügen.
6593  Beachten Sie dabei, dass Sie 
6594 \emph on
6595
6596 \begin_inset Quotes gld
6597 \end_inset
6598
6599 tab:
6600 \emph default
6601
6602 \begin_inset Quotes grd
6603 \end_inset
6604
6605  selber ins Markenfeld schreiben müssen.
6606 \end_layout
6607
6608 \begin_layout Standard
6609 Dies ist ein Verweis auf Tabelle
6610 \begin_inset space ~
6611 \end_inset
6612
6613
6614 \begin_inset CommandInset ref
6615 LatexCommand ref
6616 reference "tab:LangeTabelle-mit-Marke"
6617
6618 \end_inset
6619
6620 .
6621 \end_layout
6622
6623 \begin_layout Standard
6624 Mit dem LaTeX-Paket 
6625 \series bold
6626 caption
6627 \series default
6628
6629 \begin_inset Index
6630 status collapsed
6631
6632 \begin_layout Plain Layout
6633 LaTeX-Pakete ! caption
6634 \end_layout
6635
6636 \end_inset
6637
6638 , siehe Abschnitt
6639 \begin_inset space ~
6640 \end_inset
6641
6642
6643 \begin_inset CommandInset ref
6644 LatexCommand ref
6645 reference "abs:Titel-Formatierung"
6646
6647 \end_inset
6648
6649 , können Sie alle anderen 
6650 \family sans
6651 Legende
6652 \family default
6653 -Optionen benutzen.
6654 \end_layout
6655
6656 \begin_layout Subsubsection
6657 Titelbreite
6658 \begin_inset Index
6659 status collapsed
6660
6661 \begin_layout Plain Layout
6662 Tabellen ! lange ! Beschriftungsbreite
6663 \end_layout
6664
6665 \end_inset
6666
6667
6668 \end_layout
6669
6670 \begin_layout Standard
6671 Die maximale Titelbreite wird durch die Variable 
6672 \series bold
6673
6674 \backslash
6675 LTcapwidth
6676 \series default
6677  definiert.
6678  Ihr Standardwert ist 4
6679 \begin_inset space \thinspace{}
6680 \end_inset
6681
6682 Zoll (
6683 \begin_inset Formula $\approx10$
6684 \end_inset
6685
6686
6687 \begin_inset space \thinspace{}
6688 \end_inset
6689
6690 cm).
6691  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6692  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6693 \end_layout
6694
6695 \begin_layout Standard
6696
6697 \series bold
6698
6699 \backslash
6700 setlength{
6701 \backslash
6702 LTcapwidth}{Breite}
6703 \end_layout
6704
6705 \begin_layout Standard
6706 wobei 
6707 \family typewriter
6708 Breite
6709 \family default
6710  eine der in Anhang
6711 \begin_inset space ~
6712 \end_inset
6713
6714
6715 \begin_inset CommandInset ref
6716 LatexCommand ref
6717 reference "kap:In-LyX-verfügbare"
6718
6719 \end_inset
6720
6721  aufgelisteten Einheiten haben kann.
6722 \end_layout
6723
6724 \begin_layout Standard
6725 Die beiden folgenden Tabellen zeigen den Unterschied:
6726 \end_layout
6727
6728 \begin_layout Standard
6729 \begin_inset Tabular
6730 <lyxtabular version="3" rows="6" columns="5">
6731 <features islongtable="true">
6732 <column alignment="center" valignment="top" width="0">
6733 <column alignment="center" valignment="top" width="0">
6734 <column alignment="center" valignment="top" width="0">
6735 <column alignment="center" valignment="top" width="0">
6736 <column alignment="center" valignment="top" width="0">
6737 <row caption="true">
6738 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 \begin_inset Caption
6743
6744 \begin_layout Plain Layout
6745 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6746 \begin_inset OptArg
6747 status open
6748
6749 \begin_layout Plain Layout
6750 Titel mit Standardbreite
6751 \end_layout
6752
6753 \end_inset
6754
6755
6756 \end_layout
6757
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 </row>
6802 <row>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 1
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 2
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 3
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 4
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 5
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 </row>
6849 <row>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 asd
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 s
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 s
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 s
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 asd
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 </row>
6896 <row>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 asd
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 s
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 s
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 s
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 asd
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 </row>
6943 <row>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 asd
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 s
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 s
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 s
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 asd
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 </row>
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 asd
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 sad
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 asd
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 asd
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 asd
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 </row>
7037 </lyxtabular>
7038
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \begin_layout Standard
7045 \begin_inset ERT
7046 status collapsed
7047
7048 \begin_layout Plain Layout
7049
7050
7051 \backslash
7052 setlength{
7053 \backslash
7054 LTcapwidth}{5cm}
7055 \end_layout
7056
7057 \end_inset
7058
7059
7060 \begin_inset Tabular
7061 <lyxtabular version="3" rows="6" columns="5">
7062 <features islongtable="true">
7063 <column alignment="center" valignment="top" width="0">
7064 <column alignment="center" valignment="top" width="0">
7065 <column alignment="center" valignment="top" width="0">
7066 <column alignment="center" valignment="top" width="0">
7067 <column alignment="center" valignment="top" width="0">
7068 <row caption="true">
7069 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 \begin_inset Caption
7074
7075 \begin_layout Plain Layout
7076 Langer Titel mit 5
7077 \begin_inset space \thinspace{}
7078 \end_inset
7079
7080 cm Breite, Langer Titel mit 5
7081 \begin_inset space \thinspace{}
7082 \end_inset
7083
7084 cm Breite
7085 \begin_inset OptArg
7086 status open
7087
7088 \begin_layout Plain Layout
7089 Titel mit 5
7090 \begin_inset space \thinspace{}
7091 \end_inset
7092
7093 cm Breite
7094 \end_layout
7095
7096 \end_inset
7097
7098
7099 \end_layout
7100
7101 \end_inset
7102
7103
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 </row>
7145 <row>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 1
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 2
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 3
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 4
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 5
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 </row>
7192 <row>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 asd
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 s
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 s
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 s
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 asd
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 </row>
7239 <row>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 asd
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 s
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 s
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 asd
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 </row>
7286 <row>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 asd
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 s
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 s
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 s
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 asd
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 </row>
7333 <row>
7334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 asd
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 sad
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 asd
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 asd
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 asd
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 </row>
7380 </lyxtabular>
7381
7382 \end_inset
7383
7384
7385 \begin_inset ERT
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389
7390
7391 \backslash
7392 setlength{
7393 \backslash
7394 LTcapwidth}{4in}
7395 \end_layout
7396
7397 \end_inset
7398
7399
7400 \begin_inset Note Note
7401 status collapsed
7402
7403 \begin_layout Plain Layout
7404 Beschriftungsbreite zurücksetzen
7405 \end_layout
7406
7407 \end_inset
7408
7409
7410 \end_layout
7411
7412 \begin_layout Standard
7413 \begin_inset Note Greyedout
7414 status open
7415
7416 \begin_layout Plain Layout
7417
7418 \series bold
7419 Achtung:
7420 \series default
7421  Wenn das LaTeX-Paket 
7422 \series bold
7423 caption
7424 \series default
7425
7426 \begin_inset Index
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430 LaTeX-Pakete ! caption
7431 \end_layout
7432
7433 \end_inset
7434
7435  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7436  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7437  4
7438 \begin_inset space \thinspace{}
7439 \end_inset
7440
7441 Zoll für 
7442 \series bold
7443
7444 \backslash
7445 LTcapwidth
7446 \series default
7447  benutzen.
7448  Um in diesem Fall eine genau 4
7449 \begin_inset space \thinspace{}
7450 \end_inset
7451
7452 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7453  4
7454 \begin_inset space \thinspace{}
7455 \end_inset
7456
7457 Zoll veränderten Wert wie z.
7458 \begin_inset space \thinspace{}
7459 \end_inset
7460
7461 B.
7462  3.99
7463 \begin_inset space \thinspace{}
7464 \end_inset
7465
7466 Zoll verwenden oder den LaTeX-Befehl 
7467 \series bold
7468
7469 \backslash
7470 captionsetup{width=Wert}
7471 \series default
7472  benutzen, der vom 
7473 \series bold
7474 caption
7475 \series default
7476 -Paket bereitgestellt wird.
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \end_layout
7483
7484 \begin_layout Subsubsection
7485 Unterschiedliche Titel für Tabellenseiten
7486 \begin_inset Index
7487 status collapsed
7488
7489 \begin_layout Plain Layout
7490 Tabellen ! lange ! mehrere Titel
7491 \end_layout
7492
7493 \end_inset
7494
7495
7496 \end_layout
7497
7498 \begin_layout Standard
7499 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7500  die erste, müssen Sie eine 
7501 \family sans
7502 Legende
7503 \family default
7504  mit einem nicht-leeren 
7505 \family sans
7506 Kurztitel
7507 \family default
7508  in eine leere Legende-Zeile, die als 
7509 \family sans
7510 Erste
7511 \begin_inset space ~
7512 \end_inset
7513
7514 Kopfzeile
7515 \family default
7516  definiert wurde, einfügen.
7517  Der Titel für die anderen Tabellenseiten wird als 
7518 \family sans
7519 Legende
7520 \family default
7521  ohne 
7522 \family sans
7523 Kurztitel
7524 \family default
7525  in eine leere Legende-Zeile, die als 
7526 \family sans
7527 Kopfzeile
7528 \family default
7529  definiert wurde, eingefügt.
7530  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7531  Befehl
7532 \end_layout
7533
7534 \begin_layout Standard
7535
7536 \series bold
7537
7538 \backslash
7539 caption*{caption text}
7540 \end_layout
7541
7542 \begin_layout Standard
7543 anstatt der 
7544 \family sans
7545 Legende
7546 \family default
7547 -Umgebung von LyX benutzen.
7548  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7549  den Titel der 
7550 \family sans
7551 Ersten
7552 \begin_inset space ~
7553 \end_inset
7554
7555 Kopfzeile
7556 \family default
7557  eingefügt werden.
7558  Tabelle
7559 \begin_inset space ~
7560 \end_inset
7561
7562
7563 \begin_inset CommandInset ref
7564 LatexCommand ref
7565 reference "tab:DiffCaptions"
7566
7567 \end_inset
7568
7569  ist ein Beispiel für eine 
7570 \family sans
7571 lange
7572 \begin_inset space ~
7573 \end_inset
7574
7575 Tabelle
7576 \family default
7577  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7578 \end_layout
7579
7580 \begin_layout Standard
7581 \align center
7582 \begin_inset Tabular
7583 <lyxtabular version="3" rows="60" columns="3">
7584 <features islongtable="true">
7585 <column alignment="left" valignment="top" width="0cm">
7586 <column alignment="left" valignment="top" width="0pt">
7587 <column alignment="right" valignment="top" width="0pt">
7588 <row endfirsthead="true" caption="true">
7589 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 \begin_inset Caption
7594
7595 \begin_layout Plain Layout
7596 Telefonliste
7597 \begin_inset CommandInset label
7598 LatexCommand label
7599 name "tab:DiffCaptions"
7600
7601 \end_inset
7602
7603
7604 \begin_inset OptArg
7605 status collapsed
7606
7607 \begin_layout Plain Layout
7608 Telefonliste
7609 \end_layout
7610
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row endfirsthead="true">
7643 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \series bold
7649 Telefonliste (ignoriere die Namen)
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row endfirsthead="true">
7674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \series bold
7680 NAME
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \series bold
7700 TEL.
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row endhead="true" caption="true">
7707 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 \begin_inset ERT
7712 status open
7713
7714 \begin_layout Plain Layout
7715
7716
7717 \backslash
7718 caption*{Fortsetzung der Telefonliste}
7719 \backslash
7720
7721 \backslash
7722 %
7723 \end_layout
7724
7725 \end_inset
7726
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 </row>
7751 <row endhead="true">
7752 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756
7757 \series bold
7758 Telefonliste
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 </row>
7782 <row endhead="true">
7783 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \series bold
7789 NAME
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \series bold
7809 TEL.
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row endfoot="true">
7816 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820 wird fortgesetzt\SpecialChar \ldots{}
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row>
7846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \series bold
7852 Annovi
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 Silvia
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 111
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 <row>
7877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \series bold
7883 Bertoli
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892 Stefano
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 111
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 </row>
7907 <row>
7908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \series bold
7914 Bozzi
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 Walter
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 111
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \series bold
7945 Cachia
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 Maria
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 111
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \series bold
7976 Cachia
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 Maurizio
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 111
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row>
8001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \series bold
8007 Cinquemani
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 Giusi
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 111
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 </row>
8031 <row>
8032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \series bold
8038 Colin
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 Bernard
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 111
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 <row>
8063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \series bold
8069 Concli
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 Gianfranco
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 111
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 <row>
8094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \series bold
8100 Dal Bosco
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 Carolina
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 111
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \series bold
8131 Dalpiaz
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 Annamaria
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 111
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \series bold
8162 Feliciello
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 Domenico
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 111
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \series bold
8193 Focarelli
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Paola
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 111
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \series bold
8224 Galletti
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 Oreste
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 111
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \series bold
8255 Gasparini
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 Franca
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 111
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \series bold
8286 Rizzardi
8287 \series default
8288
8289 \begin_inset Foot
8290 status open
8291
8292 \begin_layout Plain Layout
8293 Beispielfußnote
8294 \end_layout
8295
8296 \end_inset
8297
8298
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 Paola
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 111
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \series bold
8329 Lassini
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Giancarlo
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 111
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \series bold
8360 Malfatti
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 Luciano
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 111
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Malfatti
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 Valeriano
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 111
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \series bold
8422 Meneguzzo
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 Roberto
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 111
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Mezzadra
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Roberto
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 111
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Pirpamer
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Erich
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 111
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Pochiesa
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 Paolo
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 111, 222
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \series bold
8546 Radina
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Claudio
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 111
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Stuffer
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Oskar
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 111
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Tacchelli
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Ugo
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 111
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Tezzele
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Margit
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 111
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Unterkalmsteiner
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Frieda
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 111
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Vieider
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Hilde
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 111
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Vigna
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Jürgen
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 111
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Weber
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Maurizio
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 111
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Winkler
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Franz
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 111
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823  
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \series bold
8854 Annovi
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 Silvia
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 555
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883
8884 \series bold
8885 Bertoli
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Stefano
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 555
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \series bold
8916 Bozzi
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Walter
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 555
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \series bold
8947 Cachia
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 Maria
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 555
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 </row>
8971 <row>
8972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978 Cachia
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 Maurizio
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 555
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007
9008 \series bold
9009 Cinquemani
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 Giusi
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 555
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038
9039 \series bold
9040 Colin
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 Bernard
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 555
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row>
9065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069
9070 \series bold
9071 Concli
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 Gianfranco
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 555
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 <row>
9096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \series bold
9102 Dal Bosco
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 Carolina
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 555
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \series bold
9133 Dalpiaz
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 Annamaria
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 555
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \series bold
9164 Feliciello
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 Domenico
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 555
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row>
9189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193
9194 \series bold
9195 Focarelli
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 Paola
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 555
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \series bold
9226 Galletti
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 Oreste
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 555
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 </row>
9250 <row>
9251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255
9256 \series bold
9257 Gasparini
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 Franca
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 555
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row>
9282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \series bold
9288 Rizzardi
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 Paola
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 555
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 <row>
9313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317
9318 \series bold
9319 Lassini
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 Giancarlo
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 555
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \series bold
9350 Malfatti
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 Luciano
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 555
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \series bold
9381 Malfatti
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 Valeriano
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 555
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \series bold
9412 Meneguzzo
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 Roberto
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 555
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 <row>
9437 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441
9442 \series bold
9443 Mezzadra
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452 Roberto
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 555
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row endlastfoot="true">
9468 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 </lyxtabular>
9497
9498 \end_inset
9499
9500
9501 \end_layout
9502
9503 \begin_layout Section
9504 Weitere Möglichkeiten für 
9505 \family sans
9506 lange Tabelle
9507 \family default
9508 n
9509 \begin_inset CommandInset label
9510 LatexCommand label
9511 name "abs:Special-Longtable-Issues"
9512
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Subsection
9519 L
9520 \family sans
9521 ange Tabelle
9522 \family default
9523 n: Berechnung
9524 \begin_inset Index
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528 Tabellen ! lange ! Berechnung
9529 \end_layout
9530
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \begin_layout Standard
9537 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9538  sogenannten 
9539 \emph on
9540 chunks
9541 \emph default
9542  (Brocken).
9543  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9544  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9545  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9546  das die Druckausgabe.
9547  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9548  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9549  einfügen:
9550 \end_layout
9551
9552 \begin_layout Standard
9553
9554 \series bold
9555
9556 \backslash
9557 setcounter{LTchunksize}{100}
9558 \end_layout
9559
9560 \begin_layout Subsection
9561 Gleitobjekte und L
9562 \family sans
9563 ange Tabelle
9564 \family default
9565 n
9566 \begin_inset Index
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570 Tabellen ! lange ! und Gleitobjekte
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Standard
9579 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9580 \family sans
9581 lange
9582 \begin_inset space ~
9583 \end_inset
9584
9585 Tabelle
9586 \family default
9587  beginnt, ein Gleitobjekt befindet.
9588  Um das zu vermeiden, können Sie vor der 
9589 \family sans
9590 langen
9591 \begin_inset space ~
9592 \end_inset
9593
9594 Tabellen
9595 \family default
9596  einen manuellen Seitenumbruch
9597 \family sans
9598  Einfügen\SpecialChar \menuseparator
9599 Formatierung\SpecialChar \menuseparator
9600 [Doppel]Seite
9601 \begin_inset space \space{}
9602 \end_inset
9603
9604 leeren
9605 \family default
9606  einfügen, siehe 
9607 \emph on
9608 Benutzerhandbuch
9609 \emph default
9610 .
9611 \end_layout
9612
9613 \begin_layout Subsection
9614 Manuelle Seitenumbrüche
9615 \begin_inset Index
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619 Tabellen ! lange ! manueller Seitenumbruch
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \begin_layout Standard
9628 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9629  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9630  der Zelle umbrechen wollen, fügen Sie den Befehl  
9631 \begin_inset Quotes gld
9632 \end_inset
9633
9634
9635 \series bold
9636
9637 \backslash
9638
9639 \backslash
9640
9641 \series default
9642
9643 \begin_inset Quotes grd
9644 \end_inset
9645
9646  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9647  werden soll.
9648  Vor dem 
9649 \begin_inset Quotes gld
9650 \end_inset
9651
9652
9653 \series bold
9654
9655 \backslash
9656
9657 \backslash
9658
9659 \series default
9660
9661 \begin_inset Quotes grd
9662 \end_inset
9663
9664 -Befehl müssen Sie so viele 
9665 \begin_inset Quotes gld
9666 \end_inset
9667
9668
9669 \series bold
9670 &
9671 \series default
9672
9673 \begin_inset Quotes grd
9674 \end_inset
9675
9676  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9677  Mit 
9678 \begin_inset Quotes gld
9679 \end_inset
9680
9681
9682 \series bold
9683 &
9684 \series default
9685
9686 \begin_inset Quotes grd
9687 \end_inset
9688
9689   werden in LaTeX Tabellenzellen getrennt.
9690  Hinter jedes 
9691 \begin_inset Quotes gld
9692 \end_inset
9693
9694
9695 \series bold
9696 &
9697 \series default
9698
9699 \begin_inset Quotes grd
9700 \end_inset
9701
9702  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9703  und löschen den Inhalt dieser Zellen.
9704 \end_layout
9705
9706 \begin_layout Standard
9707 Hinter dem 
9708 \begin_inset Quotes gld
9709 \end_inset
9710
9711
9712 \series bold
9713
9714 \backslash
9715
9716 \backslash
9717
9718 \series default
9719
9720 \begin_inset Quotes grd
9721 \end_inset
9722
9723 -Befehl müssen Sie so viele 
9724 \begin_inset Quotes gld
9725 \end_inset
9726
9727
9728 \series bold
9729 &
9730 \series default
9731
9732 \begin_inset Quotes grd
9733 \end_inset
9734
9735  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9736  In Tabelle
9737 \begin_inset space ~
9738 \end_inset
9739
9740
9741 \begin_inset CommandInset ref
9742 LatexCommand ref
9743 reference "tab:ForcedPagebreak"
9744
9745 \end_inset
9746
9747  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9748  Es folgt noch eine weitere Spalte.
9749  Deshalb wurde hinter dem Wort 
9750 \emph on
9751 Castelchiodato, 
9752 \emph default
9753 folgendes eingefügt:
9754 \end_layout
9755
9756 \begin_layout Standard
9757
9758 \series bold
9759 & 111
9760 \backslash
9761
9762 \backslash
9763
9764 \begin_inset Newline newline
9765 \end_inset
9766
9767 &
9768 \end_layout
9769
9770 \begin_layout Standard
9771 Die 
9772 \begin_inset Quotes gld
9773 \end_inset
9774
9775 111
9776 \begin_inset Quotes grd
9777 \end_inset
9778
9779  in der dritten Spalte wurde gelöscht.
9780  Wenn die Fußzeile Ihrer 
9781 \family sans
9782 langen
9783 \begin_inset space ~
9784 \end_inset
9785
9786 Tabelle
9787 \family default
9788  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9789  Befehle benutzen:
9790 \end_layout
9791
9792 \begin_layout Standard
9793
9794 \series bold
9795 & 111
9796 \backslash
9797
9798 \backslash
9799
9800 \begin_inset Newline newline
9801 \end_inset
9802
9803
9804 \backslash
9805 hline &
9806 \end_layout
9807
9808 \begin_layout Standard
9809 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9810  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9811 \end_layout
9812
9813 \begin_layout Standard
9814
9815 \series bold
9816
9817 \backslash
9818 setlength{
9819 \backslash
9820 parfillskip}{0pt}
9821 \end_layout
9822
9823 \begin_layout Standard
9824 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9825  erscheint.
9826 \end_layout
9827
9828 \begin_layout Standard
9829 \align center
9830 \begin_inset Tabular
9831 <lyxtabular version="3" rows="39" columns="3">
9832 <features islongtable="true">
9833 <column alignment="left" valignment="top" width="0cm">
9834 <column alignment="left" valignment="top" width="3cm">
9835 <column alignment="right" valignment="top" width="0pt">
9836 <row endfirsthead="true" caption="true">
9837 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841 \begin_inset Caption
9842
9843 \begin_layout Plain Layout
9844 Tabelle mit manuellem Seitenumbruch in einer Zelle
9845 \begin_inset CommandInset label
9846 LatexCommand label
9847 name "tab:ForcedPagebreak"
9848
9849 \end_inset
9850
9851
9852 \begin_inset OptArg
9853 status collapsed
9854
9855 \begin_layout Plain Layout
9856 Tabelle mit manuellem Seitenumbruch in einer Zelle
9857 \end_layout
9858
9859 \end_inset
9860
9861
9862 \end_layout
9863
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row endfirsthead="true">
9891 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 Telefonliste (ignoriere die Namen)
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row endfirsthead="true">
9922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 NAME
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \series bold
9948 TEL.
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row endhead="true" caption="true">
9955 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 \begin_inset ERT
9960 status collapsed
9961
9962 \begin_layout Plain Layout
9963
9964
9965 \backslash
9966 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9967 \backslash
9968
9969 \backslash
9970 %
9971 \end_layout
9972
9973 \end_inset
9974
9975
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row endhead="true">
10000 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 Telefonliste
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row endhead="true">
10031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037 NAME
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \series bold
10057 TEL.
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row endfoot="true">
10064 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 wird fortgesetzt\SpecialChar \ldots{}
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 </row>
10093 <row>
10094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \series bold
10100 Annovi
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 Silvia
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 111
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Bertoli
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Stefano
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Bozzi
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Walter
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Cachia
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Maria
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Cachia
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Maurizio
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 111
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Cinquemani
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Giusi
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Colin
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Bernard
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Concli
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Gianfranco
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Dal Bosco
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Carolina
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Dalpiaz
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Annamaria
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Feliciello
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Domenico
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Focarelli
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Paola
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Galletti
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Oreste
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Gasparini
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Franca
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Lassini
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Giancarlo
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Malfatti
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Luciano
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Malfatti
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Valeriano
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Meneguzzo
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Roberto
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Mezzadra
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Roberto
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Pirpamer
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Erich
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 111
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720 Pochiesa
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Paolo
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 111, 222
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Radina
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Claudio
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782 Rizzardi
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 Paolo, 11.
10792  Fürst von Monte\SpecialChar \-
10793 com\SpecialChar \-
10794 patri, 11.
10795  Fürst von Sulmona und Vivaro, 10.
10796  Fürst von Rossano, 5.
10797  Herzog von Canemorte, 11.
10798  Herzog von Palombara, 5.
10799  Herzog von Castelchiodato,
10800 \begin_inset ERT
10801 status open
10802
10803 \begin_layout Plain Layout
10804
10805 & 111
10806 \backslash
10807
10808 \backslash
10809
10810 \end_layout
10811
10812 \begin_layout Plain Layout
10813
10814 &
10815 \end_layout
10816
10817 \end_inset
10818
10819  11.
10820  Herzog von Poggionativo, 11.
10821  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10822  Graf von Valinfreda, 11.
10823  Baron von Cropalati, 11.
10824  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \series bold
10846 Stuffer
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 Oskar
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 111
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Tacchelli
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Ugo
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Tezzele
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Margit
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Unterkalmsteiner
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Frieda
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Vieider
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Hilde
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Vigna
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Jürgen
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Weber
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Maurizio
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 111
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \series bold
11063 Winkler
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Franz
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 111
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row endlastfoot="true">
11088 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 </lyxtabular>
11117
11118 \end_inset
11119
11120
11121 \end_layout
11122
11123 \begin_layout Section
11124 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11125 \end_layout
11126
11127 \begin_layout Subsection
11128 Mehrfache Zeilen in Zellen
11129 \begin_inset CommandInset label
11130 LatexCommand label
11131 name "uab:Mehrfache-Zeilen-in"
11132
11133 \end_inset
11134
11135
11136 \begin_inset Index
11137 status collapsed
11138
11139 \begin_layout Plain Layout
11140 Mehrfache ! Zeilen in Zellen
11141 \end_layout
11142
11143 \end_inset
11144
11145
11146 \begin_inset Index
11147 status collapsed
11148
11149 \begin_layout Plain Layout
11150 Tabellen ! Zeilenumbrüche
11151 \end_layout
11152
11153 \end_inset
11154
11155
11156 \end_layout
11157
11158 \begin_layout Standard
11159 \align center
11160 \begin_inset Float table
11161 placement H
11162 wide false
11163 sideways false
11164 status open
11165
11166 \begin_layout Plain Layout
11167 \begin_inset Caption
11168
11169 \begin_layout Plain Layout
11170 \begin_inset CommandInset label
11171 LatexCommand label
11172 name "tab:Table-with-multiple"
11173
11174 \end_inset
11175
11176 Tabelle mit mehrfachen Zeilen in einer Zelle
11177 \end_layout
11178
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \begin_layout Plain Layout
11185 \align center
11186 \begin_inset Tabular
11187 <lyxtabular version="3" rows="3" columns="3">
11188 <features>
11189 <column alignment="center" valignment="middle" width="2.5cm">
11190 <column alignment="center" valignment="middle" width="0.5cm">
11191 <column alignment="center" valignment="middle" width="0.5cm">
11192 <row>
11193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 zwei
11198 \begin_inset Newline linebreak
11199 \end_inset
11200
11201 Zeilen
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 b
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 c
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 </row>
11225 <row>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 d
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 e
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 f
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 g
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 h
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 i
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 </row>
11283 </lyxtabular>
11284
11285 \end_inset
11286
11287
11288 \end_layout
11289
11290 \end_inset
11291
11292
11293 \end_layout
11294
11295 \begin_layout Standard
11296 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11297  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11298  Tabelle
11299 \begin_inset space ~
11300 \end_inset
11301
11302
11303 \begin_inset CommandInset ref
11304 LatexCommand ref
11305 reference "tab:Table-with-multiple"
11306
11307 \end_inset
11308
11309  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11310 \family sans
11311 Tabellen-Einstellungen
11312 \family default
11313 -Dialog auf 2.5
11314 \begin_inset space \thinspace{}
11315 \end_inset
11316
11317 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11318  Weil unser Text schmaler als 2.5
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 cm ist, würde er in einer Zeile gedruckt werden.
11323  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11324
11325 \family sans
11326 Strg-Shift-Enter
11327 \family default
11328 ) eingefügt.
11329  Wenn der Text länger ist, wird er automatisch umgebrochen.
11330 \end_layout
11331
11332 \begin_layout Standard
11333 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11334  setzen Sie die Breite der beiden Spalten im 
11335 \family sans
11336 Tabellen-Einstellungen
11337 \family default
11338 -Dialog auf 0.5
11339 \begin_inset space \thinspace{}
11340 \end_inset
11341
11342 cm und die vertikale Ausrichtung auf zentriert.
11343 \end_layout
11344
11345 \begin_layout Standard
11346 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11347  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11348  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11349  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11350  Fügen sie daher 0
11351 \begin_inset space \thinspace{}
11352 \end_inset
11353
11354 pt horizontalen Abstand vor dem Wort ein.
11355  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11356  Tabelle
11357 \begin_inset space ~
11358 \end_inset
11359
11360
11361 \begin_inset CommandInset ref
11362 LatexCommand ref
11363 reference "tab:Table-with-and"
11364
11365 \end_inset
11366
11367  zeigt die Wirkungen.
11368 \end_layout
11369
11370 \begin_layout Standard
11371 \begin_inset Float table
11372 placement h
11373 wide false
11374 sideways false
11375 status collapsed
11376
11377 \begin_layout Plain Layout
11378 \begin_inset Caption
11379
11380 \begin_layout Plain Layout
11381 \begin_inset CommandInset label
11382 LatexCommand label
11383 name "tab:Table-with-and"
11384
11385 \end_inset
11386
11387 Tabelle ohne und mit Silbentrennung
11388 \end_layout
11389
11390 \end_inset
11391
11392
11393 \end_layout
11394
11395 \begin_layout Plain Layout
11396 \begin_inset space \hfill{}
11397 \end_inset
11398
11399
11400 \begin_inset Tabular
11401 <lyxtabular version="3" rows="3" columns="3">
11402 <features>
11403 <column alignment="center" valignment="middle" width="2.5cm">
11404 <column alignment="center" valignment="middle" width="0.5cm">
11405 <column alignment="center" valignment="middle" width="0.5cm">
11406 <row>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 einsehrlangesZellenwort
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 b
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 c
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 d
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 e
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 f
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 </row>
11464 <row>
11465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 g
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 h
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 i
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 </lyxtabular>
11494
11495 \end_inset
11496
11497
11498 \begin_inset space \hfill{}
11499 \end_inset
11500
11501
11502 \begin_inset Tabular
11503 <lyxtabular version="3" rows="3" columns="3">
11504 <features>
11505 <column alignment="center" valignment="middle" width="2.5cm">
11506 <column alignment="center" valignment="middle" width="0.5cm">
11507 <column alignment="center" valignment="middle" width="0.5cm">
11508 <row>
11509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 \begin_inset space \hspace{}
11514 \length 0pt
11515 \end_inset
11516
11517 einsehrlangesZellenwort
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 b
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 c
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 </row>
11541 <row>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 d
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 e
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 f
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 g
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 h
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 i
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 </row>
11599 </lyxtabular>
11600
11601 \end_inset
11602
11603
11604 \begin_inset space \hfill{}
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \end_inset
11611
11612
11613 \end_layout
11614
11615 \begin_layout Subsection
11616 Mehrfachspalten
11617 \begin_inset CommandInset label
11618 LatexCommand label
11619 name "uab:Mehrfachspalten"
11620
11621 \end_inset
11622
11623
11624 \begin_inset Index
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628 Mahrfachspalten
11629 \end_layout
11630
11631 \end_inset
11632
11633
11634 \begin_inset Index
11635 status collapsed
11636
11637 \begin_layout Plain Layout
11638 Tabellen ! Mahrfachspalten
11639 \end_layout
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Subsubsection
11647 Grundlagen
11648 \end_layout
11649
11650 \begin_layout Standard
11651 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11652  und verwenden dann den Knopf 
11653 \begin_inset Graphics
11654         filename ../../images/tabular-feature_multicolumn.png
11655         scale 70
11656         scaleBeforeRotation
11657         BoundingBox 0bp 6bp 22bp 22bp
11658
11659 \end_inset
11660
11661  in der Werkzeugleiste, das Menü 
11662 \family sans
11663 Bearbeiten\SpecialChar \menuseparator
11664 Tabelle\SpecialChar \menuseparator
11665 Mehrfachspalte
11666 \family default
11667  oder den 
11668 \family sans
11669 Tabellen-Einstellungen
11670 \family default
11671 -Dialog, in dem Sie auf der Karteikarte 
11672 \family sans
11673 Tabellen-Einstellungen
11674 \family default
11675  
11676 \family sans
11677 Mehrfachspalte
11678 \family default
11679  ankreuzen.
11680 \end_layout
11681
11682 \begin_layout Standard
11683 Mehrfachspalten haben ihre eigenen Einstellungen.
11684  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11685  Hier ist ein Beispiel, wobei 
11686 \begin_inset Quotes gld
11687 \end_inset
11688
11689 B 2
11690 \begin_inset Quotes grd
11691 \end_inset
11692
11693  keine Mehrfachzeile ist, wie in Abschnitt
11694 \begin_inset space ~
11695 \end_inset
11696
11697
11698 \begin_inset CommandInset ref
11699 LatexCommand ref
11700 reference "uab:Mehrfachzeilen"
11701
11702 \end_inset
11703
11704  beschrieben.
11705  Es wurde nur eine Linie weggelassen:
11706 \end_layout
11707
11708 \begin_layout Standard
11709 \align center
11710 \begin_inset Tabular
11711 <lyxtabular version="3" rows="3" columns="4">
11712 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11713 <column alignment="center" valignment="top" width="0pt">
11714 <column alignment="center" valignment="middle" width="0">
11715 <column alignment="center" valignment="top" width="0in">
11716 <column alignment="center" valignment="top" width="0pt">
11717 <row>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 abc
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 def ghi
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 jkl
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 </row>
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760
11761 \family roman
11762 \series medium
11763 \shape up
11764 \size normal
11765 \emph off
11766 \bar no
11767 \noun off
11768 \color none
11769 A
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 B
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 C
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 D
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 <row>
11803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 1
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 2
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 3
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 4
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 </lyxtabular>
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Subsubsection
11848 Mehrfachspalten-Berechnungen
11849 \begin_inset CommandInset label
11850 LatexCommand label
11851 name "uab:Mehrfachspalten-Berechnungen"
11852
11853 \end_inset
11854
11855
11856 \begin_inset Index
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Mahrfachspalten ! Berechnung
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \begin_inset Index
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 Tabellen ! Mahrfachspalten ! Berechnung
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \end_layout
11877
11878 \begin_layout Standard
11879 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11880  Zellen beachten.
11881 \end_layout
11882
11883 \begin_layout Standard
11884 \begin_inset Float table
11885 placement h
11886 wide false
11887 sideways false
11888 status open
11889
11890 \begin_layout Plain Layout
11891 \begin_inset Caption
11892
11893 \begin_layout Plain Layout
11894 \begin_inset CommandInset label
11895 LatexCommand label
11896 name "tab:Table-with-centered"
11897
11898 \end_inset
11899
11900 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11901  die halbe Breite der Mehrfachspalten-Zelle haben
11902 \begin_inset OptArg
11903 status collapsed
11904
11905 \begin_layout Plain Layout
11906 Eine Mehrfachspalten-Tabelle
11907 \end_layout
11908
11909 \end_inset
11910
11911
11912 \end_layout
11913
11914 \end_inset
11915
11916
11917 \end_layout
11918
11919 \begin_layout Plain Layout
11920 \align center
11921 \begin_inset Tabular
11922 <lyxtabular version="3" rows="3" columns="3">
11923 <features>
11924 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11925 <column alignment="center" valignment="middle" width="0">
11926 <column alignment="center" valignment="top" width="0">
11927 <row>
11928 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 Dies ist eine Mehrfach\SpecialChar \-
11933 spalten-Zelle
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 c
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 <row>
11958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 d
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 e
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 f
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 </row>
11986 <row>
11987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 g
11992 \end_layout
11993
11994 \end_inset
11995 </cell>
11996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000 h
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 i
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 </row>
12015 </lyxtabular>
12016
12017 \end_inset
12018
12019
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \end_layout
12026
12027 \begin_layout Standard
12028 Um Tabelle
12029 \begin_inset space ~
12030 \end_inset
12031
12032
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "tab:Table-with-centered"
12036
12037 \end_inset
12038
12039  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12040  3×3-Tabelle, kreuzen im 
12041 \family sans
12042 Tabellen-Einstellungen
12043 \family default
12044 -Dialog 
12045 \family sans
12046 Mehrfachspalte
12047 \family default
12048  an, setzen die 
12049 \family sans
12050 Horizontale
12051 \begin_inset space ~
12052 \end_inset
12053
12054 Ausrichtung
12055 \family default
12056  auf 
12057 \family sans
12058 Zentriert
12059 \family default
12060  und die 
12061 \family sans
12062 Breite
12063 \family default
12064  auf 2.5
12065 \begin_inset space \thinspace{}
12066 \end_inset
12067
12068 cm.
12069  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12070  Sie die Breite der ersten Spalte auf 1.25
12071 \begin_inset space \thinspace{}
12072 \end_inset
12073
12074 cm setzen.
12075  Die zweite Spalte wird dann automatisch 1.25
12076 \begin_inset space \thinspace{}
12077 \end_inset
12078
12079 cm breit (Breite der 
12080 \family sans
12081 Mehrfachspalte
12082 \family default
12083  
12084 \begin_inset Formula $-$
12085 \end_inset
12086
12087  Breite der ersten Spalte).
12088  Dies wurde so für Tabelle
12089 \begin_inset space ~
12090 \end_inset
12091
12092
12093 \begin_inset CommandInset ref
12094 LatexCommand ref
12095 reference "tab:Table-without-half"
12096
12097 \end_inset
12098
12099  gemacht.
12100 \end_layout
12101
12102 \begin_layout Standard
12103 \begin_inset Float table
12104 wide false
12105 sideways false
12106 status open
12107
12108 \begin_layout Plain Layout
12109 \begin_inset Caption
12110
12111 \begin_layout Plain Layout
12112 \begin_inset CommandInset label
12113 LatexCommand label
12114 name "tab:Table-without-half"
12115
12116 \end_inset
12117
12118 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12119  wie die Mehrfachspalte
12120 \begin_inset OptArg
12121 status collapsed
12122
12123 \begin_layout Plain Layout
12124 Eine unvollkommene Mehrfachspalten-Tabelle
12125 \end_layout
12126
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \end_inset
12133
12134
12135 \end_layout
12136
12137 \begin_layout Plain Layout
12138 \align center
12139 \begin_inset Tabular
12140 <lyxtabular version="3" rows="3" columns="3">
12141 <features>
12142 <column alignment="center" valignment="top" width="1.25cm">
12143 <column alignment="center" valignment="top" width="0">
12144 <column alignment="center" valignment="top" width="0">
12145 <row>
12146 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 Dies ist auch eine Mehr\SpecialChar \-
12151 fach\SpecialChar \-
12152 spalten-Zelle
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 c
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 </row>
12176 <row>
12177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181 d
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190 e
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 f
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 </row>
12205 <row>
12206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210 g
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 h
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 i
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 </row>
12234 </lyxtabular>
12235
12236 \end_inset
12237
12238
12239 \end_layout
12240
12241 \end_inset
12242
12243
12244 \end_layout
12245
12246 \begin_layout Standard
12247 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12248  als die zweite ist.
12249  Das liegt daran, dass die Zellenbreite 
12250 \begin_inset Formula $W_{\mathrm{tot}}$
12251 \end_inset
12252
12253  nicht ihre definierte Breite 
12254 \begin_inset Formula $W_{g}$
12255 \end_inset
12256
12257  ist, sondern ein wenig mehr.
12258  Anhang
12259 \begin_inset space ~
12260 \end_inset
12261
12262
12263 \begin_inset CommandInset ref
12264 LatexCommand ref
12265 reference "kap:Exläuterung-einer-Gleichung"
12266
12267 \end_inset
12268
12269  erklärt das genauer.
12270 \end_layout
12271
12272 \begin_layout Standard
12273 Wenn 
12274 \emph on
12275 n
12276 \emph default
12277  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12278  die definierte Breite 
12279 \begin_inset Formula $W_{g\, n}$
12280 \end_inset
12281
12282  einer Spalte, deren totale Breite = 
12283 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12284 \end_inset
12285
12286  sein soll, wie folgt:
12287 \begin_inset Formula \begin{equation}
12288 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12289
12290 \end_inset
12291
12292
12293 \end_layout
12294
12295 \begin_layout Standard
12296 In unserem Falls ist 
12297 \begin_inset Formula $n=2$
12298 \end_inset
12299
12300
12301 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12302 \end_inset
12303
12304 cm, und damit wird aus Gleichung
12305 \begin_inset space ~
12306 \end_inset
12307
12308
12309 \begin_inset CommandInset ref
12310 LatexCommand ref
12311 reference "eq:Wgn"
12312
12313 \end_inset
12314
12315  
12316 \begin_inset Formula \begin{equation}
12317 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12318
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \begin_layout Standard
12325 Damit LaTeX rechnen kann, muss das Paket 
12326 \series bold
12327 calc
12328 \series default
12329  im Vorspann geladen werden.
12330 \begin_inset Index
12331 status collapsed
12332
12333 \begin_layout Plain Layout
12334 LaTeX-Pakete ! calc
12335 \end_layout
12336
12337 \end_inset
12338
12339
12340 \end_layout
12341
12342 \begin_layout Standard
12343
12344 \series bold
12345
12346 \backslash
12347 usepackage{calc}
12348 \end_layout
12349
12350 \begin_layout Standard
12351 LyX erlaubt im 
12352 \family sans
12353 Breite
12354 \family default
12355 -Feld des 
12356 \family sans
12357 Tabellen-Einstellungen
12358 \family default
12359 -Dialogs keine Berechnungen.
12360  Deshalb müssen Sie die Formel für die Breite im Feld 
12361 \family sans
12362 LaTe
12363 \begin_inset ERT
12364 status collapsed
12365
12366 \begin_layout Plain Layout
12367
12368 {}
12369 \end_layout
12370
12371 \end_inset
12372
12373 X-Argument
12374 \family default
12375  eingeben.
12376  Hier iss ein Überblick über die Argumente:
12377 \end_layout
12378
12379 \begin_layout Itemize
12380
12381 \series bold
12382 p{Breite}
12383 \series default
12384  die Zelle bekommt eine feste 
12385 \series bold
12386 Breite
12387 \series default
12388 , und die vertikale Ausrichtung ist 
12389 \family sans
12390 Oben
12391 \end_layout
12392
12393 \begin_layout Itemize
12394
12395 \series bold
12396 m{Breite}
12397 \series default
12398  die Zelle bekommt eine feste 
12399 \series bold
12400 Breite
12401 \series default
12402 , und die vertikale Ausrichtung ist 
12403 \family sans
12404 Mitte
12405 \end_layout
12406
12407 \begin_layout Itemize
12408
12409 \series bold
12410 b{Breite}
12411 \series default
12412  die Zelle bekommt eine feste 
12413 \series bold
12414 Breite
12415 \series default
12416 , und die vertikale Ausrichtung ist 
12417 \family sans
12418 Unten
12419 \end_layout
12420
12421 \begin_layout Standard
12422 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12423  für diese Zelle überschrieben.
12424 \end_layout
12425
12426 \begin_layout Standard
12427 \begin_inset Note Greyedout
12428 status open
12429
12430 \begin_layout Plain Layout
12431
12432 \series bold
12433 Bemerkung:
12434 \series default
12435  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12436  angezeigt.
12437 \end_layout
12438
12439 \end_inset
12440
12441
12442 \end_layout
12443
12444 \begin_layout Standard
12445 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12446  der Zelle mit dem Inhalt 
12447 \begin_inset Quotes gld
12448 \end_inset
12449
12450 d
12451 \begin_inset Quotes grd
12452 \end_inset
12453
12454  der Tabelle
12455 \begin_inset space ~
12456 \end_inset
12457
12458
12459 \begin_inset CommandInset ref
12460 LatexCommand ref
12461 reference "tab:Table-with-centered"
12462
12463 \end_inset
12464
12465  auch noch der Befehl
12466 \family typewriter
12467 \series bold
12468  
12469 \family default
12470
12471 \backslash
12472 centering
12473 \series default
12474  hinzugefügt.
12475  Das Ganze sieht dann so aus:
12476 \end_layout
12477
12478 \begin_layout Standard
12479
12480 \series bold
12481 |>{
12482 \backslash
12483 centering}m{1.25cm-6.2pt}
12484 \end_layout
12485
12486 \begin_layout Standard
12487 Der vertikale Strich 
12488 \series bold
12489
12490 \begin_inset Quotes gld
12491 \end_inset
12492
12493 |
12494 \series default
12495
12496 \begin_inset Quotes grd
12497 \end_inset
12498
12499  am Anfang zeichnet die linke Linie, und der Befehl 
12500 \series bold
12501
12502 \begin_inset Quotes gld
12503 \end_inset
12504
12505 >{ }
12506 \begin_inset Quotes grd
12507 \end_inset
12508
12509
12510 \series default
12511  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12512  der Zelle benutzt werden sollen.
12513 \end_layout
12514
12515 \begin_layout Standard
12516 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12517  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12518  für einzelne Spalten anwendet.
12519  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12520  werden:
12521 \end_layout
12522
12523 \begin_layout Standard
12524
12525 \series bold
12526 |>{
12527 \backslash
12528 centering}m{2.5cm}|
12529 \end_layout
12530
12531 \begin_layout Subsection
12532 Mehrfachzeilen
12533 \begin_inset CommandInset label
12534 LatexCommand label
12535 name "uab:Mehrfachzeilen"
12536
12537 \end_inset
12538
12539
12540 \begin_inset Index
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544 Mehrfachzeilen
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \begin_inset Index
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554 Tabellen ! Mehrfachzeilen
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \begin_layout Standard
12563 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12564  unterstützt, sodass etwas TeX-Code notwendig ist.
12565  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12566 \series bold
12567 multirow
12568 \series default
12569
12570 \begin_inset Index
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 LaTeX-Pakete ! multirow
12575 \end_layout
12576
12577 \end_inset
12578
12579  im Vorspann geladen werden:
12580 \end_layout
12581
12582 \begin_layout Standard
12583
12584 \series bold
12585
12586 \backslash
12587 usepackage{multirow}
12588 \end_layout
12589
12590 \begin_layout Standard
12591 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12592 \end_layout
12593
12594 \begin_layout Standard
12595
12596 \series bold
12597
12598 \backslash
12599 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12600 \end_layout
12601
12602 \begin_layout Standard
12603 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12604  Mehrfachspalte definiert und die obere Linie entfernt.
12605 \end_layout
12606
12607 \begin_layout Standard
12608 \align center
12609 \begin_inset ERT
12610 status collapsed
12611
12612 \begin_layout Plain Layout
12613
12614
12615 \backslash
12616 renewcommand{
12617 \backslash
12618 multirowsetup}{
12619 \backslash
12620 centering}
12621 \end_layout
12622
12623 \end_inset
12624
12625
12626 \begin_inset Tabular
12627 <lyxtabular version="3" rows="3" columns="3">
12628 <features>
12629 <column alignment="center" valignment="top" width="0">
12630 <column alignment="center" valignment="top" width="0">
12631 <column alignment="center" valignment="top" width="0">
12632 <row>
12633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 a
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 b
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 c
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 </row>
12661 <row>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 \begin_inset ERT
12667 status collapsed
12668
12669 \begin_layout Plain Layout
12670
12671
12672 \backslash
12673 multirow{2}{2.5cm}{
12674 \end_layout
12675
12676 \end_inset
12677
12678 Mehrfach\SpecialChar \-
12679 zeilen-Text
12680 \begin_inset ERT
12681 status collapsed
12682
12683 \begin_layout Plain Layout
12684
12685 }
12686 \end_layout
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 e
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 f
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 </row>
12714 <row>
12715 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 h
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 i
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 </row>
12743 </lyxtabular>
12744
12745 \end_inset
12746
12747
12748 \begin_inset ERT
12749 status collapsed
12750
12751 \begin_layout Plain Layout
12752
12753
12754 \backslash
12755 renewcommand{
12756 \backslash
12757 multirowsetup}{
12758 \backslash
12759 raggedright}
12760 \end_layout
12761
12762 \end_inset
12763
12764
12765 \end_layout
12766
12767 \begin_layout Standard
12768 In der Zelle darüber wurde dann mit dem Befehl
12769 \end_layout
12770
12771 \begin_layout Standard
12772
12773 \series bold
12774
12775 \backslash
12776 multirow{2}{2.5cm}{
12777 \end_layout
12778
12779 \begin_layout Standard
12780 als TeX-Code die Mehrfachzeile definiert.
12781  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12782 \begin_inset space \thinspace{}
12783 \end_inset
12784
12785 cm.
12786  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12787  mit der Klammer 
12788 \begin_inset Quotes gld
12789 \end_inset
12790
12791
12792 \series bold
12793 }
12794 \series default
12795
12796 \begin_inset Quotes grd
12797 \end_inset
12798
12799  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12800 \end_layout
12801
12802 \begin_layout Standard
12803
12804 \series bold
12805
12806 \backslash
12807 multirow
12808 \series default
12809  richtet seinen Inhalt standardmäßig linksbündig aus.
12810  Das wurde mit dem Befehl
12811 \end_layout
12812
12813 \begin_layout Standard
12814
12815 \series bold
12816
12817 \backslash
12818 renewcommand{
12819 \backslash
12820 multirowsetup}{
12821 \backslash
12822 centering}
12823 \end_layout
12824
12825 \begin_layout Standard
12826 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12827 \end_layout
12828
12829 \begin_layout Standard
12830
12831 \series bold
12832
12833 \backslash
12834 renewcommand{
12835 \backslash
12836 multirowsetup}{
12837 \backslash
12838 raggedright}
12839 \end_layout
12840
12841 \begin_layout Standard
12842 zurückgesetzt.
12843  Für rechtsbündigen Text benutzt man 
12844 \series bold
12845
12846 \backslash
12847 raggedleft
12848 \series default
12849 .
12850 \end_layout
12851
12852 \begin_layout Section
12853 Formale Tabellen
12854 \begin_inset CommandInset label
12855 LatexCommand label
12856 name "abs:Formale-Tabellen"
12857
12858 \end_inset
12859
12860
12861 \begin_inset Index
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865 Tabellen ! Formale
12866 \end_layout
12867
12868 \end_inset
12869
12870
12871 \end_layout
12872
12873 \begin_layout Standard
12874 Tabellen werden in Büchern oft wie Tabelle
12875 \begin_inset space ~
12876 \end_inset
12877
12878
12879 \begin_inset CommandInset ref
12880 LatexCommand ref
12881 reference "tab:Formale-Tabelle"
12882
12883 \end_inset
12884
12885  gesetzt.
12886  Diese Tabellen werden
12887 \emph on
12888  formal
12889 \emph default
12890  genannt.
12891  Formale Tabellen bekommen Sie, wenn Sie im 
12892 \family sans
12893 Tabellen-Einstellungen
12894 \family default
12895 -Dialog auf der Karteikarte 
12896 \family sans
12897 Rahmen
12898 \family default
12899  den 
12900 \family sans
12901 Stil
12902 \family default
12903  
12904 \family sans
12905 Formal
12906 \family default
12907  ankreuzen.
12908 \end_layout
12909
12910 \begin_layout Standard
12911 \begin_inset Float table
12912 placement h
12913 wide false
12914 sideways false
12915 status open
12916
12917 \begin_layout Plain Layout
12918 \begin_inset Caption
12919
12920 \begin_layout Plain Layout
12921 \begin_inset CommandInset label
12922 LatexCommand label
12923 name "tab:Formale-Tabelle"
12924
12925 \end_inset
12926
12927 Formale Tabelle
12928 \end_layout
12929
12930 \end_inset
12931
12932
12933 \end_layout
12934
12935 \begin_layout Plain Layout
12936 \align center
12937 \begin_inset Tabular
12938 <lyxtabular version="3" rows="8" columns="4">
12939 <features booktabs="true">
12940 <column alignment="center" valignment="top" width="0">
12941 <column alignment="right" valignment="top" width="0">
12942 <column alignment="right" valignment="top" width="0">
12943 <column alignment="right" valignment="top" width="0">
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 System
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 Medipix
12959 \begin_inset Formula $\,$
12960 \end_inset
12961
12962 1
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 Medipix
12972 \begin_inset Formula $\,$
12973 \end_inset
12974
12975 2
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 </row>
12990 <row>
12991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 \begin_inset ERT
12996 status collapsed
12997
12998 \begin_layout Plain Layout
12999
13000
13001 \backslash
13002 cmidrule(r){2-2}
13003 \end_layout
13004
13005 \end_inset
13006
13007
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013
13014 \backslash
13015 cmidrule(l){3-4}
13016 \end_layout
13017
13018 \end_inset
13019
13020 Detektordicke [µm]
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 <cell alignment="center" valignment="top" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029 300
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 300
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 700
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 </row>
13053 <row>
13054 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 Kantenwinkel [°]
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" topline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 3.55
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" topline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 2.71
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" topline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 7.99
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 </row>
13091 <row topspace="default">
13092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 räumliche Auf\SpecialChar \textcompwordmark{}
13097 lösung [µm]
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 4.26
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.17
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 <cell alignment="center" valignment="top" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 10.56
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 </row>
13130 <row topspace="default">
13131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 MTF bei 
13136 \begin_inset Formula $f_{\mathrm{max}}$
13137 \end_inset
13138
13139
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.53
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.37
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 <cell alignment="center" valignment="top" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 0.39
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 </row>
13172 <row topspace="default">
13173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 \begin_inset ERT
13178 status collapsed
13179
13180 \begin_layout Plain Layout
13181
13182
13183 \backslash
13184 cmidrule(l{10pt}){1-1}
13185 \end_layout
13186
13187 \end_inset
13188
13189 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13190 lösung
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 </row>
13223 <row>
13224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 in µm
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 <cell alignment="center" valignment="top" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 129.7
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 <cell alignment="center" valignment="top" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 52.75
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 50.78
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 </row>
13261 <row>
13262 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 in % der Pixelgröße
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 76.3
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 95.9
13285 \end_layout
13286
13287 \end_inset
13288 </cell>
13289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 92.3
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 </row>
13299 </lyxtabular>
13300
13301 \end_inset
13302
13303
13304 \end_layout
13305
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \begin_layout Standard
13312 Abstände zu Tabellenzeilen können auf der Karteikarte 
13313 \family sans
13314 Rahmen
13315 \family default
13316  des 
13317 \family sans
13318 Tabellen-Ein\SpecialChar \-
13319 stel\SpecialChar \-
13320 lun\SpecialChar \-
13321 gen
13322 \family default
13323 -Dialogs hinzugefügt werden, wie in Abschnitt
13324 \begin_inset space ~
13325 \end_inset
13326
13327
13328 \begin_inset CommandInset ref
13329 LatexCommand ref
13330 reference "uab:Zeilenabstand"
13331
13332 \end_inset
13333
13334  beschrieben.
13335 \end_layout
13336
13337 \begin_layout Standard
13338 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13339  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13340  gedruckt aber anders aus.
13341  Die erste und letzte Linie ist 0.08
13342 \begin_inset space \thinspace{}
13343 \end_inset
13344
13345 em dick, während die anderen 0.05
13346 \begin_inset space \thinspace{}
13347 \end_inset
13348
13349 em dick sind.
13350 \end_layout
13351
13352 \begin_layout Standard
13353 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13354 \end_layout
13355
13356 \begin_layout Standard
13357
13358 \series bold
13359
13360 \backslash
13361 let
13362 \backslash
13363 mytoprule
13364 \backslash
13365 toprule
13366 \begin_inset Newline newline
13367 \end_inset
13368
13369
13370 \backslash
13371 renewcommand{
13372 \backslash
13373 toprule}{
13374 \backslash
13375 mytoprule[Breite]}
13376 \end_layout
13377
13378 \begin_layout Standard
13379 Dies Beispiel gilt für die oberste Linie, genannt 
13380 \series bold
13381 toprule
13382 \series default
13383 .
13384  Für die letzte müssen Sie 
13385 \series bold
13386 toprule
13387 \series default
13388  durch 
13389 \series bold
13390 bottomrule
13391 \series default
13392  ersetzen.
13393  Die Linien dazwischen heißen 
13394 \series bold
13395 midrule
13396 \series default
13397 .
13398  Für 
13399 \family sans
13400 Breite
13401 \family default
13402  können Sie alle Einheiten benutzen, die in Anhang
13403 \begin_inset space ~
13404 \end_inset
13405
13406
13407 \begin_inset CommandInset ref
13408 LatexCommand ref
13409 reference "kap:In-LyX-verfügbare"
13410
13411 \end_inset
13412
13413  aufgelistet sind.
13414 \end_layout
13415
13416 \begin_layout Standard
13417 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13418  eine Linie unter einer Mehrfachspalte.
13419  LyX wird intern den Befehl 
13420 \series bold
13421
13422 \backslash
13423 cmidrule
13424 \series default
13425  benutzen, um diese Linie zu drucken.
13426  Der ganze Befehl sieht so aus:
13427 \end_layout
13428
13429 \begin_layout Standard
13430
13431 \series bold
13432
13433 \backslash
13434 cmidrule[width](trim){Anfangsspalte-Endspalte}
13435 \end_layout
13436
13437 \begin_layout Standard
13438 Die 
13439 \series bold
13440
13441 \backslash
13442 cmidrule
13443 \series default
13444 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13445  benutzen.
13446  
13447 \series bold
13448
13449 \backslash
13450 cmidrule
13451 \series default
13452  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13453  erste Zelle einer Zeile einfügt.
13454  Die Linie wird dann über der Zeile gedruckt.
13455 \end_layout
13456
13457 \begin_layout Standard
13458 Der Standardwert ist 0.03
13459 \begin_inset space \thinspace{}
13460 \end_inset
13461
13462 em.
13463  Die Linie reicht von 
13464 \family typewriter
13465 Anfangsspalte
13466 \family default
13467  bis 
13468 \family typewriter
13469 End\SpecialChar \-
13470 spal\SpecialChar \-
13471 te
13472 \family default
13473 .
13474  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13475   Der optionale Parameter 
13476 \family typewriter
13477 trim
13478 \family default
13479  kann die Werte 
13480 \emph on
13481 r
13482 \emph default
13483
13484 \emph on
13485 r{Breite}
13486 \emph default
13487
13488 \emph on
13489 l
13490 \family typewriter
13491 \emph default
13492  
13493 \family default
13494 oder 
13495 \emph on
13496 l{Breite}
13497 \emph default
13498  annehmen, wobei die 
13499 \family sans
13500 Breite
13501 \family default
13502  optional ist.
13503  
13504 \emph on
13505 l{2pt}
13506 \emph default
13507  zum Beispiel bedeutet, dass die Linie links um 2
13508 \begin_inset space \thinspace{}
13509 \end_inset
13510
13511 pt gekürzt wird.
13512  Ohne Breitenangabe werden die Linien um 0.5
13513 \begin_inset space \thinspace{}
13514 \end_inset
13515
13516 em gekürzt.
13517 \end_layout
13518
13519 \begin_layout Standard
13520 \begin_inset VSpace bigskip
13521 \end_inset
13522
13523 In Tabelle
13524 \begin_inset space ~
13525 \end_inset
13526
13527
13528 \begin_inset CommandInset ref
13529 LatexCommand ref
13530 reference "tab:Formale-Tabelle"
13531
13532 \end_inset
13533
13534  wurden die Befehle
13535 \end_layout
13536
13537 \begin_layout Standard
13538
13539 \series bold
13540
13541 \backslash
13542 cmidrule(r){2-2}
13543 \backslash
13544 cmidrule(l){3-4}
13545 \end_layout
13546
13547 \begin_layout Standard
13548 am Anfang der zweiten Zeile und
13549 \end_layout
13550
13551 \begin_layout Standard
13552
13553 \series bold
13554
13555 \backslash
13556 cmidrule(l{10pt}){1-1}
13557 \end_layout
13558
13559 \begin_layout Standard
13560 in der sechsten benutzt.
13561 \end_layout
13562
13563 \begin_layout Standard
13564 \begin_inset VSpace bigskip
13565 \end_inset
13566
13567
13568 \end_layout
13569
13570 \begin_layout Standard
13571 Sie können mit 
13572 \series bold
13573
13574 \backslash
13575 cmidrule
13576 \series default
13577  auch überlappende Linien wie in Tabelle
13578 \begin_inset space ~
13579 \end_inset
13580
13581
13582 \begin_inset CommandInset ref
13583 LatexCommand ref
13584 reference "tab:Special-booktabs-table"
13585
13586 \end_inset
13587
13588  definieren.
13589  Der Befehl ist:
13590 \end_layout
13591
13592 \begin_layout Standard
13593
13594 \series bold
13595
13596 \backslash
13597 morecmidrules
13598 \end_layout
13599
13600 \begin_layout Standard
13601 In Zeile zwei der Tabelle
13602 \begin_inset space ~
13603 \end_inset
13604
13605
13606 \begin_inset CommandInset ref
13607 LatexCommand ref
13608 reference "tab:Special-booktabs-table"
13609
13610 \end_inset
13611
13612  wurde folgender Befehl benutzt:
13613 \end_layout
13614
13615 \begin_layout Standard
13616
13617 \series bold
13618
13619 \backslash
13620 cmidrule(r){2-2}
13621 \backslash
13622 cmidrule(l){3-4}
13623 \backslash
13624 morecmidrules
13625 \begin_inset Newline newline
13626 \end_inset
13627
13628
13629 \backslash
13630 cmidrule{2-4}
13631 \end_layout
13632
13633 \begin_layout Standard
13634 und in Zeile sechs:
13635 \end_layout
13636
13637 \begin_layout Standard
13638
13639 \series bold
13640
13641 \backslash
13642 midrule
13643 \backslash
13644 morecmidrules
13645 \backslash
13646 cmidrule{3-4}
13647 \end_layout
13648
13649 \begin_layout Standard
13650 \begin_inset VSpace bigskip
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13658  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13659 \end_layout
13660
13661 \begin_layout Standard
13662
13663 \series bold
13664
13665 \backslash
13666 specialrule{Dicke}{Abstand davor}{Abstand danach}
13667 \end_layout
13668
13669 \begin_layout Standard
13670 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13671 \series bold
13672 booktabs
13673 \series default
13674  
13675 \begin_inset CommandInset citation
13676 LatexCommand cite
13677 key "booktabs"
13678
13679 \end_inset
13680
13681 .
13682 \begin_inset Index
13683 status collapsed
13684
13685 \begin_layout Plain Layout
13686 LaTeX-Pakete ! booktabs
13687 \end_layout
13688
13689 \end_inset
13690
13691
13692 \end_layout
13693
13694 \begin_layout Standard
13695 \begin_inset Float table
13696 placement h
13697 wide false
13698 sideways false
13699 status open
13700
13701 \begin_layout Plain Layout
13702 \begin_inset Caption
13703
13704 \begin_layout Plain Layout
13705 \begin_inset CommandInset label
13706 LatexCommand label
13707 name "tab:Special-booktabs-table"
13708
13709 \end_inset
13710
13711 Eine spezielle formale Tabelle
13712 \end_layout
13713
13714 \end_inset
13715
13716
13717 \end_layout
13718
13719 \begin_layout Plain Layout
13720 \align center
13721 \begin_inset Tabular
13722 <lyxtabular version="3" rows="8" columns="4">
13723 <features booktabs="true">
13724 <column alignment="center" valignment="top" width="0">
13725 <column alignment="center" valignment="top" width="0">
13726 <column alignment="right" valignment="top" width="0">
13727 <column alignment="right" valignment="top" width="0">
13728 <row>
13729 <cell alignment="center" valignment="top" topline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 System
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" topline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 Medipix
13743 \begin_inset space \thinspace{}
13744 \end_inset
13745
13746 1
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 Medipix
13756 \begin_inset space \thinspace{}
13757 \end_inset
13758
13759 2
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 </row>
13774 <row>
13775 <cell alignment="center" valignment="top" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 \begin_inset ERT
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783
13784
13785 \backslash
13786 cmidrule(r){2-2}
13787 \end_layout
13788
13789 \end_inset
13790
13791
13792 \begin_inset ERT
13793 status collapsed
13794
13795 \begin_layout Plain Layout
13796
13797
13798 \backslash
13799 cmidrule(l){3-4}
13800 \end_layout
13801
13802 \end_inset
13803
13804
13805 \begin_inset ERT
13806 status collapsed
13807
13808 \begin_layout Plain Layout
13809
13810
13811 \backslash
13812 morecmidrules 
13813 \end_layout
13814
13815 \end_inset
13816
13817
13818 \begin_inset ERT
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822
13823
13824 \backslash
13825 cmidrule{2-4}
13826 \end_layout
13827
13828 \end_inset
13829
13830 Detektordicke  [µm]
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 300
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 300
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 700
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 </row>
13863 <row>
13864 <cell alignment="center" valignment="top" topline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 Kantenwinkel [°]
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" topline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 3,55
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 2,71
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 7,99
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 <row topspace="default">
13902 <cell alignment="center" valignment="top" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906 räumliche Auf\SpecialChar \textcompwordmark{}
13907 lösung [µm]
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 4,26
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 10,17
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 10,56
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 </row>
13940 <row topspace="default">
13941 <cell alignment="center" valignment="top" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 MTF bei 
13946 \begin_inset Formula $f_{\mathrm{max}}$
13947 \end_inset
13948
13949
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell alignment="center" valignment="top" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958 0,53
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 0,37
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 0,39
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 </row>
13982 <row>
13983 <cell alignment="center" valignment="top" topline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 \begin_inset ERT
13988 status collapsed
13989
13990 \begin_layout Plain Layout
13991
13992
13993 \backslash
13994 morecmidrules 
13995 \end_layout
13996
13997 \end_inset
13998
13999
14000 \begin_inset ERT
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004
14005
14006 \backslash
14007 cmidrule{3-4}
14008 \end_layout
14009
14010 \end_inset
14011
14012 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
14013 lösung
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 <cell alignment="center" valignment="top" topline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 </row>
14046 <row>
14047 <cell alignment="center" valignment="top" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 in µm
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 <cell alignment="center" valignment="top" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060 129,7
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 52,75
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 50,78
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 <row>
14085 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 in % der Pixelgröße
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 76,3
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 95,9
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 92,3
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 </row>
14122 </lyxtabular>
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \begin_layout Section
14135 Vertikale Tabellen-Ausrichtung
14136 \begin_inset Index
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 Tabellen ! Ausrichtung
14141 \end_layout
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14150  einer Box sein.
14151  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14152 \begin_inset space ~
14153 \end_inset
14154
14155
14156 \begin_inset CommandInset ref
14157 LatexCommand ref
14158 reference "abs:Box-Dialog"
14159
14160 \end_inset
14161
14162  beschrieben.
14163 \end_layout
14164
14165 \begin_layout Standard
14166 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14167 \begin_inset Foot
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171 Minipages werden in Abschnitt
14172 \begin_inset space ~
14173 \end_inset
14174
14175
14176 \begin_inset CommandInset ref
14177 LatexCommand ref
14178 reference "abs:Minipage"
14179
14180 \end_inset
14181
14182  beschrieben.
14183 \end_layout
14184
14185 \end_inset
14186
14187  mit 15
14188 \begin_inset space \thinspace{}
14189 \end_inset
14190
14191 col%-Breite:
14192 \end_layout
14193
14194 \begin_layout Itemize
14195 Test 
14196 \begin_inset Box Frameless
14197 position "t"
14198 hor_pos "c"
14199 has_inner_box 1
14200 inner_pos "c"
14201 use_parbox 0
14202 width "15col%"
14203 special "none"
14204 height "1in"
14205 height_special "totalheight"
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209 \begin_inset Tabular
14210 <lyxtabular version="3" rows="3" columns="3">
14211 <features>
14212 <column alignment="center" valignment="top" width="0">
14213 <column alignment="center" valignment="top" width="0">
14214 <column alignment="center" valignment="top" width="0">
14215 <row>
14216 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 Tabelle 1
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 <row>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 b
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 e
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 h
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 </row>
14273 <row>
14274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 c
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287 f
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 i
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 </row>
14302 </lyxtabular>
14303
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \end_inset
14310
14311  Test 
14312 \begin_inset ERT
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317
14318 \backslash
14319 raisebox{0.85
14320 \backslash
14321 baselineskip}{
14322 \end_layout
14323
14324 \end_inset
14325
14326
14327 \begin_inset Box Frameless
14328 position "t"
14329 hor_pos "c"
14330 has_inner_box 1
14331 inner_pos "c"
14332 use_parbox 0
14333 width "15col%"
14334 special "none"
14335 height "1in"
14336 height_special "totalheight"
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340 \begin_inset Tabular
14341 <lyxtabular version="3" rows="3" columns="3">
14342 <features>
14343 <column alignment="center" valignment="top" width="0">
14344 <column alignment="center" valignment="top" width="0">
14345 <column alignment="center" valignment="top" width="0">
14346 <row>
14347 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 Tabelle 2
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 </row>
14375 <row>
14376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 b
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 e
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14395 \begin_inset Text
14396
14397 \begin_layout Plain Layout
14398 h
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 </row>
14404 <row>
14405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 c
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 f
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 i
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 </row>
14433 </lyxtabular>
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \end_inset
14441
14442
14443 \begin_inset ERT
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447
14448 }
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \begin_layout Itemize
14457 Test 
14458 \begin_inset Box Frameless
14459 position "c"
14460 hor_pos "c"
14461 has_inner_box 1
14462 inner_pos "c"
14463 use_parbox 0
14464 width "15col%"
14465 special "none"
14466 height "1in"
14467 height_special "totalheight"
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471 \begin_inset Tabular
14472 <lyxtabular version="3" rows="3" columns="3">
14473 <features>
14474 <column alignment="center" valignment="top" width="0">
14475 <column alignment="center" valignment="top" width="0">
14476 <column alignment="center" valignment="top" width="0">
14477 <row>
14478 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 Tabelle 3
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 </row>
14506 <row>
14507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511 b
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 e
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 h
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 <row>
14536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 c
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 f
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 i
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 </row>
14564 </lyxtabular>
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \begin_layout Itemize
14577 Test 
14578 \begin_inset Box Frameless
14579 position "b"
14580 hor_pos "c"
14581 has_inner_box 1
14582 inner_pos "c"
14583 use_parbox 0
14584 width "15col%"
14585 special "none"
14586 height "1in"
14587 height_special "totalheight"
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591 \begin_inset Tabular
14592 <lyxtabular version="3" rows="3" columns="3">
14593 <features>
14594 <column alignment="center" valignment="top" width="0">
14595 <column alignment="center" valignment="top" width="0">
14596 <column alignment="center" valignment="top" width="0">
14597 <row>
14598 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602 Tabelle 4
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 </row>
14626 <row>
14627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 b
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640 e
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 h
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 c
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 f
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 i
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 </row>
14684 </lyxtabular>
14685
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \end_inset
14692
14693 Test 
14694 \begin_inset ERT
14695 status collapsed
14696
14697 \begin_layout Plain Layout
14698
14699
14700 \backslash
14701 raisebox{-0.32
14702 \backslash
14703 baselineskip}{
14704 \end_layout
14705
14706 \end_inset
14707
14708
14709 \begin_inset Box Frameless
14710 position "b"
14711 hor_pos "c"
14712 has_inner_box 1
14713 inner_pos "c"
14714 use_parbox 0
14715 width "15col%"
14716 special "none"
14717 height "1in"
14718 height_special "totalheight"
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722 \begin_inset Tabular
14723 <lyxtabular version="3" rows="3" columns="3">
14724 <features>
14725 <column alignment="center" valignment="top" width="0">
14726 <column alignment="center" valignment="top" width="0">
14727 <column alignment="center" valignment="top" width="0">
14728 <row>
14729 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733 Tabelle 5
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14748 \begin_inset Text
14749
14750 \begin_layout Plain Layout
14751
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 </row>
14757 <row>
14758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 b
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Plain Layout
14771 e
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Plain Layout
14780 h
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 </row>
14786 <row>
14787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 c
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 f
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809 i
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 </row>
14815 </lyxtabular>
14816
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \end_inset
14823
14824
14825 \begin_inset ERT
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829
14830 }
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \begin_layout Standard
14839 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14840 \begin_inset space \space{}
14841 \end_inset
14842
14843 1 und letzten Zeile von Tabelle
14844 \begin_inset space \space{}
14845 \end_inset
14846
14847 4 bezüglich dem Wort 
14848 \begin_inset Quotes gld
14849 \end_inset
14850
14851 Test
14852 \begin_inset Quotes grd
14853 \end_inset
14854
14855  nicht richtig ausgerichtet.
14856  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14857 \begin_inset Quotes gld
14858 \end_inset
14859
14860 Raisebox
14861 \begin_inset Quotes grd
14862 \end_inset
14863
14864
14865 \begin_inset Foot
14866 status collapsed
14867
14868 \begin_layout Plain Layout
14869 Raiseboxen werden in Abschnitt
14870 \begin_inset space ~
14871 \end_inset
14872
14873
14874 \begin_inset CommandInset ref
14875 LatexCommand ref
14876 reference "uab:Vertikale-Ausrichtung"
14877
14878 \end_inset
14879
14880  beschrieben.
14881 \end_layout
14882
14883 \end_inset
14884
14885  setzen.
14886  In Tabelle
14887 \begin_inset space \space{}
14888 \end_inset
14889
14890 2 wurde der Text mit dem Befehl
14891 \end_layout
14892
14893 \begin_layout Standard
14894
14895 \series bold
14896
14897 \backslash
14898 raisebox{0.85
14899 \backslash
14900 baselineskip}{
14901 \end_layout
14902
14903 \begin_layout Standard
14904 vor der Box ausgerichtet.
14905  Hinter der Box wurde auch noch 
14906 \series bold
14907 }
14908 \series default
14909  als TeX-Code eingefügt, weil der obige Befehl mit 
14910 \series bold
14911 {
14912 \series default
14913  aufhörte.
14914  Für Tabelle
14915 \begin_inset space \space{}
14916 \end_inset
14917
14918 5 wurde der Befehl
14919 \end_layout
14920
14921 \begin_layout Standard
14922
14923 \series bold
14924
14925 \backslash
14926 raisebox{-0.32
14927 \backslash
14928 baselineskip}{
14929 \end_layout
14930
14931 \begin_layout Standard
14932 benutzt.
14933 \end_layout
14934
14935 \begin_layout Standard
14936 \begin_inset Note Greyedout
14937 status open
14938
14939 \begin_layout Plain Layout
14940
14941 \series bold
14942 Bemerkung:
14943 \series default
14944  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14945  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14946  Der Faktor im 
14947 \series bold
14948
14949 \backslash
14950 raisebox
14951 \series default
14952 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14953 \end_layout
14954
14955 \end_inset
14956
14957
14958 \end_layout
14959
14960 \begin_layout Section
14961 Farbige Tabellen
14962 \begin_inset CommandInset label
14963 LatexCommand label
14964 name "abs:Farbige-Tabellen"
14965
14966 \end_inset
14967
14968
14969 \begin_inset Index
14970 status collapsed
14971
14972 \begin_layout Plain Layout
14973 Tabellen ! farbige
14974 \end_layout
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \begin_layout Subsection
14982 Farbige Zellen
14983 \begin_inset Index
14984 status collapsed
14985
14986 \begin_layout Plain Layout
14987 farbige !  Tabellenzellen
14988 \end_layout
14989
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \begin_layout Standard
14996 \begin_inset Float table
14997 placement h
14998 wide false
14999 sideways false
15000 status open
15001
15002 \begin_layout Plain Layout
15003 \begin_inset Caption
15004
15005 \begin_layout Plain Layout
15006 \begin_inset CommandInset label
15007 LatexCommand label
15008 name "tab:Farbige-Tabelle-ohne"
15009
15010 \end_inset
15011
15012 Farbige Tabelle, ohne Paket 
15013 \series bold
15014 colortbl
15015 \series default
15016
15017 \begin_inset OptArg
15018 status collapsed
15019
15020 \begin_layout Plain Layout
15021 Tabelle ohne 
15022 \family typewriter
15023 colortbl
15024 \end_layout
15025
15026 \end_inset
15027
15028
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \begin_layout Plain Layout
15037 \align center
15038 \begin_inset Tabular
15039 <lyxtabular version="3" rows="3" columns="3">
15040 <features>
15041 <column alignment="center" valignment="top" width="0">
15042 <column alignment="center" valignment="top" width="0">
15043 <column alignment="center" valignment="top" width="0">
15044 <row>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \color green
15051 a
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060
15061 \color red
15062 b
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071
15072 \color red
15073 c
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 </row>
15079 <row>
15080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \color green
15086 d
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \color blue
15097 e
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106
15107 \color blue
15108 f
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row>
15115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119
15120 \color green
15121 g
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130
15131 \color blue
15132 h
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141
15142 \color blue
15143 i
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 </lyxtabular>
15150
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \begin_layout Standard
15162 \begin_inset CommandInset label
15163 LatexCommand label
15164 name "Wenn-Sie-nur"
15165
15166 \end_inset
15167
15168 Wenn Sie nur farbigen Text
15169 \begin_inset Index
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173 Farbe ! für Text
15174 \end_layout
15175
15176 \end_inset
15177
15178  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15179  auf den Werkzeugleistenknopf 
15180 \begin_inset Graphics
15181         filename ../../images/dialog-show_character.png
15182         scale 70
15183         scaleBeforeRotation
15184         BoundingBox 0bp 0bp 20bp 20bp
15185
15186 \end_inset
15187
15188  oder über das Menü 
15189 \family sans
15190 Bearbeiten\SpecialChar \menuseparator
15191 Textstil\SpecialChar \menuseparator
15192 Benutzerdefiniert
15193 \family default
15194  mit dem 
15195 \family sans
15196 Textstil
15197 \family default
15198 -Dialog wie es in Tabelle
15199 \begin_inset space ~
15200 \end_inset
15201
15202
15203 \begin_inset CommandInset ref
15204 LatexCommand ref
15205 reference "tab:Farbige-Tabelle-ohne"
15206
15207 \end_inset
15208
15209  gemacht wurde.
15210  In anderen Fällen müssen Sie das LaTeX-Paket 
15211 \series bold
15212 colortbl
15213 \series default
15214  benutzen.
15215 \begin_inset Index
15216 status collapsed
15217
15218 \begin_layout Plain Layout
15219 LaTeX-Pakete ! colortbl
15220 \end_layout
15221
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \begin_layout Standard
15228 \begin_inset ERT
15229 status collapsed
15230
15231 \begin_layout Plain Layout
15232
15233
15234 \backslash
15235 ifcolortbl
15236 \end_layout
15237
15238 \end_inset
15239
15240
15241 \begin_inset Note Note
15242 status open
15243
15244 \begin_layout Plain Layout
15245 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15246 \series bold
15247 colortbl
15248 \series default
15249  installiert ist.
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \begin_layout Standard
15258 Um farbige Tabellen zu erzeugen, muss 
15259 \series bold
15260 colortbl
15261 \series default
15262  im LaTeX-Vorspann geladen werden:
15263 \end_layout
15264
15265 \begin_layout Standard
15266
15267 \series bold
15268
15269 \backslash
15270 usepackage{colortbl}
15271 \end_layout
15272
15273 \begin_layout Standard
15274 Die Farbe einer Spalte ändert man dann mit dem Befehl
15275 \end_layout
15276
15277 \begin_layout Standard
15278
15279 \series bold
15280
15281 \backslash
15282 columncolor{Farbname}
15283 \end_layout
15284
15285 \begin_layout Standard
15286 innerhalb des Befehls 
15287 \series bold
15288 >{}
15289 \series default
15290 .
15291  Mehr über den Befehl 
15292 \series bold
15293 >{}
15294 \series default
15295  finden Sie im Abschnitt
15296 \begin_inset space ~
15297 \end_inset
15298
15299
15300 \begin_inset CommandInset ref
15301 LatexCommand ref
15302 reference "uab:Mehrfachspalten-Berechnungen"
15303
15304 \end_inset
15305
15306 .
15307 \end_layout
15308
15309 \begin_layout Standard
15310 Folgende Farbnamen sind vordefiniert:
15311 \end_layout
15312
15313 \begin_layout Standard
15314
15315 \family sans
15316 red
15317 \family default
15318
15319 \family sans
15320 green
15321 \family default
15322
15323 \family sans
15324 yellow
15325 \family default
15326
15327 \family sans
15328 blue
15329 \family default
15330
15331 \family sans
15332 cyan
15333 \family default
15334
15335 \family sans
15336 magenta
15337 \family default
15338
15339 \family sans
15340 black
15341 \family default
15342  und 
15343 \family sans
15344 white
15345 \begin_inset Newline newline
15346 \end_inset
15347
15348 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15349 \family default
15350 und
15351 \family sans
15352  weiß
15353 \family default
15354 ).
15355 \end_layout
15356
15357 \begin_layout Standard
15358 \begin_inset VSpace medskip
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \begin_layout Standard
15365 Sie können auch eigene Farben definieren:
15366 \end_layout
15367
15368 \begin_layout Standard
15369
15370 \series bold
15371
15372 \backslash
15373 definecolor{Farbname}{Farbmodell}{Farbwerte}
15374 \end_layout
15375
15376 \begin_layout Standard
15377 Das Farbmodell kann eins der folgenden sein:
15378 \end_layout
15379
15380 \begin_layout Labeling
15381 \labelwidthstring 00.00.0000
15382 cmyk: cyan, magenta, yellow, black
15383 \end_layout
15384
15385 \begin_layout Labeling
15386 \labelwidthstring 00.00.0000
15387 rgb: red, green blue
15388 \end_layout
15389
15390 \begin_layout Labeling
15391 \labelwidthstring 00.00.0000
15392 gray: gray
15393 \end_layout
15394
15395 \begin_layout Standard
15396 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15397  die die entsprechende Farbe für das Farbmodell beschreiben.
15398 \end_layout
15399
15400 \begin_layout Standard
15401 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15402 \emph on
15403
15404 \begin_inset Quotes gld
15405 \end_inset
15406
15407 dunkelgruen
15408 \emph default
15409
15410 \begin_inset Quotes grd
15411 \end_inset
15412
15413  und 
15414 \begin_inset Quotes gld
15415 \end_inset
15416
15417
15418 \emph on
15419 hellgrau
15420 \emph default
15421
15422 \begin_inset Quotes grd
15423 \end_inset
15424
15425  folgendermaßen definieren:
15426 \end_layout
15427
15428 \begin_layout Standard
15429
15430 \series bold
15431
15432 \backslash
15433 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15434 \end_layout
15435
15436 \begin_layout Standard
15437
15438 \series bold
15439
15440 \backslash
15441 definecolor{hellgrau}{gray}{0.8}
15442 \end_layout
15443
15444 \begin_layout Standard
15445 \begin_inset VSpace medskip
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \begin_layout Standard
15452 Linien werden mit dem Befehl
15453 \end_layout
15454
15455 \begin_layout Standard
15456
15457 \series bold
15458
15459 \backslash
15460 rowcolor{Farbname}
15461 \end_layout
15462
15463 \begin_layout Standard
15464 gefärbt, Zellen mit dem Befehl
15465 \end_layout
15466
15467 \begin_layout Standard
15468
15469 \series bold
15470
15471 \backslash
15472 cellcolor{Farbname}
15473 \end_layout
15474
15475 \begin_layout Standard
15476 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15477 \end_layout
15478
15479 \begin_layout Standard
15480 Um nur Text zu färben, machen Sie es wie 
15481 \begin_inset CommandInset ref
15482 LatexCommand vpageref
15483 reference "Wenn-Sie-nur"
15484
15485 \end_inset
15486
15487  beschrieben.
15488  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15489 \emph on
15490 markieren Sie nur den Text
15491 \emph default
15492 , sonst werden Sie LaTeX-Fehler erzeugen.
15493 \end_layout
15494
15495 \begin_layout Standard
15496 \begin_inset Note Greyedout
15497 status open
15498
15499 \begin_layout Plain Layout
15500
15501 \series bold
15502 Achtung:
15503 \series default
15504  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15505 \end_layout
15506
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \begin_layout Standard
15513 \begin_inset VSpace medskip
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \begin_layout Standard
15520 Die Tabelle
15521 \begin_inset space ~
15522 \end_inset
15523
15524
15525 \begin_inset CommandInset ref
15526 LatexCommand ref
15527 reference "tab:Table-colored-using"
15528
15529 \end_inset
15530
15531  wurde folgendermaßen erstellt: die erste Spalte soll 
15532 \emph on
15533
15534 \begin_inset Quotes gld
15535 \end_inset
15536
15537 dunkelgruen
15538 \emph default
15539
15540 \begin_inset Quotes grd
15541 \end_inset
15542
15543  werden, also müssen Sie ins 
15544 \family sans
15545 LaTe
15546 \begin_inset ERT
15547 status collapsed
15548
15549 \begin_layout Plain Layout
15550
15551 {}
15552 \end_layout
15553
15554 \end_inset
15555
15556 X-Argument
15557 \family default
15558  der Zellen der ersten Spalte den Befehl
15559 \end_layout
15560
15561 \begin_layout Standard
15562
15563 \series bold
15564 >{
15565 \backslash
15566 columncolor{dunkelgruen}
15567 \backslash
15568 centering}c
15569 \end_layout
15570
15571 \begin_layout Standard
15572 schreiben.
15573  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15574 \end_layout
15575
15576 \begin_layout Standard
15577
15578 \series bold
15579
15580 \backslash
15581 rowcolow{cyan}
15582 \end_layout
15583
15584 \begin_layout Standard
15585 in die erste Zelle der ersten Zeile eingefügt.
15586  Diese Farbe ersetzt die Spaltenfarbe.
15587  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15588  wird mit folgendem Befehl erreicht:
15589 \end_layout
15590
15591 \begin_layout Standard
15592
15593 \series bold
15594
15595 \backslash
15596 cellcolor{magenta}
15597 \end_layout
15598
15599 \begin_layout Standard
15600 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15601 \family sans
15602 Textstil
15603 \family default
15604 -Dialog.
15605 \end_layout
15606
15607 \begin_layout Standard
15608 \begin_inset Float table
15609 placement h
15610 wide false
15611 sideways false
15612 status open
15613
15614 \begin_layout Plain Layout
15615 \begin_inset Caption
15616
15617 \begin_layout Plain Layout
15618 \begin_inset CommandInset label
15619 LatexCommand label
15620 name "tab:Table-colored-using"
15621
15622 \end_inset
15623
15624 Eine mit dem Paket 
15625 \series bold
15626 colortbl
15627 \series default
15628  gefärbte Tabelle
15629 \begin_inset OptArg
15630 status collapsed
15631
15632 \begin_layout Plain Layout
15633 Tabelle mit 
15634 \family typewriter
15635 colortbl
15636 \end_layout
15637
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Plain Layout
15649 \align center
15650 \begin_inset Tabular
15651 <lyxtabular version="3" rows="3" columns="3">
15652 <features>
15653 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15654 <column alignment="center" valignment="top" width="0">
15655 <column alignment="center" valignment="top" width="0">
15656 <row>
15657 <cell alignment="center" valignment="top" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661 \begin_inset ERT
15662 status collapsed
15663
15664 \begin_layout Plain Layout
15665
15666
15667 \backslash
15668 rowcolor{cyan}
15669 \end_layout
15670
15671 \end_inset
15672
15673
15674 \color magenta
15675 a
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684
15685 \color red
15686 b
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 <cell alignment="center" valignment="top" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695
15696 \color red
15697 c
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \color yellow
15710 d
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \color blue
15721 e
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \color blue
15732 f
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 </row>
15738 <row>
15739 <cell alignment="center" valignment="top" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \color yellow
15745 g
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \color blue
15756 h
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 \begin_inset ERT
15766 status collapsed
15767
15768 \begin_layout Plain Layout
15769
15770
15771 \backslash
15772 cellcolor{magenta}
15773 \end_layout
15774
15775 \end_inset
15776
15777
15778 \color green
15779 i
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 </row>
15785 </lyxtabular>
15786
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \begin_layout Standard
15798 \begin_inset ERT
15799 status collapsed
15800
15801 \begin_layout Plain Layout
15802
15803
15804 \backslash
15805 else
15806 \end_layout
15807
15808 \end_inset
15809
15810
15811 \begin_inset Note Note
15812 status open
15813
15814 \begin_layout Plain Layout
15815 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15816 \series bold
15817 colortbl
15818 \series default
15819  nicht installiert ist:
15820 \end_layout
15821
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \begin_layout Standard
15828 Sie müssen das LaTeX-Paket 
15829 \series bold
15830 colortbl
15831 \series default
15832  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15833 \end_layout
15834
15835 \begin_layout Standard
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Plain Layout
15840
15841
15842 \backslash
15843 fi
15844 \end_layout
15845
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \begin_layout Subsection
15852 Farbige Linien
15853 \begin_inset Index
15854 status collapsed
15855
15856 \begin_layout Plain Layout
15857 farbige !  Tabellenlinien
15858 \end_layout
15859
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \begin_layout Standard
15866 Wie in Abschnitt
15867 \begin_inset space ~
15868 \end_inset
15869
15870
15871 \begin_inset CommandInset ref
15872 LatexCommand ref
15873 reference "uab:Liniendicke"
15874
15875 \end_inset
15876
15877  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15878 \series bold
15879
15880 \backslash
15881 arrayrulewidth
15882 \series default
15883  definiert werden.
15884  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15885 \begin_inset space \thinspace{}
15886 \end_inset
15887
15888 pt gesetzt.
15889 \begin_inset ERT
15890 status collapsed
15891
15892 \begin_layout Plain Layout
15893
15894
15895 \backslash
15896 setlength{
15897 \backslash
15898 arrayrulewidth}{1.5pt}
15899 \end_layout
15900
15901 \end_inset
15902
15903
15904 \end_layout
15905
15906 \begin_layout Standard
15907 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15908 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15909 \begin_inset space ~
15910 \end_inset
15911
15912
15913 \begin_inset CommandInset ref
15914 LatexCommand ref
15915 reference "uab:Angepasste-Zellen-/Spaltenformate"
15916
15917 \end_inset
15918
15919  definiert:
15920 \end_layout
15921
15922 \begin_layout Standard
15923
15924 \series bold
15925
15926 \backslash
15927 newcolumntype{W}{!{
15928 \backslash
15929 color{green}
15930 \backslash
15931 vline}}
15932 \end_layout
15933
15934 \begin_layout Standard
15935 In Tabelle
15936 \begin_inset space ~
15937 \end_inset
15938
15939
15940 \begin_inset CommandInset ref
15941 LatexCommand ref
15942 reference "tab:Tabelle-mit-farbigen-vert"
15943
15944 \end_inset
15945
15946  wurde das LaTeX-Argument 
15947 \series bold
15948 WcW
15949 \series default
15950  für die letzte und 
15951 \series bold
15952 Wc
15953 \series default
15954  für die anderen Spalten benutzt.
15955 \end_layout
15956
15957 \begin_layout Standard
15958 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15959 \end_layout
15960
15961 \begin_layout Standard
15962 \begin_inset Float table
15963 placement h
15964 wide false
15965 sideways false
15966 status open
15967
15968 \begin_layout Plain Layout
15969 \begin_inset Caption
15970
15971 \begin_layout Plain Layout
15972 \begin_inset CommandInset label
15973 LatexCommand label
15974 name "tab:Tabelle-mit-farbigen-vert"
15975
15976 \end_inset
15977
15978 Tabelle mit farbigen vertikalen Linien
15979 \end_layout
15980
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \begin_layout Plain Layout
15987 \align center
15988 \begin_inset Tabular
15989 <lyxtabular version="3" rows="3" columns="3">
15990 <features>
15991 <column alignment="center" valignment="top" width="0" special="Wc">
15992 <column alignment="center" valignment="top" width="0" special="Wc">
15993 <column alignment="center" valignment="top" width="0" special="WcW">
15994 <row>
15995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 sd
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" topline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 </row>
16023 <row>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 sd
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 </row>
16052 <row>
16053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 sd
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 </row>
16081 </lyxtabular>
16082
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \begin_layout Standard
16094 \begin_inset VSpace bigskip
16095 \end_inset
16096
16097 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16098 \begin_inset space ~
16099 \end_inset
16100
16101
16102 \begin_inset CommandInset ref
16103 LatexCommand ref
16104 reference "tab:Tabelle-mit-farbigen-horiz"
16105
16106 \end_inset
16107
16108 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16109  einfügen:
16110 \end_layout
16111
16112 \begin_layout Standard
16113
16114 \series bold
16115
16116 \backslash
16117 let
16118 \backslash
16119 myHlineC
16120 \backslash
16121 hline
16122 \begin_inset Newline newline
16123 \end_inset
16124
16125
16126 \backslash
16127 renewcommand{
16128 \backslash
16129 hline}
16130 \begin_inset Newline newline
16131 \end_inset
16132
16133
16134 \begin_inset ERT
16135 status collapsed
16136
16137 \begin_layout Plain Layout
16138
16139
16140 \backslash
16141 hphantom{ }
16142 \end_layout
16143
16144 \end_inset
16145
16146 {
16147 \backslash
16148 arrayrulecolor{red}
16149 \backslash
16150 myHlineC
16151 \backslash
16152 arrayrulecolor{black}}
16153 \end_layout
16154
16155 \begin_layout Standard
16156 \begin_inset ERT
16157 status collapsed
16158
16159 \begin_layout Plain Layout
16160
16161
16162 \backslash
16163 let
16164 \backslash
16165 myHlineC
16166 \backslash
16167 hline
16168 \end_layout
16169
16170 \begin_layout Plain Layout
16171
16172
16173 \backslash
16174 renewcommand{
16175 \backslash
16176 hline}
16177 \end_layout
16178
16179 \begin_layout Plain Layout
16180
16181  {
16182 \backslash
16183 arrayrulecolor{red}
16184 \backslash
16185 myHlineC
16186 \backslash
16187 arrayrulecolor{black}}
16188 \end_layout
16189
16190 \end_inset
16191
16192
16193 \begin_inset Float table
16194 placement h
16195 wide false
16196 sideways false
16197 status open
16198
16199 \begin_layout Plain Layout
16200 \begin_inset Caption
16201
16202 \begin_layout Plain Layout
16203 \begin_inset CommandInset label
16204 LatexCommand label
16205 name "tab:Tabelle-mit-farbigen-horiz"
16206
16207 \end_inset
16208
16209 Tabelle mit farbigen horizontalen Linien
16210 \end_layout
16211
16212 \end_inset
16213
16214
16215 \end_layout
16216
16217 \begin_layout Plain Layout
16218 \align center
16219 \begin_inset Tabular
16220 <lyxtabular version="3" rows="3" columns="3">
16221 <features>
16222 <column alignment="center" valignment="top" width="0">
16223 <column alignment="center" valignment="top" width="0">
16224 <column alignment="center" valignment="top" width="0">
16225 <row>
16226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 sd
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 </row>
16254 <row>
16255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 sd
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 </row>
16283 <row>
16284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 sd
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 </row>
16312 </lyxtabular>
16313
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \end_inset
16320
16321
16322 \end_layout
16323
16324 \begin_layout Standard
16325 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16326  als TeX-Code hinter der Tabelle einfügen:
16327 \end_layout
16328
16329 \begin_layout Standard
16330
16331 \series bold
16332
16333 \backslash
16334 renewcommand{
16335 \backslash
16336 hline}{
16337 \backslash
16338 myHlineC}
16339 \end_layout
16340
16341 \begin_layout Standard
16342 Tabelle
16343 \begin_inset space ~
16344 \end_inset
16345
16346
16347 \begin_inset CommandInset ref
16348 LatexCommand ref
16349 reference "tab:Table-with-colored"
16350
16351 \end_inset
16352
16353  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16354 \end_layout
16355
16356 \begin_layout Standard
16357 \begin_inset Float table
16358 placement h
16359 wide false
16360 sideways false
16361 status open
16362
16363 \begin_layout Plain Layout
16364 \begin_inset Caption
16365
16366 \begin_layout Plain Layout
16367 \begin_inset CommandInset label
16368 LatexCommand label
16369 name "tab:Table-with-colored"
16370
16371 \end_inset
16372
16373 Tabelle mit farbigen Linien
16374 \end_layout
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Plain Layout
16382 \align center
16383 \begin_inset Tabular
16384 <lyxtabular version="3" rows="3" columns="3">
16385 <features>
16386 <column alignment="center" valignment="top" width="0" special="Wc">
16387 <column alignment="center" valignment="top" width="0" special="Wc">
16388 <column alignment="center" valignment="top" width="0" special="WcW">
16389 <row>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 sd
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 </row>
16418 <row>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 sd
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 </row>
16447 <row topspace="default">
16448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 sd
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 </row>
16476 </lyxtabular>
16477
16478 \end_inset
16479
16480
16481 \end_layout
16482
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \begin_layout Standard
16489 \begin_inset ERT
16490 status collapsed
16491
16492 \begin_layout Plain Layout
16493
16494
16495 \backslash
16496 renewcommand{
16497 \backslash
16498 hline}{
16499 \backslash
16500 myHlineC}
16501 \end_layout
16502
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \begin_layout Standard
16509 \begin_inset ERT
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513
16514
16515 \backslash
16516 setlength{
16517 \backslash
16518 arrayrulewidth}{0.4pt}
16519 \end_layout
16520
16521 \end_inset
16522
16523
16524 \begin_inset Note Note
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528 setzt die Liniendicke wieder auf ihren Standardwert zurück
16529 \end_layout
16530
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \begin_layout Section
16537 Tabellen-Anpassung
16538 \begin_inset Index
16539 status collapsed
16540
16541 \begin_layout Plain Layout
16542 Tabellen ! Anpassung
16543 \end_layout
16544
16545 \end_inset
16546
16547
16548 \end_layout
16549
16550 \begin_layout Subsection
16551 Zeilenabstand
16552 \begin_inset CommandInset label
16553 LatexCommand label
16554 name "uab:Zeilenabstand"
16555
16556 \end_inset
16557
16558
16559 \begin_inset Index
16560 status collapsed
16561
16562 \begin_layout Plain Layout
16563 Tabellen ! Zeilenabstand
16564 \end_layout
16565
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \begin_layout Standard
16572 Auf der Karteikarte 
16573 \family sans
16574 Rahmen
16575 \family default
16576  des 
16577 \family sans
16578 Tabellen-Einstellungen
16579 \family default
16580 -Dialogs können Sie 
16581 \family sans
16582 zusätzliche
16583 \begin_inset space ~
16584 \end_inset
16585
16586 Abstände
16587 \family default
16588  einfügen.
16589  Dabei haben Sie drei Möglichkeiten:
16590 \end_layout
16591
16592 \begin_layout Description
16593 Oberhalb
16594 \begin_inset space ~
16595 \end_inset
16596
16597 der
16598 \begin_inset space ~
16599 \end_inset
16600
16601 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16602  Bei einer formalen Tabelle
16603 \begin_inset Foot
16604 status collapsed
16605
16606 \begin_layout Plain Layout
16607 Formale Tabellen wurden in Abschnitt
16608 \begin_inset space ~
16609 \end_inset
16610
16611
16612 \begin_inset CommandInset ref
16613 LatexCommand ref
16614 reference "abs:Formale-Tabellen"
16615
16616 \end_inset
16617
16618  beschrieben.
16619 \end_layout
16620
16621 \end_inset
16622
16623  fügt LyX standardmäßig 0.5
16624 \begin_inset space \thinspace{}
16625 \end_inset
16626
16627 em Leerraum ein.
16628  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16629 \begin_inset VSpace medskip
16630 \end_inset
16631
16632
16633 \begin_inset Newline newline
16634 \end_inset
16635
16636
16637 \begin_inset space \hspace*{}
16638 \length 0pt
16639 \end_inset
16640
16641
16642 \begin_inset space \hfill{}
16643 \end_inset
16644
16645
16646 \begin_inset Tabular
16647 <lyxtabular version="3" rows="3" columns="1">
16648 <features>
16649 <column alignment="center" valignment="top" width="0">
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 A
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row topspace="3mm">
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 3
16667 \begin_inset space \thinspace{}
16668 \end_inset
16669
16670 mm Leerraum oberhalb der Zeile
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 C
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 </row>
16687 </lyxtabular>
16688
16689 \end_inset
16690
16691
16692 \begin_inset space \hfill{}
16693 \end_inset
16694
16695
16696 \begin_inset space \hspace*{}
16697 \length 0pt
16698 \end_inset
16699
16700
16701 \begin_inset VSpace medskip
16702 \end_inset
16703
16704
16705 \begin_inset Newline newline
16706 \end_inset
16707
16708 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16709 n Linien verwenden.
16710 \end_layout
16711
16712 \begin_layout Description
16713 Unterhalb
16714 \begin_inset space ~
16715 \end_inset
16716
16717 der
16718 \begin_inset space ~
16719 \end_inset
16720
16721 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16722  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16723 \begin_inset space \thinspace{}
16724 \end_inset
16725
16726 em Leerraum ein.
16727  Bei normalen Tabellen ist der Standardwert 2
16728 \begin_inset space \thinspace{}
16729 \end_inset
16730
16731 pt.
16732 \end_layout
16733
16734 \begin_layout Description
16735 Zwischen
16736 \begin_inset space ~
16737 \end_inset
16738
16739 den
16740 \begin_inset space ~
16741 \end_inset
16742
16743 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16744  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16745 \begin_inset space \thinspace{}
16746 \end_inset
16747
16748 em Leerraum ein.
16749  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16750 \begin_inset VSpace medskip
16751 \end_inset
16752
16753
16754 \begin_inset Newline newline
16755 \end_inset
16756
16757
16758 \begin_inset space \hspace*{}
16759 \length 0pt
16760 \end_inset
16761
16762
16763 \begin_inset space \hfill{}
16764 \end_inset
16765
16766
16767 \begin_inset Tabular
16768 <lyxtabular version="3" rows="3" columns="1">
16769 <features>
16770 <column alignment="center" valignment="top" width="0">
16771 <row>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 A
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 </row>
16782 <row interlinespace="3mm">
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $\downarrow$
16788 \end_inset
16789
16790  3
16791 \begin_inset space \thinspace{}
16792 \end_inset
16793
16794 mm Leerraum zwischen den Zeilen 
16795 \begin_inset Formula $\downarrow$
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 \begin_inset Formula $\uparrow$
16810 \end_inset
16811
16812  3
16813 \begin_inset space \thinspace{}
16814 \end_inset
16815
16816 mm Leerraum zwischen den Zeilen 
16817 \begin_inset Formula $\uparrow$
16818 \end_inset
16819
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 </lyxtabular>
16827
16828 \end_inset
16829
16830
16831 \begin_inset space \hfill{}
16832 \end_inset
16833
16834
16835 \begin_inset space \hspace*{}
16836 \length 0pt
16837 \end_inset
16838
16839
16840 \begin_inset VSpace medskip
16841 \end_inset
16842
16843
16844 \begin_inset Newline newline
16845 \end_inset
16846
16847 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16848 n Linien verwenden.
16849 \end_layout
16850
16851 \begin_layout Standard
16852 \begin_inset VSpace bigskip
16853 \end_inset
16854
16855 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16856  Befehlen im LaTeX-Vorspann machen:
16857 \end_layout
16858
16859 \begin_layout Standard
16860
16861 \series bold
16862
16863 \backslash
16864 @ifundefined{extrarowheight}
16865 \begin_inset Newline newline
16866 \end_inset
16867
16868
16869 \begin_inset ERT
16870 status collapsed
16871
16872 \begin_layout Plain Layout
16873
16874
16875 \backslash
16876 hphantom{ }
16877 \end_layout
16878
16879 \end_inset
16880
16881 {
16882 \backslash
16883 usepackage{array}}{}
16884 \begin_inset Newline newline
16885 \end_inset
16886
16887
16888 \backslash
16889 setlength{
16890 \backslash
16891 extrarowheight}{Höhe}
16892 \end_layout
16893
16894 \begin_layout Standard
16895 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16896  ausgerichtet sind.
16897  (Das Paket 
16898 \series bold
16899 array
16900 \series default
16901  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16902  verwenden.
16903  Der Befehl 
16904 \series bold
16905
16906 \backslash
16907 @ifundefined
16908 \series default
16909  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16910 \end_layout
16911
16912 \begin_layout Subsection
16913 Besondere Zellenausrichtung
16914 \begin_inset Index
16915 status collapsed
16916
16917 \begin_layout Plain Layout
16918 Tabellen ! Zellenausrichtung
16919 \end_layout
16920
16921 \end_inset
16922
16923
16924 \end_layout
16925
16926 \begin_layout Standard
16927 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16928  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16929 \begin_inset space ~
16930 \end_inset
16931
16932
16933 \begin_inset CommandInset ref
16934 LatexCommand ref
16935 reference "tab:Tabellenzellen-sind-auf"
16936
16937 \end_inset
16938
16939 .
16940 \end_layout
16941
16942 \begin_layout Standard
16943 \begin_inset Float table
16944 placement h
16945 wide false
16946 sideways false
16947 status open
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Caption
16951
16952 \begin_layout Plain Layout
16953 \begin_inset CommandInset label
16954 LatexCommand label
16955 name "tab:Tabellenzellen-sind-auf"
16956
16957 \end_inset
16958
16959 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16960 \end_layout
16961
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \begin_layout Plain Layout
16968 \align center
16969 \begin_inset Tabular
16970 <lyxtabular version="3" rows="4" columns="2">
16971 <features>
16972 <column alignment="right" valignment="top" width="0">
16973 <column alignment="left" valignment="top" width="0" special="@{}l">
16974 <row>
16975 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 Überschrift
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 12.
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 6
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 </row>
17014 <row>
17015 <cell alignment="center" valignment="top" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 0.
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 68
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 -123.
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 0
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 </lyxtabular>
17055
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \begin_layout Standard
17067 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17068  Die Überschrift ist eine zentrierte Mehrfachspalte.
17069  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17070  der Zahlen einschließlich Dezimalpunkt.
17071  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17072  der Zahlen.
17073   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17074 \family sans
17075 LaTe
17076 \begin_inset ERT
17077 status collapsed
17078
17079 \begin_layout Plain Layout
17080
17081 {}
17082 \end_layout
17083
17084 \end_inset
17085
17086 X-Argument
17087 \family default
17088  für die zweite Spalte folgendes eingefügt:
17089 \end_layout
17090
17091 \begin_layout Standard
17092
17093 \series bold
17094 @{}l
17095 \end_layout
17096
17097 \begin_layout Standard
17098 Tabelle
17099 \begin_inset space ~
17100 \end_inset
17101
17102
17103 \begin_inset CommandInset ref
17104 LatexCommand ref
17105 reference "tab:Verschiedene-Ausrichtungen"
17106
17107 \end_inset
17108
17109  zeigt einige Ausrichtungen.
17110  Für die Ausrichtung der Relationen müssen Sie den 
17111 \family sans
17112 Mittleren
17113 \begin_inset space ~
17114 \end_inset
17115
17116 Abstand
17117 \family default
17118  aus der 
17119 \family sans
17120 Mathe-Werkzeugleiste
17121 \family default
17122  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17123  rechts vom Relationszeichen zu bekommen.
17124 \end_layout
17125
17126 \begin_layout Standard
17127
17128 \color black
17129 \begin_inset Float table
17130 placement h
17131 wide false
17132 sideways false
17133 status open
17134
17135 \begin_layout Plain Layout
17136
17137 \color black
17138 \begin_inset Caption
17139
17140 \begin_layout Plain Layout
17141
17142 \color black
17143 \begin_inset CommandInset label
17144 LatexCommand label
17145 name "tab:Verschiedene-Ausrichtungen"
17146
17147 \end_inset
17148
17149
17150 \color inherit
17151 Verschiedene Ausrichtungen
17152 \end_layout
17153
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \begin_layout Plain Layout
17160 \align center
17161 \begin_inset Tabular
17162 <lyxtabular version="3" rows="4" columns="6">
17163 <features>
17164 <column alignment="right" valignment="top" width="0">
17165 <column alignment="left" valignment="top" width="0" special="@{}l">
17166 <column alignment="right" valignment="top" width="0">
17167 <column alignment="left" valignment="top" width="0" special="@{}l">
17168 <column alignment="right" valignment="top" width="0">
17169 <column alignment="left" valignment="top" width="0" special="@{}l">
17170 <row>
17171 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 Einheiten
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193 Exponenten
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 Relationen
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 </row>
17226 <row>
17227 <cell alignment="center" valignment="top" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 12×
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 24
17241 \begin_inset space \thinspace{}
17242 \end_inset
17243
17244 Flaschen
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 \begin_inset Formula $10\cdot$
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Formula $10^{\mbox{-}17}$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 \begin_inset Formula $\Gamma(t)\propto$
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 <cell alignment="center" valignment="top" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289 \begin_inset Formula $\:\Upsilon(t)$
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 </row>
17298 <row>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 1024×
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 768
17313 \begin_inset space \thinspace{}
17314 \end_inset
17315
17316 Pixel
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 \begin_inset Formula $5.78\cdot$
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 \begin_inset Formula $10^{7}$
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 \begin_inset Formula $A\ne$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 \begin_inset Formula $\: B_{\mathrm{red}}$
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 32×
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 6
17385 \begin_inset space \thinspace{}
17386 \end_inset
17387
17388 cm
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 -
17398 \begin_inset Formula $33.5\cdot$
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
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 \begin_inset Formula $\sin(\alpha)\ge$
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $\:\sin(\beta)$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 </lyxtabular>
17444
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \begin_layout Standard
17456 \begin_inset VSpace bigskip
17457 \end_inset
17458
17459 Es gibt auch noch das LaTeX-Paket 
17460 \series bold
17461 dcolumn
17462 \series default
17463 ,
17464 \begin_inset Index
17465 status collapsed
17466
17467 \begin_layout Plain Layout
17468 LaTeX-Pakete ! dcolumn
17469 \end_layout
17470
17471 \end_inset
17472
17473  mit dem man Zellen ausrichten kann.
17474  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17475  in den Zellen.
17476  Die erste Spalte von Tabelle
17477 \begin_inset space ~
17478 \end_inset
17479
17480
17481 \begin_inset CommandInset ref
17482 LatexCommand ref
17483 reference "tab:Verschiedene-Ausrichtungen"
17484
17485 \end_inset
17486
17487  wird mit 
17488 \family typewriter
17489 dcolumn
17490 \family default
17491  wie die erste Spalte von Tabelle
17492 \begin_inset space ~
17493 \end_inset
17494
17495
17496 \begin_inset CommandInset ref
17497 LatexCommand ref
17498 reference "tab:Ausrichtung-mit-dem"
17499
17500 \end_inset
17501
17502  aussehen und nur mit ein paar Tricks wie erwartet.
17503  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17504 \begin_inset space ~
17505 \end_inset
17506
17507
17508 \begin_inset CommandInset ref
17509 LatexCommand ref
17510 reference "tab:Verschiedene-Ausrichtungen"
17511
17512 \end_inset
17513
17514  ist mit 
17515 \series bold
17516 dcolumn
17517 \series default
17518  nicht möglich.
17519 \end_layout
17520
17521 \begin_layout Standard
17522 \begin_inset Float table
17523 placement h
17524 wide false
17525 sideways false
17526 status open
17527
17528 \begin_layout Plain Layout
17529 \begin_inset Caption
17530
17531 \begin_layout Plain Layout
17532 \begin_inset CommandInset label
17533 LatexCommand label
17534 name "tab:Ausrichtung-mit-dem"
17535
17536 \end_inset
17537
17538 Ausrichtung mit dem LaTeX-Paket 
17539 \series bold
17540 dcolumn
17541 \series default
17542 .
17543  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17544  bekommen.
17545 \begin_inset OptArg
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 Ausrichtung mit dem LaTeX-Paket 
17550 \series bold
17551 dcolumn
17552 \end_layout
17553
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \begin_layout Plain Layout
17565 \align center
17566 \begin_inset Tabular
17567 <lyxtabular version="3" rows="4" columns="3">
17568 <features>
17569 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17570 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17571 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17572 <row>
17573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 Einheiten
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 Einheiten
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 Einheiten
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 </row>
17601 <row>
17602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606 12x24
17607 \begin_inset space \thinspace{}
17608 \end_inset
17609
17610
17611 \begin_inset Formula $\mbox{Flaschen}$
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623 12x24
17624 \begin_inset space \thinspace{}
17625 \end_inset
17626
17627
17628 \begin_inset Formula $\mbox{Flaschen}$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 12
17641 \begin_inset ERT
17642 status collapsed
17643
17644 \begin_layout Plain Layout
17645
17646
17647 \backslash
17648 times 
17649 \end_layout
17650
17651 \end_inset
17652
17653 24~
17654 \begin_inset Formula $\mbox{Flaschen}$
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 </row>
17663 <row>
17664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 1024x768
17669 \begin_inset space \thinspace{}
17670 \end_inset
17671
17672
17673 \begin_inset Formula $\mbox{Pixel}$
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685 1024x768
17686 \begin_inset space \thinspace{}
17687 \end_inset
17688
17689
17690 \begin_inset Formula $\mbox{Pixel}$
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 1024
17703 \begin_inset ERT
17704 status collapsed
17705
17706 \begin_layout Plain Layout
17707
17708
17709 \backslash
17710 times 
17711 \end_layout
17712
17713 \end_inset
17714
17715 768~
17716 \begin_inset Formula $\mbox{Pixel}$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 32x6
17731 \begin_inset space \thinspace{}
17732 \end_inset
17733
17734
17735 \begin_inset Formula $\mbox{cm}$
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 32x6
17748 \begin_inset space \thinspace{}
17749 \end_inset
17750
17751
17752 \begin_inset Formula $\mbox{cm}$
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 32
17765 \begin_inset ERT
17766 status collapsed
17767
17768 \begin_layout Plain Layout
17769
17770
17771 \backslash
17772 times 
17773 \end_layout
17774
17775 \end_inset
17776
17777 6~
17778 \begin_inset Formula $\mbox{cm}$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 </lyxtabular>
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \begin_layout Subsection
17800 Angepasste Zellen-/Spaltenformate
17801 \begin_inset CommandInset label
17802 LatexCommand label
17803 name "uab:Angepasste-Zellen-/Spaltenformate"
17804
17805 \end_inset
17806
17807
17808 \begin_inset Index
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812 Tabellen ! Spaltenformat
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821 Wenn man wie in Abschnitt
17822 \begin_inset space ~
17823 \end_inset
17824
17825
17826 \begin_inset CommandInset ref
17827 LatexCommand ref
17828 reference "uab:Mehrfachspalten-Berechnungen"
17829
17830 \end_inset
17831
17832  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17833  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17834  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17835  definieren:
17836 \end_layout
17837
17838 \begin_layout Standard
17839
17840 \series bold
17841
17842 \backslash
17843 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17844 \end_layout
17845
17846 \begin_layout Standard
17847 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17848 \emph on
17849 b
17850 \emph default
17851
17852 \emph on
17853 c
17854 \emph default
17855
17856 \emph on
17857 l
17858 \emph default
17859
17860 \emph on
17861 m
17862 \emph default
17863
17864 \emph on
17865 p
17866 \emph default
17867  oder 
17868 \emph on
17869 r
17870 \emph default
17871 , weil diese vordefiniert sind.
17872  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17873 \end_layout
17874
17875 \begin_layout Standard
17876 \begin_inset VSpace medskip
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17884  Breite könnte das Format so aussehen:
17885 \end_layout
17886
17887 \begin_layout Standard
17888
17889 \series bold
17890
17891 \backslash
17892 newcolumntype{M}[1]{>{
17893 \backslash
17894 centering
17895 \backslash
17896 hspace{0pt}}m{#1}}
17897 \end_layout
17898
17899 \begin_layout Standard
17900 wobei 
17901 \series bold
17902
17903 \backslash
17904 hspace{0pt}
17905 \series default
17906  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17907  Abschnitt
17908 \begin_inset space ~
17909 \end_inset
17910
17911
17912 \begin_inset CommandInset ref
17913 LatexCommand ref
17914 reference "uab:Mehrfache-Zeilen-in"
17915
17916 \end_inset
17917
17918  beschrieben.
17919  Jetzt können Sie mit
17920 \end_layout
17921
17922 \begin_layout Standard
17923
17924 \series bold
17925 M{Breite}
17926 \end_layout
17927
17928 \begin_layout Standard
17929 im 
17930 \family sans
17931 LaTeX-Argument
17932 \family default
17933  im 
17934 \family sans
17935 Tabellen-Einstellungen
17936 \family default
17937 -Dialog eine Mehrfachspalte definieren.
17938 \end_layout
17939
17940 \begin_layout Standard
17941 \begin_inset VSpace bigskip
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Standard
17948 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17949  Format definieren:
17950 \end_layout
17951
17952 \begin_layout Standard
17953
17954 \series bold
17955
17956 \backslash
17957 newcolumntype{S}[2]{>{
17958 \backslash
17959 centering
17960 \backslash
17961 hspace{0pt}}
17962 \begin_inset Newline newline
17963 \end_inset
17964
17965
17966 \begin_inset ERT
17967 status collapsed
17968
17969 \begin_layout Plain Layout
17970
17971
17972 \backslash
17973 phantom{
17974 \end_layout
17975
17976 \end_inset
17977
17978
17979 \backslash
17980 newcolumntype
17981 \begin_inset ERT
17982 status collapsed
17983
17984 \begin_layout Plain Layout
17985
17986 }
17987 \end_layout
17988
17989 \end_inset
17990
17991 m{(#1+(2
17992 \backslash
17993 tabcolsep+
17994 \backslash
17995 arrayrulewidth)*(1-#2))/#2}}
17996 \end_layout
17997
17998 \begin_layout Standard
17999 Dieses Format benutzt Gleichung
18000 \begin_inset space ~
18001 \end_inset
18002
18003
18004 \begin_inset CommandInset ref
18005 LatexCommand ref
18006 reference "eq:Wgn"
18007
18008 \end_inset
18009
18010 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18011  breit ist.
18012 \end_layout
18013
18014 \begin_layout Standard
18015 Jetzt können Sie im 
18016 \family sans
18017 LaTeX-Argument
18018 \family default
18019  im 
18020 \family sans
18021 Tabellen-Einstellungen
18022 \family default
18023 -Dialog folgendes einfügen:
18024 \end_layout
18025
18026 \begin_layout Standard
18027
18028 \series bold
18029 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18030 \end_layout
18031
18032 \begin_layout Standard
18033 \begin_inset VSpace bigskip
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \begin_layout Standard
18040 Für farbige Spalten können Sie folgendes einfügen:
18041 \end_layout
18042
18043 \begin_layout Standard
18044
18045 \series bold
18046
18047 \backslash
18048 newcolumntype{K}[1]{>{
18049 \backslash
18050 columncolor{#1}
18051 \backslash
18052 hspace{0pt}}c}
18053 \end_layout
18054
18055 \begin_layout Standard
18056 Das 
18057 \begin_inset Quotes gld
18058 \end_inset
18059
18060 c
18061 \begin_inset Quotes grd
18062 \end_inset
18063
18064  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18065  zentriert ist.
18066  Jetzt können Sie als 
18067 \family sans
18068 LaTeX-Argument
18069 \family default
18070  folgendes einfügen:
18071 \end_layout
18072
18073 \begin_layout Standard
18074
18075 \series bold
18076 K{Farbname}
18077 \end_layout
18078
18079 \begin_layout Standard
18080 \begin_inset VSpace bigskip
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 Für Tabelle
18088 \begin_inset space ~
18089 \end_inset
18090
18091
18092 \begin_inset CommandInset ref
18093 LatexCommand ref
18094 reference "tab:Tabelle-mit-benutzerdefinierte"
18095
18096 \end_inset
18097
18098  wurden folgende 
18099 \family sans
18100 LaTeX-Argumente
18101 \family default
18102  benutzt:
18103 \end_layout
18104
18105 \begin_layout Standard
18106
18107 \series bold
18108 M{2.5cm}
18109 \end_layout
18110
18111 \begin_layout Standard
18112 für die erste Spalte und die Mehrfachspalte,
18113 \end_layout
18114
18115 \begin_layout Standard
18116
18117 \series bold
18118 K{red}
18119 \end_layout
18120
18121 \begin_layout Standard
18122 für die letzte Spalte und
18123 \end_layout
18124
18125 \begin_layout Standard
18126
18127 \series bold
18128 S{2.5cm}{2}
18129 \end_layout
18130
18131 \begin_layout Standard
18132 für die Spalten in der zweiten Mehrfachspalte.
18133 \end_layout
18134
18135 \begin_layout Standard
18136 \begin_inset Float table
18137 placement h
18138 wide false
18139 sideways false
18140 status open
18141
18142 \begin_layout Plain Layout
18143 \begin_inset Caption
18144
18145 \begin_layout Plain Layout
18146 \begin_inset CommandInset label
18147 LatexCommand label
18148 name "tab:Tabelle-mit-benutzerdefinierte"
18149
18150 \end_inset
18151
18152 Tabelle mit benutzerdefinierten Formaten
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Plain Layout
18161 \align center
18162 \begin_inset Tabular
18163 <lyxtabular version="3" rows="3" columns="4">
18164 <features>
18165 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18166 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18167 <column alignment="center" valignment="middle" width="0">
18168 <column alignment="center" valignment="middle" width="0" special="K{red}">
18169 <row>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 einsehrlangesWort
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 Mehrfachspalte mit mehreren Zeilen
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201 c
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 </row>
18207 <row>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 d
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 e
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 f
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 g
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 </row>
18245 <row>
18246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 h
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 i
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 j
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 k
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 </lyxtabular>
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \begin_layout Subsection
18296 Liniendicke
18297 \begin_inset CommandInset label
18298 LatexCommand label
18299 name "uab:Liniendicke"
18300
18301 \end_inset
18302
18303
18304 \begin_inset Index
18305 status collapsed
18306
18307 \begin_layout Plain Layout
18308 Tabellen  ! Linien ! -dicke
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 Die Liniendicke für alle Linien einer Tabelle kann mit 
18318 \series bold
18319
18320 \backslash
18321 arrayrulewidth
18322 \series default
18323  eingestellt werden.
18324  Um eine Liniendicke von 1.5
18325 \begin_inset space \thinspace{}
18326 \end_inset
18327
18328 pt wie in Tabelle
18329 \begin_inset space ~
18330 \end_inset
18331
18332
18333 \begin_inset CommandInset ref
18334 LatexCommand ref
18335 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18336
18337 \end_inset
18338
18339  zu bekommen, geben Sie den Befehl
18340 \end_layout
18341
18342 \begin_layout Standard
18343
18344 \series bold
18345
18346 \backslash
18347 setlength{
18348 \backslash
18349 arrayrulewidth}{1.5pt}
18350 \end_layout
18351
18352 \begin_layout Standard
18353 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18354  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18355  Mit
18356 \end_layout
18357
18358 \begin_layout Standard
18359
18360 \series bold
18361
18362 \backslash
18363 setlength{
18364 \backslash
18365 arrayrulewidth}{0.4pt}
18366 \end_layout
18367
18368 \begin_layout Standard
18369 bekommen Sie wieder die Standarddicke.
18370 \end_layout
18371
18372 \begin_layout Standard
18373 \begin_inset ERT
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377
18378
18379 \backslash
18380 setlength{
18381 \backslash
18382 arrayrulewidth}{1.5pt}
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \begin_inset Float table
18389 placement H
18390 wide false
18391 sideways false
18392 status open
18393
18394 \begin_layout Plain Layout
18395 \begin_inset Caption
18396
18397 \begin_layout Plain Layout
18398 \begin_inset CommandInset label
18399 LatexCommand label
18400 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18401
18402 \end_inset
18403
18404 Tabelle mit 1.5
18405 \begin_inset space \thinspace{}
18406 \end_inset
18407
18408 pt Liniendicke
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \end_layout
18415
18416 \begin_layout Plain Layout
18417 \align center
18418 \begin_inset Tabular
18419 <lyxtabular version="3" rows="3" columns="3">
18420 <features>
18421 <column alignment="center" valignment="top" width="0">
18422 <column alignment="center" valignment="top" width="0">
18423 <column alignment="center" valignment="top" width="0">
18424 <row>
18425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 sd
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 <row>
18454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 sd
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 </row>
18482 <row>
18483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 sd
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 </row>
18511 </lyxtabular>
18512
18513 \end_inset
18514
18515
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \begin_inset ERT
18522 status collapsed
18523
18524 \begin_layout Plain Layout
18525
18526
18527 \backslash
18528 setlength{
18529 \backslash
18530 arrayrulewidth}{0.4pt}
18531 \end_layout
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 \begin_inset VSpace bigskip
18540 \end_inset
18541
18542 Um eine Liniendicke von 1.5
18543 \begin_inset space \thinspace{}
18544 \end_inset
18545
18546 pt nur für horizontale Linien zu bekommen wie in Tabelle
18547 \begin_inset space ~
18548 \end_inset
18549
18550
18551 \begin_inset CommandInset ref
18552 LatexCommand ref
18553 reference "tab:Tabelle-mit-1.5pt-horiz"
18554
18555 \end_inset
18556
18557 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18558  einfügen:
18559 \end_layout
18560
18561 \begin_layout Standard
18562
18563 \series bold
18564
18565 \backslash
18566 let
18567 \backslash
18568 myHline
18569 \backslash
18570 hline
18571 \begin_inset Newline newline
18572 \end_inset
18573
18574
18575 \backslash
18576 renewcommand{
18577 \backslash
18578 hline}
18579 \begin_inset Newline newline
18580 \end_inset
18581
18582  {
18583 \backslash
18584 noalign{
18585 \backslash
18586 global
18587 \backslash
18588 arrayrulewidth 1.5pt}
18589 \begin_inset Newline newline
18590 \end_inset
18591
18592  
18593 \backslash
18594 myHline
18595 \backslash
18596 noalign{
18597 \backslash
18598 global
18599 \backslash
18600 arrayrulewidth 0.4pt}}
18601 \end_layout
18602
18603 \begin_layout Standard
18604 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18605  der (Gleit\SpecialChar \-
18606 objekt-)Tabelle zurück:
18607 \end_layout
18608
18609 \begin_layout Standard
18610
18611 \series bold
18612
18613 \backslash
18614 renewcommand{
18615 \backslash
18616 hline}{
18617 \backslash
18618 myHline}
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 let
18630 \backslash
18631 myHline
18632 \backslash
18633 hline
18634 \end_layout
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 renewcommand{
18641 \backslash
18642 hline}
18643 \end_layout
18644
18645 \begin_layout Plain Layout
18646
18647  {
18648 \backslash
18649 noalign{
18650 \backslash
18651 global
18652 \backslash
18653 arrayrulewidth 1.5pt}
18654 \end_layout
18655
18656 \begin_layout Plain Layout
18657
18658   
18659 \backslash
18660 myHline
18661 \backslash
18662 noalign{
18663 \backslash
18664 global
18665 \backslash
18666 arrayrulewidth 0.4pt}}
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \begin_inset Float table
18673 placement h
18674 wide false
18675 sideways false
18676 status open
18677
18678 \begin_layout Plain Layout
18679 \begin_inset Caption
18680
18681 \begin_layout Plain Layout
18682 \begin_inset CommandInset label
18683 LatexCommand label
18684 name "tab:Tabelle-mit-1.5pt-horiz"
18685
18686 \end_inset
18687
18688 Tabelle mit 1.5
18689 \begin_inset space \thinspace{}
18690 \end_inset
18691
18692 pt dicken horizontalen Linien
18693 \end_layout
18694
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \begin_layout Plain Layout
18701 \align center
18702 \begin_inset Tabular
18703 <lyxtabular version="3" rows="3" columns="3">
18704 <features>
18705 <column alignment="center" valignment="top" width="0">
18706 <column alignment="center" valignment="top" width="0">
18707 <column alignment="center" valignment="top" width="0">
18708 <row>
18709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713 sd
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18719 \begin_inset Text
18720
18721 \begin_layout Plain Layout
18722
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 <row>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 sd
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 </row>
18766 <row>
18767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789 sd
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 </row>
18795 </lyxtabular>
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \begin_inset ERT
18806 status collapsed
18807
18808 \begin_layout Plain Layout
18809
18810
18811 \backslash
18812 renewcommand{
18813 \backslash
18814 hline}{
18815 \backslash
18816 myHline}
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Standard
18825 \begin_inset VSpace bigskip
18826 \end_inset
18827
18828 Um die Liniendicke von 1.5
18829 \begin_inset space \thinspace{}
18830 \end_inset
18831
18832 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18833  Spaltenformat entsprechend der Beschreibung in Abschnitt
18834 \begin_inset space ~
18835 \end_inset
18836
18837
18838 \begin_inset CommandInset ref
18839 LatexCommand ref
18840 reference "uab:Angepasste-Zellen-/Spaltenformate"
18841
18842 \end_inset
18843
18844  definieren:
18845 \end_layout
18846
18847 \begin_layout Standard
18848
18849 \series bold
18850
18851 \backslash
18852 newcolumntype{V}{!{
18853 \backslash
18854 vrule width 1.5pt}}
18855 \end_layout
18856
18857 \begin_layout Standard
18858 In Tabelle
18859 \begin_inset space ~
18860 \end_inset
18861
18862
18863 \begin_inset CommandInset ref
18864 LatexCommand ref
18865 reference "tab:Tabelle-mit-1.5pt-vert"
18866
18867 \end_inset
18868
18869  wurde das 
18870 \family sans
18871 LaTe
18872 \begin_inset ERT
18873 status collapsed
18874
18875 \begin_layout Plain Layout
18876
18877 {}
18878 \end_layout
18879
18880 \end_inset
18881
18882 X-Argument
18883 \family default
18884 \series bold
18885  VcV
18886 \series default
18887  für die letzte Spalte und
18888 \series bold
18889  Vc
18890 \series default
18891  für die anderen benutzt.
18892 \end_layout
18893
18894 \begin_layout Standard
18895 \begin_inset Float table
18896 placement H
18897 wide false
18898 sideways false
18899 status open
18900
18901 \begin_layout Plain Layout
18902 \begin_inset Caption
18903
18904 \begin_layout Plain Layout
18905 \begin_inset CommandInset label
18906 LatexCommand label
18907 name "tab:Tabelle-mit-1.5pt-vert"
18908
18909 \end_inset
18910
18911 Tabelle mit 1.5
18912 \begin_inset space \thinspace{}
18913 \end_inset
18914
18915 pt dicken vertikalen Linien
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \begin_layout Plain Layout
18924 \align center
18925 \begin_inset Tabular
18926 <lyxtabular version="3" rows="3" columns="3">
18927 <features>
18928 <column alignment="center" valignment="top" width="0" special="Vc">
18929 <column alignment="center" valignment="top" width="0" special="Vc">
18930 <column alignment="center" valignment="top" width="0" special="VcV">
18931 <row>
18932 <cell alignment="center" valignment="top" topline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 sd
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" topline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 sd
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 </row>
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 sd
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 </lyxtabular>
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Subsection
19031 Gestrichelte Linien
19032 \begin_inset Index
19033 status collapsed
19034
19035 \begin_layout Plain Layout
19036 Tabellen  ! Linien ! gestrichelte 
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 \begin_inset ERT
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049
19050
19051 \backslash
19052 ifarydshln
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \begin_inset Note Note
19059 status open
19060
19061 \begin_layout Plain Layout
19062 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19063 \series bold
19064 arydshln
19065 \series default
19066  installiert ist.
19067 \end_layout
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \begin_layout Standard
19075 \begin_inset Float table
19076 placement h
19077 wide false
19078 sideways false
19079 status open
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Caption
19083
19084 \begin_layout Plain Layout
19085 \begin_inset CommandInset label
19086 LatexCommand label
19087 name "tab:Tabelle-mit-gestrichelten"
19088
19089 \end_inset
19090
19091 Tabelle mit gestrichelten Linien
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \begin_layout Plain Layout
19100 \align center
19101 \begin_inset Tabular
19102 <lyxtabular version="3" rows="5" columns="5">
19103 <features>
19104 <column alignment="center" valignment="top" width="0">
19105 <column alignment="center" valignment="top" width="0">
19106 <column alignment="center" valignment="top" width="0" special=":c">
19107 <column alignment="center" valignment="top" width="0">
19108 <column alignment="center" valignment="top" width="0">
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 a
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123 b
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 c
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 d
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 e
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 f
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 g
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 h
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 i
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 j
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row>
19204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset ERT
19209 status collapsed
19210
19211 \begin_layout Plain Layout
19212
19213
19214 \backslash
19215 hdashline 
19216 \end_layout
19217
19218 \end_inset
19219
19220 k
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 l
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 <cell alignment="center" valignment="top" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 m
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 n
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 o
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 \begin_inset ERT
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271
19272
19273 \backslash
19274 cdashline{4-5}
19275 \end_layout
19276
19277 \end_inset
19278
19279 p
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 q
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 r
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 s
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 </row>
19321 <row>
19322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 t
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 u
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 v
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 w
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 x
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 </lyxtabular>
19369
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \begin_layout Standard
19381 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19382  TeX-Code benutzen.
19383  Zunächst müssen Sie das LaTeX-Paket 
19384 \series bold
19385 arydshln
19386 \series default
19387
19388 \begin_inset Index
19389 status collapsed
19390
19391 \begin_layout Plain Layout
19392 LaTeX-Pakete ! arydshln
19393 \end_layout
19394
19395 \end_inset
19396
19397  im LaTeX-Vorspann laden:
19398 \end_layout
19399
19400 \begin_layout Standard
19401
19402 \series bold
19403
19404 \backslash
19405 usepackage{arydshln}
19406 \end_layout
19407
19408 \begin_layout Standard
19409 Um senkrechte Linien zu stricheln, müssen Sie im 
19410 \family sans
19411 LaTe
19412 \begin_inset ERT
19413 status collapsed
19414
19415 \begin_layout Plain Layout
19416
19417 {}
19418 \end_layout
19419
19420 \end_inset
19421
19422 X-Argument
19423 \family default
19424  des 
19425 \family sans
19426 Tabellen-Einstellungen
19427 \family default
19428 -Dialogs 
19429 \begin_inset Quotes gld
19430 \end_inset
19431
19432 :
19433 \begin_inset Quotes grd
19434 \end_inset
19435
19436 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19437 \end_layout
19438
19439 \begin_layout Standard
19440 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19441 \end_layout
19442
19443 \begin_layout Standard
19444
19445 \series bold
19446
19447 \backslash
19448 hdashline
19449 \end_layout
19450
19451 \begin_layout Standard
19452 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19453 \end_layout
19454
19455 \begin_layout Standard
19456 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19457 \end_layout
19458
19459 \begin_layout Standard
19460
19461 \series bold
19462
19463 \backslash
19464 cdashline{Anfangsspalte-Endspalte}
19465 \end_layout
19466
19467 \begin_layout Standard
19468 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19469  Wenn Sie z.
19470 \begin_inset space \thinspace{}
19471 \end_inset
19472
19473 B.
19474  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19475  gestrichelte Linie haben, fügen Sie den Befehl
19476 \end_layout
19477
19478 \begin_layout Standard
19479
19480 \series bold
19481
19482 \backslash
19483 cdashline{2-4}
19484 \end_layout
19485
19486 \begin_layout Standard
19487 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19488 \end_layout
19489
19490 \begin_layout Standard
19491 \begin_inset VSpace bigskip
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \begin_layout Standard
19498 In Tabelle
19499 \begin_inset space ~
19500 \end_inset
19501
19502
19503 \begin_inset CommandInset ref
19504 LatexCommand ref
19505 reference "tab:Tabelle-mit-gestrichelten"
19506
19507 \end_inset
19508
19509  wurde in der dritten Spalte der Befehl
19510 \series bold
19511  
19512 \series default
19513
19514 \begin_inset Quotes gld
19515 \end_inset
19516
19517
19518 \series bold
19519 :c
19520 \begin_inset Quotes grd
19521 \end_inset
19522
19523
19524 \series default
19525  benutzt.
19526  Der Befehl 
19527 \series bold
19528
19529 \backslash
19530 hdashline
19531 \series default
19532  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19533 \begin_inset Newline newline
19534 \end_inset
19535
19536  
19537 \series bold
19538
19539 \backslash
19540 cdashline{4-5} 
19541 \series default
19542 wurde in die erste Zelle der vierten Zeile eingefügt.
19543 \end_layout
19544
19545 \begin_layout Standard
19546 \begin_inset Note Greyedout
19547 status open
19548
19549 \begin_layout Plain Layout
19550
19551 \series bold
19552 Bemerkung:
19553 \series default
19554  Das LaTeX-Paket 
19555 \series bold
19556 arydshln
19557 \series default
19558  ist nicht kompatibel dem LaTeX-Paket 
19559 \series bold
19560 colortbl
19561 \series default
19562
19563 \begin_inset Index
19564 status collapsed
19565
19566 \begin_layout Plain Layout
19567 LaTeX-Pakete ! colortbl
19568 \end_layout
19569
19570 \end_inset
19571
19572 , das für die farbigen Tabellen in Abschnitt
19573 \begin_inset space ~
19574 \end_inset
19575
19576
19577 \begin_inset CommandInset ref
19578 LatexCommand ref
19579 reference "abs:Farbige-Tabellen"
19580
19581 \end_inset
19582
19583  benutzt wurde.
19584  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \begin_layout Standard
19593 \begin_inset ERT
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597
19598
19599 \backslash
19600 else
19601 \end_layout
19602
19603 \end_inset
19604
19605
19606 \begin_inset Note Note
19607 status open
19608
19609 \begin_layout Plain Layout
19610 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19611 \series bold
19612 arydshln
19613 \series default
19614  nicht installiert ist:
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Standard
19623 Sie müssen das LaTeX-Paket 
19624 \series bold
19625 arydshln
19626 \series default
19627  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19628 \end_layout
19629
19630 \begin_layout Standard
19631 \begin_inset ERT
19632 status collapsed
19633
19634 \begin_layout Plain Layout
19635
19636
19637 \backslash
19638 fi
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Chapter
19647 Gleitobjekte
19648 \begin_inset CommandInset label
19649 LatexCommand label
19650 name "kap:Gleitobjekte"
19651
19652 \end_inset
19653
19654
19655 \begin_inset Index
19656 status collapsed
19657
19658 \begin_layout Plain Layout
19659 Gleitobjekte
19660 \end_layout
19661
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \begin_layout Section
19668 Einleitung
19669 \begin_inset CommandInset label
19670 LatexCommand label
19671 name "abs:Gleitobjekte-Einleitung"
19672
19673 \end_inset
19674
19675
19676 \begin_inset Index
19677 status collapsed
19678
19679 \begin_layout Plain Layout
19680 Gleitobjekte ! Einleitung
19681 \end_layout
19682
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \begin_layout Standard
19689 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19690  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19691  der beste Platz ist.
19692  
19693 \family sans
19694 Fußnoten
19695 \family default
19696  und 
19697 \family sans
19698 Randnotizen
19699 \family default
19700  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19701  wenn auf ihrer Seite schon zu viele sind.
19702 \end_layout
19703
19704 \begin_layout Standard
19705 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19706  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19707  um weiße Flächen und Seiten ohne Text zu vermeiden.
19708  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19709 löst,
19710  kann im Text auf ein Gleitobjekt verwiesen werden.
19711  Gleitobjekte sind deshalb nummeriert.
19712  Querverweise werden in Abschnitt
19713 \begin_inset space ~
19714 \end_inset
19715
19716
19717 \begin_inset CommandInset ref
19718 LatexCommand ref
19719 reference "abs:Auf-Gleitobjekte-verweisen"
19720
19721 \end_inset
19722
19723  beschrieben.
19724 \end_layout
19725
19726 \begin_layout Standard
19727 Ein Gleitobjekt wird mit 
19728 \family sans
19729 Einfügen\SpecialChar \menuseparator
19730 Gleitobjekt\SpecialChar \menuseparator
19731 Algorithmus/Abbildung/Ta\SpecialChar \-
19732 belle/Um\SpecialChar \-
19733 flos\SpecialChar \-
19734 se\SpecialChar \-
19735 nes
19736 \begin_inset space ~
19737 \end_inset
19738
19739 Gleitobjekt
19740 \family default
19741  eingefügt.
19742  Für Abbildungen oder Tabellen können Sie auch auf 
19743 \begin_inset Graphics
19744         filename ../../images/float-insert_figure.png
19745         scale 70
19746         scaleBeforeRotation
19747         BoundingBox 0bp 6bp 22bp 22bp
19748
19749 \end_inset
19750
19751  oder 
19752 \begin_inset Graphics
19753         filename ../../images/float-insert_table.png
19754         scale 70
19755         scaleBeforeRotation
19756         BoundingBox 0bp 6bp 22bp 22bp
19757
19758 \end_inset
19759
19760  klicken.
19761  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19762  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19763  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19764  #:).
19765  Statt # sehen Sie die von LyX vergebene Nummer.
19766  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19767  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19768  eingefügt.
19769  In Abschnitt
19770 \begin_inset space ~
19771 \end_inset
19772
19773
19774 \begin_inset CommandInset ref
19775 LatexCommand ref
19776 reference "abs:Titel-Platzierung"
19777
19778 \end_inset
19779
19780  finden Sie mehr über die Platzierung des Titels.
19781  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19782  auch wieder geöffnet.
19783  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19784 \begin_inset Graphics
19785         filename clipart/GleitobjektQt4.png
19786         scale 70
19787         scaleBeforeRotation
19788         BoundingBox 0bp 6bp 128bp 22bp
19789
19790 \end_inset
19791
19792  -- ein graues Kästchen mit roter Beschriftung.
19793 \end_layout
19794
19795 \begin_layout Standard
19796 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19797  Gleitobjekte in einem eigenen Absatz einzufügen.
19798 \end_layout
19799
19800 \begin_layout Standard
19801 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19802  indem Sie sie markieren und dann auf 
19803 \begin_inset Graphics
19804         filename ../../images/float-insert_figure.png
19805         scale 70
19806         scaleBeforeRotation
19807         BoundingBox 0bp 6bp 22bp 22bp
19808
19809 \end_inset
19810
19811  oder 
19812 \begin_inset Graphics
19813         filename ../../images/float-insert_table.png
19814         scale 70
19815         scaleBeforeRotation
19816         BoundingBox 0bp 6bp 22bp 22bp
19817
19818 \end_inset
19819
19820  klicken.
19821 \end_layout
19822
19823 \begin_layout Section
19824 Gleitobjekt-Typen
19825 \begin_inset Index
19826 status collapsed
19827
19828 \begin_layout Plain Layout
19829 Gleitobjekte ! Typen
19830 \end_layout
19831
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \begin_layout Standard
19838 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19839 \begin_inset space ~
19840 \end_inset
19841
19842
19843 \begin_inset CommandInset ref
19844 LatexCommand ref
19845 reference "abs:Gleitende-Abbildungen"
19846
19847 \end_inset
19848
19849  und 
19850 \begin_inset CommandInset ref
19851 LatexCommand ref
19852 reference "abs:Gleitende-Tabellen"
19853
19854 \end_inset
19855
19856  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19857 \end_layout
19858
19859 \begin_layout Subsection
19860 Gleitobjekt-Algorithmen
19861 \begin_inset Index
19862 status collapsed
19863
19864 \begin_layout Plain Layout
19865 Gleitobjekte ! Algorithmen
19866 \end_layout
19867
19868 \end_inset
19869
19870
19871 \begin_inset CommandInset label
19872 LatexCommand label
19873 name "uab:Gleitobjekt-Algorithmen"
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Standard
19881 \begin_inset Float algorithm
19882 placement h
19883 wide false
19884 sideways false
19885 status open
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Caption
19889
19890 \begin_layout Plain Layout
19891 \begin_inset CommandInset label
19892 LatexCommand label
19893 name "alg:Ein-Gleitobjekt-Algorithmus"
19894
19895 \end_inset
19896
19897 Ein Gleitobjekt-Algorithmus 
19898 \end_layout
19899
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \begin_layout LyX-Code
19906 for I in 1..N loop
19907 \begin_inset Newline newline
19908 \end_inset
19909
19910  Sum:= Sum + A(I); /*Kommentar*/
19911 \begin_inset Newline newline
19912 \end_inset
19913
19914 end loop
19915 \begin_inset VSpace -4mm
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \begin_layout Standard
19927 Dieser Typ wird mit 
19928 \family sans
19929 Einfügen\SpecialChar \menuseparator
19930 Gleitobjekt\SpecialChar \menuseparator
19931 Algorithmus
19932 \family default
19933  eingefügt.
19934  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19935  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19936  Eine mögliche Absatz-Umgebung hier für ist 
19937 \family sans
19938 LyX-Code
19939 \family default
19940 , beschrieben im 
19941 \emph on
19942 Benutzerhandbuch
19943 \emph default
19944 .
19945  In Algorithmus
19946 \begin_inset space ~
19947 \end_inset
19948
19949
19950 \begin_inset CommandInset ref
19951 LatexCommand ref
19952 reference "alg:Ein-Gleitobjekt-Algorithmus"
19953
19954 \end_inset
19955
19956  wurden am Ende -0.4
19957 \begin_inset space \thinspace{}
19958 \end_inset
19959
19960 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19961  letzten Zeile gedruckt wird.
19962 \end_layout
19963
19964 \begin_layout Standard
19965 Die Marke 
19966 \emph on
19967 Algorithmus
19968 \emph default
19969  wird nicht automatisch in die druckbare Version übernommen, sondern das
19970  englische Wort 
19971 \emph on
19972 Algorithm
19973 \emph default
19974  verwendet.
19975  Soll
19976 \emph on
19977  Algorithmus
19978 \emph default
19979  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19980 \end_layout
19981
19982 \begin_layout Standard
19983
19984 \series bold
19985
19986 \backslash
19987 floatname{algorithm}{Algorithmus}
19988 \end_layout
19989
19990 \begin_layout Standard
19991 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19992  Menü 
19993 \family sans
19994 Einfügen\SpecialChar \menuseparator
19995 Liste
19996 \begin_inset space \thinspace{}
19997 \end_inset
19998
19999 /
20000 \begin_inset space \thinspace{}
20001 \end_inset
20002
20003 Inhaltsverzeichnis\SpecialChar \menuseparator
20004 Algorithmenverzeichnis
20005 \family default
20006  verwendet werden.
20007  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20008  eingefügt werden:
20009 \end_layout
20010
20011 \begin_layout Standard
20012
20013 \series bold
20014
20015 \backslash
20016 listof{algorithm}{Algorithmenverzeichnis}
20017 \end_layout
20018
20019 \begin_layout Standard
20020 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20021  nach dem Schema 
20022 \begin_inset Quotes gld
20023 \end_inset
20024
20025 Kapitelnummer.Algorithmusnummer
20026 \begin_inset Quotes grd
20027 \end_inset
20028
20029  nummeriert.
20030  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20031  einfügen:
20032 \end_layout
20033
20034 \begin_layout Standard
20035
20036 \series bold
20037
20038 \backslash
20039 numberwithin{algorithm}{chapter}
20040 \end_layout
20041
20042 \begin_layout Standard
20043 Um 
20044 \series bold
20045
20046 \backslash
20047 numberwithin
20048 \series default
20049  benutzen zu können, muss in den 
20050 \family sans
20051 Mathe
20052 \begin_inset space ~
20053 \end_inset
20054
20055 Optionen
20056 \family default
20057  der 
20058 \family sans
20059 Dokument-Einstellungen
20060 \family default
20061  
20062 \family sans
20063 AMS
20064 \begin_inset space ~
20065 \end_inset
20066
20067 Mathe
20068 \begin_inset space ~
20069 \end_inset
20070
20071 Paket
20072 \family default
20073
20074 \begin_inset space ~
20075 \end_inset
20076
20077
20078 \family sans
20079 verwenden
20080 \family default
20081  angekreuzt sein.
20082 \end_layout
20083
20084 \begin_layout Subsection
20085 Umflossene Gleitobjekte
20086 \begin_inset CommandInset label
20087 LatexCommand label
20088 name "uab:Umflossene-Gleitobjekte"
20089
20090 \end_inset
20091
20092
20093 \begin_inset Index
20094 status collapsed
20095
20096 \begin_layout Plain Layout
20097 Gleitobjekte ! umflossene
20098 \end_layout
20099
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \begin_layout Standard
20106 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20107  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20108  den die Abbildung bzw.
20109 \begin_inset space ~
20110 \end_inset
20111
20112 Tabelle übrig lässt.
20113  Sie werden über das Menü
20114 \family sans
20115  Einfügen\SpecialChar \menuseparator
20116 Gleitobjekt\SpecialChar \menuseparator
20117 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20118 objekt
20119 \family default
20120  eingefügt, wenn das LaTeX-Paket 
20121 \series bold
20122 wrapfig
20123 \series default
20124
20125 \begin_inset Index
20126 status collapsed
20127
20128 \begin_layout Plain Layout
20129 LaTeX-Pakete ! wrapfig
20130 \begin_inset ERT
20131 status collapsed
20132
20133 \begin_layout Plain Layout
20134
20135
20136 \backslash
20137 vspace{4mm}
20138 \end_layout
20139
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146
20147  installiert ist.
20148 \begin_inset Foot
20149 status collapsed
20150
20151 \begin_layout Plain Layout
20152 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20153 \emph on
20154 LaTeX-Konfiguration
20155 \emph default
20156  beschrieben.
20157 \end_layout
20158
20159 \end_inset
20160
20161  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20162  Box des Gleitobjekts geändert werden.
20163  
20164 \begin_inset Wrap figure
20165 lines 0
20166 placement l
20167 overhang 1cm
20168 width "40col%"
20169 status open
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Graphics
20173         filename ../clipart/mobius.eps
20174         width 40col%
20175         scaleBeforeRotation
20176         rotateOrigin center
20177
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \begin_layout Plain Layout
20184 \begin_inset Caption
20185
20186 \begin_layout Plain Layout
20187 \begin_inset CommandInset label
20188 LatexCommand label
20189 name "abb:Dies-ist-eine"
20190
20191 \end_inset
20192
20193 Dies ist eine umflossene Gleitobjekt-Abbildung
20194 \end_layout
20195
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202
20203  Obligatorische Einstellungen sind die 
20204 \family sans
20205 Breite
20206 \family default
20207  und 
20208 \family sans
20209 Platzierung
20210 \family default
20211  des Gleitobjekts.
20212  Optional sind der 
20213 \family sans
20214 Überhang 
20215 \family default
20216 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20217 \begin_inset space \thinspace{}
20218 \end_inset
20219
20220 /
20221 \begin_inset space \thinspace{}
20222 \end_inset
20223
20224 der Seite ragt und die 
20225 \family sans
20226 benötigten Zeilen
20227 \family default
20228 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20229  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20230  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20231  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20232  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20233  zu lassen.
20234  Abbildung
20235 \begin_inset space ~
20236 \end_inset
20237
20238
20239 \begin_inset CommandInset ref
20240 LatexCommand ref
20241 reference "abb:Dies-ist-eine"
20242
20243 \end_inset
20244
20245  ist zum Beispiel ein umflossenes Bild, das 40
20246 \begin_inset space \thinspace{}
20247 \end_inset
20248
20249 % der Spaltenbreite einnimmt, 1
20250 \begin_inset space \thinspace{}
20251 \end_inset
20252
20253 cm in den Rand ragt und links gesetzt wurde.
20254 \begin_inset Foot
20255 status collapsed
20256
20257 \begin_layout Plain Layout
20258 Die benutzbaren Einheiten werden in Anhang
20259 \begin_inset space ~
20260 \end_inset
20261
20262
20263 \begin_inset CommandInset ref
20264 LatexCommand ref
20265 reference "kap:In-LyX-verfügbare"
20266
20267 \end_inset
20268
20269  beschrieben.
20270 \end_layout
20271
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \begin_layout Standard
20278 \begin_inset Note Greyedout
20279 status open
20280
20281 \begin_layout Plain Layout
20282
20283 \series bold
20284 Bemerkung:
20285 \series default
20286  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20287 \begin_inset space \thinspace{}
20288 \end_inset
20289
20290 B.
20291  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20292  oder über anderen Text gedruckt wird.
20293 \end_layout
20294
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \begin_layout Standard
20301 Allgemein gilt:
20302 \end_layout
20303
20304 \begin_layout Itemize
20305 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20306  der nächsten Seite fortgesetzt werden.
20307  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20308  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20309 \end_layout
20310
20311 \begin_layout Itemize
20312 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20313  sie fließen soll, eingefügt werden oder darin.
20314 \end_layout
20315
20316 \begin_layout Itemize
20317 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20318  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20319  ihnen ist.
20320 \end_layout
20321
20322 \begin_layout Itemize
20323 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20324  erlaubt.
20325 \end_layout
20326
20327 \begin_layout Section
20328 Gleitobjekt-Nummerierung
20329 \begin_inset CommandInset label
20330 LatexCommand label
20331 name "abs:Gleitobjekt-Nummerierung"
20332
20333 \end_inset
20334
20335
20336 \begin_inset Index
20337 status collapsed
20338
20339 \begin_layout Plain Layout
20340 Gleitobjekte ! Nummerierung
20341 \end_layout
20342
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \begin_layout Standard
20349 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20350  nummeriert oder nach dem Schema 
20351 \begin_inset Quotes gld
20352 \end_inset
20353
20354 Kapitelnummer.Gleitobjektnummer
20355 \begin_inset Quotes grd
20356 \end_inset
20357
20358  oder 
20359 \begin_inset Quotes gld
20360 \end_inset
20361
20362 Abschnittsnummer.Gleitobjektnummer
20363 \begin_inset Quotes grd
20364 \end_inset
20365
20366 .
20367  Das hängt von der Dokumentklasse ab.
20368 \end_layout
20369
20370 \begin_layout Standard
20371 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20372  in den LaTeX-Vorspann einfügen:
20373 \end_layout
20374
20375 \begin_layout Standard
20376
20377 \series bold
20378
20379 \backslash
20380 renewcommand{
20381 \backslash
20382 thetable}{
20383 \backslash
20384 roman{table}}
20385 \end_layout
20386
20387 \begin_layout Standard
20388
20389 \series bold
20390
20391 \backslash
20392 thetable
20393 \series default
20394  ist der Befehl, der die Tabellennummer druckt.
20395  Für Abbildungen ist das 
20396 \series bold
20397
20398 \backslash
20399 thefigure
20400 \series default
20401 .
20402  Der Befehl 
20403 \series bold
20404
20405 \backslash
20406 roman
20407 \series default
20408  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20409 \end_layout
20410
20411 \begin_layout Standard
20412 Um das Nummerierungsschema zum Beispiel auf 
20413 \begin_inset Quotes gld
20414 \end_inset
20415
20416 Unterabschnittsnummer.Num\SpecialChar \-
20417 mer
20418 \begin_inset Quotes grd
20419 \end_inset
20420
20421  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20422 \end_layout
20423
20424 \begin_layout Standard
20425
20426 \series bold
20427
20428 \backslash
20429 numberwithin{table}{subsection}
20430 \end_layout
20431
20432 \begin_layout Standard
20433 Um den Befehl 
20434 \series bold
20435
20436 \backslash
20437 numberwithin
20438 \series default
20439  benutzen zu können, müssen Sie in den 
20440 \family sans
20441 Mathe
20442 \begin_inset space ~
20443 \end_inset
20444
20445 Optionen
20446 \family default
20447  der 
20448 \family sans
20449 Dokument-Einstellungen
20450 \family default
20451  
20452 \family sans
20453 AMS
20454 \begin_inset space ~
20455 \end_inset
20456
20457 Mathe
20458 \begin_inset space ~
20459 \end_inset
20460
20461 Paket
20462 \family default
20463
20464 \begin_inset space ~
20465 \end_inset
20466
20467
20468 \family sans
20469 verwenden
20470 \family default
20471  ankreuzen.
20472 \end_layout
20473
20474 \begin_layout Standard
20475 Sehen Sie sich bitte auch Abschnitt
20476 \begin_inset space ~
20477 \end_inset
20478
20479
20480 \begin_inset CommandInset ref
20481 LatexCommand ref
20482 reference "uab:Fußnoten-Nummerierung"
20483
20484 \end_inset
20485
20486  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20487 \end_layout
20488
20489 \begin_layout Section
20490 Auf Gleitobjekte verweisen
20491 \begin_inset CommandInset label
20492 LatexCommand label
20493 name "abs:Auf-Gleitobjekte-verweisen"
20494
20495 \end_inset
20496
20497
20498 \begin_inset Index
20499 status collapsed
20500
20501 \begin_layout Plain Layout
20502 Gleitobjekte ! Querverweise
20503 \end_layout
20504
20505 \end_inset
20506
20507
20508 \begin_inset Index
20509 status collapsed
20510
20511 \begin_layout Plain Layout
20512 Querverweise
20513 \end_layout
20514
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \begin_layout Standard
20521 Zunächst müssen Sie mit 
20522 \family sans
20523 Einfügen\SpecialChar \menuseparator
20524 Marke
20525 \family default
20526  oder einen Klick auf 
20527 \begin_inset Graphics
20528         filename ../../images/label-insert.png
20529         scale 70
20530         scaleBeforeRotation
20531
20532 \end_inset
20533
20534  eine Marke im Titel einfügen.
20535  Im 
20536 \family sans
20537 Marke
20538 \family default
20539 -Dialog schreiben Sie einen Text in das Feld 
20540 \family sans
20541 Marke
20542 \family default
20543  oder übernehmen den vorgeschlagenen.
20544  Die Marke sieht in LyX dann so aus:
20545 \end_layout
20546
20547 \begin_layout Standard
20548 \begin_inset Graphics
20549         filename clipart/Marke.png
20550         lyxscale 80
20551         scale 50
20552         scaleBeforeRotation
20553         BoundingBox 0bp 6bp 76bp 23bp
20554
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \begin_layout Standard
20561 Die Marke wird als Anker und Name für den Querverweis benutzt.
20562  Mit 
20563 \family sans
20564 Einfügen\SpecialChar \menuseparator
20565 Querverweis
20566 \family default
20567  oder einen Klick auf 
20568 \begin_inset Graphics
20569         filename ../../images/dialog-show-new-inset_ref.png
20570         scale 70
20571         scaleBeforeRotation
20572
20573 \end_inset
20574
20575  können Sie dann auf die Marke verweisen.
20576  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20577  angezeigt:
20578 \end_layout
20579
20580 \begin_layout Standard
20581 \begin_inset Graphics
20582         filename clipart/Querverweis.png
20583         lyxscale 80
20584         scale 50
20585         scaleBeforeRotation
20586         BoundingBox 0bp 6bp 76bp 23bp
20587
20588 \end_inset
20589
20590
20591 \begin_inset Newline newline
20592 \end_inset
20593
20594  Mehr zu Querverweisen finden Sie im 
20595 \emph on
20596 Benutzerhandbuch
20597 \emph default
20598 .
20599 \end_layout
20600
20601 \begin_layout Standard
20602 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20603  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20604  durch einen Zeilenumbruch getrennt werden können.
20605 \end_layout
20606
20607 \begin_layout Standard
20608 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20609  LyX passt die Querverweise automatisch an.
20610 \end_layout
20611
20612 \begin_layout Standard
20613 Ein Klick auf den Schalter 
20614 \family sans
20615 Gehe
20616 \begin_inset space ~
20617 \end_inset
20618
20619 zur
20620 \begin_inset space ~
20621 \end_inset
20622
20623 Marke
20624 \family default
20625  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20626  Der Text der Schaltfläche heißt jetzt 
20627 \family sans
20628 Gehe
20629 \begin_inset space ~
20630 \end_inset
20631
20632 zurück
20633 \family default
20634  und ein Klick darauf macht genau dies.
20635   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20636  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20637  Dann ist auch kein 
20638 \family sans
20639 Gehe
20640 \begin_inset space ~
20641 \end_inset
20642
20643 zurück
20644 \family default
20645  möglich.
20646 \end_layout
20647
20648 \begin_layout Subsection
20649 Querverweis-Formate
20650 \begin_inset CommandInset label
20651 LatexCommand label
20652 name "uab:Querverweis-Formate"
20653
20654 \end_inset
20655
20656
20657 \begin_inset Index
20658 status collapsed
20659
20660 \begin_layout Plain Layout
20661 Querverweise ! Formate
20662 \end_layout
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \begin_layout Standard
20670 Es gibt sechs verschiedene Querverweisstile:
20671 \end_layout
20672
20673 \begin_layout Description
20674 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20675  
20676 \begin_inset CommandInset ref
20677 LatexCommand ref
20678 reference "abb:Zwei-Teilabbildungen"
20679
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \begin_layout Description
20686 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20687  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20688  verwendet wird, speziell wenn der Name 
20689 \begin_inset Quotes gld
20690 \end_inset
20691
20692 Gleichung
20693 \begin_inset Quotes grd
20694 \end_inset
20695
20696  weggelassen wird: 
20697 \begin_inset CommandInset ref
20698 LatexCommand eqref
20699 reference "eq:Wgn"
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Description
20707 <Seite>: druckt die Seitennummer: Seite
20708 \begin_inset space ~
20709 \end_inset
20710
20711
20712 \begin_inset CommandInset ref
20713 LatexCommand pageref
20714 reference "abb:Zwei-Teilabbildungen"
20715
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \begin_layout Description
20722 auf
20723 \begin_inset space ~
20724 \end_inset
20725
20726 Seite
20727 \begin_inset space ~
20728 \end_inset
20729
20730 <Seite>: druckt den Text 
20731 \begin_inset Quotes gld
20732 \end_inset
20733
20734 auf Seite
20735 \begin_inset Quotes grd
20736 \end_inset
20737
20738  und die Seitennummer: 
20739 \begin_inset CommandInset ref
20740 LatexCommand vpageref
20741 reference "abb:Zwei-Teilabbildungen"
20742
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \begin_layout Description
20749 <Querverweis>
20750 \begin_inset space ~
20751 \end_inset
20752
20753 auf
20754 \begin_inset space ~
20755 \end_inset
20756
20757 Seite
20758 \begin_inset space ~
20759 \end_inset
20760
20761 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20762 \begin_inset Quotes gld
20763 \end_inset
20764
20765 auf Seite
20766 \begin_inset Quotes grd
20767 \end_inset
20768
20769 , und die Seitennummer: 
20770 \begin_inset CommandInset ref
20771 LatexCommand vref
20772 reference "abb:Zwei-Teilabbildungen"
20773
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \begin_layout Description
20780 Formatierter
20781 \begin_inset space ~
20782 \end_inset
20783
20784 Querverweis: druckt ein selbst definiertes Querverweisformat
20785 \begin_inset Newline newline
20786 \end_inset
20787
20788
20789 \begin_inset Note Greyedout
20790 status open
20791
20792 \begin_layout Plain Layout
20793
20794 \series bold
20795 Bemerkung:
20796 \series default
20797  Dies ist nur möglich, wenn das LaTeX-Paket 
20798 \series bold
20799 prettyref
20800 \series default
20801  installiert ist.
20802 \end_layout
20803
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \begin_layout Standard
20810 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20811  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20812  Seite befindet.
20813  Stattdessen wird der Text 
20814 \begin_inset Quotes gld
20815 \end_inset
20816
20817 auf der vorigen Seite
20818 \begin_inset Quotes grd
20819 \end_inset
20820
20821
20822 \begin_inset Quotes gld
20823 \end_inset
20824
20825 auf dieser Seite
20826 \begin_inset Quotes grd
20827 \end_inset
20828
20829  oder 
20830 \begin_inset Quotes gld
20831 \end_inset
20832
20833 auf der nächsten Seite
20834 \begin_inset Quotes grd
20835 \end_inset
20836
20837  gedruckt.
20838 \end_layout
20839
20840 \begin_layout Standard
20841 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20842  automatisch von LaTeX berechnet.
20843  Die Stile können im Feld 
20844 \family sans
20845 Format
20846 \family default
20847  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20848  einen Querverweis klicken.
20849 \end_layout
20850
20851 \begin_layout Subsection
20852 Automatische Querverweis-Namen
20853 \begin_inset Index
20854 status collapsed
20855
20856 \begin_layout Plain Layout
20857 Querverweise ! Automatische Namen 
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 Das LaTeX-Paket 
20867 \series bold
20868 hyperref
20869 \series default
20870
20871 \begin_inset Index
20872 status collapsed
20873
20874 \begin_layout Plain Layout
20875 LaTeX-Pakete ! hyperref
20876 \end_layout
20877
20878 \end_inset
20879
20880  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20881  Gleitobjekts automatisch enthalten (oder Textteile wie 
20882 \emph on
20883 Abschnitt
20884 \emph default
20885 ).
20886  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20887  Um diese Funktion benutzen zu können, müssen Sie 
20888 \series bold
20889 hyperref
20890 \series default
20891  in den LaTeX-Vorspann wie folgt einfügen:
20892 \end_layout
20893
20894 \begin_layout Standard
20895
20896 \series bold
20897
20898 \backslash
20899 usepackage[pdfborder={0 0 0}]{hyperref}
20900 \begin_inset Newline newline
20901 \end_inset
20902
20903
20904 \backslash
20905 AtBeginDocument{
20906 \backslash
20907 renewcommand{
20908 \backslash
20909 ref}[1]{
20910 \backslash
20911 mbox{
20912 \backslash
20913 autoref{#1}}}}
20914 \end_layout
20915
20916 \begin_layout Standard
20917
20918 \series bold
20919 hyperref
20920 \series default
20921  wird benutzt, um Marken und Querverweise in DVI- und PDF
20922 \begin_inset ERT
20923 status open
20924
20925 \begin_layout Plain Layout
20926
20927 "=
20928 \end_layout
20929
20930 \end_inset
20931
20932 Dokumenten zu verlinken, das heißt der Leser der entsprechenden Datei kann
20933  auf solch einen Link klicken, und die angeklickte Stelle wird gezeigt.
20934  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20935  sich der Cursor.
20936 \end_layout
20937
20938 \begin_layout Standard
20939 Diese Funktion wird auch in diesem Dokument benutzt und nach und nach in
20940  allen Handbüchern.
20941  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20942  für die Benutzung von 
20943 \series bold
20944 hyperref
20945 \series default
20946  sehen.
20947  In der 
20948 \series bold
20949 hyperref
20950 \series default
20951 -Dokumentation 
20952 \begin_inset CommandInset citation
20953 LatexCommand cite
20954 key "hyperref"
20955
20956 \end_inset
20957
20958  finden Sie mehr darüber.
20959 \end_layout
20960
20961 \begin_layout Standard
20962 \begin_inset Note Greyedout
20963 status open
20964
20965 \begin_layout Plain Layout
20966
20967 \series bold
20968 Bemerkung:
20969 \series default
20970  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
20971  als Querverweisstil 
20972 \family sans
20973 Formatierter
20974 \begin_inset space ~
20975 \end_inset
20976
20977 Querverweis
20978 \family default
20979  benutzen.
20980 \end_layout
20981
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \begin_layout Subsection
20988 Querverweis-Position
20989 \begin_inset CommandInset label
20990 LatexCommand label
20991 name "uab:Querverweis-Position"
20992
20993 \end_inset
20994
20995
20996 \begin_inset Index
20997 status collapsed
20998
20999 \begin_layout Plain Layout
21000 Querverweise !  Position
21001 \end_layout
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Standard
21009 Wenn Sie 
21010 \series bold
21011 hyperref
21012 \series default
21013  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
21014  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21015  und Sie werden das Bild ohne Rollen nicht sehen.
21016  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21017  ist.
21018  Wenn Sie das  LaTeX-Paket 
21019 \series bold
21020 hypcap
21021 \series default
21022
21023 \begin_inset Index
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027 LaTeX-Pakete ! hypcap
21028 \end_layout
21029
21030 \end_inset
21031
21032 , das Teil des LaTeX-Pakets 
21033 \series bold
21034 oberdiek
21035 \series default
21036
21037 \begin_inset Index
21038 status collapsed
21039
21040 \begin_layout Plain Layout
21041 LaTeX-Pakete ! oberdiek
21042 \end_layout
21043
21044 \end_inset
21045
21046  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21047  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21048 \series bold
21049 hypcap
21050 \series default
21051  zunächst in den LaTeX-Vorspann laden:
21052 \end_layout
21053
21054 \begin_layout Standard
21055
21056 \series bold
21057
21058 \backslash
21059 usepackage[figure]{hypcap}
21060 \end_layout
21061
21062 \begin_layout Standard
21063 Sie können 
21064 \series bold
21065 hypcap
21066 \series default
21067  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21068  nicht empfohlen.
21069  Weitere Informationen finden Sie im
21070 \series bold
21071  hypcap
21072 \series default
21073 -Handbuch 
21074 \begin_inset CommandInset citation
21075 LatexCommand cite
21076 key "hypcap"
21077
21078 \end_inset
21079
21080 .
21081 \end_layout
21082
21083 \begin_layout Standard
21084 \begin_inset Note Greyedout
21085 status open
21086
21087 \begin_layout Plain Layout
21088
21089 \series bold
21090 Bemerkung 1:
21091 \series default
21092  
21093 \series bold
21094 hypcap
21095 \series default
21096  muss nach 
21097 \series bold
21098 hyperref
21099 \series default
21100  geladen werden.
21101 \end_layout
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Standard
21109 \begin_inset Note Greyedout
21110 status open
21111
21112 \begin_layout Plain Layout
21113
21114 \series bold
21115 Bemerkung 2:
21116 \series default
21117  
21118 \series medium
21119 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21120  zu Teilabbildungen.
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \begin_layout Section
21129 Gleitobjekt-Platzierung
21130 \begin_inset CommandInset label
21131 LatexCommand label
21132 name "abs:Gleitobjekt-Platzierung"
21133
21134 \end_inset
21135
21136
21137 \begin_inset Index
21138 status collapsed
21139
21140 \begin_layout Plain Layout
21141 Gleitobjekte ! Plazierung
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \begin_layout Standard
21150 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21151 \family sans
21152 Gleitobjekt-Einstellungen
21153 \family default
21154 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21155  können.
21156 \begin_inset Newline newline
21157 \end_inset
21158
21159 Die Option 
21160 \family sans
21161 Spalten
21162 \begin_inset space ~
21163 \end_inset
21164
21165 überspannen
21166 \family default
21167  ist nur bei zweispaltigen Dokumenten sinnvoll.
21168  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21169 \begin_inset Newline newline
21170 \end_inset
21171
21172 Die Option 
21173 \family sans
21174 Seitwärts
21175 \begin_inset space ~
21176 \end_inset
21177
21178 drehen
21179 \family default
21180  ist in Abschnitt 
21181 \begin_inset CommandInset ref
21182 LatexCommand ref
21183 reference "abs:Gedrehte-Gleitobjekte"
21184
21185 \end_inset
21186
21187  beschrieben.
21188 \end_layout
21189
21190 \begin_layout Standard
21191 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21192  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21193  Sie die Option 
21194 \family sans
21195 Standard-Platzierung
21196 \begin_inset space ~
21197 \end_inset
21198
21199 verwenden
21200 \family default
21201  nicht verwenden:
21202 \end_layout
21203
21204 \begin_layout Description
21205 Hier
21206 \begin_inset space ~
21207 \end_inset
21208
21209 wenn
21210 \begin_inset space ~
21211 \end_inset
21212
21213 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21214 \end_layout
21215
21216 \begin_layout Description
21217 Anfang
21218 \begin_inset space ~
21219 \end_inset
21220
21221 der
21222 \begin_inset space ~
21223 \end_inset
21224
21225 Seite
21226 \family sans
21227  
21228 \family default
21229 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21230  Gleitobjekte, die maximal 70
21231 \begin_inset space \thinspace{}
21232 \end_inset
21233
21234 % einer Seite benötigen, dürfen oben platziert werden.
21235  Dies kann durch die Variable 
21236 \series bold
21237
21238 \backslash
21239 topfraction
21240 \series default
21241  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21242 \end_layout
21243
21244 \begin_deeper
21245 \begin_layout Standard
21246
21247 \series bold
21248
21249 \backslash
21250 renewcommand{
21251 \backslash
21252 topfraction}{0.9}
21253 \family typewriter
21254 \series default
21255  
21256 \end_layout
21257
21258 \end_deeper
21259 \begin_layout Description
21260 Ende
21261 \begin_inset space ~
21262 \end_inset
21263
21264 der
21265 \begin_inset space ~
21266 \end_inset
21267
21268 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21269  Gleitobjekte, die maximal 30
21270 \begin_inset space \thinspace{}
21271 \end_inset
21272
21273 % einer Seite benötigen, dürfen unten platziert werden.
21274  Dies kann durch die Variable 
21275 \series bold
21276
21277 \backslash
21278 bottomfraction
21279 \series default
21280  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21281 \end_layout
21282
21283 \begin_deeper
21284 \begin_layout Standard
21285
21286 \series bold
21287
21288 \backslash
21289 renewcommand{
21290 \backslash
21291 bottomfraction}{0.5}
21292 \end_layout
21293
21294 \begin_layout Standard
21295 die oftmals zu kleine untere Grenze auf 50
21296 \begin_inset space \thinspace{}
21297 \end_inset
21298
21299 %.
21300 \end_layout
21301
21302 \end_deeper
21303 \begin_layout Description
21304 Seite
21305 \begin_inset space ~
21306 \end_inset
21307
21308 mit
21309 \begin_inset space ~
21310 \end_inset
21311
21312 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21313  Nur wenn mehr als 50
21314 \begin_inset space \thinspace{}
21315 \end_inset
21316
21317 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21318  Gleitobjekte bereitgestellt.
21319  Dies kann durch die Variable 
21320 \series bold
21321
21322 \backslash
21323 floatpagefraction 
21324 \series default
21325 im LaTeX-Vorspann überschrieben werden.
21326 \end_layout
21327
21328 \begin_layout Standard
21329 Die Reihenfolge der obigen Optionen wird 
21330 \emph on
21331 immer
21332 \emph default
21333  von LaTeX verwendet.
21334  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21335  versuchen 
21336 \family sans
21337 Hier
21338 \begin_inset space \space{}
21339 \end_inset
21340
21341 wenn
21342 \begin_inset space \space{}
21343 \end_inset
21344
21345 möglich
21346 \family default
21347 , dann 
21348 \family sans
21349 Anfang
21350 \begin_inset space ~
21351 \end_inset
21352
21353 der
21354 \begin_inset space ~
21355 \end_inset
21356
21357 Seite
21358 \family default
21359  und dann die anderen Optionen anzuwenden.
21360  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21361  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21362  Reihenfolge.
21363  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21364 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21365 \end_layout
21366
21367 \begin_layout Standard
21368 Die Option 
21369 \family sans
21370 Hier,
21371 \begin_inset space ~
21372 \end_inset
21373
21374 auf
21375 \begin_inset space ~
21376 \end_inset
21377
21378 jeden
21379 \begin_inset space ~
21380 \end_inset
21381
21382 Fall
21383 \family default
21384  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21385  fast druckreif ist.
21386  Denn mit der Option kann das Objekt nicht mehr 
21387 \emph on
21388 gleiten
21389 \emph default
21390 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21391  oftmals zerstört.
21392 \end_layout
21393
21394 \begin_layout Standard
21395 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21396  immer vom Text eines bestimmten Absatzes umgeben sind.
21397 \begin_inset VSpace bigskip
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \begin_layout Standard
21404 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21405 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21406  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21407  Das kann mit dem LaTeX-Befehl
21408 \series bold
21409  
21410 \backslash
21411 suppressfloats
21412 \series default
21413  verhindert werden.
21414  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21415  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21416  gesetzt wird.
21417  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21418 \end_layout
21419
21420 \begin_layout Standard
21421
21422 \series bold
21423
21424 \backslash
21425 let
21426 \backslash
21427 meinAbschnitt
21428 \backslash
21429 section
21430 \begin_inset Newline newline
21431 \end_inset
21432
21433
21434 \backslash
21435 renewcommand{
21436 \backslash
21437 section}{
21438 \backslash
21439 suppressfloats[t]
21440 \backslash
21441 meinAbschnitt}
21442 \end_layout
21443
21444 \begin_layout Standard
21445 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21446  Unterabschnitten festlegen.
21447  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21448  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21449 \end_layout
21450
21451 \begin_layout Standard
21452 Es gibt auch noch das LaTeX-Paket 
21453 \series bold
21454 flafter
21455 \series default
21456
21457 \begin_inset Index
21458 status collapsed
21459
21460 \begin_layout Plain Layout
21461 LaTeX-Pakete ! flafter
21462 \end_layout
21463
21464 \end_inset
21465
21466  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21467  gedruckt wird.
21468 \end_layout
21469
21470 \begin_layout Standard
21471 \begin_inset VSpace bigskip
21472 \end_inset
21473
21474 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21475  Dafür gibt es das LaTeX-Paket 
21476 \series bold
21477 endfloat
21478 \series default
21479
21480 \begin_inset Index
21481 status collapsed
21482
21483 \begin_layout Plain Layout
21484 LaTeX-Pakete ! endfloat
21485 \end_layout
21486
21487 \end_inset
21488
21489 .
21490  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21491  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21492  
21493 \family sans
21494
21495 \begin_inset Quotes gld
21496 \end_inset
21497
21498 [Abbildung
21499 \begin_inset space ~
21500 \end_inset
21501
21502 3.2 ist ungefähr hier.]
21503 \family default
21504
21505 \begin_inset Quotes grd
21506 \end_inset
21507
21508  finden.
21509  Das 
21510 \series bold
21511 endfloat
21512 \series default
21513 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21514 \end_layout
21515
21516 \begin_layout Standard
21517
21518 \series bold
21519
21520 \backslash
21521 usepackage[Optionen]{endfloat}
21522 \end_layout
21523
21524 \begin_layout Standard
21525 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21526  Tabellen-Abschnitte, die Sie in der 
21527 \series bold
21528 endfloat
21529 \series default
21530 -Dokumentation 
21531 \begin_inset CommandInset citation
21532 LatexCommand cite
21533 key "endfloat"
21534
21535 \end_inset
21536
21537  nachlesen können.
21538 \begin_inset Newline newline
21539 \end_inset
21540
21541
21542 \begin_inset Note Greyedout
21543 status open
21544
21545 \begin_layout Plain Layout
21546
21547 \series bold
21548 Bemerkung
21549 \begin_inset space ~
21550 \end_inset
21551
21552 1: endfloat
21553 \series default
21554  übersetzt den Hinweistext nicht automatisch.
21555  Abschnitt
21556 \begin_inset space ~
21557 \end_inset
21558
21559 4 in 
21560 \begin_inset CommandInset citation
21561 LatexCommand cite
21562 key "endfloat"
21563
21564 \end_inset
21565
21566  beschreibt, wie es geht.
21567 \end_layout
21568
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \begin_layout Standard
21575 \begin_inset Note Greyedout
21576 status open
21577
21578 \begin_layout Plain Layout
21579
21580 \series bold
21581 Bemerkung
21582 \begin_inset space ~
21583 \end_inset
21584
21585 2: 
21586 \series default
21587 Die aktuelle Version von 
21588 \series bold
21589 endfloat
21590 \series default
21591  hat einen Fehler, wenn die Überschrift ein 
21592 \begin_inset Quotes gld
21593 \end_inset
21594
21595 ß
21596 \begin_inset Quotes grd
21597 \end_inset
21598
21599  enthält.
21600  Sie müssen stattdessen den Befehl 
21601 \series bold
21602
21603 \backslash
21604 ss
21605 \series default
21606  als TeX-Code benutzen.
21607 \end_layout
21608
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \begin_layout Standard
21615 \begin_inset VSpace bigskip
21616 \end_inset
21617
21618 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21619  wie 
21620 \begin_inset CommandInset citation
21621 LatexCommand cite
21622 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21623
21624 \end_inset
21625
21626 .
21627 \end_layout
21628
21629 \begin_layout Section
21630 Gedrehte Gleitobjekte
21631 \begin_inset CommandInset label
21632 LatexCommand label
21633 name "abs:Gedrehte-Gleitobjekte"
21634
21635 \end_inset
21636
21637
21638 \begin_inset Index
21639 status collapsed
21640
21641 \begin_layout Plain Layout
21642 Gleitobjekte ! drehen
21643 \end_layout
21644
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \begin_layout Standard
21651 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21652 t drehen.
21653  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21654  und die Option 
21655 \family sans
21656 Seitwärts
21657 \begin_inset space ~
21658 \end_inset
21659
21660 drehen
21661 \family default
21662  wählen.
21663 \end_layout
21664
21665 \begin_layout Standard
21666 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
21667  zweispaltigen Dokumenten) gedruckt.
21668  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21669  werden können.
21670  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21671  Option 
21672 \series bold
21673 figuresleft
21674 \series default
21675  oder 
21676 \series bold
21677 figuresright
21678 \series default
21679  zu den Dokumentklassen-Optionen hinzu.
21680 \end_layout
21681
21682 \begin_layout Standard
21683 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21684  Tabelle
21685 \begin_inset space ~
21686 \end_inset
21687
21688
21689 \begin_inset CommandInset ref
21690 LatexCommand ref
21691 reference "tab:Gedrehte-Tabelle"
21692
21693 \end_inset
21694
21695  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21696 \end_layout
21697
21698 \begin_layout Standard
21699 \begin_inset Note Greyedout
21700 status open
21701
21702 \begin_layout Plain Layout
21703
21704 \series bold
21705 Bemerkung:
21706 \series default
21707  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21708 \end_layout
21709
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \begin_layout Standard
21716 \begin_inset Float table
21717 wide false
21718 sideways true
21719 status open
21720
21721 \begin_layout Plain Layout
21722 \begin_inset Caption
21723
21724 \begin_layout Plain Layout
21725 \begin_inset CommandInset label
21726 LatexCommand label
21727 name "tab:Gedrehte-Tabelle"
21728
21729 \end_inset
21730
21731 Gedrehte Tabelle
21732 \end_layout
21733
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \begin_layout Plain Layout
21740 \align center
21741 \begin_inset Tabular
21742 <lyxtabular version="3" rows="1" columns="5">
21743 <features>
21744 <column alignment="center" valignment="top" width="0">
21745 <column alignment="center" valignment="top" width="0">
21746 <column alignment="center" valignment="top" width="0">
21747 <column alignment="center" valignment="top" width="0">
21748 <column alignment="center" valignment="top" width="0">
21749 <row>
21750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 Test
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 b
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 c
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 d
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 e
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 </lyxtabular>
21797
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \begin_layout Section
21809 Gleitobjekte nebeneinander
21810 \begin_inset Index
21811 status collapsed
21812
21813 \begin_layout Plain Layout
21814 Gleitobjekte ! nebeneinander
21815 \end_layout
21816
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \begin_layout Standard
21823 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
21824 \begin_inset space ~
21825 \end_inset
21826
21827
21828 \begin_inset CommandInset ref
21829 LatexCommand ref
21830 reference "abb:Gleitobjekt-links"
21831
21832 \end_inset
21833
21834  und 
21835 \begin_inset CommandInset ref
21836 LatexCommand ref
21837 reference "abb:Gleitobjekt-rechts"
21838
21839 \end_inset
21840
21841  wird nur 
21842 \emph on
21843 ein
21844 \emph default
21845  Gleitobjekt verwendet.
21846  In dieses werden zwei Minipage Boxen eingefügt.
21847 \begin_inset Foot
21848 status collapsed
21849
21850 \begin_layout Plain Layout
21851 Minipages sind in Abschnitt
21852 \begin_inset space ~
21853 \end_inset
21854
21855
21856 \begin_inset CommandInset ref
21857 LatexCommand ref
21858 reference "abs:Minipage"
21859
21860 \end_inset
21861
21862  erklärt.
21863 \end_layout
21864
21865 \end_inset
21866
21867  Die Breite wird für jede Minipage auf 45
21868 \begin_inset space \thinspace{}
21869 \end_inset
21870
21871 -50
21872 \begin_inset space \thinspace{}
21873 \end_inset
21874
21875 Spalten% und die Box Ausrichtung auf 
21876 \family sans
21877 Unten
21878 \family default
21879  gesetzt.
21880  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
21881  Gleitobjekt.
21882  Der einzige Unterschied ist, dass die Bildeinheit 
21883 \family sans
21884 Spaltenbreite
21885 \begin_inset space ~
21886 \end_inset
21887
21888 %
21889 \family default
21890  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
21891 \end_layout
21892
21893 \begin_layout Standard
21894 \begin_inset Float figure
21895 wide false
21896 sideways false
21897 status open
21898
21899 \begin_layout Plain Layout
21900 \begin_inset Box Frameless
21901 position "b"
21902 hor_pos "c"
21903 has_inner_box 1
21904 inner_pos "t"
21905 use_parbox 0
21906 width "45col%"
21907 special "none"
21908 height "1in"
21909 height_special "totalheight"
21910 status open
21911
21912 \begin_layout Plain Layout
21913 \align center
21914 \begin_inset Graphics
21915         filename ../clipart/mobius.eps
21916         lyxscale 50
21917         width 100col%
21918         scaleBeforeRotation
21919
21920 \end_inset
21921
21922
21923 \end_layout
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Caption
21927
21928 \begin_layout Plain Layout
21929 \begin_inset CommandInset label
21930 LatexCommand label
21931 name "abb:Gleitobjekt-links"
21932
21933 \end_inset
21934
21935 Gleitobjekt auf der linken Seite.
21936 \end_layout
21937
21938 \end_inset
21939
21940
21941 \end_layout
21942
21943 \end_inset
21944
21945
21946 \begin_inset space \hfill{}
21947 \end_inset
21948
21949
21950 \begin_inset Box Frameless
21951 position "b"
21952 hor_pos "c"
21953 has_inner_box 1
21954 inner_pos "t"
21955 use_parbox 0
21956 width "45col%"
21957 special "none"
21958 height "1in"
21959 height_special "totalheight"
21960 status open
21961
21962 \begin_layout Plain Layout
21963 \align center
21964 \begin_inset Graphics
21965         filename ../clipart/platypus.eps
21966         lyxscale 50
21967         width 100col%
21968         scaleBeforeRotation
21969
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \begin_layout Plain Layout
21976 \begin_inset Caption
21977
21978 \begin_layout Plain Layout
21979 \begin_inset CommandInset label
21980 LatexCommand label
21981 name "abb:Gleitobjekt-rechts"
21982
21983 \end_inset
21984
21985 Gleitobjekt auf der rechten Seite.
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \end_layout
21992
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \end_inset
21999
22000
22001 \end_layout
22002
22003 \begin_layout Section
22004 Beschriftungs-Formatierung
22005 \begin_inset CommandInset label
22006 LatexCommand label
22007 name "abs:Titel-Formatierung"
22008
22009 \end_inset
22010
22011
22012 \begin_inset Index
22013 status collapsed
22014
22015 \begin_layout Plain Layout
22016 Gleitobjekte ! Beschriftung ! Formatierung
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Standard
22025
22026 \family sans
22027 Legende
22028 \family default
22029  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22030  In LyX sehen Titel so aus:  
22031 \family sans
22032
22033 \begin_inset Quotes gld
22034 \end_inset
22035
22036 Abbildung xyz:
22037 \family default
22038
22039 \begin_inset Quotes grd
22040 \end_inset
22041
22042 , gefolgt vom Beschriftungstext, wobei 
22043 \family sans
22044 xyz
22045 \family default
22046  die von LyX vergebene Nummer ist.
22047  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22048  gedruckt.
22049  Dies ist nicht immer brauchbar.
22050 \end_layout
22051
22052 \begin_layout Standard
22053 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22054  
22055 \series bold
22056 caption
22057 \series default
22058
22059 \begin_inset Index
22060 status collapsed
22061
22062 \begin_layout Plain Layout
22063 LaTeX-Pakete ! caption
22064 \end_layout
22065
22066 \end_inset
22067
22068  in den LaTeX-Vorspann laden:
22069 \end_layout
22070
22071 \begin_layout Standard
22072
22073 \series bold
22074
22075 \backslash
22076 usepackage[Format-Definition]{caption}
22077 \end_layout
22078
22079 \begin_layout Standard
22080 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22081  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22082 \end_layout
22083
22084 \begin_layout Standard
22085
22086 \series bold
22087
22088 \backslash
22089 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22090 \end_layout
22091
22092 \begin_layout Standard
22093 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22094  definieren.
22095  Dazu laden Sie das 
22096 \series bold
22097 caption
22098 \series default
22099 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22100  dem Befehl
22101 \end_layout
22102
22103 \begin_layout Standard
22104
22105 \series bold
22106
22107 \backslash
22108 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22109 \end_layout
22110
22111 \begin_layout Standard
22112 Für Abbildung
22113 \begin_inset space ~
22114 \end_inset
22115
22116
22117 \begin_inset CommandInset ref
22118 LatexCommand ref
22119 reference "abb:Langer-Abb-Titel"
22120
22121 \end_inset
22122
22123  und Tabelle
22124 \begin_inset space ~
22125 \end_inset
22126
22127
22128 \begin_inset CommandInset ref
22129 LatexCommand ref
22130 reference "tab:Langer-Tab-Titel"
22131
22132 \end_inset
22133
22134  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22135  werden:
22136 \end_layout
22137
22138 \begin_layout Standard
22139
22140 \series bold
22141
22142 \backslash
22143 usepackage[tableposition=top]{caption}
22144 \begin_inset Newline newline
22145 \end_inset
22146
22147
22148 \backslash
22149 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22150 \begin_inset Newline newline
22151 \end_inset
22152
22153
22154 \begin_inset ERT
22155 status collapsed
22156
22157 \begin_layout Plain Layout
22158
22159
22160 \backslash
22161 hphantom{
22162 \backslash
22163
22164 \backslash
22165 captionsetup[figure]
22166 \backslash
22167 {}
22168 \end_layout
22169
22170 \end_inset
22171
22172  labelsep=period}
22173 \begin_inset Newline newline
22174 \end_inset
22175
22176
22177 \backslash
22178 captionsetup[table]{labelfont={bf,sf}}
22179 \end_layout
22180
22181 \begin_layout Standard
22182 \begin_inset Note Greyedout
22183 status open
22184
22185 \begin_layout Plain Layout
22186
22187 \series bold
22188 Bemerkung:
22189 \series default
22190  Die Option 
22191 \series bold
22192 tableposition=top
22193 \series default
22194  hat keine Auswirkung, wenn eine 
22195 \series bold
22196 koma-script
22197 \series default
22198
22199 \begin_inset Index
22200 status collapsed
22201
22202 \begin_layout Plain Layout
22203 LaTeX-Pakete ! koma-script
22204 \end_layout
22205
22206 \end_inset
22207
22208 -Dokumentklasse verwendet wird.
22209  Hier muss die Option 
22210 \series bold
22211 tablecaptionabove
22212 \series default
22213  benutzt werden.
22214 \end_layout
22215
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \begin_layout Standard
22222 Weitere Informationen über das Paket
22223 \series bold
22224  caption
22225 \series default
22226  finden Sie in seiner Dokumentation 
22227 \begin_inset CommandInset citation
22228 LatexCommand cite
22229 key "caption"
22230
22231 \end_inset
22232
22233 .
22234 \end_layout
22235
22236 \begin_layout Standard
22237 Wenn Sie den Namen von 
22238 \begin_inset Quotes gld
22239 \end_inset
22240
22241 Abbildung
22242 \begin_inset Quotes grd
22243 \end_inset
22244
22245  auf 
22246 \begin_inset Quotes gld
22247 \end_inset
22248
22249 Bild
22250 \begin_inset Quotes grd
22251 \end_inset
22252
22253  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22254 \end_layout
22255
22256 \begin_layout Standard
22257
22258 \series bold
22259
22260 \backslash
22261 renewcommand{
22262 \backslash
22263 fnum@figure}{Bild~
22264 \backslash
22265 thefigure}
22266 \end_layout
22267
22268 \begin_layout Standard
22269 wobei 
22270 \series bold
22271
22272 \backslash
22273 thefigure
22274 \series default
22275  die Bildnummer einsetzt und
22276 \series bold
22277  ~
22278 \series default
22279  ein geschütztes Leerzeichen ist.
22280 \end_layout
22281
22282 \begin_layout Standard
22283 \begin_inset VSpace bigskip
22284 \end_inset
22285
22286 Wenn Sie 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 (
22301 \family sans
22302 article (koma-script)
22303 \family default
22304
22305 \family sans
22306 book (koma-script)
22307 \family default
22308
22309 \family sans
22310 letter (koma-script)
22311 \family default
22312  oder 
22313 \family sans
22314 report (koma-script)
22315 \family default
22316 ) benutzen, können Sie anstatt des 
22317 \series bold
22318 caption
22319 \series default
22320 -Paketes den eingebauten Befehl 
22321 \series bold
22322
22323 \backslash
22324 setkomafont
22325 \series default
22326  von 
22327 \series bold
22328 koma-script
22329 \series default
22330  benutzen.
22331  Der Befehl
22332 \end_layout
22333
22334 \begin_layout Standard
22335
22336 \series bold
22337
22338 \backslash
22339 setkomafont{captionlabel}{
22340 \backslash
22341 bfseries}
22342 \end_layout
22343
22344 \begin_layout Standard
22345 im LaTeX-Vorspann druckt den Namen fett.
22346 \end_layout
22347
22348 \begin_layout Standard
22349 Weitere Informationen über 
22350 \series bold
22351
22352 \backslash
22353 setkomafont
22354 \series default
22355  finden Sie in der 
22356 \series bold
22357 koma-script
22358 \series default
22359 -Do\SpecialChar \-
22360 ku\SpecialChar \-
22361 men\SpecialChar \-
22362 ta\SpecialChar \-
22363 tion 
22364 \begin_inset CommandInset citation
22365 LatexCommand cite
22366 key "koma-script"
22367
22368 \end_inset
22369
22370 .
22371 \end_layout
22372
22373 \begin_layout Standard
22374 \begin_inset ERT
22375 status collapsed
22376
22377 \begin_layout Plain Layout
22378
22379
22380 \backslash
22381 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22382 }
22383 \end_layout
22384
22385 \end_inset
22386
22387
22388 \begin_inset Note Note
22389 status open
22390
22391 \begin_layout Plain Layout
22392 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22393 \end_layout
22394
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \begin_layout Standard
22401 \begin_inset Float figure
22402 placement !p
22403 wide false
22404 sideways false
22405 status open
22406
22407 \begin_layout Plain Layout
22408 \align center
22409 \begin_inset Graphics
22410         filename ../clipart/mobius.eps
22411         lyxscale 50
22412         scale 50
22413         scaleBeforeRotation
22414
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \begin_layout Plain Layout
22421 \begin_inset Caption
22422
22423 \begin_layout Plain Layout
22424 \begin_inset CommandInset label
22425 LatexCommand label
22426 name "abb:Langer-Abb-Titel"
22427
22428 \end_inset
22429
22430 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22431  ist, um das andere Beschriftungsformat zu zeigen.
22432  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22433 \begin_inset OptArg
22434 status collapsed
22435
22436 \begin_layout Plain Layout
22437 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22438  ist.
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \begin_layout Standard
22457 \begin_inset ERT
22458 status collapsed
22459
22460 \begin_layout Plain Layout
22461
22462
22463 \backslash
22464 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22465 on}
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \begin_layout Standard
22474 \begin_inset Float table
22475 placement !p
22476 wide false
22477 sideways false
22478 status open
22479
22480 \begin_layout Plain Layout
22481 \begin_inset Caption
22482
22483 \begin_layout Plain Layout
22484 \begin_inset CommandInset label
22485 LatexCommand label
22486 name "tab:Langer-Tab-Titel"
22487
22488 \end_inset
22489
22490 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22491  ist, um das andere Beschriftungsformat zu zeigen.
22492  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22493  benutzt.
22494 \begin_inset OptArg
22495 status collapsed
22496
22497 \begin_layout Plain Layout
22498 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22499  ist.
22500 \end_layout
22501
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \begin_layout Plain Layout
22513 \align center
22514 \begin_inset Tabular
22515 <lyxtabular version="3" rows="1" columns="5">
22516 <features>
22517 <column alignment="center" valignment="top" width="0">
22518 <column alignment="center" valignment="top" width="0">
22519 <column alignment="center" valignment="top" width="0">
22520 <column alignment="center" valignment="top" width="0">
22521 <column alignment="center" valignment="top" width="0">
22522 <row>
22523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 a
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 b
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 c
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 d
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 e
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 </row>
22569 </lyxtabular>
22570
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \begin_layout Section
22582 Beschriftungs-Platzierung
22583 \begin_inset CommandInset label
22584 LatexCommand label
22585 name "abs:Titel-Platzierung"
22586
22587 \end_inset
22588
22589
22590 \begin_inset Index
22591 status collapsed
22592
22593 \begin_layout Plain Layout
22594 Gleitobjekte ! Beschriftung ! Platzierung
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \begin_layout Standard
22603 Normalerweise werden die Beschriftungen wie folgt platziert:
22604 \end_layout
22605
22606 \begin_layout Description
22607 Abbildung: darunter
22608 \end_layout
22609
22610 \begin_layout Description
22611 Tabelle: darüber
22612 \end_layout
22613
22614 \begin_layout Standard
22615 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22616  Das heißt wenn Sie eine der Dokument-Klassen 
22617 \family sans
22618 article
22619 \family default
22620
22621 \family sans
22622 book
22623 \family default
22624
22625 \family sans
22626 letter
22627 \family default
22628  oder 
22629 \family sans
22630 report
22631 \family default
22632  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22633  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22634 \series bold
22635 caption
22636 \series default
22637  im LaTeX-Vorspann folgendes schreiben:
22638 \begin_inset Foot
22639 status collapsed
22640
22641 \begin_layout Plain Layout
22642 In Abschnitt
22643 \begin_inset space ~
22644 \end_inset
22645
22646
22647 \begin_inset CommandInset ref
22648 LatexCommand ref
22649 reference "abs:Titel-Formatierung"
22650
22651 \end_inset
22652
22653  steht mehr über das Paket 
22654 \series bold
22655 caption
22656 \series default
22657 .
22658 \end_layout
22659
22660 \end_inset
22661
22662
22663 \end_layout
22664
22665 \begin_layout Standard
22666
22667 \series bold
22668 tableposition=top
22669 \end_layout
22670
22671 \begin_layout Standard
22672 Wenn Sie eine 
22673 \series bold
22674 koma-script
22675 \series default
22676
22677 \begin_inset Index
22678 status collapsed
22679
22680 \begin_layout Plain Layout
22681 LaTeX-Pakete ! koma-script
22682 \end_layout
22683
22684 \end_inset
22685
22686 -Dokumentklasse (
22687 \family sans
22688 article (koma-script)
22689 \family default
22690
22691 \family sans
22692 book (koma-script)
22693 \family default
22694
22695 \family sans
22696 letter (koma-script)
22697 \family default
22698  oder 
22699 \family sans
22700 report (koma-script)
22701 \family default
22702 ) benutzen, können Sie alternativ zum 
22703 \series bold
22704 caption
22705 \series default
22706 -Paket die Option 
22707 \series bold
22708 tablecaptionabove
22709 \series default
22710  benutzen.
22711 \end_layout
22712
22713 \begin_layout Standard
22714 \begin_inset VSpace bigskip
22715 \end_inset
22716
22717 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22718  Das bewirkt das LaTeX-Paket 
22719 \series bold
22720 sidecap
22721 \series default
22722
22723 \begin_inset Index
22724 status collapsed
22725
22726 \begin_layout Plain Layout
22727 LaTeX-Pakete ! sidecap
22728 \end_layout
22729
22730 \end_inset
22731
22732 , das so in den LaTeX-Vorspann geladen wird:
22733 \end_layout
22734
22735 \begin_layout Standard
22736
22737 \series bold
22738
22739 \backslash
22740 usepackage[Option]{sidecap}
22741 \end_layout
22742
22743 \begin_layout Standard
22744 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22745  Mit 
22746 \series bold
22747 innercaption
22748 \series default
22749  wird die Beschriftung innen gedruckt.
22750  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22751  
22752 \series bold
22753 rightcaption
22754 \series default
22755  oder 
22756 \series bold
22757 leftcaption
22758 \series default
22759 .
22760 \end_layout
22761
22762 \begin_layout Standard
22763 \begin_inset ERT
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767
22768
22769 \backslash
22770 ifsidecap
22771 \end_layout
22772
22773 \end_inset
22774
22775
22776 \begin_inset Note Note
22777 status open
22778
22779 \begin_layout Plain Layout
22780 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22781 \series bold
22782 sidecap
22783 \series default
22784  installiert ist.
22785 \end_layout
22786
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \begin_layout Standard
22793 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22794  in den LaTeX-Vorspann schreiben:
22795 \end_layout
22796
22797 \begin_layout Standard
22798
22799 \lyxline
22800
22801 \end_layout
22802
22803 \begin_layout Standard
22804
22805 \series bold
22806
22807 \backslash
22808 newcommand{
22809 \backslash
22810 TabBesBeg}{%
22811 \begin_inset Newline newline
22812 \end_inset
22813
22814
22815 \begin_inset ERT
22816 status collapsed
22817
22818 \begin_layout Plain Layout
22819
22820
22821 \backslash
22822 hphantom{ }
22823 \end_layout
22824
22825 \end_inset
22826
22827
22828 \backslash
22829 let
22830 \backslash
22831 MyTable
22832 \backslash
22833 table
22834 \begin_inset Newline newline
22835 \end_inset
22836
22837
22838 \begin_inset ERT
22839 status collapsed
22840
22841 \begin_layout Plain Layout
22842
22843
22844 \backslash
22845 hphantom{ }
22846 \end_layout
22847
22848 \end_inset
22849
22850
22851 \backslash
22852 let
22853 \backslash
22854 MyEndtable
22855 \backslash
22856 endtable
22857 \begin_inset Newline newline
22858 \end_inset
22859
22860
22861 \begin_inset ERT
22862 status collapsed
22863
22864 \begin_layout Plain Layout
22865
22866
22867 \backslash
22868 hphantom{ }
22869 \end_layout
22870
22871 \end_inset
22872
22873
22874 \backslash
22875 renewenvironment{table}{
22876 \backslash
22877 begin{SCtable}}{
22878 \backslash
22879 end{SCtable}}}
22880 \end_layout
22881
22882 \begin_layout Standard
22883
22884 \series bold
22885
22886 \backslash
22887 newcommand{
22888 \backslash
22889 TabBesEnd}{%
22890 \begin_inset Newline newline
22891 \end_inset
22892
22893
22894 \begin_inset ERT
22895 status collapsed
22896
22897 \begin_layout Plain Layout
22898
22899
22900 \backslash
22901 hphantom{ }
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \backslash
22908 let
22909 \backslash
22910 table
22911 \backslash
22912 MyTable
22913 \begin_inset Newline newline
22914 \end_inset
22915
22916
22917 \begin_inset ERT
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921
22922
22923 \backslash
22924 hphantom{ }
22925 \end_layout
22926
22927 \end_inset
22928
22929
22930 \backslash
22931 let
22932 \backslash
22933 endtable
22934 \backslash
22935 MyEndtable
22936 \end_layout
22937
22938 \begin_layout Standard
22939
22940 \series bold
22941
22942 \backslash
22943 newcommand{
22944 \backslash
22945 FigBesBeg}{%
22946 \begin_inset Newline newline
22947 \end_inset
22948
22949
22950 \begin_inset ERT
22951 status collapsed
22952
22953 \begin_layout Plain Layout
22954
22955
22956 \backslash
22957 hphantom{ }
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \backslash
22964 let
22965 \backslash
22966 MyFigure
22967 \backslash
22968 figure
22969 \begin_inset Newline newline
22970 \end_inset
22971
22972
22973 \begin_inset ERT
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977
22978
22979 \backslash
22980 hphantom{ }
22981 \end_layout
22982
22983 \end_inset
22984
22985
22986 \backslash
22987 let
22988 \backslash
22989 MyEndfigure
22990 \backslash
22991 endfigure
22992 \begin_inset Newline newline
22993 \end_inset
22994
22995
22996 \begin_inset ERT
22997 status collapsed
22998
22999 \begin_layout Plain Layout
23000
23001
23002 \backslash
23003 hphantom{ }
23004 \end_layout
23005
23006 \end_inset
23007
23008
23009 \backslash
23010 renewenvironment{figure}{
23011 \backslash
23012 begin{SCfigure}}{
23013 \backslash
23014 end{SCfigure}}}
23015 \end_layout
23016
23017 \begin_layout Standard
23018
23019 \series bold
23020
23021 \backslash
23022 newcommand{
23023 \backslash
23024 FigBesEnd}{%
23025 \begin_inset Newline newline
23026 \end_inset
23027
23028
23029 \begin_inset ERT
23030 status collapsed
23031
23032 \begin_layout Plain Layout
23033
23034
23035 \backslash
23036 hphantom{ }
23037 \end_layout
23038
23039 \end_inset
23040
23041
23042 \backslash
23043 let
23044 \backslash
23045 figure
23046 \backslash
23047 MyFigure
23048 \begin_inset Newline newline
23049 \end_inset
23050
23051
23052 \begin_inset ERT
23053 status collapsed
23054
23055 \begin_layout Plain Layout
23056
23057
23058 \backslash
23059 hphantom{ }
23060 \end_layout
23061
23062 \end_inset
23063
23064
23065 \backslash
23066 let
23067 \backslash
23068 endfigure
23069 \backslash
23070 MyEndfigure}
23071 \series default
23072
23073 \lyxline
23074
23075 \end_layout
23076
23077 \begin_layout Standard
23078 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23079 ungen seitlich gedruckt werden.
23080  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23081 \end_layout
23082
23083 \begin_layout Standard
23084
23085 \series bold
23086
23087 \backslash
23088 FigBesBeg
23089 \end_layout
23090
23091 \begin_layout Standard
23092 als TeX-Code vor und
23093 \end_layout
23094
23095 \begin_layout Standard
23096
23097 \series bold
23098
23099 \backslash
23100 FigBesEnd
23101 \end_layout
23102
23103 \begin_layout Standard
23104 hinter das Gleitobjekt.
23105  Bei Gleitobjekt-Tabellen heißen die Befehle
23106 \end_layout
23107
23108 \begin_layout Standard
23109
23110 \series bold
23111
23112 \backslash
23113 TabBesBeg
23114 \series default
23115  und 
23116 \series bold
23117
23118 \backslash
23119 TabBesEnd
23120 \series default
23121 .
23122 \end_layout
23123
23124 \begin_layout Standard
23125 Abbildung
23126 \begin_inset space ~
23127 \end_inset
23128
23129
23130 \begin_inset CommandInset ref
23131 LatexCommand ref
23132 reference "abb:Beschriftung-neben"
23133
23134 \end_inset
23135
23136  und Tabelle
23137 \begin_inset space ~
23138 \end_inset
23139
23140
23141 \begin_inset CommandInset ref
23142 LatexCommand ref
23143 reference "tab:cap-beside-tab"
23144
23145 \end_inset
23146
23147  sind Beispiele für seitliche Beschriftungen.
23148 \end_layout
23149
23150 \begin_layout Standard
23151 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23152  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23153  der Abbildung.
23154  Das kann man mit dem Befehl
23155 \end_layout
23156
23157 \begin_layout Standard
23158
23159 \series bold
23160
23161 \backslash
23162 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23163 \end_layout
23164
23165 \begin_layout Standard
23166 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23167  Der Gleitobjekt-Typ ist entweder 
23168 \family sans
23169 figure
23170 \family default
23171  oder 
23172 \family sans
23173 table
23174 \family default
23175 , die
23176 \family sans
23177  
23178 \family default
23179 Platzierung ist 
23180 \family typewriter
23181 t
23182 \family default
23183  für oben, 
23184 \family typewriter
23185 c
23186 \family default
23187  für zentriert oder 
23188 \family typewriter
23189 b
23190 \family default
23191  für unten.
23192  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23193  lautet der Befehl
23194 \end_layout
23195
23196 \begin_layout Standard
23197
23198 \series bold
23199
23200 \backslash
23201 sidecaptionvpos{figure}{c}
23202 \end_layout
23203
23204 \begin_layout Standard
23205 Das wurde in Abbildung
23206 \begin_inset space ~
23207 \end_inset
23208
23209
23210 \begin_inset CommandInset ref
23211 LatexCommand ref
23212 reference "abb:cap-beside-fig-2"
23213
23214 \end_inset
23215
23216  benutzt.
23217 \end_layout
23218
23219 \begin_layout Standard
23220 \begin_inset VSpace medskip
23221 \end_inset
23222
23223 Weitere Informationen über das Paket
23224 \series bold
23225  sidecap
23226 \series default
23227  finden Sie in seiner Dokumentation 
23228 \begin_inset CommandInset citation
23229 LatexCommand cite
23230 key "sidecap"
23231
23232 \end_inset
23233
23234 .
23235 \end_layout
23236
23237 \begin_layout Standard
23238 \begin_inset Note Greyedout
23239 status open
23240
23241 \begin_layout Plain Layout
23242
23243 \series bold
23244 Bemerkung:
23245 \series default
23246  Das LaTeX-Paket 
23247 \series bold
23248 hypcap
23249 \series default
23250 ,
23251 \begin_inset Index
23252 status collapsed
23253
23254 \begin_layout Plain Layout
23255 LaTeX-Pakete ! hypcap
23256 \end_layout
23257
23258 \end_inset
23259
23260  das in Abschnitt
23261 \begin_inset space ~
23262 \end_inset
23263
23264
23265 \begin_inset CommandInset ref
23266 LatexCommand ref
23267 reference "uab:Querverweis-Position"
23268
23269 \end_inset
23270
23271  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23272  Beschriftungen.
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \begin_layout Standard
23281 \begin_inset ERT
23282 status collapsed
23283
23284 \begin_layout Plain Layout
23285
23286
23287 \backslash
23288 FigBesBeg 
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \begin_layout Standard
23297 \begin_inset Float figure
23298 wide false
23299 sideways false
23300 status open
23301
23302 \begin_layout Plain Layout
23303 \begin_inset Graphics
23304         filename ../clipart/escher-lsd.eps
23305         scale 75
23306         scaleBeforeRotation
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \begin_layout Plain Layout
23314 \begin_inset Caption
23315
23316 \begin_layout Plain Layout
23317 \begin_inset CommandInset label
23318 LatexCommand label
23319 name "abb:Beschriftung-neben"
23320
23321 \end_inset
23322
23323 Dies ist eine Beschriftung neben einer Abbildung.
23324 \end_layout
23325
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \begin_layout Standard
23337 \begin_inset ERT
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341
23342
23343 \backslash
23344 TabBesBeg 
23345 \end_layout
23346
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \begin_layout Standard
23353 \begin_inset Float table
23354 wide false
23355 sideways false
23356 status open
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Caption
23360
23361 \begin_layout Plain Layout
23362 \begin_inset CommandInset label
23363 LatexCommand label
23364 name "tab:cap-beside-tab"
23365
23366 \end_inset
23367
23368 Dies ist eine Beschriftung neben einer Tabelle.
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Tabular
23378 <lyxtabular version="3" rows="4" columns="5">
23379 <features>
23380 <column alignment="center" valignment="top" width="0">
23381 <column alignment="center" valignment="top" width="0">
23382 <column alignment="center" valignment="top" width="0">
23383 <column alignment="center" valignment="top" width="0">
23384 <column alignment="center" valignment="top" width="0">
23385 <row>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 a
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 b
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 c
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 </row>
23432 <row>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 d
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 e
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 </row>
23479 <row>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 f
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 g
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520 h
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 </row>
23526 <row>
23527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540 i
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558 j
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 </row>
23573 </lyxtabular>
23574
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \begin_layout Standard
23586 \begin_inset ERT
23587 status collapsed
23588
23589 \begin_layout Plain Layout
23590
23591
23592 \backslash
23593 TabBesEnd
23594 \end_layout
23595
23596 \end_inset
23597
23598
23599 \end_layout
23600
23601 \begin_layout Standard
23602 \begin_inset ERT
23603 status collapsed
23604
23605 \begin_layout Plain Layout
23606
23607
23608 \backslash
23609 sidecaptionvpos{figure}{c}
23610 \end_layout
23611
23612 \end_inset
23613
23614
23615 \begin_inset Float figure
23616 wide false
23617 sideways false
23618 status open
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Graphics
23622         filename ../clipart/escher-lsd.eps
23623         scale 75
23624         scaleBeforeRotation
23625
23626 \end_inset
23627
23628
23629 \end_layout
23630
23631 \begin_layout Plain Layout
23632 \begin_inset Caption
23633
23634 \begin_layout Plain Layout
23635 \begin_inset CommandInset label
23636 LatexCommand label
23637 name "abb:cap-beside-fig-2"
23638
23639 \end_inset
23640
23641 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23642 \end_layout
23643
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \begin_layout Standard
23655 \begin_inset ERT
23656 status collapsed
23657
23658 \begin_layout Plain Layout
23659
23660
23661 \backslash
23662 FigBesEnd
23663 \end_layout
23664
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \begin_layout Standard
23671 \begin_inset ERT
23672 status collapsed
23673
23674 \begin_layout Plain Layout
23675
23676
23677 \backslash
23678 else
23679 \end_layout
23680
23681 \end_inset
23682
23683
23684 \begin_inset Note Note
23685 status open
23686
23687 \begin_layout Plain Layout
23688 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23689 \series bold
23690 sidecap
23691 \series default
23692  nicht installiert ist:
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \begin_layout Standard
23701 Das LaTeX-Paket 
23702 \series bold
23703 sidecap
23704 \series default
23705  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23706 \end_layout
23707
23708 \begin_layout Standard
23709 \begin_inset ERT
23710 status collapsed
23711
23712 \begin_layout Plain Layout
23713
23714
23715 \backslash
23716 fi
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \begin_layout Section
23725 Gleitobjekt-Verzeichnisse
23726 \begin_inset CommandInset label
23727 LatexCommand label
23728 name "abs:Gleitobjekt-Verzeichnisse"
23729
23730 \end_inset
23731
23732
23733 \begin_inset Index
23734 status collapsed
23735
23736 \begin_layout Plain Layout
23737 Gleitobjekte ! Verzeichnisse
23738 \end_layout
23739
23740 \end_inset
23741
23742
23743 \end_layout
23744
23745 \begin_layout Standard
23746 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23747  Sie können mit den Untermenüs von 
23748 \family sans
23749 Einfügen\SpecialChar \menuseparator
23750 Liste
23751 \begin_inset space ~
23752 \end_inset
23753
23754 /
23755 \begin_inset space ~
23756 \end_inset
23757
23758 Inhaltsverzeichnis
23759 \family default
23760  eingefügt werden.
23761 \end_layout
23762
23763 \begin_layout Standard
23764 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23765  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23766 \end_layout
23767
23768 \begin_layout Standard
23769 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23770  und ein Tabellen-Verzeichnis.
23771 \end_layout
23772
23773 \begin_layout Chapter
23774 Notizen
23775 \end_layout
23776
23777 \begin_layout Section
23778 LyX-Notizen
23779 \begin_inset CommandInset label
23780 LatexCommand label
23781 name "abs:LyX-Notizen"
23782
23783 \end_inset
23784
23785
23786 \begin_inset Index
23787 status collapsed
23788
23789 \begin_layout Plain Layout
23790 Notizen ! LyX-Notizen
23791 \end_layout
23792
23793 \end_inset
23794
23795
23796 \end_layout
23797
23798 \begin_layout Standard
23799 Notizen werden mit einem Klick auf 
23800 \begin_inset Graphics
23801         filename ../../images/note-insert.png
23802         scale 85
23803         scaleBeforeRotation
23804         BoundingBox 0bp 6bp 22bp 22bp
23805
23806 \end_inset
23807
23808  oder 
23809 \family sans
23810 Einfügen\SpecialChar \menuseparator
23811 Notiz
23812 \family default
23813  eingefügt.
23814  Es gibt fünf Arten:
23815 \end_layout
23816
23817 \begin_layout Description
23818 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
23819  Eine 
23820 \family sans
23821 LyX-Notiz
23822 \family default
23823  sieht so aus:
23824 \begin_inset Newline newline
23825 \end_inset
23826
23827
23828 \begin_inset Newline newline
23829 \end_inset
23830
23831
23832 \begin_inset Graphics
23833         filename clipart/LyXNotizQt4.png
23834         display false
23835         scale 60
23836         scaleBeforeRotation
23837
23838 \end_inset
23839
23840  
23841 \begin_inset Note Note
23842 status open
23843
23844 \begin_layout Plain Layout
23845 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23846 \end_layout
23847
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \begin_layout Description
23854 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
23855  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
23856 \family sans
23857 Datei\SpecialChar \menuseparator
23858 Ex\SpecialChar \-
23859 por\SpecialChar \-
23860 tie\SpecialChar \-
23861 ren\SpecialChar \menuseparator
23862 LaTe
23863 \begin_inset ERT
23864 status collapsed
23865
23866 \begin_layout Plain Layout
23867
23868 {}
23869 \end_layout
23870
23871 \end_inset
23872
23873 X (pdflatex) / (normal)
23874 \family default
23875 .
23876  Ein Kommentar sieht so aus:
23877 \begin_inset Newline newline
23878 \end_inset
23879
23880
23881 \begin_inset Newline newline
23882 \end_inset
23883
23884
23885 \begin_inset Graphics
23886         filename clipart/KommentarQt4.png
23887         display false
23888         scale 60
23889         scaleBeforeRotation
23890
23891 \end_inset
23892
23893  
23894 \begin_inset Note Comment
23895 status open
23896
23897 \begin_layout Plain Layout
23898 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23899 \end_layout
23900
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \begin_layout Description
23907 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
23908 \begin_inset Newline newline
23909 \end_inset
23910
23911
23912 \begin_inset Newline newline
23913 \end_inset
23914
23915
23916 \begin_inset Graphics
23917         filename clipart/GrauschriftNotizQt4.png
23918         display false
23919         scale 60
23920         scaleBeforeRotation
23921
23922 \end_inset
23923
23924
23925 \begin_inset Newline newline
23926 \end_inset
23927
23928
23929 \begin_inset ERT
23930 status collapsed
23931
23932 \begin_layout Plain Layout
23933
23934
23935 \backslash
23936 renewenvironment{lyxgreyedout}
23937 \end_layout
23938
23939 \begin_layout Plain Layout
23940
23941 {
23942 \backslash
23943 textcolor[gray]{0.4}
23944 \backslash
23945 bgroup}{
23946 \backslash
23947 egroup}
23948 \end_layout
23949
23950 \end_inset
23951
23952
23953 \begin_inset Note Greyedout
23954 status open
23955
23956 \begin_layout Plain Layout
23957 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
23958 \begin_inset Foot
23959 status open
23960
23961 \begin_layout Plain Layout
23962 Dies ist eine Fußnote in einer Grauschrift-Notiz.
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \end_inset
23971
23972
23973 \begin_inset ERT
23974 status collapsed
23975
23976 \begin_layout Plain Layout
23977
23978
23979 \backslash
23980 renewenvironment{lyxgreyedout}
23981 \end_layout
23982
23983 \begin_layout Plain Layout
23984
23985 {
23986 \backslash
23987 textcolor{blue}
23988 \backslash
23989 bgroup}{
23990 \backslash
23991 egroup}
23992 \end_layout
23993
23994 \end_inset
23995
23996
23997 \begin_inset Note Note
23998 status collapsed
23999
24000 \begin_layout Plain Layout
24001 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24002  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24003  
24004 \end_layout
24005
24006 \end_inset
24007
24008
24009 \begin_inset Newline newline
24010 \end_inset
24011
24012
24013 \begin_inset Newline newline
24014 \end_inset
24015
24016 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24017  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24018 \end_layout
24019
24020 \begin_layout Description
24021 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
24022 \begin_inset Newline newline
24023 \end_inset
24024
24025
24026 \begin_inset Newline newline
24027 \end_inset
24028
24029
24030 \begin_inset Graphics
24031         filename clipart/GerahmteNotizQt4.png
24032         display false
24033         scale 60
24034         scaleBeforeRotation
24035
24036 \end_inset
24037
24038
24039 \begin_inset Box Framed
24040 position "t"
24041 hor_pos "c"
24042 has_inner_box 0
24043 inner_pos "t"
24044 use_parbox 0
24045 width "100col%"
24046 special "none"
24047 height "1in"
24048 height_special "totalheight"
24049 status open
24050
24051 \begin_layout Plain Layout
24052 Dies ist eine Notiz, die gerahmt gedruckt wird.
24053 \end_layout
24054
24055 \end_inset
24056
24057 Im Gegensatz zu gerahmten Boxen
24058 \begin_inset Foot
24059 status open
24060
24061 \begin_layout Plain Layout
24062 Gerahmte Boxen werden in Abschnitt
24063 \begin_inset space ~
24064 \end_inset
24065
24066
24067 \begin_inset CommandInset ref
24068 LatexCommand ref
24069 reference "abs:Gerahmte-Boxen"
24070
24071 \end_inset
24072
24073  beschrieben.
24074 \end_layout
24075
24076 \end_inset
24077
24078  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
24079  Notiz ist ein Absatz für sich.
24080  
24081 \end_layout
24082
24083 \begin_layout Description
24084 Schattiert: Diese Notiz müsste eigentlich 
24085 \family sans
24086 farbig
24087 \family default
24088  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
24089 \family sans
24090 Werkzeuge\SpecialChar \menuseparator
24091 Einstellungen\SpecialChar \menuseparator
24092 Farben\SpecialChar \menuseparator
24093 Schat\SpecialChar \-
24094 tier\SpecialChar \-
24095 te
24096 \begin_inset space \space{}
24097 \end_inset
24098
24099 Box
24100 \family default
24101  definiert ist, und sieht so aus:
24102 \begin_inset Newline newline
24103 \end_inset
24104
24105
24106 \begin_inset Newline newline
24107 \end_inset
24108
24109
24110 \begin_inset Graphics
24111         filename clipart/SchattierteNotizQt4.png
24112         display false
24113         scale 60
24114         scaleBeforeRotation
24115
24116 \end_inset
24117
24118
24119 \begin_inset Box Shaded
24120 position "t"
24121 hor_pos "c"
24122 has_inner_box 0
24123 inner_pos "t"
24124 use_parbox 0
24125 width "100col%"
24126 special "none"
24127 height "1in"
24128 height_special "totalheight"
24129 status open
24130
24131 \begin_layout Plain Layout
24132 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
24133 \end_layout
24134
24135 \end_inset
24136
24137 Im Gegensatz zu farbigen Boxen
24138 \begin_inset Foot
24139 status collapsed
24140
24141 \begin_layout Plain Layout
24142 Farbige Boxen werden in Abschnitt
24143 \begin_inset space ~
24144 \end_inset
24145
24146
24147 \begin_inset CommandInset ref
24148 LatexCommand ref
24149 reference "abs:Farbige-Boxen"
24150
24151 \end_inset
24152
24153  beschrieben.
24154 \end_layout
24155
24156 \end_inset
24157
24158  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
24159  die Notiz ist ein Absatz für sich.
24160 \end_layout
24161
24162 \begin_layout Standard
24163 \begin_inset VSpace bigskip
24164 \end_inset
24165
24166 Wenn Sie auf den Werzeugleistenknopf 
24167 \begin_inset Graphics
24168         filename ../../images/note-insert.png
24169         scale 85
24170         scaleBeforeRotation
24171         BoundingBox 0bp 6bp 22bp 22bp
24172
24173 \end_inset
24174
24175  klicken, wird zunächst eine 
24176 \family sans
24177 LyX-Notiz
24178 \family default
24179  eingefügt.
24180  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24181  anderen Möglichkeiten auswählen.
24182  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24183  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24184  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24185  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24186  am Ende der Notiz ist.
24187 \end_layout
24188
24189 \begin_layout Standard
24190 \begin_inset VSpace bigskip
24191 \end_inset
24192
24193 Die Textfarbe der 
24194 \family sans
24195 Grauschrift
24196 \family default
24197 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24198 \end_layout
24199
24200 \begin_layout Standard
24201
24202 \series bold
24203
24204 \backslash
24205 renewenvironment{lyxgreyedout}
24206 \begin_inset Newline newline
24207 \end_inset
24208
24209
24210 \begin_inset ERT
24211 status collapsed
24212
24213 \begin_layout Plain Layout
24214
24215
24216 \backslash
24217 hphantom{ }
24218 \end_layout
24219
24220 \end_inset
24221
24222 {
24223 \backslash
24224 textcolor{color}
24225 \backslash
24226 bgroup}{
24227 \backslash
24228 egroup}
24229 \end_layout
24230
24231 \begin_layout Standard
24232 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24233 \begin_inset space ~
24234 \end_inset
24235
24236
24237 \begin_inset CommandInset ref
24238 LatexCommand ref
24239 reference "abs:Farbige-Tabellen"
24240
24241 \end_inset
24242
24243  beschrieben.
24244  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24245 \end_layout
24246
24247 \begin_layout Standard
24248 \begin_inset VSpace bigskip
24249 \end_inset
24250
24251 Der Textstil von 
24252 \family sans
24253 Eingerahmt
24254 \family default
24255  und 
24256 \family sans
24257 Schattiert
24258 \family default
24259  kann im 
24260 \family sans
24261 Textstil
24262 \family default
24263 -Dialog eingestellt werden.
24264 \end_layout
24265
24266 \begin_layout Standard
24267 Die Standard-Rahmenbreite für 
24268 \family sans
24269 Eingerahmt
24270 \family default
24271  ist 0.4
24272 \begin_inset space \thinspace{}
24273 \end_inset
24274
24275 pt; sie kann mit 
24276 \series bold
24277
24278 \backslash
24279 FrameRule
24280 \series default
24281  geändert werden.
24282  Der Standard-Abstand zwischen Rahmen und Text ist 9
24283 \begin_inset space \thinspace{}
24284 \end_inset
24285
24286 pt; er kann mit 
24287 \series bold
24288
24289 \backslash
24290 FrameSep
24291 \series default
24292  geändert werden.
24293  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
24294  als TeX-Code geändert:
24295 \end_layout
24296
24297 \begin_layout Standard
24298
24299 \series bold
24300
24301 \backslash
24302 FrameRule 5pt 
24303 \backslash
24304 FrameSep 0.5cm
24305 \end_layout
24306
24307 \begin_layout Standard
24308 \begin_inset ERT
24309 status collapsed
24310
24311 \begin_layout Plain Layout
24312
24313
24314 \backslash
24315 FrameRule 5pt 
24316 \backslash
24317 FrameSep 0.5cm
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \begin_inset Box Framed
24324 position "t"
24325 hor_pos "c"
24326 has_inner_box 0
24327 inner_pos "t"
24328 use_parbox 0
24329 width "100col%"
24330 special "none"
24331 height "1in"
24332 height_special "totalheight"
24333 status open
24334
24335 \begin_layout Plain Layout
24336 Dies ist Text in einem anderen Rahmen.
24337 \end_layout
24338
24339 \end_inset
24340
24341
24342 \end_layout
24343
24344 \begin_layout Standard
24345 \begin_inset ERT
24346 status collapsed
24347
24348 \begin_layout Plain Layout
24349
24350
24351 \backslash
24352 FrameRule 0.4pt 
24353 \backslash
24354 FrameSep 9pt
24355 \end_layout
24356
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \begin_layout Standard
24363 \begin_inset VSpace bigskip
24364 \end_inset
24365
24366 Für 
24367 \family sans
24368 Schattiert
24369 \family default
24370  beträgt der Abstand zwischen Rand und Text 3
24371 \begin_inset space \thinspace{}
24372 \end_inset
24373
24374 pt; er kann mit 
24375 \series bold
24376
24377 \backslash
24378 fboxsep
24379 \series default
24380  geändert werden.
24381  Die Standard-Hintergrundfarbe ist rot und kann mit 
24382 \series bold
24383
24384 \backslash
24385 definecolor{shadebox}
24386 \series default
24387  oder 
24388 \family sans
24389 Werkzeuge\SpecialChar \menuseparator
24390 Einstellungen\SpecialChar \menuseparator
24391 Farben\SpecialChar \menuseparator
24392 Schattierte
24393 \begin_inset space ~
24394 \end_inset
24395
24396 Box
24397 \family default
24398  geändert werden.
24399  Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24400 \begin_inset space ~
24401 \end_inset
24402
24403
24404 \begin_inset CommandInset ref
24405 LatexCommand ref
24406 reference "abs:Farbige-Tabellen"
24407
24408 \end_inset
24409
24410  beschrieben
24411 \begin_inset Foot
24412 status collapsed
24413
24414 \begin_layout Plain Layout
24415
24416 \series bold
24417
24418 \backslash
24419 definecolor
24420 \series default
24421  benötigt das LaTeX-Paket 
24422 \series bold
24423 color
24424 \series default
24425
24426 \begin_inset Index
24427 status collapsed
24428
24429 \begin_layout Plain Layout
24430 LaTeX-Pakete ! color
24431 \end_layout
24432
24433 \end_inset
24434
24435  im LaTeX-Vorspann, siehe Abschnitt
24436 \begin_inset space ~
24437 \end_inset
24438
24439
24440 \begin_inset CommandInset ref
24441 LatexCommand ref
24442 reference "abs:Farbige-Boxen"
24443
24444 \end_inset
24445
24446 .
24447 \end_layout
24448
24449 \end_inset
24450
24451 .
24452 \end_layout
24453
24454 \begin_layout Standard
24455 Für das nächste Beispiel wurden folgender TeX-Code verwendet:
24456 \end_layout
24457
24458 \begin_layout Standard
24459
24460 \series bold
24461
24462 \backslash
24463 fboxsep 0.5cm
24464 \begin_inset Newline newline
24465 \end_inset
24466
24467
24468 \backslash
24469 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24470 \end_layout
24471
24472 \begin_layout Standard
24473 \begin_inset ERT
24474 status collapsed
24475
24476 \begin_layout Plain Layout
24477
24478
24479 \backslash
24480 fboxsep 0.5cm
24481 \end_layout
24482
24483 \end_inset
24484
24485
24486 \begin_inset ERT
24487 status collapsed
24488
24489 \begin_layout Plain Layout
24490
24491
24492 \backslash
24493 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24494 \end_layout
24495
24496 \end_inset
24497
24498
24499 \begin_inset Box Shaded
24500 position "t"
24501 hor_pos "c"
24502 has_inner_box 0
24503 inner_pos "t"
24504 use_parbox 0
24505 width "100col%"
24506 special "none"
24507 height "1in"
24508 height_special "totalheight"
24509 status open
24510
24511 \begin_layout Plain Layout
24512
24513 \color yellow
24514 Dies ist gelber Text auf dunkelgrünem Hintergrund.
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \begin_layout Standard
24523 \begin_inset ERT
24524 status collapsed
24525
24526 \begin_layout Plain Layout
24527
24528
24529 \backslash
24530 fboxsep 3pt
24531 \end_layout
24532
24533 \end_inset
24534
24535
24536 \begin_inset ERT
24537 status collapsed
24538
24539 \begin_layout Plain Layout
24540
24541
24542 \backslash
24543 definecolor{shadecolor}{rgb}{1,0,0}
24544 \end_layout
24545
24546 \end_inset
24547
24548
24549 \end_layout
24550
24551 \begin_layout Section
24552 Fußnoten
24553 \begin_inset CommandInset label
24554 LatexCommand label
24555 name "abs:Fußnoten"
24556
24557 \end_inset
24558
24559
24560 \begin_inset Index
24561 status collapsed
24562
24563 \begin_layout Plain Layout
24564 Notizen ! Fußnoten
24565 \end_layout
24566
24567 \end_inset
24568
24569
24570 \begin_inset Index
24571 status collapsed
24572
24573 \begin_layout Plain Layout
24574 Fußnoten
24575 \end_layout
24576
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \begin_layout Standard
24583 Zu dem, was bereits im 
24584 \emph on
24585 Benutzerhandbuch
24586 \emph default
24587  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24588 \color black
24589
24590 \begin_inset Foot
24591 status open
24592
24593 \begin_layout Plain Layout
24594
24595 \color black
24596 \begin_inset CommandInset label
24597 LatexCommand label
24598 name "fuss:Fußnoten-Beispiel"
24599
24600 \end_inset
24601
24602 Dies ist eine Fußnote.
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Standard
24611 \begin_inset ERT
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615
24616
24617 \backslash
24618 newcounter{MyRepeatFoot}
24619 \end_layout
24620
24621 \begin_layout Plain Layout
24622
24623
24624 \backslash
24625 setcounter{MyRepeatFoot}{
24626 \backslash
24627 thefootnote}
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \begin_layout Standard
24636 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24637  wurde, eine hochgestellte Zahl.
24638  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24639  hochgestellt dem Text vorangeht.
24640  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24641  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24642  werden.
24643 \end_layout
24644
24645 \begin_layout Standard
24646 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24647  der Fußnote eine Marke eingefügt wurde.
24648  Dies ist ein Querverweis auf Fußnote
24649 \begin_inset space ~
24650 \end_inset
24651
24652
24653 \begin_inset CommandInset ref
24654 LatexCommand ref
24655 reference "fuss:Fußnoten-Beispiel"
24656
24657 \end_inset
24658
24659 .
24660 \end_layout
24661
24662 \begin_layout Standard
24663 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24664  siehe Abschnitt
24665 \begin_inset space ~
24666 \end_inset
24667
24668
24669 \begin_inset CommandInset ref
24670 LatexCommand ref
24671 reference "abs:Minipage"
24672
24673 \end_inset
24674
24675 .
24676  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24677 \begin_inset space ~
24678 \end_inset
24679
24680
24681 \begin_inset CommandInset ref
24682 LatexCommand ref
24683 reference "uab:Fußnoten-in-langen"
24684
24685 \end_inset
24686
24687  beschrieben.
24688 \end_layout
24689
24690 \begin_layout Standard
24691 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24692  TeX-Code-Befehl 
24693 \series bold
24694
24695 \backslash
24696 footnotemark[Nummer]
24697 \series default
24698  benutzen.
24699  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24700  mal gedruckt wird.
24701 \end_layout
24702
24703 \begin_layout Standard
24704 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24705  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24706  Hinter Fußnote
24707 \begin_inset space ~
24708 \end_inset
24709
24710
24711 \begin_inset CommandInset ref
24712 LatexCommand ref
24713 reference "fuss:Fußnoten-Beispiel"
24714
24715 \end_inset
24716
24717  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24718 \end_layout
24719
24720 \begin_layout Standard
24721
24722 \series bold
24723
24724 \backslash
24725 newcounter{MyRepeatFoot}
24726 \begin_inset Newline newline
24727 \end_inset
24728
24729
24730 \backslash
24731 setcounter{MyRepeatFoot}{
24732 \backslash
24733 thefootnote}
24734 \end_layout
24735
24736 \begin_layout Standard
24737 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24738 \end_layout
24739
24740 \begin_layout Standard
24741
24742 \series bold
24743
24744 \backslash
24745 footnotemark[
24746 \backslash
24747 theMyRepeatFoot]
24748 \end_layout
24749
24750 \begin_layout Standard
24751 Hier ist ein Beispiel für eine Fußnotenmarke:
24752 \family roman
24753 \series medium
24754 \bar no
24755
24756 \begin_inset ERT
24757 status collapsed
24758
24759 \begin_layout Plain Layout
24760
24761
24762 \backslash
24763 footnotemark[
24764 \backslash
24765 theMyRepeatFoot]
24766 \end_layout
24767
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \begin_layout Subsection
24774 Fußnoten-Nummerierung
24775 \begin_inset CommandInset label
24776 LatexCommand label
24777 name "uab:Fußnoten-Nummerierung"
24778
24779 \end_inset
24780
24781
24782 \begin_inset Index
24783 status collapsed
24784
24785 \begin_layout Plain Layout
24786 Fußnoten ! Nummerierung
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Standard
24795 Um Fußnoten nach jedem Abschnitt
24796 \family roman
24797  auf 1 zurückzusetzen, 
24798 \family default
24799 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24800 \end_layout
24801
24802 \begin_layout Standard
24803
24804 \series bold
24805
24806 \backslash
24807 @addtoreset{footnote}{section}
24808 \end_layout
24809
24810 \begin_layout Standard
24811 \begin_inset VSpace bigskip
24812 \end_inset
24813
24814 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24815  Zahlen:
24816 \end_layout
24817
24818 \begin_layout Standard
24819
24820 \series bold
24821
24822 \backslash
24823 renewcommand{
24824 \backslash
24825 thefootnote}{
24826 \backslash
24827 roman{footnote}}
24828 \end_layout
24829
24830 \begin_layout Standard
24831 \begin_inset ERT
24832 status collapsed
24833
24834 \begin_layout Plain Layout
24835
24836
24837 \backslash
24838 renewcommand{
24839 \backslash
24840 thefootnote}{
24841 \backslash
24842 roman{footnote}}
24843 \end_layout
24844
24845 \end_inset
24846
24847  Hier ist ein Beispiel für solch eine Fußnote:
24848 \begin_inset Foot
24849 status open
24850
24851 \begin_layout Plain Layout
24852 Dies ist eine Fußnote mit kleinen römischen Zahlen
24853 \end_layout
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Standard
24861 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
24862  in obigem Befehl 
24863 \series bold
24864
24865 \backslash
24866 roman
24867 \series default
24868  durch 
24869 \series bold
24870
24871 \backslash
24872 Roman
24873 \series default
24874 .
24875  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24876 \begin_inset Quotes gld
24877 \end_inset
24878
24879 nummerieren
24880 \begin_inset Quotes grd
24881 \end_inset
24882
24883 , verwenden Sie die Befehle 
24884 \series bold
24885
24886 \backslash
24887 Alph
24888 \series default
24889  oder 
24890 \series bold
24891
24892 \backslash
24893 alph
24894 \series default
24895 .
24896  Für die 
24897 \begin_inset Quotes gld
24898 \end_inset
24899
24900 Nummerierung
24901 \begin_inset Quotes grd
24902 \end_inset
24903
24904  mit Symbolen steht der Befehl 
24905 \series bold
24906
24907 \backslash
24908 fnsymbol
24909 \series default
24910  zur Verfügung.
24911 \end_layout
24912
24913 \begin_layout Standard
24914 \begin_inset Note Greyedout
24915 status open
24916
24917 \begin_layout Plain Layout
24918
24919 \series bold
24920 Bemerkung 1:
24921 \series default
24922  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
24923  
24924 \emph on
24925 ein
24926 \emph default
24927  Buchstabe verwendet wird.
24928 \end_layout
24929
24930 \end_inset
24931
24932
24933 \begin_inset Newline newline
24934 \end_inset
24935
24936
24937 \begin_inset Note Greyedout
24938 status open
24939
24940 \begin_layout Plain Layout
24941
24942 \series bold
24943 Bemerkung 2:
24944 \series default
24945  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
24946 \end_layout
24947
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \begin_layout Standard
24954 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
24955 \series bold
24956
24957 \backslash
24958 arabic
24959 \series default
24960  anstelle von 
24961 \series bold
24962
24963 \backslash
24964 roman
24965 \series default
24966  in obigem Befehl.
24967 \begin_inset ERT
24968 status collapsed
24969
24970 \begin_layout Plain Layout
24971
24972
24973 \backslash
24974 renewcommand{
24975 \backslash
24976 thefootnote}{
24977 \backslash
24978 arabic{footnote}}
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \end_layout
24985
24986 \begin_layout Standard
24987 \begin_inset VSpace bigskip
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Standard
24994 Wenn Sie wollen, dass Fußnoten nach dem Schema 
24995 \begin_inset Quotes gld
24996 \end_inset
24997
24998 Kapitel.Fußnote
24999 \begin_inset Quotes grd
25000 \end_inset
25001
25002  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25003 \end_layout
25004
25005 \begin_layout Standard
25006
25007 \series bold
25008
25009 \backslash
25010 numberwithin{footnote}{chapter}
25011 \end_layout
25012
25013 \begin_layout Standard
25014 Um 
25015 \series bold
25016
25017 \backslash
25018 numberwithin
25019 \series default
25020  benutzen zu können, muss in den 
25021 \family sans
25022 Mathe
25023 \begin_inset space ~
25024 \end_inset
25025
25026 Optionen
25027 \family default
25028  der 
25029 \family sans
25030 Dokument-Einstellungen
25031 \family default
25032  
25033 \family sans
25034 AMS
25035 \begin_inset space ~
25036 \end_inset
25037
25038 Mathe
25039 \begin_inset space ~
25040 \end_inset
25041
25042 Paket
25043 \family default
25044
25045 \begin_inset space ~
25046 \end_inset
25047
25048
25049 \family sans
25050 verwenden
25051 \family default
25052  angekreuzt sein.
25053 \begin_inset ERT
25054 status collapsed
25055
25056 \begin_layout Plain Layout
25057
25058
25059 \backslash
25060 numberwithin{footnote}{chapter}
25061 \end_layout
25062
25063 \end_inset
25064
25065  Hier ist ein Beispiel für solch eine Fußnote.
25066 \series bold
25067
25068 \begin_inset Foot
25069 status open
25070
25071 \begin_layout Plain Layout
25072 Dies ist eine Fußnote nach dem Schema 
25073 \begin_inset Quotes gld
25074 \end_inset
25075
25076 Kapitel.Fußnote
25077 \begin_inset Quotes grd
25078 \end_inset
25079
25080 .
25081 \end_layout
25082
25083 \end_inset
25084
25085
25086 \series default
25087
25088 \begin_inset ERT
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092
25093
25094 \backslash
25095 numberwithin{footnote}{part}
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Standard
25104 \begin_inset Note Greyedout
25105 status open
25106
25107 \begin_layout Plain Layout
25108
25109 \series bold
25110 Bemerkung:
25111 \series default
25112  
25113 \series bold
25114
25115 \backslash
25116 numberwithin
25117 \series default
25118  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25119  werden überschrieben.
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \begin_layout Standard
25128 Um also z.
25129 \begin_inset space \thinspace{}
25130 \end_inset
25131
25132 B.
25133  das Schema 
25134 \begin_inset Quotes gld
25135 \end_inset
25136
25137 Kapitel.
25138 \backslash
25139 Roman{footnote}
25140 \begin_inset Quotes grd
25141 \end_inset
25142
25143  zu erhalten, muss dieser Befehl anstelle von 
25144 \series bold
25145
25146 \backslash
25147 numberwithin
25148 \series default
25149  verwendet werden:
25150 \end_layout
25151
25152 \begin_layout Standard
25153
25154 \series bold
25155
25156 \backslash
25157 renewcommand{
25158 \backslash
25159 thefootnote}{
25160 \backslash
25161 thechapter.
25162 \backslash
25163 Roman{footnote}}
25164 \end_layout
25165
25166 \begin_layout Subsection
25167 Fußnoten-Platzierung
25168 \begin_inset Index
25169 status collapsed
25170
25171 \begin_layout Plain Layout
25172 Fußnoten ! Platzierung
25173 \end_layout
25174
25175 \end_inset
25176
25177
25178 \end_layout
25179
25180 \begin_layout Standard
25181 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25182  ohne Zwischenraum am Ende der Seite gedruckt.
25183  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25184  LaTeX-Vorspann 1.5
25185 \begin_inset space \thinspace{}
25186 \end_inset
25187
25188 mm Zwischenraum einfügen:
25189 \end_layout
25190
25191 \begin_layout Standard
25192
25193 \series bold
25194
25195 \backslash
25196 let
25197 \backslash
25198 myFoot
25199 \backslash
25200 footnote
25201 \begin_inset Newline newline
25202 \end_inset
25203
25204
25205 \backslash
25206 renewcommand{
25207 \backslash
25208 footnote}[1]{
25209 \backslash
25210 myFoot{#1
25211 \backslash
25212 vspace{1.5mm}}}
25213 \end_layout
25214
25215 \begin_layout Standard
25216 \begin_inset VSpace bigskip
25217 \end_inset
25218
25219 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25220  Spalte gedruckt, Abbildung
25221 \begin_inset space ~
25222 \end_inset
25223
25224
25225 \begin_inset CommandInset ref
25226 LatexCommand ref
25227 reference "abb:Standard-Fußnoten-Platzierung-in"
25228
25229 \end_inset
25230
25231 .
25232  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25233  in Abbildung
25234 \begin_inset space ~
25235 \end_inset
25236
25237
25238 \begin_inset CommandInset ref
25239 LatexCommand ref
25240 reference "abb:Fußnoten-Platzierung-in-einem"
25241
25242 \end_inset
25243
25244 , müssen Sie das LaTeX-Paket 
25245 \series bold
25246 ftnright
25247 \series default
25248
25249 \begin_inset Index
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253 LaTeX-Pakete ! ftnright
25254 \end_layout
25255
25256 \end_inset
25257
25258  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25259 \end_layout
25260
25261 \begin_layout Standard
25262
25263 \series bold
25264
25265 \backslash
25266 usepackage{ftnright}
25267 \end_layout
25268
25269 \begin_layout Standard
25270 \begin_inset Float figure
25271 placement !h
25272 wide false
25273 sideways false
25274 status collapsed
25275
25276 \begin_layout Plain Layout
25277 \begin_inset ERT
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281
25282
25283 \backslash
25284 framebox{
25285 \end_layout
25286
25287 \end_inset
25288
25289
25290 \begin_inset Graphics
25291         filename ../clipart/without_fntright.pdf
25292         width 100col%
25293         scaleBeforeRotation
25294
25295 \end_inset
25296
25297
25298 \begin_inset ERT
25299 status collapsed
25300
25301 \begin_layout Plain Layout
25302
25303 }
25304 \end_layout
25305
25306 \end_inset
25307
25308
25309 \end_layout
25310
25311 \begin_layout Plain Layout
25312 \begin_inset Caption
25313
25314 \begin_layout Plain Layout
25315 \begin_inset CommandInset label
25316 LatexCommand label
25317 name "abb:Standard-Fußnoten-Platzierung-in"
25318
25319 \end_inset
25320
25321 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25322 \begin_inset OptArg
25323 status open
25324
25325 \begin_layout Plain Layout
25326 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25327 \end_layout
25328
25329 \end_inset
25330
25331
25332 \end_layout
25333
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \begin_layout Standard
25345 \begin_inset Float figure
25346 placement !h
25347 wide false
25348 sideways false
25349 status collapsed
25350
25351 \begin_layout Plain Layout
25352 \begin_inset ERT
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356
25357
25358 \backslash
25359 framebox{
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \begin_inset Graphics
25366         filename ../clipart/with_fntright.pdf
25367         width 100col%
25368         scaleBeforeRotation
25369
25370 \end_inset
25371
25372
25373 \begin_inset ERT
25374 status collapsed
25375
25376 \begin_layout Plain Layout
25377
25378 }
25379 \end_layout
25380
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \begin_layout Plain Layout
25387 \begin_inset Caption
25388
25389 \begin_layout Plain Layout
25390 \begin_inset CommandInset label
25391 LatexCommand label
25392 name "abb:Fußnoten-Platzierung-in-einem"
25393
25394 \end_inset
25395
25396 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25397  
25398 \series bold
25399 ftnright
25400 \series default
25401 .
25402 \begin_inset OptArg
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406 Fußnoten-Platzierung mit 
25407 \family typewriter
25408 ftnright
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \end_inset
25417
25418
25419 \end_layout
25420
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \begin_layout Standard
25427 \begin_inset VSpace bigskip
25428 \end_inset
25429
25430 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25431  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25432 \begin_inset space ~
25433 \end_inset
25434
25435
25436 \begin_inset CommandInset ref
25437 LatexCommand ref
25438 reference "abb:endnotes----Die"
25439
25440 \end_inset
25441
25442  gedruckt.
25443  Man nennt sie dann 
25444 \emph on
25445 Endnoten
25446 \emph default
25447 .
25448 \begin_inset Index
25449 status collapsed
25450
25451 \begin_layout Plain Layout
25452 Endnoten
25453 \end_layout
25454
25455 \end_inset
25456
25457  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25458 \series bold
25459 endnotes
25460 \series default
25461
25462 \begin_inset Index
25463 status collapsed
25464
25465 \begin_layout Plain Layout
25466 LaTeX-Pakete ! endnotes
25467 \end_layout
25468
25469 \end_inset
25470
25471  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25472 \end_layout
25473
25474 \begin_layout Standard
25475
25476 \series bold
25477
25478 \backslash
25479 usepackage{endnotes}
25480 \begin_inset Newline newline
25481 \end_inset
25482
25483
25484 \backslash
25485 let
25486 \backslash
25487 footnote
25488 \backslash
25489 endnote
25490 \end_layout
25491
25492 \begin_layout Standard
25493 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25494 \series bold
25495  
25496 \backslash
25497 theendnotes
25498 \series default
25499  am Ende des Abschnitts oder Kapitels ein.
25500 \end_layout
25501
25502 \begin_layout Standard
25503 \begin_inset Float figure
25504 wide false
25505 sideways false
25506 status collapsed
25507
25508 \begin_layout Plain Layout
25509 \align center
25510 \begin_inset ERT
25511 status collapsed
25512
25513 \begin_layout Plain Layout
25514
25515
25516 \backslash
25517 framebox{
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \begin_inset Graphics
25524         filename ../clipart/endnotes.pdf
25525         scaleBeforeRotation
25526
25527 \end_inset
25528
25529
25530 \begin_inset ERT
25531 status collapsed
25532
25533 \begin_layout Plain Layout
25534
25535 }
25536 \end_layout
25537
25538 \end_inset
25539
25540
25541 \end_layout
25542
25543 \begin_layout Plain Layout
25544 \begin_inset Caption
25545
25546 \begin_layout Plain Layout
25547 \begin_inset CommandInset label
25548 LatexCommand label
25549 name "abb:endnotes----Die"
25550
25551 \end_inset
25552
25553
25554 \series bold
25555 endnotes
25556 \series default
25557  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25558  gedruckt.
25559 \begin_inset OptArg
25560 status collapsed
25561
25562 \begin_layout Plain Layout
25563 \begin_inset CommandInset label
25564 LatexCommand label
25565 name "abb:endnotes----Die"
25566
25567 \end_inset
25568
25569
25570 \series bold
25571 endnotes
25572 \series default
25573  -- Die Fußnoten werden am Ende gedruckt
25574 \end_layout
25575
25576 \end_inset
25577
25578
25579 \end_layout
25580
25581 \end_inset
25582
25583
25584 \end_layout
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Standard
25592 \begin_inset VSpace medskip
25593 \end_inset
25594
25595 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25596 ache übersetzt.
25597  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25598 \begin_inset Quotes gld
25599 \end_inset
25600
25601 Notes 
25602 \begin_inset Quotes grd
25603 \end_inset
25604
25605 in 
25606 \begin_inset Quotes gld
25607 \end_inset
25608
25609 Anmerkungen
25610 \begin_inset Quotes grd
25611 \end_inset
25612
25613 :
25614 \end_layout
25615
25616 \begin_layout Standard
25617
25618 \series bold
25619
25620 \backslash
25621 renewcommand{
25622 \backslash
25623 notesname}{Anmerkungen}
25624 \end_layout
25625
25626 \begin_layout Standard
25627 \begin_inset VSpace medskip
25628 \end_inset
25629
25630 Wenn Sie in den Befehlen von Abschnitt
25631 \begin_inset space ~
25632 \end_inset
25633
25634
25635 \begin_inset CommandInset ref
25636 LatexCommand ref
25637 reference "uab:Fußnoten-Nummerierung"
25638
25639 \end_inset
25640
25641  
25642 \series bold
25643
25644 \backslash
25645 thefootnote
25646 \series default
25647  durch 
25648 \series bold
25649
25650 \backslash
25651 theendnote
25652 \series default
25653  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25654  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25655 \series bold
25656
25657 \backslash
25658 @addtoreset
25659 \series default
25660  wie in Abschnitt
25661 \begin_inset space \space{}
25662 \end_inset
25663
25664
25665 \begin_inset CommandInset ref
25666 LatexCommand ref
25667 reference "uab:Fußnoten-Nummerierung"
25668
25669 \end_inset
25670
25671  beschrieben und ersetzen 
25672 \series bold
25673 footnote
25674 \series default
25675  durch 
25676 \series bold
25677 endnote
25678 \series default
25679 .
25680 \end_layout
25681
25682 \begin_layout Standard
25683 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25684  
25685 \series bold
25686
25687 \backslash
25688 endnotemark[Nummer]
25689 \series default
25690  ähnlich wie 
25691 \series bold
25692
25693 \backslash
25694 footnotemark
25695 \series default
25696  Abschnitt
25697 \begin_inset space ~
25698 \end_inset
25699
25700
25701 \begin_inset CommandInset ref
25702 LatexCommand ref
25703 reference "abs:Fußnoten"
25704
25705 \end_inset
25706
25707 .
25708 \end_layout
25709
25710 \begin_layout Standard
25711 \begin_inset VSpace bigskip
25712 \end_inset
25713
25714 Mit dem LaTeX-Paket 
25715 \series bold
25716 footmisc
25717 \series default
25718
25719 \begin_inset Index
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723 LaTeX-Pakete ! footmisc
25724 \end_layout
25725
25726 \end_inset
25727
25728  (
25729 \begin_inset CommandInset citation
25730 LatexCommand cite
25731 key "footmisc"
25732
25733 \end_inset
25734
25735 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25736 \end_layout
25737
25738 \begin_layout Standard
25739 In LaTeX-Büchern, 
25740 \begin_inset CommandInset citation
25741 LatexCommand cite
25742 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25743
25744 \end_inset
25745
25746 , finden Sie weiteres zu Fußnoten.
25747 \end_layout
25748
25749 \begin_layout Section
25750 Randnotizen
25751 \begin_inset Index
25752 status collapsed
25753
25754 \begin_layout Plain Layout
25755 Randnotizen
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \begin_inset Index
25762 status collapsed
25763
25764 \begin_layout Plain Layout
25765 Notizen ! Randnotizen
25766 \end_layout
25767
25768 \end_inset
25769
25770
25771 \end_layout
25772
25773 \begin_layout Standard
25774 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25775  Sie fügen sie mit einem Klick auf den Schalter 
25776 \begin_inset Graphics
25777         filename ../../images/marginalnote-insert.png
25778         scale 70
25779         scaleBeforeRotation
25780
25781 \end_inset
25782
25783  oder über 
25784 \family sans
25785 Einfügen\SpecialChar \menuseparator
25786 Randnotiz
25787 \family default
25788  ein.
25789  Ein graues Kästchen mit der Aufschrift 
25790 \begin_inset Quotes gld
25791 \end_inset
25792
25793 Rand
25794 \begin_inset Quotes grd
25795 \end_inset
25796
25797  erscheint
25798 \family roman
25799 \series medium
25800 , und dort, wo der Cursor steht, können Sie Text eingeben.
25801 \end_layout
25802
25803 \begin_layout Standard
25804 Hier am Rand sehen Sie eine Randnotiz.
25805  
25806 \begin_inset Marginal
25807 status open
25808
25809 \begin_layout Plain Layout
25810 Dies ist eine Randnotiz.
25811 \end_layout
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Standard
25819 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25820  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25821  Seiten und rechts auf den ungeraden.
25822  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25823  wird und umgekehrt.
25824  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25825  wurde.
25826 \end_layout
25827
25828 \begin_layout Standard
25829 \begin_inset VSpace bigskip
25830 \end_inset
25831
25832 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25833 \end_layout
25834
25835 \begin_layout Standard
25836
25837 \series bold
25838
25839 \backslash
25840 reversemarginpar
25841 \end_layout
25842
25843 \begin_layout Standard
25844 als TeX-Code vor einer Randnotiz ein.
25845  Das gilt dann für alle folgenden Randnotizen.
25846  
25847 \begin_inset ERT
25848 status collapsed
25849
25850 \begin_layout Plain Layout
25851
25852
25853 \backslash
25854 reversemarginpar 
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \begin_inset Marginal
25861 status open
25862
25863 \begin_layout Plain Layout
25864 Hier ist ein Beispiel im inneren Rand.
25865 \end_layout
25866
25867 \end_inset
25868
25869
25870 \begin_inset Newline newline
25871 \end_inset
25872
25873
25874 \begin_inset Note Greyedout
25875 status open
25876
25877 \begin_layout Plain Layout
25878  
25879 \series bold
25880 Achtung:
25881 \series default
25882  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \end_layout
25889
25890 \begin_layout Standard
25891 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25892 \end_layout
25893
25894 \begin_layout Standard
25895
25896 \series bold
25897
25898 \backslash
25899 normalmarginpar
25900 \end_layout
25901
25902 \begin_layout Standard
25903 als TeX-Code ein.
25904 \begin_inset ERT
25905 status collapsed
25906
25907 \begin_layout Plain Layout
25908
25909
25910 \backslash
25911 normalmarginpar 
25912 \end_layout
25913
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Standard
25920 \begin_inset Note Greyedout
25921 status open
25922
25923 \begin_layout Plain Layout
25924
25925 \series bold
25926 Achtung:
25927 \series default
25928  Der Befehl wird missachtet, wenn er im selben Absatz wie 
25929 \series bold
25930
25931 \backslash
25932 reversemarginpar
25933 \series default
25934  verwendet wird.
25935 \end_layout
25936
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \begin_layout Standard
25943 \begin_inset VSpace bigskip
25944 \end_inset
25945
25946
25947 \begin_inset Marginal
25948 status open
25949
25950 \begin_layout Plain Layout
25951
25952 \family roman
25953 \series medium
25954 EinSehrLangesWort am Anfang, das umgebrochen wird.
25955 \end_layout
25956
25957 \end_inset
25958
25959  Ähnlich wie in Abschnitt
25960 \begin_inset space ~
25961 \end_inset
25962
25963
25964 \begin_inset CommandInset ref
25965 LatexCommand ref
25966 reference "uab:Mehrfache-Zeilen-in"
25967
25968 \end_inset
25969
25970  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
25971  Wort der Randnotiz sind.
25972  Um das zu vermeiden, fügen sie 0
25973 \begin_inset space \thinspace{}
25974 \end_inset
25975
25976 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
25977 \begin_inset Marginal
25978 status open
25979
25980 \begin_layout Plain Layout
25981 \begin_inset space \hspace{}
25982 \length 0pt
25983 \end_inset
25984
25985
25986 \family roman
25987 \series medium
25988 EinSehrLangesWort am Anfang, das umgebrochen wird.
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \begin_layout Standard
25997 \begin_inset VSpace bigskip
25998 \end_inset
25999
26000
26001 \end_layout
26002
26003 \begin_layout Standard
26004 \begin_inset Note Greyedout
26005 status open
26006
26007 \begin_layout Plain Layout
26008
26009 \series bold
26010 Bemerkung:
26011 \series default
26012  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26013  verwendet werden.
26014 \end_layout
26015
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \begin_layout Standard
26022 \begin_inset VSpace bigskip
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \begin_layout Standard
26029 \begin_inset ERT
26030 status collapsed
26031
26032 \begin_layout Plain Layout
26033
26034
26035 \backslash
26036 ifmarginnote
26037 \end_layout
26038
26039 \end_inset
26040
26041
26042 \begin_inset Note Note
26043 status open
26044
26045 \begin_layout Plain Layout
26046 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26047 \series bold
26048 marginnote
26049 \series default
26050  installiert ist.
26051 \end_layout
26052
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \begin_layout Standard
26059 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26060 \series bold
26061 marginnote
26062 \series default
26063
26064 \begin_inset Index
26065 status collapsed
26066
26067 \begin_layout Plain Layout
26068 LaTeX-Pakete ! marginnote
26069 \end_layout
26070
26071 \end_inset
26072
26073  verwendet wird.
26074  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26075  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26076  des Pakets 
26077 \series bold
26078 marginnote
26079 \series default
26080  für Randnotizen verwendet wird:
26081 \end_layout
26082
26083 \begin_layout Standard
26084
26085 \series bold
26086
26087 \backslash
26088 usepackage{marginnote}
26089 \begin_inset Newline newline
26090 \end_inset
26091
26092
26093 \backslash
26094 let
26095 \backslash
26096 marginpar
26097 \backslash
26098 marginnote
26099 \end_layout
26100
26101 \begin_layout Standard
26102 Dies wird auch in diesem Dokument verwendet, denn 
26103 \series bold
26104 marginnote
26105 \series default
26106  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26107  für Randnotizen angeben.
26108  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26109 n zu dicht beieinander sind.
26110  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26111  Schema
26112 \end_layout
26113
26114 \begin_layout Standard
26115
26116 \series bold
26117 [Versatz]
26118 \end_layout
26119
26120 \begin_layout Standard
26121 angegeben.
26122  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26123 \begin_inset space ~
26124 \end_inset
26125
26126
26127 \begin_inset CommandInset ref
26128 LatexCommand ref
26129 reference "tab:Maßeinheiten"
26130
26131 \end_inset
26132
26133  aufgelistet sind.
26134  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26135  nach unten.
26136  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26137 \begin_inset space \thinspace{}
26138 \end_inset
26139
26140 cm mit dem TeX-Code-Befehl  
26141 \begin_inset Quotes gld
26142 \end_inset
26143
26144
26145 \series bold
26146 [-1.5cm]
26147 \series default
26148
26149 \begin_inset Quotes grd
26150 \end_inset
26151
26152  nach oben versetzt.
26153 \begin_inset Marginal
26154 status open
26155
26156 \begin_layout Plain Layout
26157 Diese Randnotiz ist 1.5
26158 \begin_inset space \thinspace{}
26159 \end_inset
26160
26161 cm von ihrer Originalposition nach oben versetzt.
26162 \end_layout
26163
26164 \end_inset
26165
26166
26167 \begin_inset ERT
26168 status collapsed
26169
26170 \begin_layout Plain Layout
26171
26172 [-1.5cm]
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Standard
26181 \begin_inset VSpace medskip
26182 \end_inset
26183
26184 Mit 
26185 \series bold
26186 marginnote
26187 \series default
26188  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26189  Zum Beispiel setzen die Befehle
26190 \end_layout
26191
26192 \begin_layout Standard
26193
26194 \series bold
26195
26196 \backslash
26197 renewcommand*{
26198 \backslash
26199 raggedleftmarginnote}{
26200 \backslash
26201 centering}
26202 \begin_inset Newline newline
26203 \end_inset
26204
26205
26206 \backslash
26207 renewcommand*{
26208 \backslash
26209 raggedrightmarginnote}{
26210 \backslash
26211 centering}
26212 \end_layout
26213
26214 \begin_layout Standard
26215 die Ausrichtung auf zentriert.
26216  
26217 \series bold
26218
26219 \backslash
26220 raggedleftmarginnote
26221 \series default
26222  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26223  
26224 \begin_inset ERT
26225 status collapsed
26226
26227 \begin_layout Plain Layout
26228
26229
26230 \backslash
26231 renewcommand*{
26232 \backslash
26233 raggedleftmarginnote}{
26234 \backslash
26235 centering}
26236 \end_layout
26237
26238 \begin_layout Plain Layout
26239
26240
26241 \backslash
26242 renewcommand*{
26243 \backslash
26244 raggedrightmarginnote}{
26245 \backslash
26246 centering}
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \begin_inset Marginal
26253 status open
26254
26255 \begin_layout Plain Layout
26256 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26257 \end_layout
26258
26259 \end_inset
26260
26261  Die Voreinstellung ist
26262 \end_layout
26263
26264 \begin_layout Standard
26265
26266 \series bold
26267
26268 \backslash
26269 renewcommand*{
26270 \backslash
26271 raggedleftmarginnote}{
26272 \backslash
26273 raggedleft}
26274 \begin_inset Newline newline
26275 \end_inset
26276
26277
26278 \backslash
26279 renewcommand*{
26280 \backslash
26281 raggedrightmarginnote}{
26282 \backslash
26283 raggedright}
26284 \series default
26285
26286 \begin_inset ERT
26287 status collapsed
26288
26289 \begin_layout Plain Layout
26290
26291
26292 \backslash
26293 renewcommand*{
26294 \backslash
26295 raggedleftmarginnote}{
26296 \backslash
26297 raggedleft}
26298 \end_layout
26299
26300 \begin_layout Plain Layout
26301
26302
26303 \backslash
26304 renewcommand*{
26305 \backslash
26306 raggedrightmarginnote}{
26307 \backslash
26308 raggedright}
26309 \end_layout
26310
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \begin_layout Standard
26317 \begin_inset VSpace medskip
26318 \end_inset
26319
26320 Für weitere Fähigkeiten des Pakets 
26321 \series bold
26322 marginnote
26323 \series default
26324  sei auf dessen Dokumentation verwiesen 
26325 \begin_inset CommandInset citation
26326 LatexCommand cite
26327 key "marginnote"
26328
26329 \end_inset
26330
26331 .
26332 \end_layout
26333
26334 \begin_layout Standard
26335 \begin_inset VSpace bigskip
26336 \end_inset
26337
26338 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26339  geändert werden.
26340  Um z.
26341 \begin_inset space \thinspace{}
26342 \end_inset
26343
26344 B.
26345  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26346  und fettgedruckten Text 
26347 \begin_inset Quotes eld
26348 \end_inset
26349
26350
26351 \family sans
26352 \series bold
26353 \bar under
26354 Achtung!
26355 \family default
26356 \series default
26357 \bar default
26358
26359 \begin_inset Quotes erd
26360 \end_inset
26361
26362  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26363 \end_layout
26364
26365 \begin_layout Standard
26366
26367 \series bold
26368
26369 \backslash
26370 let
26371 \backslash
26372 myMarginpar
26373 \backslash
26374 marginpar
26375 \begin_inset Newline newline
26376 \end_inset
26377
26378
26379 \backslash
26380 renewcommand{
26381 \backslash
26382 marginpar}[1]{
26383 \backslash
26384 myMarginpar{%
26385 \begin_inset Newline newline
26386 \end_inset
26387
26388
26389 \begin_inset ERT
26390 status collapsed
26391
26392 \begin_layout Plain Layout
26393
26394
26395 \backslash
26396 hphantom{ }
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \backslash
26403 hspace{0pt}
26404 \backslash
26405 textsf{
26406 \backslash
26407 textbf{
26408 \backslash
26409 underbar{Achtung!}}}%
26410 \begin_inset Newline newline
26411 \end_inset
26412
26413
26414 \begin_inset ERT
26415 status collapsed
26416
26417 \begin_layout Plain Layout
26418
26419
26420 \backslash
26421 hphantom{ }
26422 \end_layout
26423
26424 \end_inset
26425
26426
26427 \backslash
26428 vspace{1.5mm}
26429 \backslash
26430
26431 \backslash
26432 #1}}
26433 \end_layout
26434
26435 \begin_layout Standard
26436 \begin_inset ERT
26437 status collapsed
26438
26439 \begin_layout Plain Layout
26440
26441
26442 \backslash
26443 let
26444 \backslash
26445 myMarginpar
26446 \backslash
26447 marginpar
26448 \end_layout
26449
26450 \begin_layout Plain Layout
26451
26452
26453 \backslash
26454 renewcommand{
26455 \backslash
26456 marginpar}[1]{
26457 \backslash
26458 myMarginpar{%
26459 \end_layout
26460
26461 \begin_layout Plain Layout
26462
26463    
26464 \backslash
26465 textsf{
26466 \backslash
26467 textbf{
26468 \backslash
26469 underbar{Achtung!}}}%
26470 \end_layout
26471
26472 \begin_layout Plain Layout
26473
26474    
26475 \backslash
26476 vspace{1.5mm}
26477 \backslash
26478
26479 \backslash
26480 #1}}
26481 \end_layout
26482
26483 \end_inset
26484
26485
26486 \begin_inset Marginal
26487 status open
26488
26489 \begin_layout Plain Layout
26490 Dies ist eine Randnotiz mit einer definierten Überschrift.
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501 [-1.5cm]
26502 \end_layout
26503
26504 \end_inset
26505
26506
26507 \begin_inset ERT
26508 status collapsed
26509
26510 \begin_layout Plain Layout
26511
26512
26513 \backslash
26514 renewcommand{
26515 \backslash
26516 marginpar}[1]{
26517 \backslash
26518 myMarginpar{#1}}
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \begin_inset Note Note
26525 status open
26526
26527 \begin_layout Plain Layout
26528 Das Format wurde nur für dieses Beispiel geändert.
26529 \end_layout
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \begin_layout Standard
26537 \begin_inset ERT
26538 status collapsed
26539
26540 \begin_layout Plain Layout
26541
26542
26543 \backslash
26544 else
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \begin_inset Note Note
26551 status open
26552
26553 \begin_layout Plain Layout
26554 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26555 \series bold
26556 marginnote
26557 \series default
26558  nicht installiert ist:
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Standard
26567 Das LaTeX-Paket 
26568 \series bold
26569 marginnote
26570 \series default
26571  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26572 \end_layout
26573
26574 \begin_layout Standard
26575 \begin_inset ERT
26576 status collapsed
26577
26578 \begin_layout Plain Layout
26579
26580
26581 \backslash
26582 fi
26583 \end_layout
26584
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \begin_layout Chapter
26591 Boxen
26592 \end_layout
26593
26594 \begin_layout Section
26595 Einleitung
26596 \begin_inset Index
26597 status collapsed
26598
26599 \begin_layout Plain Layout
26600 Boxen ! Einleitung
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \begin_layout Standard
26609 Boxen werden benutzt, um einen Textblock zu formatieren.
26610  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26611  siehe Abschnitt
26612 \begin_inset space ~
26613 \end_inset
26614
26615
26616 \begin_inset CommandInset ref
26617 LatexCommand ref
26618 reference "abs:Minipage"
26619
26620 \end_inset
26621
26622 , um Text zu umrahmen, siehe Abschnitt
26623 \begin_inset space ~
26624 \end_inset
26625
26626
26627 \begin_inset CommandInset ref
26628 LatexCommand ref
26629 reference "abs:Gerahmte-Boxen"
26630
26631 \end_inset
26632
26633 , um Silbentrennung zu verhindern, siehe Abschnitt
26634 \begin_inset space ~
26635 \end_inset
26636
26637
26638 \begin_inset CommandInset ref
26639 LatexCommand ref
26640 reference "abs:Silbentrennung-unterbinden"
26641
26642 \end_inset
26643
26644 , um Text senkrecht auszurichten, siehe Abschnitt
26645 \begin_inset space ~
26646 \end_inset
26647
26648
26649 \begin_inset CommandInset ref
26650 LatexCommand ref
26651 reference "uab:Vertikale-Ausrichtung"
26652
26653 \end_inset
26654
26655  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26656 \begin_inset space ~
26657 \end_inset
26658
26659
26660 \begin_inset CommandInset ref
26661 LatexCommand ref
26662 reference "abs:Farbige-Boxen"
26663
26664 \end_inset
26665
26666 .
26667 \end_layout
26668
26669 \begin_layout Standard
26670 Boxen werden mit 
26671 \family sans
26672 Einfügen\SpecialChar \menuseparator
26673 Box
26674 \family default
26675  oder dem Schalter 
26676 \begin_inset Graphics
26677         filename ../../images/box-insert.png
26678         scale 70
26679         scaleBeforeRotation
26680
26681 \end_inset
26682
26683  eingefügt.
26684  Ein graues Kästchen mit der Aufschrift 
26685 \begin_inset Quotes gld
26686 \end_inset
26687
26688 Box (Minipage)
26689 \begin_inset Quotes grd
26690 \end_inset
26691
26692  erscheint: 
26693 \begin_inset Graphics
26694         filename clipart/StandardBoxQt4.png
26695         lyxscale 80
26696         scale 60
26697         scaleBeforeRotation
26698
26699 \end_inset
26700
26701 .
26702  Mit einem Rechts\SpecialChar \-
26703 klick auf das graue Kästchen kann der Typ spezifiziert
26704  werden.
26705  Das Dialogfenster bietet bei 
26706 \family sans
26707 Innere
26708 \begin_inset space ~
26709 \end_inset
26710
26711 Box
26712 \family default
26713  die Typen 
26714 \family sans
26715 Parbox
26716 \family default
26717  und 
26718 \family sans
26719 Minipage
26720 \family default
26721  an.
26722  
26723 \family sans
26724 Minipage
26725 \family default
26726  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26727 \begin_inset space ~
26728 \end_inset
26729
26730
26731 \begin_inset CommandInset ref
26732 LatexCommand ref
26733 reference "abs:Minipage"
26734
26735 \end_inset
26736
26737  beschrieben, 
26738 \family sans
26739 Parbox
26740 \family default
26741  in Abschnitt
26742 \begin_inset space ~
26743 \end_inset
26744
26745
26746 \begin_inset CommandInset ref
26747 LatexCommand ref
26748 reference "abs:Parbox"
26749
26750 \end_inset
26751
26752 .
26753 \end_layout
26754
26755 \begin_layout Standard
26756 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26757  wie auf Gleitobjekte und Fußnoten.
26758 \end_layout
26759
26760 \begin_layout Standard
26761 \begin_inset Note Greyedout
26762 status open
26763
26764 \begin_layout Plain Layout
26765
26766 \series bold
26767 Bemerkung
26768 \begin_inset space ~
26769 \end_inset
26770
26771 1:
26772 \series default
26773  Boxen dürfen in 
26774 \family sans
26775 List-
26776 \family default
26777  oder 
26778 \family sans
26779 Beschreibung-
26780 \family default
26781 Umgebungen nicht verwendet werden.
26782 \end_layout
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \begin_layout Standard
26790 \begin_inset Note Greyedout
26791 status open
26792
26793 \begin_layout Plain Layout
26794
26795 \series bold
26796 Bemerkung
26797 \begin_inset space ~
26798 \end_inset
26799
26800 2:
26801 \series default
26802  Boxen ohne 
26803 \family sans
26804 Innere
26805 \begin_inset space ~
26806 \end_inset
26807
26808 Box
26809 \family default
26810  und ohne Rahmen werden in Abschnitt
26811 \begin_inset space ~
26812 \end_inset
26813
26814
26815 \begin_inset CommandInset ref
26816 LatexCommand ref
26817 reference "abs:Silbentrennung-unterbinden"
26818
26819 \end_inset
26820
26821  beschrieben.
26822 \end_layout
26823
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \begin_layout Section
26830 Das Box-Einstellungen-Fenster
26831 \begin_inset CommandInset label
26832 LatexCommand label
26833 name "abs:Box-Dialog"
26834
26835 \end_inset
26836
26837
26838 \begin_inset Index
26839 status collapsed
26840
26841 \begin_layout Plain Layout
26842 Boxen ! Box-Dialog-Fenster
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \end_layout
26849
26850 \begin_layout Subsection
26851 Box-Größe
26852 \begin_inset Index
26853 status collapsed
26854
26855 \begin_layout Plain Layout
26856 Boxen ! Größe
26857 \end_layout
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \begin_layout Standard
26865 Im 
26866 \family sans
26867 Box-Einstellungen
26868 \family default
26869 -Fenster können Sie die Größe der Box mit 
26870 \family sans
26871 Breite
26872 \family default
26873  und 
26874 \family sans
26875 Höhe 
26876 \family default
26877 festlegen.
26878  Die verfügbaren Einheiten werden in Tabelle
26879 \begin_inset space ~
26880 \end_inset
26881
26882
26883 \begin_inset CommandInset ref
26884 LatexCommand ref
26885 reference "tab:Maßeinheiten"
26886
26887 \end_inset
26888
26889  aufgelistet.
26890  Das Feld
26891 \family sans
26892  Höhe
26893 \family default
26894  bietet die folgenden zusätzlichen Größen:
26895 \end_layout
26896
26897 \begin_layout Description
26898 Tiefe Dies ist die reine Text-
26899 \begin_inset Quotes gld
26900 \end_inset
26901
26902 Höhe
26903 \begin_inset Quotes grd
26904 \end_inset
26905
26906 .
26907  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
26908 \begin_inset Newline newline
26909 \end_inset
26910
26911
26912 \begin_inset Newline newline
26913 \end_inset
26914
26915
26916 \begin_inset Newline newline
26917 \end_inset
26918
26919
26920 \begin_inset Box Boxed
26921 position "c"
26922 hor_pos "c"
26923 has_inner_box 1
26924 inner_pos "c"
26925 use_parbox 0
26926 width "12col%"
26927 special "none"
26928 height "1in"
26929 height_special "depth"
26930 status collapsed
26931
26932 \begin_layout Plain Layout
26933 \align center
26934 Box-Höhe = 1
26935 \begin_inset space \thinspace{}
26936 \end_inset
26937
26938 Tiefe
26939 \end_layout
26940
26941 \end_inset
26942
26943
26944 \begin_inset Newline newline
26945 \end_inset
26946
26947
26948 \begin_inset Newline newline
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Description
26955 Höhe Dies ist die Texthöhe innerhalb der Box.
26956  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
26957  Texthöhe setzen: 
26958 \begin_inset Box Boxed
26959 position "c"
26960 hor_pos "c"
26961 has_inner_box 1
26962 inner_pos "c"
26963 use_parbox 0
26964 width "20col%"
26965 special "none"
26966 height "2in"
26967 height_special "height"
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971 \align center
26972 Boxhöhe = 2
26973 \begin_inset space \thinspace{}
26974 \end_inset
26975
26976 Höhe
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \begin_layout Description
26985 Gesamthöhe Dies ist Höhe
26986 \begin_inset space \thinspace{}
26987 \end_inset
26988
26989 +
26990 \begin_inset space \thinspace{}
26991 \end_inset
26992
26993 Tiefe: 
26994 \begin_inset Box Boxed
26995 position "c"
26996 hor_pos "c"
26997 has_inner_box 1
26998 inner_pos "c"
26999 use_parbox 0
27000 width "20col%"
27001 special "none"
27002 height "1in"
27003 height_special "totalheight"
27004 status collapsed
27005
27006 \begin_layout Plain Layout
27007 \align center
27008 Boxhöhe = 1
27009 \begin_inset space \thinspace{}
27010 \end_inset
27011
27012 Gesamthöhe
27013 \end_layout
27014
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \begin_layout Description
27021 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27022 \begin_inset Box Boxed
27023 position "c"
27024 hor_pos "c"
27025 has_inner_box 1
27026 inner_pos "c"
27027 use_parbox 0
27028 width "12col%"
27029 special "none"
27030 height "1in"
27031 height_special "width"
27032 status collapsed
27033
27034 \begin_layout Plain Layout
27035 \align center
27036 Boxhöhe = 1
27037 \begin_inset space \thinspace{}
27038 \end_inset
27039
27040 Breite
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \begin_layout Subsection
27049 Ausrichtung
27050 \begin_inset Index
27051 status collapsed
27052
27053 \begin_layout Plain Layout
27054 Boxen ! Ausrichtung
27055 \end_layout
27056
27057 \end_inset
27058
27059
27060 \end_layout
27061
27062 \begin_layout Standard
27063 Wenn Sie eine 
27064 \family sans
27065 Innere
27066 \begin_inset space ~
27067 \end_inset
27068
27069 Box
27070 \family default
27071  gewählt haben, kann die Box mit folgenden Werten für 
27072 \family sans
27073 Box
27074 \family default
27075  senkrecht ausgerichtet werden:
27076 \end_layout
27077
27078 \begin_layout Description
27079 Oben Dies ist ein Beispieltext.
27080  
27081 \begin_inset Box Boxed
27082 position "t"
27083 hor_pos "c"
27084 has_inner_box 1
27085 inner_pos "c"
27086 use_parbox 0
27087 width "20col%"
27088 special "none"
27089 height "1in"
27090 height_special "totalheight"
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094 \align center
27095 Die Ober\SpecialChar \-
27096 kante der Box ist in der Zeile.
27097 \end_layout
27098
27099 \end_inset
27100
27101  Dies ist ein Beispieltext.
27102 \end_layout
27103
27104 \begin_layout Description
27105 Mitte Dies ist ein Beispieltext.
27106  
27107 \begin_inset Box Boxed
27108 position "c"
27109 hor_pos "c"
27110 has_inner_box 1
27111 inner_pos "c"
27112 use_parbox 0
27113 width "20col%"
27114 special "none"
27115 height "1in"
27116 height_special "totalheight"
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120 \align center
27121 Die Mitte der Box ist in der Zeile.
27122 \end_layout
27123
27124 \end_inset
27125
27126  Dies ist ein Beispieltext.
27127 \end_layout
27128
27129 \begin_layout Description
27130 Unten Dies ist ein Beispieltext.
27131  
27132 \begin_inset Box Boxed
27133 position "b"
27134 hor_pos "c"
27135 has_inner_box 1
27136 inner_pos "c"
27137 use_parbox 0
27138 width "20col%"
27139 special "none"
27140 height "1in"
27141 height_special "totalheight"
27142 status collapsed
27143
27144 \begin_layout Plain Layout
27145 \align center
27146 Die Unter\SpecialChar \-
27147 kante der Box ist in der Zeile.
27148 \end_layout
27149
27150 \end_inset
27151
27152  Dies ist ein Beispieltext.
27153 \end_layout
27154
27155 \begin_layout Standard
27156 \begin_inset Note Greyedout
27157 status open
27158
27159 \begin_layout Plain Layout
27160
27161 \series bold
27162 Bemerkung:
27163 \series default
27164  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27165  Boxen in einer Zeile sind und eine Box z.
27166 \begin_inset space \thinspace{}
27167 \end_inset
27168
27169 B.
27170  schattiert ist, die andere abere nicht.
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \begin_layout Standard
27179 Eine Box kann mit dem Dialog 
27180 \family sans
27181 Absatz-Einstellungen
27182 \family default
27183  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27184 \end_layout
27185
27186 \begin_layout Standard
27187 \begin_inset VSpace bigskip
27188 \end_inset
27189
27190 Wenn Sie eine 
27191 \family sans
27192 Innere
27193 \begin_inset space ~
27194 \end_inset
27195
27196 Box
27197 \family default
27198  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27199 \family sans
27200 Inhalt
27201 \family default
27202  senkrecht ausgerichtet werden:
27203 \end_layout
27204
27205 \begin_layout Description
27206 Oben Dies ist ein Beispieltext.
27207  
27208 \begin_inset Box Boxed
27209 position "c"
27210 hor_pos "c"
27211 has_inner_box 1
27212 inner_pos "t"
27213 use_parbox 0
27214 width "20col%"
27215 special "none"
27216 height "1.5in"
27217 height_special "totalheight"
27218 status collapsed
27219
27220 \begin_layout Plain Layout
27221 \align center
27222 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27223 \end_layout
27224
27225 \end_inset
27226
27227  Dies ist ein Beispieltext.
27228 \end_layout
27229
27230 \begin_layout Description
27231 Mitte Dies ist ein Beispieltext.
27232  
27233 \begin_inset Box Boxed
27234 position "c"
27235 hor_pos "c"
27236 has_inner_box 1
27237 inner_pos "c"
27238 use_parbox 0
27239 width "20col%"
27240 special "none"
27241 height "1.5in"
27242 height_special "totalheight"
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246 \align center
27247 Der Boxinhalt ist zentriert ausgerichtet.
27248 \end_layout
27249
27250 \end_inset
27251
27252  Dies ist ein Beispieltext.
27253 \end_layout
27254
27255 \begin_layout Description
27256 Unten Dies ist ein Beispieltext.
27257  
27258 \begin_inset Box Boxed
27259 position "c"
27260 hor_pos "c"
27261 has_inner_box 1
27262 inner_pos "b"
27263 use_parbox 0
27264 width "20col%"
27265 special "none"
27266 height "1.5in"
27267 height_special "totalheight"
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271 \align center
27272 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27273 \end_layout
27274
27275 \end_inset
27276
27277  Dies ist ein Beispieltext.
27278 \end_layout
27279
27280 \begin_layout Description
27281 Dehnen Dies ist ein Beispieltext.
27282  
27283 \begin_inset Box Boxed
27284 position "c"
27285 hor_pos "c"
27286 has_inner_box 1
27287 inner_pos "s"
27288 use_parbox 0
27289 width "20col%"
27290 special "none"
27291 height "1in"
27292 height_special "totalheight"
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296 \align center
27297 Der Boxinhalt
27298 \end_layout
27299
27300 \begin_layout Plain Layout
27301 \align center
27302 ist über die
27303 \end_layout
27304
27305 \begin_layout Plain Layout
27306 \align center
27307 Boxhöhe
27308 \end_layout
27309
27310 \begin_layout Plain Layout
27311 \align center
27312 gleichmäßig verteilt.
27313 \end_layout
27314
27315 \end_inset
27316
27317  Dies ist ein Beispieltext.
27318 \end_layout
27319
27320 \begin_layout Standard
27321 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27322  besteht.
27323  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27324 \end_layout
27325
27326 \begin_layout Standard
27327 Ein Boxinhalt kann mit dem Dialog 
27328 \family sans
27329 Absatz-Einstellungen
27330 \family default
27331  waagerecht ausgerichtet werden, wenn Sie eine
27332 \family sans
27333  Innere
27334 \begin_inset space ~
27335 \end_inset
27336
27337 Box
27338 \family default
27339  gewählt haben.
27340 \end_layout
27341
27342 \begin_layout Standard
27343 \align center
27344 \begin_inset Box Boxed
27345 position "c"
27346 hor_pos "c"
27347 has_inner_box 1
27348 inner_pos "s"
27349 use_parbox 0
27350 width "30col%"
27351 special "none"
27352 height "1.25in"
27353 height_special "totalheight"
27354 status collapsed
27355
27356 \begin_layout Plain Layout
27357 \align left
27358 Hier ist jede Zeile
27359 \end_layout
27360
27361 \begin_layout Plain Layout
27362 \align center
27363 anders
27364 \end_layout
27365
27366 \begin_layout Plain Layout
27367 \align right
27368 ausgerichtet.
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Standard
27377 Wenn Sie keine
27378 \family sans
27379  Innere
27380 \begin_inset space ~
27381 \end_inset
27382
27383 Box
27384 \family default
27385  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27386 \family sans
27387 Box-Einstellungen-
27388 \family default
27389 Dialog ausrichten
27390 \end_layout
27391
27392 \begin_layout Standard
27393 \align center
27394 \begin_inset Box Boxed
27395 position "c"
27396 hor_pos "s"
27397 has_inner_box 0
27398 inner_pos "s"
27399 use_parbox 0
27400 width "90col%"
27401 special "none"
27402 height "1.25in"
27403 height_special "totalheight"
27404 status collapsed
27405
27406 \begin_layout Plain Layout
27407 \align left
27408 Dieser Boxinhalt wurde horizontal gedehnt.
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \begin_layout Section
27417 Gerahmte Boxen
27418 \begin_inset CommandInset label
27419 LatexCommand label
27420 name "abs:Gerahmte-Boxen"
27421
27422 \end_inset
27423
27424
27425 \begin_inset Index
27426 status collapsed
27427
27428 \begin_layout Plain Layout
27429 Boxen ! gerahmte
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \begin_layout Standard
27438 Mit dem 
27439 \family sans
27440 Box-Einstellungen-
27441 \family default
27442 Dialog können Sie bei 
27443 \family sans
27444 Verzierung
27445 \family default
27446  die Art des Rahmens auswählen:
27447 \end_layout
27448
27449 \begin_layout Description
27450 Rechteckige
27451 \begin_inset space ~
27452 \end_inset
27453
27454 Box Um die Box wird ein rechteckiger Rahmen gezogen.
27455  Die Rahmendicke wird durch 
27456 \series bold
27457
27458 \backslash
27459 fboxrule
27460 \series default
27461  festgelegt.
27462  
27463 \begin_inset Box Boxed
27464 position "c"
27465 hor_pos "c"
27466 has_inner_box 1
27467 inner_pos "c"
27468 use_parbox 0
27469 width "21col%"
27470 special "none"
27471 height "1in"
27472 height_special "totalheight"
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476
27477 \series medium
27478 Rechteckige
27479 \begin_inset space ~
27480 \end_inset
27481
27482 Box
27483 \end_layout
27484
27485 \end_inset
27486
27487
27488 \end_layout
27489
27490 \begin_layout Description
27491 Ovale
27492 \begin_inset space ~
27493 \end_inset
27494
27495 Box,
27496 \begin_inset space ~
27497 \end_inset
27498
27499 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27500  Die Rahmendicke ist 0.4
27501 \begin_inset space \thinspace{}
27502 \end_inset
27503
27504 pt.
27505  
27506 \begin_inset Box ovalbox
27507 position "c"
27508 hor_pos "c"
27509 has_inner_box 1
27510 inner_pos "c"
27511 use_parbox 0
27512 width "20col%"
27513 special "none"
27514 height "1in"
27515 height_special "totalheight"
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519 Ovale
27520 \begin_inset space ~
27521 \end_inset
27522
27523 Box,
27524 \begin_inset space ~
27525 \end_inset
27526
27527 dünn
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \end_layout
27534
27535 \begin_layout Description
27536 Ovale
27537 \begin_inset space ~
27538 \end_inset
27539
27540 Box,
27541 \begin_inset space ~
27542 \end_inset
27543
27544 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27545  Die Rahmendicke ist 0.8
27546 \begin_inset space \thinspace{}
27547 \end_inset
27548
27549 pt.
27550  
27551 \begin_inset Box Ovalbox
27552 position "c"
27553 hor_pos "c"
27554 has_inner_box 1
27555 inner_pos "c"
27556 use_parbox 0
27557 width "20col%"
27558 special "none"
27559 height "1in"
27560 height_special "totalheight"
27561 status collapsed
27562
27563 \begin_layout Plain Layout
27564 Ovale
27565 \begin_inset space ~
27566 \end_inset
27567
27568 Box,
27569 \begin_inset space ~
27570 \end_inset
27571
27572 dick
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Description
27581 Schattierte
27582 \begin_inset space ~
27583 \end_inset
27584
27585 Box zeichnet einen Rahmen mit Schatten um die Box.
27586  Die Rahmendicke wird durch 
27587 \series bold
27588
27589 \backslash
27590 fboxrule
27591 \series default
27592  festgelegt, der Schatten ist 4
27593 \begin_inset space \thinspace{}
27594 \end_inset
27595
27596 pt breit.
27597 \begin_inset Newline newline
27598 \end_inset
27599
27600
27601 \begin_inset Box Shadowbox
27602 position "c"
27603 hor_pos "c"
27604 has_inner_box 1
27605 inner_pos "c"
27606 use_parbox 0
27607 width "20col%"
27608 special "none"
27609 height "1in"
27610 height_special "totalheight"
27611 status collapsed
27612
27613 \begin_layout Plain Layout
27614 Schattierte
27615 \begin_inset space ~
27616 \end_inset
27617
27618 Box
27619 \end_layout
27620
27621 \end_inset
27622
27623
27624 \end_layout
27625
27626 \begin_layout Description
27627 Doppelt
27628 \begin_inset space ~
27629 \end_inset
27630
27631 gerahmte
27632 \begin_inset space ~
27633 \end_inset
27634
27635 Box zeichnet einen doppelten Rahmen um die Box.
27636  Der innere Rahmen ist 0.75
27637 \begin_inset space \thinspace{}
27638 \end_inset
27639
27640
27641 \series bold
27642
27643 \backslash
27644 fboxrule
27645 \series default
27646  breit, der äußere 1.5
27647 \begin_inset space \thinspace{}
27648 \end_inset
27649
27650
27651 \series bold
27652
27653 \backslash
27654 fboxrule
27655 \series default
27656 , der Zwischenraum 1.5
27657 \begin_inset space \thinspace{}
27658 \end_inset
27659
27660
27661 \series bold
27662
27663 \backslash
27664 fboxrule
27665 \series default
27666
27667 \begin_inset space \thinspace{}
27668 \end_inset
27669
27670 +
27671 \begin_inset space \thinspace{}
27672 \end_inset
27673
27674 0.5
27675 \begin_inset space \thinspace{}
27676 \end_inset
27677
27678 pt.
27679  
27680 \begin_inset Box Doublebox
27681 position "c"
27682 hor_pos "c"
27683 has_inner_box 1
27684 inner_pos "c"
27685 use_parbox 0
27686 width "20col%"
27687 special "none"
27688 height "1in"
27689 height_special "totalheight"
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693 Doppelt
27694 \begin_inset space ~
27695 \end_inset
27696
27697 gerahmte
27698 \begin_inset space ~
27699 \end_inset
27700
27701 Box
27702 \end_layout
27703
27704 \end_inset
27705
27706
27707 \end_layout
27708
27709 \begin_layout Standard
27710 \begin_inset VSpace bigskip
27711 \end_inset
27712
27713 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
27714  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
27715 \series bold
27716 fancybox
27717 \series default
27718
27719 \begin_inset Index
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723 LaTeX-Pakete ! fancybox
27724 \end_layout
27725
27726 \end_inset
27727
27728  installiert sein.
27729 \end_layout
27730
27731 \begin_layout Standard
27732 \begin_inset VSpace bigskip
27733 \end_inset
27734
27735 Der Standardwert für 
27736 \series bold
27737
27738 \backslash
27739 fboxrule
27740 \series default
27741  ist 0.4
27742 \begin_inset space \thinspace{}
27743 \end_inset
27744
27745 pt.
27746  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27747 \begin_inset space \thinspace{}
27748 \end_inset
27749
27750 pt gesetzt werden:
27751 \end_layout
27752
27753 \begin_layout Standard
27754
27755 \series bold
27756
27757 \backslash
27758 setlength{
27759 \backslash
27760 fboxrule}{2pt}
27761 \end_layout
27762
27763 \begin_layout Standard
27764 \begin_inset ERT
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768
27769
27770 \backslash
27771 setlength{
27772 \backslash
27773 fboxrule}{2pt}
27774 \end_layout
27775
27776 \end_inset
27777
27778
27779 \begin_inset Box Boxed
27780 position "c"
27781 hor_pos "c"
27782 has_inner_box 1
27783 inner_pos "c"
27784 use_parbox 0
27785 width "30col%"
27786 special "none"
27787 height "1in"
27788 height_special "totalheight"
27789 status collapsed
27790
27791 \begin_layout Plain Layout
27792 \align center
27793 Rechteckige Box mit einer Rahmenbreite von 2
27794 \begin_inset space \thinspace{}
27795 \end_inset
27796
27797 pt
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \begin_inset ERT
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807
27808
27809 \backslash
27810 setlength{
27811 \backslash
27812 fboxrule}{0.4pt}
27813 \end_layout
27814
27815 \end_inset
27816
27817
27818 \begin_inset VSpace bigskip
27819 \end_inset
27820
27821
27822 \end_layout
27823
27824 \begin_layout Standard
27825 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27826 \begin_inset space \thinspace{}
27827 \end_inset
27828
27829 pt.
27830  Sie können das ändern, indem Sie den Wert von 
27831 \series bold
27832
27833 \backslash
27834 fboxsep
27835 \series default
27836  mit einem TeX-Code-Befehl ändern:
27837 \end_layout
27838
27839 \begin_layout Standard
27840
27841 \series bold
27842
27843 \backslash
27844 setlength{
27845 \backslash
27846 fboxsep}{10pt}
27847 \end_layout
27848
27849 \begin_layout Standard
27850 setzt den Wert auf 10
27851 \begin_inset space \thinspace{}
27852 \end_inset
27853
27854 pt, wie in der folgenden Box:
27855 \end_layout
27856
27857 \begin_layout Standard
27858 \begin_inset ERT
27859 status collapsed
27860
27861 \begin_layout Plain Layout
27862
27863
27864 \backslash
27865 setlength{
27866 \backslash
27867 fboxsep}{10pt}
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \begin_inset Box Boxed
27874 position "c"
27875 hor_pos "c"
27876 has_inner_box 1
27877 inner_pos "c"
27878 use_parbox 0
27879 width "25col%"
27880 special "none"
27881 height "1in"
27882 height_special "totalheight"
27883 status collapsed
27884
27885 \begin_layout Plain Layout
27886 \align center
27887 Rechteckige Box mit 
27888 \series bold
27889
27890 \backslash
27891 fboxsep
27892 \series default
27893
27894 \begin_inset space \thinspace{}
27895 \end_inset
27896
27897 =
27898 \begin_inset space \thinspace{}
27899 \end_inset
27900
27901 10
27902 \begin_inset space \thinspace{}
27903 \end_inset
27904
27905 pt
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \begin_inset ERT
27912 status collapsed
27913
27914 \begin_layout Plain Layout
27915
27916
27917 \backslash
27918 setlength{
27919 \backslash
27920 fboxsep}{3pt}
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \begin_layout Standard
27929 \noindent
27930 \begin_inset VSpace bigskip
27931 \end_inset
27932
27933 Der Durchmesser der abgerundeten Ecken kann mit 
27934 \series bold
27935
27936 \backslash
27937 cornersize
27938 \series default
27939  gesetzt werden.
27940  Der TeX-Code-Befehl
27941 \end_layout
27942
27943 \begin_layout Standard
27944
27945 \series bold
27946
27947 \backslash
27948 cornersize*{1cm}
27949 \end_layout
27950
27951 \begin_layout Standard
27952 setzt den Durchmesser auf 1
27953 \begin_inset space \thinspace{}
27954 \end_inset
27955
27956 cm.
27957  Der TeX-Code-Befehl
27958 \end_layout
27959
27960 \begin_layout Standard
27961
27962 \series bold
27963
27964 \backslash
27965 cornersize{num}
27966 \end_layout
27967
27968 \begin_layout Standard
27969 setzt den Durchmesser auf 
27970 \family sans
27971 num
27972 \begin_inset space \thinspace{}
27973 \end_inset
27974
27975 ×
27976 \begin_inset space \thinspace{}
27977 \end_inset
27978
27979 Minimum(Breite der Box, Höhe der Box)
27980 \family default
27981 .
27982  Der Standardwert ist 
27983 \series bold
27984
27985 \backslash
27986 cornersize{0.5}
27987 \series default
27988 .
27989 \end_layout
27990
27991 \begin_layout Standard
27992 \begin_inset ERT
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996
27997
27998 \backslash
27999 cornersize*{1.5cm}
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \begin_inset Box Ovalbox
28006 position "c"
28007 hor_pos "c"
28008 has_inner_box 1
28009 inner_pos "c"
28010 use_parbox 0
28011 width "30col%"
28012 special "none"
28013 height "1in"
28014 height_special "totalheight"
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018 \align center
28019 Ovale Box, dicker Rand, mit 
28020 \series bold
28021
28022 \backslash
28023 cornersize
28024 \series default
28025
28026 \begin_inset space \thinspace{}
28027 \end_inset
28028
28029 =
28030 \begin_inset space \thinspace{}
28031 \end_inset
28032
28033 1.5
28034 \begin_inset space \thinspace{}
28035 \end_inset
28036
28037 cm
28038 \end_layout
28039
28040 \end_inset
28041
28042
28043 \begin_inset ERT
28044 status collapsed
28045
28046 \begin_layout Plain Layout
28047
28048
28049 \backslash
28050 cornersize{0.5}
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 \begin_inset VSpace bigskip
28060 \end_inset
28061
28062 Die Breite des Schattens wird mit 
28063 \series bold
28064
28065 \backslash
28066 shadowsize
28067 \series default
28068  festgelegt.
28069  Mit dem TeX-Code-Befehl
28070 \end_layout
28071
28072 \begin_layout Standard
28073
28074 \series bold
28075
28076 \backslash
28077 setlength{
28078 \backslash
28079 shadowsize}{2pt}
28080 \end_layout
28081
28082 \begin_layout Standard
28083 wird er für die folgende Box auf 2
28084 \begin_inset space \thinspace{}
28085 \end_inset
28086
28087 pt festgelegt.
28088 \end_layout
28089
28090 \begin_layout Standard
28091 \begin_inset ERT
28092 status collapsed
28093
28094 \begin_layout Plain Layout
28095
28096
28097 \backslash
28098 setlength{
28099 \backslash
28100 shadowsize}{2pt}
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \begin_inset Box Shadowbox
28107 position "c"
28108 hor_pos "c"
28109 has_inner_box 1
28110 inner_pos "c"
28111 use_parbox 0
28112 width "25col%"
28113 special "none"
28114 height "1in"
28115 height_special "totalheight"
28116 status collapsed
28117
28118 \begin_layout Plain Layout
28119 \align center
28120 Schattierte Box mit 
28121 \series bold
28122
28123 \backslash
28124 shadowsize
28125 \series default
28126
28127 \begin_inset space \thinspace{}
28128 \end_inset
28129
28130 =
28131 \begin_inset space \thinspace{}
28132 \end_inset
28133
28134 2
28135 \begin_inset space \thinspace{}
28136 \end_inset
28137
28138 pt
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \begin_inset ERT
28145 status collapsed
28146
28147 \begin_layout Plain Layout
28148
28149
28150 \backslash
28151 setlength{
28152 \backslash
28153 shadowsize}{4pt}
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \begin_layout Standard
28162 \noindent
28163 \begin_inset VSpace bigskip
28164 \end_inset
28165
28166 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
28167  folgen.
28168 \end_layout
28169
28170 \begin_layout Section
28171 Minipage
28172 \begin_inset CommandInset label
28173 LatexCommand label
28174 name "abs:Minipage"
28175
28176 \end_inset
28177
28178
28179 \begin_inset Index
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 Boxen ! Minipage
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Standard
28192 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28193  deshalb unter anderem eigene Fußnoten haben.
28194 \end_layout
28195
28196 \begin_layout Standard
28197 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28198 \end_layout
28199
28200 \begin_layout Standard
28201 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28202  Ihre Breite ist 45 Spaltenbreite
28203 \begin_inset space ~
28204 \end_inset
28205
28206 %, und sie sind durch einen 
28207 \family sans
28208 HFill
28209 \family default
28210  getrennt (
28211 \family sans
28212 Einfügen\SpecialChar \menuseparator
28213 Formatierung\SpecialChar \menuseparator
28214 Horizontaler
28215 \begin_inset space \space{}
28216 \end_inset
28217
28218 Abstand\SpecialChar \menuseparator
28219 Abstand\SpecialChar \menuseparator
28220 Variabler
28221 \begin_inset space ~
28222 \end_inset
28223
28224 horiz.
28225 \begin_inset space ~
28226 \end_inset
28227
28228 Abstand
28229 \family default
28230 ).
28231 \end_layout
28232
28233 \begin_layout Standard
28234 \noindent
28235 \begin_inset Box Frameless
28236 position "t"
28237 hor_pos "c"
28238 has_inner_box 1
28239 inner_pos "c"
28240 use_parbox 0
28241 width "45col%"
28242 special "none"
28243 height "1in"
28244 height_special "totalheight"
28245 status open
28246
28247 \begin_layout Plain Layout
28248 Dies ist ein deutscher Text.
28249  Dies ist ein deutscher Text.
28250  Dies ist ein deutscher Text.
28251  Dies ist ein deutscher Text.
28252  Dies ist ein deutscher Text.
28253  Dies ist ein deutscher Text.
28254  Dies ist ein deutscher Text.
28255  Dies ist ein deutscher Text.
28256  Dies ist ein deutscher Text.
28257  Dies ist ein deutscher Text.
28258  Dies ist ein deutscher Text.
28259  Dies ist ein deutscher Text.
28260  Dies ist ein deutscher Text
28261 \begin_inset Foot
28262 status open
28263
28264 \begin_layout Plain Layout
28265 Dies ist eine deutsche Fußnote.
28266 \end_layout
28267
28268 \end_inset
28269
28270 .
28271  Dies ist ein deutscher Text.
28272  Dies ist ein deutscher Text.
28273 \end_layout
28274
28275 \end_inset
28276
28277
28278 \begin_inset space \hfill{}
28279 \end_inset
28280
28281
28282 \begin_inset Box Frameless
28283 position "t"
28284 hor_pos "c"
28285 has_inner_box 1
28286 inner_pos "c"
28287 use_parbox 0
28288 width "45col%"
28289 special "none"
28290 height "1in"
28291 height_special "totalheight"
28292 status open
28293
28294 \begin_layout Plain Layout
28295
28296 \lang english
28297 This is an English Text.
28298  This is an English Text.
28299  This is an English Text.
28300  This is an English Text.
28301  This is an English Text.
28302  This is an English Text.
28303  This is an English Text.
28304  This is an English Text.
28305  This is an English Text.
28306  This is an English Text.
28307  This is an English Text.
28308  This is an English Text.
28309  This is an English Text.
28310  This is an English Text.
28311  This is an English Text.
28312  This is an English Text.
28313 \begin_inset Foot
28314 status collapsed
28315
28316 \begin_layout Plain Layout
28317
28318 \lang english
28319 This is an English footnote.
28320 \end_layout
28321
28322 \end_inset
28323
28324  This is an English Text.
28325  
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \begin_layout Standard
28334 \noindent
28335 \begin_inset VSpace bigskip
28336 \end_inset
28337
28338 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28339  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28340  auf der die Tabelle gedruckt wird: 
28341 \begin_inset Tabular
28342 <lyxtabular version="3" rows="3" columns="4">
28343 <features>
28344 <column alignment="center" valignment="top" width="0pt">
28345 <column alignment="center" valignment="top" width="0pt">
28346 <column alignment="center" valignment="top" width="0pt">
28347 <column alignment="center" valignment="top" width="0pt">
28348 <row>
28349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28350 \begin_inset Text
28351
28352 \begin_layout Plain Layout
28353 1
28354 \end_layout
28355
28356 \end_inset
28357 </cell>
28358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28359 \begin_inset Text
28360
28361 \begin_layout Plain Layout
28362 2
28363 \end_layout
28364
28365 \end_inset
28366 </cell>
28367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28368 \begin_inset Text
28369
28370 \begin_layout Plain Layout
28371 3
28372 \begin_inset Foot
28373 status collapsed
28374
28375 \begin_layout Plain Layout
28376 Dies ist eine Fußnote in einer Tabelle.
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \end_layout
28383
28384 \end_inset
28385 </cell>
28386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28387 \begin_inset Text
28388
28389 \begin_layout Plain Layout
28390 4
28391 \end_layout
28392
28393 \end_inset
28394 </cell>
28395 </row>
28396 <row>
28397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28398 \begin_inset Text
28399
28400 \begin_layout Plain Layout
28401 a
28402 \end_layout
28403
28404 \end_inset
28405 </cell>
28406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28407 \begin_inset Text
28408
28409 \begin_layout Plain Layout
28410 b
28411 \end_layout
28412
28413 \end_inset
28414 </cell>
28415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28416 \begin_inset Text
28417
28418 \begin_layout Plain Layout
28419 c
28420 \end_layout
28421
28422 \end_inset
28423 </cell>
28424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28425 \begin_inset Text
28426
28427 \begin_layout Plain Layout
28428 d
28429 \end_layout
28430
28431 \end_inset
28432 </cell>
28433 </row>
28434 <row>
28435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28436 \begin_inset Text
28437
28438 \begin_layout Plain Layout
28439 e
28440 \end_layout
28441
28442 \end_inset
28443 </cell>
28444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28445 \begin_inset Text
28446
28447 \begin_layout Plain Layout
28448 f
28449 \end_layout
28450
28451 \end_inset
28452 </cell>
28453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28454 \begin_inset Text
28455
28456 \begin_layout Plain Layout
28457 g
28458 \end_layout
28459
28460 \end_inset
28461 </cell>
28462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28463 \begin_inset Text
28464
28465 \begin_layout Plain Layout
28466 h
28467 \end_layout
28468
28469 \end_inset
28470 </cell>
28471 </row>
28472 </lyxtabular>
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \begin_layout Standard
28480 \noindent
28481 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28482  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28483  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28484  außerhalb.
28485 \end_layout
28486
28487 \begin_layout Standard
28488 \align center
28489 \begin_inset Box Frameless
28490 position "t"
28491 hor_pos "c"
28492 has_inner_box 1
28493 inner_pos "c"
28494 use_parbox 0
28495 width "30col%"
28496 special "none"
28497 height "1in"
28498 height_special "totalheight"
28499 status open
28500
28501 \begin_layout Plain Layout
28502 \align center
28503 \begin_inset Tabular
28504 <lyxtabular version="3" rows="3" columns="4">
28505 <features>
28506 <column alignment="center" valignment="top" width="0pt">
28507 <column alignment="center" valignment="top" width="0pt">
28508 <column alignment="center" valignment="top" width="0pt">
28509 <column alignment="center" valignment="top" width="0pt">
28510 <row>
28511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28512 \begin_inset Text
28513
28514 \begin_layout Plain Layout
28515 1
28516 \end_layout
28517
28518 \end_inset
28519 </cell>
28520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28521 \begin_inset Text
28522
28523 \begin_layout Plain Layout
28524 2
28525 \end_layout
28526
28527 \end_inset
28528 </cell>
28529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28530 \begin_inset Text
28531
28532 \begin_layout Plain Layout
28533 3
28534 \begin_inset Foot
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538 Dies ist eine Fußnote in einer Tabelle.
28539 \end_layout
28540
28541 \end_inset
28542
28543
28544 \end_layout
28545
28546 \end_inset
28547 </cell>
28548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28549 \begin_inset Text
28550
28551 \begin_layout Plain Layout
28552 4
28553 \end_layout
28554
28555 \end_inset
28556 </cell>
28557 </row>
28558 <row>
28559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28560 \begin_inset Text
28561
28562 \begin_layout Plain Layout
28563 a
28564 \end_layout
28565
28566 \end_inset
28567 </cell>
28568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28569 \begin_inset Text
28570
28571 \begin_layout Plain Layout
28572 b
28573 \end_layout
28574
28575 \end_inset
28576 </cell>
28577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28578 \begin_inset Text
28579
28580 \begin_layout Plain Layout
28581 c
28582 \end_layout
28583
28584 \end_inset
28585 </cell>
28586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Plain Layout
28590 d
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 </row>
28596 <row>
28597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 e
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28607 \begin_inset Text
28608
28609 \begin_layout Plain Layout
28610 f
28611 \end_layout
28612
28613 \end_inset
28614 </cell>
28615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28616 \begin_inset Text
28617
28618 \begin_layout Plain Layout
28619 g
28620 \end_layout
28621
28622 \end_inset
28623 </cell>
28624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28625 \begin_inset Text
28626
28627 \begin_layout Plain Layout
28628 h
28629 \end_layout
28630
28631 \end_inset
28632 </cell>
28633 </row>
28634 </lyxtabular>
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 \begin_inset VSpace bigskip
28648 \end_inset
28649
28650 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28651  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28652  Absätze nicht eingerückt werden, obwohl Sie das in 
28653 \family sans
28654 Dokument
28655 \family default
28656 \SpecialChar \menuseparator
28657
28658 \family sans
28659 Einstellun\SpecialChar \-
28660 gen\SpecialChar \menuseparator
28661 Textformat
28662 \family default
28663  festgelegt haben.
28664  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28665  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
28666 \series bold
28667
28668 \backslash
28669 hspace*{1em}
28670 \series default
28671 .
28672 \end_layout
28673
28674 \begin_layout Standard
28675 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28676  zu verpassen, siehe Abschnitt
28677 \begin_inset space ~
28678 \end_inset
28679
28680
28681 \begin_inset CommandInset ref
28682 LatexCommand ref
28683 reference "uab:Farbe-für-Absätze"
28684
28685 \end_inset
28686
28687 .
28688 \end_layout
28689
28690 \begin_layout Standard
28691 \begin_inset Note Greyedout
28692 status open
28693
28694 \begin_layout Plain Layout
28695
28696 \series bold
28697 Bemerkung:
28698 \series default
28699  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28700  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Section
28709 Parbox
28710 \begin_inset CommandInset label
28711 LatexCommand label
28712 name "abs:Parbox"
28713
28714 \end_inset
28715
28716
28717 \begin_inset Index
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 Boxen ! Parbox
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \begin_layout Standard
28730 Parbox ist eine Abkürzung für 
28731 \begin_inset Quotes gld
28732 \end_inset
28733
28734 paragraph box
28735 \begin_inset Quotes grd
28736 \end_inset
28737
28738 , was Absatzbox bedeutet.
28739  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28740  Parboxen einige Einschränkungen.
28741  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28742  gedruckt.:
28743 \end_layout
28744
28745 \begin_layout Standard
28746 \align center
28747 \begin_inset Box Frameless
28748 position "t"
28749 hor_pos "c"
28750 has_inner_box 1
28751 inner_pos "t"
28752 use_parbox 1
28753 width "33col%"
28754 special "none"
28755 height "1in"
28756 height_special "totalheight"
28757 status collapsed
28758
28759 \begin_layout Plain Layout
28760 Dies ist Text in einer Parbox.
28761  Dies ist Text in einer Parbox.
28762 \end_layout
28763
28764 \begin_layout Plain Layout
28765 Diese Fußnote wird nicht gedruckt:
28766 \begin_inset Foot
28767 status collapsed
28768
28769 \begin_layout Plain Layout
28770 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Standard
28784 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28785  und Theoreme enthalten.
28786 \end_layout
28787
28788 \begin_layout Section
28789 Boxen für Worte und Buchstaben
28790 \begin_inset Index
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794 Boxen ! für Buchstaben
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \begin_layout Subsection
28803 Silbentrennung unterbinden 
28804 \begin_inset CommandInset label
28805 LatexCommand label
28806 name "abs:Silbentrennung-unterbinden"
28807
28808 \end_inset
28809
28810
28811 \begin_inset Index
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815 Boxen ! zur Vermeidung von Silbentrennung
28816 \end_layout
28817
28818 \end_inset
28819
28820
28821 \end_layout
28822
28823 \begin_layout Standard
28824 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28825 \begin_inset Newline newline
28826 \end_inset
28827
28828 Hier ist ein Beispiel: 
28829 \end_layout
28830
28831 \begin_layout Standard
28832 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28833 \begin_inset Quotes gld
28834 \end_inset
28835
28836 einsehrsehrsehrlangeswort
28837 \begin_inset Quotes grd
28838 \end_inset
28839
28840 .
28841 \end_layout
28842
28843 \begin_layout Standard
28844 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28845  soll, den TeX-Code
28846 \end_layout
28847
28848 \begin_layout Standard
28849
28850 \series bold
28851
28852 \backslash
28853 mbox{
28854 \end_layout
28855
28856 \begin_layout Standard
28857 ein.
28858  Hinter dem Wort fügen Sie 
28859 \series bold
28860
28861 \begin_inset Quotes gld
28862 \end_inset
28863
28864 }
28865 \series default
28866
28867 \begin_inset Quotes grd
28868 \end_inset
28869
28870  als TeX-Code ein.
28871  Hier ist das Ergebnis:
28872 \end_layout
28873
28874 \begin_layout Standard
28875 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28876 \begin_inset ERT
28877 status collapsed
28878
28879 \begin_layout Plain Layout
28880
28881
28882 \backslash
28883 mbox{
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \begin_inset Quotes gld
28890 \end_inset
28891
28892 einsehrsehrsehrlangeswort
28893 \begin_inset Quotes grd
28894 \end_inset
28895
28896
28897 \begin_inset ERT
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901
28902 }
28903 \end_layout
28904
28905 \end_inset
28906
28907 .
28908 \end_layout
28909
28910 \begin_layout Standard
28911 Alternativ dazu kann man auch den Befehl 
28912 \begin_inset Quotes gld
28913 \end_inset
28914
28915
28916 \series bold
28917
28918 \backslash
28919 -
28920 \series default
28921
28922 \begin_inset Quotes grd
28923 \end_inset
28924
28925  als TeX-Code direkt vor das Wort setzen:
28926 \end_layout
28927
28928 \begin_layout Standard
28929 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28930 \begin_inset Quotes gld
28931 \end_inset
28932
28933
28934 \begin_inset ERT
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938
28939
28940 \backslash
28941 -
28942 \end_layout
28943
28944 \end_inset
28945
28946 einsehrsehrsehrlangeswort
28947 \begin_inset Quotes grd
28948 \end_inset
28949
28950 .
28951 \end_layout
28952
28953 \begin_layout Standard
28954 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
28955  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
28956 \series bold
28957 Strg-Eingabe
28958 \series default
28959 ) einfügen: 
28960 \end_layout
28961
28962 \begin_layout Standard
28963 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
28964 \begin_inset Newline newline
28965 \end_inset
28966
28967
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 Subsection
29003 Vertikale Ausrichtung
29004 \begin_inset CommandInset label
29005 LatexCommand label
29006 name "uab:Vertikale-Ausrichtung"
29007
29008 \end_inset
29009
29010
29011 \begin_inset Index
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015 Boxen ! für Vertikale Ausrichtung
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \begin_inset Index
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 Boxen ! raisebox
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \end_layout
29032
29033 \begin_layout Standard
29034 Mit dem LaTeX-Befehl 
29035 \series bold
29036
29037 \backslash
29038 raisebox
29039 \series default
29040  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29041 n Textes ausrichten.
29042  
29043 \series bold
29044
29045 \backslash
29046 raisebox
29047 \series default
29048  wird folgendermaßen benutzt:
29049 \end_layout
29050
29051 \begin_layout Standard
29052
29053 \series bold
29054
29055 \backslash
29056 raisebox{Verschiebung}[oben][unten]{Text}
29057 \end_layout
29058
29059 \begin_layout Standard
29060 Positive Werte für Verschiebung
29061 \series bold
29062  
29063 \series default
29064 verschieben die Box nach oben, negative nach unten.
29065  Die beiden optionalen Parameter 
29066 \family typewriter
29067 oben
29068 \family default
29069  und 
29070 \family typewriter
29071 unten
29072 \family default
29073  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29074  hinausgeht, wenn sie nicht verschoben ist.
29075 \end_layout
29076
29077 \begin_layout Standard
29078 Um zum Beispiel das Wort 
29079 \begin_inset Quotes gld
29080 \end_inset
29081
29082 provokant
29083 \begin_inset Quotes grd
29084 \end_inset
29085
29086  mit seinem 
29087 \begin_inset Quotes gld
29088 \end_inset
29089
29090 niedrigsten
29091 \begin_inset Quotes grd
29092 \end_inset
29093
29094  Buchstaben 
29095 \begin_inset Quotes gld
29096 \end_inset
29097
29098 p
29099 \begin_inset Quotes grd
29100 \end_inset
29101
29102  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29103 \end_layout
29104
29105 \begin_layout Standard
29106
29107 \series bold
29108
29109 \backslash
29110 raisebox{
29111 \backslash
29112 depth}{
29113 \end_layout
29114
29115 \begin_layout Standard
29116 vor dem Wort einfügen und 
29117 \begin_inset Quotes gld
29118 \end_inset
29119
29120
29121 \series bold
29122 }
29123 \series default
29124
29125 \begin_inset Quotes grd
29126 \end_inset
29127
29128  als TeX-Code dahinter:
29129 \end_layout
29130
29131 \begin_layout Standard
29132 Dies ist eine Zeile, in der das Wort 
29133 \begin_inset ERT
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137
29138
29139 \backslash
29140 raisebox{
29141 \backslash
29142 depth}{
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \begin_inset Quotes gld
29149 \end_inset
29150
29151 provokant
29152 \begin_inset Quotes grd
29153 \end_inset
29154
29155
29156 \begin_inset ERT
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160
29161 }
29162 \end_layout
29163
29164 \end_inset
29165
29166  nach oben verschoben wurde.
29167 \end_layout
29168
29169 \begin_layout Standard
29170 \begin_inset VSpace bigskip
29171 \end_inset
29172
29173 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29174  gedehnt:
29175 \end_layout
29176
29177 \begin_layout Standard
29178 Dies ist eine Zeile, in der das Wort 
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183
29184
29185 \backslash
29186 raisebox{-
29187 \backslash
29188 depth}{
29189 \end_layout
29190
29191 \end_inset
29192
29193
29194 \begin_inset Quotes gld
29195 \end_inset
29196
29197 provokant
29198 \begin_inset Quotes grd
29199 \end_inset
29200
29201
29202 \begin_inset ERT
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206
29207 }
29208 \end_layout
29209
29210 \end_inset
29211
29212  nach unten verschoben wurde.
29213 \end_layout
29214
29215 \begin_layout Standard
29216 Dies ist eine Zeile, in der das Wort 
29217 \begin_inset ERT
29218 status collapsed
29219
29220 \begin_layout Plain Layout
29221
29222
29223 \backslash
29224 raisebox{0.5cm}{
29225 \end_layout
29226
29227 \end_inset
29228
29229
29230 \begin_inset Quotes gld
29231 \end_inset
29232
29233 testen
29234 \begin_inset Quotes grd
29235 \end_inset
29236
29237
29238 \begin_inset ERT
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242
29243 }
29244 \end_layout
29245
29246 \end_inset
29247
29248  um 0.5
29249 \begin_inset space \thinspace{}
29250 \end_inset
29251
29252 cm nach oben verschoben wurde.
29253 \end_layout
29254
29255 \begin_layout Standard
29256 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29257 \end_layout
29258
29259 \begin_layout Standard
29260
29261 \series bold
29262
29263 \backslash
29264 raisebox{-
29265 \backslash
29266 depth}[0pt]{
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}[0pt]{
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}[0pt]{
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  Jetzt überschneiden sich die verschobenen Worte.
29346 \end_layout
29347
29348 \begin_layout Section
29349 Farbige Boxen
29350 \begin_inset CommandInset label
29351 LatexCommand label
29352 name "abs:Farbige-Boxen"
29353
29354 \end_inset
29355
29356
29357 \begin_inset Index
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361 Boxen ! farbige
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \end_layout
29368
29369 \begin_layout Subsection
29370 Text-Hintergrundfarbe
29371 \begin_inset Index
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375 Farbe ! für Text-Hintergrund
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \end_layout
29382
29383 \begin_layout Standard
29384 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29385  sogenannten 
29386 \begin_inset Quotes gld
29387 \end_inset
29388
29389 colorbox
29390 \begin_inset Quotes grd
29391 \end_inset
29392
29393  stehen.
29394  Dafür muss das LaTeX-Paket 
29395 \series bold
29396 color
29397 \series default
29398
29399 \begin_inset Index
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403 LaTeX-Pakete ! color
29404 \end_layout
29405
29406 \end_inset
29407
29408  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29409 \end_layout
29410
29411 \begin_layout Standard
29412
29413 \series bold
29414
29415 \backslash
29416 @ifundefined{textcolor}
29417 \begin_inset Newline newline
29418 \end_inset
29419
29420
29421 \begin_inset ERT
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425
29426
29427 \backslash
29428 hphantom{ }
29429 \end_layout
29430
29431 \end_inset
29432
29433 {
29434 \backslash
29435 usepackage{color}}{}
29436 \end_layout
29437
29438 \begin_layout Standard
29439 Wenn Sie Text einfärben, lädt LyX das Paket 
29440 \series bold
29441 color
29442 \series default
29443  automatisch.
29444 \begin_inset Foot
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 Der Befehl 
29449 \series bold
29450
29451 \backslash
29452 @ifundefined
29453 \series default
29454  vermeidet, dass es in diesem Fall doppelt geladen wird.
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \end_layout
29461
29462 \begin_layout Standard
29463 \begin_inset VSpace medskip
29464 \end_inset
29465
29466 Colorboxen werden mit dem Befehl 
29467 \series bold
29468
29469 \backslash
29470 colorbox
29471 \series default
29472  erzeugt:
29473 \end_layout
29474
29475 \begin_layout Standard
29476
29477 \series bold
29478
29479 \backslash
29480 colorbox{Farbe}{Boxinhalt}
29481 \end_layout
29482
29483 \begin_layout Standard
29484 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29485  Boxen sein.
29486 \end_layout
29487
29488 \begin_layout Standard
29489 Die folgenden Farben sind vordefiniert:
29490 \family sans
29491  schwarz
29492 \family default
29493
29494 \family sans
29495 wei
29496 \family default
29497 ß, 
29498 \family sans
29499 rot
29500 \family default
29501 \series bold
29502 ,
29503 \series default
29504  
29505 \family sans
29506 grün
29507 \family default
29508
29509 \family sans
29510 blau
29511 \family default
29512
29513 \family sans
29514 türkis
29515 \family default
29516
29517 \family sans
29518 purpurrot
29519 \family default
29520  und 
29521 \family sans
29522 gelb
29523 \family default
29524 .
29525 \end_layout
29526
29527 \begin_layout Standard
29528 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29529 \begin_inset space ~
29530 \end_inset
29531
29532
29533 \begin_inset CommandInset ref
29534 LatexCommand ref
29535 reference "abs:Farbige-Tabellen"
29536
29537 \end_inset
29538
29539  beschrieben.
29540 \end_layout
29541
29542 \begin_layout Standard
29543 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29544  den TeX-Code-Befehl
29545 \end_layout
29546
29547 \begin_layout Standard
29548
29549 \series bold
29550
29551 \backslash
29552 colorbox{red}{
29553 \end_layout
29554
29555 \begin_layout Standard
29556 vor dem Wort ein.
29557  Hinter dem Wort fügen Sie 
29558 \series bold
29559
29560 \begin_inset Quotes gld
29561 \end_inset
29562
29563 }
29564 \series default
29565
29566 \begin_inset Quotes grd
29567 \end_inset
29568
29569  als TeX-Code ein.
29570  Hier ist das Ergebnis:
29571 \end_layout
29572
29573 \begin_layout Standard
29574 In dieser Zeile hat 
29575 \begin_inset ERT
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579
29580
29581 \backslash
29582 colorbox{red}{
29583 \end_layout
29584
29585 \end_inset
29586
29587 Achtung!
29588 \begin_inset ERT
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592
29593 }
29594 \end_layout
29595
29596 \end_inset
29597
29598  einen roten Hintergrund.
29599 \end_layout
29600
29601 \begin_layout Standard
29602 \begin_inset VSpace bigskip
29603 \end_inset
29604
29605 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29606  
29607 \series bold
29608
29609 \backslash
29610 fcolorbox
29611 \series default
29612  verwenden:
29613 \end_layout
29614
29615 \begin_layout Standard
29616
29617 \series bold
29618
29619 \backslash
29620 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29621 \end_layout
29622
29623 \begin_layout Standard
29624
29625 \series bold
29626
29627 \backslash
29628 fcolorbox
29629 \series default
29630  ist eine Erweiterung von 
29631 \series bold
29632
29633 \backslash
29634 colorbox
29635 \series default
29636 .
29637  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29638  
29639 \series bold
29640
29641 \backslash
29642 fboxrule
29643 \series default
29644  und 
29645 \series bold
29646
29647 \backslash
29648 fboxsep
29649 \series default
29650  gesteuert werden, wie in Abschnitt
29651 \begin_inset space ~
29652 \end_inset
29653
29654
29655 \begin_inset CommandInset ref
29656 LatexCommand ref
29657 reference "abs:Gerahmte-Boxen"
29658
29659 \end_inset
29660
29661  beschrieben.
29662 \end_layout
29663
29664 \begin_layout Standard
29665 Für das folgende Beispiel wurde der Befehl
29666 \end_layout
29667
29668 \begin_layout Standard
29669
29670 \series bold
29671
29672 \backslash
29673 fcolorbox{cyan}{magenta}{
29674 \end_layout
29675
29676 \begin_layout Standard
29677 benutzt.
29678  Hier wurden die Rahmendicke und der Abstand auf 1
29679 \begin_inset space \thinspace{}
29680 \end_inset
29681
29682 mm gesetzt:
29683 \begin_inset Newline newline
29684 \end_inset
29685
29686
29687 \begin_inset ERT
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691
29692
29693 \backslash
29694 fboxrule 1mm 
29695 \backslash
29696 fboxsep 1mm
29697 \end_layout
29698
29699 \end_inset
29700
29701
29702 \begin_inset ERT
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706
29707
29708 \backslash
29709 fcolorbox{cyan}{green}{
29710 \end_layout
29711
29712 \end_inset
29713
29714 Dies ist Text in einer farbigen, gerahmten Box.
29715 \begin_inset ERT
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719
29720 }
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Standard
29729 \begin_inset VSpace bigskip
29730 \end_inset
29731
29732 Natürlich gibt es auch farbigen Text in einer Colorbox:
29733 \begin_inset Newline newline
29734 \end_inset
29735
29736
29737 \begin_inset ERT
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741
29742
29743 \backslash
29744 fcolorbox{cyan}{green}{
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \color yellow
29751 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29752 \color none
29753
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759 }
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \begin_inset ERT
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769
29770
29771 \backslash
29772 fboxrule 0.4pt 
29773 \backslash
29774 fboxsep 3pt
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \begin_layout Standard
29783 \begin_inset VSpace bigskip
29784 \end_inset
29785
29786
29787 \end_layout
29788
29789 \begin_layout Standard
29790 \begin_inset Note Greyedout
29791 status open
29792
29793 \begin_layout Plain Layout
29794 \noindent
29795
29796 \series bold
29797 Bemerkung:
29798 \series default
29799  Text in Colorboxen kann nicht umgebrochen werden.
29800  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29801  wie im folgenden beschrieben.
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \end_layout
29808
29809 \begin_layout Subsection
29810 Farbe für Absätze
29811 \begin_inset CommandInset label
29812 LatexCommand label
29813 name "uab:Farbe-für-Absätze"
29814
29815 \end_inset
29816
29817
29818 \begin_inset Index
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822 Farbe ! für Absätze
29823 \end_layout
29824
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \begin_layout Standard
29831 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29832  den Text in eine Minipage stellen.
29833  Vor der Minipage fügen Sie den TeX-Code-Befehl
29834 \end_layout
29835
29836 \begin_layout Standard
29837
29838 \series bold
29839
29840 \backslash
29841 colorbox{color}{
29842 \end_layout
29843
29844 \begin_layout Standard
29845 ein.
29846  Hinter der Minipage fügen Sie 
29847 \series bold
29848
29849 \begin_inset Quotes gld
29850 \end_inset
29851
29852 }
29853 \series default
29854
29855 \begin_inset Quotes grd
29856 \end_inset
29857
29858  als TeX-Code ein.
29859 \end_layout
29860
29861 \begin_layout Standard
29862 \begin_inset ERT
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866
29867
29868 \backslash
29869 colorbox{hellgrau}{
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \begin_inset Box Frameless
29876 position "t"
29877 hor_pos "c"
29878 has_inner_box 1
29879 inner_pos "t"
29880 use_parbox 0
29881 width "100col%"
29882 special "none"
29883 height "1in"
29884 height_special "totalheight"
29885 status collapsed
29886
29887 \begin_layout Plain Layout
29888 Dies ist Text mit einer Hintergrundfarbe.
29889  Dies ist Text mit einer Hintergrundfarbe.
29890 \end_layout
29891
29892 \begin_layout Plain Layout
29893 Der Text kann Fußnoten
29894 \begin_inset Foot
29895 status open
29896
29897 \begin_layout Plain Layout
29898 Eine weitere Fußnote
29899 \end_layout
29900
29901 \end_inset
29902
29903  und Tabellen und Abbildungen enthalten.
29904 \end_layout
29905
29906 \begin_layout Plain Layout
29907 \align center
29908 \begin_inset Tabular
29909 <lyxtabular version="3" rows="3" columns="3">
29910 <features>
29911 <column alignment="center" valignment="top" width="0">
29912 <column alignment="center" valignment="top" width="0">
29913 <column alignment="center" valignment="top" width="0">
29914 <row>
29915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29916 \begin_inset Text
29917
29918 \begin_layout Plain Layout
29919 a
29920 \end_layout
29921
29922 \end_inset
29923 </cell>
29924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29925 \begin_inset Text
29926
29927 \begin_layout Plain Layout
29928 !
29929 \end_layout
29930
29931 \end_inset
29932 </cell>
29933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29934 \begin_inset Text
29935
29936 \begin_layout Plain Layout
29937 3
29938 \end_layout
29939
29940 \end_inset
29941 </cell>
29942 </row>
29943 <row>
29944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29945 \begin_inset Text
29946
29947 \begin_layout Plain Layout
29948 <
29949 \end_layout
29950
29951 \end_inset
29952 </cell>
29953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29954 \begin_inset Text
29955
29956 \begin_layout Plain Layout
29957 b2
29958 \begin_inset Quotes erd
29959 \end_inset
29960
29961 |
29962 \end_layout
29963
29964 \end_inset
29965 </cell>
29966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29967 \begin_inset Text
29968
29969 \begin_layout Plain Layout
29970 >
29971 \end_layout
29972
29973 \end_inset
29974 </cell>
29975 </row>
29976 <row>
29977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29978 \begin_inset Text
29979
29980 \begin_layout Plain Layout
29981 1
29982 \end_layout
29983
29984 \end_inset
29985 </cell>
29986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29987 \begin_inset Text
29988
29989 \begin_layout Plain Layout
29990 §
29991 \end_layout
29992
29993 \end_inset
29994 </cell>
29995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29996 \begin_inset Text
29997
29998 \begin_layout Plain Layout
29999 c
30000 \end_layout
30001
30002 \end_inset
30003 </cell>
30004 </row>
30005 </lyxtabular>
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \begin_inset ERT
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019
30020 }
30021 \end_layout
30022
30023 \end_inset
30024
30025
30026 \end_layout
30027
30028 \begin_layout Section
30029 Rotierte und skalierte Boxen
30030 \end_layout
30031
30032 \begin_layout Standard
30033 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30034 \series bold
30035 graphicx
30036 \series default
30037
30038 \begin_inset Index
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042 LaTeX-Pakete ! graphicx
30043 \end_layout
30044
30045 \end_inset
30046
30047  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30048 \end_layout
30049
30050 \begin_layout Standard
30051
30052 \series bold
30053
30054 \backslash
30055 @ifundefined{rotatebox}
30056 \begin_inset Newline newline
30057 \end_inset
30058
30059
30060 \begin_inset ERT
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064
30065
30066 \backslash
30067 hphantom{ }
30068 \end_layout
30069
30070 \end_inset
30071
30072 {
30073 \backslash
30074 usepackage{graphicx}}{}
30075 \end_layout
30076
30077 \begin_layout Standard
30078 \begin_inset Note Greyedout
30079 status open
30080
30081 \begin_layout Plain Layout
30082
30083 \series bold
30084 Bemerkung:
30085 \series default
30086  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30087  darstellen.
30088  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \end_layout
30095
30096 \begin_layout Standard
30097 \begin_inset Note Greyedout
30098 status open
30099
30100 \begin_layout Plain Layout
30101
30102 \series bold
30103 Bemerkung:
30104 \series default
30105  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30106 \end_layout
30107
30108 \end_inset
30109
30110
30111 \end_layout
30112
30113 \begin_layout Subsection
30114 Rotierte Boxen
30115 \begin_inset Index
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119 Boxen ! rotierte
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \begin_inset Index
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129 Rotiertes Material
30130 \end_layout
30131
30132 \end_inset
30133
30134
30135 \begin_inset Index
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139 Abbildungen ! rotierte
30140 \end_layout
30141
30142 \end_inset
30143
30144
30145 \begin_inset Index
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149 Tabellen ! rotierte
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \begin_layout Standard
30158 Um Text zu drehen, verwendet man den Befehl 
30159 \series bold
30160
30161 \backslash
30162 rotatebox
30163 \series default
30164  im TeX-Code nach folgendem Schema:
30165 \end_layout
30166
30167 \begin_layout Standard
30168
30169 \series bold
30170
30171 \backslash
30172 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30173 \end_layout
30174
30175 \begin_layout Standard
30176 Der Drehpunkt wird mit 
30177 \series bold
30178 origin=Position
30179 \series default
30180  angegeben.
30181  Folgende Positionen sind möglich: 
30182 \emph on
30183 c
30184 \emph default
30185  (mittig), 
30186 \emph on
30187 l
30188 \emph default
30189  (links), 
30190 \emph on
30191 r
30192 \emph default
30193  (rechts), 
30194 \emph on
30195 b
30196 \emph default
30197  (unten), 
30198 \emph on
30199 t
30200 \emph default
30201  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30202  Z.
30203 \begin_inset space \thinspace{}
30204 \end_inset
30205
30206 B.
30207  bedeutet 
30208 \emph on
30209 lt
30210 \emph default
30211 , dass sich der Drehpunkt links oben befindet.
30212  Wird kein Drehpunkt angegeben, wird die Position 
30213 \emph on
30214 l
30215 \emph default
30216  verwendet.
30217  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30218  Gedreht wird gegen den Uhrzeigersinn.
30219 \end_layout
30220
30221 \begin_layout Standard
30222 Im folgenden Beispiel wurde vor dem Text der Befehl 
30223 \series bold
30224
30225 \backslash
30226 rotatebox[origin=c]{60}{
30227 \series default
30228  im TeX-Modus eingegeben.
30229  Nach dem Text wurde die schließende Klammer 
30230 \series bold
30231 }
30232 \series default
30233  wiederum im TeX-Modus eingegeben.
30234 \end_layout
30235
30236 \begin_layout Standard
30237 Dies ist eine Zeile 
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243
30244 \backslash
30245 rotatebox[origin=c]{60}{
30246 \end_layout
30247
30248 \end_inset
30249
30250 mit rotiertem
30251 \begin_inset ERT
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255
30256 }
30257 \end_layout
30258
30259 \end_inset
30260
30261  Text.
30262 \end_layout
30263
30264 \begin_layout Standard
30265 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30266 \end_layout
30267
30268 \begin_layout Standard
30269 Dies ist eine Zeile 
30270 \begin_inset ERT
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274
30275
30276 \backslash
30277 rotatebox[origin=r]{-60}{
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \begin_inset Box Doublebox
30284 position "c"
30285 hor_pos "c"
30286 has_inner_box 0
30287 inner_pos "c"
30288 use_parbox 0
30289 width "1in"
30290 special "width"
30291 height "1in"
30292 height_special "totalheight"
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 mit rotiertem
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307 }
30308 \end_layout
30309
30310 \end_inset
30311
30312  umrandeten Text 
30313 \begin_inset ERT
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317
30318
30319 \backslash
30320 rotatebox[origin=lb]{60}{
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30327 \end_inset
30328
30329
30330 \begin_inset ERT
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334
30335 }
30336 \end_layout
30337
30338 \end_inset
30339
30340  und einer Formel.
30341 \end_layout
30342
30343 \begin_layout Standard
30344 Oder ein Bild oder Tabelle:
30345 \end_layout
30346
30347 \begin_layout Standard
30348 Dies ist eine Zeile 
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354
30355 \backslash
30356 rotatebox[origin=lb]{90}{
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \begin_inset Graphics
30363         filename ../clipart/platypus.eps
30364         lyxscale 50
30365         width 25col%
30366
30367 \end_inset
30368
30369
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375 }
30376 \end_layout
30377
30378 \end_inset
30379
30380  mit einem rotierten Bild 
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386
30387 \backslash
30388 rotatebox[origin=l]{-90}{
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \begin_inset Tabular
30395 <lyxtabular version="3" rows="2" columns="2">
30396 <features>
30397 <column alignment="center" valignment="top" width="0">
30398 <column alignment="center" valignment="top" width="0">
30399 <row>
30400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30401 \begin_inset Text
30402
30403 \begin_layout Plain Layout
30404 q
30405 \end_layout
30406
30407 \end_inset
30408 </cell>
30409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30410 \begin_inset Text
30411
30412 \begin_layout Plain Layout
30413 w
30414 \end_layout
30415
30416 \end_inset
30417 </cell>
30418 </row>
30419 <row>
30420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30421 \begin_inset Text
30422
30423 \begin_layout Plain Layout
30424 e
30425 \end_layout
30426
30427 \end_inset
30428 </cell>
30429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30430 \begin_inset Text
30431
30432 \begin_layout Plain Layout
30433 r
30434 \end_layout
30435
30436 \end_inset
30437 </cell>
30438 </row>
30439 </lyxtabular>
30440
30441 \end_inset
30442
30443
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449 }
30450 \end_layout
30451
30452 \end_inset
30453
30454  und Tabelle.
30455 \end_layout
30456
30457 \begin_layout Subsection
30458 Skalierte Boxen
30459 \begin_inset Index
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463 Boxen ! skalierte
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \begin_inset Index
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473 Skaliertes Material
30474 \end_layout
30475
30476 \end_inset
30477
30478
30479 \begin_inset Index
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483 Abbildungen ! skalierte
30484 \end_layout
30485
30486 \end_inset
30487
30488
30489 \begin_inset Index
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493 Tabellen ! skalierte
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \end_layout
30500
30501 \begin_layout Standard
30502 Um Text zu skalieren, kann man die Befehle 
30503 \series bold
30504
30505 \backslash
30506 scalebox
30507 \series default
30508  und 
30509 \series bold
30510
30511 \backslash
30512 resizebox
30513 \series default
30514  im TeX-Modus verwenden.
30515 \end_layout
30516
30517 \begin_layout Standard
30518
30519 \series bold
30520
30521 \backslash
30522 scalebox
30523 \series default
30524  wird nach folgendem Schema verwendet:
30525 \end_layout
30526
30527 \begin_layout Standard
30528
30529 \series bold
30530
30531 \backslash
30532 scalebox{horizontal}[vertikal]{Boxinhalt}
30533 \end_layout
30534
30535 \begin_layout Standard
30536 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30537  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30538  verwendet.
30539 \end_layout
30540
30541 \begin_layout Standard
30542 Z.
30543 \begin_inset space \thinspace{}
30544 \end_inset
30545
30546 B.
30547  ergibt der Befehl 
30548 \series bold
30549
30550 \backslash
30551 scalebox{2}{Hallo}
30552 \series default
30553  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30554 \begin_inset ERT
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558
30559
30560 \backslash
30561 scalebox{2}{
30562 \end_layout
30563
30564 \end_inset
30565
30566 Hallo
30567 \begin_inset ERT
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571
30572 }
30573 \end_layout
30574
30575 \end_inset
30576
30577 .
30578 \end_layout
30579
30580 \begin_layout Standard
30581
30582 \series bold
30583
30584 \backslash
30585 scalebox{2}[1]{Hallo}
30586 \series default
30587  verzerrt hingegen das 
30588 \begin_inset ERT
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592
30593
30594 \backslash
30595 scalebox{2}[1]{
30596 \end_layout
30597
30598 \end_inset
30599
30600 Hallo
30601 \begin_inset ERT
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605
30606 }
30607 \end_layout
30608
30609 \end_inset
30610
30611 .
30612 \end_layout
30613
30614 \begin_layout Standard
30615 Die Skalierungsfaktoren dürfen auch negativ sein.
30616  In diesem Fall wird der Boxinhalt gespiegelt.
30617 \end_layout
30618
30619 \begin_layout Standard
30620 Daher lässt sich mit dem Befehl 
30621 \series bold
30622
30623 \backslash
30624 scalebox{-1}[1]{Hallo}
30625 \series default
30626  Spiegelschrift erstellen: 
30627 \begin_inset ERT
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631
30632
30633 \backslash
30634 scalebox{-1}[1]{
30635 \end_layout
30636
30637 \end_inset
30638
30639 Hallo
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645 }
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \end_layout
30652
30653 \begin_layout Standard
30654
30655 \series bold
30656
30657 \backslash
30658 scalebox{1}[-1]{Hallo}
30659 \series default
30660  spiegelt das 
30661 \begin_inset ERT
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665
30666
30667 \backslash
30668 scalebox{1}[-1]{
30669 \end_layout
30670
30671 \end_inset
30672
30673 Hallo
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679 }
30680 \end_layout
30681
30682 \end_inset
30683
30684  an der Grundlinie.
30685 \end_layout
30686
30687 \begin_layout Standard
30688 Zu 
30689 \series bold
30690
30691 \backslash
30692 scalebox{-1}[1]{Boxinhalt}
30693 \series default
30694  gibt es den äquivalenten Befehl
30695 \begin_inset Newline newline
30696 \end_inset
30697
30698
30699 \series bold
30700
30701 \backslash
30702 reflectbox{Boxinhalt}
30703 \series default
30704 .
30705 \end_layout
30706
30707 \begin_layout Standard
30708 \begin_inset VSpace bigskip
30709 \end_inset
30710
30711
30712 \series bold
30713
30714 \backslash
30715 resizebox
30716 \series default
30717  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
30718  skalieren.
30719  Das Befehlsschema ist folgendes:
30720 \end_layout
30721
30722 \begin_layout Standard
30723
30724 \series bold
30725
30726 \backslash
30727 resizebox{Breite}{Höhe}{Boxinhalt}
30728 \end_layout
30729
30730 \begin_layout Standard
30731 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30732 \series bold
30733 !
30734 \series default
30735  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
30736  wird.
30737 \end_layout
30738
30739 \begin_layout Standard
30740 Der Befehl 
30741 \series bold
30742
30743 \backslash
30744 resizebox{2cm}{1cm}{Hallo}
30745 \series default
30746  ergibt: 
30747 \begin_inset ERT
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751
30752
30753 \backslash
30754 resizebox{2cm}{1cm}{
30755 \end_layout
30756
30757 \end_inset
30758
30759 Hallo
30760 \begin_inset ERT
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764
30765 }
30766 \end_layout
30767
30768 \end_inset
30769
30770
30771 \begin_inset Newline newline
30772 \end_inset
30773
30774 Der Befehl 
30775 \series bold
30776
30777 \backslash
30778 resizebox{2cm}{!}{Hallo}
30779 \series default
30780  ergibt: 
30781 \begin_inset ERT
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785
30786
30787 \backslash
30788 resizebox{2cm}{!}{
30789 \end_layout
30790
30791 \end_inset
30792
30793 Hallo
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799 }
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \end_layout
30806
30807 \begin_layout Standard
30808 \begin_inset VSpace bigskip
30809 \end_inset
30810
30811
30812 \begin_inset Note Greyedout
30813 status open
30814
30815 \begin_layout Plain Layout
30816
30817 \series bold
30818 Bemerkung:
30819 \series default
30820  Wurde in Argumenten von 
30821 \series bold
30822
30823 \backslash
30824 scalebox
30825 \series default
30826  oder 
30827 \series bold
30828
30829 \backslash
30830 resizebox
30831 \series default
30832  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30833  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30834  werden.
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \end_layout
30841
30842 \begin_layout Standard
30843 \begin_inset VSpace bigskip
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \begin_layout Standard
30850 Alle Boxen können beliebig miteinander kombiniert werden.
30851  So ergibt z.
30852 \begin_inset space \thinspace{}
30853 \end_inset
30854
30855 B.
30856  der Befehl
30857 \begin_inset Newline newline
30858 \end_inset
30859
30860
30861 \series bold
30862
30863 \backslash
30864 rotatebox[origin=c]{-45}{
30865 \backslash
30866 resizebox{2cm}{!}{
30867 \backslash
30868 reflectbox{Hallo}}}
30869 \series default
30870 :
30871 \end_layout
30872
30873 \begin_layout Standard
30874 \align center
30875 \begin_inset ERT
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879
30880
30881 \backslash
30882 rotatebox[origin=c]{-45}{
30883 \backslash
30884 resizebox{2cm}{!}{
30885 \backslash
30886 reflectbox{
30887 \end_layout
30888
30889 \end_inset
30890
30891 Hallo
30892 \begin_inset ERT
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896
30897 }}}
30898 \end_layout
30899
30900 \end_inset
30901
30902
30903 \end_layout
30904
30905 \begin_layout Standard
30906 \noindent
30907 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
30908 \end_layout
30909
30910 \begin_layout Standard
30911 \align center
30912 \begin_inset ERT
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916
30917
30918 \backslash
30919 rotatebox[origin=c]{-30}{
30920 \backslash
30921 resizebox{2cm}{!}{
30922 \backslash
30923 reflectbox{
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \begin_inset Graphics
30930         filename ../clipart/platypus.eps
30931         lyxscale 50
30932         width 25col%
30933
30934 \end_inset
30935
30936
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942 }}}
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 rotatebox[origin=c]{-45}{
30956 \backslash
30957 resizebox{2cm}{!}{
30958 \backslash
30959 reflectbox{
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \begin_inset Tabular
30966 <lyxtabular version="3" rows="2" columns="2">
30967 <features>
30968 <column alignment="center" valignment="top" width="0">
30969 <column alignment="center" valignment="top" width="0">
30970 <row>
30971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30972 \begin_inset Text
30973
30974 \begin_layout Plain Layout
30975 q
30976 \end_layout
30977
30978 \end_inset
30979 </cell>
30980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30981 \begin_inset Text
30982
30983 \begin_layout Plain Layout
30984 w
30985 \end_layout
30986
30987 \end_inset
30988 </cell>
30989 </row>
30990 <row>
30991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30992 \begin_inset Text
30993
30994 \begin_layout Plain Layout
30995 e
30996 \end_layout
30997
30998 \end_inset
30999 </cell>
31000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31001 \begin_inset Text
31002
31003 \begin_layout Plain Layout
31004 r
31005 \end_layout
31006
31007 \end_inset
31008 </cell>
31009 </row>
31010 </lyxtabular>
31011
31012 \end_inset
31013
31014
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020 }}}
31021 \end_layout
31022
31023 \end_inset
31024
31025
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 rotatebox[origin=c]{-45}{
31034 \backslash
31035 resizebox{2cm}{!}{
31036 \backslash
31037 reflectbox{
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31044 \end_inset
31045
31046
31047 \begin_inset ERT
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051
31052 }}}
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \begin_layout Standard
31061 Hat man den globalen Formelstil 
31062 \series bold
31063 fleqn
31064 \series default
31065
31066 \begin_inset Foot
31067 status collapsed
31068
31069 \begin_layout Plain Layout
31070 Wenn 
31071 \begin_inset Quotes gld
31072 \end_inset
31073
31074 fleqn
31075 \begin_inset Quotes grd
31076 \end_inset
31077
31078  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31079 \end_layout
31080
31081 \end_inset
31082
31083  gewählt, kann man auch abgesetzte Formeln skalieren.
31084 \end_layout
31085
31086 \begin_layout Chapter
31087 Externe Dateien
31088 \begin_inset Index
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092 Dateien ! externe
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \end_layout
31099
31100 \begin_layout Standard
31101 Mit 
31102 \family sans
31103 Einfügen\SpecialChar \menuseparator
31104 Datei
31105 \family default
31106  können Sie fremdes Material in Ihr Dokument einsetzen.
31107  Das kann folgendes sein:
31108 \end_layout
31109
31110 \begin_layout Description
31111 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31112  eingefügt.
31113 \end_layout
31114
31115 \begin_layout Description
31116 Einfacher
31117 \begin_inset space ~
31118 \end_inset
31119
31120 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31121  eingefügt.
31122 \end_layout
31123
31124 \begin_layout Description
31125 Einfacher
31126 \begin_inset space ~
31127 \end_inset
31128
31129 Text,
31130 \begin_inset space ~
31131 \end_inset
31132
31133 Zeilen
31134 \begin_inset space ~
31135 \end_inset
31136
31137 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31138  Leerzeilen trennen die Absätze.
31139 \end_layout
31140
31141 \begin_layout Description
31142 Externes
31143 \begin_inset space ~
31144 \end_inset
31145
31146 Material Dateien in verschiedenen Formaten.
31147 \end_layout
31148
31149 \begin_layout Description
31150 Unterdokument LyX- oder LaTeX-Dokumente.
31151 \end_layout
31152
31153 \begin_layout Section
31154 Externes Material
31155 \begin_inset Index
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159 Externes Material
31160 \end_layout
31161
31162 \end_inset
31163
31164
31165 \end_layout
31166
31167 \begin_layout Standard
31168 Mit 
31169 \family sans
31170 Einfügen\SpecialChar \menuseparator
31171 Datei\SpecialChar \menuseparator
31172  Externes Material
31173 \family default
31174  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31175  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31176  weil LyX sich darum kümmert.
31177  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31178  eingefügt werden können.
31179 \end_layout
31180
31181 \begin_layout Standard
31182 Zur Zeit können Sie folgende Dateitypen (
31183 \family sans
31184 Vorlagen
31185 \family default
31186 ) benutzen:
31187 \end_layout
31188
31189 \begin_layout Description
31190 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31191 \series bold
31192
31193 \begin_inset CommandInset href
31194 LatexCommand href
31195 name "XBoard"
31196 target "http://en.wikipedia.org/wiki/XBoard"
31197
31198 \end_inset
31199
31200
31201 \series default
31202  erzeugt wurden.
31203 \end_layout
31204
31205 \begin_layout Description
31206 Datum fügt ein Datum mit dem Format 
31207 \emph on
31208 Tag-Monat-Jahr
31209 \emph default
31210  ein.
31211  Hier ist ein Beispiel: 
31212 \begin_inset External
31213         template Date
31214         filename .
31215
31216 \end_inset
31217
31218
31219 \lang english
31220
31221 \begin_inset space ~
31222 \end_inset
31223
31224
31225 \begin_inset Note Note
31226 status open
31227
31228 \begin_layout Plain Layout
31229
31230 \lang english
31231 Remove the protected space when bug 4398 is fixed!
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \lang ngerman
31238
31239 \begin_inset Newline newline
31240 \end_inset
31241
31242 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31243  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31244  Menü 
31245 \family sans
31246 Einfügen\SpecialChar \menuseparator
31247 Datum
31248 \family default
31249  und mit dem LaTeX-Befehl 
31250 \series bold
31251
31252 \backslash
31253 today
31254 \series default
31255 .
31256  Die verschiedenen Methoden werden in Tabelle
31257 \begin_inset space ~
31258 \end_inset
31259
31260
31261 \begin_inset CommandInset ref
31262 LatexCommand ref
31263 reference "tab:Vergleich-der-Datums-Eingaben"
31264
31265 \end_inset
31266
31267  verglichen.
31268 \end_layout
31269
31270 \begin_layout Description
31271 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31272 \series bold
31273
31274 \begin_inset CommandInset href
31275 LatexCommand href
31276 name "LilyPond"
31277 target "http://en.wikipedia.org/wiki/LilyPond"
31278
31279 \end_inset
31280
31281
31282 \series default
31283  schreiben.
31284 \end_layout
31285
31286 \begin_layout Description
31287 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31288  Fast alle bekannten Bildformate werden unterstützt.
31289  Die Bilddateien können im Dialogfenster 
31290 \family sans
31291 Externes
31292 \begin_inset space ~
31293 \end_inset
31294
31295 Material
31296 \family default
31297  genauso behandelt werden wie die mit dem normalen 
31298 \family sans
31299 Grafik
31300 \family default
31301 -Dialog eingefügten, siehe Abschnitt
31302 \begin_inset space ~
31303 \end_inset
31304
31305
31306 \begin_inset CommandInset ref
31307 LatexCommand ref
31308 reference "abs:Grafik-Dialog"
31309
31310 \end_inset
31311
31312 .
31313  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31314  und EPS-Bilder werden nicht unterstützt.
31315 \end_layout
31316
31317 \begin_layout Description
31318 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31319 \series bold
31320
31321 \begin_inset CommandInset href
31322 LatexCommand href
31323 name "Xfig"
31324 target "http://en.wikipedia.org/wiki/Xfig"
31325
31326 \end_inset
31327
31328
31329 \series default
31330  erzeugt wurden.
31331 \end_layout
31332
31333 \begin_layout Standard
31334 \begin_inset Float table
31335 placement h
31336 wide false
31337 sideways false
31338 status open
31339
31340 \begin_layout Plain Layout
31341 \begin_inset Caption
31342
31343 \begin_layout Plain Layout
31344 \begin_inset CommandInset label
31345 LatexCommand label
31346 name "tab:Vergleich-der-Datums-Eingaben"
31347
31348 \end_inset
31349
31350 Vergleich der Datums-Eingaben
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \end_layout
31357
31358 \begin_layout Plain Layout
31359 \align center
31360 \begin_inset Tabular
31361 <lyxtabular version="3" rows="4" columns="4">
31362 <features>
31363 <column alignment="center" valignment="top" width="0">
31364 <column alignment="center" valignment="top" width="0">
31365 <column alignment="center" valignment="top" width="0">
31366 <column alignment="center" valignment="top" width="0">
31367 <row>
31368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31369 \begin_inset Text
31370
31371 \begin_layout Plain Layout
31372 Dokumentformat
31373 \end_layout
31374
31375 \end_inset
31376 </cell>
31377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31378 \begin_inset Text
31379
31380 \begin_layout Plain Layout
31381
31382 \family sans
31383 Externes Material\SpecialChar \menuseparator
31384 Datum
31385 \end_layout
31386
31387 \end_inset
31388 </cell>
31389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31390 \begin_inset Text
31391
31392 \begin_layout Plain Layout
31393
31394 \family sans
31395 Einfügen\SpecialChar \menuseparator
31396 Datum
31397 \end_layout
31398
31399 \end_inset
31400 </cell>
31401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31402 \begin_inset Text
31403
31404 \begin_layout Plain Layout
31405 Befehl 
31406 \series bold
31407
31408 \backslash
31409 today
31410 \end_layout
31411
31412 \end_inset
31413 </cell>
31414 </row>
31415 <row>
31416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31417 \begin_inset Text
31418
31419 \begin_layout Plain Layout
31420 LyX
31421 \end_layout
31422
31423 \end_inset
31424 </cell>
31425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31426 \begin_inset Text
31427
31428 \begin_layout Plain Layout
31429 als Box
31430 \end_layout
31431
31432 \end_inset
31433 </cell>
31434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31435 \begin_inset Text
31436
31437 \begin_layout Plain Layout
31438 als Datum
31439 \end_layout
31440
31441 \end_inset
31442 </cell>
31443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447 als TeX-Code
31448 \end_layout
31449
31450 \end_inset
31451 </cell>
31452 </row>
31453 <row>
31454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31455 \begin_inset Text
31456
31457 \begin_layout Plain Layout
31458 LaTeX
31459 \end_layout
31460
31461 \end_inset
31462 </cell>
31463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31464 \begin_inset Text
31465
31466 \begin_layout Plain Layout
31467 als Datum
31468 \end_layout
31469
31470 \end_inset
31471 </cell>
31472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31473 \begin_inset Text
31474
31475 \begin_layout Plain Layout
31476 als Datum
31477 \end_layout
31478
31479 \end_inset
31480 </cell>
31481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31482 \begin_inset Text
31483
31484 \begin_layout Plain Layout
31485 als Befehl
31486 \end_layout
31487
31488 \end_inset
31489 </cell>
31490 </row>
31491 <row>
31492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 DVI, PDF, PS
31497 \end_layout
31498
31499 \end_inset
31500 </cell>
31501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31502 \begin_inset Text
31503
31504 \begin_layout Plain Layout
31505 als Datum
31506 \end_layout
31507
31508 \end_inset
31509 </cell>
31510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31511 \begin_inset Text
31512
31513 \begin_layout Plain Layout
31514 als Datum
31515 \end_layout
31516
31517 \end_inset
31518 </cell>
31519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31520 \begin_inset Text
31521
31522 \begin_layout Plain Layout
31523 als Datum
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 </row>
31529 </lyxtabular>
31530
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Standard
31542 Wenn Sie im Dialogfenster
31543 \family sans
31544  Externes
31545 \begin_inset space ~
31546 \end_inset
31547
31548 Material 
31549 \family default
31550 in der Karteikarte
31551 \family sans
31552  Datei
31553 \family default
31554  die Option 
31555 \family sans
31556 Entwurf
31557 \family default
31558  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31559 \end_layout
31560
31561 \begin_layout Standard
31562 LyX kann externes Material entweder als Box wie hier: 
31563 \begin_inset Graphics
31564         filename clipart/ExternesMaterialQt4.png
31565         lyxscale 80
31566         scale 60
31567         scaleBeforeRotation
31568
31569 \end_inset
31570
31571  oder als Bild darstellen.
31572  Das hängt davon ab, ob Sie im Dialogfenster
31573 \family sans
31574  Externes
31575 \begin_inset space ~
31576 \end_inset
31577
31578 Material 
31579 \family default
31580 in der Karteikarte 
31581 \family sans
31582 LyX-Ansicht
31583 \family default
31584  die Option 
31585 \family sans
31586 in
31587 \begin_inset space ~
31588 \end_inset
31589
31590 LyX
31591 \begin_inset space ~
31592 \end_inset
31593
31594 anzeigen
31595 \family default
31596  gewählt haben oder nicht.
31597 \end_layout
31598
31599 \begin_layout Standard
31600 Im LyX-Handbuch 
31601 \family sans
31602 \emph on
31603 Anpassung
31604 \family default
31605 \emph default
31606  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31607 \end_layout
31608
31609 \begin_layout Section
31610 Unterdokumente
31611 \begin_inset CommandInset label
31612 LatexCommand label
31613 name "abs:Unterdokumente"
31614
31615 \end_inset
31616
31617
31618 \begin_inset Index
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622 Unterdokument
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \begin_layout Standard
31631 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31632  oder Abschnitten bestehen.
31633  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31634  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31635 \end_layout
31636
31637 \begin_layout Standard
31638 Unterdokumente werden in LyX als Box angezeigt: 
31639 \begin_inset Graphics
31640         filename clipart/UnterdokumentQt4.png
31641         lyxscale 80
31642         scale 60
31643         scaleBeforeRotation
31644
31645 \end_inset
31646
31647 .
31648  Sie werden über
31649 \family sans
31650  Einfügen\SpecialChar \menuseparator
31651 Datei\SpecialChar \menuseparator
31652 Unterdokument
31653 \family default
31654  eingebunden, was das Dialogfenster
31655 \family sans
31656  Unterdokument
31657 \family default
31658  öffnet.
31659  Für 
31660 \family sans
31661 die Art
31662 \begin_inset space ~
31663 \end_inset
31664
31665 der
31666 \begin_inset space ~
31667 \end_inset
31668
31669 Einbindung
31670 \family default
31671  gibt es dort vier Möglichkeiten:
31672 \end_layout
31673
31674 \begin_layout Description
31675 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31676  Wenn Sie im Dialogfenster
31677 \family sans
31678  Unterdokument
31679 \family default
31680  auf 
31681 \family sans
31682 Öffnen
31683 \family default
31684  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31685  und Sie können es editieren.
31686 \begin_inset Newline newline
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \begin_layout Standard
31693 Hier wird ein Unterdokument
31694 \family sans
31695  
31696 \family default
31697 per 
31698 \family sans
31699 Include
31700 \family default
31701  eingebunden: 
31702 \begin_inset CommandInset include
31703 LatexCommand include
31704 filename "DummyDocument1.lyx"
31705
31706 \end_inset
31707
31708 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31709  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
31710  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31711 s.
31712  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31713 \begin_inset space ~
31714 \end_inset
31715
31716
31717 \begin_inset CommandInset ref
31718 LatexCommand ref
31719 reference "uab:Externer-Unterabschnitt-1"
31720
31721 \end_inset
31722
31723 .
31724 \end_layout
31725
31726 \begin_layout Standard
31727 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31728  wird benutzt.
31729  Unterdokumente, die per 
31730 \family sans
31731 Include
31732 \family default
31733  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31734  und enden mit einem Seitenumbruch.
31735 \end_layout
31736
31737 \begin_layout Standard
31738 Mit dem LaTeX-Befehl 
31739 \series bold
31740
31741 \backslash
31742 includeonly 
31743 \series default
31744 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31745  erstellt werden soll.
31746  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31747  sehen wollen, und es geht schneller.
31748  
31749 \series bold
31750
31751 \backslash
31752 includeonly
31753 \series default
31754  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31755  Im folgenden Beispiel
31756 \end_layout
31757
31758 \begin_layout Standard
31759
31760 \series bold
31761
31762 \backslash
31763 includeonly{Kapitel1,Kapitel5}
31764 \end_layout
31765
31766 \begin_layout Standard
31767 werden nur die Dateien 
31768 \begin_inset Quotes gld
31769 \end_inset
31770
31771 Kapitel1.lyx
31772 \begin_inset Quotes grd
31773 \end_inset
31774
31775  (oder 
31776 \begin_inset Quotes gld
31777 \end_inset
31778
31779 Kapitel1.tex
31780 \begin_inset Quotes grd
31781 \end_inset
31782
31783 ) und 
31784 \begin_inset Quotes gld
31785 \end_inset
31786
31787 Kapitel5.lyx
31788 \begin_inset Quotes grd
31789 \end_inset
31790
31791
31792 \series bold
31793  
31794 \series default
31795 eingebunden.
31796 \end_layout
31797
31798 \begin_layout Standard
31799 \begin_inset Note Greyedout
31800 status open
31801
31802 \begin_layout Plain Layout
31803
31804 \series bold
31805 Bemerkung:
31806 \series default
31807  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31808  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31809  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31810  Ergebnissen führen wird.
31811 \end_layout
31812
31813 \end_inset
31814
31815
31816 \end_layout
31817
31818 \begin_layout Description
31819 Input Diese Methode ist 
31820 \family sans
31821 Include
31822 \family default
31823  sehr ähnlich mit folgenden Unterschieden:
31824 \end_layout
31825
31826 \begin_deeper
31827 \begin_layout Itemize
31828 Unterdokumente, die per 
31829 \family sans
31830 Input
31831 \family default
31832  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31833  Seite und enden NICHT mit einem Seitenumbruch.
31834 \end_layout
31835
31836 \begin_layout Itemize
31837 Unterdokumente, die per 
31838 \family sans
31839 Input
31840 \family default
31841  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31842 \family sans
31843  Unterdokument Vorschau
31844 \begin_inset space ~
31845 \end_inset
31846
31847 anzeigen
31848 \family default
31849  angekreuzt wurde und in den LyX-
31850 \family sans
31851 Einstellungen\SpecialChar \menuseparator
31852 Aussehen
31853 \begin_inset space ~
31854 \end_inset
31855
31856 &
31857 \begin_inset space ~
31858 \end_inset
31859
31860 Handhabung\SpecialChar \menuseparator
31861 Grafik Sofortige
31862 \begin_inset space ~
31863 \end_inset
31864
31865 Vorschau
31866 \family default
31867  auf 
31868 \family sans
31869 An
31870 \family default
31871  gesetzt wurde.
31872  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
31873  aus.
31874 \end_layout
31875
31876 \begin_layout Itemize
31877 Der LaTeX-Befehl 
31878 \series bold
31879
31880 \backslash
31881 includeonly
31882 \series default
31883  kann nicht benutzt werden.
31884 \end_layout
31885
31886 \end_deeper
31887 \begin_layout Standard
31888 Hier ist ein Unterdokument, das mit
31889 \family sans
31890  Input
31891 \family default
31892  eingebunden wurde: 
31893 \begin_inset CommandInset include
31894 LatexCommand input
31895 filename "DummyDocument2.lyx"
31896
31897 \end_inset
31898
31899 .
31900 \end_layout
31901
31902 \begin_layout Description
31903 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
31904   In der Druckvorschau wird für den Text der Stil 
31905 \family typewriter
31906 Schreibmaschine
31907 \family default
31908  verwendet.
31909  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
31910  Wenn Sie im Dialogfenster
31911 \family sans
31912  Unterdokument Leerzeichen
31913 \begin_inset space ~
31914 \end_inset
31915
31916 bei
31917 \begin_inset space ~
31918 \end_inset
31919
31920 der
31921 \begin_inset space ~
31922 \end_inset
31923
31924 Ausgabe
31925 \begin_inset space ~
31926 \end_inset
31927
31928 kennzeichnen 
31929 \family default
31930 ankreuzen, wird in der Druckvorschau das Zeichen 
31931 \begin_inset Quotes gld
31932 \end_inset
31933
31934
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940
31941 \backslash
31942 textvisiblespace 
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \begin_inset Quotes grd
31949 \end_inset
31950
31951  für jedes Leerzeichen eingefügt.
31952 \begin_inset Newline newline
31953 \end_inset
31954
31955 Im Gegensatz zu 
31956 \family sans
31957 Einfügen\SpecialChar \menuseparator
31958 Datei\SpecialChar \menuseparator
31959 Einfacher
31960 \begin_inset space ~
31961 \end_inset
31962
31963 Text
31964 \family default
31965  wird bei 
31966 \family sans
31967 Unformatiert
31968 \family default
31969  der Dateiinhalt in LyX nicht dargestellt.
31970 \end_layout
31971
31972 \begin_layout Standard
31973 Hier ist ein Unterdokument, das mit
31974 \family sans
31975  Unformatiert
31976 \family default
31977  eingebunden wurde: 
31978 \begin_inset CommandInset include
31979 LatexCommand verbatiminput
31980 filename "DummyTextDocument.txt"
31981
31982 \end_inset
31983
31984
31985 \begin_inset VSpace bigskip
31986 \end_inset
31987
31988 Hier ist ein Unterdokument, das mit
31989 \family sans
31990  Unformatiert
31991 \family default
31992  eingebunden wurde und
31993 \family sans
31994  Leerzeichen
31995 \begin_inset space ~
31996 \end_inset
31997
31998 bei
31999 \begin_inset space ~
32000 \end_inset
32001
32002 der
32003 \begin_inset space ~
32004 \end_inset
32005
32006 Ausgabe
32007 \begin_inset space ~
32008 \end_inset
32009
32010 kennzeichnen
32011 \family default
32012  angekreuzt hat: 
32013 \begin_inset CommandInset include
32014 LatexCommand verbatiminput*
32015 filename "DummyTextDocument.txt"
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Standard
32023 \begin_inset VSpace bigskip
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \begin_layout Standard
32030 \begin_inset Note Greyedout
32031 status open
32032
32033 \begin_layout Plain Layout
32034
32035 \series bold
32036 Bemerkung:
32037 \series default
32038  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32039  
32040 \family sans
32041 Unformatiert
32042 \family default
32043  eingebunden werden, am Zeilenende nicht umgebrochen.
32044 \end_layout
32045
32046 \end_inset
32047
32048
32049 \end_layout
32050
32051 \begin_layout Description
32052 Listing Dieser Typ wird in Kapitel
32053 \begin_inset space ~
32054 \end_inset
32055
32056
32057 \begin_inset CommandInset ref
32058 LatexCommand ref
32059 reference "kap:Programm-Code-Listen"
32060
32061 \end_inset
32062
32063  beschrieben.
32064 \end_layout
32065
32066 \begin_layout Standard
32067 \begin_inset Note Greyedout
32068 status open
32069
32070 \begin_layout Plain Layout
32071
32072 \series bold
32073 Bemerkung:
32074 \series default
32075  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32076  das zu LaTeX-Problemen führen.
32077 \end_layout
32078
32079 \end_inset
32080
32081
32082 \end_layout
32083
32084 \begin_layout Chapter
32085 Programm-Code-Listen
32086 \begin_inset CommandInset label
32087 LatexCommand label
32088 name "kap:Programm-Code-Listen"
32089
32090 \end_inset
32091
32092
32093 \begin_inset Index
32094 status collapsed
32095
32096 \begin_layout Plain Layout
32097 Listen
32098 \end_layout
32099
32100 \end_inset
32101
32102
32103 \begin_inset Index
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107 Programm-Code
32108 \end_layout
32109
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \begin_layout Standard
32116 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32117 \family sans
32118 Einfügen\SpecialChar \menuseparator
32119 Pro\SpecialChar \-
32120 gramm\SpecialChar \-
32121 listing
32122 \family default
32123  verwenden.
32124  Das LaTeX-Paket 
32125 \series bold
32126 listings
32127 \series default
32128
32129 \begin_inset Index
32130 status collapsed
32131
32132 \begin_layout Plain Layout
32133 LaTeX-Pakete ! listings
32134 \end_layout
32135
32136 \end_inset
32137
32138  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32139 \end_layout
32140
32141 \begin_layout Standard
32142 Ein Rechtsklick auf das 
32143 \family sans
32144 Listing
32145 \family default
32146 -Kästchen öffnet das Dialogfenster 
32147 \family sans
32148 Programm\SpecialChar \-
32149 listing-Einstellungen
32150 \family default
32151 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32152 \end_layout
32153
32154 \begin_layout Standard
32155 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32156  Die 
32157 \family sans
32158 Platzierung
32159 \family default
32160 -Option 
32161 \family sans
32162 Eingebettetes
32163 \begin_inset space ~
32164 \end_inset
32165
32166 Listing
32167 \family default
32168  druckt das Listing in der Zeile wie hier: 
32169 \begin_inset listings
32170 lstparams "language={C++}"
32171 inline true
32172 status open
32173
32174 \begin_layout Plain Layout
32175
32176 int a=5;
32177 \end_layout
32178
32179 \end_inset
32180
32181
32182 \begin_inset Newline newline
32183 \end_inset
32184
32185 Die Option 
32186 \family sans
32187 Gleitobjekt
32188 \family default
32189  erzeugt ein Listing-Gleitobjekt, dessen 
32190 \family sans
32191 Platzierung 
32192 \family default
32193 Sie mit 
32194 \family sans
32195 h
32196 \family default
32197
32198 \family sans
32199 t
32200 \family default
32201
32202 \family sans
32203 b
32204 \family default
32205  und 
32206 \family sans
32207 p
32208 \family default
32209 , analog zu den in Abschnitt
32210 \begin_inset space ~
32211 \end_inset
32212
32213
32214 \begin_inset CommandInset ref
32215 LatexCommand ref
32216 reference "abs:Gleitobjekt-Platzierung"
32217
32218 \end_inset
32219
32220  beschriebenen Platzierungsoptionen festlegen können.
32221  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32222  hintereinander angegeben, z.
32223 \begin_inset space \thinspace{}
32224 \end_inset
32225
32226 B.
32227  
32228 \begin_inset Quotes gld
32229 \end_inset
32230
32231
32232 \family sans
32233 htbp
32234 \family default
32235
32236 \begin_inset Quotes grd
32237 \end_inset
32238
32239 .
32240  Die Option 
32241 \begin_inset Quotes gld
32242 \end_inset
32243
32244 h
32245 \begin_inset Quotes grd
32246 \end_inset
32247
32248  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32249  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32250 \end_layout
32251
32252 \begin_layout Standard
32253 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32254  zu verweisen: Listing
32255 \begin_inset space ~
32256 \end_inset
32257
32258
32259 \begin_inset CommandInset ref
32260 LatexCommand ref
32261 reference "lst:Gleitendes-Programm-Listing"
32262
32263 \end_inset
32264
32265 .
32266 \end_layout
32267
32268 \begin_layout Standard
32269 \begin_inset listings
32270 lstparams "language=Python"
32271 inline false
32272 status open
32273
32274 \begin_layout Plain Layout
32275
32276 \begin_inset Caption
32277
32278 \begin_layout Plain Layout
32279 \begin_inset CommandInset label
32280 LatexCommand label
32281 name "lst:Gleitendes-Programm-Listing"
32282
32283 \end_inset
32284
32285 Gleitendes Programm-Listing
32286 \end_layout
32287
32288 \end_inset
32289
32290 # Gleitendes Programm-Listing
32291 \end_layout
32292
32293 \begin_layout Plain Layout
32294
32295 def func(param):
32296 \end_layout
32297
32298 \begin_layout Plain Layout
32299
32300     'Dies ist eine Python-Funktion'
32301 \end_layout
32302
32303 \begin_layout Plain Layout
32304
32305     pass
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \end_layout
32312
32313 \begin_layout Standard
32314 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
32315  der Sprache erkannt und besonders gedruckt, wie 
32316 \emph on
32317 #
32318 \emph default
32319
32320 \emph on
32321 def
32322 \emph default
32323  und 
32324 \emph on
32325 pass
32326 \emph default
32327  in Listing
32328 \begin_inset space ~
32329 \end_inset
32330
32331
32332 \begin_inset CommandInset ref
32333 LatexCommand ref
32334 reference "lst:Gleitendes-Programm-Listing"
32335
32336 \end_inset
32337
32338 .
32339 \end_layout
32340
32341 \begin_layout Standard
32342 \begin_inset Note Greyedout
32343 status open
32344
32345 \begin_layout Plain Layout
32346
32347 \series bold
32348 Bemerkung:
32349 \series default
32350  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32351 \family typewriter
32352 Schreib\SpecialChar \-
32353 maschine
32354 \family default
32355  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32356 h keine fett gedruckten Buchstaben.
32357  Wählen Sie in diesem Fall eine andere Schrift für 
32358 \family typewriter
32359 Schreibmaschine
32360 \family default
32361  im Menü 
32362 \family sans
32363 Dokument\SpecialChar \menuseparator
32364 Einstellungen\SpecialChar \menuseparator
32365 Schriften
32366 \family default
32367 .
32368  (Die Schriften 
32369 \emph on
32370 LuxiMono, BeraMono
32371 \emph default
32372  und 
32373 \emph on
32374 Courier
32375 \emph default
32376  enthalten fett gedruckte Buchstaben.)
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 Im Abschnitt 
32386 \family sans
32387 Zeilennummerierung
32388 \family default
32389  des 
32390 \family sans
32391 Programmlisting-Einstellungen
32392 \family default
32393 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32394  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32395  werden soll und die 
32396 \family sans
32397 Schriftgröße
32398 \family default
32399  der Nummerierung.
32400 \end_layout
32401
32402 \begin_layout Standard
32403 Im Abschnitt 
32404 \family sans
32405 Bereich
32406 \family default
32407  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32408  Im Abschnitt 
32409 \family sans
32410 Stil
32411 \family default
32412  legen Sie fest, wie die Liste ausgedruckt werden soll.
32413  Die Option 
32414 \family sans
32415 Erweiterte
32416 \begin_inset space ~
32417 \end_inset
32418
32419 Zeichentabelle
32420 \family default
32421  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32422 \end_layout
32423
32424 \begin_layout Standard
32425 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32426  Sprache 
32427 \begin_inset Quotes gld
32428 \end_inset
32429
32430 Python
32431 \begin_inset Quotes grd
32432 \end_inset
32433
32434 , den Optionen 
32435 \family sans
32436 Erweiterte
32437 \begin_inset space ~
32438 \end_inset
32439
32440 Zeichentabelle
32441 \family default
32442  und 
32443 \family sans
32444 Leerzeichen
32445 \begin_inset space ~
32446 \end_inset
32447
32448 als
32449 \begin_inset space ~
32450 \end_inset
32451
32452 Symbol
32453 \family default
32454  und Bereich 3
32455 \begin_inset space \thinspace{}
32456 \end_inset
32457
32458 -
32459 \begin_inset space \thinspace{}
32460 \end_inset
32461
32462 8:
32463 \end_layout
32464
32465 \begin_layout Standard
32466 \begin_inset listings
32467 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32468 inline false
32469 status open
32470
32471 \begin_layout Plain Layout
32472
32473 def func(param):
32474 \end_layout
32475
32476 \begin_layout Plain Layout
32477
32478     'Dies ist eine Python-Funktion'
32479 \end_layout
32480
32481 \begin_layout Plain Layout
32482
32483     pass
32484 \end_layout
32485
32486 \begin_layout Plain Layout
32487
32488 def func(param):
32489 \end_layout
32490
32491 \begin_layout Plain Layout
32492
32493 'Sonderzeichen: Tschüß'
32494 \end_layout
32495
32496 \begin_layout Plain Layout
32497
32498 pass
32499 \end_layout
32500
32501 \begin_layout Plain Layout
32502
32503 def func(param):
32504 \end_layout
32505
32506 \begin_layout Plain Layout
32507
32508 'Dies ist eine Python-Funktion'
32509 \end_layout
32510
32511 \begin_layout Plain Layout
32512
32513 pass
32514 \end_layout
32515
32516 \end_inset
32517
32518
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \noindent
32523 \begin_inset Note Greyedout
32524 status open
32525
32526 \begin_layout Plain Layout
32527
32528 \series bold
32529 Bemerkung:
32530 \series default
32531  Wegen eines Fehlers im 
32532 \series bold
32533 listings
32534 \series default
32535 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32536  verschoben.
32537  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32538  Liste nummeriert werden.
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \begin_layout Standard
32547 \begin_inset VSpace bigskip
32548 \end_inset
32549
32550
32551 \end_layout
32552
32553 \begin_layout Standard
32554 \noindent
32555 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32556  Das machen Sie mit
32557 \family sans
32558  Einfügen\SpecialChar \menuseparator
32559 Datei\SpecialChar \menuseparator
32560 Unterdokument
32561 \family default
32562  und der 
32563 \family sans
32564 Art
32565 \begin_inset space ~
32566 \end_inset
32567
32568 der
32569 \begin_inset space ~
32570 \end_inset
32571
32572 Einbindung
32573 \family default
32574  
32575 \family sans
32576 Listing
32577 \family default
32578 .
32579 \begin_inset Foot
32580 status collapsed
32581
32582 \begin_layout Plain Layout
32583 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32584 \begin_inset space ~
32585 \end_inset
32586
32587
32588 \begin_inset CommandInset ref
32589 LatexCommand ref
32590 reference "abs:Unterdokumente"
32591
32592 \end_inset
32593
32594  beschrieben.
32595 \end_layout
32596
32597 \end_inset
32598
32599  Im Dialogfenster
32600 \family sans
32601  Unterdokument
32602 \family default
32603  können Sie die Listing-Parameter unter 
32604 \family sans
32605 Weitere
32606 \begin_inset space ~
32607 \end_inset
32608
32609 Parameter
32610 \family default
32611  eingeben.
32612  Wenn Sie dort ein Fragezeichen 
32613 \begin_inset Quotes gld
32614 \end_inset
32615
32616 ?
32617 \begin_inset Quotes grd
32618 \end_inset
32619
32620  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32621 det.
32622 \end_layout
32623
32624 \begin_layout Standard
32625 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32626  Text ins Feld 
32627 \family sans
32628 Marke
32629 \family default
32630 , auf die dann wie üblich verwiesen werden kann.
32631 \end_layout
32632
32633 \begin_layout Standard
32634 Listing
32635 \begin_inset space ~
32636 \end_inset
32637
32638
32639 \begin_inset CommandInset ref
32640 LatexCommand ref
32641 reference "lst:Datei-Listing"
32642
32643 \end_inset
32644
32645  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32646 \begin_inset space \thinspace{}
32647 \end_inset
32648
32649 -
32650 \begin_inset space \thinspace{}
32651 \end_inset
32652
32653 15 gedruckt werden.
32654 \end_layout
32655
32656 \begin_layout Standard
32657 \begin_inset CommandInset include
32658 LatexCommand lstinputlisting
32659 filename "EmbeddedObjects.lyx"
32660 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32661
32662 \end_inset
32663
32664
32665 \end_layout
32666
32667 \begin_layout Standard
32668 \begin_inset VSpace bigskip
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675 \noindent
32676 Dokumentweite Listing-Eigenschaften können in
32677 \family sans
32678  Dokument\SpecialChar \menuseparator
32679 Einstellungen\SpecialChar \menuseparator
32680 Text\SpecialChar \-
32681 for\SpecialChar \-
32682 mat\SpecialChar \menuseparator
32683 Listing-Einstellungen
32684 \family default
32685  festgelegt werden.
32686  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32687 \begin_inset Quotes gld
32688 \end_inset
32689
32690 ?
32691 \begin_inset Quotes grd
32692 \end_inset
32693
32694  links davon eine Liste aller möglichen Parameter.
32695 \end_layout
32696
32697 \begin_layout Standard
32698 Weitere Informationen über das 
32699 \series bold
32700 listings
32701 \series default
32702 -Paket finden Sie in 
32703 \begin_inset CommandInset citation
32704 LatexCommand cite
32705 key "listings"
32706
32707 \end_inset
32708
32709 .
32710 \begin_inset Newpage newpage
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \begin_layout Chapter
32717 \start_of_appendix
32718 In LyX verfügbare Maßeinheiten
32719 \begin_inset CommandInset label
32720 LatexCommand label
32721 name "kap:In-LyX-verfügbare"
32722
32723 \end_inset
32724
32725
32726 \begin_inset Index
32727 status collapsed
32728
32729 \begin_layout Plain Layout
32730 Einheiten
32731 \end_layout
32732
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \begin_layout Standard
32739 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32740  Tabelle
32741 \begin_inset space ~
32742 \end_inset
32743
32744
32745 \begin_inset CommandInset ref
32746 LatexCommand ref
32747 reference "tab:Maßeinheiten"
32748
32749 \end_inset
32750
32751  alle in LyX verfügbaren Maßeinheiten.
32752 \end_layout
32753
32754 \begin_layout Standard
32755 \begin_inset Float table
32756 placement h
32757 wide false
32758 sideways false
32759 status open
32760
32761 \begin_layout Plain Layout
32762 \begin_inset Caption
32763
32764 \begin_layout Plain Layout
32765 \begin_inset CommandInset label
32766 LatexCommand label
32767 name "tab:Maßeinheiten"
32768
32769 \end_inset
32770
32771 Maßeinheiten
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \begin_layout Plain Layout
32780 \begin_inset VSpace medskip
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \begin_layout Plain Layout
32787 \align center
32788 \begin_inset Tabular
32789 <lyxtabular version="3" rows="20" columns="2">
32790 <features>
32791 <column alignment="center" valignment="top" width="0">
32792 <column alignment="center" valignment="top" width="0">
32793 <row>
32794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32795 \begin_inset Text
32796
32797 \begin_layout Plain Layout
32798
32799 \series bold
32800 Maßeinheit
32801 \end_layout
32802
32803 \end_inset
32804 </cell>
32805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32806 \begin_inset Text
32807
32808 \begin_layout Plain Layout
32809
32810 \series bold
32811 Name/Beschreibung
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 </row>
32817 <row>
32818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32819 \begin_inset Text
32820
32821 \begin_layout Plain Layout
32822 mm
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831 Millimeter
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 </row>
32837 <row>
32838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32839 \begin_inset Text
32840
32841 \begin_layout Plain Layout
32842 cm
32843 \end_layout
32844
32845 \end_inset
32846 </cell>
32847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851 Zentimeter
32852 \end_layout
32853
32854 \end_inset
32855 </cell>
32856 </row>
32857 <row>
32858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32859 \begin_inset Text
32860
32861 \begin_layout Plain Layout
32862 in
32863 \end_layout
32864
32865 \end_inset
32866 </cell>
32867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 Zoll (1
32872 \begin_inset space \thinspace{}
32873 \end_inset
32874
32875 in = 2.54
32876 \begin_inset space \thinspace{}
32877 \end_inset
32878
32879 cm
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 </row>
32885 <row>
32886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Plain Layout
32890 pt
32891 \end_layout
32892
32893 \end_inset
32894 </cell>
32895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32896 \begin_inset Text
32897
32898 \begin_layout Plain Layout
32899 Punkt (72.27
32900 \begin_inset space \thinspace{}
32901 \end_inset
32902
32903 pt = 1
32904 \begin_inset space \thinspace{}
32905 \end_inset
32906
32907 in)
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 </row>
32913 <row>
32914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32915 \begin_inset Text
32916
32917 \begin_layout Plain Layout
32918 pc
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32924 \begin_inset Text
32925
32926 \begin_layout Plain Layout
32927 Pica (1
32928 \begin_inset space \thinspace{}
32929 \end_inset
32930
32931 pc = 12
32932 \begin_inset space \thinspace{}
32933 \end_inset
32934
32935 pt)
32936 \end_layout
32937
32938 \end_inset
32939 </cell>
32940 </row>
32941 <row>
32942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32943 \begin_inset Text
32944
32945 \begin_layout Plain Layout
32946 sp
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955 skalierter Punkt (65536
32956 \begin_inset space \thinspace{}
32957 \end_inset
32958
32959 sp = 1
32960 \begin_inset space \thinspace{}
32961 \end_inset
32962
32963 pt)
32964 \end_layout
32965
32966 \end_inset
32967 </cell>
32968 </row>
32969 <row>
32970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32971 \begin_inset Text
32972
32973 \begin_layout Plain Layout
32974 bp
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32980 \begin_inset Text
32981
32982 \begin_layout Plain Layout
32983 großer Punkt (72
32984 \begin_inset space \thinspace{}
32985 \end_inset
32986
32987 bp = 1
32988 \begin_inset space \thinspace{}
32989 \end_inset
32990
32991 in)
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 </row>
32997 <row>
32998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32999 \begin_inset Text
33000
33001 \begin_layout Plain Layout
33002 dd
33003 \end_layout
33004
33005 \end_inset
33006 </cell>
33007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33008 \begin_inset Text
33009
33010 \begin_layout Plain Layout
33011 Didot (1
33012 \begin_inset space \thinspace{}
33013 \end_inset
33014
33015 dd 
33016 \begin_inset Formula $\approx$
33017 \end_inset
33018
33019  0,376
33020 \begin_inset space \thinspace{}
33021 \end_inset
33022
33023 mm)
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 </row>
33029 <row>
33030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33031 \begin_inset Text
33032
33033 \begin_layout Plain Layout
33034 cc
33035 \end_layout
33036
33037 \end_inset
33038 </cell>
33039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33040 \begin_inset Text
33041
33042 \begin_layout Plain Layout
33043 Cicero (1
33044 \begin_inset space \thinspace{}
33045 \end_inset
33046
33047 cc = 12
33048 \begin_inset space \thinspace{}
33049 \end_inset
33050
33051 dd)
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 </row>
33057 <row>
33058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062 Skalierung%
33063 \end_layout
33064
33065 \end_inset
33066 </cell>
33067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 % der originalen Bildbreite
33072 \end_layout
33073
33074 \end_inset
33075 </cell>
33076 </row>
33077 <row>
33078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33079 \begin_inset Text
33080
33081 \begin_layout Plain Layout
33082 Textbreite %
33083 \end_layout
33084
33085 \end_inset
33086 </cell>
33087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091 % der Textbreite
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 Spaltenbreite %
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 % der Spaltenbreite
33112 \end_layout
33113
33114 \end_inset
33115 </cell>
33116 </row>
33117 <row>
33118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33119 \begin_inset Text
33120
33121 \begin_layout Plain Layout
33122 Seitenbreite %
33123 \end_layout
33124
33125 \end_inset
33126 </cell>
33127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131 % der Seitenbreite
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 </row>
33137 <row>
33138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33139 \begin_inset Text
33140
33141 \begin_layout Plain Layout
33142 Zeilenbreite %
33143 \end_layout
33144
33145 \end_inset
33146 </cell>
33147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33148 \begin_inset Text
33149
33150 \begin_layout Plain Layout
33151 % der Zeilenbreite
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 Texthöhe %
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 % der Texthöhe
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 </row>
33177 <row>
33178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33179 \begin_inset Text
33180
33181 \begin_layout Plain Layout
33182 Seitenhöhe %
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 % der Seitenhöhe
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 </row>
33197 <row>
33198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33199 \begin_inset Text
33200
33201 \begin_layout Plain Layout
33202 ex
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211 Die Höhe des Buchstabens 
33212 \emph on
33213 x
33214 \emph default
33215  im aktiven Zeichensatz
33216 \end_layout
33217
33218 \end_inset
33219 </cell>
33220 </row>
33221 <row>
33222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33223 \begin_inset Text
33224
33225 \begin_layout Plain Layout
33226 em
33227 \end_layout
33228
33229 \end_inset
33230 </cell>
33231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33232 \begin_inset Text
33233
33234 \begin_layout Plain Layout
33235 Die Breite des Buchstabens 
33236 \emph on
33237 M
33238 \emph default
33239  im aktiven Zeichensatz
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 </row>
33245 <row>
33246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33247 \begin_inset Text
33248
33249 \begin_layout Plain Layout
33250 mu
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 mathematische  Maßeinheit
33260 \series bold
33261  
33262 \series default
33263 (1
33264 \begin_inset space \thinspace{}
33265 \end_inset
33266
33267 mu = 1/18
33268 \begin_inset space \thinspace{}
33269 \end_inset
33270
33271 em)
33272 \end_layout
33273
33274 \end_inset
33275 </cell>
33276 </row>
33277 </lyxtabular>
33278
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \begin_layout Chapter
33290 Ausgabedatei-Formate mit Grafiken
33291 \begin_inset CommandInset label
33292 LatexCommand label
33293 name "kap:Ausgabedatei-Formate"
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Section
33301 DVI
33302 \begin_inset Index
33303 status collapsed
33304
33305 \begin_layout Plain Layout
33306 Dateiformat! DVI
33307 \end_layout
33308
33309 \end_inset
33310
33311
33312 \begin_inset Index
33313 status collapsed
33314
33315 \begin_layout Plain Layout
33316 DVI
33317 \end_layout
33318
33319 \end_inset
33320
33321
33322 \end_layout
33323
33324 \begin_layout Standard
33325 Dieser Dateityp hat die Erweiterung 
33326 \begin_inset Quotes gld
33327 \end_inset
33328
33329
33330 \family typewriter
33331 .dvi
33332 \family default
33333
33334 \begin_inset Quotes grd
33335 \end_inset
33336
33337  und wird 
33338 \begin_inset Quotes gld
33339 \end_inset
33340
33341 device independent
33342 \begin_inset Quotes grd
33343 \end_inset
33344
33345  genannt, weil er vollkommen portierbar ist.
33346  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33347  dvi-Betrachter installiert hat.
33348  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
33349 ate wie PostScript benutzt.
33350 \end_layout
33351
33352 \begin_layout Standard
33353 \begin_inset Note Greyedout
33354 status open
33355
33356 \begin_layout Plain Layout
33357
33358 \series bold
33359 Bemerkung:
33360 \series default
33361  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33362 \end_layout
33363
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \begin_layout Standard
33370 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
33371  auf einen anderen Computer kopieren.
33372  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
33373  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
33374  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
33375 \family typewriter
33376  
33377 \family default
33378 blättern.
33379
33380 \family typewriter
33381  
33382 \family default
33383 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
33384  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33385  
33386 \end_layout
33387
33388 \begin_layout Standard
33389 Sie können Ihr Dokument als DVI über das Menü 
33390 \family sans
33391 Datei\SpecialChar \menuseparator
33392 Exportieren\SpecialChar \menuseparator
33393 DVI
33394 \family default
33395  exportieren.
33396  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33397 \family sans
33398 Ansicht
33399 \family default
33400  oder den Werkzeugleistenknopf 
33401 \begin_inset Graphics
33402         filename ../../images/buffer-view_dvi.png
33403         scale 70
33404         scaleBeforeRotation
33405         BoundingBox 0bp 0bp 20bp 20bp
33406
33407 \end_inset
33408
33409  anschauen.
33410 \end_layout
33411
33412 \begin_layout Section
33413 PostScript
33414 \begin_inset CommandInset label
33415 LatexCommand label
33416 name "abs:PostScript"
33417
33418 \end_inset
33419
33420
33421 \begin_inset Index
33422 status collapsed
33423
33424 \begin_layout Plain Layout
33425 Dateiformat  ! PostScript
33426 \end_layout
33427
33428 \end_inset
33429
33430
33431 \begin_inset Index
33432 status collapsed
33433
33434 \begin_layout Plain Layout
33435 PostScript
33436 \end_layout
33437
33438 \end_inset
33439
33440
33441 \end_layout
33442
33443 \begin_layout Standard
33444 Dieser Dateityp hat die Erweiterung 
33445 \begin_inset Quotes gld
33446 \end_inset
33447
33448
33449 \family typewriter
33450 .ps
33451 \family default
33452
33453 \begin_inset Quotes grd
33454 \end_inset
33455
33456 .
33457  PostScript wurde von der Firma
33458 \family typewriter
33459  Adobe
33460 \family default
33461  als Druckersprache entwickelt.
33462  Die Datei enthält deshalb Druckbefehle.
33463  PostScript kann als 
33464 \begin_inset Quotes gld
33465 \end_inset
33466
33467 Programmiersprache
33468 \begin_inset Quotes grd
33469 \end_inset
33470
33471  angesehen werden.
33472  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33473 \begin_inset Foot
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33478  von
33479 \series bold
33480  PSTricks
33481 \series default
33482  
33483 \begin_inset CommandInset citation
33484 LatexCommand cite
33485 key "pstricks"
33486
33487 \end_inset
33488
33489  oder 
33490 \begin_inset CommandInset citation
33491 LatexCommand cite
33492 key "latex-praxisbuch"
33493
33494 \end_inset
33495
33496  ansehen.
33497 \end_layout
33498
33499 \end_inset
33500
33501 .
33502  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
33503 \end_layout
33504
33505 \begin_layout Standard
33506 PostScript kann nur Bilder im Format EPS
33507 \begin_inset Index
33508 status collapsed
33509
33510 \begin_layout Plain Layout
33511 EPS
33512 \end_layout
33513
33514 \end_inset
33515
33516  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33517 wei\SpecialChar \-
33518 ter\SpecialChar \-
33519 ung 
33520 \begin_inset Quotes gld
33521 \end_inset
33522
33523
33524 \family typewriter
33525 .eps
33526 \family default
33527
33528 \begin_inset Quotes grd
33529 \end_inset
33530
33531 ) enthalten.
33532  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33533  intern nach EPS konvertieren.
33534  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33535  verlangsamen.
33536  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33537  konvertieren und direkt als EPS einfügen.
33538 \end_layout
33539
33540 \begin_layout Standard
33541 Sie können Ihr Dokument als PostScript über das Menü 
33542 \family sans
33543 Datei\SpecialChar \menuseparator
33544 Exportieren\SpecialChar \menuseparator
33545 Post\SpecialChar \-
33546 Script
33547 \family default
33548  exportieren.
33549  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33550 \family sans
33551 Ansicht
33552 \family default
33553  oder den Werkzeugleistenknopf 
33554 \begin_inset Graphics
33555         filename ../../images/buffer-view_ps.png
33556         scale 70
33557         scaleBeforeRotation
33558
33559 \end_inset
33560
33561  anschauen.
33562 \end_layout
33563
33564 \begin_layout Section
33565 PDF
33566 \begin_inset CommandInset label
33567 LatexCommand label
33568 name "abs:PDF"
33569
33570 \end_inset
33571
33572
33573 \begin_inset Index
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577 Dateiformat! PDF
33578 \end_layout
33579
33580 \end_inset
33581
33582
33583 \begin_inset Index
33584 status collapsed
33585
33586 \begin_layout Plain Layout
33587 PDF
33588 \end_layout
33589
33590 \end_inset
33591
33592
33593 \end_layout
33594
33595 \begin_layout Standard
33596 Dieser Dateityp hat die Erweiterung 
33597 \begin_inset Quotes gld
33598 \end_inset
33599
33600
33601 \family typewriter
33602 .pdf
33603 \family default
33604
33605 \begin_inset Quotes grd
33606 \end_inset
33607
33608 .
33609  Das
33610 \emph on
33611  
33612 \emph default
33613
33614 \begin_inset Quotes gld
33615 \end_inset
33616
33617 Portable Document Format
33618 \begin_inset Quotes grd
33619 \end_inset
33620
33621  (PDF) wurde auch von der Firma 
33622 \family typewriter
33623 Adobe
33624 \family default
33625  als Derivat von PostScript entwickelt.
33626  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33627  Wie der Begriff 
33628 \begin_inset Quotes gld
33629 \end_inset
33630
33631 portable
33632 \begin_inset Quotes grd
33633 \end_inset
33634
33635  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
33636  werden, und der Ausdruck sieht immer gleich aus.
33637 \end_layout
33638
33639 \begin_layout Standard
33640 PDF kann Bilder im eigenen PDF-Format, im Format 
33641 \begin_inset Quotes gld
33642 \end_inset
33643
33644 Joint Photographic Experts Group
33645 \begin_inset Quotes grd
33646 \end_inset
33647
33648  (JPEG
33649 \begin_inset Index
33650 status collapsed
33651
33652 \begin_layout Plain Layout
33653 JPG, JPEG
33654 \end_layout
33655
33656 \end_inset
33657
33658 , Datei-Erweiterung 
33659 \begin_inset Quotes gld
33660 \end_inset
33661
33662
33663 \family typewriter
33664 .jpg
33665 \family default
33666
33667 \begin_inset Quotes grd
33668 \end_inset
33669
33670  oder 
33671 \begin_inset Quotes gld
33672 \end_inset
33673
33674
33675 \family typewriter
33676 .jpeg
33677 \family default
33678
33679 \begin_inset Quotes grd
33680 \end_inset
33681
33682 ) und im Format 
33683 \begin_inset Quotes gld
33684 \end_inset
33685
33686 Portable Network Graphics
33687 \begin_inset Quotes grd
33688 \end_inset
33689
33690  (PNG
33691 \begin_inset Index
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695 PNG
33696 \end_layout
33697
33698 \end_inset
33699
33700 , Datei-Erweiterung 
33701 \begin_inset Quotes gld
33702 \end_inset
33703
33704
33705 \family typewriter
33706 .png
33707 \family default
33708
33709 \begin_inset Quotes grd
33710 \end_inset
33711
33712 ) enthalten.
33713  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33714  Sie konvertieren wird.
33715  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33716  wird, eines der drei erwähnten Bildformate zu benutzen.
33717 \end_layout
33718
33719 \begin_layout Standard
33720 PDF-Dateien können Sie über 
33721 \family sans
33722 Datei\SpecialChar \menuseparator
33723 Exportieren
33724 \family default
33725  auf drei Arten erzeugen:
33726 \end_layout
33727
33728 \begin_layout Description
33729 PDF
33730 \begin_inset space ~
33731 \end_inset
33732
33733 (ps2pdf) benutzt das Programm
33734 \family typewriter
33735  ps2pdf
33736 \family default
33737 , das eine PDF-Datei aus einer Post\SpecialChar \-
33738 Script®-Version Ihres Dokument erstellt.
33739  Die PostScript-Version wird mit dem Programm 
33740 \family typewriter
33741 dvips
33742 \family default
33743  aus einer DVI-Version erstellt.
33744  Es werden also drei Konvertierungen verwendet.
33745 \end_layout
33746
33747 \begin_layout Description
33748 PDF
33749 \begin_inset space ~
33750 \end_inset
33751
33752 (dvipdfm) benutzt das Programm 
33753 \family typewriter
33754 dvipdfm
33755 \family default
33756 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33757  PDF konvertiert.
33758 \end_layout
33759
33760 \begin_layout Description
33761 PDF
33762 \begin_inset space ~
33763 \end_inset
33764
33765 (pdflatex) benutzt das Programm
33766 \family typewriter
33767  pdftex
33768 \family default
33769 , das Ihr Dokument direkt nach PDF konvertiert.
33770 \end_layout
33771
33772 \begin_layout Standard
33773
33774 \family sans
33775 PDF
33776 \begin_inset space ~
33777 \end_inset
33778
33779 (pdflatex)
33780 \family default
33781  wird empfohlen, weil
33782 \family typewriter
33783  pdftex
33784 \family default
33785  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33786  ohne Probleme arbeitet.
33787  Das Programm 
33788 \family typewriter
33789 dvi\SpecialChar \-
33790 pdfm
33791 \family default
33792  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33793 \end_layout
33794
33795 \begin_layout Standard
33796 Sie können Ihr Dokument als PDF über das Menü 
33797 \family sans
33798 Datei\SpecialChar \menuseparator
33799 Exportieren\SpecialChar \menuseparator
33800 PDF
33801 \family default
33802  exportieren.
33803  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33804 \family sans
33805 Ansicht
33806 \family default
33807  oder den Werkzeugleistenknopf 
33808 \begin_inset Graphics
33809         filename ../../images/buffer-view_pdf2.png
33810         scale 70
33811         scaleBeforeRotation
33812         BoundingBox 0bp 0bp 20bp 20bp
33813
33814 \end_inset
33815
33816  anschauen 
33817 \family sans
33818 (
33819 \family default
33820 der 
33821 \family sans
33822 PDF
33823 \begin_inset space ~
33824 \end_inset
33825
33826 (pdflatex)
33827 \family default
33828  verwendet).
33829 \end_layout
33830
33831 \begin_layout Chapter
33832 Erklärung der Gleichung
33833 \begin_inset space ~
33834 \end_inset
33835
33836
33837 \begin_inset CommandInset ref
33838 LatexCommand eqref
33839 reference "eq:Wgn"
33840
33841 \end_inset
33842
33843
33844 \begin_inset CommandInset label
33845 LatexCommand label
33846 name "kap:Exläuterung-einer-Gleichung"
33847
33848 \end_inset
33849
33850
33851 \end_layout
33852
33853 \begin_layout Standard
33854 Die Gesamtbreite von
33855 \emph on
33856  n
33857 \emph default
33858  Tabellenzellen 
33859 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33860 \end_inset
33861
33862  kann wie folgt berechnet werden:
33863 \end_layout
33864
33865 \begin_layout Standard
33866 \begin_inset Formula \begin{equation}
33867 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}
33868
33869 \end_inset
33870
33871
33872 \end_layout
33873
33874 \begin_layout Standard
33875 Dabei ist 
33876 \begin_inset Formula $W_{g\, n}$
33877 \end_inset
33878
33879  die Breite jeder Zelle.
33880
33881 \series bold
33882  
33883 \backslash
33884 tabcolsep
33885 \series default
33886  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
33887  Standardwert 6
33888 \begin_inset space \thinspace{}
33889 \end_inset
33890
33891 pt.
33892  
33893 \series bold
33894
33895 \backslash
33896 arrayrulewidth
33897 \series default
33898  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
33899 \begin_inset space \thinspace{}
33900 \end_inset
33901
33902 pt.
33903 \end_layout
33904
33905 \begin_layout Standard
33906 Nach Gleichung
33907 \begin_inset space ~
33908 \end_inset
33909
33910
33911 \begin_inset CommandInset ref
33912 LatexCommand ref
33913 reference "eq:Wtot_n"
33914
33915 \end_inset
33916
33917  ist die Gesamtbreite einer Mehrfachspalte, 
33918 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33919 \end_inset
33920
33921 ,
33922 \end_layout
33923
33924 \begin_layout Standard
33925 \begin_inset Formula \begin{equation}
33926 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33927
33928 \end_inset
33929
33930
33931 \end_layout
33932
33933 \begin_layout Standard
33934 Setzt man die Gleichungen
33935 \begin_inset space ~
33936 \end_inset
33937
33938
33939 \begin_inset CommandInset ref
33940 LatexCommand ref
33941 reference "eq:Wtot_n"
33942
33943 \end_inset
33944
33945  und 
33946 \begin_inset CommandInset ref
33947 LatexCommand ref
33948 reference "eq:Wtot_mult"
33949
33950 \end_inset
33951
33952  gleich, kann man die benötigte Breite 
33953 \begin_inset Formula $W_{g\, n}$
33954 \end_inset
33955
33956 , wenn 
33957 \emph on
33958 n
33959 \emph default
33960  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
33961 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33962 \end_inset
33963
33964  hat, berechnen:
33965 \end_layout
33966
33967 \begin_layout Standard
33968 \begin_inset Formula \begin{equation}
33969 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33970
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \begin_layout Bibliography
33977 \begin_inset CommandInset bibitem
33978 LatexCommand bibitem
33979 key "latexcompanion"
33980
33981 \end_inset
33982
33983 Frank Mittelbach and Michel Goossens: 
33984 \emph on
33985 The LaTeX Companion Second Edition.
33986
33987 \emph default
33988  Addison-Wesley, 2004
33989 \end_layout
33990
33991 \begin_layout Bibliography
33992 \begin_inset CommandInset bibitem
33993 LatexCommand bibitem
33994 key "latexguide"
33995
33996 \end_inset
33997
33998 Helmut Kopka and Patrick W.
33999  Daly: 
34000 \emph on
34001 A Guide to LaTeX Fourth Edition.
34002
34003 \emph default
34004  Addison-Wesley, 2003
34005 \end_layout
34006
34007 \begin_layout Bibliography
34008 \begin_inset CommandInset bibitem
34009 LatexCommand bibitem
34010 key "lamport"
34011
34012 \end_inset
34013
34014 Leslie Lamport: 
34015 \emph on
34016 LaTeX: A Document Preparation System.
34017
34018 \emph default
34019  Addison-Wesley, second edition, 1994
34020 \end_layout
34021
34022 \begin_layout Bibliography
34023 \begin_inset CommandInset bibitem
34024 LatexCommand bibitem
34025 key "latex-praxisbuch"
34026
34027 \end_inset
34028
34029 Niedermair, Elke & Michael: 
34030 \emph on
34031 LaTeX-Praxisbuch
34032 \emph default
34033 , Franzis-Verlag, 2004
34034 \end_layout
34035
34036 \begin_layout Bibliography
34037 \begin_inset CommandInset bibitem
34038 LatexCommand bibitem
34039 key "booktabs"
34040
34041 \end_inset
34042
34043 Dokumentation des LaTeX-Pakets 
34044 \series bold
34045
34046 \begin_inset CommandInset href
34047 LatexCommand href
34048 name "booktabs"
34049 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34050
34051 \end_inset
34052
34053
34054 \series default
34055
34056 \begin_inset Index
34057 status collapsed
34058
34059 \begin_layout Plain Layout
34060 LaTeX-Pakete ! booktabs
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Bibliography
34069 \begin_inset CommandInset bibitem
34070 LatexCommand bibitem
34071 key "caption"
34072
34073 \end_inset
34074
34075 Dokumentation des LaTeX-Pakets 
34076 \series bold
34077
34078 \begin_inset CommandInset href
34079 LatexCommand href
34080 name "caption"
34081 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34082
34083 \end_inset
34084
34085
34086 \series default
34087
34088 \begin_inset Index
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092 LaTeX-Pakete ! caption
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Bibliography
34101 \begin_inset CommandInset bibitem
34102 LatexCommand bibitem
34103 key "endfloat"
34104
34105 \end_inset
34106
34107 Dokumentation des LaTeX-Pakets 
34108 \series bold
34109
34110 \begin_inset CommandInset href
34111 LatexCommand href
34112 name "endfloat"
34113 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34114
34115 \end_inset
34116
34117
34118 \series default
34119
34120 \begin_inset Index
34121 status collapsed
34122
34123 \begin_layout Plain Layout
34124 LaTeX-Pakete ! endfloat
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \end_layout
34131
34132 \begin_layout Bibliography
34133 \begin_inset CommandInset bibitem
34134 LatexCommand bibitem
34135 key "wrapfig"
34136
34137 \end_inset
34138
34139 Dokumentation des LaTeX-Pakets 
34140 \series bold
34141
34142 \begin_inset CommandInset href
34143 LatexCommand href
34144 name "wrapfig"
34145 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34146
34147 \end_inset
34148
34149
34150 \series default
34151
34152 \begin_inset Index
34153 status collapsed
34154
34155 \begin_layout Plain Layout
34156 LaTeX-Pakete ! wrapfig
34157 \begin_inset ERT
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161
34162
34163 \backslash
34164 vspace{4mm}
34165 \end_layout
34166
34167 \end_inset
34168
34169
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \begin_layout Bibliography
34178 \begin_inset CommandInset bibitem
34179 LatexCommand bibitem
34180 key "footmisc"
34181
34182 \end_inset
34183
34184 Dokumentation des LaTeX-Pakets 
34185 \series bold
34186
34187 \begin_inset CommandInset href
34188 LatexCommand href
34189 name "footmisc"
34190 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34191
34192 \end_inset
34193
34194
34195 \series default
34196
34197 \begin_inset Index
34198 status collapsed
34199
34200 \begin_layout Plain Layout
34201 LaTeX-Pakete ! footmisc
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Bibliography
34210 \begin_inset CommandInset bibitem
34211 LatexCommand bibitem
34212 key "hypcap"
34213
34214 \end_inset
34215
34216 Dokumentation des LaTeX-Pakets 
34217 \series bold
34218
34219 \begin_inset CommandInset href
34220 LatexCommand href
34221 name "hypcap"
34222 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34223
34224 \end_inset
34225
34226
34227 \series default
34228
34229 \begin_inset Index
34230 status collapsed
34231
34232 \begin_layout Plain Layout
34233 LaTeX-Pakete ! hypcap
34234 \end_layout
34235
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Bibliography
34242 \begin_inset CommandInset bibitem
34243 LatexCommand bibitem
34244 key "hyperref"
34245
34246 \end_inset
34247
34248 Dokumentation des LaTeX-Pakets 
34249 \series bold
34250
34251 \begin_inset CommandInset href
34252 LatexCommand href
34253 name "hyperref"
34254 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34255
34256 \end_inset
34257
34258
34259 \series default
34260
34261 \begin_inset Index
34262 status collapsed
34263
34264 \begin_layout Plain Layout
34265 LaTeX-Pakete ! hyperref
34266 \end_layout
34267
34268 \end_inset
34269
34270
34271 \end_layout
34272
34273 \begin_layout Bibliography
34274 \begin_inset CommandInset bibitem
34275 LatexCommand bibitem
34276 key "koma-script"
34277
34278 \end_inset
34279
34280 Dokumentation des LaTeX-Pakets 
34281 \series bold
34282
34283 \begin_inset CommandInset href
34284 LatexCommand href
34285 name "koma-script"
34286 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34287
34288 \end_inset
34289
34290
34291 \series default
34292
34293 \begin_inset Index
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297 LaTeX-Pakete ! koma-script
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \begin_layout Bibliography
34306 \begin_inset CommandInset bibitem
34307 LatexCommand bibitem
34308 key "listings"
34309
34310 \end_inset
34311
34312 Dokumentation des LaTeX-Pakets 
34313 \series bold
34314
34315 \begin_inset CommandInset href
34316 LatexCommand href
34317 name "listings"
34318 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34319
34320 \end_inset
34321
34322
34323 \series default
34324
34325 \begin_inset Index
34326 status collapsed
34327
34328 \begin_layout Plain Layout
34329 LaTeX-Pakete ! listings
34330 \end_layout
34331
34332 \end_inset
34333
34334
34335 \end_layout
34336
34337 \begin_layout Bibliography
34338 \begin_inset CommandInset bibitem
34339 LatexCommand bibitem
34340 key "marginnote"
34341
34342 \end_inset
34343
34344 Dokumentation des LaTeX-Pakets 
34345 \series bold
34346
34347 \begin_inset CommandInset href
34348 LatexCommand href
34349 name "marginnote"
34350 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34351
34352 \end_inset
34353
34354
34355 \series default
34356
34357 \begin_inset Index
34358 status collapsed
34359
34360 \begin_layout Plain Layout
34361 LaTeX-Pakete ! marginnote
34362 \end_layout
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Bibliography
34370 \begin_inset CommandInset bibitem
34371 LatexCommand bibitem
34372 key "pstricks"
34373
34374 \end_inset
34375
34376 Webseite des LaTeX-Pakets 
34377 \series bold
34378
34379 \begin_inset CommandInset href
34380 LatexCommand href
34381 name "PSTricks"
34382 target "http://tug.org/PSTricks/"
34383
34384 \end_inset
34385
34386
34387 \series default
34388
34389 \begin_inset Index
34390 status collapsed
34391
34392 \begin_layout Plain Layout
34393 LaTeX-Pakete ! pstricks
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \end_layout
34400
34401 \begin_layout Bibliography
34402 \begin_inset CommandInset bibitem
34403 LatexCommand bibitem
34404 key "sidecap"
34405
34406 \end_inset
34407
34408 Dokumentation des LaTeX-Pakets 
34409 \series bold
34410
34411 \begin_inset CommandInset href
34412 LatexCommand href
34413 name "sidecap"
34414 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34415
34416 \end_inset
34417
34418
34419 \series default
34420
34421 \begin_inset Index
34422 status collapsed
34423
34424 \begin_layout Plain Layout
34425 LaTeX-Pakete ! sidecap
34426 \end_layout
34427
34428 \end_inset
34429
34430
34431 \end_layout
34432
34433 \begin_layout Bibliography
34434 \begin_inset CommandInset bibitem
34435 LatexCommand bibitem
34436 key "NewInLyX16"
34437
34438 \end_inset
34439
34440
34441 \begin_inset CommandInset href
34442 LatexCommand href
34443 name "Wiki-Seite"
34444 target "http://wiki.lyx.org/LyX/NewInLyX16"
34445
34446 \end_inset
34447
34448  über neue Funktionen in 
34449 \family sans
34450 LyX 1.6.0
34451 \family default
34452 .
34453 \end_layout
34454
34455 \begin_layout Standard
34456 \begin_inset CommandInset index_print
34457 LatexCommand printindex
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \begin_layout Standard
34465 \begin_inset FloatList figure
34466
34467 \end_inset
34468
34469
34470 \end_layout
34471
34472 \begin_layout Standard
34473 \begin_inset FloatList table
34474
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \begin_layout Standard
34481 \begin_inset ERT
34482 status open
34483
34484 \begin_layout Plain Layout
34485
34486
34487 \backslash
34488 listof{algorithm}{Algorithmenverzeichnis}
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \begin_inset Note Note
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498 siehe Abschnitt
34499 \begin_inset space ~
34500 \end_inset
34501
34502
34503 \begin_inset CommandInset ref
34504 LatexCommand ref
34505 reference "uab:Gleitobjekt-Algorithmen"
34506
34507 \end_inset
34508
34509  für eine Beschreibung
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \end_body
34518 \end_document