]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: as bug 4839 is fixed, the next step to update the this manual.
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 334
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \pagenumbering{roman}
24 \let\myTOC\tableofcontents
25 \renewcommand{\tableofcontents}{%
26  \pdfbookmark[1]{Inhaltsverzeichnis}{}
27  \myTOC
28  \cleardoublepage
29  \pagenumbering{arabic}}
30
31 % Formatierung von Legenden
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
35 \usepackage{sidecap}
36
37 \newcommand{\TabBesBeg}{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % ermöglicht das Berechnen von Werten
56 \usepackage{calc}
57
58 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
59 \usepackage{dcolumn}
60
61 %Vergrößert den Teil der Seite, in dem Gleitobjekte
62 % unten angeordnet werden dürfen
63 \renewcommand{\bottomfraction}{0.5}
64
65 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
66 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
67
68 % beschleunigt die Berechnung von langen Tabellen
69 \setcounter{LTchunksize}{100}
70
71 % wird für skalierte und rotierte Boxen benötigt
72 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
73
74 % wird bei farbigen Tabellen benutzt
75 \@ifundefined{textcolor}
76  {\usepackage{color}}{}
77 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
78 \definecolor{hellgrau}{gray}{0.8}
79
80 % testen ob paket colortbl installiert ist
81 % wird für farbige Tabellenzellen benutzt
82 \newboolean{colortbl}
83 \IfFileExists{colortbl.sty}
84  {\usepackage{colortbl}
85   \setboolean{colortbl}{true}}
86  {\setboolean{colortbl}{false}}
87
88 % wird für Mehrfachzeilen benutzt
89 \usepackage{multirow}
90 %\renewcommand{\multirowsetup}{\centering}
91
92 % wird fuer Tabellen im Buchstil benutzt
93 \usepackage{booktabs}
94
95 % wird benutzt, um Tabellenzellen zu vergrößern
96 \@ifundefined{extrarowheight}
97  {\usepackage{array}}{}
98 \setlength{\extrarowheight}{2pt}
99
100 % wird fuer benutzerdefinierte Tabellen benutzt
101 % ---
102 \newcolumntype{M}[1]
103  {>{\centering\hspace{0pt}}m{#1}}
104
105 \newcolumntype{S}[2]
106  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
107
108 \newcolumntype{K}[1]
109  {>{\columncolor{#1}\hspace{0pt}}c}
110
111 \newcolumntype{V}{!{\vrule width 1.5pt}}
112
113 \newcolumntype{W}{!{\color{green}\vline}}
114 % ---
115
116 % Setzt einen zusaetzlichen Abstand von
117 % 1.5 mm zwischen Fussnoten
118 \let\myFoot\footnote
119 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
120
121 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
122 \numberwithin{algorithm}{chapter}
123
124 % Grauschrift-Notizen in blauer Farbe
125 \renewenvironment{lyxgreyedout}
126  {\textcolor{blue}\bgroup}{\egroup}
127
128 % ------------------------------------
129 % Prüfung auf benötigte LaTeXPakete
130 \usepackage{ifthen}
131
132 % Pruefung auf arydshln
133 % für Tabellen mit gestrichelten Linien
134 \newboolean{arydshln}
135 \IfFileExists{arydshln.sty}
136  {\usepackage{arydshln}
137   \setboolean{arydshln}{true}}
138  {\setboolean{arydshln}{false}}
139
140 % Prüfung auf marginnote
141 % für Randnotizen
142 \newboolean{marginnote}
143 \IfFileExists{marginnote.sty}
144  {\usepackage{marginnote}
145   \let\marginpar\marginnote
146   \setboolean{marginnote}{true}}
147  {\setboolean{marginnote}{false}}
148
149 % Prüfung auf sidecap
150 % für seitliche Beschriftungen
151 \newboolean{sidecap}
152 \IfFileExists{sidecap.sty}
153  {\usepackage{sidecap}
154   \let\marginpar\marginnote
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX }}
162
163 % Damit der Index den Namen "Stichwortverzeichnis" erhält
164 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
165 \end_preamble
166 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
167 \language ngerman
168 \inputencoding auto
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pagebackref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \begin_inset Newline newline
225 \end_inset
226
227  
228 \size larger
229 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \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
244 \begin_inset Newline newline
245 \end_inset
246
247 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
248  bitte an: 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Autor: Uwe Stöhr <uwestoehr@web.de>
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 1.6svn
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
300  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 marginnote
312 \series default
313  und 
314 \series bold
315 sidecap
316 \series default
317 .
318  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
319  denen sie benötigt werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
324  des englischen Originals hier finden:
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series bold
330 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Abbildungen
340 \begin_inset CommandInset label
341 LatexCommand label
342 name "kap:Abbildungen"
343
344 \end_inset
345
346
347 \begin_inset Index
348 status collapsed
349
350 \begin_layout Plain Layout
351 Abbildungen
352 \end_layout
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Section
360 Grafik-Dialog
361 \begin_inset Index
362 status collapsed
363
364 \begin_layout Plain Layout
365 Abbildungen ! Grafik-Dialog
366 \end_layout
367
368 \end_inset
369
370
371 \begin_inset CommandInset label
372 LatexCommand label
373 name "abs:Grafik-Dialog"
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Standard
381 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
382  
383 \begin_inset Graphics
384         filename ../../images/dialog-show-new-inset_graphics.png
385         scale 70
386         scaleBeforeRotation
387         BoundingBox 0bp 6bp 22bp 22bp
388
389 \end_inset
390
391  in der Werkzeugleiste oder wählen das Menü 
392 \family sans
393 Einfügen\SpecialChar \menuseparator
394 Grafik
395 \family default
396 .
397  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
398  
399 \family sans
400 Durchsuchen
401 \family default
402  eingeben können.
403  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
404  an der Sie es eingefügt haben.
405 \end_layout
406
407 \begin_layout Standard
408 \begin_inset Note Greyedout
409 status open
410
411 \begin_layout Quote
412
413 \series bold
414 Bemerkung
415 \series default
416 : Wenn Sie einen Dateinamen über 
417 \family sans
418 Durchsuchen
419 \family default
420  eingeben, wird LyX den gesamten Pfad in das Feld 
421 \family sans
422 Datei
423 \family default
424  eintragen.
425  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
426 \end_layout
427
428 \end_inset
429
430
431 \end_layout
432
433 \begin_layout Standard
434 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
435  klicken.
436  Der Dialog hat drei Karteikarten:
437 \end_layout
438
439 \begin_layout Description
440
441 \family sans
442 Grafik
443 \family default
444  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
445  Version festlegen.
446  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
447 \begin_inset Space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "kap:In-LyX-verfügbare"
454
455 \end_inset
456
457  erklärt.
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index
463 status collapsed
464
465 \begin_layout Plain Layout
466 Abbildungen ! rotierte
467 \end_layout
468
469 \end_inset
470
471 Sie können Abbildungen durch Angabe eines 
472 \family sans
473 Winkel
474 \family default
475
476 \begin_inset Space ~
477 \end_inset
478
479
480 \family sans
481 (Grad)
482 \family default
483  und Festlegung eines 
484 \family sans
485 Drehpunktes
486 \family default
487  drehen.
488  Negative Winkel drehen Uhrzeigersinn.
489  Die Abbildung wird auch in LyX gedreht.
490 \begin_inset Newline newline
491 \end_inset
492
493
494 \begin_inset Index
495 status collapsed
496
497 \begin_layout Plain Layout
498 Abbildungen ! skalierte
499 \end_layout
500
501 \end_inset
502
503 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
504  oder Höhe und Breite definiert.
505  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
506  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
507  wobei sie möglicherweise verzerrt wird.
508  Um das zu vermeiden, sollten Sie 
509 \family sans
510 Seitenverhältnis
511 \begin_inset Space ~
512 \end_inset
513
514 beibehalten
515 \family default
516  ankreuzen.
517  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
518 \family sans
519 Höhe
520 \family default
521  und 
522 \family sans
523 Breite
524 \family default
525  nicht überschritten werden.
526 \begin_inset Newline newline
527 \end_inset
528
529 Wenn Sie auf 
530 \family sans
531 Bearbeiten
532 \family default
533  klicken, können Abbildungen mit einem Programm, das in 
534 \family sans
535 Werkzeuge\SpecialChar \menuseparator
536 Einstellungen\SpecialChar \menuseparator
537 Dateiformate
538 \family default
539  im Feld 
540 \family sans
541 Bearbeiter
542 \family default
543  festgelegt wurde, bearbeitet werden.
544 \end_layout
545
546 \begin_layout Description
547
548 \family sans
549 Ausschnitt
550 \family default
551  Alternativ zur Festlegung der 
552 \family sans
553 Ausgabegröße
554 \family default
555  unter 
556 \family sans
557 \series bold
558 Grafik
559 \family default
560 \series default
561  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
562  die Ausgabe festzulegen.
563  Wenn Sie auf 
564 \family sans
565 Lese
566 \begin_inset Space ~
567 \end_inset
568
569 aus
570 \begin_inset Space ~
571 \end_inset
572
573 Datei
574 \family default
575  klicken, werden die Koordinaten automatisch berechnet.
576  Die Option 
577 \family sans
578 Auf
579 \begin_inset Space ~
580 \end_inset
581
582 Begrenzungsbox
583 \begin_inset Space ~
584 \end_inset
585
586 zuschneiden
587 \family default
588  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
589  Koordinaten liegt.
590  Normalerweise können Sie die Karteikarte 
591 \family sans
592 \series bold
593 Ausschnitt
594 \family default
595 \series default
596  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
597 \end_layout
598
599 \begin_layout Description
600
601 \family sans
602 LaTeX-
603 \begin_inset Space ~
604 \end_inset
605
606 und
607 \begin_inset Space ~
608 \end_inset
609
610 LyX-Optionen
611 \family default
612  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
613  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
614  Beschriftung sein soll.
615  Teilabbildungen werden in Abschnitt
616 \begin_inset Space ~
617 \end_inset
618
619
620 \begin_inset CommandInset ref
621 LatexCommand ref
622 reference "abs:Gleitende-Abbildungen"
623
624 \end_inset
625
626  beschrieben.
627 \begin_inset Newline newline
628 \end_inset
629
630  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
631 \begin_inset Newline newline
632 \end_inset
633
634 Ist die Option 
635 \family sans
636 Entwurfsmodus 
637 \family default
638 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
639  darin gedruckt.
640 \begin_inset Newline newline
641 \end_inset
642
643 Die Option 
644 \family sans
645 Beim
646 \begin_inset Space ~
647 \end_inset
648
649 Exportieren
650 \begin_inset Space ~
651 \end_inset
652
653 nicht
654 \begin_inset Space ~
655 \end_inset
656
657 entpacken
658 \family default
659  betrifft nur gepackte EPS-Dateien, zum Beispiel 
660 \emph on
661 x.eps.gz
662 \emph default
663 .
664  LaTeX kann so mit ihnen umgehen.
665 \begin_inset Newline newline
666 \end_inset
667
668 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgebe-Format PostScript
669  wählen, siehe Anhang
670 \begin_inset Space ~
671 \end_inset
672
673
674 \begin_inset CommandInset ref
675 LatexCommand ref
676 reference "abs:PostScript"
677
678 \end_inset
679
680 .
681  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
682 \begin_inset Newline newline
683 \end_inset
684
685
686 \series bold
687 gzip x.eps
688 \begin_inset Newline newline
689 \end_inset
690
691 zgrep %%Bounding x.eps.gz > x.eps.bb
692 \series default
693
694 \begin_inset Newline newline
695 \end_inset
696
697 Der zweite Befehl erzeugt die Begrenzungsbox 
698 \begin_inset Quotes gld
699 \end_inset
700
701 x.eps.bb
702 \begin_inset Quotes grd
703 \end_inset
704
705 , die LaTeX für gepackte Abbildungen benötigt.
706 \end_layout
707
708 \begin_layout Standard
709 \begin_inset VSpace bigskip
710 \end_inset
711
712
713 \end_layout
714
715 \begin_layout Standard
716 Hier ist eine zentrierte .eps-Abbildung
717 \begin_inset Foot
718 status open
719
720 \begin_layout Plain Layout
721 Abbildungsformate sind in Abschnitt
722 \begin_inset Space ~
723 \end_inset
724
725
726 \begin_inset CommandInset ref
727 LatexCommand ref
728 reference "abs:Bildformate"
729
730 \end_inset
731
732  beschrieben.
733 \end_layout
734
735 \end_inset
736
737  in einem eigenen Absatz:
738 \end_layout
739
740 \begin_layout Standard
741 \align center
742 \begin_inset Graphics
743         filename ../clipart/mobius.eps
744         display color
745         scale 70
746         scaleBeforeRotation
747         rotateOrigin center
748
749 \end_inset
750
751
752 \end_layout
753
754 \begin_layout Standard
755 \noindent
756 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
757 \end_layout
758
759 \begin_layout Standard
760 \align center
761 \begin_inset Graphics
762         filename ../clipart/mobius.eps
763         display color
764         scale 70
765         draft
766         scaleBeforeRotation
767         rotateOrigin center
768
769 \end_inset
770
771
772 \end_layout
773
774 \begin_layout Section
775 Gleitende Abbildungen
776 \begin_inset CommandInset label
777 LatexCommand label
778 name "abs:Gleitende-Abbildungen"
779
780 \end_inset
781
782
783 \begin_inset Index
784 status collapsed
785
786 \begin_layout Plain Layout
787 Abbildungen ! gleitende
788 \end_layout
789
790 \end_inset
791
792
793 \begin_inset Index
794 status collapsed
795
796 \begin_layout Plain Layout
797 Gleitobjekte ! Abbildungen
798 \end_layout
799
800 \end_inset
801
802
803 \end_layout
804
805 \begin_layout Standard
806 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
807 \begin_inset CommandInset ref
808 LatexCommand ref
809 reference "abs:Gleitobjekte-Einleitung"
810
811 \end_inset
812
813 .
814 \end_layout
815
816 \begin_layout Standard
817 Wenn Sie auf das Werkzeugleisten-Symbol 
818 \begin_inset Graphics
819         filename ../../images/float-insert_figure.png
820         scale 70
821         scaleBeforeRotation
822         BoundingBox 0bp 6bp 22bp 22bp
823
824 \end_inset
825
826  klicken oder 
827 \family sans
828 Einfügen\SpecialChar \menuseparator
829 Gleit\SpecialChar \-
830 objekt\SpecialChar \menuseparator
831 Abbildung
832 \family default
833  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
834  In das rot umrahmte Feld rechts von 
835 \emph on
836 Abbildung
837 \begin_inset Space ~
838 \end_inset
839
840 Nr:
841 \emph default
842  schreiben Sie den Bildbeschriftung.
843  Nach einem Klick oberhalb oder unterhalb von 
844 \emph on
845 Abbildung
846 \begin_inset Space ~
847 \end_inset
848
849 Nr:
850 \emph default
851  können Sie dann eine Abbildung wie 
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "abb:kill-plat"
855
856 \end_inset
857
858  oberhalb oder wie Abbildung
859 \begin_inset Space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "abb:escher"
866
867 \end_inset
868
869  unterhalb der Bildbeschriftung einfügen.
870  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
871 \begin_inset Space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "abs:Titel-Platzierung"
878
879 \end_inset
880
881 .
882 \end_layout
883
884 \begin_layout Standard
885 \begin_inset Float figure
886 wide false
887 sideways false
888 status open
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Graphics
893         filename ../clipart/platypus.eps
894         display color
895         width 50col%
896         scaleBeforeRotation
897         rotateOrigin center
898
899 \end_inset
900
901
902 \end_layout
903
904 \begin_layout Plain Layout
905 \begin_inset Caption
906
907 \begin_layout Plain Layout
908 \begin_inset CommandInset label
909 LatexCommand label
910 name "abb:kill-plat"
911
912 \end_inset
913
914 Platypus in einem Gleitobjekt
915 \end_layout
916
917 \end_inset
918
919
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \begin_layout Standard
928 \begin_inset Float figure
929 wide false
930 sideways false
931 status open
932
933 \begin_layout Plain Layout
934 \begin_inset Caption
935
936 \begin_layout Plain Layout
937 \begin_inset CommandInset label
938 LatexCommand label
939 name "abb:escher"
940
941 \end_inset
942
943 M.C.
944  Escher
945 \end_layout
946
947 \end_inset
948
949
950 \end_layout
951
952 \begin_layout Plain Layout
953 \align center
954 \begin_inset Graphics
955         filename ../clipart/escher-lsd.eps
956         display color
957         scale 80
958         scaleBeforeRotation
959         rotateOrigin center
960
961 \end_inset
962
963
964 \end_layout
965
966 \end_inset
967
968
969 \end_layout
970
971 \begin_layout Standard
972 \begin_inset Index
973 status collapsed
974
975 \begin_layout Plain Layout
976 Abbildungen ! Beispiele
977 \end_layout
978
979 \end_inset
980
981 Abbildung
982 \begin_inset Space ~
983 \end_inset
984
985
986 \begin_inset CommandInset ref
987 LatexCommand ref
988 reference "abb:kill-plat"
989
990 \end_inset
991
992  und 
993 \begin_inset CommandInset ref
994 LatexCommand ref
995 reference "abb:escher"
996
997 \end_inset
998
999  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
1000  Dafür fügen Sie in der Beschriftung mit 
1001 \family sans
1002 Einfügen\SpecialChar \menuseparator
1003 Marke
1004 \family default
1005  oder durch Klicken auf 
1006 \begin_inset Graphics
1007         filename ../../images/label-insert.png
1008         scale 70
1009         scaleBeforeRotation
1010         BoundingBox 0bp 6bp 20bp 20bp
1011
1012 \end_inset
1013
1014  eine Marke ein.
1015  Auf diese können Sie dann wie gewohnt mit 
1016 \family sans
1017 Einfügen\SpecialChar \menuseparator
1018 Querverweis
1019 \family default
1020  oder durch Klicken auf 
1021 \begin_inset Graphics
1022         filename ../../images/dialog-show-new-inset_ref.png
1023         scale 70
1024         scaleBeforeRotation
1025         BoundingBox 0bp 6bp 22bp 22bp
1026
1027 \end_inset
1028
1029  verweisen.
1030  Das ist besser als eine vage Formulierung wie 
1031 \begin_inset Quotes gld
1032 \end_inset
1033
1034 die obige Abbildung
1035 \begin_inset Quotes grd
1036 \end_inset
1037
1038  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1039  erscheint, und das muss nicht 
1040 \emph on
1041 oben
1042 \emph default
1043  sein.
1044  Verweise werden detailliert in Abschnitt
1045 \begin_inset Space ~
1046 \end_inset
1047
1048
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "abs:Auf-Gleitobjekte-verweisen"
1052
1053 \end_inset
1054
1055  beschrieben.
1056 \end_layout
1057
1058 \begin_layout Standard
1059 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1060  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen
1061  nebeneinander.
1062  Das erreicht man mit der Karteikarte 
1063 \family sans
1064 LaTe
1065 \begin_inset ERT
1066 status collapsed
1067
1068 \begin_layout Plain Layout
1069
1070 {}
1071 \end_layout
1072
1073 \end_inset
1074
1075 X-
1076 \begin_inset Space ~
1077 \end_inset
1078
1079 und
1080 \begin_inset Space ~
1081 \end_inset
1082
1083 LyX-Optionen
1084 \family default
1085  des 
1086 \family sans
1087 Grafik
1088 \family default
1089 -Dialoges.
1090  Kreuzen Sie dort 
1091 \family sans
1092 Teilabbildung
1093 \family default
1094  an und geben die Beschriftung des Bildes im Feld 
1095 \family sans
1096 Legende
1097 \family default
1098  ein.
1099  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1100  Verweise auf Teilabbildungen werden in Abschnitt
1101 \begin_inset Space ~
1102 \end_inset
1103
1104
1105 \begin_inset CommandInset ref
1106 LatexCommand ref
1107 reference "uab:Auf-Teilabbildungen-verweisen"
1108
1109 \end_inset
1110
1111  beschrieben.
1112 \end_layout
1113
1114 \begin_layout Standard
1115 Abbildung
1116 \begin_inset Space ~
1117 \end_inset
1118
1119
1120 \begin_inset CommandInset ref
1121 LatexCommand ref
1122 reference "abb:Zwei-Teilabbildungen"
1123
1124 \end_inset
1125
1126  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander
1127 - Sie können sie auch untereinander setzen, indem Sie nach dem ersten Bild
1128  auf Eingabe drücken.
1129 \end_layout
1130
1131 \begin_layout Standard
1132 \begin_inset Float figure
1133 wide false
1134 sideways false
1135 status open
1136
1137 \begin_layout Plain Layout
1138 \begin_inset Space \hfill{}
1139 \end_inset
1140
1141
1142 \begin_inset Float figure
1143 wide false
1144 sideways false
1145 status open
1146
1147 \begin_layout Plain Layout
1148 \begin_inset Caption
1149
1150 \begin_layout Plain Layout
1151 M.
1152  C.
1153  Escher
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Plain Layout
1162 \begin_inset Graphics
1163         filename ../clipart/escher-lsd.eps
1164         width 35col%
1165         scaleBeforeRotation
1166
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \begin_inset Space \hfill{}
1176 \end_inset
1177
1178
1179 \begin_inset Float figure
1180 wide false
1181 sideways false
1182 status open
1183
1184 \begin_layout Plain Layout
1185 \begin_inset Caption
1186
1187 \begin_layout Plain Layout
1188
1189 \end_layout
1190
1191 \end_inset
1192
1193
1194 \end_layout
1195
1196 \begin_layout Plain Layout
1197 \begin_inset Graphics
1198         filename ../clipart/platypus.eps
1199         lyxscale 60
1200         width 45col%
1201         scaleBeforeRotation
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \end_inset
1209
1210
1211 \begin_inset Space \hfill{}
1212 \end_inset
1213
1214
1215 \end_layout
1216
1217 \begin_layout Plain Layout
1218 \begin_inset Caption
1219
1220 \begin_layout Plain Layout
1221 \begin_inset CommandInset label
1222 LatexCommand label
1223 name "abb:Zwei-Teilabbildungen"
1224
1225 \end_inset
1226
1227 Zwei Teilabbildungen nebeneinander.
1228 \end_layout
1229
1230 \end_inset
1231
1232
1233 \end_layout
1234
1235 \end_inset
1236
1237
1238 \end_layout
1239
1240 \begin_layout Section
1241 Bildformate
1242 \begin_inset CommandInset label
1243 LatexCommand label
1244 name "abs:Bildformate"
1245
1246 \end_inset
1247
1248
1249 \begin_inset Index
1250 status collapsed
1251
1252 \begin_layout Plain Layout
1253 Abbildungen ! Bildformate
1254 \end_layout
1255
1256 \end_inset
1257
1258
1259 \end_layout
1260
1261 \begin_layout Standard
1262 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1263  Aber wie 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, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1275  LyX benutzt im Hintergrund das Programm
1276 \family typewriter
1277  Imagemagick
1278 \family default
1279 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1280  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1281  vermeiden.
1282  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1283  werden können.
1284  Diese Formate werden in Anhang
1285 \begin_inset Space ~
1286 \end_inset
1287
1288
1289 \begin_inset CommandInset ref
1290 LatexCommand ref
1291 reference "kap:Ausgabedatei-Formate"
1292
1293 \end_inset
1294
1295  beschrieben.
1296 \end_layout
1297
1298 \begin_layout Standard
1299 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1300 \end_layout
1301
1302 \begin_layout Description
1303 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1304  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1305  
1306 \emph on
1307 pixelig
1308 \emph default
1309  aus.
1310  Bekannte Pixel-Formate sind 
1311 \begin_inset Quotes gld
1312 \end_inset
1313
1314 Graphics Interchange Format
1315 \begin_inset Quotes grd
1316 \end_inset
1317
1318  (GIF, Dateiendung
1319 \family typewriter
1320  
1321 \family default
1322
1323 \begin_inset Quotes gld
1324 \end_inset
1325
1326
1327 \family typewriter
1328 .gif
1329 \family default
1330
1331 \begin_inset Quotes grd
1332 \end_inset
1333
1334 )
1335 \begin_inset Index
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339 GIF
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \begin_inset Quotes gld
1346 \end_inset
1347
1348 Portable Network Graphics
1349 \begin_inset Quotes grd
1350 \end_inset
1351
1352  (PNG, Dateiendung 
1353 \begin_inset Quotes gld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .png
1359 \family default
1360
1361 \begin_inset Quotes grd
1362 \end_inset
1363
1364 )
1365 \begin_inset Index
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 PNG
1370 \end_layout
1371
1372 \end_inset
1373
1374
1375 \begin_inset Quotes gld
1376 \end_inset
1377
1378 Joint Photographic Experts Group
1379 \begin_inset Quotes grd
1380 \end_inset
1381
1382  (JPG, Dateiendung
1383 \family typewriter
1384  
1385 \family default
1386
1387 \begin_inset Quotes gld
1388 \end_inset
1389
1390
1391 \family typewriter
1392 .jpg
1393 \family default
1394
1395 \begin_inset Quotes grd
1396 \end_inset
1397
1398  oder 
1399 \begin_inset Quotes gld
1400 \end_inset
1401
1402
1403 \family typewriter
1404 .jpeg
1405 \family default
1406
1407 \begin_inset Quotes grd
1408 \end_inset
1409
1410 )
1411 \begin_inset Index
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 JPG, JPEG
1416 \end_layout
1417
1418 \end_inset
1419
1420  und 
1421 \begin_inset Quotes gld
1422 \end_inset
1423
1424 Windows Bitmap
1425 \begin_inset Quotes grd
1426 \end_inset
1427
1428  (BMP, Dateiendung 
1429 \begin_inset Quotes gld
1430 \end_inset
1431
1432
1433 \family typewriter
1434 .bmp
1435 \family default
1436
1437 \begin_inset Quotes grd
1438 \end_inset
1439
1440 )
1441 \begin_inset Index
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 BMP
1446 \end_layout
1447
1448 \end_inset
1449
1450 .
1451 \end_layout
1452
1453 \begin_layout Description
1454 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1455  auf jede beliebige Größe skaliert werden.
1456  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1457  zoomen zu können.
1458 \begin_inset Newline newline
1459 \end_inset
1460
1461 Bekannte Formate sind 
1462 \begin_inset Quotes gld
1463 \end_inset
1464
1465 Scalable Vector Graphics
1466 \begin_inset Quotes grd
1467 \end_inset
1468
1469  (SVG, Dateiendung
1470 \family typewriter
1471  
1472 \family default
1473
1474 \begin_inset Quotes gld
1475 \end_inset
1476
1477
1478 \family typewriter
1479 .svg
1480 \family default
1481
1482 \begin_inset Quotes grd
1483 \end_inset
1484
1485 )
1486 \begin_inset Index
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490 SVG
1491 \end_layout
1492
1493 \end_inset
1494
1495
1496 \begin_inset Quotes gld
1497 \end_inset
1498
1499 Encapsulated PostScript
1500 \begin_inset Quotes grd
1501 \end_inset
1502
1503  (EPS, Dateiendung 
1504 \begin_inset Quotes gld
1505 \end_inset
1506
1507
1508 \family typewriter
1509 .eps
1510 \family default
1511
1512 \begin_inset Quotes grd
1513 \end_inset
1514
1515 )
1516 \begin_inset Index
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520 EPS
1521 \end_layout
1522
1523 \end_inset
1524
1525
1526 \begin_inset Quotes gld
1527 \end_inset
1528
1529 Portable Document Format
1530 \begin_inset Quotes grd
1531 \end_inset
1532
1533  (PDF, Dateiendung
1534 \family typewriter
1535  
1536 \family default
1537
1538 \begin_inset Quotes gld
1539 \end_inset
1540
1541
1542 \family typewriter
1543 .pdf
1544 \family default
1545
1546 \begin_inset Quotes grd
1547 \end_inset
1548
1549 )
1550 \begin_inset Index
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 PDF
1555 \end_layout
1556
1557 \end_inset
1558
1559  und 
1560 \begin_inset Quotes gld
1561 \end_inset
1562
1563 Windows Metafile
1564 \begin_inset Quotes grd
1565 \end_inset
1566
1567  (WMF, Dateiendung 
1568 \begin_inset Quotes gld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .wmf
1574 \family default
1575
1576 \begin_inset Quotes grd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 WMF
1585 \end_layout
1586
1587 \end_inset
1588
1589 .
1590 \end_layout
1591
1592 \begin_layout Standard
1593 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1594  das Ergebnis ist immer noch ein Pixelbild.
1595  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1596  hinzugefügt.
1597 \begin_inset Foot
1598 status open
1599
1600 \begin_layout Plain Layout
1601 Bei PDF wird das Originalbild auch noch komprimiert.
1602 \end_layout
1603
1604 \end_inset
1605
1606  Die PDF-Dateien, die 
1607 \family typewriter
1608 Adobe Photoshop
1609 \family default
1610  erzeugt, sind zum Beispiel Pixelbilder.
1611 \end_layout
1612
1613 \begin_layout Standard
1614 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1615  umgekehrt.
1616  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1617  eingefügt werden.
1618  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1619  erzeugt wird, weil es zur Zeit keine WMF/SVG
1620 \begin_inset Formula $\to$
1621 \end_inset
1622
1623 PDF/EPS Konverter gibt.
1624 \end_layout
1625
1626 \begin_layout Chapter
1627 Tabellen
1628 \begin_inset CommandInset label
1629 LatexCommand label
1630 name "kap:Tabellen"
1631
1632 \end_inset
1633
1634
1635 \begin_inset Index
1636 status collapsed
1637
1638 \begin_layout Plain Layout
1639 Tabellen
1640 \end_layout
1641
1642 \end_inset
1643
1644
1645 \end_layout
1646
1647 \begin_layout Section
1648 Einführung
1649 \begin_inset Index
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 Tabellen ! Einführung
1654 \end_layout
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \begin_layout Standard
1662 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1663 \begin_inset Graphics
1664         filename ../../images/tabular-insert.png
1665         scale 70
1666         scaleBeforeRotation
1667         BoundingBox 0bp 6bp 22bp 22bp
1668
1669 \end_inset
1670
1671  oder das Menü 
1672 \family sans
1673 Einfügen\SpecialChar \menuseparator
1674 Tabelle
1675 \family default
1676  einfügen.
1677  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1678 \begin_inset Space \thinspace{}
1679 \end_inset
1680
1681 -Tabelle.
1682  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1683  und die Größe der dunkelblauen Tabelle angezeigt.
1684  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1685  ein.
1686  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1687  Spaltenanzahl festlegen können.
1688 \end_layout
1689
1690 \begin_layout Standard
1691 In der so erstellten Tabelle ist jede Zelle umrandet.
1692  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1693  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1694  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1695 \end_layout
1696
1697 \begin_layout Standard
1698 \align center
1699 \begin_inset Tabular
1700 <lyxtabular version="3" rows="5" columns="4">
1701 <features>
1702 <column alignment="center" valignment="top" width="0">
1703 <column alignment="center" valignment="top" width="0">
1704 <column alignment="center" valignment="top" width="0">
1705 <column alignment="center" valignment="top" width="0">
1706 <row>
1707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Plain Layout
1711
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720
1721 \family roman
1722 \series medium
1723 \shape up
1724 \size normal
1725 \emph off
1726 \bar no
1727 \noun off
1728 \color none
1729 1
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738 2
1739 \end_layout
1740
1741 \end_inset
1742 </cell>
1743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1744 \begin_inset Text
1745
1746 \begin_layout Plain Layout
1747 3
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 </row>
1753 <row>
1754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \family roman
1760 \series medium
1761 \shape up
1762 \size normal
1763 \emph off
1764 \bar no
1765 \noun off
1766 \color none
1767 A
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \end_layout
1778
1779 \end_inset
1780 </cell>
1781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 </row>
1800 <row>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \family roman
1807 \series medium
1808 \shape up
1809 \size normal
1810 \emph off
1811 \bar no
1812 \noun off
1813 \color none
1814 B
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \family roman
1854 \series medium
1855 \shape up
1856 \size normal
1857 \emph off
1858 \bar no
1859 \noun off
1860 \color none
1861 C
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 </row>
1894 <row>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899 D
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 </row>
1932 </lyxtabular>
1933
1934 \end_inset
1935
1936
1937 \end_layout
1938
1939 \begin_layout Section
1940 Tabellen-Einstellungen
1941 \begin_inset Index
1942 status collapsed
1943
1944 \begin_layout Plain Layout
1945 Tabellen ! Einstellungen
1946 \end_layout
1947
1948 \end_inset
1949
1950
1951 \end_layout
1952
1953 \begin_layout Standard
1954 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1955  Maustaste draufklicken.
1956  Dadurch wird das Fenster 
1957 \family sans
1958 Tabellen-Einstellungen
1959 \family default
1960  geöffnet.
1961  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1962  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1963  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1964  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1965  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1966  Auswahl.
1967  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1968 \emph on
1969 Inhalt
1970 \emph default
1971  einer Zelle oder die Zelle selber ausgewählt haben.
1972  Das 
1973 \family sans
1974 Tabellen-Einstellungen
1975 \family default
1976 -Menü hat folgende Karteikarten:
1977 \end_layout
1978
1979 \begin_layout Description
1980
1981 \family sans
1982 Tabellen-Einstellungen
1983 \family default
1984  Hier können Sie die 
1985 \family sans
1986 Horizontale
1987 \begin_inset Space ~
1988 \end_inset
1989
1990 Ausrichtung
1991 \family default
1992  der momentanen Spalte und die 
1993 \family sans
1994 Spaltenbreite
1995 \family default
1996  festlegen.
1997  Wenn Sie eine 
1998 \family sans
1999 Spaltenbreite
2000 \family default
2001  festgelegt haben, können Sie auch eine 
2002 \family sans
2003 Vertikale
2004 \begin_inset Space ~
2005 \end_inset
2006
2007 Ausrichtung
2008 \family default
2009  der momentanen Zeile wählen.
2010  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
2011  Absätze haben, wie in Abschnitt
2012 \begin_inset Space ~
2013 \end_inset
2014
2015
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "uab:Mehrfache-Zeilen-in"
2019
2020 \end_inset
2021
2022  beschrieben.
2023  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2028  als 
2029 \family sans
2030 Mehrfachspalte
2031 \family default
2032  definieren, wie in Abschnitt
2033 \begin_inset Space ~
2034 \end_inset
2035
2036
2037 \begin_inset CommandInset ref
2038 LatexCommand ref
2039 reference "uab:Mehrfachspalten"
2040
2041 \end_inset
2042
2043  beschrieben.
2044 \begin_inset Newline newline
2045 \end_inset
2046
2047 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2048  den Uhrzeigersinn um 90° drehen.
2049  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2050 \begin_inset Newline newline
2051 \end_inset
2052
2053
2054 \begin_inset Note Greyedout
2055 status open
2056
2057 \begin_layout Plain Layout
2058
2059 \series bold
2060 Achtung:
2061 \series default
2062  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2063 \end_layout
2064
2065 \end_inset
2066
2067
2068 \begin_inset Newline newline
2069 \end_inset
2070
2071 Man kann auch ein 
2072 \family sans
2073 LaTe
2074 \begin_inset ERT
2075 status collapsed
2076
2077 \begin_layout Plain Layout
2078
2079 {}
2080 \end_layout
2081
2082 \end_inset
2083
2084 X-Argument
2085 \family default
2086  für besondere Tabellen-Formatierun\SpecialChar \-
2087 gen einfügen, wie in Abschnitten 
2088 \begin_inset CommandInset ref
2089 LatexCommand ref
2090 reference "uab:Mehrfachspalten-Berechnungen"
2091
2092 \end_inset
2093
2094  und 
2095 \begin_inset CommandInset ref
2096 LatexCommand ref
2097 reference "abs:Farbige-Tabellen"
2098
2099 \end_inset
2100
2101  beschrieben.
2102 \end_layout
2103
2104 \begin_layout Description
2105
2106 \family sans
2107 Rahmen
2108 \family default
2109  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
2110  hinzufügen und löschen.
2111 \begin_inset Newline newline
2112 \end_inset
2113
2114 Wenn Sie die Stil-Option
2115 \family sans
2116  Formal
2117 \family default
2118  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2119 \begin_inset Space ~
2120 \end_inset
2121
2122
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "abs:Formale-Tabellen"
2126
2127 \end_inset
2128
2129  beschrieben, konvertiert.
2130 \begin_inset Newline newline
2131 \end_inset
2132
2133 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2134 \begin_inset Space ~
2135 \end_inset
2136
2137
2138 \begin_inset CommandInset ref
2139 LatexCommand ref
2140 reference "uab:Zeilenabstand"
2141
2142 \end_inset
2143
2144  beschrieben.
2145 \end_layout
2146
2147 \begin_layout Description
2148
2149 \family sans
2150 Lange
2151 \begin_inset Space ~
2152 \end_inset
2153
2154 Tabelle
2155 \family default
2156  Hier kann eine Tabelle als 
2157 \family sans
2158 Lange
2159 \begin_inset Space ~
2160 \end_inset
2161
2162 Tabelle
2163 \family default
2164  definiert werden, die über mehrere Seiten reicht.
2165  Die Abschnitte
2166 \begin_inset Space ~
2167 \end_inset
2168
2169
2170 \begin_inset CommandInset ref
2171 LatexCommand ref
2172 reference "abs:Lange-Tabellen"
2173
2174 \end_inset
2175
2176  und 
2177 \begin_inset CommandInset ref
2178 LatexCommand ref
2179 reference "abs:Special-Longtable-Issues"
2180
2181 \end_inset
2182
2183  beschreiben diese Funktion genauer.
2184 \end_layout
2185
2186 \begin_layout Standard
2187 Wenn das Menü 
2188 \family sans
2189 Tabellen-Einstellungen
2190 \family default
2191  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2192  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2193 \end_layout
2194
2195 \begin_layout Section
2196 Tabellen-Werkzeugleiste
2197 \begin_inset Index
2198 status collapsed
2199
2200 \begin_layout Plain Layout
2201 Tabellen ! Werkzeugleiste
2202 \end_layout
2203
2204 \end_inset
2205
2206
2207 \end_layout
2208
2209 \begin_layout Standard
2210 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2211 \family sans
2212 Tabellen-Einstellungen
2213 \family default
2214 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2215  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2216  LyX-Fensters.
2217 \end_layout
2218
2219 \begin_layout Standard
2220 Die Werkzeugleiste hat folgende Knöpfe:
2221 \end_layout
2222
2223 \begin_layout Labeling
2224 \labelwidthstring 00.00.0000
2225 \begin_inset Graphics
2226         filename ../../images/tabular-feature_append-row.png
2227         scale 70
2228         scaleBeforeRotation
2229         BoundingBox 0bp 6bp 22bp 22bp
2230
2231 \end_inset
2232
2233  Fügt eine Zeile unterhalb der momentanen an
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_append-column.png
2240         scale 70
2241         scaleBeforeRotation
2242         BoundingBox 0bp 6bp 22bp 22bp
2243
2244 \end_inset
2245
2246  Fügt eine Spalte rechts von der momentanen an
2247 \end_layout
2248
2249 \begin_layout Labeling
2250 \labelwidthstring 00.00.0000
2251 \begin_inset Graphics
2252         filename ../../images/tabular-feature_delete-row.png
2253         scale 70
2254         scaleBeforeRotation
2255         BoundingBox 0bp 6bp 22bp 22bp
2256
2257 \end_inset
2258
2259  Löscht die ausgewählte(n) Zeile(n)
2260 \end_layout
2261
2262 \begin_layout Labeling
2263 \labelwidthstring 00.00.0000
2264 \begin_inset Graphics
2265         filename ../../images/tabular-feature_delete-column.png
2266         scale 70
2267         scaleBeforeRotation
2268         BoundingBox 0bp 6bp 22bp 22bp
2269
2270 \end_inset
2271
2272  Löscht die ausgewählte(n) Spalte(n)
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../../images/tabular-feature_toggle-line-top.png
2279         scale 70
2280         scaleBeforeRotation
2281         BoundingBox 0bp 6bp 22bp 22bp
2282
2283 \end_inset
2284
2285  Fügt eine Linie oberhalb 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-bottom.png
2293         scale 70
2294         scaleBeforeRotation
2295         BoundingBox 0bp 6bp 22bp 22bp
2296
2297 \end_inset
2298
2299  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(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-left.png
2307         scale 70
2308         scaleBeforeRotation
2309         BoundingBox 0bp 6bp 22bp 22bp
2310
2311 \end_inset
2312
2313  Fügt eine Linie links 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_toggle-line-right.png
2321         scale 70
2322         scaleBeforeRotation
2323         BoundingBox 0bp 6bp 22bp 22bp
2324
2325 \end_inset
2326
2327  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2328  wenn der Knopf grau hinterlegt ist
2329 \end_layout
2330
2331 \begin_layout Labeling
2332 \labelwidthstring 00.00.0000
2333 \begin_inset Graphics
2334         filename ../../images/tabular-feature_set-all-lines.png
2335         scale 70
2336         scaleBeforeRotation
2337         BoundingBox 0bp 6bp 22bp 22bp
2338
2339 \end_inset
2340
2341  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346 \begin_inset Graphics
2347         filename ../../images/tabular-feature_unset-all-lines.png
2348         scale 70
2349         scaleBeforeRotation
2350         BoundingBox 0bp 6bp 22bp 22bp
2351
2352 \end_inset
2353
2354  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Graphics
2360         filename ../../images/tabular-feature_align-left.png
2361         scale 70
2362         scaleBeforeRotation
2363         BoundingBox 0bp 6bp 22bp 22bp
2364
2365 \end_inset
2366
2367  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372 \begin_inset Graphics
2373         filename ../../images/tabular-feature_align-center.png
2374         scale 70
2375         scaleBeforeRotation
2376         BoundingBox 0bp 6bp 22bp 22bp
2377
2378 \end_inset
2379
2380  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../../images/tabular-feature_align-right.png
2387         scale 70
2388         scaleBeforeRotation
2389         BoundingBox 0bp 6bp 22bp 22bp
2390
2391 \end_inset
2392
2393  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Graphics
2399         filename ../../images/tabular-feature_valign-top.png
2400         scale 70
2401         scaleBeforeRotation
2402         BoundingBox 0bp 6bp 22bp 22bp
2403
2404 \end_inset
2405
2406  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Graphics
2412         filename ../../images/tabular-feature_valign-middle.png
2413         scale 70
2414         scaleBeforeRotation
2415         BoundingBox 0bp 6bp 22bp 22bp
2416
2417 \end_inset
2418
2419  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2420 \end_layout
2421
2422 \begin_layout Labeling
2423 \labelwidthstring 00.00.0000
2424 \begin_inset Graphics
2425         filename ../../images/tabular-feature_valign-bottom.png
2426         scale 70
2427         scaleBeforeRotation
2428         BoundingBox 0bp 6bp 22bp 22bp
2429
2430 \end_inset
2431
2432  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Graphics
2438         filename ../../images/tabular-feature_set-rotate-cell.png
2439         scale 70
2440         scaleBeforeRotation
2441         BoundingBox 0bp 6bp 22bp 22bp
2442
2443 \end_inset
2444
2445  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2446 \end_layout
2447
2448 \begin_layout Labeling
2449 \labelwidthstring 00.00.0000
2450 \begin_inset Graphics
2451         filename ../../images/tabular-feature_set-rotate-tabular.png
2452         scale 70
2453         scaleBeforeRotation
2454         BoundingBox 0bp 6bp 22bp 22bp
2455
2456 \end_inset
2457
2458  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2459 \end_layout
2460
2461 \begin_layout Labeling
2462 \labelwidthstring 00.00.0000
2463 \begin_inset Graphics
2464         filename ../../images/tabular-feature_multicolumn.png
2465         scale 70
2466         scaleBeforeRotation
2467         BoundingBox 0bp 6bp 22bp 22bp
2468
2469 \end_inset
2470
2471  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2472 \end_layout
2473
2474 \begin_layout Standard
2475 \begin_inset Note Greyedout
2476 status open
2477
2478 \begin_layout Plain Layout
2479
2480 \series bold
2481 Note:
2482 \series default
2483  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2484  Reihe für alle Zelle der Reihe verwendet.
2485 \end_layout
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \begin_layout Section
2493 Bearbeiten-Menü
2494 \begin_inset Index
2495 status collapsed
2496
2497 \begin_layout Plain Layout
2498 Tabellen ! Bearbeiten-Menü
2499 \end_layout
2500
2501 \end_inset
2502
2503
2504 \end_layout
2505
2506 \begin_layout Standard
2507 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2508  Wenn der Cursor in einer Tabelle steht, sind im 
2509 \family sans
2510 Bearbeiten
2511 \family default
2512 -Menü folgende Punkte aktiviert: 
2513 \family sans
2514 Tabelle
2515 \family default
2516
2517 \family sans
2518 Zeilen
2519 \begin_inset Space ~
2520 \end_inset
2521
2522 &
2523 \begin_inset Space ~
2524 \end_inset
2525
2526 Spalten
2527 \family default
2528  und 
2529 \family sans
2530 Tabellen-Einstellungen
2531 \family default
2532 .
2533  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2534 ngsmöglichkeiten zu erreichen.
2535 \end_layout
2536
2537 \begin_layout Section
2538 Gleitende Tabellen
2539 \begin_inset CommandInset label
2540 LatexCommand label
2541 name "abs:Gleitende-Tabellen"
2542
2543 \end_inset
2544
2545
2546 \begin_inset Index
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Gleitobjekte ! Tabellen
2551 \end_layout
2552
2553 \end_inset
2554
2555
2556 \begin_inset Index
2557 status collapsed
2558
2559 \begin_layout Plain Layout
2560 Tabellen ! gleitende
2561 \end_layout
2562
2563 \end_inset
2564
2565
2566 \end_layout
2567
2568 \begin_layout Standard
2569 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2570 \begin_inset Space ~
2571 \end_inset
2572
2573
2574 \begin_inset CommandInset ref
2575 LatexCommand ref
2576 reference "abs:Gleitobjekte-Einleitung"
2577
2578 \end_inset
2579
2580 .
2581 \end_layout
2582
2583 \begin_layout Standard
2584 \begin_inset Float table
2585 placement h
2586 wide false
2587 sideways false
2588 status open
2589
2590 \begin_layout Plain Layout
2591 \begin_inset Caption
2592
2593 \begin_layout Plain Layout
2594 \begin_inset CommandInset label
2595 LatexCommand label
2596 name "tab:a table float"
2597
2598 \end_inset
2599
2600 Eine gleitende Tabelle
2601 \end_layout
2602
2603 \end_inset
2604
2605
2606 \end_layout
2607
2608 \begin_layout Plain Layout
2609 \align center
2610 \begin_inset Tabular
2611 <lyxtabular version="3" rows="3" columns="3">
2612 <features>
2613 <column alignment="center" valignment="top" width="0pt">
2614 <column alignment="center" valignment="top" width="0pt">
2615 <column alignment="center" valignment="top" width="0pt">
2616 <row>
2617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 1
2631 \end_layout
2632
2633 \end_inset
2634 </cell>
2635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2636 \begin_inset Text
2637
2638 \begin_layout Plain Layout
2639
2640 \family roman
2641 \series medium
2642 \shape up
2643 \size normal
2644 \emph off
2645 \bar no
2646 \noun off
2647 \color none
2648 2
2649 \end_layout
2650
2651 \end_inset
2652 </cell>
2653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2654 \begin_inset Text
2655
2656 \begin_layout Plain Layout
2657
2658 \family roman
2659 \series medium
2660 \shape up
2661 \size normal
2662 \emph off
2663 \bar no
2664 \noun off
2665 \color none
2666 3
2667 \end_layout
2668
2669 \end_inset
2670 </cell>
2671 </row>
2672 <row>
2673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677
2678 \family roman
2679 \series medium
2680 \shape up
2681 \size normal
2682 \emph off
2683 \bar no
2684 \noun off
2685 \color none
2686 Martin
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Plain Layout
2695
2696 \family roman
2697 \series medium
2698 \shape up
2699 \size normal
2700 \emph off
2701 \bar no
2702 \noun off
2703 \color none
2704 Lena
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Plain Layout
2713
2714 \family roman
2715 \series medium
2716 \shape up
2717 \size normal
2718 \emph off
2719 \bar no
2720 \noun off
2721 \color none
2722 Alina
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 </row>
2728 <row>
2729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2730 \begin_inset Text
2731
2732 \begin_layout Plain Layout
2733
2734 \family roman
2735 \series medium
2736 \shape up
2737 \size normal
2738 \emph off
2739 \bar no
2740 \noun off
2741 \color none
2742 \begin_inset Formula $\int x^{2}dx$
2743 \end_inset
2744
2745
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754
2755 \family roman
2756 \series medium
2757 \shape up
2758 \size normal
2759 \emph off
2760 \bar no
2761 \noun off
2762 \color none
2763 \begin_inset Formula $\left[\begin{array}{cc}
2764 a & b\\
2765 c & d\end{array}\right]$
2766 \end_inset
2767
2768
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777
2778 \family roman
2779 \series medium
2780 \shape up
2781 \size normal
2782 \emph off
2783 \bar no
2784 \noun off
2785 \color none
2786 \begin_inset Formula $1+1=2$
2787 \end_inset
2788
2789
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 </row>
2795 </lyxtabular>
2796
2797 \end_inset
2798
2799
2800 \end_layout
2801
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \begin_layout Standard
2808 Gleitende Tabellen können über 
2809 \family sans
2810 Einfügen\SpecialChar \menuseparator
2811 Gleitobjekt\SpecialChar \menuseparator
2812 Tabelle
2813 \family default
2814  oder einen Klick auf den Werkzeugleistenknopf 
2815 \begin_inset Graphics
2816         filename ../../images/float-insert_table.png
2817         scale 70
2818         scaleBeforeRotation
2819         BoundingBox 0bp 6bp 22bp 22bp
2820
2821 \end_inset
2822
2823  erzeugt werden.
2824  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2825  In das rot umrahmte Feld rechts von 
2826 \emph on
2827 Tabelle
2828 \begin_inset Space ~
2829 \end_inset
2830
2831 Nr:
2832 \emph default
2833  schreiben Sie die Tabellenbeschriftung.
2834  Nach einem Klick oberhalb oder unterhalb von 
2835 \emph on
2836 Tabelle
2837 \begin_inset Space ~
2838 \end_inset
2839
2840 Nr:
2841 \emph default
2842  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2843 \begin_inset Graphics
2844         filename ../../images/tabular-insert.png
2845         scale 70
2846         scaleBeforeRotation
2847         BoundingBox 0bp 6bp 22bp 22bp
2848
2849 \end_inset
2850
2851  oder dem Menü 
2852 \family sans
2853 Einfügen\SpecialChar \menuseparator
2854 Tabelle
2855 \family default
2856  einfügen.
2857 \end_layout
2858
2859 \begin_layout Standard
2860 Tabelle
2861 \begin_inset Space ~
2862 \end_inset
2863
2864
2865 \begin_inset CommandInset ref
2866 LatexCommand ref
2867 reference "tab:a table float"
2868
2869 \end_inset
2870
2871  ist ein Beispiel für eine gleitende Tabelle.
2872 \end_layout
2873
2874 \begin_layout Standard
2875 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2876 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2877  Das bedeutet, dass bei den Klassen 
2878 \family sans
2879 article
2880 \family default
2881
2882 \family sans
2883 book
2884 \family default
2885
2886 \family sans
2887 letter
2888 \family default
2889 , und 
2890 \family sans
2891 report
2892 \family default
2893  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2894  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2895 \series bold
2896 caption
2897 \series default
2898
2899 \begin_inset Index
2900 status collapsed
2901
2902 \begin_layout Plain Layout
2903 LaTeX-Pakete ! caption
2904 \end_layout
2905
2906 \end_inset
2907
2908  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2909 \begin_inset Foot
2910 status open
2911
2912 \begin_layout Plain Layout
2913 Näheres finden Sie im Abschnitt
2914 \begin_inset Space ~
2915 \end_inset
2916
2917
2918 \begin_inset CommandInset ref
2919 LatexCommand ref
2920 reference "abs:Titel-Platzierung"
2921
2922 \end_inset
2923
2924 .
2925 \end_layout
2926
2927 \end_inset
2928
2929
2930 \end_layout
2931
2932 \begin_layout Standard
2933
2934 \series bold
2935 tableposition=top
2936 \end_layout
2937
2938 \begin_layout Standard
2939 Das Paket 
2940 \series bold
2941 caption
2942 \series default
2943 , das in Abschnitt
2944 \begin_inset Space ~
2945 \end_inset
2946
2947
2948 \begin_inset CommandInset ref
2949 LatexCommand ref
2950 reference "abs:Titel-Formatierung"
2951
2952 \end_inset
2953
2954 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2955 \end_layout
2956
2957 \begin_layout Standard
2958 \begin_inset Index
2959 status collapsed
2960
2961 \begin_layout Plain Layout
2962 Tabellen ! zitieren
2963 \end_layout
2964
2965 \end_inset
2966
2967 Auf Tabellen kann über ihre Marke verwiesen werden.
2968  Dafür fügen Sie in der Beschriftung mit 
2969 \family sans
2970 Einfügen\SpecialChar \menuseparator
2971 Marke
2972 \family default
2973  oder durch Klicken auf 
2974 \begin_inset Graphics
2975         filename ../../images/label-insert.png
2976         scale 70
2977         scaleBeforeRotation
2978         BoundingBox 0bp 6bp 20bp 20bp
2979
2980 \end_inset
2981
2982  eine Marke ein.
2983  Auf diese können Sie dann wie gewohnt mit 
2984 \family sans
2985 Einfügen\SpecialChar \menuseparator
2986 Querverweis
2987 \family default
2988  oder durch Klicken auf 
2989 \begin_inset Graphics
2990         filename ../../images/dialog-show-new-inset_ref.png
2991         scale 70
2992         scaleBeforeRotation
2993         BoundingBox 0bp 6bp 22bp 22bp
2994
2995 \end_inset
2996
2997  verweisen.
2998  Verweise werden detailliert in Abschnitt
2999 \begin_inset Space ~
3000 \end_inset
3001
3002
3003 \begin_inset CommandInset ref
3004 LatexCommand ref
3005 reference "abs:Auf-Gleitobjekte-verweisen"
3006
3007 \end_inset
3008
3009  beschrieben.
3010 \end_layout
3011
3012 \begin_layout Section
3013 Lange Tabellen
3014 \begin_inset CommandInset label
3015 LatexCommand label
3016 name "abs:Lange-Tabellen"
3017
3018 \end_inset
3019
3020
3021 \begin_inset Index
3022 status collapsed
3023
3024 \begin_layout Plain Layout
3025 Tabellen ! lange
3026 \end_layout
3027
3028 \end_inset
3029
3030
3031 \end_layout
3032
3033 \begin_layout Standard
3034 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3035  Dialogfenster 
3036 \family sans
3037 Tabellen-Einstellungen
3038 \family default
3039  auf der Karteikarte  
3040 \family sans
3041 Lange
3042 \begin_inset Space ~
3043 \end_inset
3044
3045 Tabelle
3046 \family default
3047  die Option 
3048 \family sans
3049 Lange
3050 \begin_inset Space ~
3051 \end_inset
3052
3053 Tabelle
3054 \begin_inset Space ~
3055 \end_inset
3056
3057 verwenden
3058 \family default
3059  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3060  Außerdem werden weitere Optionen aktiviert, die im 
3061 \emph on
3062 Benutzerhandbuch
3063 \emph default
3064  beschrieben sind.
3065 \end_layout
3066
3067 \begin_layout Standard
3068 Hier ist ein Beispiel einer langen Tabelle:
3069 \end_layout
3070
3071 \begin_layout Standard
3072 \align center
3073 \begin_inset Tabular
3074 <lyxtabular version="3" rows="69" columns="3">
3075 <features islongtable="true">
3076 <column alignment="left" valignment="top" width="0cm">
3077 <column alignment="left" valignment="top" width="0pt">
3078 <column alignment="right" valignment="top" width="0pt">
3079 <row endfirsthead="true">
3080 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084
3085 \series bold
3086 Telefonliste (ignoriere die Namen)
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 </row>
3110 <row endfirsthead="true">
3111 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115
3116 \series bold
3117 NAME
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \series bold
3137 TEL.
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 </row>
3143 <row endhead="true">
3144 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148
3149 \series bold
3150 Telefonliste
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 </row>
3174 <row endhead="true">
3175 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179
3180 \series bold
3181 NAME
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199
3200 \series bold
3201 TEL.
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 </row>
3207 <row endfoot="true">
3208 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \series bold
3214 wird fortgesetzt
3215 \series default
3216  \SpecialChar \ldots{}
3217
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 </row>
3241 <row>
3242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 Annovi
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell alignment="center" valignment="top" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257 Silvia
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266 111
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row>
3273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \series bold
3279 Bertoli
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell alignment="center" valignment="top" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288 Stefano
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297 111
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 </row>
3303 <row>
3304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308
3309 \series bold
3310 Bozzi
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell alignment="center" valignment="top" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 Walter
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 111
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row>
3335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \series bold
3341 Cachia
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 Maria
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 111
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 <row>
3366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \series bold
3372 Cachia
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell alignment="center" valignment="top" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381 Maurizio
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 111
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row>
3397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 Cinquemani
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412 Giusi
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 111
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row>
3428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 Colin
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 Bernard
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 111
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 </row>
3458 <row>
3459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \series bold
3465 Concli
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 Gianfranco
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 111
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 Dal Bosco
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Carolina
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Dalpiaz
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 Annamaria
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 Feliciello
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Domenico
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 111
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589 Focarelli
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 Paola
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Galletti
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Oreste
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Gasparini
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Franca
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Rizzardi
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Paola
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Lassini
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Giancarlo
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Malfatti
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Luciano
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Malfatti
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Valeriano
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Meneguzzo
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Roberto
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Mezzadra
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Roberto
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Pirpamer
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Erich
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Pochiesa
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Paolo
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111, 222
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Radina
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Claudio
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Stuffer
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Oskar
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Tacchelli
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Ugo
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Tezzele
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Margit
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Unterkalmsteiner
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Frieda
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 111
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Vieider
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Hilde
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 111
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Vigna
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Jürgen
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 111
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Weber
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Maurizio
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 111
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Winkler
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Franz
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 111
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207  
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Annovi
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Silvia
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 555
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Bertoli
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Stefano
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 555
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Bozzi
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Walter
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 555
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Cachia
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Maria
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 555
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Cachia
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Maurizio
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 555
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Cinquemani
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Giusi
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 555
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Colin
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Bernard
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 555
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Concli
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Gianfranco
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 555
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Dal Bosco
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Carolina
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Dalpiaz
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Annamaria
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Feliciello
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Domenico
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 555
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Focarelli
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Paola
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Galletti
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Oreste
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Gasparini
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Franca
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Rizzardi
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Paola
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Lassini
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Giancarlo
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Malfatti
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Luciano
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Malfatti
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Valeriano
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Meneguzzo
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Roberto
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Mezzadra
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Roberto
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Pirpamer
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Erich
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Pochiesa
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Paolo
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555, 222
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Radina
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Claudio
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Stuffer
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Oskar
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 555
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Tacchelli
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Ugo
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 555
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Tezzele
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Margit
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \series bold
5044 Unterkalmsteiner
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Frieda
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 555
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row>
5069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \series bold
5075 Vieider
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 Hilde
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 555
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 <row>
5100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104
5105 \series bold
5106 Vigna
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 Jürgen
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 999
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row>
5131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \series bold
5137 Weber
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 Maurizio
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 555
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 <row>
5162 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \series bold
5168 Winkler
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Franz
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 555
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row endlastfoot="true">
5193 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \series bold
5199 Ende
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 </row>
5223 </lyxtabular>
5224
5225 \end_inset
5226
5227
5228 \begin_inset ERT
5229 status collapsed
5230
5231 \begin_layout Plain Layout
5232
5233
5234 \backslash
5235 addtocounter{table}{-1}
5236 \end_layout
5237
5238 \end_inset
5239
5240
5241 \begin_inset Note Note
5242 status collapsed
5243
5244 \begin_layout Plain Layout
5245 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5246 \begin_inset Space ~
5247 \end_inset
5248
5249
5250 \begin_inset CommandInset ref
5251 LatexCommand ref
5252 reference "uab:Titel-für-lange"
5253
5254 \end_inset
5255
5256
5257 \end_layout
5258
5259 \end_inset
5260
5261
5262 \end_layout
5263
5264 \begin_layout Subsection
5265 Fußnoten in langen Tabellen
5266 \begin_inset CommandInset label
5267 LatexCommand label
5268 name "uab:Fußnoten-in-langen"
5269
5270 \end_inset
5271
5272
5273 \begin_inset Index
5274 status collapsed
5275
5276 \begin_layout Plain Layout
5277 Tabellen ! lange ! Fußnoten
5278 \end_layout
5279
5280 \end_inset
5281
5282
5283 \end_layout
5284
5285 \begin_layout Standard
5286 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5287  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5288  Tabelle
5289 \begin_inset Space ~
5290 \end_inset
5291
5292
5293 \begin_inset CommandInset ref
5294 LatexCommand ref
5295 reference "tab:DiffCaptions"
5296
5297 \end_inset
5298
5299  hat zum Beispiel eine Fußnote.
5300 \end_layout
5301
5302 \begin_layout Subsection
5303 Ausrichtung langer Tabellen
5304 \begin_inset Index
5305 status collapsed
5306
5307 \begin_layout Plain Layout
5308 Tabellen ! lange ! Ausrichtung
5309 \end_layout
5310
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \begin_layout Standard
5317 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5318  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5319 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5320  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5321  Längen 
5322 \series bold
5323
5324 \backslash
5325 LTleft 
5326 \series default
5327 und 
5328 \series bold
5329
5330 \backslash
5331 LTright
5332 \series default
5333  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5334  wird:
5335 \end_layout
5336
5337 \begin_layout Standard
5338
5339 \series bold
5340
5341 \backslash
5342 setlength{
5343 \backslash
5344 LTleft}{Wert}
5345 \end_layout
5346
5347 \begin_layout Standard
5348 Wobei der Wert eine der in Tabelle
5349 \begin_inset Space ~
5350 \end_inset
5351
5352
5353 \begin_inset CommandInset ref
5354 LatexCommand ref
5355 reference "tab:Maßeinheiten"
5356
5357 \end_inset
5358
5359  aufgelisteten Einheiten haben kann.
5360  
5361 \series bold
5362
5363 \backslash
5364 LTleft
5365 \series default
5366  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5367  
5368 \series bold
5369
5370 \backslash
5371 LTright
5372 \series default
5373  den Abstand von rechts.
5374  Die Voreinstellung für beide Werte ist 
5375 \series bold
5376
5377 \backslash
5378 fill
5379 \series default
5380 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5381  in LyX ist.
5382 \end_layout
5383
5384 \begin_layout Standard
5385 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5386 \series bold
5387
5388 \backslash
5389 LTleft
5390 \series default
5391  auf den Wert 0
5392 \begin_inset Space \thinspace{}
5393 \end_inset
5394
5395 pt gesetzt wurde.
5396 \begin_inset ERT
5397 status collapsed
5398
5399 \begin_layout Plain Layout
5400
5401
5402 \backslash
5403 setlength{
5404 \backslash
5405 LTleft}{0pt}
5406 \end_layout
5407
5408 \end_inset
5409
5410
5411 \end_layout
5412
5413 \begin_layout Standard
5414 \begin_inset Tabular
5415 <lyxtabular version="3" rows="5" columns="5">
5416 <features islongtable="true">
5417 <column alignment="center" valignment="top" width="0">
5418 <column alignment="center" valignment="top" width="0">
5419 <column alignment="center" valignment="top" width="0">
5420 <column alignment="center" valignment="top" width="0">
5421 <column alignment="center" valignment="top" width="0">
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 1
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 2
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 3
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 4
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 5
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 <row>
5470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 asd
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483 s
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492 s
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 s
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 asd
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 </row>
5516 <row>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 asd
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 s
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 s
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 s
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 asd
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 </row>
5563 <row>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 asd
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 s
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 s
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 s
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 asd
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 </row>
5610 <row>
5611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 asd
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 asd
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 asd
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 asd
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 asd
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 </row>
5657 </lyxtabular>
5658
5659 \end_inset
5660
5661
5662 \begin_inset ERT
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666
5667
5668 \backslash
5669 setlength{
5670 \backslash
5671 LTleft}{
5672 \backslash
5673 fill}
5674 \end_layout
5675
5676 \end_inset
5677
5678
5679 \end_layout
5680
5681 \begin_layout Subsection
5682 Beschriftungen lange Tabellen
5683 \begin_inset Index
5684 status collapsed
5685
5686 \begin_layout Plain Layout
5687 Tabellen ! lange ! Titel
5688 \end_layout
5689
5690 \end_inset
5691
5692
5693 \begin_inset CommandInset label
5694 LatexCommand label
5695 name "uab:Titel-für-lange"
5696
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \begin_layout Standard
5703 Eine 
5704 \family sans
5705 lange
5706 \begin_inset Space ~
5707 \end_inset
5708
5709 Tabelle
5710 \family default
5711  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5712  Seite gedruckt werden können.
5713  Aber die 
5714 \family sans
5715 Legende
5716 \family default
5717 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5718 \end_layout
5719
5720 \begin_layout Standard
5721 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5722 \end_layout
5723
5724 \begin_layout Enumerate
5725 Erstellen Sie eine 
5726 \family sans
5727 lange
5728 \begin_inset Space ~
5729 \end_inset
5730
5731 Tabelle
5732 \family default
5733 .
5734 \end_layout
5735
5736 \begin_layout Enumerate
5737 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5738 \end_layout
5739
5740 \begin_layout Enumerate
5741 Fügen Sie 
5742 \family sans
5743 mit Einfügen\SpecialChar \menuseparator
5744 Legende
5745 \family default
5746  eine Beschriftung in die erste Tabellenzelle.
5747  Sie können auch noch einen Kurztitel hinzufügen, 
5748 \family sans
5749 Einfügen\SpecialChar \menuseparator
5750 Kurztitel
5751 \family default
5752 .
5753 \end_layout
5754
5755 \begin_layout Enumerate
5756 Fügen Sie hinter dem Titel 
5757 \series bold
5758
5759 \begin_inset Quotes gld
5760 \end_inset
5761
5762
5763 \backslash
5764
5765 \backslash
5766 %
5767 \series default
5768
5769 \begin_inset Quotes grd
5770 \end_inset
5771
5772  als TeX-Code ein.
5773 \end_layout
5774
5775 \begin_layout Standard
5776 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5777  gedruckt.
5778  Die Zeichen 
5779 \series bold
5780
5781 \begin_inset Quotes gld
5782 \end_inset
5783
5784
5785 \backslash
5786
5787 \backslash
5788 %
5789 \series default
5790
5791 \begin_inset Quotes grd
5792 \end_inset
5793
5794  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5795  weg.
5796  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5797  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5798 \end_layout
5799
5800 \begin_layout Standard
5801 Hier ist eine kleine 
5802 \family sans
5803 lange
5804 \begin_inset Space ~
5805 \end_inset
5806
5807 Tabelle
5808 \family default
5809 , die zeigt, wie das funktioniert:
5810 \end_layout
5811
5812 \begin_layout Standard
5813 \begin_inset Tabular
5814 <lyxtabular version="3" rows="6" columns="5">
5815 <features islongtable="true">
5816 <column alignment="center" valignment="top" width="0">
5817 <column alignment="center" valignment="top" width="0">
5818 <column alignment="center" valignment="top" width="0">
5819 <column alignment="center" valignment="top" width="0">
5820 <column alignment="center" valignment="top" width="0">
5821 <row caption="true">
5822 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 \begin_inset Caption
5827
5828 \begin_layout Plain Layout
5829 Eine 
5830 \family sans
5831 lange
5832 \begin_inset Space ~
5833 \end_inset
5834
5835 Tabelle
5836 \family default
5837  mit Titel
5838 \begin_inset OptArg
5839 status open
5840
5841 \begin_layout Plain Layout
5842 Lange Tabelle
5843 \end_layout
5844
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 1
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 2
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 3
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 4
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 5
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 asd
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 s
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 s
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 s
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 </row>
5988 <row>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 asd
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 s
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 s
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 asd
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 </row>
6035 <row>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 s
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 s
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 s
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 asd
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 <row>
6083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 asd
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 asd
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 asd
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 asd
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 asd
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 </row>
6129 </lyxtabular>
6130
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \begin_layout Standard
6137 \begin_inset VSpace medskip
6138 \end_inset
6139
6140
6141 \begin_inset Note Greyedout
6142 status open
6143
6144 \begin_layout Plain Layout
6145
6146 \series bold
6147 Bemerkung
6148 \begin_inset Space ~
6149 \end_inset
6150
6151 1:
6152 \series default
6153  Die Tabellennummer wird für jede 
6154 \family sans
6155 lange
6156 \begin_inset Space ~
6157 \end_inset
6158
6159 Tabelle
6160 \family default
6161  erhöht, auch wenn Sie keinen Titel vergeben.
6162  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6163 \begin_inset Space ~
6164 \end_inset
6165
6166 2.4 auf Tabelle
6167 \begin_inset Space ~
6168 \end_inset
6169
6170 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6171 \family sans
6172  lange
6173 \begin_inset Space ~
6174 \end_inset
6175
6176 Tabellen
6177 \family default
6178  ohne Titel sind.
6179  Um das zu vermeiden, können Sie hinter jede 
6180 \family sans
6181 lange
6182 \begin_inset Space ~
6183 \end_inset
6184
6185 Tabelle
6186 \family default
6187  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6188 \end_layout
6189
6190 \begin_layout Plain Layout
6191
6192 \series bold
6193
6194 \backslash
6195 addtocounter{table}{-1}
6196 \end_layout
6197
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \begin_layout Standard
6204 \begin_inset Note Greyedout
6205 status open
6206
6207 \begin_layout Plain Layout
6208
6209 \series bold
6210 Bemerkung
6211 \begin_inset Space ~
6212 \end_inset
6213
6214 2:
6215 \series default
6216  Wenn Sie das LaTeX-Paket 
6217 \series bold
6218 hyperref
6219 \series default
6220
6221 \begin_inset Index
6222 status collapsed
6223
6224 \begin_layout Plain Layout
6225 LaTeX-Pakete ! hyperref
6226 \end_layout
6227
6228 \end_inset
6229
6230  für Querverweise benutzen, wird der Verweis auf eine 
6231 \family sans
6232 lange
6233 \begin_inset Space ~
6234 \end_inset
6235
6236 Tabelle
6237 \family default
6238  immer auf den Anfang des Dokuments zeigen.
6239 \end_layout
6240
6241 \end_inset
6242
6243
6244 \begin_inset Newpage newpage
6245 \end_inset
6246
6247
6248 \end_layout
6249
6250 \begin_layout Subsubsection
6251 Querverweise auf 
6252 \family sans
6253 lange
6254 \begin_inset Space ~
6255 \end_inset
6256
6257 Tabelle
6258 \family default
6259 n
6260 \begin_inset Index
6261 status collapsed
6262
6263 \begin_layout Plain Layout
6264 Tabellen ! lange ! Querverweis
6265 \end_layout
6266
6267 \end_inset
6268
6269
6270 \end_layout
6271
6272 \begin_layout Standard
6273 \begin_inset Tabular
6274 <lyxtabular version="3" rows="6" columns="5">
6275 <features islongtable="true">
6276 <column alignment="center" valignment="top" width="0">
6277 <column alignment="center" valignment="top" width="0">
6278 <column alignment="center" valignment="top" width="0">
6279 <column alignment="center" valignment="top" width="0">
6280 <column alignment="center" valignment="top" width="0">
6281 <row caption="true">
6282 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 \begin_inset Caption
6287
6288 \begin_layout Plain Layout
6289
6290 \family sans
6291 Lange
6292 \begin_inset Space ~
6293 \end_inset
6294
6295 Tabelle
6296 \family default
6297  mit Marke
6298 \begin_inset CommandInset label
6299 LatexCommand label
6300 name "tab:LangeTabelle-mit-Marke"
6301
6302 \end_inset
6303
6304
6305 \end_layout
6306
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 </row>
6351 <row>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 1
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 2
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 3
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 4
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 5
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 <row>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 asd
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 s
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 s
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 s
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 asd
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 asd
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 s
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 s
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 s
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 asd
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 </row>
6492 <row>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 asd
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 s
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 asd
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 </row>
6539 <row>
6540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 asd
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 sad
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 asd
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 asd
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 asd
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 </lyxtabular>
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \begin_layout Standard
6594 Damit auf eine 
6595 \family sans
6596 lange
6597 \begin_inset Space ~
6598 \end_inset
6599
6600 Tabelle
6601 \family default
6602  verwiesen werden kann, müssen Sie eine 
6603 \family sans
6604 Marke
6605 \family default
6606  im Titel einfügen.
6607  Beachten Sie dabei, dass Sie 
6608 \emph on
6609
6610 \begin_inset Quotes gld
6611 \end_inset
6612
6613 tab:
6614 \emph default
6615
6616 \begin_inset Quotes grd
6617 \end_inset
6618
6619  selber ins Markenfeld schreiben müssen.
6620 \end_layout
6621
6622 \begin_layout Standard
6623 Dies ist ein Verweis auf Tabelle
6624 \begin_inset Space ~
6625 \end_inset
6626
6627
6628 \begin_inset CommandInset ref
6629 LatexCommand ref
6630 reference "tab:LangeTabelle-mit-Marke"
6631
6632 \end_inset
6633
6634 .
6635 \end_layout
6636
6637 \begin_layout Standard
6638 Mit dem LaTeX-Paket 
6639 \series bold
6640 caption
6641 \series default
6642
6643 \begin_inset Index
6644 status collapsed
6645
6646 \begin_layout Plain Layout
6647 LaTeX-Pakete ! caption
6648 \end_layout
6649
6650 \end_inset
6651
6652 , siehe Abschnitt
6653 \begin_inset Space ~
6654 \end_inset
6655
6656
6657 \begin_inset CommandInset ref
6658 LatexCommand ref
6659 reference "abs:Titel-Formatierung"
6660
6661 \end_inset
6662
6663 , können Sie alle anderen 
6664 \family sans
6665 Legende
6666 \family default
6667 -Optionen benutzen.
6668 \end_layout
6669
6670 \begin_layout Subsubsection
6671 Titelbreite
6672 \begin_inset Index
6673 status collapsed
6674
6675 \begin_layout Plain Layout
6676 Tabellen ! lange ! Beschriftungsbreite
6677 \end_layout
6678
6679 \end_inset
6680
6681
6682 \end_layout
6683
6684 \begin_layout Standard
6685 Die maximale Titelbreite wird durch die Variable 
6686 \series bold
6687
6688 \backslash
6689 LTcapwidth
6690 \series default
6691  definiert.
6692  Ihr Standardwert ist 4
6693 \begin_inset Space \thinspace{}
6694 \end_inset
6695
6696 Zoll (
6697 \begin_inset Formula $\approx10$
6698 \end_inset
6699
6700
6701 \begin_inset Space \thinspace{}
6702 \end_inset
6703
6704 cm).
6705  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6706  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6707 \end_layout
6708
6709 \begin_layout Standard
6710
6711 \series bold
6712
6713 \backslash
6714 setlength{
6715 \backslash
6716 LTcapwidth}{Breite}
6717 \end_layout
6718
6719 \begin_layout Standard
6720 wobei 
6721 \family typewriter
6722 Breite
6723 \family default
6724  eine der in Anhang
6725 \begin_inset Space ~
6726 \end_inset
6727
6728
6729 \begin_inset CommandInset ref
6730 LatexCommand ref
6731 reference "kap:In-LyX-verfügbare"
6732
6733 \end_inset
6734
6735  aufgelisteten Einheiten haben kann.
6736 \end_layout
6737
6738 \begin_layout Standard
6739 Die beiden folgenden Tabellen zeigen den Unterschied:
6740 \end_layout
6741
6742 \begin_layout Standard
6743 \begin_inset Tabular
6744 <lyxtabular version="3" rows="6" columns="5">
6745 <features islongtable="true">
6746 <column alignment="center" valignment="top" width="0">
6747 <column alignment="center" valignment="top" width="0">
6748 <column alignment="center" valignment="top" width="0">
6749 <column alignment="center" valignment="top" width="0">
6750 <column alignment="center" valignment="top" width="0">
6751 <row caption="true">
6752 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 \begin_inset Caption
6757
6758 \begin_layout Plain Layout
6759 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
6760  Titel 
6761 \begin_inset OptArg
6762 status open
6763
6764 \begin_layout Plain Layout
6765 Titel mit Standardbreite
6766 \end_layout
6767
6768 \end_inset
6769
6770
6771 \end_layout
6772
6773 \end_inset
6774
6775
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 </row>
6817 <row>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 1
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 2
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 3
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 4
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 5
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 </row>
6864 <row>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 asd
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 s
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 s
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 s
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 asd
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 </row>
6911 <row>
6912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 asd
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 s
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 s
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 s
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 asd
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 </row>
6958 <row>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 asd
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 s
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 s
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 s
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 asd
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 </row>
7005 <row>
7006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 asd
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 sad
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 asd
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 asd
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 asd
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 </row>
7052 </lyxtabular>
7053
7054 \end_inset
7055
7056
7057 \end_layout
7058
7059 \begin_layout Standard
7060 \begin_inset ERT
7061 status collapsed
7062
7063 \begin_layout Plain Layout
7064
7065
7066 \backslash
7067 setlength{
7068 \backslash
7069 LTcapwidth}{5cm}
7070 \end_layout
7071
7072 \end_inset
7073
7074
7075 \begin_inset Tabular
7076 <lyxtabular version="3" rows="6" columns="5">
7077 <features islongtable="true">
7078 <column alignment="center" valignment="top" width="0">
7079 <column alignment="center" valignment="top" width="0">
7080 <column alignment="center" valignment="top" width="0">
7081 <column alignment="center" valignment="top" width="0">
7082 <column alignment="center" valignment="top" width="0">
7083 <row caption="true">
7084 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 \begin_inset Caption
7089
7090 \begin_layout Plain Layout
7091 Langer Titel mit 5
7092 \begin_inset Space \thinspace{}
7093 \end_inset
7094
7095 cm Breite, Langer Titel mit 5
7096 \begin_inset Space \thinspace{}
7097 \end_inset
7098
7099 cm Breite, Langer Titel mit 5
7100 \begin_inset Space \thinspace{}
7101 \end_inset
7102
7103 cm Breite, Langer Titel mit 5
7104 \begin_inset Space \thinspace{}
7105 \end_inset
7106
7107 cm Breite 
7108 \begin_inset OptArg
7109 status open
7110
7111 \begin_layout Plain Layout
7112 Titel mit 5
7113 \begin_inset Space \thinspace{}
7114 \end_inset
7115
7116 cm Breite
7117 \end_layout
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 1
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 2
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 3
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 4
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 5
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 </row>
7215 <row>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 s
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 s
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 </row>
7262 <row>
7263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 s
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 s
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 s
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 <row>
7310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 asd
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 s
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 s
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 s
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 asd
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 <row>
7357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 asd
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 sad
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 asd
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 asd
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 asd
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 </row>
7403 </lyxtabular>
7404
7405 \end_inset
7406
7407
7408 \begin_inset ERT
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412
7413
7414 \backslash
7415 setlength{
7416 \backslash
7417 LTcapwidth}{4in}
7418 \end_layout
7419
7420 \end_inset
7421
7422
7423 \begin_inset Note Note
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 Beschriftungsbreite zurücksetzen
7428 \end_layout
7429
7430 \end_inset
7431
7432
7433 \end_layout
7434
7435 \begin_layout Standard
7436 \begin_inset Note Greyedout
7437 status open
7438
7439 \begin_layout Plain Layout
7440
7441 \series bold
7442 Achtung:
7443 \series default
7444  Wenn das LaTeX-Paket 
7445 \series bold
7446 caption
7447 \series default
7448
7449 \begin_inset Index
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453 LaTeX-Pakete ! caption
7454 \end_layout
7455
7456 \end_inset
7457
7458  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7459  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7460  4
7461 \begin_inset Space \thinspace{}
7462 \end_inset
7463
7464 Zoll für 
7465 \series bold
7466
7467 \backslash
7468 LTcapwidth
7469 \series default
7470  benutzen.
7471  Um in diesem Fall eine genau a 4
7472 \begin_inset Space \thinspace{}
7473 \end_inset
7474
7475 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7476  4
7477 \begin_inset Space \thinspace{}
7478 \end_inset
7479
7480 Zoll veränderten Wert wie z.
7481 \begin_inset Space \thinspace{}
7482 \end_inset
7483
7484 B.
7485  3.99
7486 \begin_inset Space \thinspace{}
7487 \end_inset
7488
7489 Zoll verwenden oder den LaTeX-Befehl 
7490 \series bold
7491
7492 \backslash
7493 captionsetup{width=Wert}
7494 \series default
7495  benutzen, der vom 
7496 \series bold
7497 caption
7498 \series default
7499 -Paket bereitgestellt wird.
7500 \end_layout
7501
7502 \end_inset
7503
7504
7505 \end_layout
7506
7507 \begin_layout Subsubsection
7508 Unterschiedliche Titel für Tabellenseiten
7509 \begin_inset Index
7510 status collapsed
7511
7512 \begin_layout Plain Layout
7513 Tabellen ! lange ! mehrere Titel
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \end_layout
7520
7521 \begin_layout Standard
7522 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7523  die erste, müssen Sie eine 
7524 \family sans
7525 Legende
7526 \family default
7527  mit einem nicht-leeren 
7528 \family sans
7529 Kurztitel
7530 \family default
7531  in eine leere Legende-Zeile, die als 
7532 \family sans
7533 Erste
7534 \begin_inset Space ~
7535 \end_inset
7536
7537 Kopfzeile
7538 \family default
7539  definiert wurde, einfügen.
7540  Der Titel für die anderen Tabellenseiten wird als 
7541 \family sans
7542 Legende
7543 \family default
7544  ohne 
7545 \family sans
7546 Kurztitel
7547 \family default
7548  in eine leere Legende-Zeile, die als 
7549 \family sans
7550 Kopfzeile
7551 \family default
7552  definiert wurde, einfügen.
7553  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7554  Befehl
7555 \end_layout
7556
7557 \begin_layout Standard
7558
7559 \series bold
7560
7561 \backslash
7562 caption*{caption text}
7563 \end_layout
7564
7565 \begin_layout Standard
7566 anstatt der 
7567 \family sans
7568 Legende
7569 \family default
7570 -Umgebung von LyX benutzen.
7571  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7572  den Titel der 
7573 \family sans
7574 Ersten
7575 \begin_inset Space ~
7576 \end_inset
7577
7578 Kopfzeile
7579 \family default
7580  eingefügt werden.
7581  Tabelle
7582 \begin_inset Space ~
7583 \end_inset
7584
7585
7586 \begin_inset CommandInset ref
7587 LatexCommand ref
7588 reference "tab:DiffCaptions"
7589
7590 \end_inset
7591
7592  ist ein Beispiel für eine 
7593 \family sans
7594 lange
7595 \begin_inset Space ~
7596 \end_inset
7597
7598 Tabelle
7599 \family default
7600  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7601 \end_layout
7602
7603 \begin_layout Standard
7604 \align center
7605 \begin_inset Tabular
7606 <lyxtabular version="3" rows="60" columns="3">
7607 <features islongtable="true">
7608 <column alignment="left" valignment="top" width="0cm">
7609 <column alignment="left" valignment="top" width="0pt">
7610 <column alignment="right" valignment="top" width="0pt">
7611 <row endfirsthead="true" caption="true">
7612 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 \begin_inset Caption
7617
7618 \begin_layout Plain Layout
7619 Telefonliste
7620 \begin_inset CommandInset label
7621 LatexCommand label
7622 name "tab:DiffCaptions"
7623
7624 \end_inset
7625
7626
7627 \begin_inset OptArg
7628 status collapsed
7629
7630 \begin_layout Plain Layout
7631 Telefonliste
7632 \end_layout
7633
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \end_inset
7640
7641
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 <row endfirsthead="true">
7666 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \series bold
7672 Telefonliste (ignoriere die Namen)
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 <row endfirsthead="true">
7697 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \series bold
7703 NAME
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \series bold
7723 TEL.
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row endhead="true" caption="true">
7730 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734 \begin_inset ERT
7735 status open
7736
7737 \begin_layout Plain Layout
7738
7739
7740 \backslash
7741 caption*{Fortsetzung der Telefonliste}
7742 \backslash
7743
7744 \backslash
7745 %
7746 \end_layout
7747
7748 \end_inset
7749
7750
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 </row>
7774 <row endhead="true">
7775 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \series bold
7781 Telefonliste
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row endhead="true">
7806 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \series bold
7812 NAME
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \series bold
7832 TEL.
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row endfoot="true">
7839 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843 wird fortgesetzt\SpecialChar \ldots{}
7844
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 <row>
7869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \series bold
7875 Annovi
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 Silvia
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 111
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 </row>
7899 <row>
7900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904
7905 \series bold
7906 Bertoli
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 Stefano
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 111
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 <row>
7931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \series bold
7937 Bozzi
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 Walter
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 111
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row>
7962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \series bold
7968 Cachia
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 Maria
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 111
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \series bold
7999 Cachia
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 Maurizio
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 111
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row>
8024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \series bold
8030 Cinquemani
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 Giusi
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 111
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \series bold
8061 Colin
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 Bernard
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 111
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \series bold
8092 Concli
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 Gianfranco
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 111
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \series bold
8123 Dal Bosco
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 Carolina
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 111
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \series bold
8154 Dalpiaz
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 Annamaria
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 111
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \series bold
8185 Feliciello
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 Domenico
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 111
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \series bold
8216 Focarelli
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Paola
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 111
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \series bold
8247 Galletti
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Oreste
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 111
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \series bold
8278 Gasparini
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Franca
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 111
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \series bold
8309 Rizzardi
8310 \series default
8311
8312 \begin_inset Foot
8313 status open
8314
8315 \begin_layout Plain Layout
8316 Beispielfußnote
8317 \end_layout
8318
8319 \end_inset
8320
8321
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 Paola
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 111
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \series bold
8352 Lassini
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 Giancarlo
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 111
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 <row>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381
8382 \series bold
8383 Malfatti
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 Luciano
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 111
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \series bold
8414 Malfatti
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 Valeriano
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 111
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \series bold
8445 Meneguzzo
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 Roberto
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 111
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \series bold
8476 Mezzadra
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 Roberto
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 111
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 </row>
8500 <row>
8501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505
8506 \series bold
8507 Pirpamer
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 Erich
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 111
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 <row>
8532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \series bold
8538 Pochiesa
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 Paolo
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 111, 222
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \series bold
8569 Radina
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 Claudio
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 111
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 </row>
8593 <row>
8594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598
8599 \series bold
8600 Stuffer
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 Oskar
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 111
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \series bold
8631 Tacchelli
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Ugo
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 111
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row>
8656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \series bold
8662 Tezzele
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 Margit
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 111
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \series bold
8693 Unterkalmsteiner
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 Frieda
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 111
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 </row>
8717 <row>
8718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722
8723 \series bold
8724 Vieider
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Hilde
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 111
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \series bold
8755 Vigna
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 Jürgen
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 111
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row>
8780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784
8785 \series bold
8786 Weber
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 Maurizio
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 111
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815
8816 \series bold
8817 Winkler
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 Franz
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 111
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846  
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875
8876 \series bold
8877 Annovi
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 Silvia
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 555
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 <row>
8902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906
8907 \series bold
8908 Bertoli
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 Stefano
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 555
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \series bold
8939 Bozzi
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 Walter
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 555
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \series bold
8970 Cachia
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 Maria
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 555
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \series bold
9001 Cachia
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 Maurizio
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 555
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \series bold
9032 Cinquemani
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 Giusi
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 555
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \series bold
9063 Colin
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 Bernard
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 555
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \series bold
9094 Concli
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 Gianfranco
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 555
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \series bold
9125 Dal Bosco
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 Carolina
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 555
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 <row>
9150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154
9155 \series bold
9156 Dalpiaz
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 Annamaria
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 555
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 <row>
9181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185
9186 \series bold
9187 Feliciello
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 Domenico
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 555
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \series bold
9218 Focarelli
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 Paola
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 555
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \series bold
9249 Galletti
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 Oreste
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 555
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \series bold
9280 Gasparini
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 Franca
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 555
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \series bold
9311 Rizzardi
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 Paola
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 555
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340
9341 \series bold
9342 Lassini
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 Giancarlo
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 555
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \series bold
9373 Malfatti
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 Luciano
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 555
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row>
9398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \series bold
9404 Malfatti
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 Valeriano
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 555
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \series bold
9435 Meneguzzo
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 Roberto
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 555
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row>
9460 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464
9465 \series bold
9466 Mezzadra
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 Roberto
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 555
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row endlastfoot="true">
9491 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 </row>
9519 </lyxtabular>
9520
9521 \end_inset
9522
9523
9524 \end_layout
9525
9526 \begin_layout Section
9527 Weitere Möglichkeiten für 
9528 \family sans
9529 lange Tabelle
9530 \family default
9531 n
9532 \begin_inset CommandInset label
9533 LatexCommand label
9534 name "abs:Special-Longtable-Issues"
9535
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \begin_layout Subsection
9542 L
9543 \family sans
9544 ange Tabelle
9545 \family default
9546 n: Berechnung
9547 \begin_inset Index
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551 Tabellen ! lange ! Berechnung
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \begin_layout Standard
9560 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9561  sogenannten 
9562 \emph on
9563 chunks
9564 \emph default
9565  (chunks).
9566  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9567  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9568  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9569  das die Druckausgabe.
9570  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9571  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9572  einfügen:
9573 \end_layout
9574
9575 \begin_layout Standard
9576
9577 \series bold
9578
9579 \backslash
9580 setcounter{LTchunksize}{100}
9581 \end_layout
9582
9583 \begin_layout Subsection
9584 Gleitobjekte und L
9585 \family sans
9586 ange Tabelle
9587 \family default
9588 n
9589 \begin_inset Index
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593 Tabellen ! lange ! und Gleitobjekte
9594 \end_layout
9595
9596 \end_inset
9597
9598
9599 \end_layout
9600
9601 \begin_layout Standard
9602 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9603 \family sans
9604 lange
9605 \begin_inset Space ~
9606 \end_inset
9607
9608 Tabelle
9609 \family default
9610  beginnt, ein Gleitobjekt befindet.
9611  Um das zu vermeiden, können Sie vor der 
9612 \family sans
9613 langen
9614 \begin_inset Space ~
9615 \end_inset
9616
9617 Tabelle
9618 \family default
9619  den LaTeX-Befehl
9620 \series bold
9621  
9622 \backslash
9623 clearpage
9624 \series default
9625  als TeX-Code einfügen.
9626 \end_layout
9627
9628 \begin_layout Subsection
9629 Manuelle Seitenumbrüche
9630 \begin_inset Index
9631 status collapsed
9632
9633 \begin_layout Plain Layout
9634 Tabellen ! lange ! manueller Seitenumbruch
9635 \end_layout
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \begin_layout Standard
9643 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9644  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9645  der Zelle umbrechen wollen, fügen Sie den Befehl  
9646 \begin_inset Quotes gld
9647 \end_inset
9648
9649
9650 \series bold
9651
9652 \backslash
9653
9654 \backslash
9655
9656 \series default
9657
9658 \begin_inset Quotes grd
9659 \end_inset
9660
9661  für einen neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebroche
9662 n werden soll.
9663  Vor dem 
9664 \begin_inset Quotes gld
9665 \end_inset
9666
9667
9668 \series bold
9669
9670 \backslash
9671
9672 \backslash
9673
9674 \series default
9675
9676 \begin_inset Quotes grd
9677 \end_inset
9678
9679 -Befehl müssen Sie so viele 
9680 \begin_inset Quotes gld
9681 \end_inset
9682
9683
9684 \series bold
9685 &
9686 \series default
9687
9688 \begin_inset Quotes grd
9689 \end_inset
9690
9691  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9692  Mit 
9693 \begin_inset Quotes gld
9694 \end_inset
9695
9696
9697 \series bold
9698 &
9699 \series default
9700
9701 \begin_inset Quotes grd
9702 \end_inset
9703
9704   werden in LaTeX Tabellenzellen getrennt.
9705  Hinter jedes 
9706 \begin_inset Quotes gld
9707 \end_inset
9708
9709
9710 \series bold
9711 &
9712 \series default
9713
9714 \begin_inset Quotes grd
9715 \end_inset
9716
9717  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9718  und löschen den Inhalt dieser Zellen.
9719 \end_layout
9720
9721 \begin_layout Standard
9722 Hinter dem 
9723 \begin_inset Quotes gld
9724 \end_inset
9725
9726
9727 \series bold
9728
9729 \backslash
9730
9731 \backslash
9732
9733 \series default
9734
9735 \begin_inset Quotes grd
9736 \end_inset
9737
9738 -Befehl müssen Sie so viele 
9739 \begin_inset Quotes gld
9740 \end_inset
9741
9742
9743 \series bold
9744 &
9745 \series default
9746
9747 \begin_inset Quotes grd
9748 \end_inset
9749
9750  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9751  In Tabelle
9752 \begin_inset Space ~
9753 \end_inset
9754
9755
9756 \begin_inset CommandInset ref
9757 LatexCommand ref
9758 reference "tab:ForcedPagebreak"
9759
9760 \end_inset
9761
9762  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9763  Es folgt noch eine weitere Spalte.
9764  Deshalb wurde hinter dem Wort 
9765 \emph on
9766 Castelchiodato, 
9767 \emph default
9768 folgendes eingefügt:
9769 \end_layout
9770
9771 \begin_layout Standard
9772
9773 \series bold
9774 & 111
9775 \backslash
9776
9777 \backslash
9778
9779 \begin_inset Newline newline
9780 \end_inset
9781
9782 &
9783 \end_layout
9784
9785 \begin_layout Standard
9786 Die 
9787 \begin_inset Quotes gld
9788 \end_inset
9789
9790 111
9791 \begin_inset Quotes grd
9792 \end_inset
9793
9794  in der dritten Spalte wurde gelöscht.
9795  Wenn die Fußzeile Ihrer 
9796 \family sans
9797 langen
9798 \begin_inset Space ~
9799 \end_inset
9800
9801 Tabelle
9802 \family default
9803  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9804  Befehle benutzen:
9805 \end_layout
9806
9807 \begin_layout Standard
9808
9809 \series bold
9810 & 111
9811 \backslash
9812
9813 \backslash
9814
9815 \begin_inset Newline newline
9816 \end_inset
9817
9818
9819 \backslash
9820 hline &
9821 \end_layout
9822
9823 \begin_layout Standard
9824 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9825  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9826 \end_layout
9827
9828 \begin_layout Standard
9829
9830 \series bold
9831
9832 \backslash
9833 setlength{
9834 \backslash
9835 parfillskip}{0pt}
9836 \end_layout
9837
9838 \begin_layout Standard
9839 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9840  erscheint.
9841 \end_layout
9842
9843 \begin_layout Standard
9844 \align center
9845 \begin_inset Tabular
9846 <lyxtabular version="3" rows="39" columns="3">
9847 <features islongtable="true">
9848 <column alignment="left" valignment="top" width="0cm">
9849 <column alignment="left" valignment="top" width="3cm">
9850 <column alignment="right" valignment="top" width="0pt">
9851 <row endfirsthead="true" caption="true">
9852 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 \begin_inset Caption
9857
9858 \begin_layout Plain Layout
9859 Tabelle mit manuellem Seitenumbruch in einer Zelle
9860 \begin_inset CommandInset label
9861 LatexCommand label
9862 name "tab:ForcedPagebreak"
9863
9864 \end_inset
9865
9866
9867 \begin_inset OptArg
9868 status collapsed
9869
9870 \begin_layout Plain Layout
9871 Tabelle mit manuellem Seitenumbruch in einer Zelle
9872 \end_layout
9873
9874 \end_inset
9875
9876
9877 \end_layout
9878
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 </row>
9905 <row endfirsthead="true">
9906 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910
9911 \series bold
9912 Telefonliste (ignoriere die Namen)
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 </row>
9936 <row endfirsthead="true">
9937 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941
9942 \series bold
9943 NAME
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \series bold
9963 TEL.
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 </row>
9969 <row endhead="true" caption="true">
9970 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 \begin_inset ERT
9975 status collapsed
9976
9977 \begin_layout Plain Layout
9978
9979
9980 \backslash
9981 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9982 \backslash
9983
9984 \backslash
9985 %
9986 \end_layout
9987
9988 \end_inset
9989
9990
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row endhead="true">
10015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 Telefonliste
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 </row>
10045 <row endhead="true">
10046 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \series bold
10052 NAME
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 TEL.
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row endfoot="true">
10079 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 wird fortgesetzt\SpecialChar \ldots{}
10084
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 Annovi
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Silvia
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 111
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Bertoli
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Stefano
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Bozzi
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Walter
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Cachia
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Maria
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 111
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Cachia
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Maurizio
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 111
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 <row>
10264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \series bold
10270 Cinquemani
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Giusi
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 111
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \series bold
10301 Colin
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 Bernard
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 111
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \series bold
10332 Concli
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 Gianfranco
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 111
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \series bold
10363 Dal Bosco
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 Carolina
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 111
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \series bold
10394 Dalpiaz
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Annamaria
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 111
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 <row>
10419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423
10424 \series bold
10425 Feliciello
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Domenico
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 111
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \series bold
10456 Focarelli
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 Paola
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 111
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row>
10481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \series bold
10487 Galletti
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 Oreste
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 111
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 </row>
10511 <row>
10512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \series bold
10518 Gasparini
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 Franca
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 111
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \series bold
10549 Lassini
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 Giancarlo
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 111
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \series bold
10580 Malfatti
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 Luciano
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 111
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 </row>
10604 <row>
10605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609
10610 \series bold
10611 Malfatti
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 Valeriano
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 111
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 </row>
10635 <row>
10636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640
10641 \series bold
10642 Meneguzzo
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 Roberto
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 111
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 </row>
10666 <row>
10667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671
10672 \series bold
10673 Mezzadra
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 Roberto
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 111
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 </row>
10697 <row>
10698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702
10703 \series bold
10704 Pirpamer
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 Erich
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 111
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 <row>
10729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \series bold
10735 Pochiesa
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 Paolo
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 111, 222
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 </row>
10759 <row>
10760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764
10765 \series bold
10766 Radina
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 Claudio
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 111
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 </row>
10790 <row>
10791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795
10796 \series bold
10797 Rizzardi
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 Paolo, 11.
10807  Fürst von Monte\SpecialChar \-
10808 com\SpecialChar \-
10809 patri, 11.
10810  Fürst von Sulmona und Vivaro, 10.
10811  Fürst von Rossano, 5.
10812  Herzog von Canemorte, 11.
10813  Herzog von Palombara, 5.
10814  Herzog von Castelchiodato,
10815 \begin_inset ERT
10816 status open
10817
10818 \begin_layout Plain Layout
10819
10820 & 111
10821 \backslash
10822
10823 \backslash
10824
10825 \end_layout
10826
10827 \begin_layout Plain Layout
10828
10829 &
10830 \end_layout
10831
10832 \end_inset
10833
10834  11.
10835  Herzog von Poggionativo, 11.
10836  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10837  Graf von Valinfreda, 11.
10838  Baron von Cropalati, 11.
10839  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 </row>
10854 <row>
10855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859
10860 \series bold
10861 Stuffer
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 Oskar
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 111
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 </row>
10885 <row>
10886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \series bold
10892 Tacchelli
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 Ugo
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 111
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \series bold
10923 Tezzele
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 Margit
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 111
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 </row>
10947 <row>
10948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952
10953 \series bold
10954 Unterkalmsteiner
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963 Frieda
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 111
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 </row>
10978 <row>
10979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983
10984 \series bold
10985 Vieider
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 Hilde
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 111
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 </row>
11009 <row>
11010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \series bold
11016 Vigna
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 Jürgen
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 111
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 </row>
11040 <row>
11041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045
11046 \series bold
11047 Weber
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 Maurizio
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 111
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 <row>
11072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076
11077 \series bold
11078 Winkler
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 Franz
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 111
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 </row>
11102 <row endlastfoot="true">
11103 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 </lyxtabular>
11132
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \begin_layout Section
11139 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11140 \end_layout
11141
11142 \begin_layout Subsection
11143 Mehrfache Zeilen in Zellen
11144 \begin_inset CommandInset label
11145 LatexCommand label
11146 name "uab:Mehrfache-Zeilen-in"
11147
11148 \end_inset
11149
11150
11151 \begin_inset Index
11152 status collapsed
11153
11154 \begin_layout Plain Layout
11155 Mehrfache ! Zeilen in Zellen
11156 \end_layout
11157
11158 \end_inset
11159
11160
11161 \begin_inset Index
11162 status collapsed
11163
11164 \begin_layout Plain Layout
11165 Tabellen ! Zeilenumbrüche
11166 \end_layout
11167
11168 \end_inset
11169
11170
11171 \end_layout
11172
11173 \begin_layout Standard
11174 \align center
11175 \begin_inset Float table
11176 placement H
11177 wide false
11178 sideways false
11179 status open
11180
11181 \begin_layout Plain Layout
11182 \begin_inset Caption
11183
11184 \begin_layout Plain Layout
11185 \begin_inset CommandInset label
11186 LatexCommand label
11187 name "tab:Table-with-multiple"
11188
11189 \end_inset
11190
11191 Tabelle mit mehrfachen Zeilen in einer Zelle
11192 \end_layout
11193
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \begin_layout Plain Layout
11200 \align center
11201 \begin_inset Tabular
11202 <lyxtabular version="3" rows="3" columns="3">
11203 <features>
11204 <column alignment="center" valignment="middle" width="2.5cm">
11205 <column alignment="center" valignment="middle" width="0.5cm">
11206 <column alignment="center" valignment="middle" width="0.5cm">
11207 <row>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 zwei
11213 \begin_inset Newline linebreak
11214 \end_inset
11215
11216 Zeilen
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 b
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 c
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 </row>
11240 <row>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 d
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 e
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 f
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 </row>
11269 <row>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 g
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 h
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 i
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 </lyxtabular>
11299
11300 \end_inset
11301
11302
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11312  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11313  Tabelle
11314 \begin_inset Space ~
11315 \end_inset
11316
11317
11318 \begin_inset CommandInset ref
11319 LatexCommand ref
11320 reference "tab:Table-with-multiple"
11321
11322 \end_inset
11323
11324  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11325 \family sans
11326 Tabellen-Einstellungen
11327 \family default
11328 -Dialog auf 2.5
11329 \begin_inset Space \thinspace{}
11330 \end_inset
11331
11332 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11333  Weil unser Text schmaler als 2.5
11334 \begin_inset Space \thinspace{}
11335 \end_inset
11336
11337 cm ist, würde er in einer Zeile gedruckt werden.
11338  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11339
11340 \family sans
11341 Strg-Shift-Enter
11342 \family default
11343 ) eingefügt.
11344  Wenn der Text länger ist, wird er automatisch umgebrochen.
11345 \end_layout
11346
11347 \begin_layout Standard
11348 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11349  setzen Sie die Breite der beiden Spalten im 
11350 \family sans
11351 Tabellen-Einstellungen
11352 \family default
11353 -Dialog auf 0.5
11354 \begin_inset Space \thinspace{}
11355 \end_inset
11356
11357 cm und die vertikale Ausrichtung auf zentriert.
11358 \end_layout
11359
11360 \begin_layout Standard
11361 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11362  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11363  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11364  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11365  Fügen sie daher 0
11366 \begin_inset Space \thinspace{}
11367 \end_inset
11368
11369 pt horizontalen Abstand vor dem Wort ein.
11370  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11371  Tabelle
11372 \begin_inset Space ~
11373 \end_inset
11374
11375
11376 \begin_inset CommandInset ref
11377 LatexCommand ref
11378 reference "tab:Table-with-and"
11379
11380 \end_inset
11381
11382  zeigt die Wirkungen.
11383 \end_layout
11384
11385 \begin_layout Standard
11386 \begin_inset Float table
11387 wide false
11388 sideways false
11389 status open
11390
11391 \begin_layout Plain Layout
11392 \begin_inset Caption
11393
11394 \begin_layout Plain Layout
11395 \begin_inset CommandInset label
11396 LatexCommand label
11397 name "tab:Table-with-and"
11398
11399 \end_inset
11400
11401 Tabelle ohne und mit Silbentrennung
11402 \end_layout
11403
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \begin_layout Plain Layout
11410 \begin_inset Space \hfill{}
11411 \end_inset
11412
11413
11414 \begin_inset Tabular
11415 <lyxtabular version="3" rows="3" columns="3">
11416 <features>
11417 <column alignment="center" valignment="middle" width="2.5cm">
11418 <column alignment="center" valignment="middle" width="0.5cm">
11419 <column alignment="center" valignment="middle" width="0.5cm">
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 einsehrlangesZellenwort
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 b
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 c
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 d
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 e
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 f
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 <row>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 g
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 h
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 i
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 </lyxtabular>
11508
11509 \end_inset
11510
11511
11512 \begin_inset Space \hfill{}
11513 \end_inset
11514
11515
11516 \begin_inset Tabular
11517 <lyxtabular version="3" rows="3" columns="3">
11518 <features>
11519 <column alignment="center" valignment="middle" width="2.5cm">
11520 <column alignment="center" valignment="middle" width="0.5cm">
11521 <column alignment="center" valignment="middle" width="0.5cm">
11522 <row>
11523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 \begin_inset Space \hspace{}
11528 \length 0pt
11529 \end_inset
11530
11531 einsehrlangesZellenwort
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 b
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 c
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 </row>
11555 <row>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 d
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 e
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 f
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 <row>
11585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 g
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 h
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 i
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 </lyxtabular>
11614
11615 \end_inset
11616
11617
11618 \begin_inset Space \hfill{}
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \begin_layout Subsection
11630 Mehrfachspalten
11631 \begin_inset CommandInset label
11632 LatexCommand label
11633 name "uab:Mehrfachspalten"
11634
11635 \end_inset
11636
11637
11638 \begin_inset Index
11639 status collapsed
11640
11641 \begin_layout Plain Layout
11642 Mahrfachspalten
11643 \end_layout
11644
11645 \end_inset
11646
11647
11648 \begin_inset Index
11649 status collapsed
11650
11651 \begin_layout Plain Layout
11652 Tabellen ! Mahrfachspalten
11653 \end_layout
11654
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \begin_layout Subsubsection
11661 Grundlagen
11662 \end_layout
11663
11664 \begin_layout Standard
11665 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11666  und verwenden dann den Knopf 
11667 \begin_inset Graphics
11668         filename ../../images/tabular-feature_multicolumn.png
11669         scale 70
11670         scaleBeforeRotation
11671         BoundingBox 0bp 6bp 22bp 22bp
11672
11673 \end_inset
11674
11675 in der Werkzeugleiste, das Menü 
11676 \family sans
11677 Bearbeiten\SpecialChar \menuseparator
11678 Tabelle\SpecialChar \menuseparator
11679 Mehrfachspalte
11680 \family default
11681  oder den 
11682 \family sans
11683 Tabellen-Einstellungen
11684 \family default
11685 -Dialog, in dem Sie auf der Karteikarte 
11686 \family sans
11687 Tabellen-Einstellungen
11688 \family default
11689  
11690 \family sans
11691 Mehrfachspalte
11692 \family default
11693  ankreuzen.
11694 \end_layout
11695
11696 \begin_layout Standard
11697 Mehrfachspalten haben ihre eigenen Einstellungen.
11698  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11699  Hier ist ein Beispiel, wobei 
11700 \begin_inset Quotes gld
11701 \end_inset
11702
11703 B 2
11704 \begin_inset Quotes grd
11705 \end_inset
11706
11707  keine Mehrfachzeile ist, wie in Abschnitt
11708 \begin_inset Space ~
11709 \end_inset
11710
11711
11712 \begin_inset CommandInset ref
11713 LatexCommand ref
11714 reference "uab:Mehrfachzeilen"
11715
11716 \end_inset
11717
11718  beschrieben.
11719  Es wurde nur eine Linie weggelassen:
11720 \end_layout
11721
11722 \begin_layout Standard
11723 \align center
11724 \begin_inset Tabular
11725 <lyxtabular version="3" rows="3" columns="4">
11726 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11727 <column alignment="center" valignment="top" width="0pt">
11728 <column alignment="center" valignment="middle" width="0">
11729 <column alignment="center" valignment="top" width="0in">
11730 <column alignment="center" valignment="top" width="0pt">
11731 <row>
11732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 abc
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 def ghi
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 jkl
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 </row>
11769 <row>
11770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774
11775 \family roman
11776 \series medium
11777 \shape up
11778 \size normal
11779 \emph off
11780 \bar no
11781 \noun off
11782 \color none
11783 A
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 B
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 C
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 D
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 </row>
11816 <row>
11817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 1
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 2
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 3
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 4
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 </row>
11854 </lyxtabular>
11855
11856 \end_inset
11857
11858
11859 \end_layout
11860
11861 \begin_layout Subsubsection
11862 Mehrfachspalten-Berechnungen
11863 \begin_inset CommandInset label
11864 LatexCommand label
11865 name "uab:Mehrfachspalten-Berechnungen"
11866
11867 \end_inset
11868
11869
11870 \begin_inset Index
11871 status collapsed
11872
11873 \begin_layout Plain Layout
11874 Mahrfachspalten ! Berechnung
11875 \end_layout
11876
11877 \end_inset
11878
11879
11880 \begin_inset Index
11881 status collapsed
11882
11883 \begin_layout Plain Layout
11884 Tabellen ! Mahrfachspalten ! Berechnung
11885 \end_layout
11886
11887 \end_inset
11888
11889
11890 \end_layout
11891
11892 \begin_layout Standard
11893 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11894  Zellen beachten.
11895 \end_layout
11896
11897 \begin_layout Standard
11898 \begin_inset Float table
11899 placement h
11900 wide false
11901 sideways false
11902 status open
11903
11904 \begin_layout Plain Layout
11905 \begin_inset Caption
11906
11907 \begin_layout Plain Layout
11908 \begin_inset CommandInset label
11909 LatexCommand label
11910 name "tab:Table-with-centered"
11911
11912 \end_inset
11913
11914 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11915  die halbe Breite der Mehrfachspalten-Zelle haben
11916 \begin_inset OptArg
11917 status collapsed
11918
11919 \begin_layout Plain Layout
11920 Eine Mehrfachspalten-Tabelle
11921 \end_layout
11922
11923 \end_inset
11924
11925
11926 \end_layout
11927
11928 \end_inset
11929
11930
11931 \end_layout
11932
11933 \begin_layout Plain Layout
11934 \align center
11935 \begin_inset Tabular
11936 <lyxtabular version="3" rows="3" columns="3">
11937 <features>
11938 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11939 <column alignment="center" valignment="middle" width="0">
11940 <column alignment="center" valignment="top" width="0">
11941 <row>
11942 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 Dies ist eine Mehrfach\SpecialChar \-
11947 spalten-Zelle
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 c
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 </row>
11971 <row>
11972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 d
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 e
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 f
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 </row>
12000 <row>
12001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 g
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 h
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 i
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 </row>
12029 </lyxtabular>
12030
12031 \end_inset
12032
12033
12034 \end_layout
12035
12036 \end_inset
12037
12038
12039 \end_layout
12040
12041 \begin_layout Standard
12042 Um Tabelle
12043 \begin_inset Space ~
12044 \end_inset
12045
12046
12047 \begin_inset CommandInset ref
12048 LatexCommand ref
12049 reference "tab:Table-with-centered"
12050
12051 \end_inset
12052
12053  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12054  3×3-Tabelle, kreuzen im 
12055 \family sans
12056 Tabellen-Einstellungen
12057 \family default
12058 -Dialog 
12059 \family sans
12060 Mehrfachspalte
12061 \family default
12062  an, setzen die 
12063 \family sans
12064 Horizontale
12065 \begin_inset Space ~
12066 \end_inset
12067
12068 Ausrichtung
12069 \family default
12070  auf 
12071 \family sans
12072 Zentriert
12073 \family default
12074  und die 
12075 \family sans
12076 Breite
12077 \family default
12078  auf 2.5
12079 \begin_inset Space \thinspace{}
12080 \end_inset
12081
12082 cm.
12083  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12084  Sie die Breite der ersten Spalte auf 1.25
12085 \begin_inset Space \thinspace{}
12086 \end_inset
12087
12088 cm setzen.
12089  Die zweite Spalte wird dann automatisch 1.25
12090 \begin_inset Space \thinspace{}
12091 \end_inset
12092
12093 cm breit (Breite der 
12094 \family sans
12095 Mehrfachspalte
12096 \family default
12097  
12098 \begin_inset Formula $-$
12099 \end_inset
12100
12101  Breite der ersten Spalte).
12102  Dies wurde so für Tabelle
12103 \begin_inset Space ~
12104 \end_inset
12105
12106
12107 \begin_inset CommandInset ref
12108 LatexCommand ref
12109 reference "tab:Table-without-half"
12110
12111 \end_inset
12112
12113  gemacht.
12114 \end_layout
12115
12116 \begin_layout Standard
12117 \begin_inset Float table
12118 wide false
12119 sideways false
12120 status open
12121
12122 \begin_layout Plain Layout
12123 \begin_inset Caption
12124
12125 \begin_layout Plain Layout
12126 \begin_inset CommandInset label
12127 LatexCommand label
12128 name "tab:Table-without-half"
12129
12130 \end_inset
12131
12132 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12133  wie die Mehrfachspalte
12134 \begin_inset OptArg
12135 status collapsed
12136
12137 \begin_layout Plain Layout
12138 Eine unvollkommene Mehrfachspalten-Tabelle
12139 \end_layout
12140
12141 \end_inset
12142
12143
12144 \end_layout
12145
12146 \end_inset
12147
12148
12149 \end_layout
12150
12151 \begin_layout Plain Layout
12152 \align center
12153 \begin_inset Tabular
12154 <lyxtabular version="3" rows="3" columns="3">
12155 <features>
12156 <column alignment="center" valignment="top" width="1.25cm">
12157 <column alignment="center" valignment="top" width="0">
12158 <column alignment="center" valignment="top" width="0">
12159 <row>
12160 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 Dies ist auch eine Mehr\SpecialChar \-
12165 fach\SpecialChar \-
12166 spalten-Zelle
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 c
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 </row>
12190 <row>
12191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 d
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204 e
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12210 \begin_inset Text
12211
12212 \begin_layout Plain Layout
12213 f
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 </row>
12219 <row>
12220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Plain Layout
12224 g
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 h
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 i
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 </row>
12248 </lyxtabular>
12249
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \end_inset
12256
12257
12258 \end_layout
12259
12260 \begin_layout Standard
12261 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12262  als die zweite ist.
12263  Das liegt daran, dass die Zellenbreite 
12264 \begin_inset Formula $W_{\mathrm{tot}}$
12265 \end_inset
12266
12267  nicht ihre definierte Breite 
12268 \begin_inset Formula $W_{g}$
12269 \end_inset
12270
12271  ist, sondern ein wenig mehr.
12272  Anhang
12273 \begin_inset Space ~
12274 \end_inset
12275
12276
12277 \begin_inset CommandInset ref
12278 LatexCommand ref
12279 reference "kap:Exläuterung-einer-Gleichung"
12280
12281 \end_inset
12282
12283  erklärt das genauer.
12284 \end_layout
12285
12286 \begin_layout Standard
12287 Wenn 
12288 \emph on
12289 n
12290 \emph default
12291  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12292  die definierte Breite 
12293 \begin_inset Formula $W_{g\, n}$
12294 \end_inset
12295
12296  einer Spalte, deren totale Breite = 
12297 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12298 \end_inset
12299
12300  sein soll, wie folgt:
12301 \begin_inset Formula \begin{equation}
12302 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310 In unserem Falls ist 
12311 \begin_inset Formula $n=2$
12312 \end_inset
12313
12314
12315 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12316 \end_inset
12317
12318 cm, und damit wird aus Gleichung
12319 \begin_inset Space ~
12320 \end_inset
12321
12322
12323 \begin_inset CommandInset ref
12324 LatexCommand ref
12325 reference "eq:Wgn"
12326
12327 \end_inset
12328
12329  
12330 \begin_inset Formula \begin{equation}
12331 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12332
12333 \end_inset
12334
12335
12336 \end_layout
12337
12338 \begin_layout Standard
12339 Damit LaTeX rechnen kann, muss das Paket 
12340 \series bold
12341 calc
12342 \series default
12343  im Vorspann geladen werden.
12344 \begin_inset Index
12345 status collapsed
12346
12347 \begin_layout Plain Layout
12348 LaTeX-Pakete ! calc
12349 \end_layout
12350
12351 \end_inset
12352
12353
12354 \end_layout
12355
12356 \begin_layout Standard
12357
12358 \series bold
12359
12360 \backslash
12361 usepackage{calc}
12362 \end_layout
12363
12364 \begin_layout Standard
12365 LyX erlaubt im 
12366 \family sans
12367 Breite
12368 \family default
12369 -Feld des 
12370 \family sans
12371 Tabellen-Einstellungen
12372 \family default
12373 -Dialogs keine Berechnungen.
12374  Deshalb müssen Sie die Formel für die Breite im Feld 
12375 \family sans
12376 LaTe
12377 \begin_inset ERT
12378 status collapsed
12379
12380 \begin_layout Plain Layout
12381
12382 {}
12383 \end_layout
12384
12385 \end_inset
12386
12387 X-Argument
12388 \family default
12389  eingeben.
12390  Hier iss ein Überblick über die Argumente:
12391 \end_layout
12392
12393 \begin_layout Itemize
12394
12395 \series bold
12396 p{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 Oben
12405 \end_layout
12406
12407 \begin_layout Itemize
12408
12409 \series bold
12410 m{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 Mitte
12419 \end_layout
12420
12421 \begin_layout Itemize
12422
12423 \series bold
12424 b{Breite}
12425 \series default
12426  die Zelle bekommt eine feste 
12427 \series bold
12428 Breite
12429 \series default
12430 , und die vertikale Ausrichtung ist 
12431 \family sans
12432 Unten
12433 \end_layout
12434
12435 \begin_layout Standard
12436 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12437  für diese Zelle überschrieben.
12438 \end_layout
12439
12440 \begin_layout Standard
12441 \begin_inset Note Greyedout
12442 status open
12443
12444 \begin_layout Plain Layout
12445
12446 \series bold
12447 Bemerkung:
12448 \series default
12449  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
12450  angezeigt.
12451 \end_layout
12452
12453 \end_inset
12454
12455
12456 \end_layout
12457
12458 \begin_layout Standard
12459 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12460  der Zelle mit dem Inhalt 
12461 \begin_inset Quotes gld
12462 \end_inset
12463
12464 d
12465 \begin_inset Quotes grd
12466 \end_inset
12467
12468  der Tabelle
12469 \begin_inset Space ~
12470 \end_inset
12471
12472
12473 \begin_inset CommandInset ref
12474 LatexCommand ref
12475 reference "tab:Table-with-centered"
12476
12477 \end_inset
12478
12479  auch noch der Befehl
12480 \family typewriter
12481 \series bold
12482  
12483 \family default
12484
12485 \backslash
12486 centering
12487 \series default
12488  hinzugefügt.
12489  Das Ganze sieht dann so aus:
12490 \end_layout
12491
12492 \begin_layout Standard
12493
12494 \series bold
12495 |>{
12496 \backslash
12497 centering}m{1.25cm-6.2pt}
12498 \end_layout
12499
12500 \begin_layout Standard
12501 Der vertikale Strich 
12502 \series bold
12503
12504 \begin_inset Quotes gld
12505 \end_inset
12506
12507 |
12508 \series default
12509
12510 \begin_inset Quotes grd
12511 \end_inset
12512
12513  am Anfang zeichnet die linke Linie, und der Befehl 
12514 \series bold
12515
12516 \begin_inset Quotes gld
12517 \end_inset
12518
12519 >{ }
12520 \begin_inset Quotes grd
12521 \end_inset
12522
12523
12524 \series default
12525  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12526  der Zelle benutzt werden sollen.
12527 \end_layout
12528
12529 \begin_layout Standard
12530 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12531  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12532  für einzelne Spalten anwendet.
12533  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12534  werden:
12535 \end_layout
12536
12537 \begin_layout Standard
12538
12539 \series bold
12540 |>{
12541 \backslash
12542 centering}m{2.5cm}|
12543 \end_layout
12544
12545 \begin_layout Subsection
12546 Mehrfachzeilen
12547 \begin_inset CommandInset label
12548 LatexCommand label
12549 name "uab:Mehrfachzeilen"
12550
12551 \end_inset
12552
12553
12554 \begin_inset Index
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558 Mehrfachzeilen
12559 \end_layout
12560
12561 \end_inset
12562
12563
12564 \begin_inset Index
12565 status collapsed
12566
12567 \begin_layout Plain Layout
12568 Tabellen ! Mehrfachzeilen
12569 \end_layout
12570
12571 \end_inset
12572
12573
12574 \end_layout
12575
12576 \begin_layout Standard
12577 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12578  unterstützt, sodass etwas TeX-Code notwendig.
12579  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12580 \series bold
12581 multirow
12582 \series default
12583
12584 \begin_inset Index
12585 status collapsed
12586
12587 \begin_layout Plain Layout
12588 LaTeX-Pakete ! multirow
12589 \end_layout
12590
12591 \end_inset
12592
12593  im Vorspann geladen werden:
12594 \end_layout
12595
12596 \begin_layout Standard
12597
12598 \series bold
12599
12600 \backslash
12601 usepackage{multirow}
12602 \end_layout
12603
12604 \begin_layout Standard
12605 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12606 \end_layout
12607
12608 \begin_layout Standard
12609
12610 \series bold
12611
12612 \backslash
12613 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12614 \end_layout
12615
12616 \begin_layout Standard
12617 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12618  Mehrfachspalte definiert und die obere Linie entfernt.
12619 \end_layout
12620
12621 \begin_layout Standard
12622 \align center
12623 \begin_inset ERT
12624 status collapsed
12625
12626 \begin_layout Plain Layout
12627
12628
12629 \backslash
12630 renewcommand{
12631 \backslash
12632 multirowsetup}{
12633 \backslash
12634 centering}
12635 \end_layout
12636
12637 \end_inset
12638
12639
12640 \begin_inset Tabular
12641 <lyxtabular version="3" rows="3" columns="3">
12642 <features>
12643 <column alignment="center" valignment="top" width="0">
12644 <column alignment="center" valignment="top" width="0">
12645 <column alignment="center" valignment="top" width="0">
12646 <row>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 a
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 b
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 c
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 </row>
12675 <row>
12676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 \begin_inset ERT
12681 status collapsed
12682
12683 \begin_layout Plain Layout
12684
12685
12686 \backslash
12687 multirow{2}{2.5cm}{
12688 \end_layout
12689
12690 \end_inset
12691
12692 Mehrfach\SpecialChar \-
12693 zeilen-Text
12694 \begin_inset ERT
12695 status collapsed
12696
12697 \begin_layout Plain Layout
12698
12699 }
12700 \end_layout
12701
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 e
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Plain Layout
12722 f
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 </row>
12728 <row>
12729 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733
12734 \end_layout
12735
12736 \end_inset
12737 </cell>
12738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12739 \begin_inset Text
12740
12741 \begin_layout Plain Layout
12742 h
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 i
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 </row>
12757 </lyxtabular>
12758
12759 \end_inset
12760
12761
12762 \begin_inset ERT
12763 status collapsed
12764
12765 \begin_layout Plain Layout
12766
12767
12768 \backslash
12769 renewcommand{
12770 \backslash
12771 multirowsetup}{
12772 \backslash
12773 raggedright}
12774 \end_layout
12775
12776 \end_inset
12777
12778
12779 \end_layout
12780
12781 \begin_layout Standard
12782 In der Zelle darüber wurde dann mit dem Befehl
12783 \end_layout
12784
12785 \begin_layout Standard
12786
12787 \series bold
12788
12789 \backslash
12790 multirow{2}{2.5cm}{
12791 \end_layout
12792
12793 \begin_layout Standard
12794 als TeX-Code die Mehrfachzeile definiert.
12795  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12796 \begin_inset Space \thinspace{}
12797 \end_inset
12798
12799 cm.
12800  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12801  mit der Klammer 
12802 \begin_inset Quotes gld
12803 \end_inset
12804
12805
12806 \series bold
12807 }
12808 \series default
12809
12810 \begin_inset Quotes grd
12811 \end_inset
12812
12813  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12814 \end_layout
12815
12816 \begin_layout Standard
12817
12818 \series bold
12819
12820 \backslash
12821 multirow
12822 \series default
12823  richtet seinen Inhalt standardmäßig linksbündig aus.
12824  Das wurde mit dem Befehl
12825 \end_layout
12826
12827 \begin_layout Standard
12828
12829 \series bold
12830
12831 \backslash
12832 renewcommand{
12833 \backslash
12834 multirowsetup}{
12835 \backslash
12836 centering}
12837 \end_layout
12838
12839 \begin_layout Standard
12840 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12841 \end_layout
12842
12843 \begin_layout Standard
12844
12845 \series bold
12846
12847 \backslash
12848 renewcommand{
12849 \backslash
12850 multirowsetup}{
12851 \backslash
12852 raggedright}
12853 \end_layout
12854
12855 \begin_layout Standard
12856 zurückgesetzt.
12857  Für rechtsbündigen Text benutzt man 
12858 \series bold
12859
12860 \backslash
12861 raggedleft
12862 \series default
12863 .
12864 \end_layout
12865
12866 \begin_layout Section
12867 Formale Tabellen
12868 \begin_inset CommandInset label
12869 LatexCommand label
12870 name "abs:Formale-Tabellen"
12871
12872 \end_inset
12873
12874
12875 \begin_inset Index
12876 status collapsed
12877
12878 \begin_layout Plain Layout
12879 Tabellen ! Formale
12880 \end_layout
12881
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Standard
12888 Tabellen werden in Büchern oft wie Tabelle
12889 \begin_inset Space ~
12890 \end_inset
12891
12892
12893 \begin_inset CommandInset ref
12894 LatexCommand ref
12895 reference "tab:Formale-Tabelle"
12896
12897 \end_inset
12898
12899  gesetzt.
12900  Diese Tabellen werden
12901 \emph on
12902  formal
12903 \emph default
12904  genannt.
12905  Formale Tabellen bekommen Sie, wenn Sie im 
12906 \family sans
12907 Tabellen-Einstellungen
12908 \family default
12909 -Dialog auf der Karteikarte 
12910 \family sans
12911 Rahmen
12912 \family default
12913  den 
12914 \family sans
12915 Stil
12916 \family default
12917  
12918 \family sans
12919 Formal
12920 \family default
12921  ankreuzen.
12922 \end_layout
12923
12924 \begin_layout Standard
12925 \begin_inset Float table
12926 placement h
12927 wide false
12928 sideways false
12929 status open
12930
12931 \begin_layout Plain Layout
12932 \begin_inset Caption
12933
12934 \begin_layout Plain Layout
12935 \begin_inset CommandInset label
12936 LatexCommand label
12937 name "tab:Formale-Tabelle"
12938
12939 \end_inset
12940
12941 Formale Tabelle
12942 \end_layout
12943
12944 \end_inset
12945
12946
12947 \end_layout
12948
12949 \begin_layout Plain Layout
12950 \align center
12951 \begin_inset Tabular
12952 <lyxtabular version="3" rows="8" columns="4">
12953 <features booktabs="true">
12954 <column alignment="center" valignment="top" width="0">
12955 <column alignment="right" valignment="top" width="0">
12956 <column alignment="right" valignment="top" width="0">
12957 <column alignment="right" valignment="top" width="0">
12958 <row>
12959 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 System
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell alignment="center" valignment="top" topline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972 Medipix
12973 \begin_inset Formula $\,$
12974 \end_inset
12975
12976 1
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 Medipix
12986 \begin_inset Formula $\,$
12987 \end_inset
12988
12989 2
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 </row>
13004 <row>
13005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 \begin_inset ERT
13010 status collapsed
13011
13012 \begin_layout Plain Layout
13013
13014
13015 \backslash
13016 cmidrule(r){2-2}
13017 \end_layout
13018
13019 \end_inset
13020
13021
13022 \begin_inset ERT
13023 status collapsed
13024
13025 \begin_layout Plain Layout
13026
13027
13028 \backslash
13029 cmidrule(l){3-4}
13030 \end_layout
13031
13032 \end_inset
13033
13034 Detektordicke [µm]
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 300
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 <cell alignment="center" valignment="top" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052 300
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell alignment="center" valignment="top" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 700
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 </row>
13067 <row>
13068 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 Kantenwinkel [°]
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" topline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 3.55
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" topline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 2.71
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 7.99
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 </row>
13105 <row topspace="default">
13106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 räumliche Auflösung [µm]
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 4.26
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 10.17
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 <cell alignment="center" valignment="top" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 10.56
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 </row>
13143 <row topspace="default">
13144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 MTF bei 
13149 \begin_inset Formula $f_{\mathrm{max}}$
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 <cell alignment="center" valignment="top" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161 0.53
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 0.37
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 0.39
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 </row>
13185 <row topspace="default">
13186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 \begin_inset ERT
13191 status collapsed
13192
13193 \begin_layout Plain Layout
13194
13195
13196 \backslash
13197 cmidrule(l{10pt}){1-1}
13198 \end_layout
13199
13200 \end_inset
13201
13202 LSF räumliche Auflösung
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 </row>
13235 <row>
13236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 in µm
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 <cell alignment="center" valignment="top" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 129.7
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 <cell alignment="center" valignment="top" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258 52.75
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 <cell alignment="center" valignment="top" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 50.78
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 </row>
13273 <row>
13274 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 in % der Pixelgröße
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 76.3
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 95.9
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13302 \begin_inset Text
13303
13304 \begin_layout Plain Layout
13305 92.3
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 </row>
13311 </lyxtabular>
13312
13313 \end_inset
13314
13315
13316 \end_layout
13317
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \begin_layout Standard
13324 Abstände zu Tabellenzeilen können auf der Karteikarte 
13325 \family sans
13326 Rahmen
13327 \family default
13328  des 
13329 \family sans
13330 Tabellen-Ein\SpecialChar \-
13331 stel\SpecialChar \-
13332 lun\SpecialChar \-
13333 gen
13334 \family default
13335 -Dialogs hinzugefügt werden, wie in Abschnitt
13336 \begin_inset Space ~
13337 \end_inset
13338
13339
13340 \begin_inset CommandInset ref
13341 LatexCommand ref
13342 reference "uab:Zeilenabstand"
13343
13344 \end_inset
13345
13346  beschrieben.
13347 \end_layout
13348
13349 \begin_layout Standard
13350 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13351  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13352  gedruckt aber anders aus.
13353  Die erste und letzte Linie ist 0.08
13354 \begin_inset Space \thinspace{}
13355 \end_inset
13356
13357 em dick, während die anderen 0.05
13358 \begin_inset Space \thinspace{}
13359 \end_inset
13360
13361 em dick sind.
13362 \end_layout
13363
13364 \begin_layout Standard
13365 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13366 \end_layout
13367
13368 \begin_layout Standard
13369
13370 \series bold
13371
13372 \backslash
13373 let
13374 \backslash
13375 mytoprule
13376 \backslash
13377 toprule
13378 \begin_inset Newline newline
13379 \end_inset
13380
13381
13382 \backslash
13383 renewcommand{
13384 \backslash
13385 toprule}{
13386 \backslash
13387 mytoprule[Breite]}
13388 \end_layout
13389
13390 \begin_layout Standard
13391 Dies Beispiel gilt für die oberste Linie, genannt 
13392 \series bold
13393 toprule
13394 \series default
13395 .
13396  Für die letzte müssen Sie 
13397 \series bold
13398 toprule
13399 \series default
13400  durch 
13401 \series bold
13402 bottomrule
13403 \series default
13404  ersetzen.
13405  Die Linien dazwischen heißen 
13406 \series bold
13407 midrule
13408 \series default
13409 .
13410  Für 
13411 \family sans
13412 Breite
13413 \family default
13414  können Sie alle Einheiten benutzen, die in Anhang
13415 \begin_inset Space ~
13416 \end_inset
13417
13418
13419 \begin_inset CommandInset ref
13420 LatexCommand ref
13421 reference "kap:In-LyX-verfügbare"
13422
13423 \end_inset
13424
13425  aufgelistet sind.
13426 \end_layout
13427
13428 \begin_layout Standard
13429 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13430  eine Linie unter einer Mehrfachspalte.
13431  LyX wird intern den Befehl 
13432 \series bold
13433
13434 \backslash
13435 cmidrule
13436 \series default
13437  benutzen, um diese Linie zu drucken.
13438  Der ganze Befehl sieht so aus:
13439 \end_layout
13440
13441 \begin_layout Standard
13442
13443 \series bold
13444
13445 \backslash
13446 cmidrule[width](trim){Anfangsspalte-Endspalte}
13447 \end_layout
13448
13449 \begin_layout Standard
13450 Die 
13451 \series bold
13452
13453 \backslash
13454 cmidrule
13455 \series default
13456 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13457  benutzen.
13458  
13459 \series bold
13460
13461 \backslash
13462 cmidrule
13463 \series default
13464  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13465  erste Zelle einer Zeile einfügt.
13466  Die Linie wird dann über der Zeile gedruckt.
13467 \end_layout
13468
13469 \begin_layout Standard
13470 Der Standardwert ist 0.03
13471 \begin_inset Space \thinspace{}
13472 \end_inset
13473
13474 em.
13475  Die Linie reicht von 
13476 \family typewriter
13477 Anfangsspalte
13478 \family default
13479  bis 
13480 \family typewriter
13481 End\SpecialChar \-
13482 spal\SpecialChar \-
13483 te
13484 \family default
13485 .
13486  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13487   Der optionale Parameter 
13488 \family typewriter
13489 trim
13490 \family default
13491  kann die Werte 
13492 \emph on
13493 r
13494 \emph default
13495
13496 \emph on
13497 r{Breite}
13498 \emph default
13499
13500 \emph on
13501 l
13502 \family typewriter
13503 \emph default
13504  
13505 \family default
13506 oder 
13507 \emph on
13508 l{Breite}
13509 \emph default
13510  annehmen, wobei die 
13511 \family sans
13512 Breite
13513 \family default
13514  optional ist.
13515  
13516 \emph on
13517 l{2pt}
13518 \emph default
13519  zum Beispiel bedeutet, dass die Linie links um 2
13520 \begin_inset Space \thinspace{}
13521 \end_inset
13522
13523 pt gekürzt wird.
13524  Ohne Breitenangabe werden die Linien um 0.5
13525 \begin_inset Space \thinspace{}
13526 \end_inset
13527
13528 em gekürzt.
13529 \end_layout
13530
13531 \begin_layout Standard
13532 \begin_inset VSpace bigskip
13533 \end_inset
13534
13535 In Tabelle
13536 \begin_inset Space ~
13537 \end_inset
13538
13539
13540 \begin_inset CommandInset ref
13541 LatexCommand ref
13542 reference "tab:Formale-Tabelle"
13543
13544 \end_inset
13545
13546  wurden die Befehle
13547 \end_layout
13548
13549 \begin_layout Standard
13550
13551 \series bold
13552
13553 \backslash
13554 cmidrule(r){2-2}
13555 \backslash
13556 cmidrule(l){3-4}
13557 \end_layout
13558
13559 \begin_layout Standard
13560 am Anfange der zweiten Zeile und
13561 \end_layout
13562
13563 \begin_layout Standard
13564
13565 \series bold
13566
13567 \backslash
13568 cmidrule(l{10pt}){1-1}
13569 \end_layout
13570
13571 \begin_layout Standard
13572 in der sechsten benutzt.
13573 \end_layout
13574
13575 \begin_layout Standard
13576 \begin_inset VSpace bigskip
13577 \end_inset
13578
13579
13580 \end_layout
13581
13582 \begin_layout Standard
13583 Sie können mit 
13584 \series bold
13585
13586 \backslash
13587 cmidrule
13588 \series default
13589  auch überlappende Linien wie in Tabelle
13590 \begin_inset Space ~
13591 \end_inset
13592
13593
13594 \begin_inset CommandInset ref
13595 LatexCommand ref
13596 reference "tab:Special-booktabs-table"
13597
13598 \end_inset
13599
13600  definieren.
13601  Der Befehl ist:
13602 \end_layout
13603
13604 \begin_layout Standard
13605
13606 \series bold
13607
13608 \backslash
13609 morecmidrules
13610 \end_layout
13611
13612 \begin_layout Standard
13613 In Zeile zwei der Tabelle
13614 \begin_inset Space ~
13615 \end_inset
13616
13617
13618 \begin_inset CommandInset ref
13619 LatexCommand ref
13620 reference "tab:Special-booktabs-table"
13621
13622 \end_inset
13623
13624  wurde folgender Befehl benutzt:
13625 \end_layout
13626
13627 \begin_layout Standard
13628
13629 \series bold
13630
13631 \backslash
13632 cmidrule(r){2-2}
13633 \backslash
13634 cmidrule(l){3-4}
13635 \backslash
13636 morecmidrules
13637 \begin_inset Newline newline
13638 \end_inset
13639
13640
13641 \backslash
13642 cmidrule{2-4}
13643 \end_layout
13644
13645 \begin_layout Standard
13646 und in Zeile sechs:
13647 \end_layout
13648
13649 \begin_layout Standard
13650
13651 \series bold
13652
13653 \backslash
13654 midrule
13655 \backslash
13656 morecmidrules
13657 \backslash
13658 cmidrule{3-4}
13659 \end_layout
13660
13661 \begin_layout Standard
13662 \begin_inset VSpace bigskip
13663 \end_inset
13664
13665
13666 \end_layout
13667
13668 \begin_layout Standard
13669 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13670  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13671 \end_layout
13672
13673 \begin_layout Standard
13674
13675 \series bold
13676
13677 \backslash
13678 specialrule{Dicke}{Abstand davor}{Abstand danach}
13679 \end_layout
13680
13681 \begin_layout Standard
13682 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13683 \series bold
13684 booktabs
13685 \series default
13686  
13687 \begin_inset CommandInset citation
13688 LatexCommand cite
13689 key "booktabs"
13690
13691 \end_inset
13692
13693 .
13694 \begin_inset Index
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698 LaTeX-Pakete ! booktabs
13699 \end_layout
13700
13701 \end_inset
13702
13703
13704 \end_layout
13705
13706 \begin_layout Standard
13707 \begin_inset Float table
13708 placement h
13709 wide false
13710 sideways false
13711 status open
13712
13713 \begin_layout Plain Layout
13714 \begin_inset Caption
13715
13716 \begin_layout Plain Layout
13717 \begin_inset CommandInset label
13718 LatexCommand label
13719 name "tab:Special-booktabs-table"
13720
13721 \end_inset
13722
13723 Eine spezielle formale Tabelle
13724 \end_layout
13725
13726 \end_inset
13727
13728
13729 \end_layout
13730
13731 \begin_layout Plain Layout
13732 \align center
13733 \begin_inset Tabular
13734 <lyxtabular version="3" rows="8" columns="4">
13735 <features booktabs="true">
13736 <column alignment="center" valignment="top" width="0">
13737 <column alignment="center" valignment="top" width="0">
13738 <column alignment="right" valignment="top" width="0">
13739 <column alignment="right" valignment="top" width="0">
13740 <row>
13741 <cell alignment="center" valignment="top" topline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 System
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 Medipix
13755 \begin_inset Space \thinspace{}
13756 \end_inset
13757
13758 1
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 Medipix
13768 \begin_inset Space \thinspace{}
13769 \end_inset
13770
13771 2
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 </row>
13786 <row>
13787 <cell alignment="center" valignment="top" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 \begin_inset ERT
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795
13796
13797 \backslash
13798 cmidrule(r){2-2}
13799 \end_layout
13800
13801 \end_inset
13802
13803
13804 \begin_inset ERT
13805 status collapsed
13806
13807 \begin_layout Plain Layout
13808
13809
13810 \backslash
13811 cmidrule(l){3-4}
13812 \end_layout
13813
13814 \end_inset
13815
13816
13817 \begin_inset ERT
13818 status collapsed
13819
13820 \begin_layout Plain Layout
13821
13822
13823 \backslash
13824 morecmidrules 
13825 \end_layout
13826
13827 \end_inset
13828
13829
13830 \begin_inset ERT
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834
13835
13836 \backslash
13837 cmidrule{2-4}
13838 \end_layout
13839
13840 \end_inset
13841
13842 Detektordicke  [µm]
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 300
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 <cell alignment="center" valignment="top" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 300
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 700
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 </row>
13875 <row>
13876 <cell alignment="center" valignment="top" topline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 Kantenwinkel [°]
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 <cell alignment="center" valignment="top" topline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889 3,55
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 2,71
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" topline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 7,99
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 </row>
13913 <row topspace="default">
13914 <cell alignment="center" valignment="top" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 räumliche Auflösung [µm]
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 4,26
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 10,17
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell alignment="center" valignment="top" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 10,56
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 </row>
13951 <row topspace="default">
13952 <cell alignment="center" valignment="top" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 MTF bei 
13957 \begin_inset Formula $f_{\mathrm{max}}$
13958 \end_inset
13959
13960
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 <cell alignment="center" valignment="top" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 0,53
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 0,37
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 0,39
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 </row>
13993 <row>
13994 <cell alignment="center" valignment="top" topline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 \begin_inset ERT
13999 status collapsed
14000
14001 \begin_layout Plain Layout
14002
14003
14004 \backslash
14005 morecmidrules 
14006 \end_layout
14007
14008 \end_inset
14009
14010
14011 \begin_inset ERT
14012 status collapsed
14013
14014 \begin_layout Plain Layout
14015
14016
14017 \backslash
14018 cmidrule{3-4}
14019 \end_layout
14020
14021 \end_inset
14022
14023 LSF-räumliche Auflösung
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" topline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 <cell alignment="center" valignment="top" topline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 </row>
14056 <row>
14057 <cell alignment="center" valignment="top" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 in µm
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070 129,7
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 <cell alignment="center" valignment="top" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079 52,75
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 <cell alignment="center" valignment="top" usebox="none">
14085 \begin_inset Text
14086
14087 \begin_layout Plain Layout
14088 50,78
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 </row>
14094 <row>
14095 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Plain Layout
14099 in % der Pixelgröße
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Plain Layout
14108 76,3
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Plain Layout
14117 95,9
14118 \end_layout
14119
14120 \end_inset
14121 </cell>
14122 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Plain Layout
14126 92,3
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 </row>
14132 </lyxtabular>
14133
14134 \end_inset
14135
14136
14137 \end_layout
14138
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \begin_layout Section
14145 Vertikale Tabellen-Ausrichtung
14146 \begin_inset Index
14147 status collapsed
14148
14149 \begin_layout Plain Layout
14150 Tabellen ! Ausrichtung
14151 \end_layout
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Standard
14159 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14160  einer Box sein.
14161  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14162 \begin_inset Space ~
14163 \end_inset
14164
14165
14166 \begin_inset CommandInset ref
14167 LatexCommand ref
14168 reference "abs:Box-Dialog"
14169
14170 \end_inset
14171
14172  beschrieben.
14173 \end_layout
14174
14175 \begin_layout Standard
14176 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14177 \begin_inset Foot
14178 status collapsed
14179
14180 \begin_layout Plain Layout
14181 Minipages werden in Abschnitt
14182 \begin_inset Space ~
14183 \end_inset
14184
14185
14186 \begin_inset CommandInset ref
14187 LatexCommand ref
14188 reference "abs:Minipage"
14189
14190 \end_inset
14191
14192  beschrieben.
14193 \end_layout
14194
14195 \end_inset
14196
14197  mit 15
14198 \begin_inset Space \thinspace{}
14199 \end_inset
14200
14201 col%-Breite:
14202 \end_layout
14203
14204 \begin_layout Itemize
14205 Test 
14206 \begin_inset Box Frameless
14207 position "t"
14208 hor_pos "c"
14209 has_inner_box 1
14210 inner_pos "c"
14211 use_parbox 0
14212 width "15col%"
14213 special "none"
14214 height "1in"
14215 height_special "totalheight"
14216 status collapsed
14217
14218 \begin_layout Plain Layout
14219 \begin_inset Tabular
14220 <lyxtabular version="3" rows="3" columns="3">
14221 <features>
14222 <column alignment="center" valignment="top" width="0">
14223 <column alignment="center" valignment="top" width="0">
14224 <column alignment="center" valignment="top" width="0">
14225 <row>
14226 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 Tabelle 1
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 </row>
14254 <row>
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259 b
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Plain Layout
14268 e
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277 h
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 <row>
14284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 c
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 f
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 i
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 </row>
14312 </lyxtabular>
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \end_inset
14320
14321  Test 
14322 \begin_inset ERT
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326
14327
14328 \backslash
14329 raisebox{0.85
14330 \backslash
14331 baselineskip}{
14332 \end_layout
14333
14334 \end_inset
14335
14336
14337 \begin_inset Box Frameless
14338 position "t"
14339 hor_pos "c"
14340 has_inner_box 1
14341 inner_pos "c"
14342 use_parbox 0
14343 width "15col%"
14344 special "none"
14345 height "1in"
14346 height_special "totalheight"
14347 status collapsed
14348
14349 \begin_layout Plain Layout
14350 \begin_inset Tabular
14351 <lyxtabular version="3" rows="3" columns="3">
14352 <features>
14353 <column alignment="center" valignment="top" width="0">
14354 <column alignment="center" valignment="top" width="0">
14355 <column alignment="center" valignment="top" width="0">
14356 <row>
14357 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 Tabelle 2
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 </row>
14385 <row>
14386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390 b
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Plain Layout
14399 e
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408 h
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 </row>
14414 <row>
14415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 c
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 f
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 i
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 </row>
14443 </lyxtabular>
14444
14445 \end_inset
14446
14447
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \begin_inset ERT
14454 status collapsed
14455
14456 \begin_layout Plain Layout
14457
14458 }
14459 \end_layout
14460
14461 \end_inset
14462
14463
14464 \end_layout
14465
14466 \begin_layout Itemize
14467 Test 
14468 \begin_inset Box Frameless
14469 position "c"
14470 hor_pos "c"
14471 has_inner_box 1
14472 inner_pos "c"
14473 use_parbox 0
14474 width "15col%"
14475 special "none"
14476 height "1in"
14477 height_special "totalheight"
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481 \begin_inset Tabular
14482 <lyxtabular version="3" rows="3" columns="3">
14483 <features>
14484 <column alignment="center" valignment="top" width="0">
14485 <column alignment="center" valignment="top" width="0">
14486 <column alignment="center" valignment="top" width="0">
14487 <row>
14488 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492 Tabelle 3
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Plain Layout
14510
14511 \end_layout
14512
14513 \end_inset
14514 </cell>
14515 </row>
14516 <row>
14517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14518 \begin_inset Text
14519
14520 \begin_layout Plain Layout
14521 b
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14527 \begin_inset Text
14528
14529 \begin_layout Plain Layout
14530 e
14531 \end_layout
14532
14533 \end_inset
14534 </cell>
14535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14536 \begin_inset Text
14537
14538 \begin_layout Plain Layout
14539 h
14540 \end_layout
14541
14542 \end_inset
14543 </cell>
14544 </row>
14545 <row>
14546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 c
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559 f
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Plain Layout
14568 i
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 </row>
14574 </lyxtabular>
14575
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \end_inset
14582
14583
14584 \end_layout
14585
14586 \begin_layout Itemize
14587 Test 
14588 \begin_inset Box Frameless
14589 position "b"
14590 hor_pos "c"
14591 has_inner_box 1
14592 inner_pos "c"
14593 use_parbox 0
14594 width "15col%"
14595 special "none"
14596 height "1in"
14597 height_special "totalheight"
14598 status collapsed
14599
14600 \begin_layout Plain Layout
14601 \begin_inset Tabular
14602 <lyxtabular version="3" rows="3" columns="3">
14603 <features>
14604 <column alignment="center" valignment="top" width="0">
14605 <column alignment="center" valignment="top" width="0">
14606 <column alignment="center" valignment="top" width="0">
14607 <row>
14608 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612 Tabelle 4
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621
14622 \end_layout
14623
14624 \end_inset
14625 </cell>
14626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14627 \begin_inset Text
14628
14629 \begin_layout Plain Layout
14630
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 </row>
14636 <row>
14637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641 b
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650 e
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659 h
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 </row>
14665 <row>
14666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670 c
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679 f
14680 \end_layout
14681
14682 \end_inset
14683 </cell>
14684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688 i
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 </row>
14694 </lyxtabular>
14695
14696 \end_inset
14697
14698
14699 \end_layout
14700
14701 \end_inset
14702
14703 Test 
14704 \begin_inset ERT
14705 status collapsed
14706
14707 \begin_layout Plain Layout
14708
14709
14710 \backslash
14711 raisebox{-0.32
14712 \backslash
14713 baselineskip}{
14714 \end_layout
14715
14716 \end_inset
14717
14718
14719 \begin_inset Box Frameless
14720 position "b"
14721 hor_pos "c"
14722 has_inner_box 1
14723 inner_pos "c"
14724 use_parbox 0
14725 width "15col%"
14726 special "none"
14727 height "1in"
14728 height_special "totalheight"
14729 status collapsed
14730
14731 \begin_layout Plain Layout
14732 \begin_inset Tabular
14733 <lyxtabular version="3" rows="3" columns="3">
14734 <features>
14735 <column alignment="center" valignment="top" width="0">
14736 <column alignment="center" valignment="top" width="0">
14737 <column alignment="center" valignment="top" width="0">
14738 <row>
14739 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Plain Layout
14743 Tabelle 5
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752
14753 \end_layout
14754
14755 \end_inset
14756 </cell>
14757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14758 \begin_inset Text
14759
14760 \begin_layout Plain Layout
14761
14762 \end_layout
14763
14764 \end_inset
14765 </cell>
14766 </row>
14767 <row>
14768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772 b
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781 e
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14787 \begin_inset Text
14788
14789 \begin_layout Plain Layout
14790 h
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 </row>
14796 <row>
14797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14798 \begin_inset Text
14799
14800 \begin_layout Plain Layout
14801 c
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810 f
14811 \end_layout
14812
14813 \end_inset
14814 </cell>
14815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819 i
14820 \end_layout
14821
14822 \end_inset
14823 </cell>
14824 </row>
14825 </lyxtabular>
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \end_inset
14833
14834
14835 \begin_inset ERT
14836 status collapsed
14837
14838 \begin_layout Plain Layout
14839
14840 }
14841 \end_layout
14842
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \begin_layout Standard
14849 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
14850  der Textzeile nicht richtig ausgerichtet.
14851  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14852 \begin_inset Quotes gld
14853 \end_inset
14854
14855 Raisebox
14856 \begin_inset Quotes grd
14857 \end_inset
14858
14859
14860 \begin_inset Foot
14861 status collapsed
14862
14863 \begin_layout Plain Layout
14864 Raiseboxen werden in Abschnitt
14865 \begin_inset Space ~
14866 \end_inset
14867
14868
14869 \begin_inset CommandInset ref
14870 LatexCommand ref
14871 reference "uab:Vertikale-Ausrichtung"
14872
14873 \end_inset
14874
14875  beschrieben.
14876 \end_layout
14877
14878 \end_inset
14879
14880  setzen.
14881  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14882  Befehl
14883 \end_layout
14884
14885 \begin_layout Standard
14886
14887 \series bold
14888
14889 \backslash
14890 raisebox{0.85
14891 \backslash
14892 baselineskip}{
14893 \end_layout
14894
14895 \begin_layout Standard
14896 vor der Box ausgerichtet.
14897  Hinter der Box wurde auch noch 
14898 \series bold
14899 }
14900 \series default
14901  als TeX-Code eingefügt, weil der obige Befehl mit 
14902 \series bold
14903 {
14904 \series default
14905  aufhörte.
14906  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14907 \end_layout
14908
14909 \begin_layout Standard
14910
14911 \series bold
14912
14913 \backslash
14914 raisebox{-0.32
14915 \backslash
14916 baselineskip}{
14917 \end_layout
14918
14919 \begin_layout Standard
14920 benutzt.
14921 \end_layout
14922
14923 \begin_layout Standard
14924 \begin_inset Note Greyedout
14925 status open
14926
14927 \begin_layout Plain Layout
14928
14929 \series bold
14930 Bemerkung:
14931 \series default
14932  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14933  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14934  Der Faktor im 
14935 \series bold
14936
14937 \backslash
14938 raisebox
14939 \series default
14940 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14941 \end_layout
14942
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \begin_layout Section
14949 Farbige Tabellen
14950 \begin_inset CommandInset label
14951 LatexCommand label
14952 name "abs:Farbige-Tabellen"
14953
14954 \end_inset
14955
14956
14957 \begin_inset Index
14958 status collapsed
14959
14960 \begin_layout Plain Layout
14961 Tabellen ! farbige
14962 \end_layout
14963
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \begin_layout Subsection
14970 Farbige Zellen
14971 \begin_inset Index
14972 status collapsed
14973
14974 \begin_layout Plain Layout
14975 farbige !  Tabellenzellen
14976 \end_layout
14977
14978 \end_inset
14979
14980
14981 \end_layout
14982
14983 \begin_layout Standard
14984 \begin_inset Float table
14985 placement h
14986 wide false
14987 sideways false
14988 status open
14989
14990 \begin_layout Plain Layout
14991 \begin_inset Caption
14992
14993 \begin_layout Plain Layout
14994 \begin_inset CommandInset label
14995 LatexCommand label
14996 name "tab:Farbige-Tabelle-ohne"
14997
14998 \end_inset
14999
15000 Farbige Tabelle, ohne Paket 
15001 \series bold
15002 colortbl
15003 \series default
15004
15005 \begin_inset OptArg
15006 status collapsed
15007
15008 \begin_layout Plain Layout
15009 Tabelle ohne 
15010 \family typewriter
15011 colortbl
15012 \end_layout
15013
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \end_inset
15020
15021
15022 \end_layout
15023
15024 \begin_layout Plain Layout
15025 \align center
15026 \begin_inset Tabular
15027 <lyxtabular version="3" rows="3" columns="3">
15028 <features>
15029 <column alignment="center" valignment="top" width="0">
15030 <column alignment="center" valignment="top" width="0">
15031 <column alignment="center" valignment="top" width="0">
15032 <row>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \color green
15039 a
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048
15049 \color red
15050 b
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059
15060 \color red
15061 c
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072
15073 \color green
15074 d
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \color blue
15085 e
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \color blue
15096 f
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 </row>
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
15108 \color green
15109 g
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118
15119 \color blue
15120 h
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129
15130 \color blue
15131 i
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 </lyxtabular>
15138
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \begin_layout Standard
15150 \begin_inset CommandInset label
15151 LatexCommand label
15152 name "Wenn-Sie-nur"
15153
15154 \end_inset
15155
15156 Wenn Sie nur farbigen Text
15157 \begin_inset Index
15158 status collapsed
15159
15160 \begin_layout Plain Layout
15161 Farbe ! für Text
15162 \end_layout
15163
15164 \end_inset
15165
15166  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15167  auf den Werkzeugleistenknopf 
15168 \begin_inset Graphics
15169         filename ../../images/dialog-show_character.png
15170         scale 70
15171         scaleBeforeRotation
15172         BoundingBox 0bp 6bp 22bp 22bp
15173
15174 \end_inset
15175
15176  oder über das Menü 
15177 \family sans
15178 Bearbeiten\SpecialChar \menuseparator
15179 Textstil\SpecialChar \menuseparator
15180 Benutzerdefiniert
15181 \family default
15182  mit dem 
15183 \family sans
15184 Textstil
15185 \family default
15186 -Dialog wie es in Tabelle
15187 \begin_inset Space ~
15188 \end_inset
15189
15190
15191 \begin_inset CommandInset ref
15192 LatexCommand ref
15193 reference "tab:Farbige-Tabelle-ohne"
15194
15195 \end_inset
15196
15197  gemacht wurde.
15198  In anderen Fällen müssen Sie das LaTeX-Paket 
15199 \series bold
15200 colortbl
15201 \series default
15202  benutzen.
15203 \begin_inset Index
15204 status collapsed
15205
15206 \begin_layout Plain Layout
15207 LaTeX-Pakete ! colortbl
15208 \end_layout
15209
15210 \end_inset
15211
15212
15213 \end_layout
15214
15215 \begin_layout Standard
15216 \begin_inset ERT
15217 status collapsed
15218
15219 \begin_layout Plain Layout
15220
15221
15222 \backslash
15223 ifcolortbl
15224 \end_layout
15225
15226 \end_inset
15227
15228
15229 \begin_inset Note Note
15230 status open
15231
15232 \begin_layout Plain Layout
15233 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15234 \series bold
15235 colortbl
15236 \series default
15237  installiert ist.
15238 \end_layout
15239
15240 \end_inset
15241
15242
15243 \end_layout
15244
15245 \begin_layout Standard
15246 Um farbige Tabellen zu erzeugen, muss 
15247 \series bold
15248 colortbl
15249 \series default
15250  im LaTeX-Vorspann geladen werden:
15251 \end_layout
15252
15253 \begin_layout Standard
15254
15255 \series bold
15256
15257 \backslash
15258 usepackage{colortbl}
15259 \end_layout
15260
15261 \begin_layout Standard
15262 Die Farbe einer Spalte ändert man dann mit dem Befehl
15263 \end_layout
15264
15265 \begin_layout Standard
15266
15267 \series bold
15268
15269 \backslash
15270 columncolor{Farbname}
15271 \end_layout
15272
15273 \begin_layout Standard
15274 innerhalb des Befehls 
15275 \series bold
15276 >{}
15277 \series default
15278 .
15279  Mehr über den Befehl 
15280 \series bold
15281 >{}
15282 \series default
15283  finden Sie im Abschnitt
15284 \begin_inset Space ~
15285 \end_inset
15286
15287
15288 \begin_inset CommandInset ref
15289 LatexCommand ref
15290 reference "uab:Mehrfachspalten-Berechnungen"
15291
15292 \end_inset
15293
15294 .
15295 \end_layout
15296
15297 \begin_layout Standard
15298 Folgende Farbnamen sind vordefiniert:
15299 \end_layout
15300
15301 \begin_layout Standard
15302
15303 \family sans
15304 red
15305 \family default
15306
15307 \family sans
15308 green
15309 \family default
15310
15311 \family sans
15312 yellow
15313 \family default
15314
15315 \family sans
15316 blue
15317 \family default
15318
15319 \family sans
15320 cyan
15321 \family default
15322
15323 \family sans
15324 magenta
15325 \family default
15326
15327 \family sans
15328 black
15329 \family default
15330  und 
15331 \family sans
15332 white
15333 \begin_inset Newline newline
15334 \end_inset
15335
15336 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15337 \family default
15338 und
15339 \family sans
15340  weiß)
15341 \end_layout
15342
15343 \begin_layout Standard
15344 \begin_inset VSpace medskip
15345 \end_inset
15346
15347
15348 \end_layout
15349
15350 \begin_layout Standard
15351 Sie können auch eigene Farben definieren:
15352 \end_layout
15353
15354 \begin_layout Standard
15355
15356 \series bold
15357
15358 \backslash
15359 definecolor{Farbname}{Farbmodell}{Farbwerte}
15360 \end_layout
15361
15362 \begin_layout Standard
15363 Das Farbmodell kann eins der folgenden sein:
15364 \end_layout
15365
15366 \begin_layout Labeling
15367 \labelwidthstring 00.00.0000
15368 cmyk: cyan, magenta, yellow, black
15369 \end_layout
15370
15371 \begin_layout Labeling
15372 \labelwidthstring 00.00.0000
15373 rgb: red, green blue
15374 \end_layout
15375
15376 \begin_layout Labeling
15377 \labelwidthstring 00.00.0000
15378 gray: gray
15379 \end_layout
15380
15381 \begin_layout Standard
15382 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15383  die die entsprechende Farbe für das Farbmodell beschreiben.
15384 \end_layout
15385
15386 \begin_layout Standard
15387 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15388 \emph on
15389
15390 \begin_inset Quotes gld
15391 \end_inset
15392
15393 dunkelgruen
15394 \emph default
15395
15396 \begin_inset Quotes grd
15397 \end_inset
15398
15399  und 
15400 \begin_inset Quotes gld
15401 \end_inset
15402
15403
15404 \emph on
15405 hellgrau
15406 \emph default
15407
15408 \begin_inset Quotes grd
15409 \end_inset
15410
15411  folgendermaßen definieren:
15412 \end_layout
15413
15414 \begin_layout Standard
15415
15416 \series bold
15417
15418 \backslash
15419 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15420 \end_layout
15421
15422 \begin_layout Standard
15423
15424 \series bold
15425
15426 \backslash
15427 definecolor{hellgrau}{gray}{0.8}
15428 \end_layout
15429
15430 \begin_layout Standard
15431 \begin_inset VSpace medskip
15432 \end_inset
15433
15434
15435 \end_layout
15436
15437 \begin_layout Standard
15438 Linien werden mit dem Befehl
15439 \end_layout
15440
15441 \begin_layout Standard
15442
15443 \series bold
15444
15445 \backslash
15446 rowcolor{Farbname}
15447 \end_layout
15448
15449 \begin_layout Standard
15450 gefärbt, Zellen mit dem Befehl
15451 \end_layout
15452
15453 \begin_layout Standard
15454
15455 \series bold
15456
15457 \backslash
15458 cellcolor{Farbname}
15459 \end_layout
15460
15461 \begin_layout Standard
15462 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben..
15463 \end_layout
15464
15465 \begin_layout Standard
15466 Um nur Text zu färben, machen Sie es wie 
15467 \begin_inset CommandInset ref
15468 LatexCommand vpageref
15469 reference "Wenn-Sie-nur"
15470
15471 \end_inset
15472
15473  beschrieben.
15474  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15475 \emph on
15476 markieren Sie nur den Text
15477 \emph default
15478 , sonst werden die ERTs LaTeX-Fehler erzeugen.
15479 \end_layout
15480
15481 \begin_layout Standard
15482 \begin_inset Note Greyedout
15483 status open
15484
15485 \begin_layout Plain Layout
15486
15487 \series bold
15488 Achtung:
15489 \series default
15490  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
15491 \end_layout
15492
15493 \end_inset
15494
15495
15496 \end_layout
15497
15498 \begin_layout Standard
15499 \begin_inset VSpace medskip
15500 \end_inset
15501
15502
15503 \end_layout
15504
15505 \begin_layout Standard
15506 Die Tabelle
15507 \begin_inset Space ~
15508 \end_inset
15509
15510
15511 \begin_inset CommandInset ref
15512 LatexCommand ref
15513 reference "tab:Table-colored-using"
15514
15515 \end_inset
15516
15517  wurde folgendermaßen erstellt: die erste Spalte soll 
15518 \emph on
15519
15520 \begin_inset Quotes gld
15521 \end_inset
15522
15523 dunkelgruen
15524 \emph default
15525
15526 \begin_inset Quotes grd
15527 \end_inset
15528
15529  werden, also müssen Sie ins 
15530 \family sans
15531 LaTe
15532 \begin_inset ERT
15533 status collapsed
15534
15535 \begin_layout Plain Layout
15536
15537 {}
15538 \end_layout
15539
15540 \end_inset
15541
15542 X-Argument
15543 \family default
15544  der Zellen der ersten Spalte den Befehl
15545 \end_layout
15546
15547 \begin_layout Standard
15548
15549 \series bold
15550 >{
15551 \backslash
15552 columncolor{dunkelgruen}
15553 \backslash
15554 centering}c
15555 \end_layout
15556
15557 \begin_layout Standard
15558 schreiben.
15559  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15560 \end_layout
15561
15562 \begin_layout Standard
15563
15564 \series bold
15565
15566 \backslash
15567 rowcolow{cyan}
15568 \end_layout
15569
15570 \begin_layout Standard
15571 in die erste Zelle der ersten Zeile eingefügt.
15572  Diese Farbe ersetzt die Spaltenfarbe.
15573  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15574  wird mit folgendem Befehl erreicht:
15575 \end_layout
15576
15577 \begin_layout Standard
15578
15579 \series bold
15580
15581 \backslash
15582 cellcolor{magenta}
15583 \end_layout
15584
15585 \begin_layout Standard
15586 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15587 \family sans
15588 Textstil
15589 \family default
15590 -Dialog.
15591 \end_layout
15592
15593 \begin_layout Standard
15594 \begin_inset Float table
15595 placement h
15596 wide false
15597 sideways false
15598 status open
15599
15600 \begin_layout Plain Layout
15601 \begin_inset Caption
15602
15603 \begin_layout Plain Layout
15604 \begin_inset CommandInset label
15605 LatexCommand label
15606 name "tab:Table-colored-using"
15607
15608 \end_inset
15609
15610 Eine mit dem Paket 
15611 \series bold
15612 colortbl
15613 \series default
15614  gefärbte Tabelle
15615 \begin_inset OptArg
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619 Tabelle mit 
15620 \family typewriter
15621 colortbl
15622 \end_layout
15623
15624 \end_inset
15625
15626
15627 \end_layout
15628
15629 \end_inset
15630
15631
15632 \end_layout
15633
15634 \begin_layout Plain Layout
15635 \align center
15636 \begin_inset Tabular
15637 <lyxtabular version="3" rows="3" columns="3">
15638 <features>
15639 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15640 <column alignment="center" valignment="top" width="0">
15641 <column alignment="center" valignment="top" width="0">
15642 <row>
15643 <cell alignment="center" valignment="top" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647 \begin_inset ERT
15648 status collapsed
15649
15650 \begin_layout Plain Layout
15651
15652
15653 \backslash
15654 rowcolor{cyan}
15655 \end_layout
15656
15657 \end_inset
15658
15659
15660 \color magenta
15661 a
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell alignment="center" valignment="top" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \color red
15672 b
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \color red
15683 c
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 </row>
15689 <row>
15690 <cell alignment="center" valignment="top" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \color yellow
15696 d
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705
15706 \color blue
15707 e
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716
15717 \color blue
15718 f
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 </row>
15724 <row>
15725 <cell alignment="center" valignment="top" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \color yellow
15731 g
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \color blue
15742 h
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 \begin_inset ERT
15752 status collapsed
15753
15754 \begin_layout Plain Layout
15755
15756
15757 \backslash
15758 cellcolor{magenta}
15759 \end_layout
15760
15761 \end_inset
15762
15763
15764 \color green
15765 i
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 </lyxtabular>
15772
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \end_inset
15779
15780
15781 \end_layout
15782
15783 \begin_layout Standard
15784 \begin_inset ERT
15785 status collapsed
15786
15787 \begin_layout Plain Layout
15788
15789
15790 \backslash
15791 else
15792 \end_layout
15793
15794 \end_inset
15795
15796
15797 \begin_inset Note Note
15798 status open
15799
15800 \begin_layout Plain Layout
15801 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15802 \series bold
15803 colortbl
15804 \series default
15805  nicht installiert ist:
15806 \end_layout
15807
15808 \end_inset
15809
15810
15811 \end_layout
15812
15813 \begin_layout Standard
15814 Sie müssen das LaTeX-Paket 
15815 \series bold
15816 colortbl
15817 \series default
15818  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15819 \end_layout
15820
15821 \begin_layout Standard
15822 \begin_inset ERT
15823 status collapsed
15824
15825 \begin_layout Plain Layout
15826
15827
15828 \backslash
15829 fi
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \end_layout
15836
15837 \begin_layout Subsection
15838 Farbige Linien
15839 \begin_inset Index
15840 status collapsed
15841
15842 \begin_layout Plain Layout
15843 farbige !  Tabellenlinien
15844 \end_layout
15845
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \begin_layout Standard
15852 Wie in Abschnitt
15853 \begin_inset Space ~
15854 \end_inset
15855
15856
15857 \begin_inset CommandInset ref
15858 LatexCommand ref
15859 reference "uab:Liniendicke"
15860
15861 \end_inset
15862
15863  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
15864 \series bold
15865
15866 \backslash
15867 arrayrulewidth
15868 \series default
15869  definiert werden.
15870  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15871 \begin_inset Space \thinspace{}
15872 \end_inset
15873
15874 pt gesetzt.
15875 \begin_inset ERT
15876 status collapsed
15877
15878 \begin_layout Plain Layout
15879
15880
15881 \backslash
15882 setlength{
15883 \backslash
15884 arrayrulewidth}{1.5pt}
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \begin_layout Standard
15893 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15894 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15895 \begin_inset Space ~
15896 \end_inset
15897
15898
15899 \begin_inset CommandInset ref
15900 LatexCommand ref
15901 reference "uab:Angepasste-Zellen/Spaltenformat"
15902
15903 \end_inset
15904
15905  definiert:
15906 \end_layout
15907
15908 \begin_layout Standard
15909
15910 \series bold
15911
15912 \backslash
15913 newcolumntype{W}{!{
15914 \backslash
15915 color{green}
15916 \backslash
15917 vline}}
15918 \end_layout
15919
15920 \begin_layout Standard
15921 In Tabelle
15922 \begin_inset Space ~
15923 \end_inset
15924
15925
15926 \begin_inset CommandInset ref
15927 LatexCommand ref
15928 reference "tab:Tabelle-mit-farbigen-vert"
15929
15930 \end_inset
15931
15932  wurde das LaTeX-Argument 
15933 \series bold
15934 WcW
15935 \series default
15936  für die letzte und 
15937 \series bold
15938 Wc
15939 \series default
15940  für die anderen Spalten benutzt.
15941 \end_layout
15942
15943 \begin_layout Standard
15944 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15945 \end_layout
15946
15947 \begin_layout Standard
15948 \begin_inset Float table
15949 placement h
15950 wide false
15951 sideways false
15952 status open
15953
15954 \begin_layout Plain Layout
15955 \begin_inset Caption
15956
15957 \begin_layout Plain Layout
15958 \begin_inset CommandInset label
15959 LatexCommand label
15960 name "tab:Tabelle-mit-farbigen-vert"
15961
15962 \end_inset
15963
15964 Tabelle mit farbigen vertikalen Linien
15965 \end_layout
15966
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \begin_layout Plain Layout
15973 \align center
15974 \begin_inset Tabular
15975 <lyxtabular version="3" rows="3" columns="3">
15976 <features>
15977 <column alignment="center" valignment="top" width="0" special="Wc">
15978 <column alignment="center" valignment="top" width="0" special="Wc">
15979 <column alignment="center" valignment="top" width="0" special="WcW">
15980 <row>
15981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 sd
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 </row>
16009 <row>
16010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 sd
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 </row>
16038 <row>
16039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 sd
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 </row>
16067 </lyxtabular>
16068
16069 \end_inset
16070
16071
16072 \end_layout
16073
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \begin_layout Standard
16080 \begin_inset VSpace bigskip
16081 \end_inset
16082
16083 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16084 \begin_inset Space ~
16085 \end_inset
16086
16087
16088 \begin_inset CommandInset ref
16089 LatexCommand ref
16090 reference "tab:Tabelle-mit-farbigen-horiz"
16091
16092 \end_inset
16093
16094 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16095  einfügen:
16096 \end_layout
16097
16098 \begin_layout Standard
16099
16100 \series bold
16101
16102 \backslash
16103 let
16104 \backslash
16105 myHlineC
16106 \backslash
16107 hline
16108 \begin_inset Newline newline
16109 \end_inset
16110
16111
16112 \backslash
16113 renewcommand{
16114 \backslash
16115 hline}
16116 \begin_inset Newline newline
16117 \end_inset
16118
16119
16120 \begin_inset ERT
16121 status collapsed
16122
16123 \begin_layout Plain Layout
16124
16125
16126 \backslash
16127 hphantom{ }
16128 \end_layout
16129
16130 \end_inset
16131
16132 {
16133 \backslash
16134 arrayrulecolor{red}
16135 \backslash
16136 myHlineC
16137 \backslash
16138 arrayrulecolor{black}}
16139 \end_layout
16140
16141 \begin_layout Standard
16142 \begin_inset ERT
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146
16147
16148 \backslash
16149 let
16150 \backslash
16151 myHlineC
16152 \backslash
16153 hline
16154 \end_layout
16155
16156 \begin_layout Plain Layout
16157
16158
16159 \backslash
16160 renewcommand{
16161 \backslash
16162 hline}
16163 \end_layout
16164
16165 \begin_layout Plain Layout
16166
16167  {
16168 \backslash
16169 arrayrulecolor{red}
16170 \backslash
16171 myHlineC
16172 \backslash
16173 arrayrulecolor{black}}
16174 \end_layout
16175
16176 \end_inset
16177
16178
16179 \begin_inset Float table
16180 placement h
16181 wide false
16182 sideways false
16183 status open
16184
16185 \begin_layout Plain Layout
16186 \begin_inset Caption
16187
16188 \begin_layout Plain Layout
16189 \begin_inset CommandInset label
16190 LatexCommand label
16191 name "tab:Tabelle-mit-farbigen-horiz"
16192
16193 \end_inset
16194
16195 Tabelle mit farbigen horizontalen Linien
16196 \end_layout
16197
16198 \end_inset
16199
16200
16201 \end_layout
16202
16203 \begin_layout Plain Layout
16204 \align center
16205 \begin_inset Tabular
16206 <lyxtabular version="3" rows="3" columns="3">
16207 <features>
16208 <column alignment="center" valignment="top" width="0">
16209 <column alignment="center" valignment="top" width="0">
16210 <column alignment="center" valignment="top" width="0">
16211 <row>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216 sd
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 </row>
16240 <row>
16241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 sd
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 </row>
16269 <row>
16270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292 sd
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 </row>
16298 </lyxtabular>
16299
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \end_inset
16306
16307
16308 \end_layout
16309
16310 \begin_layout Standard
16311 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16312  als TeX-Code hinter der Tabelle einfügen:
16313 \end_layout
16314
16315 \begin_layout Standard
16316
16317 \series bold
16318
16319 \backslash
16320 renewcommand{
16321 \backslash
16322 hline}{
16323 \backslash
16324 myHlineC}
16325 \end_layout
16326
16327 \begin_layout Standard
16328 Tabelle
16329 \begin_inset Space ~
16330 \end_inset
16331
16332
16333 \begin_inset CommandInset ref
16334 LatexCommand ref
16335 reference "tab:Table-with-colored"
16336
16337 \end_inset
16338
16339  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16340 \end_layout
16341
16342 \begin_layout Standard
16343 \begin_inset Float table
16344 placement h
16345 wide false
16346 sideways false
16347 status open
16348
16349 \begin_layout Plain Layout
16350 \begin_inset Caption
16351
16352 \begin_layout Plain Layout
16353 \begin_inset CommandInset label
16354 LatexCommand label
16355 name "tab:Table-with-colored"
16356
16357 \end_inset
16358
16359 Tabelle mit farbigen Linien
16360 \end_layout
16361
16362 \end_inset
16363
16364
16365 \end_layout
16366
16367 \begin_layout Plain Layout
16368 \align center
16369 \begin_inset Tabular
16370 <lyxtabular version="3" rows="3" columns="3">
16371 <features>
16372 <column alignment="center" valignment="top" width="0" special="Wc">
16373 <column alignment="center" valignment="top" width="0" special="Wc">
16374 <column alignment="center" valignment="top" width="0" special="WcW">
16375 <row>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380 sd
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 <cell alignment="center" valignment="top" topline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 </row>
16404 <row>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 <cell alignment="center" valignment="top" topline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418 sd
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 </row>
16433 <row topspace="default">
16434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 sd
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 </lyxtabular>
16463
16464 \end_inset
16465
16466
16467 \end_layout
16468
16469 \end_inset
16470
16471
16472 \end_layout
16473
16474 \begin_layout Standard
16475 \begin_inset ERT
16476 status collapsed
16477
16478 \begin_layout Plain Layout
16479
16480
16481 \backslash
16482 renewcommand{
16483 \backslash
16484 hline}{
16485 \backslash
16486 myHlineC}
16487 \end_layout
16488
16489 \end_inset
16490
16491
16492 \end_layout
16493
16494 \begin_layout Standard
16495 \begin_inset ERT
16496 status collapsed
16497
16498 \begin_layout Plain Layout
16499
16500
16501 \backslash
16502 setlength{
16503 \backslash
16504 arrayrulewidth}{0.4pt}
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \begin_inset Note Note
16511 status collapsed
16512
16513 \begin_layout Plain Layout
16514 setzt die Liniendicke wieder auf ihren Standardwert zurück
16515 \end_layout
16516
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \begin_layout Section
16523 Tabellen-Anpassung
16524 \begin_inset Index
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528 Tabellen ! Anpassung
16529 \end_layout
16530
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \begin_layout Subsection
16537 Zeilenabstand
16538 \begin_inset CommandInset label
16539 LatexCommand label
16540 name "uab:Zeilenabstand"
16541
16542 \end_inset
16543
16544
16545 \begin_inset Index
16546 status collapsed
16547
16548 \begin_layout Plain Layout
16549 Tabellen ! Zeilenabstand
16550 \end_layout
16551
16552 \end_inset
16553
16554
16555 \end_layout
16556
16557 \begin_layout Standard
16558 Auf der Karteikarte 
16559 \family sans
16560 Rahmen
16561 \family default
16562  des 
16563 \family sans
16564 Tabellen-Einstellungen
16565 \family default
16566 -Dialogs können Sie 
16567 \family sans
16568 zusätzliche
16569 \begin_inset Space ~
16570 \end_inset
16571
16572 Abstände
16573 \family default
16574  einfügen.
16575  Dabei haben Sie drei Möglichkeiten:
16576 \end_layout
16577
16578 \begin_layout Description
16579 Oberhalb
16580 \begin_inset Space ~
16581 \end_inset
16582
16583 der
16584 \begin_inset Space ~
16585 \end_inset
16586
16587 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16588  Bei einer formalen Tabelle
16589 \begin_inset Foot
16590 status collapsed
16591
16592 \begin_layout Plain Layout
16593 Formale Tabellen wurden in Abschnitt
16594 \begin_inset Space ~
16595 \end_inset
16596
16597
16598 \begin_inset CommandInset ref
16599 LatexCommand ref
16600 reference "abs:Formale-Tabellen"
16601
16602 \end_inset
16603
16604  beschrieben.
16605 \end_layout
16606
16607 \end_inset
16608
16609  fügt LyX standardmäßig 0.5
16610 \begin_inset Space \thinspace{}
16611 \end_inset
16612
16613 em Leerraum ein.
16614  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16615 \begin_inset VSpace medskip
16616 \end_inset
16617
16618
16619 \begin_inset Newline newline
16620 \end_inset
16621
16622
16623 \begin_inset Space \hspace*{}
16624 \length 0pt
16625 \end_inset
16626
16627
16628 \begin_inset Space \hfill{}
16629 \end_inset
16630
16631
16632 \begin_inset Tabular
16633 <lyxtabular version="3" rows="3" columns="1">
16634 <features>
16635 <column alignment="center" valignment="top" width="0">
16636 <row>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 A
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 <row topspace="3mm">
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 3
16653 \begin_inset Space \thinspace{}
16654 \end_inset
16655
16656 mm Leerraum oberhalb der Zeile
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 <row>
16663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 C
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 </row>
16673 </lyxtabular>
16674
16675 \end_inset
16676
16677
16678 \begin_inset Space \hfill{}
16679 \end_inset
16680
16681
16682 \begin_inset Space \hspace*{}
16683 \length 0pt
16684 \end_inset
16685
16686
16687 \begin_inset VSpace medskip
16688 \end_inset
16689
16690
16691 \begin_inset Newline newline
16692 \end_inset
16693
16694 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16695 n Linien verwenden.
16696 \end_layout
16697
16698 \begin_layout Description
16699 Unterhalb
16700 \begin_inset Space ~
16701 \end_inset
16702
16703 der
16704 \begin_inset Space ~
16705 \end_inset
16706
16707 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16708  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16709 \begin_inset Space \thinspace{}
16710 \end_inset
16711
16712 em Leerraum ein.
16713  Bei normalen Tabellen ist der Standardwert 2
16714 \begin_inset Space \thinspace{}
16715 \end_inset
16716
16717 pt.
16718 \end_layout
16719
16720 \begin_layout Description
16721 Zwischen
16722 \begin_inset Space ~
16723 \end_inset
16724
16725 den
16726 \begin_inset Space ~
16727 \end_inset
16728
16729 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16730  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16731 \begin_inset Space \thinspace{}
16732 \end_inset
16733
16734 em Leerraum ein.
16735  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16736 \begin_inset VSpace medskip
16737 \end_inset
16738
16739
16740 \begin_inset Newline newline
16741 \end_inset
16742
16743
16744 \begin_inset Space \hspace*{}
16745 \length 0pt
16746 \end_inset
16747
16748
16749 \begin_inset Space \hfill{}
16750 \end_inset
16751
16752
16753 \begin_inset Tabular
16754 <lyxtabular version="3" rows="3" columns="1">
16755 <features>
16756 <column alignment="center" valignment="top" width="0">
16757 <row>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 A
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row interlinespace="3mm">
16769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 \begin_inset Formula $\downarrow$
16774 \end_inset
16775
16776  3
16777 \begin_inset Space \thinspace{}
16778 \end_inset
16779
16780 mm Leerraum zwischen den Zeilen 
16781 \begin_inset Formula $\downarrow$
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 <row>
16791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Formula $\uparrow$
16796 \end_inset
16797
16798  3
16799 \begin_inset Space \thinspace{}
16800 \end_inset
16801
16802 mm Leerraum zwischen den Zeilen 
16803 \begin_inset Formula $\uparrow$
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 </row>
16812 </lyxtabular>
16813
16814 \end_inset
16815
16816
16817 \begin_inset Space \hfill{}
16818 \end_inset
16819
16820
16821 \begin_inset Space \hspace*{}
16822 \length 0pt
16823 \end_inset
16824
16825
16826 \begin_inset VSpace medskip
16827 \end_inset
16828
16829
16830 \begin_inset Newline newline
16831 \end_inset
16832
16833 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16834 n Linien verwenden.
16835 \end_layout
16836
16837 \begin_layout Standard
16838 \begin_inset VSpace bigskip
16839 \end_inset
16840
16841 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16842  Befehlen im LaTeX-Vorspann machen:
16843 \end_layout
16844
16845 \begin_layout Standard
16846
16847 \series bold
16848
16849 \backslash
16850 @ifundefined{extrarowheight}
16851 \begin_inset Newline newline
16852 \end_inset
16853
16854
16855 \begin_inset ERT
16856 status collapsed
16857
16858 \begin_layout Plain Layout
16859
16860
16861 \backslash
16862 hphantom{ }
16863 \end_layout
16864
16865 \end_inset
16866
16867 {
16868 \backslash
16869 usepackage{array}}{}
16870 \begin_inset Newline newline
16871 \end_inset
16872
16873
16874 \backslash
16875 setlength{
16876 \backslash
16877 extrarowheight}{Höhe}
16878 \end_layout
16879
16880 \begin_layout Standard
16881 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16882  ausgerichtet sind.
16883  (Das Paket 
16884 \series bold
16885 array
16886 \series default
16887  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
16888  verwenden.
16889  Der Befehl 
16890 \series bold
16891
16892 \backslash
16893 @ifundefined
16894 \series default
16895  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16896 \end_layout
16897
16898 \begin_layout Subsection
16899 Besondere Zellenausrichtung
16900 \begin_inset Index
16901 status collapsed
16902
16903 \begin_layout Plain Layout
16904 Tabellen ! Zellenausrichtung
16905 \end_layout
16906
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \begin_layout Standard
16913 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16914  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle
16915 \begin_inset Space ~
16916 \end_inset
16917
16918
16919 \begin_inset CommandInset ref
16920 LatexCommand ref
16921 reference "tab:Tabellenzellen-sind-auf"
16922
16923 \end_inset
16924
16925 .
16926 \end_layout
16927
16928 \begin_layout Standard
16929 \begin_inset Float table
16930 placement h
16931 wide false
16932 sideways false
16933 status open
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Caption
16937
16938 \begin_layout Plain Layout
16939 \begin_inset CommandInset label
16940 LatexCommand label
16941 name "tab:Tabellenzellen-sind-auf"
16942
16943 \end_inset
16944
16945 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16946 \end_layout
16947
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \begin_layout Plain Layout
16954 \align center
16955 \begin_inset Tabular
16956 <lyxtabular version="3" rows="4" columns="2">
16957 <features>
16958 <column alignment="right" valignment="top" width="0">
16959 <column alignment="left" valignment="top" width="0" special="@{}l">
16960 <row>
16961 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 Überschrift
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985 12.
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell alignment="center" valignment="top" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 6
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 </row>
17000 <row>
17001 <cell alignment="center" valignment="top" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005 0.
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 68
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 </row>
17020 <row>
17021 <cell alignment="center" valignment="top" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 -123.
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034 0
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 </lyxtabular>
17041
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048
17049
17050 \end_layout
17051
17052 \begin_layout Standard
17053 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17054  Die Überschrift ist eine zentrierte Mehrfachspalte.
17055  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17056  der Zahlen einschließlich Dezimalpunkt.
17057  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17058  der Zahlen.
17059   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17060 \family sans
17061 LaTe
17062 \begin_inset ERT
17063 status collapsed
17064
17065 \begin_layout Plain Layout
17066
17067 {}
17068 \end_layout
17069
17070 \end_inset
17071
17072 X-Argument
17073 \family default
17074  für die zweite Spalte folgendes eingefügt:
17075 \end_layout
17076
17077 \begin_layout Standard
17078
17079 \series bold
17080 @{}l
17081 \end_layout
17082
17083 \begin_layout Standard
17084 Tabelle
17085 \begin_inset Space ~
17086 \end_inset
17087
17088
17089 \begin_inset CommandInset ref
17090 LatexCommand ref
17091 reference "tab:Verschiedene-Ausrichtungen"
17092
17093 \end_inset
17094
17095  zeigt einige Ausrichtungen.
17096  Für die Ausrichtung der Relationen müssen Sie den 
17097 \family sans
17098 Mittleren
17099 \begin_inset Space ~
17100 \end_inset
17101
17102 Abstand
17103 \family default
17104  aus der 
17105 \family sans
17106 Mathe-Werkzeugleiste
17107 \family default
17108  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17109  rechts vom Relationszeichen zu bekommen.
17110 \end_layout
17111
17112 \begin_layout Standard
17113
17114 \color black
17115 \begin_inset Float table
17116 placement h
17117 wide false
17118 sideways false
17119 status open
17120
17121 \begin_layout Plain Layout
17122
17123 \color black
17124 \begin_inset Caption
17125
17126 \begin_layout Plain Layout
17127
17128 \color black
17129 \begin_inset CommandInset label
17130 LatexCommand label
17131 name "tab:Verschiedene-Ausrichtungen"
17132
17133 \end_inset
17134
17135
17136 \color inherit
17137 Verschiedene Ausrichtungen
17138 \end_layout
17139
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \begin_layout Plain Layout
17146 \align center
17147
17148 \color black
17149 \begin_inset Tabular
17150 <lyxtabular version="3" rows="4" columns="6">
17151 <features>
17152 <column alignment="right" valignment="top" width="0">
17153 <column alignment="left" valignment="top" width="0" special="@{}l">
17154 <column alignment="right" valignment="top" width="0">
17155 <column alignment="left" valignment="top" width="0" special="@{}l">
17156 <column alignment="right" valignment="top" width="0">
17157 <column alignment="left" valignment="top" width="0" special="@{}l">
17158 <row>
17159 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 Einheiten
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 Exponenten
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 Relationen
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 </row>
17214 <row>
17215 <cell alignment="center" valignment="top" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219
17220 \color black
17221 12×
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230
17231 \color black
17232 24
17233 \begin_inset Space \thinspace{}
17234 \end_inset
17235
17236
17237 \color inherit
17238 Flaschen
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247
17248 \color black
17249 \begin_inset Formula $10\cdot$
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261
17262 \color black
17263 \begin_inset Formula $10^{\mbox{-}17}$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 <cell alignment="center" valignment="top" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275
17276 \color black
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
17290 \color black
17291 \begin_inset Formula $\:\Upsilon(t)$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 </row>
17300 <row>
17301 <cell alignment="center" valignment="top" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \color black
17307 1024×
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316
17317 \color black
17318 768
17319 \begin_inset Space \thinspace{}
17320 \end_inset
17321
17322 Pixel
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell alignment="center" valignment="top" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \color black
17333 \begin_inset Formula $5.78\cdot$
17334 \end_inset
17335
17336
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \color black
17347 \begin_inset Formula $10^{7}$
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359
17360 \color black
17361 \begin_inset Formula $A\ne$
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell alignment="center" valignment="top" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373
17374 \color black
17375 \begin_inset Formula $\: B_{\mathrm{red}}$
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 </row>
17384 <row>
17385 <cell alignment="center" valignment="top" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389
17390 \color black
17391 32×
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400
17401 \color black
17402 6
17403 \begin_inset Space \thinspace{}
17404 \end_inset
17405
17406 cm
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415
17416 \color black
17417 -
17418 \begin_inset Formula $33.5\cdot$
17419 \end_inset
17420
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430
17431 \color black
17432 \begin_inset Formula $10^{4}$
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \color black
17446 \begin_inset Formula $\sin(\alpha)\ge$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458
17459 \color black
17460 \begin_inset Formula $\:\sin(\beta)$
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 </row>
17469 </lyxtabular>
17470
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \begin_layout Standard
17482 \begin_inset VSpace bigskip
17483 \end_inset
17484
17485 Es gibt auch noch das LaTeX-Paket 
17486 \series bold
17487 dcolumn
17488 \series default
17489
17490 \begin_inset Index
17491 status collapsed
17492
17493 \begin_layout Plain Layout
17494 LaTeX-Pakete ! dcolumn
17495 \end_layout
17496
17497 \end_inset
17498
17499  mit dem man Zellen ausrichten kann.
17500  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17501  in den Zellen.
17502  Die erste Spalte von Tabelle
17503 \begin_inset Space ~
17504 \end_inset
17505
17506
17507 \begin_inset CommandInset ref
17508 LatexCommand ref
17509 reference "tab:Verschiedene-Ausrichtungen"
17510
17511 \end_inset
17512
17513  wird mit 
17514 \family typewriter
17515 dcolumn
17516 \family default
17517  wie die erste Spalte von Tabelle
17518 \begin_inset Space ~
17519 \end_inset
17520
17521
17522 \begin_inset CommandInset ref
17523 LatexCommand ref
17524 reference "tab:Ausrichtung-mit-dem"
17525
17526 \end_inset
17527
17528  aussehen und nur mit ein paar Tricks wie erwartet.
17529  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17530 \begin_inset Space ~
17531 \end_inset
17532
17533
17534 \begin_inset CommandInset ref
17535 LatexCommand ref
17536 reference "tab:Verschiedene-Ausrichtungen"
17537
17538 \end_inset
17539
17540  ist mit 
17541 \series bold
17542 dcolumn
17543 \series default
17544  nicht möglich.
17545 \end_layout
17546
17547 \begin_layout Standard
17548 \begin_inset Float table
17549 placement h
17550 wide false
17551 sideways false
17552 status open
17553
17554 \begin_layout Plain Layout
17555 \begin_inset Caption
17556
17557 \begin_layout Plain Layout
17558 \begin_inset CommandInset label
17559 LatexCommand label
17560 name "tab:Ausrichtung-mit-dem"
17561
17562 \end_inset
17563
17564 Ausrichtung mit dem LaTeX-Paket 
17565 \series bold
17566 dcolumn
17567 \series default
17568 .
17569  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17570  bekommen.
17571 \begin_inset OptArg
17572 status collapsed
17573
17574 \begin_layout Plain Layout
17575 Ausrichtung mit dem LaTeX-Paket 
17576 \series bold
17577 dcolumn
17578 \end_layout
17579
17580 \end_inset
17581
17582
17583 \end_layout
17584
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \begin_layout Plain Layout
17591 \align center
17592 \begin_inset Tabular
17593 <lyxtabular version="3" rows="4" columns="3">
17594 <features>
17595 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}|">
17596 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}|">
17597 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17598 <row>
17599 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603 Einheiten
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 Einheiten
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 Einheiten
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 </row>
17627 <row>
17628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 12x24
17633 \begin_inset Space \thinspace{}
17634 \end_inset
17635
17636
17637 \begin_inset Formula $\mbox{Flaschen}$
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649 12x24
17650 \begin_inset Space \thinspace{}
17651 \end_inset
17652
17653
17654 \begin_inset Formula $\mbox{Flaschen}$
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 12
17667 \begin_inset ERT
17668 status collapsed
17669
17670 \begin_layout Plain Layout
17671
17672
17673 \backslash
17674 times 
17675 \end_layout
17676
17677 \end_inset
17678
17679 24~
17680 \begin_inset Formula $\mbox{Flaschen}$
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 </row>
17689 <row>
17690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694 1024x768
17695 \begin_inset Space \thinspace{}
17696 \end_inset
17697
17698
17699 \begin_inset Formula $\mbox{Pixel}$
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711 1024x768
17712 \begin_inset Space \thinspace{}
17713 \end_inset
17714
17715
17716 \begin_inset Formula $\mbox{Pixel}$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 1024
17729 \begin_inset ERT
17730 status collapsed
17731
17732 \begin_layout Plain Layout
17733
17734
17735 \backslash
17736 times 
17737 \end_layout
17738
17739 \end_inset
17740
17741 768~
17742 \begin_inset Formula $\mbox{Pixel}$
17743 \end_inset
17744
17745
17746 \end_layout
17747
17748 \end_inset
17749 </cell>
17750 </row>
17751 <row>
17752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756 32x6
17757 \begin_inset Space \thinspace{}
17758 \end_inset
17759
17760
17761 \begin_inset Formula $\mbox{cm}$
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 32x6
17774 \begin_inset Space \thinspace{}
17775 \end_inset
17776
17777
17778 \begin_inset Formula $\mbox{cm}$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790 32
17791 \begin_inset ERT
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795
17796
17797 \backslash
17798 times 
17799 \end_layout
17800
17801 \end_inset
17802
17803 6~
17804 \begin_inset Formula $\mbox{cm}$
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 </row>
17813 </lyxtabular>
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \begin_layout Subsection
17826 Angepasste Zellen/Spaltenformat
17827 \begin_inset CommandInset label
17828 LatexCommand label
17829 name "uab:Angepasste-Zellen/Spaltenformat"
17830
17831 \end_inset
17832
17833
17834 \begin_inset Index
17835 status collapsed
17836
17837 \begin_layout Plain Layout
17838 Tabellen ! Spaltenformat
17839 \end_layout
17840
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \begin_layout Standard
17847 Wenn man wie in Abschnitt
17848 \begin_inset Space ~
17849 \end_inset
17850
17851
17852 \begin_inset CommandInset ref
17853 LatexCommand ref
17854 reference "uab:Mehrfachspalten-Berechnungen"
17855
17856 \end_inset
17857
17858  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
17859  Tabellen mit Mehrfachspalten sehr lästig.
17860  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
17861 en definieren:
17862 \end_layout
17863
17864 \begin_layout Standard
17865
17866 \series bold
17867
17868 \backslash
17869 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17870 \end_layout
17871
17872 \begin_layout Standard
17873 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17874 \emph on
17875 b
17876 \emph default
17877
17878 \emph on
17879 c
17880 \emph default
17881
17882 \emph on
17883 l
17884 \emph default
17885
17886 \emph on
17887 m
17888 \emph default
17889
17890 \emph on
17891 p
17892 \emph default
17893  oder 
17894 \emph on
17895 r
17896 \emph default
17897 , weil diese vordefiniert sind.
17898  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17899 \end_layout
17900
17901 \begin_layout Standard
17902 \begin_inset VSpace medskip
17903 \end_inset
17904
17905
17906 \end_layout
17907
17908 \begin_layout Standard
17909 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17910  Breite könnte das Format so aussehen:
17911 \end_layout
17912
17913 \begin_layout Standard
17914
17915 \series bold
17916
17917 \backslash
17918 newcolumntype{M}[1]{>{
17919 \backslash
17920 centering
17921 \backslash
17922 hspace{0pt}}m{#1}}
17923 \end_layout
17924
17925 \begin_layout Standard
17926 wobei 
17927 \series bold
17928
17929 \backslash
17930 hspace{0pt}
17931 \series default
17932  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17933  Abschnitt
17934 \begin_inset Space ~
17935 \end_inset
17936
17937
17938 \begin_inset CommandInset ref
17939 LatexCommand ref
17940 reference "uab:Mehrfache-Zeilen-in"
17941
17942 \end_inset
17943
17944  beschrieben.
17945  Jetzt können Sie mit
17946 \end_layout
17947
17948 \begin_layout Standard
17949
17950 \series bold
17951 M{Breite}
17952 \end_layout
17953
17954 \begin_layout Standard
17955 im 
17956 \family sans
17957 LaTeX-Argument
17958 \family default
17959  im 
17960 \family sans
17961 Tabellen-Einstellungen
17962 \family default
17963 -Dialog eine Mehrfachspalten definieren.
17964 \end_layout
17965
17966 \begin_layout Standard
17967 \begin_inset VSpace bigskip
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \begin_layout Standard
17974 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17975  Format definieren:
17976 \end_layout
17977
17978 \begin_layout Standard
17979
17980 \series bold
17981
17982 \backslash
17983 newcolumntype{S}[2]{>{
17984 \backslash
17985 centering
17986 \backslash
17987 hspace{0pt}}
17988 \begin_inset Newline newline
17989 \end_inset
17990
17991
17992 \begin_inset ERT
17993 status collapsed
17994
17995 \begin_layout Plain Layout
17996
17997
17998 \backslash
17999 phantom{
18000 \end_layout
18001
18002 \end_inset
18003
18004
18005 \backslash
18006 newcolumntype
18007 \begin_inset ERT
18008 status collapsed
18009
18010 \begin_layout Plain Layout
18011
18012 }
18013 \end_layout
18014
18015 \end_inset
18016
18017 m{(#1+(2
18018 \backslash
18019 tabcolsep+
18020 \backslash
18021 arrayrulewidth)*(1-#2))/#2}}
18022 \end_layout
18023
18024 \begin_layout Standard
18025 Diese Format benutzt Gleichung
18026 \begin_inset Space ~
18027 \end_inset
18028
18029
18030 \begin_inset CommandInset ref
18031 LatexCommand ref
18032 reference "eq:Wgn"
18033
18034 \end_inset
18035
18036 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18037  breit ist.
18038 \end_layout
18039
18040 \begin_layout Standard
18041 Jetzt können Sie im 
18042 \family sans
18043 LaTeX-Argument
18044 \family default
18045  im 
18046 \family sans
18047 Tabellen-Einstellungen
18048 \family default
18049 -Dialog folgendes einfügen:
18050 \end_layout
18051
18052 \begin_layout Standard
18053
18054 \series bold
18055 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18056 \end_layout
18057
18058 \begin_layout Standard
18059 \begin_inset VSpace bigskip
18060 \end_inset
18061
18062
18063 \end_layout
18064
18065 \begin_layout Standard
18066 Für farbige Spalten können Sie folgendes einfügen:
18067 \end_layout
18068
18069 \begin_layout Standard
18070
18071 \series bold
18072
18073 \backslash
18074 newcolumntype{K}[1]{>{
18075 \backslash
18076 columncolor{#1}
18077 \backslash
18078 hspace{0pt}}c}
18079 \end_layout
18080
18081 \begin_layout Standard
18082 Das 
18083 \begin_inset Quotes gld
18084 \end_inset
18085
18086 c
18087 \begin_inset Quotes grd
18088 \end_inset
18089
18090  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18091  zentriert ist.
18092  Jetzt können Sie als 
18093 \family sans
18094 LaTeX-Argument
18095 \family default
18096  folgendes einfügen:
18097 \end_layout
18098
18099 \begin_layout Standard
18100
18101 \series bold
18102 K{Farbname}
18103 \end_layout
18104
18105 \begin_layout Standard
18106 \begin_inset VSpace bigskip
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Standard
18113 Für Tabelle
18114 \begin_inset Space ~
18115 \end_inset
18116
18117
18118 \begin_inset CommandInset ref
18119 LatexCommand ref
18120 reference "tab:Tabelle-mit-benutzerdefinierte"
18121
18122 \end_inset
18123
18124  wurden folgende 
18125 \family sans
18126 LaTeX-Argumente
18127 \family default
18128  benutzt:
18129 \end_layout
18130
18131 \begin_layout Standard
18132
18133 \series bold
18134 M{2.5cm}
18135 \end_layout
18136
18137 \begin_layout Standard
18138 für die erste Spalte und die Mehrfachspalte,
18139 \end_layout
18140
18141 \begin_layout Standard
18142
18143 \series bold
18144 K{red}
18145 \end_layout
18146
18147 \begin_layout Standard
18148 für die letzte Spalte und
18149 \end_layout
18150
18151 \begin_layout Standard
18152
18153 \series bold
18154 S{2.5cm}{2}
18155 \end_layout
18156
18157 \begin_layout Standard
18158 für die Spalten in der zweiten Mehrfachspalte.
18159 \end_layout
18160
18161 \begin_layout Standard
18162 \begin_inset Float table
18163 placement h
18164 wide false
18165 sideways false
18166 status open
18167
18168 \begin_layout Plain Layout
18169 \begin_inset Caption
18170
18171 \begin_layout Plain Layout
18172 \begin_inset CommandInset label
18173 LatexCommand label
18174 name "tab:Tabelle-mit-benutzerdefinierte"
18175
18176 \end_inset
18177
18178 Tabelle mit benutzerdefinierte Formaten
18179 \end_layout
18180
18181 \end_inset
18182
18183
18184 \end_layout
18185
18186 \begin_layout Plain Layout
18187 \align center
18188 \begin_inset Tabular
18189 <lyxtabular version="3" rows="3" columns="4">
18190 <features>
18191 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18192 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18193 <column alignment="center" valignment="middle" width="0">
18194 <column alignment="center" valignment="middle" width="0" special="K{red}">
18195 <row>
18196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 einsehrlangesWort
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 Mehrfachspalte mit mehreren Zeilen
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 c
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 </row>
18233 <row>
18234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 d
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247 e
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256 f
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18262 \begin_inset Text
18263
18264 \begin_layout Plain Layout
18265 g
18266 \end_layout
18267
18268 \end_inset
18269 </cell>
18270 </row>
18271 <row>
18272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276 h
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 i
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294 j
18295 \end_layout
18296
18297 \end_inset
18298 </cell>
18299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303 k
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 </row>
18309 </lyxtabular>
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \begin_layout Subsection
18322 Liniendicke
18323 \begin_inset CommandInset label
18324 LatexCommand label
18325 name "uab:Liniendicke"
18326
18327 \end_inset
18328
18329
18330 \begin_inset Index
18331 status collapsed
18332
18333 \begin_layout Plain Layout
18334 Tabellen  ! Linien ! -dicke
18335 \end_layout
18336
18337 \end_inset
18338
18339
18340 \end_layout
18341
18342 \begin_layout Standard
18343 Die Liniendicke für alle Linien einer Tabelle kann mit 
18344 \series bold
18345
18346 \backslash
18347 arrayrulewidth
18348 \series default
18349  eingestellt werden.
18350  Um eine Liniendicke von 1.5
18351 \begin_inset Space \thinspace{}
18352 \end_inset
18353
18354 pt, wie in Tabelle
18355 \begin_inset Space ~
18356 \end_inset
18357
18358
18359 \begin_inset CommandInset ref
18360 LatexCommand ref
18361 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18362
18363 \end_inset
18364
18365  zu bekommen, geben Sie den Befehl
18366 \end_layout
18367
18368 \begin_layout Standard
18369
18370 \series bold
18371
18372 \backslash
18373 setlength{
18374 \backslash
18375 arrayrulewidth}{1.5pt}
18376 \end_layout
18377
18378 \begin_layout Standard
18379 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18380  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18381  Mit
18382 \end_layout
18383
18384 \begin_layout Standard
18385
18386 \series bold
18387
18388 \backslash
18389 setlength{
18390 \backslash
18391 arrayrulewidth}{0.4pt}
18392 \end_layout
18393
18394 \begin_layout Standard
18395 bekommen Sie wieder die Standarddicke.
18396 \end_layout
18397
18398 \begin_layout Standard
18399 \begin_inset ERT
18400 status collapsed
18401
18402 \begin_layout Plain Layout
18403
18404
18405 \backslash
18406 setlength{
18407 \backslash
18408 arrayrulewidth}{1.5pt}
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \begin_inset Float table
18415 placement H
18416 wide false
18417 sideways false
18418 status open
18419
18420 \begin_layout Plain Layout
18421 \begin_inset Caption
18422
18423 \begin_layout Plain Layout
18424 \begin_inset CommandInset label
18425 LatexCommand label
18426 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18427
18428 \end_inset
18429
18430 Tabelle mit 1.5
18431 \begin_inset Space \thinspace{}
18432 \end_inset
18433
18434 pt Liniendicke
18435 \end_layout
18436
18437 \end_inset
18438
18439
18440 \end_layout
18441
18442 \begin_layout Plain Layout
18443 \align center
18444 \begin_inset Tabular
18445 <lyxtabular version="3" rows="3" columns="3">
18446 <features>
18447 <column alignment="center" valignment="top" width="0">
18448 <column alignment="center" valignment="top" width="0">
18449 <column alignment="center" valignment="top" width="0">
18450 <row>
18451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 sd
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 </row>
18479 <row>
18480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 sd
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 </row>
18508 <row>
18509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531 sd
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 </row>
18537 </lyxtabular>
18538
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \end_inset
18545
18546
18547 \begin_inset ERT
18548 status collapsed
18549
18550 \begin_layout Plain Layout
18551
18552
18553 \backslash
18554 setlength{
18555 \backslash
18556 arrayrulewidth}{0.4pt}
18557 \end_layout
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \begin_layout Standard
18565 \begin_inset VSpace bigskip
18566 \end_inset
18567
18568 Um eine Liniendicke von 1.5
18569 \begin_inset Space \thinspace{}
18570 \end_inset
18571
18572 pt nur für horizontale Linien zu bekommen, wie in Tabelle
18573 \begin_inset Space ~
18574 \end_inset
18575
18576
18577 \begin_inset CommandInset ref
18578 LatexCommand ref
18579 reference "tab:Tabelle-mit-1.5pt-horiz"
18580
18581 \end_inset
18582
18583 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18584  einfügen:
18585 \end_layout
18586
18587 \begin_layout Standard
18588
18589 \series bold
18590
18591 \backslash
18592 let
18593 \backslash
18594 myHline
18595 \backslash
18596 hline
18597 \begin_inset Newline newline
18598 \end_inset
18599
18600
18601 \backslash
18602 renewcommand{
18603 \backslash
18604 hline}
18605 \begin_inset Newline newline
18606 \end_inset
18607
18608  {
18609 \backslash
18610 noalign{
18611 \backslash
18612 global
18613 \backslash
18614 arrayrulewidth 1.5pt}
18615 \begin_inset Newline newline
18616 \end_inset
18617
18618  
18619 \backslash
18620 myHline
18621 \backslash
18622 noalign{
18623 \backslash
18624 global
18625 \backslash
18626 arrayrulewidth 0.4pt}}
18627 \end_layout
18628
18629 \begin_layout Standard
18630 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18631  der (Gleit\SpecialChar \-
18632 objekt-)Tabelle zurück:
18633 \end_layout
18634
18635 \begin_layout Standard
18636
18637 \series bold
18638
18639 \backslash
18640 renewcommand{
18641 \backslash
18642 hline}{
18643 \backslash
18644 myHline}
18645 \end_layout
18646
18647 \begin_layout Standard
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 let
18656 \backslash
18657 myHline
18658 \backslash
18659 hline
18660 \end_layout
18661
18662 \begin_layout Plain Layout
18663
18664
18665 \backslash
18666 renewcommand{
18667 \backslash
18668 hline}
18669 \end_layout
18670
18671 \begin_layout Plain Layout
18672
18673  {
18674 \backslash
18675 noalign{
18676 \backslash
18677 global
18678 \backslash
18679 arrayrulewidth 1.5pt}
18680 \end_layout
18681
18682 \begin_layout Plain Layout
18683
18684   
18685 \backslash
18686 myHline
18687 \backslash
18688 noalign{
18689 \backslash
18690 global
18691 \backslash
18692 arrayrulewidth 0.4pt}}
18693 \end_layout
18694
18695 \end_inset
18696
18697
18698 \begin_inset Float table
18699 placement h
18700 wide false
18701 sideways false
18702 status open
18703
18704 \begin_layout Plain Layout
18705 \begin_inset Caption
18706
18707 \begin_layout Plain Layout
18708 \begin_inset CommandInset label
18709 LatexCommand label
18710 name "tab:Tabelle-mit-1.5pt-horiz"
18711
18712 \end_inset
18713
18714 Tabelle mit 1.5
18715 \begin_inset Space \thinspace{}
18716 \end_inset
18717
18718 pt dicken horizontalen Linien
18719 \end_layout
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \begin_layout Plain Layout
18727 \align center
18728 \begin_inset Tabular
18729 <lyxtabular version="3" rows="3" columns="3">
18730 <features>
18731 <column alignment="center" valignment="top" width="0">
18732 <column alignment="center" valignment="top" width="0">
18733 <column alignment="center" valignment="top" width="0">
18734 <row>
18735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739 sd
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 </row>
18763 <row>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777 sd
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 </row>
18792 <row>
18793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815 sd
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 </row>
18821 </lyxtabular>
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \end_inset
18829
18830
18831 \begin_inset ERT
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835
18836
18837 \backslash
18838 renewcommand{
18839 \backslash
18840 hline}{
18841 \backslash
18842 myHline}
18843 \end_layout
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \begin_layout Standard
18851 \begin_inset VSpace bigskip
18852 \end_inset
18853
18854 Um die Liniendicke von 1.5
18855 \begin_inset Space \thinspace{}
18856 \end_inset
18857
18858 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18859  Spaltenformat entsprechend der Beschreibung in Abschnitt
18860 \begin_inset Space ~
18861 \end_inset
18862
18863
18864 \begin_inset CommandInset ref
18865 LatexCommand ref
18866 reference "uab:Angepasste-Zellen/Spaltenformat"
18867
18868 \end_inset
18869
18870 definieren:
18871 \end_layout
18872
18873 \begin_layout Standard
18874
18875 \series bold
18876
18877 \backslash
18878 newcolumntype{V}{!{
18879 \backslash
18880 vrule width 1.5pt}}
18881 \end_layout
18882
18883 \begin_layout Standard
18884 In Tabelle
18885 \begin_inset Space ~
18886 \end_inset
18887
18888
18889 \begin_inset CommandInset ref
18890 LatexCommand ref
18891 reference "tab:Tabelle-mit-1.5pt-vert"
18892
18893 \end_inset
18894
18895  wurde das 
18896 \family sans
18897 LaTe
18898 \begin_inset ERT
18899 status collapsed
18900
18901 \begin_layout Plain Layout
18902
18903 {}
18904 \end_layout
18905
18906 \end_inset
18907
18908 X-Argument
18909 \family default
18910 \series bold
18911  VcV
18912 \series default
18913  für die letzte Spalte und
18914 \series bold
18915  Vc
18916 \series default
18917  für die anderen benutzt.
18918 \end_layout
18919
18920 \begin_layout Standard
18921 \begin_inset Float table
18922 placement H
18923 wide false
18924 sideways false
18925 status open
18926
18927 \begin_layout Plain Layout
18928 \begin_inset Caption
18929
18930 \begin_layout Plain Layout
18931 \begin_inset CommandInset label
18932 LatexCommand label
18933 name "tab:Tabelle-mit-1.5pt-vert"
18934
18935 \end_inset
18936
18937 Tabelle mit 1.5
18938 \begin_inset Space \thinspace{}
18939 \end_inset
18940
18941 pt dicken vertikalen Linien
18942 \end_layout
18943
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \begin_layout Plain Layout
18950 \align center
18951 \begin_inset Tabular
18952 <lyxtabular version="3" rows="3" columns="3">
18953 <features>
18954 <column alignment="center" valignment="top" width="0" special="Vc">
18955 <column alignment="center" valignment="top" width="0" special="Vc">
18956 <column alignment="center" valignment="top" width="0" special="VcV">
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962 sd
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 </row>
18986 <row>
18987 <cell alignment="center" valignment="top" topline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 sd
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 <row>
19016 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 sd
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 </row>
19044 </lyxtabular>
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \begin_layout Subsection
19057 Gestrichelte Linien
19058 \begin_inset Index
19059 status collapsed
19060
19061 \begin_layout Plain Layout
19062 Tabellen  ! Linien ! gestrichelte 
19063 \end_layout
19064
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \begin_layout Standard
19071 \begin_inset ERT
19072 status collapsed
19073
19074 \begin_layout Plain Layout
19075
19076
19077 \backslash
19078 ifarydshln
19079 \end_layout
19080
19081 \end_inset
19082
19083
19084 \begin_inset Note Note
19085 status open
19086
19087 \begin_layout Plain Layout
19088 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19089 \series bold
19090 arydshln
19091 \series default
19092  installiert ist.
19093 \end_layout
19094
19095 \end_inset
19096
19097
19098 \end_layout
19099
19100 \begin_layout Standard
19101 \begin_inset Float table
19102 placement h
19103 wide false
19104 sideways false
19105 status open
19106
19107 \begin_layout Plain Layout
19108 \begin_inset Caption
19109
19110 \begin_layout Plain Layout
19111 \begin_inset CommandInset label
19112 LatexCommand label
19113 name "tab:Tabelle-mit-gestrichelten"
19114
19115 \end_inset
19116
19117 Tabelle mit gestrichelten Linien
19118 \end_layout
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \begin_layout Plain Layout
19126 \align center
19127 \begin_inset Tabular
19128 <lyxtabular version="3" rows="5" columns="5">
19129 <features>
19130 <column alignment="center" valignment="top" width="0">
19131 <column alignment="center" valignment="top" width="0">
19132 <column alignment="center" valignment="top" width="0" special=":c">
19133 <column alignment="center" valignment="top" width="0">
19134 <column alignment="center" valignment="top" width="0">
19135 <row>
19136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140 a
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149 b
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158 c
19159 \end_layout
19160
19161 \end_inset
19162 </cell>
19163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167 d
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176 e
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 </row>
19182 <row>
19183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19184 \begin_inset Text
19185
19186 \begin_layout Plain Layout
19187 f
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 g
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" topline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205 h
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214 i
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223 j
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 </row>
19229 <row>
19230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234 \begin_inset ERT
19235 status collapsed
19236
19237 \begin_layout Plain Layout
19238
19239
19240 \backslash
19241 hdashline 
19242 \end_layout
19243
19244 \end_inset
19245
19246 k
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 l
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 m
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 n
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 o
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 \begin_inset ERT
19294 status collapsed
19295
19296 \begin_layout Plain Layout
19297
19298
19299 \backslash
19300 cdashline{4-5}
19301 \end_layout
19302
19303 \end_inset
19304
19305 p
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 q
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 r
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 s
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 </row>
19347 <row>
19348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 t
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 u
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370 v
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 w
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 x
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 </row>
19394 </lyxtabular>
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \begin_layout Standard
19407 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19408  TeX-Code benutzen.
19409  Zunächst müssen Sie das LaTeX-Paket 
19410 \series bold
19411 arydshln
19412 \series default
19413
19414 \begin_inset Index
19415 status collapsed
19416
19417 \begin_layout Plain Layout
19418 LaTeX-Pakete ! arydshln
19419 \end_layout
19420
19421 \end_inset
19422
19423  im LaTeX-Vorspann geladen werden:
19424 \end_layout
19425
19426 \begin_layout Standard
19427
19428 \series bold
19429
19430 \backslash
19431 usepackage{arydshln}
19432 \end_layout
19433
19434 \begin_layout Standard
19435 Um senkrechte Linien zu stricheln, müssen Sie im 
19436 \family sans
19437 LaTe
19438 \begin_inset ERT
19439 status collapsed
19440
19441 \begin_layout Plain Layout
19442
19443 {}
19444 \end_layout
19445
19446 \end_inset
19447
19448 X-Argument
19449 \family default
19450  des 
19451 \family sans
19452 Tabellen-Einstellungen
19453 \family default
19454 -Dialogs 
19455 \begin_inset Quotes gld
19456 \end_inset
19457
19458 :
19459 \begin_inset Quotes grd
19460 \end_inset
19461
19462 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19463 \end_layout
19464
19465 \begin_layout Standard
19466 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19467 \end_layout
19468
19469 \begin_layout Standard
19470
19471 \series bold
19472
19473 \backslash
19474 hdashline
19475 \end_layout
19476
19477 \begin_layout Standard
19478 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19479 \end_layout
19480
19481 \begin_layout Standard
19482 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19483 \end_layout
19484
19485 \begin_layout Standard
19486
19487 \series bold
19488
19489 \backslash
19490 cdashline{Anfangsspalte-Endspalte}
19491 \end_layout
19492
19493 \begin_layout Standard
19494 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19495  Wenn Sie z.
19496 \begin_inset Space \thinspace{}
19497 \end_inset
19498
19499 B.
19500  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19501  gestrichelte Linie haben, fügen Sie diesen Befehl
19502 \end_layout
19503
19504 \begin_layout Standard
19505
19506 \series bold
19507
19508 \backslash
19509 cdashline{2-4}
19510 \end_layout
19511
19512 \begin_layout Standard
19513 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19514 \end_layout
19515
19516 \begin_layout Standard
19517 \begin_inset VSpace bigskip
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \begin_layout Standard
19524 In Tabelle
19525 \begin_inset Space ~
19526 \end_inset
19527
19528
19529 \begin_inset CommandInset ref
19530 LatexCommand ref
19531 reference "tab:Tabelle-mit-gestrichelten"
19532
19533 \end_inset
19534
19535  wurde der dritten Spalte der Befehl
19536 \series bold
19537  
19538 \series default
19539
19540 \begin_inset Quotes gld
19541 \end_inset
19542
19543
19544 \series bold
19545 :c
19546 \begin_inset Quotes grd
19547 \end_inset
19548
19549
19550 \series default
19551  benutzt.
19552  Der Befehl 
19553 \series bold
19554
19555 \backslash
19556 hdashline
19557 \series default
19558  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19559 \begin_inset Newline newline
19560 \end_inset
19561
19562  
19563 \series bold
19564
19565 \backslash
19566 cdashline{4-5} 
19567 \series default
19568 wurde in die erste Zelle der vierten Zeile eingefügt.
19569 \end_layout
19570
19571 \begin_layout Standard
19572 \begin_inset Note Greyedout
19573 status open
19574
19575 \begin_layout Plain Layout
19576
19577 \series bold
19578 Bemerkung:
19579 \series default
19580  Das LaTeX-Paket 
19581 \series bold
19582 arydshln
19583 \series default
19584  ist nicht kompatibel dem LaTeX-Paket 
19585 \series bold
19586 colortbl
19587 \series default
19588
19589 \begin_inset Index
19590 status collapsed
19591
19592 \begin_layout Plain Layout
19593 LaTeX-Pakete ! colortbl
19594 \end_layout
19595
19596 \end_inset
19597
19598 , das für die farbigen Tabellen in Abschnitt
19599 \begin_inset Space ~
19600 \end_inset
19601
19602
19603 \begin_inset CommandInset ref
19604 LatexCommand ref
19605 reference "abs:Farbige-Tabellen"
19606
19607 \end_inset
19608
19609  benutzt wurde.
19610  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19611 \end_layout
19612
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \begin_layout Standard
19619 \begin_inset ERT
19620 status collapsed
19621
19622 \begin_layout Plain Layout
19623
19624
19625 \backslash
19626 else
19627 \end_layout
19628
19629 \end_inset
19630
19631
19632 \begin_inset Note Note
19633 status open
19634
19635 \begin_layout Plain Layout
19636 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19637 \series bold
19638 arydshln
19639 \series default
19640  nicht installiert ist:
19641 \end_layout
19642
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \begin_layout Standard
19649 Sie müssen das LaTeX-Paket 
19650 \series bold
19651 arydshln
19652 \series default
19653  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19654 \end_layout
19655
19656 \begin_layout Standard
19657 \begin_inset ERT
19658 status collapsed
19659
19660 \begin_layout Plain Layout
19661
19662
19663 \backslash
19664 fi
19665 \end_layout
19666
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \begin_layout Chapter
19673 Gleitobjekte
19674 \begin_inset CommandInset label
19675 LatexCommand label
19676 name "kap:Gleitobjekte"
19677
19678 \end_inset
19679
19680
19681 \begin_inset Index
19682 status collapsed
19683
19684 \begin_layout Plain Layout
19685 Gleitobjekte
19686 \end_layout
19687
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \begin_layout Section
19694 Einleitung
19695 \begin_inset CommandInset label
19696 LatexCommand label
19697 name "abs:Gleitobjekte-Einleitung"
19698
19699 \end_inset
19700
19701
19702 \begin_inset Index
19703 status collapsed
19704
19705 \begin_layout Plain Layout
19706 Gleitobjekte ! Einleitung
19707 \end_layout
19708
19709 \end_inset
19710
19711
19712 \end_layout
19713
19714 \begin_layout Standard
19715 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19716  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19717  der beste Platz ist.
19718  
19719 \family sans
19720 Fußnoten
19721 \family default
19722  und 
19723 \family sans
19724 Randnotizen
19725 \family default
19726  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19727  wenn auf ihrer Seite schon zu viele sind.
19728 \end_layout
19729
19730 \begin_layout Standard
19731 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19732  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19733  um weiße Flächen und Seiten ohne Text zu vermeiden.
19734  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
19735  kann im Text auf ein Gleitobjekt verwiesen werden.
19736  Gleitobjekte sind deshalb nummeriert.
19737  Querverweise werden in Abschnitt
19738 \begin_inset Space ~
19739 \end_inset
19740
19741
19742 \begin_inset CommandInset ref
19743 LatexCommand ref
19744 reference "abs:Auf-Gleitobjekte-verweisen"
19745
19746 \end_inset
19747
19748  beschrieben.
19749 \end_layout
19750
19751 \begin_layout Standard
19752 Ein Gleitobjekt wird mit 
19753 \family sans
19754 Einfügen\SpecialChar \menuseparator
19755 Gleitobjekt\SpecialChar \menuseparator
19756 Algorithmus/Abbildung/Ta\SpecialChar \-
19757 belle/Um\SpecialChar \-
19758 flos\SpecialChar \-
19759 se\SpecialChar \-
19760 nes
19761 \begin_inset Space ~
19762 \end_inset
19763
19764 Gleitobjekt
19765 \family default
19766  eingefügt.
19767  Für Abbildungen oder Tabellen können Sie auch auf 
19768 \begin_inset Graphics
19769         filename ../../images/float-insert_figure.png
19770         scale 70
19771         scaleBeforeRotation
19772         BoundingBox 0bp 6bp 22bp 22bp
19773
19774 \end_inset
19775
19776  oder 
19777 \begin_inset Graphics
19778         filename ../../images/float-insert_table.png
19779         scale 70
19780         scaleBeforeRotation
19781         BoundingBox 0bp 6bp 22bp 22bp
19782
19783 \end_inset
19784
19785  klicken.
19786  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19787  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19788  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19789  #:).
19790  Statt # sehen Sie die von LyX vergebene Nummer.
19791  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19792  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19793  eingefügt.
19794  In Abschnitt
19795 \begin_inset Space ~
19796 \end_inset
19797
19798
19799 \begin_inset Space ~
19800 \end_inset
19801
19802
19803 \begin_inset CommandInset ref
19804 LatexCommand ref
19805 reference "abs:Titel-Platzierung"
19806
19807 \end_inset
19808
19809  finden Sie mehr über die Platzierung des Titels.
19810  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19811  auch wieder geöffnet.
19812  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19813 \begin_inset Graphics
19814         filename clipart/GleitobjektQt4.png
19815         scale 70
19816         scaleBeforeRotation
19817         BoundingBox 0bp 6bp 128bp 22bp
19818
19819 \end_inset
19820
19821  -- ein graues Kästchen mit roter Beschriftung.
19822 \end_layout
19823
19824 \begin_layout Standard
19825 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19826  Gleitobjekte in einem eigenen Absatz einzufügen.
19827 \end_layout
19828
19829 \begin_layout Standard
19830 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19831  indem Sie sie markieren und dann auf 
19832 \begin_inset Graphics
19833         filename ../../images/float-insert_figure.png
19834         scale 70
19835         scaleBeforeRotation
19836         BoundingBox 0bp 6bp 22bp 22bp
19837
19838 \end_inset
19839
19840  oder 
19841 \begin_inset Graphics
19842         filename ../../images/float-insert_table.png
19843         scale 70
19844         scaleBeforeRotation
19845         BoundingBox 0bp 6bp 22bp 22bp
19846
19847 \end_inset
19848
19849  klicken.
19850 \end_layout
19851
19852 \begin_layout Section
19853 Gleitobjekt-Typen
19854 \begin_inset Index
19855 status collapsed
19856
19857 \begin_layout Plain Layout
19858 Gleitobjekte ! Typen
19859 \end_layout
19860
19861 \end_inset
19862
19863
19864 \end_layout
19865
19866 \begin_layout Standard
19867 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19868 \begin_inset Space ~
19869 \end_inset
19870
19871
19872 \begin_inset CommandInset ref
19873 LatexCommand ref
19874 reference "abs:Gleitende-Abbildungen"
19875
19876 \end_inset
19877
19878  und 
19879 \begin_inset CommandInset ref
19880 LatexCommand ref
19881 reference "abs:Gleitende-Tabellen"
19882
19883 \end_inset
19884
19885  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
19886 \end_layout
19887
19888 \begin_layout Subsection
19889 Gleitobjekt-Algorithmen
19890 \begin_inset Index
19891 status collapsed
19892
19893 \begin_layout Plain Layout
19894 Gleitobjekte ! Algorithmen
19895 \end_layout
19896
19897 \end_inset
19898
19899
19900 \begin_inset CommandInset label
19901 LatexCommand label
19902 name "uab:Gleitobjekt-Algorithmen"
19903
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \begin_layout Standard
19910 \begin_inset Float algorithm
19911 placement h
19912 wide false
19913 sideways false
19914 status open
19915
19916 \begin_layout Plain Layout
19917 \begin_inset Caption
19918
19919 \begin_layout Plain Layout
19920 \begin_inset CommandInset label
19921 LatexCommand label
19922 name "alg:Ein-Gleitobjekt-Algorithmus"
19923
19924 \end_inset
19925
19926 Ein Gleitobjekt-Algorithmus 
19927 \end_layout
19928
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \begin_layout LyX-Code
19935 for I in 1..N loop
19936 \begin_inset Newline newline
19937 \end_inset
19938
19939  Sum:= Sum + A(I); /*Kommentar*/
19940 \begin_inset Newline newline
19941 \end_inset
19942
19943 end loop
19944 \begin_inset VSpace -4mm
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \begin_layout Standard
19956 Dieser Typ wird mit 
19957 \family sans
19958 Einfügen\SpecialChar \menuseparator
19959 Gleitobjekt\SpecialChar \menuseparator
19960 Algorithmus
19961 \family default
19962  eingefügt.
19963  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19964  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19965  Eine mögliche Absatz-Umgebung hier für ist 
19966 \family sans
19967 LyX-Code
19968 \family default
19969 , beschrieben im 
19970 \emph on
19971 Benutzerhandbuch
19972 \emph default
19973 .
19974  In Algorithmus
19975 \begin_inset Space ~
19976 \end_inset
19977
19978
19979 \begin_inset CommandInset ref
19980 LatexCommand ref
19981 reference "alg:Ein-Gleitobjekt-Algorithmus"
19982
19983 \end_inset
19984
19985  wurden am Ende -0.4
19986 \begin_inset Space \thinspace{}
19987 \end_inset
19988
19989 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19990  letzten Zeile gedruckt wird.
19991 \end_layout
19992
19993 \begin_layout Standard
19994 Die Marke 
19995 \emph on
19996 Algorithmus
19997 \emph default
19998  wird nicht automatisch in die druckbare Version übernommen, sondern das
19999  englische Wort 
20000 \emph on
20001 Algorithm
20002 \emph default
20003  verwendet.
20004  Soll
20005 \emph on
20006  Algorithmus
20007 \emph default
20008  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20009 \end_layout
20010
20011 \begin_layout Standard
20012
20013 \series bold
20014
20015 \backslash
20016 floatname{algorithm}{Algorithmus}
20017 \end_layout
20018
20019 \begin_layout Standard
20020 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
20021  Menü 
20022 \family sans
20023 Einfügen\SpecialChar \menuseparator
20024 Liste
20025 \begin_inset Space \thinspace{}
20026 \end_inset
20027
20028 /
20029 \begin_inset Space \thinspace{}
20030 \end_inset
20031
20032 Inhaltsverzeichnis\SpecialChar \menuseparator
20033 Algorithmenverzeichnis
20034 \family default
20035  verwendet werden.
20036  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20037  eingefügt werden:
20038 \end_layout
20039
20040 \begin_layout Standard
20041
20042 \series bold
20043
20044 \backslash
20045 listof{algorithm}{Algorithmenverzeichnis}
20046 \end_layout
20047
20048 \begin_layout Standard
20049 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20050  nach dem Schema 
20051 \begin_inset Quotes gld
20052 \end_inset
20053
20054 Kapitelnummer.Algorithmusnummer
20055 \begin_inset Quotes grd
20056 \end_inset
20057
20058  nummeriert.
20059  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20060  einfügen:
20061 \end_layout
20062
20063 \begin_layout Standard
20064
20065 \series bold
20066
20067 \backslash
20068 numberwithin{algorithm}{chapter}
20069 \end_layout
20070
20071 \begin_layout Standard
20072 Um 
20073 \series bold
20074
20075 \backslash
20076 numberwithin
20077 \series default
20078  benutzen zu können, muss in den 
20079 \family sans
20080 Mathe
20081 \begin_inset Space ~
20082 \end_inset
20083
20084 Optionen
20085 \family default
20086  der 
20087 \family sans
20088 Dokument-Einstellungen
20089 \family default
20090  
20091 \family sans
20092 AMS
20093 \begin_inset Space ~
20094 \end_inset
20095
20096 Mathe
20097 \begin_inset Space ~
20098 \end_inset
20099
20100 Paket
20101 \family default
20102
20103 \begin_inset Space ~
20104 \end_inset
20105
20106
20107 \family sans
20108 verwenden
20109 \family default
20110  angekreuzt sein.
20111 \end_layout
20112
20113 \begin_layout Subsection
20114 Textumflossenes [Gleit]Objekt
20115 \begin_inset CommandInset label
20116 LatexCommand label
20117 name "uab:Textumflossenes-[Gleit]Objekt"
20118
20119 \end_inset
20120
20121
20122 \begin_inset Index
20123 status collapsed
20124
20125 \begin_layout Plain Layout
20126 Gleitobjekte ! textumflossene
20127 \end_layout
20128
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \begin_layout Standard
20135 \begin_inset Wrap figure
20136 lines 0
20137 placement l
20138 overhang 0col%
20139 width "40col%"
20140 status open
20141
20142 \begin_layout Plain Layout
20143 \begin_inset Graphics
20144         filename ../clipart/mobius.eps
20145         display color
20146         width 40col%
20147         scaleBeforeRotation
20148         rotateOrigin center
20149
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \begin_layout Plain Layout
20156 \begin_inset Caption
20157
20158 \begin_layout Plain Layout
20159 \begin_inset CommandInset label
20160 LatexCommand label
20161 name "abb:This-is-a"
20162
20163 \end_inset
20164
20165 Dies ist eine umflossene Gleitobjekt-Abbildung
20166 \begin_inset VSpace medskip
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \end_inset
20178
20179 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
20180  werden, wo sie definiert wurden.
20181  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
20182 \emph on
20183 fließen
20184 \emph default
20185  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
20186  übrig lässt.
20187  Er wird mit dem Befehl
20188 \family sans
20189  Einfügen\SpecialChar \menuseparator
20190 Gleitobjekt\SpecialChar \menuseparator
20191 Umflossenes
20192 \begin_inset Space \space{}
20193 \end_inset
20194
20195 Gleit\SpecialChar \-
20196 ob\SpecialChar \-
20197 jekt
20198 \family default
20199   eingefügt, wenn das LaTeX-Paket 
20200 \series bold
20201 wrapfig
20202 \series default
20203
20204 \begin_inset Index
20205 status collapsed
20206
20207 \begin_layout Plain Layout
20208 LaTeX-Pakete ! wrapfig
20209 \begin_inset ERT
20210 status collapsed
20211
20212 \begin_layout Plain Layout
20213
20214
20215 \backslash
20216
20217 \begin_inset ERT
20218 status collapsed
20219
20220 \begin_layout Plain Layout
20221
20222 {
20223 \end_layout
20224
20225 \end_inset
20226
20227
20228 \begin_inset ERT
20229 status collapsed
20230
20231 \begin_layout Plain Layout
20232
20233 }
20234 \end_layout
20235
20236 \end_inset
20237
20238
20239 \end_layout
20240
20241 \end_inset
20242
20243 vspace
20244 \begin_inset ERT
20245 status collapsed
20246
20247 \begin_layout Plain Layout
20248
20249 {
20250 \end_layout
20251
20252 \end_inset
20253
20254 4mm
20255 \begin_inset ERT
20256 status collapsed
20257
20258 \begin_layout Plain Layout
20259
20260 }
20261 \end_layout
20262
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \end_inset
20269
20270  installiert ist.
20271 \begin_inset Foot
20272 status collapsed
20273
20274 \begin_layout Plain Layout
20275 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20276 \emph on
20277 LaTeX
20278 \begin_inset Space ~
20279 \end_inset
20280
20281 Konfiguration
20282 \emph default
20283  beschrieben.
20284 \end_layout
20285
20286 \end_inset
20287
20288  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
20289 klick auf
20290  das 
20291 \family sans
20292 Umflossenes
20293 \begin_inset Space ~
20294 \end_inset
20295
20296 Gleitobjekt
20297 \family default
20298 -Kästchen ändern.
20299  Abbildung
20300 \begin_inset Space ~
20301 \end_inset
20302
20303
20304 \begin_inset CommandInset ref
20305 LatexCommand ref
20306 reference "abb:This-is-a"
20307
20308 \end_inset
20309
20310  ist zum Beispiel ein textumflossenes Objekt, das 40
20311 \begin_inset Space \thinspace{}
20312 \end_inset
20313
20314 % der Spaltenbreite einnimmt.
20315 \begin_inset Foot
20316 status collapsed
20317
20318 \begin_layout Plain Layout
20319 Die benutzbaren Einheiten werden in Anhang
20320 \begin_inset Space ~
20321 \end_inset
20322
20323
20324 \begin_inset CommandInset ref
20325 LatexCommand ref
20326 reference "kap:In-LyX-verfügbare"
20327
20328 \end_inset
20329
20330  beschrieben.
20331 \end_layout
20332
20333 \end_inset
20334
20335  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
20336  umgebenden Test zu trennen.
20337 \end_layout
20338
20339 \begin_layout Standard
20340 \begin_inset Note Greyedout
20341 status open
20342
20343 \begin_layout Plain Layout
20344
20345 \series bold
20346 Bemerkung:
20347 \series default
20348  Textumflossene Objekte sind fragil.
20349  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
20350  dass sie gar nicht oder über anderen Text gedruckt wird.
20351 \end_layout
20352
20353 \end_inset
20354
20355
20356 \end_layout
20357
20358 \begin_layout Standard
20359
20360 \series bold
20361 Weitere
20362 \series default
20363  
20364 \series bold
20365 Bemerkungen
20366 \series default
20367 :
20368 \end_layout
20369
20370 \begin_layout Itemize
20371 Textumflossene Objekte
20372 \end_layout
20373
20374 \begin_deeper
20375 \begin_layout Itemize
20376 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
20377  werden.
20378  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
20379  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
20380  erfolgen wird.
20381 \end_layout
20382
20383 \begin_layout Itemize
20384 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
20385  werden oder darin.
20386 \end_layout
20387
20388 \begin_layout Itemize
20389 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
20390  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
20391 \end_layout
20392
20393 \begin_layout Itemize
20394 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
20395 \end_layout
20396
20397 \end_deeper
20398 \begin_layout Itemize
20399 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
20400  unmittelbar auf die Abbildung folgt, eingerückt.
20401  Das können Sie mit dem TeX-Code-Befehl 
20402 \series bold
20403
20404 \backslash
20405 hspace*{-1em}
20406 \series default
20407  direkt vor dem Text korrigieren.
20408  
20409 \family typewriter
20410 1
20411 \begin_inset Space \thinspace{}
20412 \end_inset
20413
20414 em
20415 \family default
20416  entspricht der Standardeinrückung.
20417 \end_layout
20418
20419 \begin_layout Itemize
20420 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
20421  behandelt.
20422 \end_layout
20423
20424 \begin_layout Itemize
20425 Der Text, der um die Abbildung herumfließt, sollte zwischen 
20426 \series bold
20427
20428 \backslash
20429 begin{slop\SpecialChar \-
20430 py\SpecialChar \-
20431 par}
20432 \series default
20433  und 
20434 \series bold
20435
20436 \backslash
20437 end{sloppypar}
20438 \series default
20439  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
20440 \end_layout
20441
20442 \begin_layout Section
20443 Gleitobjekt-Nummerierung
20444 \begin_inset CommandInset label
20445 LatexCommand label
20446 name "abs:Gleitobjekt-Nummerierung"
20447
20448 \end_inset
20449
20450
20451 \begin_inset Index
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455 Gleitobjekte ! Nummerierung
20456 \end_layout
20457
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \begin_layout Standard
20464 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
20465  nummeriert oder nach dem Schema 
20466 \begin_inset Quotes gld
20467 \end_inset
20468
20469 Kapitelnummer.Gleitobjektnummer
20470 \begin_inset Quotes grd
20471 \end_inset
20472
20473  oder 
20474 \begin_inset Quotes gld
20475 \end_inset
20476
20477 Abschnittsnummer.Gleitobjektnummer
20478 \begin_inset Quotes grd
20479 \end_inset
20480
20481 .
20482  Das hängt von der Dokumentklasse ab.
20483 \end_layout
20484
20485 \begin_layout Standard
20486 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20487  in den LaTeX-Vorspann einfügen:
20488 \end_layout
20489
20490 \begin_layout Standard
20491
20492 \series bold
20493
20494 \backslash
20495 renewcommand{
20496 \backslash
20497 thetable}{
20498 \backslash
20499 roman{table}}
20500 \end_layout
20501
20502 \begin_layout Standard
20503
20504 \series bold
20505
20506 \backslash
20507 thetable
20508 \series default
20509  ist der Befehl, der die Tabellennummer druckt.
20510  Für Abbildungen ist das 
20511 \series bold
20512
20513 \backslash
20514 thefigure
20515 \series default
20516 .
20517  Der Befehl 
20518 \series bold
20519
20520 \backslash
20521 roman
20522 \series default
20523  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20524 \end_layout
20525
20526 \begin_layout Standard
20527 Um das Numerierungsschema zum Beispiel auf 
20528 \begin_inset Quotes gld
20529 \end_inset
20530
20531 Unterabschnittsnummer.Num\SpecialChar \-
20532 mer
20533 \begin_inset Quotes grd
20534 \end_inset
20535
20536  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20537 \end_layout
20538
20539 \begin_layout Standard
20540
20541 \series bold
20542
20543 \backslash
20544 numberwithin{table}{subsection}
20545 \end_layout
20546
20547 \begin_layout Standard
20548 Um den Befehl 
20549 \series bold
20550
20551 \backslash
20552 numberwithin
20553 \series default
20554  zu können, müssen Sie in den 
20555 \family sans
20556 Mathe
20557 \begin_inset Space ~
20558 \end_inset
20559
20560 Optionen
20561 \family default
20562  der 
20563 \family sans
20564 Dokument-Einstellungen
20565 \family default
20566  
20567 \family sans
20568 AMS
20569 \begin_inset Space ~
20570 \end_inset
20571
20572 Mathe
20573 \begin_inset Space ~
20574 \end_inset
20575
20576 Paket
20577 \family default
20578
20579 \begin_inset Space ~
20580 \end_inset
20581
20582
20583 \family sans
20584 verwenden
20585 \family default
20586  ankreuzen.
20587 \end_layout
20588
20589 \begin_layout Standard
20590 Sehen Sie sich bitte auch Abschnitt
20591 \begin_inset Space ~
20592 \end_inset
20593
20594
20595 \begin_inset CommandInset ref
20596 LatexCommand ref
20597 reference "uab:Fußnoten-Nummerierung"
20598
20599 \end_inset
20600
20601  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
20602 \end_layout
20603
20604 \begin_layout Section
20605 Auf Gleitobjekte verweisen
20606 \begin_inset CommandInset label
20607 LatexCommand label
20608 name "abs:Auf-Gleitobjekte-verweisen"
20609
20610 \end_inset
20611
20612
20613 \begin_inset Index
20614 status collapsed
20615
20616 \begin_layout Plain Layout
20617 Gleitobjekte ! Querverweise
20618 \end_layout
20619
20620 \end_inset
20621
20622
20623 \begin_inset Index
20624 status collapsed
20625
20626 \begin_layout Plain Layout
20627 Querverweise
20628 \end_layout
20629
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \begin_layout Standard
20636 Zunächst müssen Sie mit 
20637 \family sans
20638 Einfügen\SpecialChar \menuseparator
20639 Marke
20640 \family default
20641  oder einen Klick auf 
20642 \begin_inset Graphics
20643         filename ../../images/label-insert.png
20644         scale 85
20645         scaleBeforeRotation
20646
20647 \end_inset
20648
20649  eine Marke im Titel einfügen.
20650  Im 
20651 \family sans
20652 Marke
20653 \family default
20654 -Dialog schreiben Sie einen Text in das Feld 
20655 \family sans
20656 Marke
20657 \family default
20658  oder übernehmen den vorgeschlagenen.
20659  Die Marke sieht in LyX dann so aus:
20660 \begin_inset Newline newline
20661 \end_inset
20662
20663
20664 \begin_inset Graphics
20665         filename clipart/Marke.png
20666         lyxscale 80
20667         scale 50
20668         scaleBeforeRotation
20669         BoundingBox 0bp 6bp 76bp 23bp
20670
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \begin_layout Standard
20677 Die Marke wird als Anker und Name für den Querverweis benutzt.
20678  Mit 
20679 \family sans
20680 Einfügen\SpecialChar \menuseparator
20681 Querverweis
20682 \family default
20683  oder einen Klick auf 
20684 \begin_inset Graphics
20685         filename ../../images/dialog-show-new-inset_ref.png
20686         scale 85
20687         scaleBeforeRotation
20688
20689 \end_inset
20690
20691  können Sie dann auf die Marke verweisen.
20692  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20693  angezeigt:
20694 \begin_inset Newline newline
20695 \end_inset
20696
20697
20698 \begin_inset Graphics
20699         filename clipart/Querverweis.png
20700         lyxscale 80
20701         scale 50
20702         scaleBeforeRotation
20703         BoundingBox 0bp 6bp 76bp 23bp
20704
20705 \end_inset
20706
20707
20708 \begin_inset Newline newline
20709 \end_inset
20710
20711  Mehr zu Querverweisen finden Sie im 
20712 \emph on
20713 Benutzerhandbuch
20714 \emph default
20715 .
20716 \end_layout
20717
20718 \begin_layout Standard
20719 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20720  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20721  durch einen Zeilenumbruch getrennt werden können.
20722 \end_layout
20723
20724 \begin_layout Standard
20725 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20726  LyX passt die Querverweise automatisch an.
20727 \end_layout
20728
20729 \begin_layout Standard
20730 Ein Klick auf den Schalter 
20731 \family sans
20732 Gehe
20733 \begin_inset Space ~
20734 \end_inset
20735
20736 zur
20737 \begin_inset Space ~
20738 \end_inset
20739
20740 Marke
20741 \family default
20742  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20743  Der Text der Schaltfläche heißt jetzt 
20744 \family sans
20745 Gehe
20746 \begin_inset Space ~
20747 \end_inset
20748
20749 zurück
20750 \family default
20751  und ein Klick darauf macht genau dies.
20752   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20753  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20754  Dann ist auch kein 
20755 \family sans
20756 Gehe
20757 \begin_inset Space ~
20758 \end_inset
20759
20760 zurück
20761 \family default
20762  möglich.
20763 \end_layout
20764
20765 \begin_layout Subsection
20766 Querverweis-Formate
20767 \begin_inset CommandInset label
20768 LatexCommand label
20769 name "uab:Querverweis-Formate"
20770
20771 \end_inset
20772
20773
20774 \begin_inset Index
20775 status collapsed
20776
20777 \begin_layout Plain Layout
20778 Querverweise ! Formate
20779 \end_layout
20780
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \begin_layout Standard
20787 Es gibt sechs verschiedene Querverweisstile:
20788 \end_layout
20789
20790 \begin_layout Description
20791 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20792  
20793 \begin_inset CommandInset ref
20794 LatexCommand ref
20795 reference "abb:Zwei-Teilabbildungen"
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \begin_layout Description
20803 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20804  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20805  verwendet wird, speziell wenn der Name 
20806 \begin_inset Quotes gld
20807 \end_inset
20808
20809 Gleichung
20810 \begin_inset Quotes grd
20811 \end_inset
20812
20813  weggelassen wird: 
20814 \begin_inset CommandInset ref
20815 LatexCommand eqref
20816 reference "eq:Wgn"
20817
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \begin_layout Description
20824 <Seite>: druckt die Seitennummer: Seite
20825 \begin_inset Space ~
20826 \end_inset
20827
20828
20829 \begin_inset CommandInset ref
20830 LatexCommand pageref
20831 reference "abb:Zwei-Teilabbildungen"
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Description
20839 auf
20840 \begin_inset Space ~
20841 \end_inset
20842
20843 Seite
20844 \begin_inset Space ~
20845 \end_inset
20846
20847 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
20848 \begin_inset CommandInset ref
20849 LatexCommand vpageref
20850 reference "abb:Zwei-Teilabbildungen"
20851
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \begin_layout Description
20858 <Querverweis>
20859 \begin_inset Space ~
20860 \end_inset
20861
20862 auf
20863 \begin_inset Space ~
20864 \end_inset
20865
20866 Seite
20867 \begin_inset Space ~
20868 \end_inset
20869
20870 <Seite>: druckt die Nummer der Gleitumgebung, den Text "auf Seite", und
20871  die Seitennummer: 
20872 \begin_inset CommandInset ref
20873 LatexCommand vref
20874 reference "abb:Zwei-Teilabbildungen"
20875
20876 \end_inset
20877
20878
20879 \end_layout
20880
20881 \begin_layout Description
20882 Formatierter
20883 \begin_inset Space ~
20884 \end_inset
20885
20886 Querverweis: druckt ein selbst definiertes Querverweisformat
20887 \begin_inset Newline newline
20888 \end_inset
20889
20890
20891 \begin_inset Note Greyedout
20892 status open
20893
20894 \begin_layout Plain Layout
20895
20896 \series bold
20897 Bemerkung:
20898 \series default
20899  Dies ist nur möglich, wenn das LaTeX-Paket 
20900 \series bold
20901 prettyref
20902 \series default
20903  installiert ist.
20904 \end_layout
20905
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \begin_layout Standard
20912 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20913  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
20914  Seite befindet.
20915  Stattdessen wird der Text 
20916 \begin_inset Quotes gld
20917 \end_inset
20918
20919 auf dieser Seite
20920 \begin_inset Quotes grd
20921 \end_inset
20922
20923  gedruckt.
20924 \end_layout
20925
20926 \begin_layout Standard
20927 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20928  automatisch von LaTeX berechnet.
20929  Die Stile können im Feld 
20930 \family sans
20931 Format
20932 \family default
20933  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
20934  einen Querverweis klicken.
20935 \end_layout
20936
20937 \begin_layout Subsection
20938 Auf Teilabbildungen verweisen
20939 \begin_inset CommandInset label
20940 LatexCommand label
20941 name "uab:Auf-Teilabbildungen-verweisen"
20942
20943 \end_inset
20944
20945
20946 \begin_inset Index
20947 status collapsed
20948
20949 \begin_layout Plain Layout
20950 Querverweise ! auf Teilabbildungen
20951 \end_layout
20952
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \begin_layout Standard
20959 Zur Zeit unterstützt LyX das nicht, also müssen Sie LaTeX-Befehle benutzen.
20960  Die Marke erzeugen Sie mit dem Befehl
20961 \end_layout
20962
20963 \begin_layout Standard
20964
20965 \series bold
20966
20967 \backslash
20968 label{abb:IhrMarkenName}
20969 \end_layout
20970
20971 \begin_layout Standard
20972 der direkt in das Titelfeld der Teilabbildung eingefügt wird.
20973  Als Querverweis benutzen Sie dann den Befehl
20974 \end_layout
20975
20976 \begin_layout Standard
20977
20978 \series bold
20979
20980 \backslash
20981 ref{abb:IhrMarkenName}
20982 \end_layout
20983
20984 \begin_layout Standard
20985 Hier ist ein Querverweis auf Teilabbildung
20986 \begin_inset Space ~
20987 \end_inset
20988
20989
20990 \begin_inset ERT
20991 status collapsed
20992
20993 \begin_layout Plain Layout
20994
20995
20996 \backslash
20997 ref{abb:Platypus}
20998 \end_layout
20999
21000 \end_inset
21001
21002 .
21003 \end_layout
21004
21005 \begin_layout Subsection
21006 Automatische Querverweis-Namen
21007 \begin_inset Index
21008 status collapsed
21009
21010 \begin_layout Plain Layout
21011 Querverweise ! Automatische Namen 
21012 \end_layout
21013
21014 \end_inset
21015
21016
21017 \end_layout
21018
21019 \begin_layout Standard
21020 Das LaTeX-Paket 
21021 \series bold
21022 hyperref
21023 \series default
21024
21025 \begin_inset Index
21026 status collapsed
21027
21028 \begin_layout Plain Layout
21029 LaTeX-Pakete ! hyperref
21030 \end_layout
21031
21032 \end_inset
21033
21034  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
21035  Gleitobjekts automatisch enthalten (oder Textteile wie 
21036 \emph on
21037 Abschnitt
21038 \emph default
21039 ).
21040  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
21041  Um diese Funktion benutzen zu können, müssen Sie 
21042 \series bold
21043 hyperref
21044 \series default
21045  in den LaTeX-Vorspann wie folgt einfügen:
21046 \end_layout
21047
21048 \begin_layout Standard
21049
21050 \series bold
21051
21052 \backslash
21053 usepackage[pdfborder={0 0 0}]{hyperref}
21054 \begin_inset Newline newline
21055 \end_inset
21056
21057
21058 \backslash
21059 AtBeginDocument{
21060 \backslash
21061 renewcommand{
21062 \backslash
21063 ref}[1]{
21064 \backslash
21065 mbox{
21066 \backslash
21067 autoref{#1}}}}
21068 \end_layout
21069
21070 \begin_layout Standard
21071
21072 \series bold
21073 hyperref
21074 \series default
21075  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Do\SpecialChar \-
21076 ku\SpecialChar \-
21077 men\SpecialChar \-
21078 ten
21079  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
21080  einen Link klicken, und die angeklickte Stelle wird gezeigt.
21081  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
21082  sich der Cursor.
21083 \end_layout
21084
21085 \begin_layout Standard
21086 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
21087 n.
21088  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
21089  für die Benutzung von 
21090 \series bold
21091 hyperref
21092 \series default
21093  sehen.
21094  In der 
21095 \series bold
21096 hyperref
21097 \series default
21098 -Dokumentation 
21099 \begin_inset CommandInset citation
21100 LatexCommand cite
21101 key "hyperref"
21102
21103 \end_inset
21104
21105  finden Sie mehr darüber.
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:
21116 \series default
21117  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21118  als Querverweisstil 
21119 \family sans
21120 Formatierter
21121 \begin_inset Space ~
21122 \end_inset
21123
21124 Querverweis
21125 \family default
21126  benutzen.
21127 \end_layout
21128
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \begin_layout Subsection
21135 Querverweis-Position
21136 \begin_inset CommandInset label
21137 LatexCommand label
21138 name "uab:Querverweis-Position"
21139
21140 \end_inset
21141
21142
21143 \begin_inset Index
21144 status collapsed
21145
21146 \begin_layout Plain Layout
21147 Querverweise !  Position
21148 \end_layout
21149
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \begin_layout Standard
21156 Wenn Sie 
21157 \series bold
21158 hyperref
21159 \series default
21160  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
21161  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21162  und Sie werden das Bild ohne Rollen nicht sehen.
21163  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21164  ist.
21165  Wenn Sie das  LaTeX-Paket 
21166 \series bold
21167 hypcap
21168 \series default
21169
21170 \begin_inset Index
21171 status collapsed
21172
21173 \begin_layout Plain Layout
21174 LaTeX-Pakete ! hypcap
21175 \end_layout
21176
21177 \end_inset
21178
21179 , das Teil des LaTeX-Pakets 
21180 \series bold
21181 oberdiek
21182 \series default
21183
21184 \begin_inset Index
21185 status collapsed
21186
21187 \begin_layout Plain Layout
21188 LaTeX-Pakete ! oberdiek
21189 \end_layout
21190
21191 \end_inset
21192
21193  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21194  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21195 \series bold
21196 hypcap
21197 \series default
21198  zunächst in den LaTeX-Vorspann laden:
21199 \end_layout
21200
21201 \begin_layout Standard
21202
21203 \series bold
21204
21205 \backslash
21206 usepackage[figure]{hypcap}
21207 \end_layout
21208
21209 \begin_layout Standard
21210 Sie können 
21211 \series bold
21212 hypcap
21213 \series default
21214  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21215  nicht empfohlen.
21216  Weitere Informationen finden Sie im
21217 \series bold
21218  hypcap
21219 \series default
21220 -Handbuch 
21221 \begin_inset CommandInset citation
21222 LatexCommand cite
21223 key "hypcap"
21224
21225 \end_inset
21226
21227 .
21228 \end_layout
21229
21230 \begin_layout Standard
21231 \begin_inset Note Greyedout
21232 status open
21233
21234 \begin_layout Plain Layout
21235
21236 \series bold
21237 Bemerkung 1:
21238 \series default
21239  
21240 \series bold
21241 hypcap
21242 \series default
21243  muss nach 
21244 \series bold
21245 hyperref
21246 \series default
21247  geladen werden.
21248 \end_layout
21249
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \begin_layout Standard
21256 \begin_inset Note Greyedout
21257 status open
21258
21259 \begin_layout Plain Layout
21260
21261 \series bold
21262 Bemerkung 2:
21263 \series default
21264  
21265 \series medium
21266 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21267  zu Teilabbildungen.
21268 \end_layout
21269
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \begin_layout Section
21276 Gleitobjekt-Platzierung
21277 \begin_inset CommandInset label
21278 LatexCommand label
21279 name "abs:Gleitobjekt-Platzierung"
21280
21281 \end_inset
21282
21283
21284 \begin_inset Index
21285 status collapsed
21286
21287 \begin_layout Plain Layout
21288 Gleitobjekte ! Plazierung
21289 \end_layout
21290
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \begin_layout Standard
21297 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21298 \family sans
21299 Gleitobjekt-Einstellungen
21300 \family default
21301 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21302  können.
21303 \begin_inset Newline newline
21304 \end_inset
21305
21306 Die Option 
21307 \family sans
21308 Spalten
21309 \begin_inset Space ~
21310 \end_inset
21311
21312 überspannen
21313 \family default
21314  ist nur bei zweispaltigen Dokumenten sinnvoll.
21315  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21316 \begin_inset Newline newline
21317 \end_inset
21318
21319 Die Option 
21320 \family sans
21321 Seitwärts
21322 \begin_inset Space ~
21323 \end_inset
21324
21325 drehen
21326 \family default
21327  ist in Abschnitt 
21328 \begin_inset CommandInset ref
21329 LatexCommand ref
21330 reference "abs:Gedrehte-Gleitobjekte"
21331
21332 \end_inset
21333
21334  beschrieben.
21335 \end_layout
21336
21337 \begin_layout Standard
21338 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21339  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21340  Sie die Option 
21341 \family sans
21342 Standard-Platzierung
21343 \begin_inset Space ~
21344 \end_inset
21345
21346 verwenden
21347 \family default
21348  nicht verwenden:
21349 \end_layout
21350
21351 \begin_layout Description
21352 Hier
21353 \begin_inset Space ~
21354 \end_inset
21355
21356 wenn
21357 \begin_inset Space ~
21358 \end_inset
21359
21360 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt wurde.
21361 \end_layout
21362
21363 \begin_layout Description
21364 Anfang
21365 \begin_inset Space ~
21366 \end_inset
21367
21368 der
21369 \begin_inset Space ~
21370 \end_inset
21371
21372 Seite
21373 \family sans
21374  
21375 \family default
21376 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21377  Gleitobjekte, die maximal 70
21378 \begin_inset Space \thinspace{}
21379 \end_inset
21380
21381 % einer Seite benötigen, dürfen oben platziert werden.
21382  Dies kann durch die Variable 
21383 \series bold
21384
21385 \backslash
21386 topfraction
21387 \series default
21388  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21389 \end_layout
21390
21391 \begin_deeper
21392 \begin_layout Standard
21393
21394 \series bold
21395
21396 \backslash
21397 renewcommand{
21398 \backslash
21399 topfraction}{0.9}
21400 \family typewriter
21401 \series default
21402  
21403 \end_layout
21404
21405 \end_deeper
21406 \begin_layout Description
21407 Ende
21408 \begin_inset Space ~
21409 \end_inset
21410
21411 der
21412 \begin_inset Space ~
21413 \end_inset
21414
21415 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21416  Gleitobjekte, die maximal 30
21417 \begin_inset Space \thinspace{}
21418 \end_inset
21419
21420 % einer Seite benötigen, dürfen unten platziert werden.
21421  Dies kann durch die Variable 
21422 \series bold
21423
21424 \backslash
21425 bottomfraction
21426 \series default
21427  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21428 \end_layout
21429
21430 \begin_deeper
21431 \begin_layout Standard
21432
21433 \series bold
21434
21435 \backslash
21436 renewcommand{
21437 \backslash
21438 bottomfraction}{0.5}
21439 \end_layout
21440
21441 \begin_layout Standard
21442 die oftmals zu kleine untere Grenze auf 50
21443 \begin_inset Space \thinspace{}
21444 \end_inset
21445
21446 %.
21447 \end_layout
21448
21449 \end_deeper
21450 \begin_layout Description
21451 Seite
21452 \begin_inset Space ~
21453 \end_inset
21454
21455 mit
21456 \begin_inset Space ~
21457 \end_inset
21458
21459 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu platzieren.
21460  Nur wenn mehr als 50
21461 \begin_inset Space \thinspace{}
21462 \end_inset
21463
21464 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21465  Gleitobjekte bereitgestellt.
21466  Dies kann durch die Variable 
21467 \series bold
21468
21469 \backslash
21470 floatpagefraction 
21471 \series default
21472 im LaTeX-Vorspann überschrieben werden.
21473 \end_layout
21474
21475 \begin_layout Standard
21476 Die Reihenfolge der obigen Optionen wird 
21477 \emph on
21478 immer
21479 \emph default
21480  von LaTeX verwendet.
21481  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21482  versuchen 
21483 \family sans
21484 Hier
21485 \begin_inset Space \space{}
21486 \end_inset
21487
21488 wenn
21489 \begin_inset Space \space{}
21490 \end_inset
21491
21492 möglich
21493 \family default
21494 , dann 
21495 \family sans
21496 Anfang
21497 \begin_inset Space ~
21498 \end_inset
21499
21500 der
21501 \begin_inset Space ~
21502 \end_inset
21503
21504 Seite
21505 \family default
21506  und dann die anderen Optionen zu anzuwenden.
21507  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21508  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
21509  Reihenfolge.
21510  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21511 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
21512 \end_layout
21513
21514 \begin_layout Standard
21515 Die Option 
21516 \family sans
21517 Hier,
21518 \begin_inset Space ~
21519 \end_inset
21520
21521 auf
21522 \begin_inset Space ~
21523 \end_inset
21524
21525 jeden
21526 \begin_inset Space ~
21527 \end_inset
21528
21529 Fall
21530 \family default
21531  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21532  fast druckreif ist.
21533  Denn mit der Option kann das Objekt nicht mehr 
21534 \emph on
21535 gleiten
21536 \emph default
21537 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21538  oftmals zerstört.
21539 \end_layout
21540
21541 \begin_layout Standard
21542 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21543  immer von Text eines bestimmten Paragraphen umgeben sind.
21544 \begin_inset VSpace bigskip
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \begin_layout Standard
21551 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21552 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21553  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21554  Das kann mit dem LaTeX-Befehl
21555 \series bold
21556  
21557 \backslash
21558 suppressfloats
21559 \series default
21560  verhindert werden.
21561  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21562  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21563  gesetzt wird.
21564  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21565 \end_layout
21566
21567 \begin_layout Standard
21568
21569 \series bold
21570
21571 \backslash
21572 let
21573 \backslash
21574 meinAbschnitt
21575 \backslash
21576 section
21577 \begin_inset Newline newline
21578 \end_inset
21579
21580
21581 \backslash
21582 renewcommand{
21583 \backslash
21584 section}{
21585 \backslash
21586 suppressfloats[t]
21587 \backslash
21588 meinAbschnitt}
21589 \end_layout
21590
21591 \begin_layout Standard
21592 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21593  Unterabschnitten festlegen.
21594  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
21595  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21596 \end_layout
21597
21598 \begin_layout Standard
21599 Es gibt auch noch das LaTeX-Paket 
21600 \series bold
21601 flafter
21602 \series default
21603
21604 \begin_inset Index
21605 status collapsed
21606
21607 \begin_layout Plain Layout
21608 LaTeX-Pakete ! flafter
21609 \end_layout
21610
21611 \end_inset
21612
21613  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21614  gedruckt wird.
21615 \end_layout
21616
21617 \begin_layout Standard
21618 \begin_inset VSpace bigskip
21619 \end_inset
21620
21621 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21622  Dafür gibt es das LaTeX-Paket 
21623 \series bold
21624 endfloat
21625 \series default
21626
21627 \begin_inset Index
21628 status collapsed
21629
21630 \begin_layout Plain Layout
21631 LaTeX-Pakete ! endf
21632 \begin_inset ERT
21633 status collapsed
21634
21635 \begin_layout Plain Layout
21636
21637
21638 \backslash
21639
21640 \begin_inset ERT
21641 status collapsed
21642
21643 \begin_layout Plain Layout
21644
21645 {
21646 \end_layout
21647
21648 \end_inset
21649
21650
21651 \begin_inset ERT
21652 status collapsed
21653
21654 \begin_layout Plain Layout
21655
21656 }
21657 \end_layout
21658
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \end_inset
21665
21666 /loat
21667 \end_layout
21668
21669 \end_inset
21670
21671 .
21672  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21673  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21674  
21675 \family sans
21676
21677 \begin_inset Quotes gld
21678 \end_inset
21679
21680 [Abbildung
21681 \begin_inset Space ~
21682 \end_inset
21683
21684 3.2 ist ungefähr hier.]
21685 \family default
21686
21687 \begin_inset Quotes grd
21688 \end_inset
21689
21690  finden.
21691  Das 
21692 \series bold
21693 endfloat
21694 \series default
21695 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21696 \end_layout
21697
21698 \begin_layout Standard
21699
21700 \series bold
21701
21702 \backslash
21703 usepackage[Optionen]{endfloat}
21704 \end_layout
21705
21706 \begin_layout Standard
21707 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21708  Tabellen-Abschnitt, die Sie in der 
21709 \series bold
21710 endfloat
21711 \series default
21712 -Dokumentation 
21713 \begin_inset CommandInset citation
21714 LatexCommand cite
21715 key "endfloat"
21716
21717 \end_inset
21718
21719  nachlesen können.
21720 \begin_inset Newline newline
21721 \end_inset
21722
21723
21724 \begin_inset Note Greyedout
21725 status open
21726
21727 \begin_layout Plain Layout
21728
21729 \series bold
21730 Bemerkung
21731 \begin_inset Space ~
21732 \end_inset
21733
21734 1: endfloat
21735 \series default
21736  übersetzt den Hinweistext nicht automatisch.
21737  Abschnitt
21738 \begin_inset Space ~
21739 \end_inset
21740
21741 4 in 
21742 \begin_inset CommandInset citation
21743 LatexCommand cite
21744 key "endfloat"
21745
21746 \end_inset
21747
21748  beschreibt, wie es geht.
21749 \end_layout
21750
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \begin_layout Standard
21757 \begin_inset Note Greyedout
21758 status open
21759
21760 \begin_layout Plain Layout
21761
21762 \series bold
21763 Bemerkung
21764 \begin_inset Space ~
21765 \end_inset
21766
21767 2: 
21768 \series default
21769 Die aktuelle Version von 
21770 \series bold
21771 endfloat
21772 \series default
21773  hat einen Fehler, wenn die Überschrift ein 
21774 \begin_inset Quotes gld
21775 \end_inset
21776
21777 ß
21778 \begin_inset Quotes grd
21779 \end_inset
21780
21781  enthält.
21782  Sie müssen stattdessen den Befehl 
21783 \series bold
21784
21785 \backslash
21786 ss
21787 \series default
21788  als TeX-Code benutzen.
21789 \end_layout
21790
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \begin_layout Standard
21797 \begin_inset VSpace bigskip
21798 \end_inset
21799
21800 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
21801 hern wie 
21802 \begin_inset CommandInset citation
21803 LatexCommand cite
21804 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21805
21806 \end_inset
21807
21808 .
21809 \end_layout
21810
21811 \begin_layout Section
21812 Gedrehte Gleitobjekte
21813 \begin_inset CommandInset label
21814 LatexCommand label
21815 name "abs:Gedrehte-Gleitobjekte"
21816
21817 \end_inset
21818
21819
21820 \begin_inset Index
21821 status collapsed
21822
21823 \begin_layout Plain Layout
21824 Gleitobjekte ! drehen
21825 \end_layout
21826
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \begin_layout Standard
21833 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21834 t drehen.
21835  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21836  und die Option 
21837 \family sans
21838 Seitwärts
21839 \begin_inset Space ~
21840 \end_inset
21841
21842 drehen
21843 \family default
21844  wählen.
21845 \end_layout
21846
21847 \begin_layout Standard
21848 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
21849  zweispaltigen Dokumenten) gedruckt.
21850  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21851  werden können.
21852  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21853  Option 
21854 \series bold
21855 figuresleft
21856 \series default
21857  oder 
21858 \series bold
21859 figuresright
21860 \series default
21861  zu den Dokumentklassen-Optionen hinzu.
21862 \end_layout
21863
21864 \begin_layout Standard
21865 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21866  Tabelle
21867 \begin_inset Space ~
21868 \end_inset
21869
21870
21871 \begin_inset CommandInset ref
21872 LatexCommand ref
21873 reference "tab:Gedrehte-Tabelle"
21874
21875 \end_inset
21876
21877  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21878 \end_layout
21879
21880 \begin_layout Standard
21881 \begin_inset Note Greyedout
21882 status open
21883
21884 \begin_layout Plain Layout
21885
21886 \series bold
21887 Bemerkung:
21888 \series default
21889  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21890 \end_layout
21891
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \begin_layout Standard
21898 \begin_inset Float table
21899 wide false
21900 sideways true
21901 status open
21902
21903 \begin_layout Plain Layout
21904 \begin_inset Caption
21905
21906 \begin_layout Plain Layout
21907 \begin_inset CommandInset label
21908 LatexCommand label
21909 name "tab:Gedrehte-Tabelle"
21910
21911 \end_inset
21912
21913 Gedrehte Tabelle
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \begin_layout Plain Layout
21922 \align center
21923 \begin_inset Tabular
21924 <lyxtabular version="3" rows="1" columns="5">
21925 <features>
21926 <column alignment="center" valignment="top" width="0">
21927 <column alignment="center" valignment="top" width="0">
21928 <column alignment="center" valignment="top" width="0">
21929 <column alignment="center" valignment="top" width="0">
21930 <column alignment="center" valignment="top" width="0">
21931 <row>
21932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 Test
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945 b
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954 c
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 d
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21969 \begin_inset Text
21970
21971 \begin_layout Plain Layout
21972 e
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 </lyxtabular>
21979
21980 \end_inset
21981
21982
21983 \end_layout
21984
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \begin_layout Section
21991 Gleitobjekte nebeneinander
21992 \begin_inset Index
21993 status collapsed
21994
21995 \begin_layout Plain Layout
21996 Gleitobjekte ! nebeneinander
21997 \end_layout
21998
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \begin_layout Standard
22005 Um Gleitobjekte nebeneinander zu setzen, wie bei Abbildung
22006 \begin_inset Space ~
22007 \end_inset
22008
22009
22010 \begin_inset CommandInset ref
22011 LatexCommand ref
22012 reference "fig:Gleitobjekt-links"
22013
22014 \end_inset
22015
22016  und 
22017 \begin_inset CommandInset ref
22018 LatexCommand ref
22019 reference "fig:Gleitobjekt-rechts"
22020
22021 \end_inset
22022
22023 , wird nur 
22024 \emph on
22025 ein
22026 \emph default
22027  Gleitobjekt verwendet.
22028  In dieses werden zwei Minipage Boxen eingefügt.
22029 \begin_inset Foot
22030 status collapsed
22031
22032 \begin_layout Plain Layout
22033 Minipages sind in Abschnitt
22034 \begin_inset Space ~
22035 \end_inset
22036
22037
22038 \begin_inset CommandInset ref
22039 LatexCommand ref
22040 reference "abs:Minipage"
22041
22042 \end_inset
22043
22044  erklärt.
22045 \end_layout
22046
22047 \end_inset
22048
22049  Die Breite wird für jede Minipage auf 45
22050 \begin_inset Space \thinspace{}
22051 \end_inset
22052
22053 -50
22054 \begin_inset Space \thinspace{}
22055 \end_inset
22056
22057 Spalten% und die Box Ausrichtung auf 
22058 \family sans
22059 Unten
22060 \family default
22061  gesetzt.
22062  Die Minipage Boxen enthalten das Bild und die Beschriftung, so wie in einem
22063  Gleitobjekt.
22064  Der einzige Unterschied ist, dass die Bildeinheit 
22065 \family sans
22066 Spaltenbreite
22067 \begin_inset Space ~
22068 \end_inset
22069
22070 %
22071 \family default
22072  nun bezüglich der Breite der Minipage Boxen berechnet wird.
22073 \end_layout
22074
22075 \begin_layout Standard
22076 \begin_inset Float figure
22077 wide false
22078 sideways false
22079 status open
22080
22081 \begin_layout Plain Layout
22082 \begin_inset Box Frameless
22083 position "b"
22084 hor_pos "c"
22085 has_inner_box 1
22086 inner_pos "t"
22087 use_parbox 0
22088 width "45col%"
22089 special "none"
22090 height "1in"
22091 height_special "totalheight"
22092 status open
22093
22094 \begin_layout Plain Layout
22095 \align center
22096 \begin_inset Graphics
22097         filename ../clipart/mobius.eps
22098         lyxscale 50
22099         width 100col%
22100         scaleBeforeRotation
22101
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \begin_layout Plain Layout
22108 \begin_inset Caption
22109
22110 \begin_layout Plain Layout
22111 \begin_inset CommandInset label
22112 LatexCommand label
22113 name "fig:Gleitobjekt-links"
22114
22115 \end_inset
22116
22117 Gleitobjekt auf der linken Seite.
22118 \end_layout
22119
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \end_inset
22126
22127
22128 \begin_inset Space \hfill{}
22129 \end_inset
22130
22131
22132 \begin_inset Box Frameless
22133 position "b"
22134 hor_pos "c"
22135 has_inner_box 1
22136 inner_pos "t"
22137 use_parbox 0
22138 width "45col%"
22139 special "none"
22140 height "1in"
22141 height_special "totalheight"
22142 status open
22143
22144 \begin_layout Plain Layout
22145 \align center
22146 \begin_inset Graphics
22147         filename ../clipart/platypus.eps
22148         lyxscale 50
22149         width 100col%
22150         scaleBeforeRotation
22151
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \begin_layout Plain Layout
22158 \begin_inset Caption
22159
22160 \begin_layout Plain Layout
22161 \begin_inset CommandInset label
22162 LatexCommand label
22163 name "fig:Gleitobjekt-rechts"
22164
22165 \end_inset
22166
22167 Gleitobjekt auf der rechten Seite.
22168 \end_layout
22169
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \begin_layout Section
22186 Beschriftungs-Formatierung
22187 \begin_inset CommandInset label
22188 LatexCommand label
22189 name "abs:Titel-Formatierung"
22190
22191 \end_inset
22192
22193
22194 \begin_inset Index
22195 status collapsed
22196
22197 \begin_layout Plain Layout
22198 Gleitobjekte ! Beschriftung ! Formatierung
22199 \end_layout
22200
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \begin_layout Standard
22207
22208 \family sans
22209 Legende
22210 \family default
22211  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22212  In LyX sehen Titel so aus:  
22213 \family sans
22214
22215 \begin_inset Quotes gld
22216 \end_inset
22217
22218 Abbildung xyz:
22219 \family default
22220
22221 \begin_inset Quotes grd
22222 \end_inset
22223
22224 , gefolgt vom Beschriftungstext, wobei 
22225 \family sans
22226 xyz
22227 \family default
22228  die von LyX vergebene Nummer ist.
22229  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22230  gedruckt.
22231  Dies ist nicht immer brauchbar.
22232 \end_layout
22233
22234 \begin_layout Standard
22235 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22236  
22237 \series bold
22238 caption
22239 \series default
22240
22241 \begin_inset Index
22242 status collapsed
22243
22244 \begin_layout Plain Layout
22245 LaTeX-Pakete ! caption
22246 \end_layout
22247
22248 \end_inset
22249
22250  in den LaTeX-Vorspann laden:
22251 \end_layout
22252
22253 \begin_layout Standard
22254
22255 \series bold
22256
22257 \backslash
22258 usepackage[Format-Definition]{caption}
22259 \end_layout
22260
22261 \begin_layout Standard
22262 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22263  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22264 \end_layout
22265
22266 \begin_layout Standard
22267
22268 \series bold
22269
22270 \backslash
22271 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22272 \end_layout
22273
22274 \begin_layout Standard
22275 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22276  definieren.
22277  Dazu laden Sie das 
22278 \series bold
22279 caption
22280 \series default
22281 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22282  dem Befehl
22283 \end_layout
22284
22285 \begin_layout Standard
22286
22287 \series bold
22288
22289 \backslash
22290 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22291 \end_layout
22292
22293 \begin_layout Standard
22294 Für Abbildung
22295 \begin_inset Space ~
22296 \end_inset
22297
22298
22299 \begin_inset CommandInset ref
22300 LatexCommand ref
22301 reference "abb:Langer-Abb-Titel"
22302
22303 \end_inset
22304
22305  und Tabelle
22306 \begin_inset Space ~
22307 \end_inset
22308
22309
22310 \begin_inset CommandInset ref
22311 LatexCommand ref
22312 reference "tab:Langer-Tab-Titel"
22313
22314 \end_inset
22315
22316  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22317  werden:
22318 \end_layout
22319
22320 \begin_layout Standard
22321
22322 \series bold
22323
22324 \backslash
22325 usepackage[tableposition=top]{caption}
22326 \begin_inset Newline newline
22327 \end_inset
22328
22329
22330 \backslash
22331 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22332 \begin_inset Newline newline
22333 \end_inset
22334
22335
22336 \begin_inset ERT
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340
22341
22342 \backslash
22343 hphantom{
22344 \backslash
22345
22346 \backslash
22347 captionsetup[figure]
22348 \backslash
22349 {}
22350 \end_layout
22351
22352 \end_inset
22353
22354  labelsep=period}
22355 \begin_inset Newline newline
22356 \end_inset
22357
22358
22359 \backslash
22360 captionsetup[table]{labelfont={bf,sf}}
22361 \end_layout
22362
22363 \begin_layout Standard
22364 \begin_inset Note Greyedout
22365 status open
22366
22367 \begin_layout Plain Layout
22368
22369 \series bold
22370 Bemerkung:
22371 \series default
22372  Die Option 
22373 \series bold
22374 tableposition=top
22375 \series default
22376  hat keine Auswirkung wenn eine 
22377 \series bold
22378 koma-script
22379 \series default
22380
22381 \begin_inset Index
22382 status collapsed
22383
22384 \begin_layout Plain Layout
22385 LaTeX-Pakete ! koma-script
22386 \end_layout
22387
22388 \end_inset
22389
22390 -Dokumentklasse verwendet wird.
22391  Hier muss die Option 
22392 \series bold
22393 tablecaptionabove
22394 \series default
22395  benutzt werden.
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Standard
22404 Weitere Informationen über das Paket
22405 \series bold
22406  caption
22407 \series default
22408  finden Sie in seiner Dokumentation 
22409 \begin_inset CommandInset citation
22410 LatexCommand cite
22411 key "caption"
22412
22413 \end_inset
22414
22415 .
22416 \end_layout
22417
22418 \begin_layout Standard
22419 Wenn Sie den Namen von 
22420 \begin_inset Quotes gld
22421 \end_inset
22422
22423 Abbildung
22424 \begin_inset Quotes grd
22425 \end_inset
22426
22427  auf 
22428 \begin_inset Quotes gld
22429 \end_inset
22430
22431 Bild
22432 \begin_inset Quotes grd
22433 \end_inset
22434
22435  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22436 \end_layout
22437
22438 \begin_layout Standard
22439
22440 \series bold
22441
22442 \backslash
22443 renewcommand{
22444 \backslash
22445 fnum@figure}{Bild~
22446 \backslash
22447 thefigure}
22448 \end_layout
22449
22450 \begin_layout Standard
22451 wobei 
22452 \series bold
22453
22454 \backslash
22455 thefigure
22456 \series default
22457  die Bildnummer einsetzt und
22458 \series bold
22459  ~
22460 \series default
22461  ein geschütztes Leerzeichen ist.
22462 \end_layout
22463
22464 \begin_layout Standard
22465 \begin_inset VSpace bigskip
22466 \end_inset
22467
22468 Wenn Sie eine 
22469 \series bold
22470 koma-script
22471 \series default
22472
22473 \begin_inset Index
22474 status collapsed
22475
22476 \begin_layout Plain Layout
22477 LaTeX-Pakete ! koma-script
22478 \end_layout
22479
22480 \end_inset
22481
22482 -Dokumentklasse (
22483 \family sans
22484 article (koma-script)
22485 \family default
22486
22487 \family sans
22488 book (koma-script)
22489 \family default
22490
22491 \family sans
22492 letter (koma-script)
22493 \family default
22494  oder 
22495 \family sans
22496 report (koma-script)
22497 \family default
22498 ) benutzen, können Sie anstatt des 
22499 \series bold
22500 caption
22501 \series default
22502 -Paketes den eingebauten Befehl 
22503 \series bold
22504
22505 \backslash
22506 setkomafont
22507 \series default
22508  von 
22509 \series bold
22510 koma-script
22511 \series default
22512  benutzen.
22513  Der Befehl
22514 \end_layout
22515
22516 \begin_layout Standard
22517
22518 \series bold
22519
22520 \backslash
22521 setkomafont{captionlabel}{
22522 \backslash
22523 bfseries}
22524 \end_layout
22525
22526 \begin_layout Standard
22527 im LaTeX-Vorspann druckt den Namen fett.
22528 \end_layout
22529
22530 \begin_layout Standard
22531 Weitere Informationen über 
22532 \series bold
22533
22534 \backslash
22535 setkomafont
22536 \series default
22537  finden Sie in der 
22538 \series bold
22539 koma-script
22540 \series default
22541 -Do\SpecialChar \-
22542 ku\SpecialChar \-
22543 men\SpecialChar \-
22544 ta\SpecialChar \-
22545 tion 
22546 \begin_inset CommandInset citation
22547 LatexCommand cite
22548 key "koma-script"
22549
22550 \end_inset
22551
22552 .
22553 \end_layout
22554
22555 \begin_layout Standard
22556 \begin_inset ERT
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560
22561
22562 \backslash
22563 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22564 }
22565 \end_layout
22566
22567 \end_inset
22568
22569
22570 \begin_inset Note Note
22571 status open
22572
22573 \begin_layout Plain Layout
22574 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22575 \end_layout
22576
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \begin_layout Standard
22583 \begin_inset Float figure
22584 placement !p
22585 wide false
22586 sideways false
22587 status open
22588
22589 \begin_layout Plain Layout
22590 \align center
22591 \begin_inset Graphics
22592         filename ../clipart/mobius.eps
22593         lyxscale 50
22594         scale 50
22595         scaleBeforeRotation
22596
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \begin_layout Plain Layout
22603 \begin_inset Caption
22604
22605 \begin_layout Plain Layout
22606 \begin_inset CommandInset label
22607 LatexCommand label
22608 name "abb:Langer-Abb-Titel"
22609
22610 \end_inset
22611
22612 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22613  ist, um das andere Beschriftungsformat zu zeigen.
22614  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22615 \begin_inset OptArg
22616 status collapsed
22617
22618 \begin_layout Plain Layout
22619 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22620  ist.
22621 \end_layout
22622
22623 \end_inset
22624
22625
22626 \end_layout
22627
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \end_inset
22634
22635
22636 \end_layout
22637
22638 \begin_layout Standard
22639 \begin_inset ERT
22640 status collapsed
22641
22642 \begin_layout Plain Layout
22643
22644
22645 \backslash
22646 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22647 on}
22648 \end_layout
22649
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \begin_layout Standard
22656 \begin_inset Float table
22657 placement !p
22658 wide false
22659 sideways false
22660 status open
22661
22662 \begin_layout Plain Layout
22663 \begin_inset Caption
22664
22665 \begin_layout Plain Layout
22666 \begin_inset CommandInset label
22667 LatexCommand label
22668 name "tab:Langer-Tab-Titel"
22669
22670 \end_inset
22671
22672 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22673  ist, um das andere Beschriftungsformat zu zeigen.
22674  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22675  benutzt.
22676 \begin_inset OptArg
22677 status collapsed
22678
22679 \begin_layout Plain Layout
22680 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22681  ist.
22682 \end_layout
22683
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \begin_layout Plain Layout
22695 \align center
22696 \begin_inset Tabular
22697 <lyxtabular version="3" rows="1" columns="5">
22698 <features>
22699 <column alignment="center" valignment="top" width="0">
22700 <column alignment="center" valignment="top" width="0">
22701 <column alignment="center" valignment="top" width="0">
22702 <column alignment="center" valignment="top" width="0">
22703 <column alignment="center" valignment="top" width="0">
22704 <row>
22705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 a
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 b
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 c
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 d
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 e
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 </lyxtabular>
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \begin_layout Section
22764 Beschriftungs-Platzierung
22765 \begin_inset CommandInset label
22766 LatexCommand label
22767 name "abs:Titel-Platzierung"
22768
22769 \end_inset
22770
22771
22772 \begin_inset Index
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776 Gleitobjekte ! Beschriftung ! Platzierung
22777 \end_layout
22778
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \begin_layout Standard
22785 Normalerweise werden die Beschriftungen wie folgt platziert:
22786 \end_layout
22787
22788 \begin_layout Description
22789 Abbildung: darunter
22790 \end_layout
22791
22792 \begin_layout Description
22793 Tabelle: darüber
22794 \end_layout
22795
22796 \begin_layout Standard
22797 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22798  Das heißt wenn Sie eine der Dokument-Klassen 
22799 \family sans
22800 article
22801 \family default
22802
22803 \family sans
22804 book
22805 \family default
22806
22807 \family sans
22808 letter
22809 \family default
22810  oder 
22811 \family sans
22812 report
22813 \family default
22814  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22815  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22816 \series bold
22817 caption
22818 \series default
22819  im LaTeX-Vorspann folgendes:
22820 \begin_inset Foot
22821 status collapsed
22822
22823 \begin_layout Plain Layout
22824 In Abschnitt
22825 \begin_inset Space ~
22826 \end_inset
22827
22828
22829 \begin_inset CommandInset ref
22830 LatexCommand ref
22831 reference "abs:Titel-Formatierung"
22832
22833 \end_inset
22834
22835  steht mehr über das Paket 
22836 \series bold
22837 caption
22838 \series default
22839 .
22840 \end_layout
22841
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \begin_layout Standard
22848
22849 \series bold
22850 tableposition=top
22851 \end_layout
22852
22853 \begin_layout Standard
22854 Wenn Sie eine 
22855 \series bold
22856 koma-script
22857 \series default
22858
22859 \begin_inset Index
22860 status collapsed
22861
22862 \begin_layout Plain Layout
22863 LaTeX-Pakete ! koma-script
22864 \end_layout
22865
22866 \end_inset
22867
22868 -Dokumentklasse (
22869 \family sans
22870 article (koma-script)
22871 \family default
22872
22873 \family sans
22874 book (koma-script)
22875 \family default
22876
22877 \family sans
22878 letter (koma-script)
22879 \family default
22880  oder 
22881 \family sans
22882 report (koma-script)
22883 \family default
22884 ) benutzen, können Sie alternativ zum 
22885 \series bold
22886 caption
22887 \series default
22888 -Paket die Option 
22889 \series bold
22890 tablecaptionabove
22891 \series default
22892  benutzen.
22893 \end_layout
22894
22895 \begin_layout Standard
22896 \begin_inset VSpace bigskip
22897 \end_inset
22898
22899 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22900  Das bewirkt das LaTeX-Paket 
22901 \series bold
22902 sidecap
22903 \series default
22904
22905 \begin_inset Index
22906 status collapsed
22907
22908 \begin_layout Plain Layout
22909 LaTeX-Pakete ! sidecap
22910 \end_layout
22911
22912 \end_inset
22913
22914 , das so in den LaTeX-Vorspann geladen wird:
22915 \end_layout
22916
22917 \begin_layout Standard
22918
22919 \series bold
22920
22921 \backslash
22922 usepackage[Option]{sidecap}
22923 \end_layout
22924
22925 \begin_layout Standard
22926 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22927  Mit 
22928 \series bold
22929 innercaption
22930 \series default
22931  wird die Beschriftung innen gedruckt.
22932  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22933  
22934 \series bold
22935 rightcaption
22936 \series default
22937  oder 
22938 \series bold
22939 leftcaption
22940 \series default
22941 .
22942 \end_layout
22943
22944 \begin_layout Standard
22945 \begin_inset ERT
22946 status collapsed
22947
22948 \begin_layout Plain Layout
22949
22950
22951 \backslash
22952 ifsidecap
22953 \end_layout
22954
22955 \end_inset
22956
22957
22958 \begin_inset Note Note
22959 status open
22960
22961 \begin_layout Plain Layout
22962 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22963 \series bold
22964 sidecap
22965 \series default
22966  installiert ist.
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \begin_layout Standard
22975 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22976  in den LaTeX-Vorspann schreiben:
22977 \end_layout
22978
22979 \begin_layout Standard
22980
22981 \lyxline
22982
22983 \end_layout
22984
22985 \begin_layout Standard
22986
22987 \series bold
22988
22989 \backslash
22990 newcommand{
22991 \backslash
22992 TabBesBeg}{%
22993 \begin_inset Newline newline
22994 \end_inset
22995
22996
22997 \begin_inset ERT
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001
23002
23003 \backslash
23004 hphantom{ }
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \backslash
23011 let
23012 \backslash
23013 MyTable
23014 \backslash
23015 table
23016 \begin_inset Newline newline
23017 \end_inset
23018
23019
23020 \begin_inset ERT
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024
23025
23026 \backslash
23027 hphantom{ }
23028 \end_layout
23029
23030 \end_inset
23031
23032
23033 \backslash
23034 let
23035 \backslash
23036 MyEndtable
23037 \backslash
23038 endtable
23039 \begin_inset Newline newline
23040 \end_inset
23041
23042
23043 \begin_inset ERT
23044 status collapsed
23045
23046 \begin_layout Plain Layout
23047
23048
23049 \backslash
23050 hphantom{ }
23051 \end_layout
23052
23053 \end_inset
23054
23055
23056 \backslash
23057 renewenvironment{table}{
23058 \backslash
23059 begin{SCtable}}{
23060 \backslash
23061 end{SCtable}}}
23062 \end_layout
23063
23064 \begin_layout Standard
23065
23066 \series bold
23067
23068 \backslash
23069 newcommand{
23070 \backslash
23071 TabBesEnd}{%
23072 \begin_inset Newline newline
23073 \end_inset
23074
23075
23076 \begin_inset ERT
23077 status collapsed
23078
23079 \begin_layout Plain Layout
23080
23081
23082 \backslash
23083 hphantom{ }
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \backslash
23090 let
23091 \backslash
23092 table
23093 \backslash
23094 MyTable
23095 \begin_inset Newline newline
23096 \end_inset
23097
23098
23099 \begin_inset ERT
23100 status collapsed
23101
23102 \begin_layout Plain Layout
23103
23104
23105 \backslash
23106 hphantom{ }
23107 \end_layout
23108
23109 \end_inset
23110
23111
23112 \backslash
23113 let
23114 \backslash
23115 endtable
23116 \backslash
23117 MyEndtable
23118 \end_layout
23119
23120 \begin_layout Standard
23121
23122 \series bold
23123
23124 \backslash
23125 newcommand{
23126 \backslash
23127 FigBesBeg}{%
23128 \begin_inset Newline newline
23129 \end_inset
23130
23131
23132 \begin_inset ERT
23133 status collapsed
23134
23135 \begin_layout Plain Layout
23136
23137
23138 \backslash
23139 hphantom{ }
23140 \end_layout
23141
23142 \end_inset
23143
23144
23145 \backslash
23146 let
23147 \backslash
23148 MyFigure
23149 \backslash
23150 figure
23151 \begin_inset Newline newline
23152 \end_inset
23153
23154
23155 \begin_inset ERT
23156 status collapsed
23157
23158 \begin_layout Plain Layout
23159
23160
23161 \backslash
23162 hphantom{ }
23163 \end_layout
23164
23165 \end_inset
23166
23167
23168 \backslash
23169 let
23170 \backslash
23171 MyEndfigure
23172 \backslash
23173 endfigure
23174 \begin_inset Newline newline
23175 \end_inset
23176
23177
23178 \begin_inset ERT
23179 status collapsed
23180
23181 \begin_layout Plain Layout
23182
23183
23184 \backslash
23185 hphantom{ }
23186 \end_layout
23187
23188 \end_inset
23189
23190
23191 \backslash
23192 renewenvironment{figure}{
23193 \backslash
23194 begin{SCfigure}}{
23195 \backslash
23196 end{SCfigure}}}
23197 \end_layout
23198
23199 \begin_layout Standard
23200
23201 \series bold
23202
23203 \backslash
23204 newcommand{
23205 \backslash
23206 FigBesEnd}{%
23207 \begin_inset Newline newline
23208 \end_inset
23209
23210
23211 \begin_inset ERT
23212 status collapsed
23213
23214 \begin_layout Plain Layout
23215
23216
23217 \backslash
23218 hphantom{ }
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \backslash
23225 let
23226 \backslash
23227 figure
23228 \backslash
23229 MyFigure
23230 \begin_inset Newline newline
23231 \end_inset
23232
23233
23234 \begin_inset ERT
23235 status collapsed
23236
23237 \begin_layout Plain Layout
23238
23239
23240 \backslash
23241 hphantom{ }
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \backslash
23248 let
23249 \backslash
23250 endfigure
23251 \backslash
23252 MyEndfigure}
23253 \series default
23254
23255 \lyxline
23256
23257 \end_layout
23258
23259 \begin_layout Standard
23260 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23261 ungen seitlich gedruckt werden.
23262  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23263 \end_layout
23264
23265 \begin_layout Standard
23266
23267 \series bold
23268
23269 \backslash
23270 FigBesBeg
23271 \end_layout
23272
23273 \begin_layout Standard
23274 als TeX-Code vor und
23275 \end_layout
23276
23277 \begin_layout Standard
23278
23279 \series bold
23280
23281 \backslash
23282 FigBesEnd
23283 \end_layout
23284
23285 \begin_layout Standard
23286 hinter das Gleitobjekt.
23287  Bei Gleitobjekt-Tabellen heißen die Befehle
23288 \end_layout
23289
23290 \begin_layout Standard
23291
23292 \series bold
23293
23294 \backslash
23295 TabBesBeg
23296 \series default
23297  und 
23298 \series bold
23299
23300 \backslash
23301 TabBesEnd
23302 \series default
23303 .
23304 \end_layout
23305
23306 \begin_layout Standard
23307 Abbildung
23308 \begin_inset Space ~
23309 \end_inset
23310
23311
23312 \begin_inset CommandInset ref
23313 LatexCommand ref
23314 reference "abb:Beschriftung-neben"
23315
23316 \end_inset
23317
23318  und Tabelle
23319 \begin_inset Space ~
23320 \end_inset
23321
23322
23323 \begin_inset CommandInset ref
23324 LatexCommand ref
23325 reference "tab:cap-beside-tab"
23326
23327 \end_inset
23328
23329  sind Beispiele für seitliche Beschriftungen.
23330 \end_layout
23331
23332 \begin_layout Standard
23333 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23334  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23335  der Abbildung.
23336  Das kann man mit dem Befehl
23337 \end_layout
23338
23339 \begin_layout Standard
23340
23341 \series bold
23342
23343 \backslash
23344 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23345 \end_layout
23346
23347 \begin_layout Standard
23348 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23349  Der Gleitobjekt-Typ ist entweder 
23350 \family sans
23351 figure
23352 \family default
23353  oder 
23354 \family sans
23355 table
23356 \family default
23357 , die
23358 \family sans
23359  
23360 \family default
23361 Platzierung ist 
23362 \family typewriter
23363 t
23364 \family default
23365  für oben, 
23366 \family typewriter
23367 c
23368 \family default
23369  für zentriert oder 
23370 \family typewriter
23371 b
23372 \family default
23373  für unten.
23374  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23375  lautet der Befehl
23376 \end_layout
23377
23378 \begin_layout Standard
23379
23380 \series bold
23381
23382 \backslash
23383 sidecaptionvpos{figure}{c}
23384 \end_layout
23385
23386 \begin_layout Standard
23387 Das wurde in Abbildung
23388 \begin_inset Space ~
23389 \end_inset
23390
23391
23392 \begin_inset CommandInset ref
23393 LatexCommand ref
23394 reference "abb:cap-beside-fig-2"
23395
23396 \end_inset
23397
23398  benutzt.
23399 \end_layout
23400
23401 \begin_layout Standard
23402 \begin_inset VSpace medskip
23403 \end_inset
23404
23405 Weitere Informationen über das Paket
23406 \series bold
23407  sidecap
23408 \series default
23409  finden Sie in seiner Dokumentation 
23410 \begin_inset CommandInset citation
23411 LatexCommand cite
23412 key "sidecap"
23413
23414 \end_inset
23415
23416 .
23417 \end_layout
23418
23419 \begin_layout Standard
23420 \begin_inset Note Greyedout
23421 status open
23422
23423 \begin_layout Plain Layout
23424
23425 \series bold
23426 Bemerkung:
23427 \series default
23428  Das LaTeX-Paket 
23429 \series bold
23430 hypcap
23431 \series default
23432
23433 \begin_inset Index
23434 status collapsed
23435
23436 \begin_layout Plain Layout
23437 LaTeX-Pakete ! hypcap
23438 \end_layout
23439
23440 \end_inset
23441
23442  das in Abschnitt
23443 \begin_inset Space ~
23444 \end_inset
23445
23446
23447 \begin_inset CommandInset ref
23448 LatexCommand ref
23449 reference "uab:Querverweis-Position"
23450
23451 \end_inset
23452
23453  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23454  Beschriftungen.
23455 \end_layout
23456
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \begin_layout Standard
23463 \begin_inset ERT
23464 status collapsed
23465
23466 \begin_layout Plain Layout
23467
23468
23469 \backslash
23470 FigBesBeg 
23471 \end_layout
23472
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \begin_layout Standard
23479 \begin_inset Float figure
23480 wide false
23481 sideways false
23482 status open
23483
23484 \begin_layout Plain Layout
23485 \begin_inset Graphics
23486         filename ../clipart/escher-lsd.eps
23487         scale 75
23488         scaleBeforeRotation
23489
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Caption
23497
23498 \begin_layout Plain Layout
23499 \begin_inset CommandInset label
23500 LatexCommand label
23501 name "abb:Beschriftung-neben"
23502
23503 \end_inset
23504
23505 Dies ist eine Beschriftung neben einer Abbildung.
23506 \end_layout
23507
23508 \end_inset
23509
23510
23511 \end_layout
23512
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \begin_layout Standard
23519 \begin_inset ERT
23520 status collapsed
23521
23522 \begin_layout Plain Layout
23523
23524
23525 \backslash
23526 TabBesBeg 
23527 \end_layout
23528
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \begin_layout Standard
23535 \begin_inset Float table
23536 wide false
23537 sideways false
23538 status open
23539
23540 \begin_layout Plain Layout
23541 \begin_inset Caption
23542
23543 \begin_layout Plain Layout
23544 \begin_inset CommandInset label
23545 LatexCommand label
23546 name "tab:cap-beside-tab"
23547
23548 \end_inset
23549
23550 Dies ist eine Beschriftung neben einer Tabelle.
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Tabular
23560 <lyxtabular version="3" rows="4" columns="5">
23561 <features>
23562 <column alignment="center" valignment="top" width="0">
23563 <column alignment="center" valignment="top" width="0">
23564 <column alignment="center" valignment="top" width="0">
23565 <column alignment="center" valignment="top" width="0">
23566 <column alignment="center" valignment="top" width="0">
23567 <row>
23568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 a
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590 b
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608 c
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 </row>
23614 <row>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 d
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 e
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 </row>
23661 <row>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666 f
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 g
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702 h
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 </row>
23708 <row>
23709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722 i
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 j
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 </lyxtabular>
23756
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \begin_layout Standard
23768 \begin_inset ERT
23769 status collapsed
23770
23771 \begin_layout Plain Layout
23772
23773
23774 \backslash
23775 TabBesEnd
23776 \end_layout
23777
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \begin_layout Standard
23784 \begin_inset ERT
23785 status collapsed
23786
23787 \begin_layout Plain Layout
23788
23789
23790 \backslash
23791 sidecaptionvpos{figure}{c}
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \begin_inset Float figure
23798 wide false
23799 sideways false
23800 status open
23801
23802 \begin_layout Plain Layout
23803 \begin_inset Graphics
23804         filename ../clipart/escher-lsd.eps
23805         scale 75
23806         scaleBeforeRotation
23807
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \begin_layout Plain Layout
23814 \begin_inset Caption
23815
23816 \begin_layout Plain Layout
23817 \begin_inset CommandInset label
23818 LatexCommand label
23819 name "abb:cap-beside-fig-2"
23820
23821 \end_inset
23822
23823 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \end_layout
23830
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \begin_layout Standard
23837 \begin_inset ERT
23838 status collapsed
23839
23840 \begin_layout Plain Layout
23841
23842
23843 \backslash
23844 FigBesEnd
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \begin_layout Standard
23853 \begin_inset ERT
23854 status collapsed
23855
23856 \begin_layout Plain Layout
23857
23858
23859 \backslash
23860 else
23861 \end_layout
23862
23863 \end_inset
23864
23865
23866 \begin_inset Note Note
23867 status open
23868
23869 \begin_layout Plain Layout
23870 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23871 \series bold
23872 sidecap
23873 \series default
23874  nicht installiert ist:
23875 \end_layout
23876
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \begin_layout Standard
23883 Das LaTeX-Paket 
23884 \series bold
23885 sidecap
23886 \series default
23887  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23888 \end_layout
23889
23890 \begin_layout Standard
23891 \begin_inset ERT
23892 status collapsed
23893
23894 \begin_layout Plain Layout
23895
23896
23897 \backslash
23898 fi
23899 \end_layout
23900
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \begin_layout Section
23907 Gleitobjekt-Verzeichnisse
23908 \begin_inset CommandInset label
23909 LatexCommand label
23910 name "abs:Gleitobjekt-Verzeichnisse"
23911
23912 \end_inset
23913
23914
23915 \begin_inset Index
23916 status collapsed
23917
23918 \begin_layout Plain Layout
23919 Gleitobjekte ! Verzeichnisse
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \begin_layout Standard
23928 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23929  Sie können mit den Untermenüs von 
23930 \family sans
23931 Einfügen\SpecialChar \menuseparator
23932 Liste
23933 \begin_inset Space ~
23934 \end_inset
23935
23936 /
23937 \begin_inset Space ~
23938 \end_inset
23939
23940 Inhaltsverzeichnis
23941 \family default
23942  eingefügt werden.
23943 \end_layout
23944
23945 \begin_layout Standard
23946 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23947  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23948 \end_layout
23949
23950 \begin_layout Standard
23951 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23952  und ein Tabellen-Verzeichnis.
23953 \end_layout
23954
23955 \begin_layout Chapter
23956 Notizen
23957 \end_layout
23958
23959 \begin_layout Section
23960 LyX-Notizen
23961 \begin_inset CommandInset label
23962 LatexCommand label
23963 name "abs:LyX-Notizen"
23964
23965 \end_inset
23966
23967
23968 \begin_inset Index
23969 status collapsed
23970
23971 \begin_layout Plain Layout
23972 Notizen ! LyX-Notizen
23973 \end_layout
23974
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \begin_layout Standard
23981 Notizen werden mit einem Klick auf 
23982 \begin_inset Graphics
23983         filename ../../images/note-insert.png
23984         scale 85
23985         scaleBeforeRotation
23986         BoundingBox 0bp 6bp 22bp 22bp
23987
23988 \end_inset
23989
23990  oder 
23991 \family sans
23992 Einfügen\SpecialChar \menuseparator
23993 Notiz
23994 \family default
23995  eingefügt.
23996  Es gibt drei Arten:
23997 \end_layout
23998
23999 \begin_layout Description
24000 LyX-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
24001  Eine 
24002 \family sans
24003 LyX-Notiz
24004 \family default
24005  sieht so aus:
24006 \begin_inset Newline newline
24007 \end_inset
24008
24009
24010 \begin_inset Newline newline
24011 \end_inset
24012
24013
24014 \begin_inset Graphics
24015         filename clipart/LyXNotizQt4.png
24016         display none
24017         scale 60
24018         scaleBeforeRotation
24019
24020 \end_inset
24021
24022  
24023 \begin_inset Note Note
24024 status open
24025
24026 \begin_layout Plain Layout
24027 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24028 \end_layout
24029
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \begin_layout Description
24036 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
24037 men\SpecialChar \-
24038 tar,
24039  wenn Sie das Dokument nach LaTeX exportieren (
24040 \family sans
24041 Datei\SpecialChar \menuseparator
24042 Ex\SpecialChar \-
24043 por\SpecialChar \-
24044 tie\SpecialChar \-
24045 ren\SpecialChar \menuseparator
24046 LaTe
24047 \begin_inset ERT
24048 status collapsed
24049
24050 \begin_layout Plain Layout
24051
24052 {}
24053 \end_layout
24054
24055 \end_inset
24056
24057 X (pdflatex) / (plain)
24058 \family default
24059 .
24060  Ein Kommentar sieht so aus:
24061 \begin_inset Newline newline
24062 \end_inset
24063
24064
24065 \begin_inset Newline newline
24066 \end_inset
24067
24068
24069 \begin_inset Graphics
24070         filename clipart/KommentarQt4.png
24071         display none
24072         scale 60
24073         scaleBeforeRotation
24074
24075 \end_inset
24076
24077  
24078 \begin_inset Note Comment
24079 status open
24080
24081 \begin_layout Plain Layout
24082 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24083 \end_layout
24084
24085 \end_inset
24086
24087
24088 \end_layout
24089
24090 \begin_layout Description
24091 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24092 \begin_inset Newline newline
24093 \end_inset
24094
24095
24096 \begin_inset Newline newline
24097 \end_inset
24098
24099
24100 \begin_inset Graphics
24101         filename clipart/GrauschriftNotizQt4.png
24102         display none
24103         scale 60
24104         scaleBeforeRotation
24105
24106 \end_inset
24107
24108
24109 \begin_inset Newline newline
24110 \end_inset
24111
24112
24113 \begin_inset ERT
24114 status collapsed
24115
24116 \begin_layout Plain Layout
24117
24118
24119 \backslash
24120 renewenvironment{lyxgreyedout}
24121 \end_layout
24122
24123 \begin_layout Plain Layout
24124
24125 {
24126 \backslash
24127 textcolor[gray]{0.4}
24128 \backslash
24129 bgroup}{
24130 \backslash
24131 egroup}
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \begin_inset Note Greyedout
24138 status open
24139
24140 \begin_layout Plain Layout
24141 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24142 \begin_inset Foot
24143 status open
24144
24145 \begin_layout Plain Layout
24146 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24147 \end_layout
24148
24149 \end_inset
24150
24151
24152 \end_layout
24153
24154 \end_inset
24155
24156
24157 \begin_inset ERT
24158 status collapsed
24159
24160 \begin_layout Plain Layout
24161
24162
24163 \backslash
24164 renewenvironment{lyxgreyedout}
24165 \end_layout
24166
24167 \begin_layout Plain Layout
24168
24169 {
24170 \backslash
24171 textcolor{blue}
24172 \backslash
24173 bgroup}{
24174 \backslash
24175 egroup}
24176 \end_layout
24177
24178 \end_inset
24179
24180
24181 \begin_inset Note Note
24182 status collapsed
24183
24184 \begin_layout Plain Layout
24185 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
24186  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
24187  definiert wurden.
24188  
24189 \end_layout
24190
24191 \end_inset
24192
24193
24194 \begin_inset Newline newline
24195 \end_inset
24196
24197
24198 \begin_inset Newline newline
24199 \end_inset
24200
24201 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
24202  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
24203 \end_layout
24204
24205 \begin_layout Description
24206 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
24207 \begin_inset Newline newline
24208 \end_inset
24209
24210
24211 \begin_inset Newline newline
24212 \end_inset
24213
24214
24215 \begin_inset Graphics
24216         filename clipart/GerahmteNotizQt4.png
24217         display none
24218         scale 60
24219         scaleBeforeRotation
24220
24221 \end_inset
24222
24223
24224 \begin_inset Box Framed
24225 position "t"
24226 hor_pos "c"
24227 has_inner_box 0
24228 inner_pos "t"
24229 use_parbox 0
24230 width "100col%"
24231 special "none"
24232 height "1in"
24233 height_special "totalheight"
24234 status open
24235
24236 \begin_layout Plain Layout
24237 Dies ist eine Notiz, die gerahmt gedruckt wird.
24238 \end_layout
24239
24240 \end_inset
24241
24242 Im Gegensatz zu gerahmten Boxen
24243 \begin_inset Foot
24244 status open
24245
24246 \begin_layout Plain Layout
24247 Gerahmte Boxen werden in Abschnitt
24248 \begin_inset Space ~
24249 \end_inset
24250
24251
24252 \begin_inset CommandInset ref
24253 LatexCommand ref
24254 reference "abs:Gerahmte-Boxen"
24255
24256 \end_inset
24257
24258  beschrieben.
24259 \end_layout
24260
24261 \end_inset
24262
24263  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
24264  Notiz ist ein Absatz für sich.
24265  
24266 \end_layout
24267
24268 \begin_layout Description
24269 Schattiert: Diese Notiz müsste eigentlich 
24270 \family sans
24271 farbig
24272 \family default
24273  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
24274 \family sans
24275 Werkzeuge\SpecialChar \menuseparator
24276 Einstellungen\SpecialChar \menuseparator
24277 Farben\SpecialChar \menuseparator
24278 Schat\SpecialChar \-
24279 tier\SpecialChar \-
24280 te
24281 \begin_inset Space \space{}
24282 \end_inset
24283
24284 Box
24285 \family default
24286  definiert ist, und sieht so aus:
24287 \begin_inset Newline newline
24288 \end_inset
24289
24290
24291 \begin_inset Newline newline
24292 \end_inset
24293
24294
24295 \begin_inset Graphics
24296         filename clipart/SchattierteNotizQt4.png
24297         display none
24298         scale 60
24299         scaleBeforeRotation
24300
24301 \end_inset
24302
24303
24304 \begin_inset Box Shaded
24305 position "t"
24306 hor_pos "c"
24307 has_inner_box 0
24308 inner_pos "t"
24309 use_parbox 0
24310 width "100col%"
24311 special "none"
24312 height "1in"
24313 height_special "totalheight"
24314 status open
24315
24316 \begin_layout Plain Layout
24317 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
24318 \end_layout
24319
24320 \end_inset
24321
24322 Im Gegensatz zu farbigen Boxen
24323 \begin_inset Foot
24324 status collapsed
24325
24326 \begin_layout Plain Layout
24327 Farbige Boxen werden in Abschnitt
24328 \begin_inset Space ~
24329 \end_inset
24330
24331
24332 \begin_inset CommandInset ref
24333 LatexCommand ref
24334 reference "abs:Farbige-Boxen"
24335
24336 \end_inset
24337
24338  beschrieben.
24339 \end_layout
24340
24341 \end_inset
24342
24343  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
24344  die Notiz ist ein Absatz für sich.
24345 \end_layout
24346
24347 \begin_layout Standard
24348 \begin_inset VSpace bigskip
24349 \end_inset
24350
24351 Wenn Sie auf den Werzeugleistenknopf 
24352 \begin_inset Graphics
24353         filename ../../images/note-insert.png
24354         scale 85
24355         scaleBeforeRotation
24356         BoundingBox 0bp 6bp 22bp 22bp
24357
24358 \end_inset
24359
24360  klicken, wird zunächst eine 
24361 \family sans
24362 LyX-Notiz
24363 \family default
24364  eingefügt.
24365  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24366  anderen Möglichkeiten auswählen.
24367  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24368  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24369  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace Taste, wenn
24370  der Cursor am Beginn der Notiz ist oder die Entfernen Taste, wenn der Cursor
24371  am Ende der Notiz ist.
24372 \end_layout
24373
24374 \begin_layout Standard
24375 \begin_inset VSpace bigskip
24376 \end_inset
24377
24378 Die Textfarbe der 
24379 \family sans
24380 Grauschrift
24381 \family default
24382 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
24383 \end_layout
24384
24385 \begin_layout Standard
24386
24387 \series bold
24388
24389 \backslash
24390 renewenvironment{lyxgreyedout}
24391 \begin_inset Newline newline
24392 \end_inset
24393
24394
24395 \begin_inset ERT
24396 status collapsed
24397
24398 \begin_layout Plain Layout
24399
24400
24401 \backslash
24402 hphantom{ }
24403 \end_layout
24404
24405 \end_inset
24406
24407 {
24408 \backslash
24409 textcolor{color}
24410 \backslash
24411 bgroup}{
24412 \backslash
24413 egroup}
24414 \end_layout
24415
24416 \begin_layout Standard
24417 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24418 \begin_inset Space ~
24419 \end_inset
24420
24421
24422 \begin_inset CommandInset ref
24423 LatexCommand ref
24424 reference "abs:Farbige-Tabellen"
24425
24426 \end_inset
24427
24428  beschrieben.
24429  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24430 \end_layout
24431
24432 \begin_layout Standard
24433 \begin_inset VSpace bigskip
24434 \end_inset
24435
24436 Der Textstil von 
24437 \family sans
24438 Eingerahmt
24439 \family default
24440  und 
24441 \family sans
24442 Schattiert
24443 \family default
24444  kann im 
24445 \family sans
24446 Textstil
24447 \family default
24448  Dialog eingestellt werden.
24449 \end_layout
24450
24451 \begin_layout Standard
24452 Die Standard-Rahmenbreite für 
24453 \family sans
24454 Eingerahmt
24455 \family default
24456  ist 0.4
24457 \begin_inset Space \thinspace{}
24458 \end_inset
24459
24460 pt; sie kann mit 
24461 \series bold
24462
24463 \backslash
24464 FrameRule
24465 \series default
24466  geändert werden.
24467  Der Standard-Abstand zwischen Rahmen und Text ist 9
24468 \begin_inset Space \thinspace{}
24469 \end_inset
24470
24471 pt; er kann mit 
24472 \series bold
24473
24474 \backslash
24475 FrameSep
24476 \series default
24477  geändert werden.
24478  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
24479  als TeX-Code geändert:
24480 \end_layout
24481
24482 \begin_layout Standard
24483
24484 \series bold
24485
24486 \backslash
24487 FrameRule 5pt 
24488 \backslash
24489 FrameSep 0.5cm
24490 \end_layout
24491
24492 \begin_layout Standard
24493 \begin_inset ERT
24494 status collapsed
24495
24496 \begin_layout Plain Layout
24497
24498
24499 \backslash
24500 FrameRule 5pt 
24501 \backslash
24502 FrameSep 0.5cm
24503 \end_layout
24504
24505 \end_inset
24506
24507
24508 \begin_inset Box Framed
24509 position "t"
24510 hor_pos "c"
24511 has_inner_box 0
24512 inner_pos "t"
24513 use_parbox 0
24514 width "100col%"
24515 special "none"
24516 height "1in"
24517 height_special "totalheight"
24518 status open
24519
24520 \begin_layout Plain Layout
24521 Dies ist Text in einem anderen Rahmen.
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \begin_layout Standard
24530 \begin_inset ERT
24531 status collapsed
24532
24533 \begin_layout Plain Layout
24534
24535
24536 \backslash
24537 FrameRule 0.4pt 
24538 \backslash
24539 FrameSep 9pt
24540 \end_layout
24541
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \begin_layout Standard
24548 \begin_inset VSpace bigskip
24549 \end_inset
24550
24551 Für 
24552 \family sans
24553 Schattiert
24554 \family default
24555  beträgt der Abstand zwischen Rand und Text 3
24556 \begin_inset Space \thinspace{}
24557 \end_inset
24558
24559 pt; er kann mit 
24560 \series bold
24561
24562 \backslash
24563 fboxsep
24564 \series default
24565  geändert werden.
24566  Die Standard-Hintergrundfarbe ist rot und kann mit 
24567 \series bold
24568
24569 \backslash
24570 definecolor{shadebox}
24571 \series default
24572  oder 
24573 \family sans
24574 Werkzeuge\SpecialChar \menuseparator
24575 Einstellungen\SpecialChar \menuseparator
24576 Farben\SpecialChar \menuseparator
24577 Schattierte
24578 \begin_inset Space ~
24579 \end_inset
24580
24581 Box
24582 \family default
24583  geändert werden.
24584  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24585 \begin_inset Space ~
24586 \end_inset
24587
24588
24589 \begin_inset CommandInset ref
24590 LatexCommand ref
24591 reference "abs:Farbige-Tabellen"
24592
24593 \end_inset
24594
24595  beschrieben
24596 \begin_inset Foot
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600
24601 \series bold
24602
24603 \backslash
24604 definecolor
24605 \series default
24606  benötigt LaTeX-Paket 
24607 \series bold
24608 color
24609 \series default
24610
24611 \begin_inset Index
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615 LaTeX-Pakete ! color
24616 \end_layout
24617
24618 \end_inset
24619
24620  im LaTeX-Vorspann, siehe Abschnitt
24621 \begin_inset Space ~
24622 \end_inset
24623
24624
24625 \begin_inset CommandInset ref
24626 LatexCommand ref
24627 reference "abs:Farbige-Boxen"
24628
24629 \end_inset
24630
24631 .
24632 \end_layout
24633
24634 \end_inset
24635
24636 .
24637 \end_layout
24638
24639 \begin_layout Standard
24640 Für das folgende Beispiel wurden folgende TeX-Code-Befehle verwendet:
24641 \end_layout
24642
24643 \begin_layout Standard
24644
24645 \series bold
24646
24647 \backslash
24648 fboxsep 0.5cm
24649 \begin_inset Newline newline
24650 \end_inset
24651
24652
24653 \backslash
24654 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24655 \end_layout
24656
24657 \begin_layout Standard
24658 \begin_inset ERT
24659 status collapsed
24660
24661 \begin_layout Plain Layout
24662
24663
24664 \backslash
24665 fboxsep 0.5cm
24666 \end_layout
24667
24668 \end_inset
24669
24670
24671 \begin_inset ERT
24672 status collapsed
24673
24674 \begin_layout Plain Layout
24675
24676
24677 \backslash
24678 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24679 \end_layout
24680
24681 \end_inset
24682
24683
24684 \begin_inset Box Shaded
24685 position "t"
24686 hor_pos "c"
24687 has_inner_box 0
24688 inner_pos "t"
24689 use_parbox 0
24690 width "100col%"
24691 special "none"
24692 height "1in"
24693 height_special "totalheight"
24694 status open
24695
24696 \begin_layout Plain Layout
24697
24698 \color yellow
24699 Dies ist gelber Text auf dunkelgrünem Hintergrund.
24700 \end_layout
24701
24702 \end_inset
24703
24704
24705 \end_layout
24706
24707 \begin_layout Standard
24708 \begin_inset ERT
24709 status collapsed
24710
24711 \begin_layout Plain Layout
24712
24713
24714 \backslash
24715 fboxsep 3pt
24716 \end_layout
24717
24718 \end_inset
24719
24720
24721 \begin_inset ERT
24722 status collapsed
24723
24724 \begin_layout Plain Layout
24725
24726
24727 \backslash
24728 definecolor{shadecolor}{rgb}{1,0,0}
24729 \end_layout
24730
24731 \end_inset
24732
24733
24734 \end_layout
24735
24736 \begin_layout Section
24737 Fußnoten
24738 \begin_inset CommandInset label
24739 LatexCommand label
24740 name "abs:Fußnoten"
24741
24742 \end_inset
24743
24744
24745 \begin_inset Index
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749 Notizen ! Fußnoten
24750 \end_layout
24751
24752 \end_inset
24753
24754
24755 \begin_inset Index
24756 status collapsed
24757
24758 \begin_layout Plain Layout
24759 Fußnoten
24760 \end_layout
24761
24762 \end_inset
24763
24764
24765 \end_layout
24766
24767 \begin_layout Standard
24768 Zu dem, was bereits im 
24769 \emph on
24770 Benutzerhandbuch
24771 \emph default
24772  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24773 \color black
24774
24775 \begin_inset Foot
24776 status open
24777
24778 \begin_layout Plain Layout
24779
24780 \color black
24781 \begin_inset CommandInset label
24782 LatexCommand label
24783 name "fuss:Fußnoten-Beispiel"
24784
24785 \end_inset
24786
24787 Dies ist eine Fußnote.
24788 \end_layout
24789
24790 \end_inset
24791
24792
24793 \end_layout
24794
24795 \begin_layout Standard
24796 \begin_inset ERT
24797 status collapsed
24798
24799 \begin_layout Plain Layout
24800
24801
24802 \backslash
24803 newcounter{MyRepeatFoot}
24804 \end_layout
24805
24806 \begin_layout Plain Layout
24807
24808
24809 \backslash
24810 setcounter{MyRepeatFoot}{
24811 \backslash
24812 thefootnote}
24813 \end_layout
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Standard
24821 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24822  wurde, eine hochgestellte Zahl.
24823  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24824  hochgestellt dem Text vorangeht.
24825  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24826  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24827  werden.
24828 \end_layout
24829
24830 \begin_layout Standard
24831 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24832  der Fußnote eine Marke eingefügt wurde.
24833  Dies ist ein Querverweis auf Fußnote
24834 \begin_inset Space ~
24835 \end_inset
24836
24837
24838 \begin_inset CommandInset ref
24839 LatexCommand ref
24840 reference "fuss:Fußnoten-Beispiel"
24841
24842 \end_inset
24843
24844 .
24845 \end_layout
24846
24847 \begin_layout Standard
24848 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24849  siehe Abschnitt
24850 \begin_inset Space ~
24851 \end_inset
24852
24853
24854 \begin_inset CommandInset ref
24855 LatexCommand ref
24856 reference "abs:Minipage"
24857
24858 \end_inset
24859
24860 .
24861  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24862 \begin_inset Space ~
24863 \end_inset
24864
24865
24866 \begin_inset CommandInset ref
24867 LatexCommand ref
24868 reference "uab:Fußnoten-in-langen"
24869
24870 \end_inset
24871
24872  beschrieben.
24873 \end_layout
24874
24875 \begin_layout Standard
24876 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24877  TeX-Code-Befehl 
24878 \series bold
24879
24880 \backslash
24881 footnotemark[Nummer]
24882 \series default
24883  benutzen.
24884  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24885  mal gedruckt wird.
24886 \end_layout
24887
24888 \begin_layout Standard
24889 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24890  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24891  Hinter Fußnote
24892 \begin_inset Space ~
24893 \end_inset
24894
24895
24896 \begin_inset CommandInset ref
24897 LatexCommand ref
24898 reference "fuss:Fußnoten-Beispiel"
24899
24900 \end_inset
24901
24902  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24903 \end_layout
24904
24905 \begin_layout Standard
24906
24907 \series bold
24908
24909 \backslash
24910 newcounter{MyRepeatFoot}
24911 \begin_inset Newline newline
24912 \end_inset
24913
24914
24915 \backslash
24916 setcounter{MyRepeatFoot}{
24917 \backslash
24918 thefootnote}
24919 \end_layout
24920
24921 \begin_layout Standard
24922 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24923 \end_layout
24924
24925 \begin_layout Standard
24926
24927 \series bold
24928
24929 \backslash
24930 footnotemark[
24931 \backslash
24932 theMyRepeatFoot]
24933 \end_layout
24934
24935 \begin_layout Standard
24936 Hier ist ein Beispiel für eine Fußnotenmarke:
24937 \family roman
24938 \series medium
24939 \bar no
24940
24941 \begin_inset ERT
24942 status collapsed
24943
24944 \begin_layout Plain Layout
24945
24946
24947 \backslash
24948 footnotemark[
24949 \backslash
24950 theMyRepeatFoot]
24951 \end_layout
24952
24953 \end_inset
24954
24955
24956 \end_layout
24957
24958 \begin_layout Subsection
24959 Fußnoten-Nummerierung
24960 \begin_inset CommandInset label
24961 LatexCommand label
24962 name "uab:Fußnoten-Nummerierung"
24963
24964 \end_inset
24965
24966
24967 \begin_inset Index
24968 status collapsed
24969
24970 \begin_layout Plain Layout
24971 Fußnoten ! Nummerierung
24972 \end_layout
24973
24974 \end_inset
24975
24976
24977 \end_layout
24978
24979 \begin_layout Standard
24980 Um Fußnoten nach jedem Abschnitt
24981 \family roman
24982  auf 1 zurückzusetzen, 
24983 \family default
24984 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24985 \end_layout
24986
24987 \begin_layout Standard
24988
24989 \series bold
24990
24991 \backslash
24992 @addtoreset{footnote}{section}
24993 \end_layout
24994
24995 \begin_layout Standard
24996 \begin_inset VSpace bigskip
24997 \end_inset
24998
24999 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25000  Zahlen:
25001 \end_layout
25002
25003 \begin_layout Standard
25004
25005 \series bold
25006
25007 \backslash
25008 renewcommand{
25009 \backslash
25010 thefootnote}{
25011 \backslash
25012 roman{footnote}}
25013 \end_layout
25014
25015 \begin_layout Standard
25016 \begin_inset ERT
25017 status collapsed
25018
25019 \begin_layout Plain Layout
25020
25021
25022 \backslash
25023 renewcommand{
25024 \backslash
25025 thefootnote}{
25026 \backslash
25027 roman{footnote}}
25028 \end_layout
25029
25030 \end_inset
25031
25032  Hier ist ein Beispiel für solch eine Fußnote:
25033 \begin_inset Foot
25034 status open
25035
25036 \begin_layout Plain Layout
25037 Dies ist eine Fußnote mit kleinen römischen Zahlen
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Standard
25046 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
25047  Sie in obigem Befehl 
25048 \series bold
25049
25050 \backslash
25051 roman
25052 \series default
25053  durch 
25054 \series bold
25055
25056 \backslash
25057 Roman
25058 \series default
25059 .
25060  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25061 \begin_inset Quotes gld
25062 \end_inset
25063
25064 nummerieren
25065 \begin_inset Quotes grd
25066 \end_inset
25067
25068 , verwenden Sie die Befehle 
25069 \series bold
25070
25071 \backslash
25072 Alph
25073 \series default
25074  bzw.
25075 \begin_inset Space ~
25076 \end_inset
25077
25078
25079 \series bold
25080
25081 \backslash
25082 alph
25083 \series default
25084 .
25085  Für die 
25086 \begin_inset Quotes gld
25087 \end_inset
25088
25089 Nummerierung
25090 \begin_inset Quotes grd
25091 \end_inset
25092
25093  mit Symbolen steht der Befehl 
25094 \series bold
25095
25096 \backslash
25097 fnsymbol
25098 \series default
25099  zur Verfügung.
25100 \end_layout
25101
25102 \begin_layout Standard
25103 \begin_inset Note Greyedout
25104 status open
25105
25106 \begin_layout Plain Layout
25107
25108 \series bold
25109 Bemerkung 1:
25110 \series default
25111  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25112  
25113 \emph on
25114 ein
25115 \emph default
25116  Buchstabe verwendet wird.
25117 \end_layout
25118
25119 \end_inset
25120
25121
25122 \begin_inset Newline newline
25123 \end_inset
25124
25125
25126 \begin_inset Note Greyedout
25127 status open
25128
25129 \begin_layout Plain Layout
25130
25131 \series bold
25132 Bemerkung 2:
25133 \series default
25134  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25135 \end_layout
25136
25137 \end_inset
25138
25139
25140 \end_layout
25141
25142 \begin_layout Standard
25143 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25144 \series bold
25145
25146 \backslash
25147 arabic
25148 \series default
25149  anstelle von 
25150 \series bold
25151
25152 \backslash
25153 roman
25154 \series default
25155  in obigem Befehl.
25156 \begin_inset ERT
25157 status collapsed
25158
25159 \begin_layout Plain Layout
25160
25161
25162 \backslash
25163 renewcommand{
25164 \backslash
25165 thefootnote}{
25166 \backslash
25167 arabic{footnote}}
25168 \end_layout
25169
25170 \end_inset
25171
25172
25173 \end_layout
25174
25175 \begin_layout Standard
25176 \begin_inset VSpace bigskip
25177 \end_inset
25178
25179
25180 \end_layout
25181
25182 \begin_layout Standard
25183 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25184 \begin_inset Quotes gld
25185 \end_inset
25186
25187 Kapitel.Fußnote
25188 \begin_inset Quotes grd
25189 \end_inset
25190
25191  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25192 \end_layout
25193
25194 \begin_layout Standard
25195
25196 \series bold
25197
25198 \backslash
25199 numberwithin{footnote}{chapter}
25200 \end_layout
25201
25202 \begin_layout Standard
25203 Um 
25204 \series bold
25205
25206 \backslash
25207 numberwithin
25208 \series default
25209  benutzen zu können, muss in den 
25210 \family sans
25211 Mathe
25212 \begin_inset Space ~
25213 \end_inset
25214
25215 Optionen
25216 \family default
25217  der 
25218 \family sans
25219 Dokument-Einstellungen
25220 \family default
25221  
25222 \family sans
25223 AMS
25224 \begin_inset Space ~
25225 \end_inset
25226
25227 Mathe
25228 \begin_inset Space ~
25229 \end_inset
25230
25231 Paket
25232 \family default
25233
25234 \begin_inset Space ~
25235 \end_inset
25236
25237
25238 \family sans
25239 verwenden
25240 \family default
25241  angekreuzt sein.
25242 \begin_inset ERT
25243 status collapsed
25244
25245 \begin_layout Plain Layout
25246
25247
25248 \backslash
25249 numberwithin{footnote}{chapter}
25250 \end_layout
25251
25252 \end_inset
25253
25254  Hier ist ein Beispiel für solch eine Fußnote.
25255 \series bold
25256
25257 \begin_inset Foot
25258 status open
25259
25260 \begin_layout Plain Layout
25261 Dies ist eine Fußnote nach dem Schema 
25262 \begin_inset Quotes gld
25263 \end_inset
25264
25265 Kapitel.Fußnote
25266 \begin_inset Quotes grd
25267 \end_inset
25268
25269 .
25270 \end_layout
25271
25272 \end_inset
25273
25274
25275 \series default
25276
25277 \begin_inset ERT
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281
25282
25283 \backslash
25284 numberwithin{footnote}{part}
25285 \end_layout
25286
25287 \end_inset
25288
25289
25290 \end_layout
25291
25292 \begin_layout Standard
25293 \begin_inset Note Greyedout
25294 status open
25295
25296 \begin_layout Plain Layout
25297
25298 \series bold
25299 Bemerkung:
25300 \series default
25301  
25302 \series bold
25303
25304 \backslash
25305 numberwithin
25306 \series default
25307  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25308  werden überschrieben.
25309 \end_layout
25310
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \begin_layout Standard
25317 Um also z.
25318 \begin_inset Space \thinspace{}
25319 \end_inset
25320
25321 B.
25322  das Schema 
25323 \begin_inset Quotes gld
25324 \end_inset
25325
25326 Kapitel.
25327 \backslash
25328 Roman{footnote}
25329 \begin_inset Quotes grd
25330 \end_inset
25331
25332  zu erhalten, muss dieser Befehl anstelle von 
25333 \series bold
25334
25335 \backslash
25336 numberwithin
25337 \series default
25338  verwendet werden:
25339 \end_layout
25340
25341 \begin_layout Standard
25342
25343 \series bold
25344
25345 \backslash
25346 renewcommand{
25347 \backslash
25348 thefootnote}{
25349 \backslash
25350 thechapter.
25351 \backslash
25352 Roman{footnote}}
25353 \end_layout
25354
25355 \begin_layout Subsection
25356 Fußnoten-Platzierung
25357 \begin_inset Index
25358 status collapsed
25359
25360 \begin_layout Plain Layout
25361 Fußnoten ! Platzierung
25362 \end_layout
25363
25364 \end_inset
25365
25366
25367 \end_layout
25368
25369 \begin_layout Standard
25370 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25371  ohne Zwischenraum am Ende der Seite gedruckt.
25372  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25373  LaTeX-Vorspann 1.5
25374 \begin_inset Space \thinspace{}
25375 \end_inset
25376
25377 mm Zwischenraum einfügen:
25378 \end_layout
25379
25380 \begin_layout Standard
25381
25382 \series bold
25383
25384 \backslash
25385 let
25386 \backslash
25387 myFoot
25388 \backslash
25389 footnote
25390 \begin_inset Newline newline
25391 \end_inset
25392
25393
25394 \backslash
25395 renewcommand{
25396 \backslash
25397 footnote}[1]{
25398 \backslash
25399 myFoot{#1
25400 \backslash
25401 vspace{1.5mm}}}
25402 \end_layout
25403
25404 \begin_layout Standard
25405 \begin_inset VSpace bigskip
25406 \end_inset
25407
25408 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25409  Spalte gedruckt, Abbildung
25410 \begin_inset Space ~
25411 \end_inset
25412
25413
25414 \begin_inset CommandInset ref
25415 LatexCommand ref
25416 reference "abb:Standard-Fußnoten-Platzierung-in"
25417
25418 \end_inset
25419
25420 .
25421  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25422  in Abbildung
25423 \begin_inset Space ~
25424 \end_inset
25425
25426
25427 \begin_inset CommandInset ref
25428 LatexCommand ref
25429 reference "abb:Fußnoten-Platzierung-in-einem"
25430
25431 \end_inset
25432
25433 , müssen Sie das LaTeX-Paket 
25434 \series bold
25435 ftnright
25436 \series default
25437
25438 \begin_inset Index
25439 status collapsed
25440
25441 \begin_layout Plain Layout
25442 LaTeX-Pakete ! ftnright
25443 \end_layout
25444
25445 \end_inset
25446
25447  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25448 \end_layout
25449
25450 \begin_layout Standard
25451
25452 \series bold
25453
25454 \backslash
25455 usepackage{ftnright}
25456 \end_layout
25457
25458 \begin_layout Standard
25459 \begin_inset Float figure
25460 placement !h
25461 wide false
25462 sideways false
25463 status collapsed
25464
25465 \begin_layout Plain Layout
25466 \begin_inset ERT
25467 status collapsed
25468
25469 \begin_layout Plain Layout
25470
25471
25472 \backslash
25473 framebox{
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \begin_inset Graphics
25480         filename ../clipart/without_fntright.pdf
25481         width 100col%
25482         scaleBeforeRotation
25483
25484 \end_inset
25485
25486
25487 \begin_inset ERT
25488 status collapsed
25489
25490 \begin_layout Plain Layout
25491
25492 }
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \begin_layout Plain Layout
25501 \begin_inset Caption
25502
25503 \begin_layout Plain Layout
25504 \begin_inset CommandInset label
25505 LatexCommand label
25506 name "abb:Standard-Fußnoten-Platzierung-in"
25507
25508 \end_inset
25509
25510 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
25511 \begin_inset OptArg
25512 status collapsed
25513
25514 \begin_layout Plain Layout
25515 Standard Fußnoten-Platzierung in einem zweisp.
25516  Dokument
25517 \end_layout
25518
25519 \end_inset
25520
25521
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \begin_layout Standard
25535 \begin_inset Float figure
25536 placement !h
25537 wide false
25538 sideways false
25539 status collapsed
25540
25541 \begin_layout Plain Layout
25542 \begin_inset ERT
25543 status collapsed
25544
25545 \begin_layout Plain Layout
25546
25547
25548 \backslash
25549 framebox{
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \begin_inset Graphics
25556         filename ../clipart/with_fntright.pdf
25557         width 100col%
25558         scaleBeforeRotation
25559
25560 \end_inset
25561
25562
25563 \begin_inset ERT
25564 status collapsed
25565
25566 \begin_layout Plain Layout
25567
25568 }
25569 \end_layout
25570
25571 \end_inset
25572
25573
25574 \end_layout
25575
25576 \begin_layout Plain Layout
25577 \begin_inset Caption
25578
25579 \begin_layout Plain Layout
25580 \begin_inset CommandInset label
25581 LatexCommand label
25582 name "abb:Fußnoten-Platzierung-in-einem"
25583
25584 \end_inset
25585
25586 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25587  
25588 \series bold
25589 ftnright
25590 \series default
25591 .
25592 \begin_inset OptArg
25593 status collapsed
25594
25595 \begin_layout Plain Layout
25596 Fußnoten-Platzierung mit 
25597 \family typewriter
25598 ftnright
25599 \end_layout
25600
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \end_inset
25612
25613
25614 \end_layout
25615
25616 \begin_layout Standard
25617 \begin_inset VSpace bigskip
25618 \end_inset
25619
25620 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25621  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25622 \begin_inset Space ~
25623 \end_inset
25624
25625
25626 \begin_inset CommandInset ref
25627 LatexCommand ref
25628 reference "abb:endnotes----Die"
25629
25630 \end_inset
25631
25632  gedruckt.
25633  Man nennt sie dann 
25634 \emph on
25635 Endnoten
25636 \emph default
25637 .
25638 \begin_inset Index
25639 status collapsed
25640
25641 \begin_layout Plain Layout
25642 Endnoten
25643 \end_layout
25644
25645 \end_inset
25646
25647  Um das zu erreichen müssen Sie das LaTeX-Paket 
25648 \series bold
25649 endnotes
25650 \series default
25651
25652 \begin_inset Index
25653 status collapsed
25654
25655 \begin_layout Plain Layout
25656 LaTeX-Pakete ! endnotes
25657 \end_layout
25658
25659 \end_inset
25660
25661  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25662 \end_layout
25663
25664 \begin_layout Standard
25665
25666 \series bold
25667
25668 \backslash
25669 usepackage{endnotes}
25670 \begin_inset Newline newline
25671 \end_inset
25672
25673
25674 \backslash
25675 let
25676 \backslash
25677 footnote
25678 \backslash
25679 endnote
25680 \end_layout
25681
25682 \begin_layout Standard
25683 Um die gesammelten Fußnoten zu drucken fügen Sie den TeX-Code-Befehl
25684 \series bold
25685  
25686 \backslash
25687 theendnotes
25688 \series default
25689  am Ende des Abschnitts oder Kapitels ein.
25690 \end_layout
25691
25692 \begin_layout Standard
25693 \begin_inset Float figure
25694 wide false
25695 sideways false
25696 status collapsed
25697
25698 \begin_layout Plain Layout
25699 \align center
25700 \begin_inset ERT
25701 status collapsed
25702
25703 \begin_layout Plain Layout
25704
25705
25706 \backslash
25707 framebox{
25708 \end_layout
25709
25710 \end_inset
25711
25712
25713 \begin_inset Graphics
25714         filename ../clipart/endnotes.pdf
25715         scaleBeforeRotation
25716
25717 \end_inset
25718
25719
25720 \begin_inset ERT
25721 status collapsed
25722
25723 \begin_layout Plain Layout
25724
25725 }
25726 \end_layout
25727
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \begin_layout Plain Layout
25734 \begin_inset Caption
25735
25736 \begin_layout Plain Layout
25737 \begin_inset CommandInset label
25738 LatexCommand label
25739 name "abb:endnotes----Die"
25740
25741 \end_inset
25742
25743
25744 \series bold
25745 endnotes
25746 \series default
25747  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25748  gedruckt.
25749 \begin_inset OptArg
25750 status collapsed
25751
25752 \begin_layout Plain Layout
25753 \begin_inset CommandInset label
25754 LatexCommand label
25755 name "abb:endnotes----Die"
25756
25757 \end_inset
25758
25759
25760 \series bold
25761 endnotes
25762 \series default
25763  -- Die Fußnoten werden am Ende gedruckt
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \end_inset
25777
25778
25779 \end_layout
25780
25781 \begin_layout Standard
25782 \begin_inset VSpace medskip
25783 \end_inset
25784
25785 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25786 ache übersetzt.
25787  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25788 \begin_inset Quotes gld
25789 \end_inset
25790
25791 Notes 
25792 \begin_inset Quotes grd
25793 \end_inset
25794
25795 in 
25796 \begin_inset Quotes gld
25797 \end_inset
25798
25799 Anmerkungen
25800 \begin_inset Quotes grd
25801 \end_inset
25802
25803 :
25804 \end_layout
25805
25806 \begin_layout Standard
25807
25808 \series bold
25809
25810 \backslash
25811 renewcommand{
25812 \backslash
25813 notesname}{Anmerkungen}
25814 \end_layout
25815
25816 \begin_layout Standard
25817 \begin_inset VSpace medskip
25818 \end_inset
25819
25820 Wenn Sie in den Befehlen von Abschnitt
25821 \begin_inset Space ~
25822 \end_inset
25823
25824
25825 \begin_inset CommandInset ref
25826 LatexCommand ref
25827 reference "uab:Fußnoten-Nummerierung"
25828
25829 \end_inset
25830
25831  
25832 \series bold
25833
25834 \backslash
25835 thefootnote
25836 \series default
25837  durch 
25838 \series bold
25839
25840 \backslash
25841 theendnote
25842 \series default
25843  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25844  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25845 \series bold
25846
25847 \backslash
25848 @addtoreset
25849 \series default
25850  wie in Abschnitt
25851 \begin_inset Space \space{}
25852 \end_inset
25853
25854
25855 \begin_inset CommandInset ref
25856 LatexCommand ref
25857 reference "uab:Fußnoten-Nummerierung"
25858
25859 \end_inset
25860
25861  beschrieben und ersetzen 
25862 \series bold
25863 footnote
25864 \series default
25865  durch 
25866 \series bold
25867 endnote
25868 \series default
25869 .
25870 \end_layout
25871
25872 \begin_layout Standard
25873 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25874  
25875 \series bold
25876
25877 \backslash
25878 endnotemark[Nummer]
25879 \series default
25880  ähnlich wie 
25881 \series bold
25882
25883 \backslash
25884 footnotemark
25885 \series default
25886  Abschnitt
25887 \begin_inset Space ~
25888 \end_inset
25889
25890
25891 \begin_inset CommandInset ref
25892 LatexCommand ref
25893 reference "abs:Fußnoten"
25894
25895 \end_inset
25896
25897 .
25898 \end_layout
25899
25900 \begin_layout Standard
25901 \begin_inset VSpace bigskip
25902 \end_inset
25903
25904 Mit dem LaTeX-Paket 
25905 \series bold
25906 footmisc
25907 \series default
25908
25909 \begin_inset Index
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913 LaTeX-Pakete ! footmisc
25914 \end_layout
25915
25916 \end_inset
25917
25918  (
25919 \begin_inset CommandInset citation
25920 LatexCommand cite
25921 key "footmisc"
25922
25923 \end_inset
25924
25925 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25926 \end_layout
25927
25928 \begin_layout Standard
25929 In LaTeX-Büchern, 
25930 \begin_inset CommandInset citation
25931 LatexCommand cite
25932 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25933
25934 \end_inset
25935
25936 , finden Sie weiteres zu Fußnoten.
25937 \end_layout
25938
25939 \begin_layout Section
25940 Randnotizen
25941 \begin_inset Index
25942 status collapsed
25943
25944 \begin_layout Plain Layout
25945 Randnotizen
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \begin_inset Index
25952 status collapsed
25953
25954 \begin_layout Plain Layout
25955 Notizen ! Randnotizen
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \begin_layout Standard
25964 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25965  Sie fügen sie mit einem Klick auf den Schalter 
25966 \begin_inset Graphics
25967         filename ../../images/marginalnote-insert.png
25968         scale 70
25969         scaleBeforeRotation
25970         BoundingBox 0bp 0bp 22bp 22bp
25971
25972 \end_inset
25973
25974  oder über 
25975 \family sans
25976 Einfügen\SpecialChar \menuseparator
25977 Randnotiz
25978 \family default
25979  ein.
25980  Ein graues Kästchen mit der Aufschrift 
25981 \begin_inset Quotes gld
25982 \end_inset
25983
25984 Rand
25985 \begin_inset Quotes grd
25986 \end_inset
25987
25988  erscheint
25989 \family roman
25990 \series medium
25991 , und dort, wo der Cursor steht, können Sie Text eingeben.
25992 \end_layout
25993
25994 \begin_layout Standard
25995 Hier am Rand sehen Sie eine Randnotiz.
25996  
25997 \begin_inset Marginal
25998 status open
25999
26000 \begin_layout Plain Layout
26001 Dies ist eine Randnotiz.
26002 \end_layout
26003
26004 \end_inset
26005
26006
26007 \end_layout
26008
26009 \begin_layout Standard
26010 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26011  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
26012  Seiten und rechts auf den ungeraden.
26013  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26014  wird und umgekehrt.
26015  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26016  wurde.
26017 \end_layout
26018
26019 \begin_layout Standard
26020 \begin_inset VSpace bigskip
26021 \end_inset
26022
26023 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26024 \end_layout
26025
26026 \begin_layout Standard
26027
26028 \series bold
26029
26030 \backslash
26031 reversemarginpar
26032 \end_layout
26033
26034 \begin_layout Standard
26035 als TeX-Code vor einer Randnotiz ein.
26036  Das gilt dann für alle folgenden Randnotizen.
26037  
26038 \begin_inset ERT
26039 status collapsed
26040
26041 \begin_layout Plain Layout
26042
26043
26044 \backslash
26045 reversemarginpar 
26046 \end_layout
26047
26048 \end_inset
26049
26050
26051 \begin_inset Marginal
26052 status open
26053
26054 \begin_layout Plain Layout
26055 Hier ist ein Beispiel im inneren Rand.
26056 \end_layout
26057
26058 \end_inset
26059
26060
26061 \begin_inset Newline newline
26062 \end_inset
26063
26064
26065 \begin_inset Note Greyedout
26066 status open
26067
26068 \begin_layout Plain Layout
26069  
26070 \series bold
26071 Achtung:
26072 \series default
26073  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26074 \end_layout
26075
26076 \end_inset
26077
26078
26079 \end_layout
26080
26081 \begin_layout Standard
26082 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26083 \end_layout
26084
26085 \begin_layout Standard
26086
26087 \series bold
26088
26089 \backslash
26090 normalmarginpar
26091 \end_layout
26092
26093 \begin_layout Standard
26094 als TeX-Code ein.
26095 \begin_inset ERT
26096 status collapsed
26097
26098 \begin_layout Plain Layout
26099
26100
26101 \backslash
26102 normalmarginpar 
26103 \end_layout
26104
26105 \end_inset
26106
26107
26108 \begin_inset Note Greyedout
26109 status open
26110
26111 \begin_layout Plain Layout
26112
26113 \series bold
26114 Achtung:
26115 \series default
26116  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26117 \series bold
26118
26119 \backslash
26120 reversemarginpar
26121 \series default
26122  verwendet wird.
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Standard
26131 \begin_inset VSpace bigskip
26132 \end_inset
26133
26134
26135 \begin_inset Marginal
26136 status open
26137
26138 \begin_layout Plain Layout
26139
26140 \family roman
26141 \series medium
26142 EinSehrLangesWort am Anfang, das umgebrochen wird.
26143 \end_layout
26144
26145 \end_inset
26146
26147  Ähnlich wie in Abschnitt
26148 \begin_inset Space ~
26149 \end_inset
26150
26151
26152 \begin_inset CommandInset ref
26153 LatexCommand ref
26154 reference "uab:Mehrfache-Zeilen-in"
26155
26156 \end_inset
26157
26158  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
26159  erste Wort der Randnotiz sind.
26160  Um das zu vermeiden, fügen sie 0
26161 \begin_inset Space \thinspace{}
26162 \end_inset
26163
26164 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26165 \begin_inset Marginal
26166 status open
26167
26168 \begin_layout Plain Layout
26169 \begin_inset Space \hspace{}
26170 \length 0pt
26171 \end_inset
26172
26173
26174 \family roman
26175 \series medium
26176 EinSehrLangesWort am Anfang, das umgebrochen wird.
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \begin_layout Standard
26185 \begin_inset VSpace bigskip
26186 \end_inset
26187
26188
26189 \end_layout
26190
26191 \begin_layout Standard
26192 \begin_inset Note Greyedout
26193 status open
26194
26195 \begin_layout Plain Layout
26196
26197 \series bold
26198 Bemerkung:
26199 \series default
26200  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26201  verwendet werden.
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \begin_layout Standard
26210 \begin_inset VSpace bigskip
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \begin_layout Standard
26217 \begin_inset ERT
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221
26222
26223 \backslash
26224 ifmarginnote
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \begin_inset Note Note
26231 status open
26232
26233 \begin_layout Plain Layout
26234 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26235 \series bold
26236 marginnote
26237 \series default
26238  installiert ist.
26239 \end_layout
26240
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \begin_layout Standard
26247 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26248 \series bold
26249 marginnote
26250 \series default
26251
26252 \begin_inset Index
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256 LaTeX-Pakete ! marginnote
26257 \end_layout
26258
26259 \end_inset
26260
26261  verwendet wird.
26262  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26263  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
26264  des Pakets 
26265 \series bold
26266 marginnote
26267 \series default
26268  für Randnotizen verwendet wird:
26269 \end_layout
26270
26271 \begin_layout Standard
26272
26273 \series bold
26274
26275 \backslash
26276 usepackage{marginnote}
26277 \begin_inset Newline newline
26278 \end_inset
26279
26280
26281 \backslash
26282 let
26283 \backslash
26284 marginpar
26285 \backslash
26286 marginnote
26287 \end_layout
26288
26289 \begin_layout Standard
26290 Dies wird auch in diesem Dokument verwendet, denn 
26291 \series bold
26292 marginnote
26293 \series default
26294  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26295  für Randnotizen angeben.
26296  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26297 n sind zu dicht beieinander sind.
26298  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26299  Schema
26300 \end_layout
26301
26302 \begin_layout Standard
26303
26304 \series bold
26305 [Versatz]
26306 \end_layout
26307
26308 \begin_layout Standard
26309 angegeben.
26310  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26311 \begin_inset Space ~
26312 \end_inset
26313
26314
26315 \begin_inset CommandInset ref
26316 LatexCommand ref
26317 reference "tab:Maßeinheiten"
26318
26319 \end_inset
26320
26321  aufgelistet sind.
26322  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
26323  nach unten.
26324  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26325 \begin_inset Space \thinspace{}
26326 \end_inset
26327
26328 cm mit dem TeX-Code-Befehl  
26329 \begin_inset Quotes gld
26330 \end_inset
26331
26332
26333 \series bold
26334 [-1.5cm]
26335 \series default
26336
26337 \begin_inset Quotes grd
26338 \end_inset
26339
26340  nach oben versetzt
26341 \begin_inset Marginal
26342 status open
26343
26344 \begin_layout Plain Layout
26345 Diese Randnotiz ist 1.5
26346 \begin_inset Space \thinspace{}
26347 \end_inset
26348
26349 cm von ihrer Originalposition nach oben versetzt.
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \begin_inset ERT
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359
26360 [-1.5cm]
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \begin_layout Standard
26369 \begin_inset VSpace medskip
26370 \end_inset
26371
26372 Mit 
26373 \series bold
26374 marginnote
26375 \series default
26376  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26377  Zum Beispiel setzen die Befehle
26378 \end_layout
26379
26380 \begin_layout Standard
26381
26382 \series bold
26383
26384 \backslash
26385 renewcommand*{
26386 \backslash
26387 raggedleftmarginnote}{
26388 \backslash
26389 centering}
26390 \begin_inset Newline newline
26391 \end_inset
26392
26393
26394 \backslash
26395 renewcommand*{
26396 \backslash
26397 raggedrightmarginnote}{
26398 \backslash
26399 centering}
26400 \end_layout
26401
26402 \begin_layout Standard
26403 die Ausrichtung auf zentriert.
26404  
26405 \series bold
26406
26407 \backslash
26408 raggedleftmarginnote
26409 \series default
26410  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26411  
26412 \begin_inset ERT
26413 status collapsed
26414
26415 \begin_layout Plain Layout
26416
26417
26418 \backslash
26419 renewcommand*{
26420 \backslash
26421 raggedleftmarginnote}{
26422 \backslash
26423 centering}
26424 \end_layout
26425
26426 \begin_layout Plain Layout
26427
26428
26429 \backslash
26430 renewcommand*{
26431 \backslash
26432 raggedrightmarginnote}{
26433 \backslash
26434 centering}
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \begin_inset Marginal
26441 status open
26442
26443 \begin_layout Plain Layout
26444 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26445 \end_layout
26446
26447 \end_inset
26448
26449  Die Voreinstellung ist
26450 \end_layout
26451
26452 \begin_layout Standard
26453
26454 \series bold
26455
26456 \backslash
26457 renewcommand*{
26458 \backslash
26459 raggedleftmarginnote}{
26460 \backslash
26461 raggedleft}
26462 \begin_inset Newline newline
26463 \end_inset
26464
26465
26466 \backslash
26467 renewcommand*{
26468 \backslash
26469 raggedrightmarginnote}{
26470 \backslash
26471 raggedright}
26472 \series default
26473
26474 \begin_inset ERT
26475 status collapsed
26476
26477 \begin_layout Plain Layout
26478
26479
26480 \backslash
26481 renewcommand*{
26482 \backslash
26483 raggedleftmarginnote}{
26484 \backslash
26485 raggedleft}
26486 \end_layout
26487
26488 \begin_layout Plain Layout
26489
26490
26491 \backslash
26492 renewcommand*{
26493 \backslash
26494 raggedrightmarginnote}{
26495 \backslash
26496 raggedright}
26497 \end_layout
26498
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \begin_layout Standard
26505 \begin_inset VSpace medskip
26506 \end_inset
26507
26508 Für weitere Fähigkeiten des Pakets 
26509 \series bold
26510 marginnote
26511 \series default
26512  sei auf dessen Dokumentation verwiesen 
26513 \begin_inset CommandInset citation
26514 LatexCommand cite
26515 key "marginnote"
26516
26517 \end_inset
26518
26519 .
26520 \end_layout
26521
26522 \begin_layout Standard
26523 \begin_inset VSpace bigskip
26524 \end_inset
26525
26526 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26527  geändert werden.
26528  Um z.
26529 \begin_inset Space \thinspace{}
26530 \end_inset
26531
26532 B.
26533  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26534  und fettgedruckten Text 
26535 \begin_inset Quotes eld
26536 \end_inset
26537
26538
26539 \family sans
26540 \series bold
26541 \bar under
26542 Achtung!
26543 \family default
26544 \series default
26545 \bar default
26546
26547 \begin_inset Quotes erd
26548 \end_inset
26549
26550  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26551 \end_layout
26552
26553 \begin_layout Standard
26554
26555 \series bold
26556
26557 \backslash
26558 let
26559 \backslash
26560 myMarginpar
26561 \backslash
26562 marginpar
26563 \begin_inset Newline newline
26564 \end_inset
26565
26566
26567 \backslash
26568 renewcommand{
26569 \backslash
26570 marginpar}[1]{
26571 \backslash
26572 myMarginpar{%
26573 \begin_inset Newline newline
26574 \end_inset
26575
26576
26577 \begin_inset ERT
26578 status collapsed
26579
26580 \begin_layout Plain Layout
26581
26582
26583 \backslash
26584 hphantom{ }
26585 \end_layout
26586
26587 \end_inset
26588
26589
26590 \backslash
26591 hspace{0pt}
26592 \backslash
26593 textsf{
26594 \backslash
26595 textbf{
26596 \backslash
26597 underbar{Achtung!}}}%
26598 \begin_inset Newline newline
26599 \end_inset
26600
26601
26602 \begin_inset ERT
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606
26607
26608 \backslash
26609 hphantom{ }
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \backslash
26616 vspace{1.5mm}
26617 \backslash
26618
26619 \backslash
26620 #1}}
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset ERT
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628
26629
26630 \backslash
26631 let
26632 \backslash
26633 myMarginpar
26634 \backslash
26635 marginpar
26636 \end_layout
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 renewcommand{
26643 \backslash
26644 marginpar}[1]{
26645 \backslash
26646 myMarginpar{%
26647 \end_layout
26648
26649 \begin_layout Plain Layout
26650
26651    
26652 \backslash
26653 textsf{
26654 \backslash
26655 textbf{
26656 \backslash
26657 underbar{Achtung!}}}%
26658 \end_layout
26659
26660 \begin_layout Plain Layout
26661
26662    
26663 \backslash
26664 vspace{1.5mm}
26665 \backslash
26666
26667 \backslash
26668 #1}}
26669 \end_layout
26670
26671 \end_inset
26672
26673
26674 \begin_inset Marginal
26675 status open
26676
26677 \begin_layout Plain Layout
26678 Dies ist eine Randnotiz mit einer definierten Überschrift.
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \begin_inset ERT
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688
26689 [-1.5cm]
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \begin_inset ERT
26696 status collapsed
26697
26698 \begin_layout Plain Layout
26699
26700
26701 \backslash
26702 renewcommand{
26703 \backslash
26704 marginpar}[1]{
26705 \backslash
26706 myMarginpar{#1}}
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \begin_inset Note Note
26713 status open
26714
26715 \begin_layout Plain Layout
26716 Das Format wurde nur für dieses Beispiel geändert.
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \begin_layout Standard
26725 \begin_inset ERT
26726 status collapsed
26727
26728 \begin_layout Plain Layout
26729
26730
26731 \backslash
26732 else
26733 \end_layout
26734
26735 \end_inset
26736
26737
26738 \begin_inset Note Note
26739 status open
26740
26741 \begin_layout Plain Layout
26742 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26743 \series bold
26744 marginnote
26745 \series default
26746  nicht installiert ist:
26747 \end_layout
26748
26749 \end_inset
26750
26751
26752 \end_layout
26753
26754 \begin_layout Standard
26755 Das LaTeX-Paket 
26756 \series bold
26757 marginnote
26758 \series default
26759  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26760 \end_layout
26761
26762 \begin_layout Standard
26763 \begin_inset ERT
26764 status collapsed
26765
26766 \begin_layout Plain Layout
26767
26768
26769 \backslash
26770 fi
26771 \end_layout
26772
26773 \end_inset
26774
26775
26776 \end_layout
26777
26778 \begin_layout Chapter
26779 Boxen
26780 \end_layout
26781
26782 \begin_layout Section
26783 Einleitung
26784 \begin_inset Index
26785 status collapsed
26786
26787 \begin_layout Plain Layout
26788 Boxen ! Einleitung
26789 \end_layout
26790
26791 \end_inset
26792
26793
26794 \end_layout
26795
26796 \begin_layout Standard
26797 Boxen werden benutzt, um einen Textblock zu formatieren.
26798  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26799  siehe Abschnitt
26800 \begin_inset Space ~
26801 \end_inset
26802
26803
26804 \begin_inset CommandInset ref
26805 LatexCommand ref
26806 reference "abs:Minipage"
26807
26808 \end_inset
26809
26810 , um Text zu umranden, siehe Abschnitt
26811 \begin_inset Space ~
26812 \end_inset
26813
26814
26815 \begin_inset CommandInset ref
26816 LatexCommand ref
26817 reference "abs:Gerahmte-Boxen"
26818
26819 \end_inset
26820
26821 , um Silbentrennung zu verhindern, siehe Abschnitt
26822 \begin_inset Space ~
26823 \end_inset
26824
26825
26826 \begin_inset CommandInset ref
26827 LatexCommand ref
26828 reference "abs:Silbentrennung-unterbinden"
26829
26830 \end_inset
26831
26832 , um Text senkrecht auszurichten, siehe Abschnitt
26833 \begin_inset Space ~
26834 \end_inset
26835
26836
26837 \begin_inset CommandInset ref
26838 LatexCommand ref
26839 reference "uab:Vertikale-Ausrichtung"
26840
26841 \end_inset
26842
26843  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26844 \begin_inset Space ~
26845 \end_inset
26846
26847
26848 \begin_inset CommandInset ref
26849 LatexCommand ref
26850 reference "abs:Farbige-Boxen"
26851
26852 \end_inset
26853
26854 .
26855 \end_layout
26856
26857 \begin_layout Standard
26858 Boxen werden mit 
26859 \family sans
26860 Einfügen\SpecialChar \menuseparator
26861 Box
26862 \family default
26863  oder dem Schalter 
26864 \begin_inset Graphics
26865         filename ../../images/box-insert.png
26866         scale 85
26867         scaleBeforeRotation
26868
26869 \end_inset
26870
26871  eingefügt.
26872  Ein graues Kästchen mit der Aufschrift 
26873 \begin_inset Quotes gld
26874 \end_inset
26875
26876 Box (Minipage)
26877 \begin_inset Quotes grd
26878 \end_inset
26879
26880  erscheint: 
26881 \begin_inset Graphics
26882         filename clipart/StandardBoxQt4.png
26883         lyxscale 80
26884         scale 60
26885         scaleBeforeRotation
26886
26887 \end_inset
26888
26889 .
26890  Mit einem Rechts\SpecialChar \-
26891 klick auf das graue Kästchen kann der Typ spezifiziert
26892  werden.
26893  Das Dialogfenster bietet bei 
26894 \family sans
26895 Innere
26896 \begin_inset Space ~
26897 \end_inset
26898
26899 Box
26900 \family default
26901  die Typen 
26902 \family sans
26903 Parbox
26904 \family default
26905  und 
26906 \family sans
26907 Minipage
26908 \family default
26909  an.
26910  
26911 \family sans
26912 Minipage
26913 \family default
26914  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26915 \begin_inset Space ~
26916 \end_inset
26917
26918
26919 \begin_inset CommandInset ref
26920 LatexCommand ref
26921 reference "abs:Minipage"
26922
26923 \end_inset
26924
26925  beschrieben, 
26926 \family sans
26927 Parbox
26928 \family default
26929  in Abschnitt
26930 \begin_inset Space ~
26931 \end_inset
26932
26933
26934 \begin_inset CommandInset ref
26935 LatexCommand ref
26936 reference "abs:Parbox"
26937
26938 \end_inset
26939
26940 .
26941 \end_layout
26942
26943 \begin_layout Standard
26944 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26945  wie auf Gleitobjekte und Fußnoten.
26946 \end_layout
26947
26948 \begin_layout Standard
26949 \begin_inset Note Greyedout
26950 status open
26951
26952 \begin_layout Plain Layout
26953
26954 \series bold
26955 Bemerkung
26956 \begin_inset Space ~
26957 \end_inset
26958
26959 1:
26960 \series default
26961  Boxen dürfen in 
26962 \family sans
26963 List-
26964 \family default
26965  oder 
26966 \family sans
26967 Beschreibung-
26968 \family default
26969 Umgebungen nicht verwendet werden.
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \begin_layout Standard
26978 \begin_inset Note Greyedout
26979 status open
26980
26981 \begin_layout Plain Layout
26982
26983 \series bold
26984 Bemerkung
26985 \begin_inset Space ~
26986 \end_inset
26987
26988 2:
26989 \series default
26990  Boxen ohne 
26991 \family sans
26992 Innere
26993 \begin_inset Space ~
26994 \end_inset
26995
26996 Box
26997 \family default
26998  und ohne Rahmen werden in Abschnitt
26999 \begin_inset Space ~
27000 \end_inset
27001
27002
27003 \begin_inset CommandInset ref
27004 LatexCommand ref
27005 reference "abs:Silbentrennung-unterbinden"
27006
27007 \end_inset
27008
27009  beschrieben.
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Section
27018 Das Box-Einstellungen-Fenster
27019 \begin_inset CommandInset label
27020 LatexCommand label
27021 name "abs:Box-Dialog"
27022
27023 \end_inset
27024
27025
27026 \begin_inset Index
27027 status collapsed
27028
27029 \begin_layout Plain Layout
27030 Boxen ! Box-Dialog-Fenster
27031 \end_layout
27032
27033 \end_inset
27034
27035
27036 \end_layout
27037
27038 \begin_layout Subsection
27039 Box-Größe
27040 \begin_inset Index
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044 Boxen ! Größe
27045 \end_layout
27046
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Standard
27053 Im 
27054 \family sans
27055 Box-Einstellungen
27056 \family default
27057 -Fenster können Sie die Größe der Box mit 
27058 \family sans
27059 Breite
27060 \family default
27061  und 
27062 \family sans
27063 Höhe 
27064 \family default
27065 festlegen.
27066  Die verfügbaren Einheiten werden in Tabelle
27067 \begin_inset Space ~
27068 \end_inset
27069
27070
27071 \begin_inset CommandInset ref
27072 LatexCommand ref
27073 reference "tab:Maßeinheiten"
27074
27075 \end_inset
27076
27077  aufgelistet.
27078  Das Feld
27079 \family sans
27080  Höhe
27081 \family default
27082  bietet die folgenden zusätzlichen Größen:
27083 \end_layout
27084
27085 \begin_layout Description
27086 Tiefe Dies ist die reine Text-
27087 \begin_inset Quotes gld
27088 \end_inset
27089
27090 Höhe
27091 \begin_inset Quotes grd
27092 \end_inset
27093
27094 .
27095  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27096 \begin_inset Newline newline
27097 \end_inset
27098
27099
27100 \begin_inset Newline newline
27101 \end_inset
27102
27103
27104 \begin_inset Newline newline
27105 \end_inset
27106
27107
27108 \begin_inset Box Boxed
27109 position "c"
27110 hor_pos "c"
27111 has_inner_box 1
27112 inner_pos "c"
27113 use_parbox 0
27114 width "12col%"
27115 special "none"
27116 height "1in"
27117 height_special "depth"
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121 \align center
27122 Box-Höhe = 1
27123 \begin_inset Space \thinspace{}
27124 \end_inset
27125
27126 Tiefe
27127 \end_layout
27128
27129 \end_inset
27130
27131
27132 \begin_inset Newline newline
27133 \end_inset
27134
27135
27136 \begin_inset Newline newline
27137 \end_inset
27138
27139
27140 \end_layout
27141
27142 \begin_layout Description
27143 Höhe Dies ist die Texthöhe innerhalb der Box.
27144  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27145  Texthöhe setzen: 
27146 \begin_inset Box Boxed
27147 position "c"
27148 hor_pos "c"
27149 has_inner_box 1
27150 inner_pos "c"
27151 use_parbox 0
27152 width "20col%"
27153 special "none"
27154 height "2in"
27155 height_special "height"
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159 \align center
27160 Boxhöhe = 2
27161 \begin_inset Space \thinspace{}
27162 \end_inset
27163
27164 Höhe
27165 \end_layout
27166
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \begin_layout Description
27173 Gesamthöhe Dies ist Höhe
27174 \begin_inset Space \thinspace{}
27175 \end_inset
27176
27177 +
27178 \begin_inset Space \thinspace{}
27179 \end_inset
27180
27181 Tiefe: 
27182 \begin_inset Box Boxed
27183 position "c"
27184 hor_pos "c"
27185 has_inner_box 1
27186 inner_pos "c"
27187 use_parbox 0
27188 width "20col%"
27189 special "none"
27190 height "1in"
27191 height_special "totalheight"
27192 status collapsed
27193
27194 \begin_layout Plain Layout
27195 \align center
27196 Boxhöhe = 1
27197 \begin_inset Space \thinspace{}
27198 \end_inset
27199
27200 Gesamthöhe
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \begin_layout Description
27209 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27210 \begin_inset Box Boxed
27211 position "c"
27212 hor_pos "c"
27213 has_inner_box 1
27214 inner_pos "c"
27215 use_parbox 0
27216 width "12col%"
27217 special "none"
27218 height "1in"
27219 height_special "width"
27220 status collapsed
27221
27222 \begin_layout Plain Layout
27223 \align center
27224 Boxhöhe = 1
27225 \begin_inset Space \thinspace{}
27226 \end_inset
27227
27228 Breite
27229 \end_layout
27230
27231 \end_inset
27232
27233
27234 \end_layout
27235
27236 \begin_layout Subsection
27237 Ausrichtung
27238 \begin_inset Index
27239 status collapsed
27240
27241 \begin_layout Plain Layout
27242 Boxen ! Ausrichtung
27243 \end_layout
27244
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \begin_layout Standard
27251 Wenn Sie eine 
27252 \family sans
27253 Innere
27254 \begin_inset Space ~
27255 \end_inset
27256
27257 Box
27258 \family default
27259  gewählt haben, kann die Box mit folgenden Werten für 
27260 \family sans
27261 Box
27262 \family default
27263  senkrecht ausgerichtet werden:
27264 \end_layout
27265
27266 \begin_layout Description
27267 Oben Dies ist ein Beispieltext.
27268  
27269 \begin_inset Box Boxed
27270 position "t"
27271 hor_pos "c"
27272 has_inner_box 1
27273 inner_pos "c"
27274 use_parbox 0
27275 width "20col%"
27276 special "none"
27277 height "1in"
27278 height_special "totalheight"
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282 \align center
27283 Die Ober\SpecialChar \-
27284 kante der Box ist in der Zeile.
27285 \end_layout
27286
27287 \end_inset
27288
27289  Dies ist ein Beispieltext.
27290 \end_layout
27291
27292 \begin_layout Description
27293 Mitte Dies ist ein Beispieltext.
27294  
27295 \begin_inset Box Boxed
27296 position "c"
27297 hor_pos "c"
27298 has_inner_box 1
27299 inner_pos "c"
27300 use_parbox 0
27301 width "20col%"
27302 special "none"
27303 height "1in"
27304 height_special "totalheight"
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308 \align center
27309 Die Mitte der Box ist in der Zeile.
27310 \end_layout
27311
27312 \end_inset
27313
27314  Dies ist ein Beispieltext.
27315 \end_layout
27316
27317 \begin_layout Description
27318 Unten Dies ist ein Beispieltext.
27319  
27320 \begin_inset Box Boxed
27321 position "b"
27322 hor_pos "c"
27323 has_inner_box 1
27324 inner_pos "c"
27325 use_parbox 0
27326 width "20col%"
27327 special "none"
27328 height "1in"
27329 height_special "totalheight"
27330 status collapsed
27331
27332 \begin_layout Plain Layout
27333 \align center
27334 Die Unter\SpecialChar \-
27335 kante der Box ist in der Zeile.
27336 \end_layout
27337
27338 \end_inset
27339
27340  Dies ist ein Beispieltext.
27341 \end_layout
27342
27343 \begin_layout Standard
27344 \begin_inset Note Greyedout
27345 status open
27346
27347 \begin_layout Plain Layout
27348
27349 \series bold
27350 Bemerkung:
27351 \series default
27352  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27353  Boxen in einer Zeile sind und eine Box z.
27354 \begin_inset Space \thinspace{}
27355 \end_inset
27356
27357 B.
27358  schattiert ist, die andere abere nicht.
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Standard
27367 Eine Box kann mit dem Dialog 
27368 \family sans
27369 Absatz-Einstellungen
27370 \family default
27371  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27372 \end_layout
27373
27374 \begin_layout Standard
27375 \begin_inset VSpace bigskip
27376 \end_inset
27377
27378 Wenn Sie eine 
27379 \family sans
27380 Innere
27381 \begin_inset Space ~
27382 \end_inset
27383
27384 Box
27385 \family default
27386  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27387 \family sans
27388 Inhalt
27389 \family default
27390  senkrecht ausgerichtet werden:
27391 \end_layout
27392
27393 \begin_layout Description
27394 Oben Dies ist ein Beispieltext.
27395  
27396 \begin_inset Box Boxed
27397 position "c"
27398 hor_pos "c"
27399 has_inner_box 1
27400 inner_pos "t"
27401 use_parbox 0
27402 width "20col%"
27403 special "none"
27404 height "1.5in"
27405 height_special "totalheight"
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 \align center
27410 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27411 \end_layout
27412
27413 \end_inset
27414
27415  Dies ist ein Beispieltext.
27416 \end_layout
27417
27418 \begin_layout Description
27419 Mitte Dies ist ein Beispieltext.
27420  
27421 \begin_inset Box Boxed
27422 position "c"
27423 hor_pos "c"
27424 has_inner_box 1
27425 inner_pos "c"
27426 use_parbox 0
27427 width "20col%"
27428 special "none"
27429 height "1.5in"
27430 height_special "totalheight"
27431 status collapsed
27432
27433 \begin_layout Plain Layout
27434 \align center
27435 Der Boxinhalt ist zentriert ausgerichtet.
27436 \end_layout
27437
27438 \end_inset
27439
27440  Dies ist ein Beispieltext.
27441 \end_layout
27442
27443 \begin_layout Description
27444 Unten Dies ist ein Beispieltext.
27445  
27446 \begin_inset Box Boxed
27447 position "c"
27448 hor_pos "c"
27449 has_inner_box 1
27450 inner_pos "b"
27451 use_parbox 0
27452 width "20col%"
27453 special "none"
27454 height "1.5in"
27455 height_special "totalheight"
27456 status collapsed
27457
27458 \begin_layout Plain Layout
27459 \align center
27460 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27461 \end_layout
27462
27463 \end_inset
27464
27465  Dies ist ein Beispieltext.
27466 \end_layout
27467
27468 \begin_layout Description
27469 Dehnen Dies ist ein Beispieltext.
27470  
27471 \begin_inset Box Boxed
27472 position "c"
27473 hor_pos "c"
27474 has_inner_box 1
27475 inner_pos "s"
27476 use_parbox 0
27477 width "20col%"
27478 special "none"
27479 height "1in"
27480 height_special "totalheight"
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484 \align center
27485 Der Boxinhalt
27486 \end_layout
27487
27488 \begin_layout Plain Layout
27489 \align center
27490 ist über die
27491 \end_layout
27492
27493 \begin_layout Plain Layout
27494 \align center
27495 Boxhöhe
27496 \end_layout
27497
27498 \begin_layout Plain Layout
27499 \align center
27500 gleichmäßig verteilt.
27501 \end_layout
27502
27503 \end_inset
27504
27505  Dies ist ein Beispieltext.
27506 \end_layout
27507
27508 \begin_layout Standard
27509 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27510  besteht.
27511  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27512 \end_layout
27513
27514 \begin_layout Standard
27515 Ein Boxinhalt kann mit dem Dialog 
27516 \family sans
27517 Absatz-Einstellungen
27518 \family default
27519  waagerecht ausgerichtet werden, wenn Sie eine
27520 \family sans
27521  Innere
27522 \begin_inset Space ~
27523 \end_inset
27524
27525 Box
27526 \family default
27527  gewählt haben.
27528 \end_layout
27529
27530 \begin_layout Standard
27531 \align center
27532 \begin_inset Box Boxed
27533 position "c"
27534 hor_pos "c"
27535 has_inner_box 1
27536 inner_pos "s"
27537 use_parbox 0
27538 width "30col%"
27539 special "none"
27540 height "1.25in"
27541 height_special "totalheight"
27542 status collapsed
27543
27544 \begin_layout Plain Layout
27545 \align left
27546 Hier ist jede Zeile
27547 \end_layout
27548
27549 \begin_layout Plain Layout
27550 \align center
27551 anders
27552 \end_layout
27553
27554 \begin_layout Plain Layout
27555 \align right
27556 ausgerichtet.
27557 \end_layout
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Standard
27565 Wenn Sie keine
27566 \family sans
27567  Innere
27568 \begin_inset Space ~
27569 \end_inset
27570
27571 Box
27572 \family default
27573  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27574 \family sans
27575 Box-Einstellungen-
27576 \family default
27577 Dialog ausrichten
27578 \end_layout
27579
27580 \begin_layout Standard
27581 \align center
27582 \begin_inset Box Boxed
27583 position "c"
27584 hor_pos "s"
27585 has_inner_box 0
27586 inner_pos "s"
27587 use_parbox 0
27588 width "90col%"
27589 special "none"
27590 height "1.25in"
27591 height_special "totalheight"
27592 status collapsed
27593
27594 \begin_layout Plain Layout
27595 \align left
27596 Dieser Boxinhalt wurde horizontal gedehnt.
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \begin_layout Section
27605 Gerahmte Boxen
27606 \begin_inset CommandInset label
27607 LatexCommand label
27608 name "abs:Gerahmte-Boxen"
27609
27610 \end_inset
27611
27612
27613 \begin_inset Index
27614 status collapsed
27615
27616 \begin_layout Plain Layout
27617 Boxen ! gerahmte
27618 \end_layout
27619
27620 \end_inset
27621
27622
27623 \end_layout
27624
27625 \begin_layout Standard
27626 Mit dem 
27627 \family sans
27628 Box-Einstellungen-
27629 \family default
27630 Dialog können Sie bei 
27631 \family sans
27632 Verzierung
27633 \family default
27634  die Art des Rahmens auswählen:
27635 \end_layout
27636
27637 \begin_layout Description
27638 Rechteckige
27639 \begin_inset Space ~
27640 \end_inset
27641
27642 Box Um die Box wird ein rechteckiger Rahmen gezogen.
27643  Die Rahmendicke wird durch 
27644 \series bold
27645
27646 \backslash
27647 fboxrule
27648 \series default
27649  festgelegt.
27650  
27651 \begin_inset Box Boxed
27652 position "c"
27653 hor_pos "c"
27654 has_inner_box 1
27655 inner_pos "c"
27656 use_parbox 0
27657 width "21col%"
27658 special "none"
27659 height "1in"
27660 height_special "totalheight"
27661 status collapsed
27662
27663 \begin_layout Plain Layout
27664
27665 \series medium
27666 Rechteckige
27667 \begin_inset Space ~
27668 \end_inset
27669
27670 Box
27671 \end_layout
27672
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \begin_layout Description
27679 Ovale
27680 \begin_inset Space ~
27681 \end_inset
27682
27683 Box,
27684 \begin_inset Space ~
27685 \end_inset
27686
27687 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27688  Die Rahmendicke ist 0.4
27689 \begin_inset Space \thinspace{}
27690 \end_inset
27691
27692 pt.
27693  
27694 \begin_inset Box ovalbox
27695 position "c"
27696 hor_pos "c"
27697 has_inner_box 1
27698 inner_pos "c"
27699 use_parbox 0
27700 width "20col%"
27701 special "none"
27702 height "1in"
27703 height_special "totalheight"
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707 Ovale
27708 \begin_inset Space ~
27709 \end_inset
27710
27711 Box,
27712 \begin_inset Space ~
27713 \end_inset
27714
27715 dünn
27716 \end_layout
27717
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \begin_layout Description
27724 Ovale
27725 \begin_inset Space ~
27726 \end_inset
27727
27728 Box,
27729 \begin_inset Space ~
27730 \end_inset
27731
27732 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27733  Die Rahmendicke ist 0.8
27734 \begin_inset Space \thinspace{}
27735 \end_inset
27736
27737 pt.
27738  
27739 \begin_inset Box Ovalbox
27740 position "c"
27741 hor_pos "c"
27742 has_inner_box 1
27743 inner_pos "c"
27744 use_parbox 0
27745 width "20col%"
27746 special "none"
27747 height "1in"
27748 height_special "totalheight"
27749 status collapsed
27750
27751 \begin_layout Plain Layout
27752 Ovale
27753 \begin_inset Space ~
27754 \end_inset
27755
27756 Box,
27757 \begin_inset Space ~
27758 \end_inset
27759
27760 dick
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \begin_layout Description
27769 Schattierte
27770 \begin_inset Space ~
27771 \end_inset
27772
27773 Box Zeichnet einen Rahmen mit Schatten um die Box.
27774  Die Rahmendicke wird durch 
27775 \series bold
27776
27777 \backslash
27778 fboxrule
27779 \series default
27780  festgelegt, der Schatten ist 4
27781 \begin_inset Space \thinspace{}
27782 \end_inset
27783
27784 pt breit.
27785 \begin_inset Newline newline
27786 \end_inset
27787
27788
27789 \begin_inset Box Shadowbox
27790 position "c"
27791 hor_pos "c"
27792 has_inner_box 1
27793 inner_pos "c"
27794 use_parbox 0
27795 width "20col%"
27796 special "none"
27797 height "1in"
27798 height_special "totalheight"
27799 status collapsed
27800
27801 \begin_layout Plain Layout
27802 Schattierte
27803 \begin_inset Space ~
27804 \end_inset
27805
27806 Box
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \end_layout
27813
27814 \begin_layout Description
27815 Doppelt
27816 \begin_inset Space ~
27817 \end_inset
27818
27819 gerahmte
27820 \begin_inset Space ~
27821 \end_inset
27822
27823 Box Zeichnet einen doppelten Rahmen um die Box Der innere Rahmen ist 0.75
27824 \begin_inset Space \thinspace{}
27825 \end_inset
27826
27827
27828 \series bold
27829
27830 \backslash
27831 fboxrule
27832 \series default
27833  breit, der äußere 1.5
27834 \begin_inset Space \thinspace{}
27835 \end_inset
27836
27837
27838 \series bold
27839
27840 \backslash
27841 fboxrule
27842 \series default
27843 , der Zwischenraum 1.5
27844 \begin_inset Space \thinspace{}
27845 \end_inset
27846
27847
27848 \series bold
27849
27850 \backslash
27851 fboxrule
27852 \series default
27853
27854 \begin_inset Space \thinspace{}
27855 \end_inset
27856
27857 +
27858 \begin_inset Space \thinspace{}
27859 \end_inset
27860
27861 0.5
27862 \begin_inset Space \thinspace{}
27863 \end_inset
27864
27865 pt.
27866  
27867 \begin_inset Box Doublebox
27868 position "c"
27869 hor_pos "c"
27870 has_inner_box 1
27871 inner_pos "c"
27872 use_parbox 0
27873 width "20col%"
27874 special "none"
27875 height "1in"
27876 height_special "totalheight"
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880 Doppelt
27881 \begin_inset Space ~
27882 \end_inset
27883
27884 gerahmte
27885 \begin_inset Space ~
27886 \end_inset
27887
27888 Box
27889 \end_layout
27890
27891 \end_inset
27892
27893
27894 \end_layout
27895
27896 \begin_layout Standard
27897 \begin_inset VSpace bigskip
27898 \end_inset
27899
27900 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
27901  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
27902 \series bold
27903 fancybox
27904 \series default
27905
27906 \begin_inset Index
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910 LaTeX-Pakete ! fancybox
27911 \end_layout
27912
27913 \end_inset
27914
27915  installiert sein.
27916 \end_layout
27917
27918 \begin_layout Standard
27919 \begin_inset VSpace bigskip
27920 \end_inset
27921
27922 Der Standardwert für 
27923 \series bold
27924
27925 \backslash
27926 fboxrule
27927 \series default
27928  ist 0.4
27929 \begin_inset Space \thinspace{}
27930 \end_inset
27931
27932 pt.
27933  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27934 \begin_inset Space \thinspace{}
27935 \end_inset
27936
27937 pt gesetzt werden:
27938 \end_layout
27939
27940 \begin_layout Standard
27941
27942 \series bold
27943
27944 \backslash
27945 setlength{
27946 \backslash
27947 fboxrule}{2pt}
27948 \end_layout
27949
27950 \begin_layout Standard
27951 \begin_inset ERT
27952 status collapsed
27953
27954 \begin_layout Plain Layout
27955
27956
27957 \backslash
27958 setlength{
27959 \backslash
27960 fboxrule}{2pt}
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \begin_inset Box Boxed
27967 position "c"
27968 hor_pos "c"
27969 has_inner_box 1
27970 inner_pos "c"
27971 use_parbox 0
27972 width "30col%"
27973 special "none"
27974 height "1in"
27975 height_special "totalheight"
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979 \align center
27980 Rechteckige Box mit einer Rahmenbreite von 2
27981 \begin_inset Space \thinspace{}
27982 \end_inset
27983
27984 pt
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \begin_inset ERT
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994
27995
27996 \backslash
27997 setlength{
27998 \backslash
27999 fboxrule}{0.4pt}
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \begin_layout Standard
28008 \noindent
28009 \begin_inset VSpace bigskip
28010 \end_inset
28011
28012 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28013 \begin_inset Space \thinspace{}
28014 \end_inset
28015
28016 pt.
28017  Sie können das ändern, indem Sie den Wert von 
28018 \series bold
28019
28020 \backslash
28021 fboxsep
28022 \series default
28023  mit einem TeX-Code-Befehl ändern:
28024 \end_layout
28025
28026 \begin_layout Standard
28027
28028 \series bold
28029
28030 \backslash
28031 setlength{
28032 \backslash
28033 fboxsep}{10pt}
28034 \end_layout
28035
28036 \begin_layout Standard
28037 setzt den Wert auf 10
28038 \begin_inset Space \thinspace{}
28039 \end_inset
28040
28041 pt, wie in der folgenden Box:
28042 \end_layout
28043
28044 \begin_layout Standard
28045 \begin_inset ERT
28046 status collapsed
28047
28048 \begin_layout Plain Layout
28049
28050
28051 \backslash
28052 setlength{
28053 \backslash
28054 fboxsep}{10pt}
28055 \end_layout
28056
28057 \end_inset
28058
28059
28060 \begin_inset Box Boxed
28061 position "c"
28062 hor_pos "c"
28063 has_inner_box 1
28064 inner_pos "c"
28065 use_parbox 0
28066 width "25col%"
28067 special "none"
28068 height "1in"
28069 height_special "totalheight"
28070 status collapsed
28071
28072 \begin_layout Plain Layout
28073 \align center
28074 Rechteckige Box mit 
28075 \series bold
28076
28077 \backslash
28078 fboxsep
28079 \series default
28080
28081 \begin_inset Space \thinspace{}
28082 \end_inset
28083
28084 =
28085 \begin_inset Space \thinspace{}
28086 \end_inset
28087
28088 10
28089 \begin_inset Space \thinspace{}
28090 \end_inset
28091
28092 pt
28093 \end_layout
28094
28095 \end_inset
28096
28097
28098 \begin_inset ERT
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102
28103
28104 \backslash
28105 setlength{
28106 \backslash
28107 fboxsep}{3pt}
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \end_layout
28114
28115 \begin_layout Standard
28116 \noindent
28117 \begin_inset VSpace bigskip
28118 \end_inset
28119
28120 Der Durchmesser der abgerundeten Ecken kann mit 
28121 \series bold
28122
28123 \backslash
28124 cornersize
28125 \series default
28126  gesetzt werden.
28127  Der TeX-Code-Befehl
28128 \end_layout
28129
28130 \begin_layout Standard
28131
28132 \series bold
28133
28134 \backslash
28135 cornersize*{1cm}
28136 \end_layout
28137
28138 \begin_layout Standard
28139 setzt den Durchmesser auf 1
28140 \begin_inset Space \thinspace{}
28141 \end_inset
28142
28143 cm.
28144  Der TeX-Code-Befehl
28145 \end_layout
28146
28147 \begin_layout Standard
28148
28149 \series bold
28150
28151 \backslash
28152 cornersize{num}
28153 \end_layout
28154
28155 \begin_layout Standard
28156 setzt den Durchmesser auf 
28157 \family sans
28158 num
28159 \begin_inset Space \thinspace{}
28160 \end_inset
28161
28162 ×
28163 \begin_inset Space \thinspace{}
28164 \end_inset
28165
28166 Minimum(Breite der Box, Höhe der Box)
28167 \family default
28168 .
28169  Der Standardwert ist 
28170 \series bold
28171
28172 \backslash
28173 cornersize{0.5}
28174 \series default
28175 .
28176 \end_layout
28177
28178 \begin_layout Standard
28179 \begin_inset ERT
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183
28184
28185 \backslash
28186 cornersize*{1.5cm}
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \begin_inset Box Ovalbox
28193 position "c"
28194 hor_pos "c"
28195 has_inner_box 1
28196 inner_pos "c"
28197 use_parbox 0
28198 width "30col%"
28199 special "none"
28200 height "1in"
28201 height_special "totalheight"
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205 \align center
28206 Ovale Box, dicker Rand, mit 
28207 \series bold
28208
28209 \backslash
28210 cornersize
28211 \series default
28212
28213 \begin_inset Space \thinspace{}
28214 \end_inset
28215
28216 =
28217 \begin_inset Space \thinspace{}
28218 \end_inset
28219
28220 1.5
28221 \begin_inset Space \thinspace{}
28222 \end_inset
28223
28224 cm
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \begin_inset ERT
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234
28235
28236 \backslash
28237 cornersize{0.5}
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Standard
28246 \noindent
28247 \begin_inset VSpace bigskip
28248 \end_inset
28249
28250 Die Breite des Schattens wird mit 
28251 \series bold
28252
28253 \backslash
28254 shadowsize
28255 \series default
28256  festgelegt.
28257  Mit dem TeX-Code-Befehl
28258 \end_layout
28259
28260 \begin_layout Standard
28261
28262 \series bold
28263
28264 \backslash
28265 setlength{
28266 \backslash
28267 shadowsize}{2pt}
28268 \end_layout
28269
28270 \begin_layout Standard
28271 wird er für die folgende Box auf 2
28272 \begin_inset Space \thinspace{}
28273 \end_inset
28274
28275 pt festgelegt.
28276 \end_layout
28277
28278 \begin_layout Standard
28279 \begin_inset ERT
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283
28284
28285 \backslash
28286 setlength{
28287 \backslash
28288 shadowsize}{2pt}
28289 \end_layout
28290
28291 \end_inset
28292
28293
28294 \begin_inset Box Shadowbox
28295 position "c"
28296 hor_pos "c"
28297 has_inner_box 1
28298 inner_pos "c"
28299 use_parbox 0
28300 width "25col%"
28301 special "none"
28302 height "1in"
28303 height_special "totalheight"
28304 status collapsed
28305
28306 \begin_layout Plain Layout
28307 \align center
28308 Schattierte Box mit 
28309 \series bold
28310
28311 \backslash
28312 shadowsize
28313 \series default
28314
28315 \begin_inset Space \thinspace{}
28316 \end_inset
28317
28318 =
28319 \begin_inset Space \thinspace{}
28320 \end_inset
28321
28322 2
28323 \begin_inset Space \thinspace{}
28324 \end_inset
28325
28326 pt
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \begin_inset ERT
28333 status collapsed
28334
28335 \begin_layout Plain Layout
28336
28337
28338 \backslash
28339 setlength{
28340 \backslash
28341 shadowsize}{4pt}
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \begin_layout Standard
28350 \noindent
28351 \begin_inset VSpace bigskip
28352 \end_inset
28353
28354 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
28355  folgen.
28356 \end_layout
28357
28358 \begin_layout Section
28359 Minipage
28360 \begin_inset CommandInset label
28361 LatexCommand label
28362 name "abs:Minipage"
28363
28364 \end_inset
28365
28366
28367 \begin_inset Index
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371 Boxen ! Minipage
28372 \end_layout
28373
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \begin_layout Standard
28380 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28381  deshalb unter anderem eigene Fußnoten haben.
28382 \end_layout
28383
28384 \begin_layout Standard
28385 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28386 \end_layout
28387
28388 \begin_layout Standard
28389 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28390  Ihre Breite ist 45 Spaltenbreite
28391 \begin_inset Space ~
28392 \end_inset
28393
28394 %, und sie sind durch einen 
28395 \family sans
28396 HFill
28397 \family default
28398  getrennt (
28399 \family sans
28400 Einfügen\SpecialChar \menuseparator
28401 Formatierung\SpecialChar \menuseparator
28402 Variabler
28403 \begin_inset Space ~
28404 \end_inset
28405
28406 horiz.
28407 \begin_inset Space ~
28408 \end_inset
28409
28410 Abstand
28411 \family default
28412 ).
28413 \end_layout
28414
28415 \begin_layout Standard
28416 \noindent
28417 \begin_inset Box Frameless
28418 position "t"
28419 hor_pos "c"
28420 has_inner_box 1
28421 inner_pos "c"
28422 use_parbox 0
28423 width "45col%"
28424 special "none"
28425 height "1in"
28426 height_special "totalheight"
28427 status open
28428
28429 \begin_layout Plain Layout
28430 Dies ist ein deutscher Text.
28431  Dies ist ein deutscher Text.
28432  Dies ist ein deutscher Text.
28433  Dies ist ein deutscher Text.
28434  Dies ist ein deutscher Text.
28435  Dies ist ein deutscher Text.
28436  Dies ist ein deutscher Text.
28437  Dies ist ein deutscher Text.
28438  Dies ist ein deutscher Text.
28439  Dies ist ein deutscher Text.
28440  Dies ist ein deutscher Text.
28441  Dies ist ein deutscher Text.
28442  Dies ist ein deutscher Text
28443 \begin_inset Foot
28444 status open
28445
28446 \begin_layout Plain Layout
28447 Dies ist eine deutsche Fußnote.
28448 \end_layout
28449
28450 \end_inset
28451
28452 .
28453  Dies ist ein deutscher Text.
28454  Dies ist ein deutscher Text.
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \begin_inset Space \hfill{}
28461 \end_inset
28462
28463
28464 \begin_inset Box Frameless
28465 position "t"
28466 hor_pos "c"
28467 has_inner_box 1
28468 inner_pos "c"
28469 use_parbox 0
28470 width "45col%"
28471 special "none"
28472 height "1in"
28473 height_special "totalheight"
28474 status open
28475
28476 \begin_layout Plain Layout
28477
28478 \lang english
28479 This is an English Text.
28480  This is an English Text.
28481  This is an English Text.
28482  This is an English Text.
28483  This is an English Text.
28484  This is an English Text.
28485  This is an English Text.
28486  This is an English Text.
28487  This is an English Text.
28488  This is an English Text.
28489  This is an English Text.
28490  This is an English Text.
28491  This is an English Text.
28492  This is an English Text.
28493  This is an English Text.
28494  This is an English Text.
28495 \begin_inset Foot
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499
28500 \lang english
28501 This is an English footnote.
28502 \end_layout
28503
28504 \end_inset
28505
28506  This is an English Text.
28507  
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \begin_layout Standard
28516 \noindent
28517 \begin_inset VSpace bigskip
28518 \end_inset
28519
28520 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28521  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28522  auf der die Tabelle gedruckt wird: 
28523 \begin_inset Tabular
28524 <lyxtabular version="3" rows="3" columns="4">
28525 <features>
28526 <column alignment="center" valignment="top" width="0pt">
28527 <column alignment="center" valignment="top" width="0pt">
28528 <column alignment="center" valignment="top" width="0pt">
28529 <column alignment="center" valignment="top" width="0pt">
28530 <row>
28531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535 1
28536 \end_layout
28537
28538 \end_inset
28539 </cell>
28540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28541 \begin_inset Text
28542
28543 \begin_layout Plain Layout
28544 2
28545 \end_layout
28546
28547 \end_inset
28548 </cell>
28549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28550 \begin_inset Text
28551
28552 \begin_layout Plain Layout
28553 3
28554 \begin_inset Foot
28555 status collapsed
28556
28557 \begin_layout Plain Layout
28558 Dies ist eine Fußnote in einer Tabelle.
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \end_inset
28567 </cell>
28568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28569 \begin_inset Text
28570
28571 \begin_layout Plain Layout
28572 4
28573 \end_layout
28574
28575 \end_inset
28576 </cell>
28577 </row>
28578 <row>
28579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Plain Layout
28583 a
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28589 \begin_inset Text
28590
28591 \begin_layout Plain Layout
28592 b
28593 \end_layout
28594
28595 \end_inset
28596 </cell>
28597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 c
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28607 \begin_inset Text
28608
28609 \begin_layout Plain Layout
28610 d
28611 \end_layout
28612
28613 \end_inset
28614 </cell>
28615 </row>
28616 <row>
28617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28618 \begin_inset Text
28619
28620 \begin_layout Plain Layout
28621 e
28622 \end_layout
28623
28624 \end_inset
28625 </cell>
28626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28627 \begin_inset Text
28628
28629 \begin_layout Plain Layout
28630 f
28631 \end_layout
28632
28633 \end_inset
28634 </cell>
28635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Plain Layout
28639 g
28640 \end_layout
28641
28642 \end_inset
28643 </cell>
28644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28645 \begin_inset Text
28646
28647 \begin_layout Plain Layout
28648 h
28649 \end_layout
28650
28651 \end_inset
28652 </cell>
28653 </row>
28654 </lyxtabular>
28655
28656 \end_inset
28657
28658
28659 \end_layout
28660
28661 \begin_layout Standard
28662 \noindent
28663 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28664  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28665  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28666  außerhalb.
28667 \end_layout
28668
28669 \begin_layout Standard
28670 \align center
28671 \begin_inset Box Frameless
28672 position "t"
28673 hor_pos "c"
28674 has_inner_box 1
28675 inner_pos "c"
28676 use_parbox 0
28677 width "30col%"
28678 special "none"
28679 height "1in"
28680 height_special "totalheight"
28681 status open
28682
28683 \begin_layout Plain Layout
28684 \align center
28685 \begin_inset Tabular
28686 <lyxtabular version="3" rows="3" columns="4">
28687 <features>
28688 <column alignment="center" valignment="top" width="0pt">
28689 <column alignment="center" valignment="top" width="0pt">
28690 <column alignment="center" valignment="top" width="0pt">
28691 <column alignment="center" valignment="top" width="0pt">
28692 <row>
28693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28694 \begin_inset Text
28695
28696 \begin_layout Plain Layout
28697 1
28698 \end_layout
28699
28700 \end_inset
28701 </cell>
28702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28703 \begin_inset Text
28704
28705 \begin_layout Plain Layout
28706 2
28707 \end_layout
28708
28709 \end_inset
28710 </cell>
28711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28712 \begin_inset Text
28713
28714 \begin_layout Plain Layout
28715 3
28716 \begin_inset Foot
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720 Dies ist eine Fußnote in einer Tabelle.
28721 \end_layout
28722
28723 \end_inset
28724
28725
28726 \end_layout
28727
28728 \end_inset
28729 </cell>
28730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28731 \begin_inset Text
28732
28733 \begin_layout Plain Layout
28734 4
28735 \end_layout
28736
28737 \end_inset
28738 </cell>
28739 </row>
28740 <row>
28741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28742 \begin_inset Text
28743
28744 \begin_layout Plain Layout
28745 a
28746 \end_layout
28747
28748 \end_inset
28749 </cell>
28750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28751 \begin_inset Text
28752
28753 \begin_layout Plain Layout
28754 b
28755 \end_layout
28756
28757 \end_inset
28758 </cell>
28759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28760 \begin_inset Text
28761
28762 \begin_layout Plain Layout
28763 c
28764 \end_layout
28765
28766 \end_inset
28767 </cell>
28768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28769 \begin_inset Text
28770
28771 \begin_layout Plain Layout
28772 d
28773 \end_layout
28774
28775 \end_inset
28776 </cell>
28777 </row>
28778 <row>
28779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28780 \begin_inset Text
28781
28782 \begin_layout Plain Layout
28783 e
28784 \end_layout
28785
28786 \end_inset
28787 </cell>
28788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28789 \begin_inset Text
28790
28791 \begin_layout Plain Layout
28792 f
28793 \end_layout
28794
28795 \end_inset
28796 </cell>
28797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28798 \begin_inset Text
28799
28800 \begin_layout Plain Layout
28801 g
28802 \end_layout
28803
28804 \end_inset
28805 </cell>
28806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28807 \begin_inset Text
28808
28809 \begin_layout Plain Layout
28810 h
28811 \end_layout
28812
28813 \end_inset
28814 </cell>
28815 </row>
28816 </lyxtabular>
28817
28818 \end_inset
28819
28820
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \begin_layout Standard
28829 \begin_inset VSpace bigskip
28830 \end_inset
28831
28832 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28833  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28834  Absätze nicht eingerückt werden, obwohl Sie das in 
28835 \family sans
28836 Dokument
28837 \family default
28838 \SpecialChar \menuseparator
28839
28840 \family sans
28841 Einstellun\SpecialChar \-
28842 gen\SpecialChar \menuseparator
28843 Textformat
28844 \family default
28845  festgelegt haben.
28846  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28847  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code-Befehl
28848  
28849 \series bold
28850
28851 \backslash
28852 hspace*{1em}
28853 \series default
28854 .
28855 \end_layout
28856
28857 \begin_layout Standard
28858 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28859  zu verpassen, siehe Abschnitt
28860 \begin_inset Space ~
28861 \end_inset
28862
28863
28864 \begin_inset CommandInset ref
28865 LatexCommand ref
28866 reference "uab:Farbe-für-Absätze"
28867
28868 \end_inset
28869
28870 .
28871 \end_layout
28872
28873 \begin_layout Standard
28874 \begin_inset Note Greyedout
28875 status open
28876
28877 \begin_layout Plain Layout
28878
28879 \series bold
28880 Bemerkung:
28881 \series default
28882  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28883  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \begin_layout Section
28892 Parbox
28893 \begin_inset CommandInset label
28894 LatexCommand label
28895 name "abs:Parbox"
28896
28897 \end_inset
28898
28899
28900 \begin_inset Index
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904 Boxen ! Parbox
28905 \end_layout
28906
28907 \end_inset
28908
28909
28910 \end_layout
28911
28912 \begin_layout Standard
28913 Parbox ist eine Abkürzung für 
28914 \begin_inset Quotes gld
28915 \end_inset
28916
28917 paragraph box
28918 \begin_inset Quotes grd
28919 \end_inset
28920
28921 , was Absatzbox bedeutet.
28922  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28923  Parboxen einige Einschränkungen.
28924  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28925  gedruckt.:
28926 \end_layout
28927
28928 \begin_layout Standard
28929 \align center
28930 \begin_inset Box Frameless
28931 position "t"
28932 hor_pos "c"
28933 has_inner_box 1
28934 inner_pos "t"
28935 use_parbox 1
28936 width "33col%"
28937 special "none"
28938 height "1in"
28939 height_special "totalheight"
28940 status collapsed
28941
28942 \begin_layout Plain Layout
28943 Dies ist Text in einer Parbox.
28944  Dies ist Text in einer Parbox.
28945 \end_layout
28946
28947 \begin_layout Plain Layout
28948 Diese Fußnote wird nicht gedruckt:
28949 \begin_inset Foot
28950 status collapsed
28951
28952 \begin_layout Plain Layout
28953 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28954 \end_layout
28955
28956 \end_inset
28957
28958
28959 \end_layout
28960
28961 \end_inset
28962
28963
28964 \end_layout
28965
28966 \begin_layout Standard
28967 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28968  und Theoreme enthalten.
28969 \end_layout
28970
28971 \begin_layout Section
28972 Boxen für Worte und Buchstaben
28973 \begin_inset Index
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977 Boxen ! für Buchstaben
28978 \end_layout
28979
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \begin_layout Subsection
28986 Silbentrennung unterbinden 
28987 \begin_inset CommandInset label
28988 LatexCommand label
28989 name "abs:Silbentrennung-unterbinden"
28990
28991 \end_inset
28992
28993
28994 \begin_inset Index
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998 Boxen ! zur Vermeidung von Silbentrennung
28999 \end_layout
29000
29001 \end_inset
29002
29003
29004 \end_layout
29005
29006 \begin_layout Standard
29007 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29008 \begin_inset Newline newline
29009 \end_inset
29010
29011 Hier ist ein Beispiel: 
29012 \end_layout
29013
29014 \begin_layout Standard
29015 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29016 \begin_inset Quotes gld
29017 \end_inset
29018
29019 einsehrsehrsehrlangeswort
29020 \begin_inset Quotes grd
29021 \end_inset
29022
29023 .
29024 \end_layout
29025
29026 \begin_layout Standard
29027 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29028  soll, den TeX-Code-Befehl
29029 \end_layout
29030
29031 \begin_layout Standard
29032
29033 \series bold
29034
29035 \backslash
29036 mbox{
29037 \end_layout
29038
29039 \begin_layout Standard
29040 ein TeX-Code, Hinter dem Wort fügen Sie 
29041 \series bold
29042
29043 \begin_inset Quotes gld
29044 \end_inset
29045
29046 }
29047 \series default
29048
29049 \begin_inset Quotes grd
29050 \end_inset
29051
29052  als TeX-Code ein.
29053  Hier ist das Ergebnis:
29054 \end_layout
29055
29056 \begin_layout Standard
29057 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29058 \begin_inset ERT
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062
29063
29064 \backslash
29065 mbox{
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \begin_inset Quotes gld
29072 \end_inset
29073
29074 einsehrsehrsehrlangeswort
29075 \begin_inset Quotes grd
29076 \end_inset
29077
29078
29079 \begin_inset ERT
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083
29084 }
29085 \end_layout
29086
29087 \end_inset
29088
29089 .
29090 \end_layout
29091
29092 \begin_layout Standard
29093 Alternativ dazu kann man auch den Befehl 
29094 \begin_inset Quotes gld
29095 \end_inset
29096
29097
29098 \series bold
29099
29100 \backslash
29101 -
29102 \series default
29103
29104 \begin_inset Quotes grd
29105 \end_inset
29106
29107  als TeX-Code direkt vor das Wort setzen:
29108 \end_layout
29109
29110 \begin_layout Standard
29111 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29112 \begin_inset Quotes gld
29113 \end_inset
29114
29115
29116 \begin_inset ERT
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120
29121
29122 \backslash
29123 -
29124 \end_layout
29125
29126 \end_inset
29127
29128 einsehrsehrsehrlangeswort
29129 \begin_inset Quotes grd
29130 \end_inset
29131
29132 .
29133 \end_layout
29134
29135 \begin_layout Standard
29136 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29137  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29138 \series bold
29139 Strg-Eingabe
29140 \series default
29141 ) einfügen: 
29142 \end_layout
29143
29144 \begin_layout Standard
29145 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29146 \begin_inset Newline newline
29147 \end_inset
29148
29149
29150 \begin_inset ERT
29151 status collapsed
29152
29153 \begin_layout Plain Layout
29154
29155
29156 \backslash
29157 mbox{
29158 \end_layout
29159
29160 \end_inset
29161
29162
29163 \begin_inset Quotes gld
29164 \end_inset
29165
29166 einsehrsehrsehrlangeswort
29167 \begin_inset Quotes grd
29168 \end_inset
29169
29170
29171 \begin_inset ERT
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175
29176 }
29177 \end_layout
29178
29179 \end_inset
29180
29181 .
29182 \end_layout
29183
29184 \begin_layout Subsection
29185 Vertikale Ausrichtung
29186 \begin_inset CommandInset label
29187 LatexCommand label
29188 name "uab:Vertikale-Ausrichtung"
29189
29190 \end_inset
29191
29192
29193 \begin_inset Index
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 Boxen ! für Vertikale Ausrichtung
29198 \end_layout
29199
29200 \end_inset
29201
29202
29203 \begin_inset Index
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207 Boxen ! raisebox
29208 \end_layout
29209
29210 \end_inset
29211
29212
29213 \end_layout
29214
29215 \begin_layout Standard
29216 Mit dem LaTeX-Befehl 
29217 \series bold
29218
29219 \backslash
29220 raisebox
29221 \series default
29222  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29223 n Textes ausrichten.
29224  
29225 \series bold
29226
29227 \backslash
29228 raisebox
29229 \series default
29230  wird folgendermaßen benutzt:
29231 \end_layout
29232
29233 \begin_layout Standard
29234
29235 \series bold
29236
29237 \backslash
29238 raisebox{Verschiebung}[oben][unten]{Text}
29239 \end_layout
29240
29241 \begin_layout Standard
29242 Positive Werte für Verschiebung
29243 \series bold
29244  
29245 \series default
29246 verschieben die Box nach oben, negative nach unten.
29247  Die beiden optionalen Parameter 
29248 \family typewriter
29249 oben
29250 \family default
29251  und 
29252 \family typewriter
29253 unten
29254 \family default
29255  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29256  hinausgeht, wenn sie nicht verschoben ist.
29257 \end_layout
29258
29259 \begin_layout Standard
29260 Um zum Beispiel das Wort 
29261 \begin_inset Quotes gld
29262 \end_inset
29263
29264 provokant
29265 \begin_inset Quotes grd
29266 \end_inset
29267
29268  mit seinem 
29269 \begin_inset Quotes gld
29270 \end_inset
29271
29272 niedrigsten
29273 \begin_inset Quotes grd
29274 \end_inset
29275
29276  Buchstaben 
29277 \begin_inset Quotes gld
29278 \end_inset
29279
29280 p
29281 \begin_inset Quotes grd
29282 \end_inset
29283
29284  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29285 \end_layout
29286
29287 \begin_layout Standard
29288
29289 \series bold
29290
29291 \backslash
29292 raisebox{
29293 \backslash
29294 depth}{
29295 \end_layout
29296
29297 \begin_layout Standard
29298 vor dem Wort einfügen und 
29299 \begin_inset Quotes gld
29300 \end_inset
29301
29302
29303 \series bold
29304 }
29305 \series default
29306
29307 \begin_inset Quotes grd
29308 \end_inset
29309
29310  als TeX-Code dahinter:
29311 \end_layout
29312
29313 \begin_layout Standard
29314 Dies ist eine Zeile, in der das Wort 
29315 \begin_inset ERT
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319
29320
29321 \backslash
29322 raisebox{
29323 \backslash
29324 depth}{
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \begin_inset Quotes gld
29331 \end_inset
29332
29333 provokant
29334 \begin_inset Quotes grd
29335 \end_inset
29336
29337
29338 \begin_inset ERT
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342
29343 }
29344 \end_layout
29345
29346 \end_inset
29347
29348  nach oben verschoben wurde.
29349 \end_layout
29350
29351 \begin_layout Standard
29352 \begin_inset VSpace bigskip
29353 \end_inset
29354
29355 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29356  gedehnt:
29357 \end_layout
29358
29359 \begin_layout Standard
29360 Dies ist eine Zeile, in der das Wort 
29361 \begin_inset ERT
29362 status collapsed
29363
29364 \begin_layout Plain Layout
29365
29366
29367 \backslash
29368 raisebox{-
29369 \backslash
29370 depth}{
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \begin_inset Quotes gld
29377 \end_inset
29378
29379 provokant
29380 \begin_inset Quotes grd
29381 \end_inset
29382
29383
29384 \begin_inset ERT
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388
29389 }
29390 \end_layout
29391
29392 \end_inset
29393
29394  nach unten verschoben wurde.
29395 \end_layout
29396
29397 \begin_layout Standard
29398 Dies ist eine Zeile, in der das Wort 
29399 \begin_inset ERT
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404
29405 \backslash
29406 raisebox{0.5cm}{
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \begin_inset Quotes gld
29413 \end_inset
29414
29415 testen
29416 \begin_inset Quotes grd
29417 \end_inset
29418
29419
29420 \begin_inset ERT
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424
29425 }
29426 \end_layout
29427
29428 \end_inset
29429
29430  um 0.5
29431 \begin_inset Space \thinspace{}
29432 \end_inset
29433
29434 cm nach oben verschoben wurde.
29435 \end_layout
29436
29437 \begin_layout Standard
29438 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29439 \end_layout
29440
29441 \begin_layout Standard
29442
29443 \series bold
29444
29445 \backslash
29446 raisebox{-
29447 \backslash
29448 depth}[0pt]{
29449 \end_layout
29450
29451 \begin_layout Standard
29452 Dies ist eine Zeile, in der das Wort 
29453 \begin_inset ERT
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457
29458
29459 \backslash
29460 raisebox{-
29461 \backslash
29462 depth}[0pt]{
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \begin_inset Quotes gld
29469 \end_inset
29470
29471 provokant
29472 \begin_inset Quotes grd
29473 \end_inset
29474
29475
29476 \begin_inset ERT
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480
29481 }
29482 \end_layout
29483
29484 \end_inset
29485
29486  nach unten verschoben wurde.
29487 \end_layout
29488
29489 \begin_layout Standard
29490 Dies ist eine Zeile, in der das Wort 
29491 \begin_inset ERT
29492 status collapsed
29493
29494 \begin_layout Plain Layout
29495
29496
29497 \backslash
29498 raisebox{0.5cm}[0pt]{
29499 \end_layout
29500
29501 \end_inset
29502
29503
29504 \begin_inset Quotes gld
29505 \end_inset
29506
29507 testen
29508 \begin_inset Quotes grd
29509 \end_inset
29510
29511
29512 \begin_inset ERT
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516
29517 }
29518 \end_layout
29519
29520 \end_inset
29521
29522  um 0.5
29523 \begin_inset Space \thinspace{}
29524 \end_inset
29525
29526 cm nach oben verschoben wurde.
29527  Jetzt überschneiden sich die verschobenen Worte.
29528 \end_layout
29529
29530 \begin_layout Section
29531 Farbige Boxen
29532 \begin_inset CommandInset label
29533 LatexCommand label
29534 name "abs:Farbige-Boxen"
29535
29536 \end_inset
29537
29538
29539 \begin_inset Index
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543 Boxen ! farbige
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \begin_layout Subsection
29552 Text-Hintergrundfarbe
29553 \begin_inset Index
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557 Farbe ! für Text-Hintergrund
29558 \end_layout
29559
29560 \end_inset
29561
29562
29563 \end_layout
29564
29565 \begin_layout Standard
29566 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29567  sogenannten 
29568 \begin_inset Quotes gld
29569 \end_inset
29570
29571 colorbox
29572 \begin_inset Quotes grd
29573 \end_inset
29574
29575  stehen.
29576  Dafür muss das LaTeX-Paket 
29577 \series bold
29578 color
29579 \series default
29580
29581 \begin_inset Index
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585 LaTeX-Pakete ! color
29586 \end_layout
29587
29588 \end_inset
29589
29590  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29591 \end_layout
29592
29593 \begin_layout Standard
29594
29595 \series bold
29596
29597 \backslash
29598 @ifundef\SpecialChar \textcompwordmark{}
29599 ined{textcolor}
29600 \begin_inset Newline newline
29601 \end_inset
29602
29603
29604 \begin_inset ERT
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608
29609
29610 \backslash
29611 hphantom{ }
29612 \end_layout
29613
29614 \end_inset
29615
29616 {
29617 \backslash
29618 usepackage{color}}{}
29619 \end_layout
29620
29621 \begin_layout Standard
29622 Wenn Sie Text einfärben, lädt LyX das Paket 
29623 \series bold
29624 color
29625 \series default
29626  automatisch.
29627 \begin_inset Foot
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631 Der Befehl 
29632 \series bold
29633
29634 \backslash
29635 @ifundef\SpecialChar \textcompwordmark{}
29636 ined
29637 \series default
29638  vermeidet, dass es in diesem Fall doppelt geladen wird.
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \end_layout
29645
29646 \begin_layout Standard
29647 \begin_inset VSpace medskip
29648 \end_inset
29649
29650 Colorboxen werden mit dem Befehl 
29651 \series bold
29652
29653 \backslash
29654 colorbox
29655 \series default
29656  erzeugt:
29657 \end_layout
29658
29659 \begin_layout Standard
29660
29661 \series bold
29662
29663 \backslash
29664 colorbox{Farbe}{Boxinhalt}
29665 \end_layout
29666
29667 \begin_layout Standard
29668 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29669  Boxen sein.
29670 \end_layout
29671
29672 \begin_layout Standard
29673 Die folgenden Farben sind vordefiniert (
29674 \begin_inset Graphics
29675         filename ../../images/dialog-show_character.png
29676         scale 70
29677         scaleBeforeRotation
29678         BoundingBox 0bp 0bp 22bp 22bp
29679
29680 \end_inset
29681
29682 \SpecialChar \menuseparator
29683
29684 \family sans
29685 Farbe
29686 \family default
29687 ):
29688 \family sans
29689  schwarz
29690 \family default
29691
29692 \family sans
29693 wei
29694 \family default
29695 ß, 
29696 \family sans
29697 rot
29698 \family default
29699 \series bold
29700 ,
29701 \series default
29702  
29703 \family sans
29704 grün
29705 \family default
29706
29707 \family sans
29708 blau
29709 \family default
29710
29711 \family sans
29712 türkis
29713 \family default
29714
29715 \family sans
29716 purpurrot
29717 \family default
29718  und 
29719 \family sans
29720 gelb
29721 \family default
29722 .
29723 \end_layout
29724
29725 \begin_layout Standard
29726 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29727 \begin_inset Space ~
29728 \end_inset
29729
29730
29731 \begin_inset CommandInset ref
29732 LatexCommand ref
29733 reference "abs:Farbige-Tabellen"
29734
29735 \end_inset
29736
29737  beschrieben.
29738 \end_layout
29739
29740 \begin_layout Standard
29741 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29742  den TeX-Code-Befehl
29743 \end_layout
29744
29745 \begin_layout Standard
29746
29747 \series bold
29748
29749 \backslash
29750 colorbox{red}{
29751 \end_layout
29752
29753 \begin_layout Standard
29754 vor dem Wort ein.
29755  Hinter dem Wort fügen Sie 
29756 \series bold
29757
29758 \begin_inset Quotes gld
29759 \end_inset
29760
29761 }
29762 \series default
29763
29764 \begin_inset Quotes grd
29765 \end_inset
29766
29767  als TeX-Code ein.
29768  Hier ist das Ergebnis:
29769 \end_layout
29770
29771 \begin_layout Standard
29772 In dieser Zeile hat 
29773 \begin_inset ERT
29774 status collapsed
29775
29776 \begin_layout Plain Layout
29777
29778
29779 \backslash
29780 colorbox{red}{
29781 \end_layout
29782
29783 \end_inset
29784
29785 Achtung!
29786 \begin_inset ERT
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790
29791 }
29792 \end_layout
29793
29794 \end_inset
29795
29796  einen roten Hintergrund.
29797 \end_layout
29798
29799 \begin_layout Standard
29800 \begin_inset VSpace bigskip
29801 \end_inset
29802
29803 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29804  
29805 \series bold
29806
29807 \backslash
29808 fcolorbox
29809 \series default
29810  verwenden:
29811 \end_layout
29812
29813 \begin_layout Standard
29814
29815 \series bold
29816
29817 \backslash
29818 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29819 \end_layout
29820
29821 \begin_layout Standard
29822
29823 \series bold
29824
29825 \backslash
29826 fcolorbox
29827 \series default
29828  ist eine Erweiterung von 
29829 \series bold
29830
29831 \backslash
29832 colorbox
29833 \series default
29834 .
29835  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29836  
29837 \series bold
29838
29839 \backslash
29840 fboxrule
29841 \series default
29842  und 
29843 \series bold
29844
29845 \backslash
29846 fboxsep
29847 \series default
29848  gesteuert werden, wie in Abschnitt
29849 \begin_inset Space ~
29850 \end_inset
29851
29852
29853 \begin_inset CommandInset ref
29854 LatexCommand ref
29855 reference "abs:Gerahmte-Boxen"
29856
29857 \end_inset
29858
29859  beschrieben.
29860 \end_layout
29861
29862 \begin_layout Standard
29863 Für das folgende Beispiel wurde der Befehl
29864 \end_layout
29865
29866 \begin_layout Standard
29867
29868 \series bold
29869
29870 \backslash
29871 fcolorbox{cyan}{magenta}{
29872 \end_layout
29873
29874 \begin_layout Standard
29875 benutzt.
29876  Hier wurden die Rahmendicke und der Abstand auf 1
29877 \begin_inset Space \thinspace{}
29878 \end_inset
29879
29880 mm gesetzt:
29881 \begin_inset Newline newline
29882 \end_inset
29883
29884
29885 \begin_inset ERT
29886 status collapsed
29887
29888 \begin_layout Plain Layout
29889
29890
29891 \backslash
29892 fboxrule 1mm 
29893 \backslash
29894 fboxsep 1mm
29895 \end_layout
29896
29897 \end_inset
29898
29899
29900 \begin_inset ERT
29901 status collapsed
29902
29903 \begin_layout Plain Layout
29904
29905
29906 \backslash
29907 fcolorbox{cyan}{green}{
29908 \end_layout
29909
29910 \end_inset
29911
29912 Dies ist Text in einer farbigen, gerahmten Box.
29913 \begin_inset ERT
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917
29918 }
29919 \end_layout
29920
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \begin_layout Standard
29927 \begin_inset VSpace bigskip
29928 \end_inset
29929
29930 Natürlich gibt es auch farbigen Text in einer Colorbox:
29931 \begin_inset Newline newline
29932 \end_inset
29933
29934
29935 \begin_inset ERT
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939
29940
29941 \backslash
29942 fcolorbox{cyan}{green}{
29943 \end_layout
29944
29945 \end_inset
29946
29947
29948 \color yellow
29949 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29950 \color none
29951
29952 \begin_inset ERT
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956
29957 }
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \begin_inset ERT
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967
29968
29969 \backslash
29970 fboxrule 0.4pt 
29971 \backslash
29972 fboxsep 3pt
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \end_layout
29979
29980 \begin_layout Standard
29981 \begin_inset VSpace bigskip
29982 \end_inset
29983
29984
29985 \end_layout
29986
29987 \begin_layout Standard
29988 \begin_inset Note Greyedout
29989 status open
29990
29991 \begin_layout Plain Layout
29992 \noindent
29993
29994 \series bold
29995 Bemerkung:
29996 \series default
29997  Text in Colorboxen kann nicht umgebrochen werden.
29998  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29999  wie im folgenden beschrieben.
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Subsection
30008 Farbe für Absätze
30009 \begin_inset CommandInset label
30010 LatexCommand label
30011 name "uab:Farbe-für-Absätze"
30012
30013 \end_inset
30014
30015
30016 \begin_inset Index
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020 Farbe ! für Absätze
30021 \end_layout
30022
30023 \end_inset
30024
30025
30026 \end_layout
30027
30028 \begin_layout Standard
30029 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30030  den Text in eine Minipage stellen.
30031  Vor der Minipage fügen Sie den TeX-Code-Befehl
30032 \end_layout
30033
30034 \begin_layout Standard
30035
30036 \series bold
30037
30038 \backslash
30039 colorbox{color}{
30040 \end_layout
30041
30042 \begin_layout Standard
30043 ein.
30044  Hinter der Minipage fügen Sie 
30045 \series bold
30046
30047 \begin_inset Quotes gld
30048 \end_inset
30049
30050 }
30051 \series default
30052
30053 \begin_inset Quotes grd
30054 \end_inset
30055
30056  als TeX-Code ein.
30057 \end_layout
30058
30059 \begin_layout Standard
30060 \begin_inset ERT
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064
30065
30066 \backslash
30067 colorbox{hellgrau}{
30068 \end_layout
30069
30070 \end_inset
30071
30072
30073 \begin_inset Box Frameless
30074 position "t"
30075 hor_pos "c"
30076 has_inner_box 1
30077 inner_pos "t"
30078 use_parbox 0
30079 width "100col%"
30080 special "none"
30081 height "1in"
30082 height_special "totalheight"
30083 status collapsed
30084
30085 \begin_layout Plain Layout
30086 Dies ist Text mit einer Hintergrundfarbe.
30087  Dies ist Text mit einer Hintergrundfarbe.
30088 \end_layout
30089
30090 \begin_layout Plain Layout
30091 Der Text kann Fußnoten
30092 \begin_inset Foot
30093 status open
30094
30095 \begin_layout Plain Layout
30096 Eine weitere Fußnote
30097 \end_layout
30098
30099 \end_inset
30100
30101  und Tabellen und Abbildungen enthalten.
30102 \end_layout
30103
30104 \begin_layout Plain Layout
30105 \align center
30106 \begin_inset Tabular
30107 <lyxtabular version="3" rows="3" columns="3">
30108 <features>
30109 <column alignment="center" valignment="top" width="0">
30110 <column alignment="center" valignment="top" width="0">
30111 <column alignment="center" valignment="top" width="0">
30112 <row>
30113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30114 \begin_inset Text
30115
30116 \begin_layout Plain Layout
30117 a
30118 \end_layout
30119
30120 \end_inset
30121 </cell>
30122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30123 \begin_inset Text
30124
30125 \begin_layout Plain Layout
30126 !
30127 \end_layout
30128
30129 \end_inset
30130 </cell>
30131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30132 \begin_inset Text
30133
30134 \begin_layout Plain Layout
30135 3
30136 \end_layout
30137
30138 \end_inset
30139 </cell>
30140 </row>
30141 <row>
30142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30143 \begin_inset Text
30144
30145 \begin_layout Plain Layout
30146 <
30147 \end_layout
30148
30149 \end_inset
30150 </cell>
30151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30152 \begin_inset Text
30153
30154 \begin_layout Plain Layout
30155 b2
30156 \begin_inset Quotes erd
30157 \end_inset
30158
30159 |
30160 \end_layout
30161
30162 \end_inset
30163 </cell>
30164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30165 \begin_inset Text
30166
30167 \begin_layout Plain Layout
30168 >
30169 \end_layout
30170
30171 \end_inset
30172 </cell>
30173 </row>
30174 <row>
30175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30176 \begin_inset Text
30177
30178 \begin_layout Plain Layout
30179 1
30180 \end_layout
30181
30182 \end_inset
30183 </cell>
30184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30185 \begin_inset Text
30186
30187 \begin_layout Plain Layout
30188 §
30189 \end_layout
30190
30191 \end_inset
30192 </cell>
30193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30194 \begin_inset Text
30195
30196 \begin_layout Plain Layout
30197 c
30198 \end_layout
30199
30200 \end_inset
30201 </cell>
30202 </row>
30203 </lyxtabular>
30204
30205 \end_inset
30206
30207
30208 \end_layout
30209
30210 \end_inset
30211
30212
30213 \begin_inset ERT
30214 status collapsed
30215
30216 \begin_layout Plain Layout
30217
30218 }
30219 \end_layout
30220
30221 \end_inset
30222
30223
30224 \end_layout
30225
30226 \begin_layout Section
30227 Rotierte und skalierte Boxen
30228 \end_layout
30229
30230 \begin_layout Standard
30231 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30232 \series bold
30233 graphicx
30234 \series default
30235
30236 \begin_inset Index
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240 LaTeX-Pakete ! graphicx
30241 \end_layout
30242
30243 \end_inset
30244
30245  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30246 \end_layout
30247
30248 \begin_layout Standard
30249
30250 \series bold
30251
30252 \backslash
30253 @ifundefined{rotatebox}
30254 \begin_inset Newline newline
30255 \end_inset
30256
30257
30258 \begin_inset ERT
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262
30263
30264 \backslash
30265 hphantom{ }
30266 \end_layout
30267
30268 \end_inset
30269
30270 {
30271 \backslash
30272 usepackage{graphicx}}{}
30273 \end_layout
30274
30275 \begin_layout Standard
30276 \begin_inset Note Greyedout
30277 status open
30278
30279 \begin_layout Plain Layout
30280
30281 \series bold
30282 Bemerkung:
30283 \series default
30284  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30285  darstellen.
30286  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30287 \end_layout
30288
30289 \end_inset
30290
30291
30292 \end_layout
30293
30294 \begin_layout Standard
30295 \begin_inset Note Greyedout
30296 status open
30297
30298 \begin_layout Plain Layout
30299
30300 \series bold
30301 Bemerkung:
30302 \series default
30303  Gleitobjekte dürfen nicht in eine rotiere oder skaliere Box gesetzt werden.
30304 \end_layout
30305
30306 \end_inset
30307
30308
30309 \end_layout
30310
30311 \begin_layout Subsection
30312 Rotierte Boxen
30313 \begin_inset Index
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317 Boxen ! rotierte
30318 \end_layout
30319
30320 \end_inset
30321
30322
30323 \begin_inset Index
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327 Rotiertes Material
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \begin_inset Index
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337 Abbildungen ! rotierte
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \begin_inset Index
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347 Tabellen ! rotierte
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Standard
30356 Um Text zu drehen, verwendet man den Befehl 
30357 \series bold
30358
30359 \backslash
30360 rotatebox
30361 \series default
30362  im TeX-Code nach folgendem Schema:
30363 \end_layout
30364
30365 \begin_layout Standard
30366
30367 \series bold
30368
30369 \backslash
30370 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30371 \end_layout
30372
30373 \begin_layout Standard
30374 Der Drehpunkt wird mit 
30375 \series bold
30376 origin=Position
30377 \series default
30378  angegeben.
30379  Folgende Positionen sind möglich: 
30380 \emph on
30381 c
30382 \emph default
30383  (mittig), 
30384 \emph on
30385 l
30386 \emph default
30387  (links), 
30388 \emph on
30389 r
30390 \emph default
30391  (rechts), 
30392 \emph on
30393 b
30394 \emph default
30395  (unten), 
30396 \emph on
30397 t
30398 \emph default
30399  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30400  Z.
30401 \begin_inset Space \thinspace{}
30402 \end_inset
30403
30404 B.
30405  bedeutet 
30406 \emph on
30407 lt
30408 \emph default
30409 , dass sich der Drehpunkt links oben befindet.
30410  Wird kein Drehpunkt angegeben, wird die Position 
30411 \emph on
30412 l
30413 \emph default
30414  verwendet.
30415  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30416  Gedreht wird gegen den Uhrzeigersinn.
30417 \end_layout
30418
30419 \begin_layout Standard
30420 Im folgenden Beispiel wurde vor dem Text der Befehl 
30421 \series bold
30422
30423 \backslash
30424 rotatebox[origin=c]{60}{
30425 \series default
30426  im TeX-Modus eingegeben.
30427  Nach dem Text wurde die schließende Klammer 
30428 \series bold
30429 }
30430 \series default
30431  wiederum im TeX-Modus eingegeben.
30432 \end_layout
30433
30434 \begin_layout Standard
30435 Dies ist eine Zeile 
30436 \begin_inset ERT
30437 status collapsed
30438
30439 \begin_layout Plain Layout
30440
30441
30442 \backslash
30443 rotatebox[origin=c]{60}{
30444 \end_layout
30445
30446 \end_inset
30447
30448 mit rotiertem
30449 \begin_inset ERT
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453
30454 }
30455 \end_layout
30456
30457 \end_inset
30458
30459  Text.
30460 \end_layout
30461
30462 \begin_layout Standard
30463 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30464 \end_layout
30465
30466 \begin_layout Standard
30467 Dies ist eine Zeile 
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473
30474 \backslash
30475 rotatebox[origin=r]{-60}{
30476 \end_layout
30477
30478 \end_inset
30479
30480
30481 \begin_inset Box Doublebox
30482 position "c"
30483 hor_pos "c"
30484 has_inner_box 0
30485 inner_pos "c"
30486 use_parbox 0
30487 width "1in"
30488 special "width"
30489 height "1in"
30490 height_special "totalheight"
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494 mit rotiertem
30495 \end_layout
30496
30497 \end_inset
30498
30499
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505 }
30506 \end_layout
30507
30508 \end_inset
30509
30510  umrandeten Text 
30511 \begin_inset ERT
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515
30516
30517 \backslash
30518 rotatebox[origin=lb]{60}{
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30525 \end_inset
30526
30527
30528 \begin_inset ERT
30529 status collapsed
30530
30531 \begin_layout Plain Layout
30532
30533 }
30534 \end_layout
30535
30536 \end_inset
30537
30538  und einer Formel.
30539 \end_layout
30540
30541 \begin_layout Standard
30542 oder ein Bild oder Tabelle:
30543 \end_layout
30544
30545 \begin_layout Standard
30546 Dies ist eine Zeile 
30547 \begin_inset ERT
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551
30552
30553 \backslash
30554 rotatebox[origin=lb]{90}{
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \begin_inset Graphics
30561         filename ../clipart/platypus.eps
30562         lyxscale 50
30563         width 25col%
30564
30565 \end_inset
30566
30567
30568 \begin_inset ERT
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572
30573 }
30574 \end_layout
30575
30576 \end_inset
30577
30578  mit einem rotierten Bild 
30579 \begin_inset ERT
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583
30584
30585 \backslash
30586 rotatebox[origin=l]{-90}{
30587 \end_layout
30588
30589 \end_inset
30590
30591
30592 \begin_inset Tabular
30593 <lyxtabular version="3" rows="2" columns="2">
30594 <features>
30595 <column alignment="center" valignment="top" width="0">
30596 <column alignment="center" valignment="top" width="0">
30597 <row>
30598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30599 \begin_inset Text
30600
30601 \begin_layout Plain Layout
30602 q
30603 \end_layout
30604
30605 \end_inset
30606 </cell>
30607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30608 \begin_inset Text
30609
30610 \begin_layout Plain Layout
30611 w
30612 \end_layout
30613
30614 \end_inset
30615 </cell>
30616 </row>
30617 <row>
30618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30619 \begin_inset Text
30620
30621 \begin_layout Plain Layout
30622 e
30623 \end_layout
30624
30625 \end_inset
30626 </cell>
30627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30628 \begin_inset Text
30629
30630 \begin_layout Plain Layout
30631 r
30632 \end_layout
30633
30634 \end_inset
30635 </cell>
30636 </row>
30637 </lyxtabular>
30638
30639 \end_inset
30640
30641
30642 \begin_inset ERT
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646
30647 }
30648 \end_layout
30649
30650 \end_inset
30651
30652  und Tabelle.
30653 \end_layout
30654
30655 \begin_layout Subsection
30656 Skalierte Boxen
30657 \begin_inset Index
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661 Boxen ! skalierte
30662 \end_layout
30663
30664 \end_inset
30665
30666
30667 \begin_inset Index
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671 Skaliertes Material
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \begin_inset Index
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681 Abbildungen ! skalierte
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \begin_inset Index
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691 Tabellen ! skalierte
30692 \end_layout
30693
30694 \end_inset
30695
30696
30697 \end_layout
30698
30699 \begin_layout Standard
30700 Um Text zu skalieren, kann man die Befehle 
30701 \series bold
30702
30703 \backslash
30704 scalebox
30705 \series default
30706  und 
30707 \series bold
30708
30709 \backslash
30710 resizebox
30711 \series default
30712  im TeX-Modus verwenden.
30713 \end_layout
30714
30715 \begin_layout Standard
30716
30717 \series bold
30718
30719 \backslash
30720 scalebox
30721 \series default
30722  wird nach folgendem Schema verwendet:
30723 \end_layout
30724
30725 \begin_layout Standard
30726
30727 \series bold
30728
30729 \backslash
30730 scalebox{horizontal}[vertikal]{Boxinhalt}
30731 \end_layout
30732
30733 \begin_layout Standard
30734 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30735  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30736  verwendet.
30737 \end_layout
30738
30739 \begin_layout Standard
30740 Z.
30741 \begin_inset Space \thinspace{}
30742 \end_inset
30743
30744 B.
30745  ergibt der Befehl 
30746 \series bold
30747
30748 \backslash
30749 scalebox{2}{Hallo}
30750 \series default
30751  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30752 \begin_inset ERT
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756
30757
30758 \backslash
30759 scalebox{2}{
30760 \end_layout
30761
30762 \end_inset
30763
30764 Hallo
30765 \begin_inset ERT
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769
30770 }
30771 \end_layout
30772
30773 \end_inset
30774
30775 .
30776 \end_layout
30777
30778 \begin_layout Standard
30779
30780 \series bold
30781
30782 \backslash
30783 scalebox{2}[1]{Hallo}
30784 \series default
30785  verzerrt hingegen das 
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791
30792 \backslash
30793 scalebox{2}[1]{
30794 \end_layout
30795
30796 \end_inset
30797
30798 Hallo
30799 \begin_inset ERT
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803
30804 }
30805 \end_layout
30806
30807 \end_inset
30808
30809 .
30810 \end_layout
30811
30812 \begin_layout Standard
30813 Die Skalierungsfaktoren dürfen auch negativ sein.
30814  In diesem Fall wird der Boxinhalt gespiegelt.
30815 \end_layout
30816
30817 \begin_layout Standard
30818 Daher lässt sich mit dem Befehl 
30819 \series bold
30820
30821 \backslash
30822 scalebox{-1}[1]{Hallo}
30823 \series default
30824  Spiegelschrift erstellen: 
30825 \begin_inset ERT
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829
30830
30831 \backslash
30832 scalebox{-1}[1]{
30833 \end_layout
30834
30835 \end_inset
30836
30837 Hallo
30838 \begin_inset ERT
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842
30843 }
30844 \end_layout
30845
30846 \end_inset
30847
30848
30849 \end_layout
30850
30851 \begin_layout Standard
30852
30853 \series bold
30854
30855 \backslash
30856 scalebox{1}[-1]{Hallo}
30857 \series default
30858  spiegelt das 
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864
30865 \backslash
30866 scalebox{1}[-1]{
30867 \end_layout
30868
30869 \end_inset
30870
30871 Hallo
30872 \begin_inset ERT
30873 status collapsed
30874
30875 \begin_layout Plain Layout
30876
30877 }
30878 \end_layout
30879
30880 \end_inset
30881
30882  an der Grundlinie.
30883 \end_layout
30884
30885 \begin_layout Standard
30886 Zu 
30887 \series bold
30888
30889 \backslash
30890 scalebox{-1}[1]{Boxinhalt}
30891 \series default
30892  gibt es den äquivalenten Befehl
30893 \begin_inset Newline newline
30894 \end_inset
30895
30896
30897 \series bold
30898
30899 \backslash
30900 ref\SpecialChar \textcompwordmark{}
30901 lectbox{Boxinhalt}
30902 \series default
30903 .
30904 \end_layout
30905
30906 \begin_layout Standard
30907 \begin_inset VSpace bigskip
30908 \end_inset
30909
30910
30911 \series bold
30912
30913 \backslash
30914 resizebox
30915 \series default
30916  verwendet man um den Boxinhalt auf eine bestimmte Höhe bzw.
30917  Breite zu skalieren.
30918  Das Befehlsschema ist folgendes:
30919 \end_layout
30920
30921 \begin_layout Standard
30922
30923 \series bold
30924
30925 \backslash
30926 resizebox{Breite}{Höhe}{Boxinhalt}
30927 \end_layout
30928
30929 \begin_layout Standard
30930 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30931 \series bold
30932 !
30933 \series default
30934  ein, wird die Größe so gewählt, dass das Aspektverhältnis der Box beibehalten
30935  wird.
30936 \end_layout
30937
30938 \begin_layout Standard
30939 Der Befehl 
30940 \series bold
30941
30942 \backslash
30943 resizebox{2cm}{1cm}{Hallo}
30944 \series default
30945  ergibt: 
30946 \begin_inset ERT
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950
30951
30952 \backslash
30953 resizebox{2cm}{1cm}{
30954 \end_layout
30955
30956 \end_inset
30957
30958 Hallo
30959 \begin_inset ERT
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963
30964 }
30965 \end_layout
30966
30967 \end_inset
30968
30969
30970 \begin_inset Newline newline
30971 \end_inset
30972
30973 Der Befehl 
30974 \series bold
30975
30976 \backslash
30977 resizebox{2cm}{!}{Hallo}
30978 \series default
30979  ergibt: 
30980 \begin_inset ERT
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984
30985
30986 \backslash
30987 resizebox{2cm}{!}{
30988 \end_layout
30989
30990 \end_inset
30991
30992 Hallo
30993 \begin_inset ERT
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997
30998 }
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \end_layout
31005
31006 \begin_layout Standard
31007 \begin_inset VSpace bigskip
31008 \end_inset
31009
31010
31011 \begin_inset Note Greyedout
31012 status open
31013
31014 \begin_layout Plain Layout
31015
31016 \series bold
31017 Bemerkung:
31018 \series default
31019  Wurde in Argumenten von 
31020 \series bold
31021
31022 \backslash
31023 scalebox
31024 \series default
31025  oder 
31026 \series bold
31027
31028 \backslash
31029 resizebox
31030 \series default
31031  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31032  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31033  werden.
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \end_layout
31040
31041 \begin_layout Standard
31042 \begin_inset VSpace bigskip
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \begin_layout Standard
31049 Alle Boxen können beliebig miteinander kombiniert werden.
31050  So ergibt z.
31051 \begin_inset Space \thinspace{}
31052 \end_inset
31053
31054 B.
31055  der Befehl
31056 \begin_inset Newline newline
31057 \end_inset
31058
31059
31060 \series bold
31061
31062 \backslash
31063 rotatebox[origin=c]{-45}{
31064 \backslash
31065 resizebox{2cm}{!}{
31066 \backslash
31067 reflectbox{Hallo}}}
31068 \series default
31069 :
31070 \end_layout
31071
31072 \begin_layout Standard
31073 \align center
31074 \begin_inset ERT
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078
31079
31080 \backslash
31081 rotatebox[origin=c]{-45}{
31082 \backslash
31083 resizebox{2cm}{!}{
31084 \backslash
31085 reflectbox{
31086 \end_layout
31087
31088 \end_inset
31089
31090 Hallo
31091 \begin_inset ERT
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095
31096 }}}
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \end_layout
31103
31104 \begin_layout Standard
31105 \noindent
31106 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31107 \end_layout
31108
31109 \begin_layout Standard
31110 \align center
31111 \begin_inset ERT
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115
31116
31117 \backslash
31118 rotatebox[origin=c]{-30}{
31119 \backslash
31120 resizebox{2cm}{!}{
31121 \backslash
31122 reflectbox{
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \begin_inset Graphics
31129         filename ../clipart/platypus.eps
31130         lyxscale 50
31131         width 25col%
31132
31133 \end_inset
31134
31135
31136 \begin_inset ERT
31137 status collapsed
31138
31139 \begin_layout Plain Layout
31140
31141 }}}
31142 \end_layout
31143
31144 \end_inset
31145
31146
31147 \begin_inset ERT
31148 status collapsed
31149
31150 \begin_layout Plain Layout
31151
31152
31153 \backslash
31154 rotatebox[origin=c]{-45}{
31155 \backslash
31156 resizebox{2cm}{!}{
31157 \backslash
31158 reflectbox{
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \begin_inset Tabular
31165 <lyxtabular version="3" rows="2" columns="2">
31166 <features>
31167 <column alignment="center" valignment="top" width="0">
31168 <column alignment="center" valignment="top" width="0">
31169 <row>
31170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31171 \begin_inset Text
31172
31173 \begin_layout Plain Layout
31174 q
31175 \end_layout
31176
31177 \end_inset
31178 </cell>
31179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31180 \begin_inset Text
31181
31182 \begin_layout Plain Layout
31183 w
31184 \end_layout
31185
31186 \end_inset
31187 </cell>
31188 </row>
31189 <row>
31190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31191 \begin_inset Text
31192
31193 \begin_layout Plain Layout
31194 e
31195 \end_layout
31196
31197 \end_inset
31198 </cell>
31199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31200 \begin_inset Text
31201
31202 \begin_layout Plain Layout
31203 r
31204 \end_layout
31205
31206 \end_inset
31207 </cell>
31208 </row>
31209 </lyxtabular>
31210
31211 \end_inset
31212
31213
31214 \begin_inset ERT
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218
31219 }}}
31220 \end_layout
31221
31222 \end_inset
31223
31224
31225 \begin_inset ERT
31226 status collapsed
31227
31228 \begin_layout Plain Layout
31229
31230
31231 \backslash
31232 rotatebox[origin=c]{-45}{
31233 \backslash
31234 resizebox{2cm}{!}{
31235 \backslash
31236 reflectbox{
31237 \end_layout
31238
31239 \end_inset
31240
31241
31242 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31243 \end_inset
31244
31245
31246 \begin_inset ERT
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250
31251 }}}
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \end_layout
31258
31259 \begin_layout Standard
31260 Hat man den globalen Formelstil 
31261 \series bold
31262 fleqn
31263 \series default
31264
31265 \begin_inset Foot
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269 Wenn 
31270 \begin_inset Quotes gld
31271 \end_inset
31272
31273 fleqn
31274 \begin_inset Quotes grd
31275 \end_inset
31276
31277  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31278 \end_layout
31279
31280 \end_inset
31281
31282  gewählt, kann man auch abgesetzte Formeln skalieren.
31283 \end_layout
31284
31285 \begin_layout Chapter
31286 Externe Dateien
31287 \begin_inset Index
31288 status collapsed
31289
31290 \begin_layout Plain Layout
31291 Dateien ! externe
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \end_layout
31298
31299 \begin_layout Standard
31300 Mit 
31301 \family sans
31302 Einfügen\SpecialChar \menuseparator
31303 Datei
31304 \family default
31305  können Sie fremdes Material in Ihr Dokument einsetzen.
31306  Das kann folgendes sein:
31307 \end_layout
31308
31309 \begin_layout Description
31310 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31311  eingefügt.
31312 \end_layout
31313
31314 \begin_layout Description
31315 Einfacher
31316 \begin_inset Space ~
31317 \end_inset
31318
31319 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31320  eingefügt.
31321 \end_layout
31322
31323 \begin_layout Description
31324 Einfacher
31325 \begin_inset Space ~
31326 \end_inset
31327
31328 Text,
31329 \begin_inset Space ~
31330 \end_inset
31331
31332 Zeilen
31333 \begin_inset Space ~
31334 \end_inset
31335
31336 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31337  Leerzeilen trennen die Absätze.
31338 \end_layout
31339
31340 \begin_layout Description
31341 Externes
31342 \begin_inset Space ~
31343 \end_inset
31344
31345 Material Dateien in verschiedenen Formaten.
31346 \end_layout
31347
31348 \begin_layout Description
31349 Unterdokument LyX- oder LaTeX-Dokumente.
31350 \end_layout
31351
31352 \begin_layout Section
31353 Externes Material
31354 \begin_inset Index
31355 status collapsed
31356
31357 \begin_layout Plain Layout
31358 Externes Material
31359 \end_layout
31360
31361 \end_inset
31362
31363
31364 \end_layout
31365
31366 \begin_layout Standard
31367 Mit 
31368 \family sans
31369 Einfügen\SpecialChar \menuseparator
31370 Datei\SpecialChar \menuseparator
31371  Externes Material
31372 \family default
31373  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31374  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31375  weil LyX sich darum kümmert.
31376  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31377  eingefügt werden können.
31378 \end_layout
31379
31380 \begin_layout Standard
31381 Zur Zeit können Sie folgende Dateitypen (
31382 \family sans
31383 Vorlagen
31384 \family default
31385 ) benutzen:
31386 \end_layout
31387
31388 \begin_layout Description
31389 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31390 \series bold
31391
31392 \begin_inset CommandInset href
31393 LatexCommand href
31394 name "XBoard"
31395 target "http://en.wikipedia.org/wiki/XBoard"
31396
31397 \end_inset
31398
31399
31400 \series default
31401  erzeugt wurden.
31402 \end_layout
31403
31404 \begin_layout Description
31405 Datum fügt ein Datum mit dem Format 
31406 \emph on
31407 Tag-Monat-Jahr
31408 \emph default
31409  ein.
31410  Hier ist ein Beispiel: 
31411 \begin_inset External
31412         template Date
31413         filename .
31414
31415 \end_inset
31416
31417
31418 \lang english
31419
31420 \begin_inset Space ~
31421 \end_inset
31422
31423
31424 \begin_inset Note Note
31425 status open
31426
31427 \begin_layout Plain Layout
31428
31429 \lang english
31430 Remove the protected space when bug 4398 is fixed!
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \lang ngerman
31437
31438 \begin_inset Newline newline
31439 \end_inset
31440
31441 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31442  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31443  Menü 
31444 \family sans
31445 Einfügen\SpecialChar \menuseparator
31446 Datum
31447 \family default
31448  und mit dem LaTeX-Befehl 
31449 \series bold
31450
31451 \backslash
31452 today
31453 \series default
31454 .
31455  Die verschiedenen Methoden werden in Tabelle
31456 \begin_inset Space ~
31457 \end_inset
31458
31459
31460 \begin_inset CommandInset ref
31461 LatexCommand ref
31462 reference "tab:Vergleich-der-Datums-Eingaben"
31463
31464 \end_inset
31465
31466  verglichen.
31467 \end_layout
31468
31469 \begin_layout Description
31470 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31471 \series bold
31472
31473 \begin_inset CommandInset href
31474 LatexCommand href
31475 name "LilyPond"
31476 target "http://en.wikipedia.org/wiki/LilyPond"
31477
31478 \end_inset
31479
31480
31481 \series default
31482  schreiben.
31483 \end_layout
31484
31485 \begin_layout Description
31486 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31487  Fast alle bekannten Bildformate werden unterstützt.
31488  Die Bilddateien können im Dialogfenster 
31489 \family sans
31490 Externes
31491 \begin_inset Space ~
31492 \end_inset
31493
31494 Material
31495 \family default
31496  genauso behandelt werden wie die mit dem normalen 
31497 \family sans
31498 Grafik
31499 \family default
31500 -Dialog eingefügten, siehe Abschnitt
31501 \begin_inset Space ~
31502 \end_inset
31503
31504
31505 \begin_inset CommandInset ref
31506 LatexCommand ref
31507 reference "abs:Grafik-Dialog"
31508
31509 \end_inset
31510
31511 .
31512  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31513  und EPS-Bilder werden nicht unterstützt.
31514 \end_layout
31515
31516 \begin_layout Description
31517 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31518 \series bold
31519
31520 \begin_inset CommandInset href
31521 LatexCommand href
31522 name "Xfig"
31523 target "http://en.wikipedia.org/wiki/Xfig"
31524
31525 \end_inset
31526
31527
31528 \series default
31529  erzeugt wurden.
31530 \end_layout
31531
31532 \begin_layout Standard
31533 \begin_inset Float table
31534 placement h
31535 wide false
31536 sideways false
31537 status open
31538
31539 \begin_layout Plain Layout
31540 \begin_inset Caption
31541
31542 \begin_layout Plain Layout
31543 \begin_inset CommandInset label
31544 LatexCommand label
31545 name "tab:Vergleich-der-Datums-Eingaben"
31546
31547 \end_inset
31548
31549 Vergleich der Datums-Eingaben
31550 \end_layout
31551
31552 \end_inset
31553
31554
31555 \end_layout
31556
31557 \begin_layout Plain Layout
31558 \align center
31559 \begin_inset Tabular
31560 <lyxtabular version="3" rows="4" columns="4">
31561 <features>
31562 <column alignment="center" valignment="top" width="0">
31563 <column alignment="center" valignment="top" width="0">
31564 <column alignment="center" valignment="top" width="0">
31565 <column alignment="center" valignment="top" width="0">
31566 <row>
31567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571 Dokumentformat
31572 \end_layout
31573
31574 \end_inset
31575 </cell>
31576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31577 \begin_inset Text
31578
31579 \begin_layout Plain Layout
31580
31581 \family sans
31582 Externes Material\SpecialChar \menuseparator
31583 Datum
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31589 \begin_inset Text
31590
31591 \begin_layout Plain Layout
31592
31593 \family sans
31594 Einfügen\SpecialChar \menuseparator
31595 Datum
31596 \end_layout
31597
31598 \end_inset
31599 </cell>
31600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31601 \begin_inset Text
31602
31603 \begin_layout Plain Layout
31604 Befehl 
31605 \series bold
31606
31607 \backslash
31608 today
31609 \end_layout
31610
31611 \end_inset
31612 </cell>
31613 </row>
31614 <row>
31615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31616 \begin_inset Text
31617
31618 \begin_layout Plain Layout
31619 LyX
31620 \end_layout
31621
31622 \end_inset
31623 </cell>
31624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31625 \begin_inset Text
31626
31627 \begin_layout Plain Layout
31628 als Box
31629 \end_layout
31630
31631 \end_inset
31632 </cell>
31633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637 als Datum
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646 als TeX-Code-Befehl
31647 \end_layout
31648
31649 \end_inset
31650 </cell>
31651 </row>
31652 <row>
31653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657 LaTeX
31658 \end_layout
31659
31660 \end_inset
31661 </cell>
31662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666 als Datum
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Plain Layout
31675 als Datum
31676 \end_layout
31677
31678 \end_inset
31679 </cell>
31680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31681 \begin_inset Text
31682
31683 \begin_layout Plain Layout
31684 als Befehl
31685 \end_layout
31686
31687 \end_inset
31688 </cell>
31689 </row>
31690 <row>
31691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31692 \begin_inset Text
31693
31694 \begin_layout Plain Layout
31695 DVI, PDF, PS
31696 \end_layout
31697
31698 \end_inset
31699 </cell>
31700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31701 \begin_inset Text
31702
31703 \begin_layout Plain Layout
31704 als Datum
31705 \end_layout
31706
31707 \end_inset
31708 </cell>
31709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31710 \begin_inset Text
31711
31712 \begin_layout Plain Layout
31713 als Datum
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31719 \begin_inset Text
31720
31721 \begin_layout Plain Layout
31722 als Datum
31723 \end_layout
31724
31725 \end_inset
31726 </cell>
31727 </row>
31728 </lyxtabular>
31729
31730 \end_inset
31731
31732
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \begin_layout Standard
31741 Wenn Sie im Dialogfenster
31742 \family sans
31743  Externes
31744 \begin_inset Space ~
31745 \end_inset
31746
31747 Material 
31748 \family default
31749 in der Karteikarte
31750 \family sans
31751  Datei
31752 \family default
31753  die Option 
31754 \family sans
31755 Entwurf
31756 \family default
31757  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31758 \end_layout
31759
31760 \begin_layout Standard
31761 LyX kann externes Material entweder als Box wie hier: 
31762 \begin_inset Graphics
31763         filename clipart/ExternesMaterialQt4.png
31764         lyxscale 80
31765         scale 60
31766         scaleBeforeRotation
31767
31768 \end_inset
31769
31770  oder als Bild darstellen.
31771  Das hängt davon ab, ob Sie im Dialogfenster
31772 \family sans
31773  Externes
31774 \begin_inset Space ~
31775 \end_inset
31776
31777 Material 
31778 \family default
31779 in der Karteikarte 
31780 \family sans
31781 LyX-Ansicht
31782 \family default
31783  die Option 
31784 \family sans
31785 in
31786 \begin_inset Space ~
31787 \end_inset
31788
31789 LyX
31790 \begin_inset Space ~
31791 \end_inset
31792
31793 anzeigen
31794 \family default
31795  gewählt haben oder nicht.
31796 \end_layout
31797
31798 \begin_layout Standard
31799 Im LyX-Handbuch 
31800 \family sans
31801 \emph on
31802 Anpassung
31803 \family default
31804 \emph default
31805  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31806 \end_layout
31807
31808 \begin_layout Section
31809 Unterdokumente
31810 \begin_inset CommandInset label
31811 LatexCommand label
31812 name "abs:Unterdokumente"
31813
31814 \end_inset
31815
31816
31817 \begin_inset Index
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821 Unterdokument
31822 \end_layout
31823
31824 \end_inset
31825
31826
31827 \end_layout
31828
31829 \begin_layout Standard
31830 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31831  oder Abschnitten bestehen.
31832  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31833  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31834 \end_layout
31835
31836 \begin_layout Standard
31837 Unterdokumente werden in LyX als Box angezeigt: 
31838 \begin_inset Graphics
31839         filename clipart/UnterdokumentQt4.png
31840         lyxscale 80
31841         scale 60
31842         scaleBeforeRotation
31843
31844 \end_inset
31845
31846 .
31847  Sie werden über
31848 \family sans
31849  Einfügen\SpecialChar \menuseparator
31850 Datei\SpecialChar \menuseparator
31851 Unterdokument
31852 \family default
31853  eingebunden, was das Dialogfenster
31854 \family sans
31855  Unterdokument
31856 \family default
31857  öffnet.
31858  Für 
31859 \family sans
31860 die Art
31861 \begin_inset Space ~
31862 \end_inset
31863
31864 der
31865 \begin_inset Space ~
31866 \end_inset
31867
31868 Einbindung
31869 \family default
31870  gibt es dort vier Möglichkeiten:
31871 \end_layout
31872
31873 \begin_layout Description
31874 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31875  Wenn Sie im Dialogfenster
31876 \family sans
31877  Unterdokument
31878 \family default
31879  auf 
31880 \family sans
31881 Öffnen
31882 \family default
31883  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31884  und sie können es editieren.
31885 \begin_inset Newline newline
31886 \end_inset
31887
31888
31889 \end_layout
31890
31891 \begin_layout Standard
31892 Hier wird ein Unterdokument
31893 \family sans
31894  
31895 \family default
31896 per 
31897 \family sans
31898 Include
31899 \family default
31900  eingebunden: 
31901 \begin_inset CommandInset include
31902 LatexCommand include
31903 filename "DummyDocument1.lyx"
31904
31905 \end_inset
31906
31907 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31908  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
31909  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31910 s.
31911  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31912 \begin_inset Space ~
31913 \end_inset
31914
31915
31916 \begin_inset CommandInset ref
31917 LatexCommand ref
31918 reference "uab:Externer-Unterabschnitt-1"
31919
31920 \end_inset
31921
31922 .
31923 \end_layout
31924
31925 \begin_layout Standard
31926 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31927  wird benutzt.
31928  Unterdokumente, die per 
31929 \family sans
31930 Include
31931 \family default
31932  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31933  und enden mit einem Seitenumbruch.
31934 \end_layout
31935
31936 \begin_layout Standard
31937 Mit dem LaTeX-Befehl 
31938 \series bold
31939
31940 \backslash
31941 includeonly 
31942 \series default
31943 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31944  erstellt werden soll.
31945  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31946  sehen wollen, und es geht schneller.
31947  
31948 \series bold
31949
31950 \backslash
31951 includeonly
31952 \series default
31953  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31954  Im folgenden Beispiel:
31955 \end_layout
31956
31957 \begin_layout Standard
31958
31959 \series bold
31960
31961 \backslash
31962 includeonly{Kapitel1,Kapitel5}
31963 \end_layout
31964
31965 \begin_layout Standard
31966 werden nur die Dateien 
31967 \begin_inset Quotes gld
31968 \end_inset
31969
31970 Kapitel1.lyx
31971 \begin_inset Quotes grd
31972 \end_inset
31973
31974  (oder 
31975 \begin_inset Quotes gld
31976 \end_inset
31977
31978 Kapitel1.tex
31979 \begin_inset Quotes grd
31980 \end_inset
31981
31982 ) und 
31983 \begin_inset Quotes gld
31984 \end_inset
31985
31986 Kapitel5.lyx
31987 \begin_inset Quotes grd
31988 \end_inset
31989
31990
31991 \series bold
31992  
31993 \series default
31994 eingebunden.
31995 \end_layout
31996
31997 \begin_layout Standard
31998 \begin_inset Note Greyedout
31999 status open
32000
32001 \begin_layout Plain Layout
32002
32003 \series bold
32004 Bemerkung:
32005 \series default
32006  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32007  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32008  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32009  Ergebnissen führen wird.
32010 \end_layout
32011
32012 \end_inset
32013
32014
32015 \end_layout
32016
32017 \begin_layout Description
32018 Input Diese Methode ist 
32019 \family sans
32020 Include
32021 \family default
32022  sehr ähnlich mit folgenden Unterschieden:
32023 \end_layout
32024
32025 \begin_deeper
32026 \begin_layout Itemize
32027 Unterdokumente, die per 
32028 \family sans
32029 Input
32030 \family default
32031  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32032  Seite und enden NICHT mit einem Seitenumbruch.
32033 \end_layout
32034
32035 \begin_layout Itemize
32036 Unterdokumente, die per 
32037 \family sans
32038 Input
32039 \family default
32040  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32041 \family sans
32042  Unterdokument Vorschau
32043 \begin_inset Space ~
32044 \end_inset
32045
32046 anzeigen
32047 \family default
32048  angekreuzt wurde und in den LyX-
32049 \family sans
32050 Einstellungen\SpecialChar \menuseparator
32051 Aussehen
32052 \begin_inset Space ~
32053 \end_inset
32054
32055 &
32056 \begin_inset Space ~
32057 \end_inset
32058
32059 Handhabung\SpecialChar \menuseparator
32060 Grafik Sofortige
32061 \begin_inset Space ~
32062 \end_inset
32063
32064 Vorschau
32065 \family default
32066  auf 
32067 \family sans
32068 An
32069 \family default
32070  gesetzt wurde.
32071  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
32072  aus.
32073 \end_layout
32074
32075 \begin_layout Itemize
32076 Der LaTeX-Befehl 
32077 \series bold
32078
32079 \backslash
32080 includeonly
32081 \series default
32082  kann nicht benutzt werden.
32083 \end_layout
32084
32085 \end_deeper
32086 \begin_layout Standard
32087 Hier ist ein Unterdokument, das mit
32088 \family sans
32089  Input
32090 \family default
32091  eingebunden wurde: 
32092 \begin_inset CommandInset include
32093 LatexCommand input
32094 filename "DummyDocument2.lyx"
32095
32096 \end_inset
32097
32098 .
32099 \end_layout
32100
32101 \begin_layout Description
32102 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32103   In der Druckvorschau wird für den Text der Stil 
32104 \family typewriter
32105 Schreibmaschine
32106 \family default
32107  verwendet.
32108  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32109  Wenn Sie im Dialogfenster
32110 \family sans
32111  Unterdokument Leerzeichen
32112 \begin_inset Space ~
32113 \end_inset
32114
32115 bei
32116 \begin_inset Space ~
32117 \end_inset
32118
32119 der
32120 \begin_inset Space ~
32121 \end_inset
32122
32123 Ausgabe
32124 \begin_inset Space ~
32125 \end_inset
32126
32127 kennzeichnen 
32128 \family default
32129 ankreuzen, wird in der Druckvorschau das Zeichen 
32130 \begin_inset Quotes gld
32131 \end_inset
32132
32133
32134 \begin_inset ERT
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138
32139
32140 \backslash
32141 textvisiblespace 
32142 \end_layout
32143
32144 \end_inset
32145
32146
32147 \begin_inset Quotes grd
32148 \end_inset
32149
32150  für jedes Leerzeichen eingefügt.
32151 \begin_inset Newline newline
32152 \end_inset
32153
32154 Im Gegensatz zu 
32155 \family sans
32156 Einfügen\SpecialChar \menuseparator
32157 Datei\SpecialChar \menuseparator
32158 Einfacher
32159 \begin_inset Space ~
32160 \end_inset
32161
32162 Text
32163 \family default
32164  wird bei 
32165 \family sans
32166 Unformatiert
32167 \family default
32168  der Dateiinhalt in LyX nicht dargestellt.
32169 \end_layout
32170
32171 \begin_layout Standard
32172 Hier ist ein Unterdokument, das mit
32173 \family sans
32174  Unformatiert
32175 \family default
32176  eingebunden wurde: 
32177 \begin_inset CommandInset include
32178 LatexCommand verbatiminput
32179 filename "DummyTextDocument.txt"
32180
32181 \end_inset
32182
32183
32184 \begin_inset VSpace bigskip
32185 \end_inset
32186
32187 Hier ist ein Unterdokument, das mit
32188 \family sans
32189  Unformatiert
32190 \family default
32191  eingebunden wurde und
32192 \family sans
32193  Leerzeichen
32194 \begin_inset Space ~
32195 \end_inset
32196
32197 bei
32198 \begin_inset Space ~
32199 \end_inset
32200
32201 der
32202 \begin_inset Space ~
32203 \end_inset
32204
32205 Ausgabe
32206 \begin_inset Space ~
32207 \end_inset
32208
32209 kennzeichnen
32210 \family default
32211  angekreuzt hat: 
32212 \begin_inset CommandInset include
32213 LatexCommand verbatiminput*
32214 filename "DummyTextDocument.txt"
32215
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \begin_layout Standard
32222 \begin_inset VSpace bigskip
32223 \end_inset
32224
32225
32226 \end_layout
32227
32228 \begin_layout Standard
32229 \begin_inset Note Greyedout
32230 status open
32231
32232 \begin_layout Plain Layout
32233
32234 \series bold
32235 Bemerkung:
32236 \series default
32237  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32238  
32239 \family sans
32240 Unformatiert
32241 \family default
32242  eingebunden werden, am Zeilenende nicht umgebrochen.
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Description
32251 Listing Dieser Typ wird in Kapitel
32252 \begin_inset Space ~
32253 \end_inset
32254
32255
32256 \begin_inset CommandInset ref
32257 LatexCommand ref
32258 reference "kap:Programm-Code-Listen"
32259
32260 \end_inset
32261
32262  beschrieben.
32263 \end_layout
32264
32265 \begin_layout Standard
32266 \begin_inset Note Greyedout
32267 status open
32268
32269 \begin_layout Plain Layout
32270
32271 \series bold
32272 Bemerkung:
32273 \series default
32274  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32275  das zu LaTeX-Problemen führen.
32276 \end_layout
32277
32278 \end_inset
32279
32280
32281 \end_layout
32282
32283 \begin_layout Chapter
32284 Programm-Code-Listen
32285 \begin_inset CommandInset label
32286 LatexCommand label
32287 name "kap:Programm-Code-Listen"
32288
32289 \end_inset
32290
32291
32292 \begin_inset Index
32293 status collapsed
32294
32295 \begin_layout Plain Layout
32296 Listen
32297 \end_layout
32298
32299 \end_inset
32300
32301
32302 \begin_inset Index
32303 status collapsed
32304
32305 \begin_layout Plain Layout
32306 Programm-Code
32307 \end_layout
32308
32309 \end_inset
32310
32311
32312 \end_layout
32313
32314 \begin_layout Standard
32315 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32316 \family sans
32317 Einfügen\SpecialChar \menuseparator
32318 Pro\SpecialChar \-
32319 gramm\SpecialChar \-
32320 listing
32321 \family default
32322  verwenden.
32323  Das LaTeX-Paket 
32324 \series bold
32325 listings
32326 \series default
32327
32328 \begin_inset Index
32329 status collapsed
32330
32331 \begin_layout Plain Layout
32332 LaTeX-Pakete ! listings
32333 \end_layout
32334
32335 \end_inset
32336
32337  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32338 \end_layout
32339
32340 \begin_layout Standard
32341 Ein Rechtsklick auf das 
32342 \family sans
32343 Listing
32344 \family default
32345 -Kästchen öffnet das Dialogfenster 
32346 \family sans
32347 Programm\SpecialChar \-
32348 listing-Einstellungen
32349 \family default
32350 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32351 \end_layout
32352
32353 \begin_layout Standard
32354 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32355  Die 
32356 \family sans
32357 Platzierung
32358 \family default
32359 -Option 
32360 \family sans
32361 Eingebettetes
32362 \begin_inset Space ~
32363 \end_inset
32364
32365 Listing
32366 \family default
32367  druckt das Listing in der Zeile wie hier: 
32368 \begin_inset listings
32369 lstparams "language={C++}"
32370 inline true
32371 status open
32372
32373 \begin_layout Plain Layout
32374
32375 \lang english
32376 int a=5;
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \begin_inset Newline newline
32383 \end_inset
32384
32385 Die Option 
32386 \family sans
32387 Gleitobjekt
32388 \family default
32389  erzeugt ein Listing-Gleitobjekt, dessen 
32390 \family sans
32391 Platzierung 
32392 \family default
32393 Sie mit 
32394 \family sans
32395 h
32396 \family default
32397
32398 \family sans
32399 t
32400 \family default
32401
32402 \family sans
32403 b
32404 \family default
32405  und 
32406 \family sans
32407 p
32408 \family default
32409 , analog zu den in Abschnitt
32410 \begin_inset Space ~
32411 \end_inset
32412
32413
32414 \begin_inset CommandInset ref
32415 LatexCommand ref
32416 reference "abs:Gleitobjekt-Platzierung"
32417
32418 \end_inset
32419
32420  beschriebenen Platzierungsoptionen festlegen können.
32421  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32422  hintereinander angegeben, z.
32423 \begin_inset Space \thinspace{}
32424 \end_inset
32425
32426 B.
32427  
32428 \begin_inset Quotes gld
32429 \end_inset
32430
32431
32432 \family sans
32433 htbp
32434 \family default
32435
32436 \begin_inset Quotes grd
32437 \end_inset
32438
32439 .
32440  Die Option 
32441 \begin_inset Quotes eld
32442 \end_inset
32443
32444 h
32445 \begin_inset Quotes erd
32446 \end_inset
32447
32448  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32449  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32450 \end_layout
32451
32452 \begin_layout Standard
32453 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32454  zu verweisen: Listing
32455 \begin_inset Space ~
32456 \end_inset
32457
32458
32459 \begin_inset CommandInset ref
32460 LatexCommand ref
32461 reference "lst:Gleitendes-Programm-Listing"
32462
32463 \end_inset
32464
32465 .
32466 \end_layout
32467
32468 \begin_layout Standard
32469 \begin_inset listings
32470 lstparams "language=Python"
32471 inline false
32472 status open
32473
32474 \begin_layout Plain Layout
32475
32476 \lang english
32477 \begin_inset Caption
32478
32479 \begin_layout Plain Layout
32480 \begin_inset CommandInset label
32481 LatexCommand label
32482 name "lst:Gleitendes-Programm-Listing"
32483
32484 \end_inset
32485
32486 Gleitendes Programm-Listing
32487 \end_layout
32488
32489 \end_inset
32490
32491 # Gleitendes Programm-Listing
32492 \end_layout
32493
32494 \begin_layout Plain Layout
32495
32496 \lang english
32497 def func(param):
32498 \end_layout
32499
32500 \begin_layout Plain Layout
32501
32502 \lang english
32503     'Dies ist eine Python-Funktion'
32504 \end_layout
32505
32506 \begin_layout Plain Layout
32507
32508 \lang english
32509     pass
32510 \end_layout
32511
32512 \end_inset
32513
32514
32515 \end_layout
32516
32517 \begin_layout Standard
32518 Wenn Sie eine Programmier-
32519 \family sans
32520 Sprache
32521 \family default
32522  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
32523  gedruckt, wie 
32524 \emph on
32525 #
32526 \emph default
32527
32528 \emph on
32529 def
32530 \emph default
32531  und 
32532 \emph on
32533 pass
32534 \emph default
32535  in Listing
32536 \begin_inset Space ~
32537 \end_inset
32538
32539
32540 \begin_inset CommandInset ref
32541 LatexCommand ref
32542 reference "lst:Gleitendes-Programm-Listing"
32543
32544 \end_inset
32545
32546 .
32547 \end_layout
32548
32549 \begin_layout Standard
32550 \begin_inset Note Greyedout
32551 status open
32552
32553 \begin_layout Plain Layout
32554
32555 \series bold
32556 Bemerkung:
32557 \series default
32558  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32559 \family typewriter
32560 Schreib\SpecialChar \-
32561 maschine
32562 \family default
32563  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32564 h keine fett gedruckten Buchstaben.
32565  Wählen Sie in diesem Fall eine andere Schrift für 
32566 \family typewriter
32567 Schreibmaschine
32568 \family default
32569  im Menü 
32570 \family sans
32571 Dokument\SpecialChar \menuseparator
32572 Einstellungen\SpecialChar \menuseparator
32573 Schriften
32574 \family default
32575 .
32576  (Die Schriften 
32577 \emph on
32578 LuxiMono, BeraMono
32579 \emph default
32580  and 
32581 \emph on
32582 Courier
32583 \emph default
32584  enthalten fett gedruckte Buchstaben.)
32585 \end_layout
32586
32587 \end_inset
32588
32589
32590 \end_layout
32591
32592 \begin_layout Standard
32593 Im Abschnitt 
32594 \family sans
32595 Zeilennummerierung
32596 \family default
32597  des Dialog 
32598 \family sans
32599 Programm\SpecialChar \-
32600 listing-Einstellungen
32601 \family default
32602 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32603  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32604  werden soll und die 
32605 \family sans
32606 Schriftgröße
32607 \family default
32608  der Nummerierung.
32609 \end_layout
32610
32611 \begin_layout Standard
32612 Im Abschnitt 
32613 \family sans
32614 Bereich
32615 \family default
32616  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32617  Im Abschnitt 
32618 \family sans
32619 Stil
32620 \family default
32621  legen Sie fest, wie die Liste ausgedruckt werden soll.
32622  Die Option 
32623 \family sans
32624 Erweiterte
32625 \begin_inset Space ~
32626 \end_inset
32627
32628 Zeichentabelle
32629 \family default
32630  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32631 \end_layout
32632
32633 \begin_layout Standard
32634 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32635  Sprache 
32636 \begin_inset Quotes gld
32637 \end_inset
32638
32639 Python
32640 \begin_inset Quotes grd
32641 \end_inset
32642
32643 , den Optionen 
32644 \family sans
32645 Erweiterte
32646 \begin_inset Space ~
32647 \end_inset
32648
32649 Zeichentabelle
32650 \family default
32651  und 
32652 \family sans
32653 Leerzeichen
32654 \begin_inset Space ~
32655 \end_inset
32656
32657 als
32658 \begin_inset Space ~
32659 \end_inset
32660
32661 Symbol
32662 \family default
32663  und Bereich 3
32664 \begin_inset Space \thinspace{}
32665 \end_inset
32666
32667 -
32668 \begin_inset Space \thinspace{}
32669 \end_inset
32670
32671 8:
32672 \end_layout
32673
32674 \begin_layout Standard
32675 \begin_inset listings
32676 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32677 inline false
32678 status open
32679
32680 \begin_layout Plain Layout
32681
32682 \lang english
32683 def func(param):
32684 \end_layout
32685
32686 \begin_layout Plain Layout
32687
32688 \lang english
32689     'Dies ist eine Python-Funktion'
32690 \end_layout
32691
32692 \begin_layout Plain Layout
32693
32694 \lang english
32695     pass
32696 \end_layout
32697
32698 \begin_layout Plain Layout
32699
32700 \lang english
32701 def func(param):
32702 \end_layout
32703
32704 \begin_layout Plain Layout
32705
32706 \lang english
32707 'Sonderzeichen: Tschüß'
32708 \end_layout
32709
32710 \begin_layout Plain Layout
32711
32712 \lang english
32713 pass
32714 \end_layout
32715
32716 \begin_layout Plain Layout
32717
32718 \lang english
32719 def func(param):
32720 \end_layout
32721
32722 \begin_layout Plain Layout
32723
32724 \lang english
32725 'Dies ist eine Python-Funktion'
32726 \end_layout
32727
32728 \begin_layout Plain Layout
32729
32730 \lang english
32731 pass
32732 \end_layout
32733
32734 \end_inset
32735
32736
32737 \end_layout
32738
32739 \begin_layout Standard
32740 \noindent
32741 \begin_inset Note Greyedout
32742 status open
32743
32744 \begin_layout Plain Layout
32745
32746 \series bold
32747 Bemerkung:
32748 \series default
32749  Wegen eines Fehlers im 
32750 \series bold
32751 listings
32752 \series default
32753  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32754  verschoben.
32755  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32756  Liste nummeriert werden.
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \begin_layout Standard
32765 \begin_inset VSpace bigskip
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Standard
32772 \noindent
32773 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32774  Das machen Sie mit
32775 \family sans
32776  Einfügen\SpecialChar \menuseparator
32777 Datei\SpecialChar \menuseparator
32778 Unterdokument
32779 \family default
32780  und der 
32781 \family sans
32782 Art
32783 \begin_inset Space ~
32784 \end_inset
32785
32786 der
32787 \begin_inset Space ~
32788 \end_inset
32789
32790 Einbindung
32791 \family default
32792  
32793 \family sans
32794 Listing
32795 \family default
32796 .
32797 \begin_inset Foot
32798 status collapsed
32799
32800 \begin_layout Plain Layout
32801 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32802 \begin_inset Space ~
32803 \end_inset
32804
32805
32806 \begin_inset CommandInset ref
32807 LatexCommand ref
32808 reference "abs:Unterdokumente"
32809
32810 \end_inset
32811
32812  beschrieben.
32813 \end_layout
32814
32815 \end_inset
32816
32817  Im Dialogfenster
32818 \family sans
32819  Unterdokument
32820 \family default
32821  können Sie die Listing-Parameters unter 
32822 \family sans
32823 Weitere
32824 \begin_inset Space ~
32825 \end_inset
32826
32827 Parameter
32828 \family default
32829  eingeben.
32830  Wenn Sie dort ein Fragezeichen 
32831 \begin_inset Quotes gld
32832 \end_inset
32833
32834 ?
32835 \begin_inset Quotes grd
32836 \end_inset
32837
32838  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32839 det.
32840 \end_layout
32841
32842 \begin_layout Standard
32843 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32844  Text ins Feld 
32845 \family sans
32846 Marke
32847 \family default
32848 , auf die dann wie üblich verwiesen werden kann.
32849 \end_layout
32850
32851 \begin_layout Standard
32852 Listing
32853 \begin_inset Space ~
32854 \end_inset
32855
32856
32857 \begin_inset CommandInset ref
32858 LatexCommand ref
32859 reference "lst:Datei-Listing"
32860
32861 \end_inset
32862
32863  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32864 \begin_inset Space \thinspace{}
32865 \end_inset
32866
32867 -
32868 \begin_inset Space \thinspace{}
32869 \end_inset
32870
32871 15 gedruckt werden.
32872 \end_layout
32873
32874 \begin_layout Standard
32875 \begin_inset CommandInset include
32876 LatexCommand lstinputlisting
32877 filename "EmbeddedObjects.lyx"
32878 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32879
32880 \end_inset
32881
32882
32883 \end_layout
32884
32885 \begin_layout Standard
32886 \begin_inset VSpace bigskip
32887 \end_inset
32888
32889
32890 \end_layout
32891
32892 \begin_layout Standard
32893 \noindent
32894 Dokumentweite Listing-Eigenschaften können in
32895 \family sans
32896  Dokument\SpecialChar \menuseparator
32897 Einstellungen\SpecialChar \menuseparator
32898 Text\SpecialChar \-
32899 for\SpecialChar \-
32900 mat\SpecialChar \menuseparator
32901 Listing-Einstellungen
32902 \family default
32903  festgelegt werden.
32904  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32905 \begin_inset Quotes gld
32906 \end_inset
32907
32908 ?
32909 \begin_inset Quotes grd
32910 \end_inset
32911
32912  links davon eine Liste aller möglichen Parameter.
32913 \end_layout
32914
32915 \begin_layout Standard
32916 Weitere Informationen über das 
32917 \series bold
32918 listings
32919 \series default
32920 -Paket finden Sie in 
32921 \begin_inset CommandInset citation
32922 LatexCommand cite
32923 key "listings"
32924
32925 \end_inset
32926
32927 .
32928 \begin_inset Newpage newpage
32929 \end_inset
32930
32931
32932 \end_layout
32933
32934 \begin_layout Chapter
32935 \start_of_appendix
32936 In LyX verfügbare Maßeinheiten
32937 \begin_inset CommandInset label
32938 LatexCommand label
32939 name "kap:In-LyX-verfügbare"
32940
32941 \end_inset
32942
32943
32944 \begin_inset Index
32945 status collapsed
32946
32947 \begin_layout Plain Layout
32948 Einheiten
32949 \end_layout
32950
32951 \end_inset
32952
32953
32954 \end_layout
32955
32956 \begin_layout Standard
32957 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32958  Tabelle
32959 \begin_inset Space ~
32960 \end_inset
32961
32962
32963 \begin_inset CommandInset ref
32964 LatexCommand ref
32965 reference "tab:Maßeinheiten"
32966
32967 \end_inset
32968
32969  alle in LyX verfügbaren Maßeinheiten.
32970 \end_layout
32971
32972 \begin_layout Standard
32973 \begin_inset Float table
32974 placement h
32975 wide false
32976 sideways false
32977 status open
32978
32979 \begin_layout Plain Layout
32980 \begin_inset Caption
32981
32982 \begin_layout Plain Layout
32983 \begin_inset CommandInset label
32984 LatexCommand label
32985 name "tab:Maßeinheiten"
32986
32987 \end_inset
32988
32989 Maßeinheiten
32990 \end_layout
32991
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Plain Layout
32998 \begin_inset VSpace medskip
32999 \end_inset
33000
33001
33002 \end_layout
33003
33004 \begin_layout Plain Layout
33005 \align center
33006 \begin_inset Tabular
33007 <lyxtabular version="3" rows="20" columns="2">
33008 <features>
33009 <column alignment="center" valignment="top" width="0">
33010 <column alignment="center" valignment="top" width="0">
33011 <row>
33012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016
33017 \series bold
33018 Maßeinheit
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027
33028 \series bold
33029 Name/Beschreibung
33030 \end_layout
33031
33032 \end_inset
33033 </cell>
33034 </row>
33035 <row>
33036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33037 \begin_inset Text
33038
33039 \begin_layout Plain Layout
33040 mm
33041 \end_layout
33042
33043 \end_inset
33044 </cell>
33045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33046 \begin_inset Text
33047
33048 \begin_layout Plain Layout
33049 Millimeter
33050 \end_layout
33051
33052 \end_inset
33053 </cell>
33054 </row>
33055 <row>
33056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33057 \begin_inset Text
33058
33059 \begin_layout Plain Layout
33060 cm
33061 \end_layout
33062
33063 \end_inset
33064 </cell>
33065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33066 \begin_inset Text
33067
33068 \begin_layout Plain Layout
33069 Zentimeter
33070 \end_layout
33071
33072 \end_inset
33073 </cell>
33074 </row>
33075 <row>
33076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33077 \begin_inset Text
33078
33079 \begin_layout Plain Layout
33080 in
33081 \end_layout
33082
33083 \end_inset
33084 </cell>
33085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33086 \begin_inset Text
33087
33088 \begin_layout Plain Layout
33089 Zoll (1
33090 \begin_inset Space \thinspace{}
33091 \end_inset
33092
33093 in = 2.54
33094 \begin_inset Space \thinspace{}
33095 \end_inset
33096
33097 cm
33098 \end_layout
33099
33100 \end_inset
33101 </cell>
33102 </row>
33103 <row>
33104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33105 \begin_inset Text
33106
33107 \begin_layout Plain Layout
33108 pt
33109 \end_layout
33110
33111 \end_inset
33112 </cell>
33113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33114 \begin_inset Text
33115
33116 \begin_layout Plain Layout
33117 Punkt (72.27
33118 \begin_inset Space \thinspace{}
33119 \end_inset
33120
33121 pt = 1
33122 \begin_inset Space \thinspace{}
33123 \end_inset
33124
33125 in)
33126 \end_layout
33127
33128 \end_inset
33129 </cell>
33130 </row>
33131 <row>
33132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136 pc
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33142 \begin_inset Text
33143
33144 \begin_layout Plain Layout
33145 Pica (1
33146 \begin_inset Space \thinspace{}
33147 \end_inset
33148
33149 pc = 12
33150 \begin_inset Space \thinspace{}
33151 \end_inset
33152
33153 pt)
33154 \end_layout
33155
33156 \end_inset
33157 </cell>
33158 </row>
33159 <row>
33160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33161 \begin_inset Text
33162
33163 \begin_layout Plain Layout
33164 sp
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33170 \begin_inset Text
33171
33172 \begin_layout Plain Layout
33173 skalierter Punkt (65536
33174 \begin_inset Space \thinspace{}
33175 \end_inset
33176
33177 sp = 1
33178 \begin_inset Space \thinspace{}
33179 \end_inset
33180
33181 pt)
33182 \end_layout
33183
33184 \end_inset
33185 </cell>
33186 </row>
33187 <row>
33188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192 bp
33193 \end_layout
33194
33195 \end_inset
33196 </cell>
33197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33198 \begin_inset Text
33199
33200 \begin_layout Plain Layout
33201 großer Punkt (72
33202 \begin_inset Space \thinspace{}
33203 \end_inset
33204
33205 bp = 1
33206 \begin_inset Space \thinspace{}
33207 \end_inset
33208
33209 in)
33210 \end_layout
33211
33212 \end_inset
33213 </cell>
33214 </row>
33215 <row>
33216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33217 \begin_inset Text
33218
33219 \begin_layout Plain Layout
33220 dd
33221 \end_layout
33222
33223 \end_inset
33224 </cell>
33225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33226 \begin_inset Text
33227
33228 \begin_layout Plain Layout
33229 Didot (1
33230 \begin_inset Space \thinspace{}
33231 \end_inset
33232
33233 dd 
33234 \begin_inset Formula $\approx$
33235 \end_inset
33236
33237  0,376
33238 \begin_inset Space \thinspace{}
33239 \end_inset
33240
33241 mm)
33242 \end_layout
33243
33244 \end_inset
33245 </cell>
33246 </row>
33247 <row>
33248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33249 \begin_inset Text
33250
33251 \begin_layout Plain Layout
33252 cc
33253 \end_layout
33254
33255 \end_inset
33256 </cell>
33257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33258 \begin_inset Text
33259
33260 \begin_layout Plain Layout
33261 Cicero (1
33262 \begin_inset Space \thinspace{}
33263 \end_inset
33264
33265 cc = 12
33266 \begin_inset Space \thinspace{}
33267 \end_inset
33268
33269 dd)
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 </row>
33275 <row>
33276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33277 \begin_inset Text
33278
33279 \begin_layout Plain Layout
33280 Skalierung%
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289 % der originalen Bildbreite
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 </row>
33295 <row>
33296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33297 \begin_inset Text
33298
33299 \begin_layout Plain Layout
33300 Textbreite %
33301 \end_layout
33302
33303 \end_inset
33304 </cell>
33305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33306 \begin_inset Text
33307
33308 \begin_layout Plain Layout
33309 % der Textbreite
33310 \end_layout
33311
33312 \end_inset
33313 </cell>
33314 </row>
33315 <row>
33316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33317 \begin_inset Text
33318
33319 \begin_layout Plain Layout
33320 Spaltenbreite %
33321 \end_layout
33322
33323 \end_inset
33324 </cell>
33325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33326 \begin_inset Text
33327
33328 \begin_layout Plain Layout
33329 % der Spaltenbreite
33330 \end_layout
33331
33332 \end_inset
33333 </cell>
33334 </row>
33335 <row>
33336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33337 \begin_inset Text
33338
33339 \begin_layout Plain Layout
33340 Seitenbreite %
33341 \end_layout
33342
33343 \end_inset
33344 </cell>
33345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Plain Layout
33349 % der Seitenbreite
33350 \end_layout
33351
33352 \end_inset
33353 </cell>
33354 </row>
33355 <row>
33356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33357 \begin_inset Text
33358
33359 \begin_layout Plain Layout
33360 Zeilenbreite %
33361 \end_layout
33362
33363 \end_inset
33364 </cell>
33365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369 % der Zeilenbreite
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 </row>
33375 <row>
33376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33377 \begin_inset Text
33378
33379 \begin_layout Plain Layout
33380 Texthöhe %
33381 \end_layout
33382
33383 \end_inset
33384 </cell>
33385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33386 \begin_inset Text
33387
33388 \begin_layout Plain Layout
33389 % der Texthöhe
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 </row>
33395 <row>
33396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400 Seitenhöhe %
33401 \end_layout
33402
33403 \end_inset
33404 </cell>
33405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33406 \begin_inset Text
33407
33408 \begin_layout Plain Layout
33409 % der Seitenhöhe
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 </row>
33415 <row>
33416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33417 \begin_inset Text
33418
33419 \begin_layout Plain Layout
33420 ex
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 Die Höhe des Buchstabens 
33430 \emph on
33431 x
33432 \emph default
33433  im aktiven Zeichensatz
33434 \end_layout
33435
33436 \end_inset
33437 </cell>
33438 </row>
33439 <row>
33440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33441 \begin_inset Text
33442
33443 \begin_layout Plain Layout
33444 em
33445 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33450 \begin_inset Text
33451
33452 \begin_layout Plain Layout
33453 Die Breite des Buchstabens 
33454 \emph on
33455 M
33456 \emph default
33457  im aktiven Zeichensatz
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 </row>
33463 <row>
33464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33465 \begin_inset Text
33466
33467 \begin_layout Plain Layout
33468 mu
33469 \end_layout
33470
33471 \end_inset
33472 </cell>
33473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477 mathematische  Maßeinheit
33478 \series bold
33479  
33480 \series default
33481 (1
33482 \begin_inset Space \thinspace{}
33483 \end_inset
33484
33485 mu = 1/18
33486 \begin_inset Space \thinspace{}
33487 \end_inset
33488
33489 em)
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 </row>
33495 </lyxtabular>
33496
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \end_inset
33503
33504
33505 \end_layout
33506
33507 \begin_layout Chapter
33508 Ausgabedatei-Formate mit Grafiken
33509 \begin_inset CommandInset label
33510 LatexCommand label
33511 name "kap:Ausgabedatei-Formate"
33512
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \begin_layout Section
33519 DVI
33520 \begin_inset Index
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524 Dateiformat! DVI
33525 \end_layout
33526
33527 \end_inset
33528
33529
33530 \begin_inset Index
33531 status collapsed
33532
33533 \begin_layout Plain Layout
33534 DVI
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \begin_layout Standard
33543 Dieser Dateityp hat die Erweiterung 
33544 \begin_inset Quotes gld
33545 \end_inset
33546
33547
33548 \family typewriter
33549 .dvi
33550 \family default
33551
33552 \begin_inset Quotes grd
33553 \end_inset
33554
33555  und wird 
33556 \begin_inset Quotes gld
33557 \end_inset
33558
33559 device-independent
33560 \begin_inset Quotes grd
33561 \end_inset
33562
33563  genannt, weil er vollkommen portierbar ist.
33564  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33565  dvi-Betrachter installiert hat.
33566  
33567 \family typewriter
33568 .dvi
33569 \family default
33570 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
33571  wie PostScript benutzt.
33572 \end_layout
33573
33574 \begin_layout Standard
33575 \begin_inset Note Greyedout
33576 status open
33577
33578 \begin_layout Plain Layout
33579
33580 \series bold
33581 Bemerkung:
33582 \series default
33583  
33584 \family typewriter
33585 .dvi
33586 \family default
33587 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33588 \end_layout
33589
33590 \end_inset
33591
33592
33593 \end_layout
33594
33595 \begin_layout Standard
33596 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
33597 \family typewriter
33598 .dvi
33599 \family default
33600 -Datei auf einen anderen Computer kopieren.
33601  Dies Eigenschaft kann Ihren Computer verlangsamen.
33602  wenn Sie die 
33603 \family typewriter
33604 .dvi
33605 \family default
33606 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
33607  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
33608 \family typewriter
33609 .dvi
33610 \family default
33611 -Datei
33612 \family typewriter
33613  
33614 \family default
33615 blättern.
33616
33617 \family typewriter
33618  
33619 \family default
33620 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
33621  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33622  
33623 \end_layout
33624
33625 \begin_layout Standard
33626 Sie können Ihr Dokument als DVI über das Menü 
33627 \family sans
33628 Datei\SpecialChar \menuseparator
33629 Exportieren\SpecialChar \menuseparator
33630 DVI
33631 \family default
33632  exportieren.
33633  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33634 \family sans
33635 Ansicht
33636 \family default
33637  oder den Werkzeugleistenknopf 
33638 \begin_inset Graphics
33639         filename ../../images/buffer-view_dvi.png
33640         scale 85
33641         scaleBeforeRotation
33642
33643 \end_inset
33644
33645  anschauen.
33646 \end_layout
33647
33648 \begin_layout Section
33649 PostScript
33650 \begin_inset CommandInset label
33651 LatexCommand label
33652 name "abs:PostScript"
33653
33654 \end_inset
33655
33656
33657 \begin_inset Index
33658 status collapsed
33659
33660 \begin_layout Plain Layout
33661 Dateiformat  ! PostScript
33662 \end_layout
33663
33664 \end_inset
33665
33666
33667 \begin_inset Index
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671 PostScript
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \begin_layout Standard
33680 Dieser Dateityp hat die Erweiterung 
33681 \begin_inset Quotes gld
33682 \end_inset
33683
33684
33685 \family typewriter
33686 .ps
33687 \family default
33688
33689 \begin_inset Quotes grd
33690 \end_inset
33691
33692 .
33693  PostScript wurde von der Firma
33694 \family typewriter
33695  Adobe
33696 \family default
33697  als Druckersprache entwickelt.
33698  Die Datei enthält deshalb Druckbefehle.
33699  PostScript kann als 
33700 \begin_inset Quotes gld
33701 \end_inset
33702
33703 Programmiersprache
33704 \begin_inset Quotes grd
33705 \end_inset
33706
33707  angesehen werden.
33708  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33709 \begin_inset Foot
33710 status collapsed
33711
33712 \begin_layout Plain Layout
33713 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33714  von
33715 \series bold
33716  PSTricks
33717 \series default
33718  
33719 \begin_inset CommandInset citation
33720 LatexCommand cite
33721 key "pstricks"
33722
33723 \end_inset
33724
33725  oder 
33726 \begin_inset CommandInset citation
33727 LatexCommand cite
33728 key "latex-praxisbuch"
33729
33730 \end_inset
33731
33732  ansehen.
33733 \end_layout
33734
33735 \end_inset
33736
33737 .
33738  Wegen dieser Möglichkeiten sind 
33739 \family typewriter
33740 .ps
33741 \family default
33742 -Dateien oft größer als 
33743 \family typewriter
33744 .pdf
33745 \family default
33746 -Dateien.
33747 \end_layout
33748
33749 \begin_layout Standard
33750 PostScript kann nur Bilder im Format EPS
33751 \begin_inset Index
33752 status collapsed
33753
33754 \begin_layout Plain Layout
33755 EPS
33756 \end_layout
33757
33758 \end_inset
33759
33760  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33761 wei\SpecialChar \-
33762 te\SpecialChar \-
33763 rung 
33764 \begin_inset Quotes gld
33765 \end_inset
33766
33767
33768 \family typewriter
33769 .eps
33770 \family default
33771
33772 \begin_inset Quotes grd
33773 \end_inset
33774
33775 ) enthalten.
33776  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33777  intern nach EPS konvertiert werden.
33778  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33779  verlangsamen.
33780  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33781  konvertieren und direkt als EPS einfügen.
33782 \end_layout
33783
33784 \begin_layout Standard
33785 Sie können Ihr Dokument als PostScript über das Menü 
33786 \family sans
33787 Datei\SpecialChar \menuseparator
33788 Exportieren\SpecialChar \menuseparator
33789 PostScript
33790 \family default
33791  exportieren.
33792  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33793 \family sans
33794 Ansicht
33795 \family default
33796  oder den Werkzeugleistenknopf 
33797 \begin_inset Graphics
33798         filename ../../images/buffer-view_ps.png
33799         scale 85
33800         scaleBeforeRotation
33801
33802 \end_inset
33803
33804  anschauen.
33805 \end_layout
33806
33807 \begin_layout Section
33808 PDF
33809 \begin_inset CommandInset label
33810 LatexCommand label
33811 name "abs:PDF"
33812
33813 \end_inset
33814
33815
33816 \begin_inset Index
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820 Dateiformat! PDF
33821 \end_layout
33822
33823 \end_inset
33824
33825
33826 \begin_inset Index
33827 status collapsed
33828
33829 \begin_layout Plain Layout
33830 PDF
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \begin_layout Standard
33839 Dieser Dateityp hat die Erweiterung 
33840 \begin_inset Quotes gld
33841 \end_inset
33842
33843
33844 \family typewriter
33845 .pdf
33846 \family default
33847
33848 \begin_inset Quotes grd
33849 \end_inset
33850
33851 .
33852  Das
33853 \emph on
33854  
33855 \emph default
33856
33857 \begin_inset Quotes gld
33858 \end_inset
33859
33860 Portable Document Format
33861 \begin_inset Quotes grd
33862 \end_inset
33863
33864  (PDF) wurde auch von der Firma 
33865 \family typewriter
33866 Adobe
33867 \family default
33868  als Derivat von PostScript entwickelt.
33869  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33870  Wie der Begriff 
33871 \begin_inset Quotes gld
33872 \end_inset
33873
33874 portable
33875 \begin_inset Quotes grd
33876 \end_inset
33877
33878  (übertragbar) vermuten lässt, kann eine 
33879 \family typewriter
33880 .pdf
33881 \family default
33882 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
33883  gleich aus.
33884 \end_layout
33885
33886 \begin_layout Standard
33887 PDF kann Bilder im eigenen PDF-Format, im Format 
33888 \begin_inset Quotes gld
33889 \end_inset
33890
33891 Joint Photographic Experts Group
33892 \begin_inset Quotes grd
33893 \end_inset
33894
33895  (JPEG
33896 \begin_inset Index
33897 status collapsed
33898
33899 \begin_layout Plain Layout
33900 JPG, JPEG
33901 \end_layout
33902
33903 \end_inset
33904
33905 , Datei-Erweiterung 
33906 \begin_inset Quotes gld
33907 \end_inset
33908
33909
33910 \family typewriter
33911 .jpg
33912 \family default
33913
33914 \begin_inset Quotes grd
33915 \end_inset
33916
33917  oder 
33918 \begin_inset Quotes gld
33919 \end_inset
33920
33921
33922 \family typewriter
33923 .jpeg
33924 \family default
33925
33926 \begin_inset Quotes grd
33927 \end_inset
33928
33929 ) und im Format 
33930 \begin_inset Quotes gld
33931 \end_inset
33932
33933 Portable Network Graphics
33934 \begin_inset Quotes grd
33935 \end_inset
33936
33937  (PNG
33938 \begin_inset Index
33939 status collapsed
33940
33941 \begin_layout Plain Layout
33942 PNG
33943 \end_layout
33944
33945 \end_inset
33946
33947 , Datei-Erweiterung 
33948 \begin_inset Quotes gld
33949 \end_inset
33950
33951
33952 \family typewriter
33953 .png
33954 \family default
33955
33956 \begin_inset Quotes grd
33957 \end_inset
33958
33959 ) enthalten.
33960  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33961  Sie konvertieren wird.
33962  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33963  wird, eines der drei erwähnten Bildformate zu benutzen.
33964 \end_layout
33965
33966 \begin_layout Standard
33967 PDF-Dateien können Sie über 
33968 \family sans
33969 Datei\SpecialChar \menuseparator
33970 Exportieren
33971 \family default
33972  auf drei Arten erzeugen:
33973 \end_layout
33974
33975 \begin_layout Description
33976 PDF
33977 \begin_inset Space ~
33978 \end_inset
33979
33980 (ps2pdf) benutzt das Programm
33981 \family typewriter
33982  ps2pdf
33983 \family default
33984 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
33985  Die PostScript-Version wird Programm 
33986 \family typewriter
33987 dvips
33988 \family default
33989  aus einer DVI-Version erstellt.
33990  Es werden also drei Konvertierungen verwendet.
33991 \end_layout
33992
33993 \begin_layout Description
33994 PDF
33995 \begin_inset Space ~
33996 \end_inset
33997
33998 (dvipdfm) benutzt das Programm 
33999 \family typewriter
34000 dvipdfm
34001 \family default
34002 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34003  PDF konvertiert.
34004 \end_layout
34005
34006 \begin_layout Description
34007 PDF
34008 \begin_inset Space ~
34009 \end_inset
34010
34011 (pdflatex) benutzt das Programm
34012 \family typewriter
34013  pdftex
34014 \family default
34015 , das Ihr Dokument direkt nach PDF konvertiert.
34016 \end_layout
34017
34018 \begin_layout Standard
34019
34020 \family sans
34021 PDF
34022 \begin_inset Space ~
34023 \end_inset
34024
34025 (pdflatex)
34026 \family default
34027  wird empfohlen, weil
34028 \family typewriter
34029  pdftex
34030 \family default
34031  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34032  ohne Probleme arbeitet.
34033  Das Programm 
34034 \family typewriter
34035 dvi\SpecialChar \-
34036 pdfm
34037 \family default
34038  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34039 \end_layout
34040
34041 \begin_layout Standard
34042 Sie können Ihr Dokument als PDF über das Menü 
34043 \family sans
34044 Datei\SpecialChar \menuseparator
34045 Exportieren\SpecialChar \menuseparator
34046 PDF
34047 \family default
34048  exportieren.
34049  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34050 \family sans
34051 Ansicht
34052 \family default
34053  oder den Werkzeugleistenknopf 
34054 \begin_inset Graphics
34055         filename ../../images/buffer-view_pdf2.png
34056         scale 85
34057         scaleBeforeRotation
34058
34059 \end_inset
34060
34061  anschauen 
34062 \family sans
34063 (
34064 \family default
34065 der 
34066 \family sans
34067 PDF
34068 \begin_inset Space ~
34069 \end_inset
34070
34071 (pdflatex)
34072 \family default
34073  verwendet).
34074 \end_layout
34075
34076 \begin_layout Chapter
34077 Erklärung der Gleichung
34078 \begin_inset Space ~
34079 \end_inset
34080
34081
34082 \begin_inset CommandInset ref
34083 LatexCommand eqref
34084 reference "eq:Wgn"
34085
34086 \end_inset
34087
34088
34089 \begin_inset CommandInset label
34090 LatexCommand label
34091 name "kap:Exläuterung-einer-Gleichung"
34092
34093 \end_inset
34094
34095
34096 \end_layout
34097
34098 \begin_layout Standard
34099 Die Gesamtbreite von
34100 \emph on
34101  n
34102 \emph default
34103  Tabellenzellen 
34104 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34105 \end_inset
34106
34107  kann wie folgt berechnet werden:
34108 \end_layout
34109
34110 \begin_layout Standard
34111 \begin_inset Formula \begin{equation}
34112 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}
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \begin_layout Standard
34120 Dabei ist 
34121 \begin_inset Formula $W_{g\, n}$
34122 \end_inset
34123
34124  die Breite jeder Zelle.
34125
34126 \series bold
34127  
34128 \backslash
34129 tabcolsep
34130 \series default
34131  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34132  Standardwert 6
34133 \begin_inset Space \thinspace{}
34134 \end_inset
34135
34136 pt.
34137  
34138 \series bold
34139
34140 \backslash
34141 arrayrulewidth
34142 \series default
34143  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34144 \begin_inset Space \thinspace{}
34145 \end_inset
34146
34147 pt.
34148 \end_layout
34149
34150 \begin_layout Standard
34151 Nach Gleichung
34152 \begin_inset Space ~
34153 \end_inset
34154
34155
34156 \begin_inset CommandInset ref
34157 LatexCommand ref
34158 reference "eq:Wtot_n"
34159
34160 \end_inset
34161
34162  ist die Gesamtbreite einer Mehrfachspalte, 
34163 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34164 \end_inset
34165
34166 ,
34167 \end_layout
34168
34169 \begin_layout Standard
34170 \begin_inset Formula \begin{equation}
34171 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Standard
34179 Setzt man die Gleichungen
34180 \begin_inset Space ~
34181 \end_inset
34182
34183
34184 \begin_inset CommandInset ref
34185 LatexCommand ref
34186 reference "eq:Wtot_n"
34187
34188 \end_inset
34189
34190  und 
34191 \begin_inset CommandInset ref
34192 LatexCommand ref
34193 reference "eq:Wtot_mult"
34194
34195 \end_inset
34196
34197  gleich, kann man die benötigte Breite 
34198 \begin_inset Formula $W_{g\, n}$
34199 \end_inset
34200
34201 , wenn 
34202 \emph on
34203 n
34204 \emph default
34205  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34206 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34207 \end_inset
34208
34209  hat, berechnen:
34210 \end_layout
34211
34212 \begin_layout Standard
34213 \begin_inset Formula \begin{equation}
34214 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Bibliography
34222 \begin_inset CommandInset bibitem
34223 LatexCommand bibitem
34224 key "latexcompanion"
34225
34226 \end_inset
34227
34228 Frank Mittelbach and Michel Goossens: 
34229 \emph on
34230 The LaTeX Companion Second Edition.
34231
34232 \emph default
34233  Addison-Wesley, 2004
34234 \end_layout
34235
34236 \begin_layout Bibliography
34237 \begin_inset CommandInset bibitem
34238 LatexCommand bibitem
34239 key "latexguide"
34240
34241 \end_inset
34242
34243 Helmut Kopka and Patrick W.
34244  Daly: 
34245 \emph on
34246 A Guide to LaTeX Fourth Edition.
34247
34248 \emph default
34249  Addison-Wesley, 2003
34250 \end_layout
34251
34252 \begin_layout Bibliography
34253 \begin_inset CommandInset bibitem
34254 LatexCommand bibitem
34255 key "lamport"
34256
34257 \end_inset
34258
34259 Leslie Lamport: 
34260 \emph on
34261 LaTeX: A Document Preparation System.
34262
34263 \emph default
34264  Addison-Wesley, second edition, 1994
34265 \end_layout
34266
34267 \begin_layout Bibliography
34268 \begin_inset CommandInset bibitem
34269 LatexCommand bibitem
34270 key "latex-praxisbuch"
34271
34272 \end_inset
34273
34274 Niedermair, Elke & Michael: 
34275 \emph on
34276 LaTeX-Praxisbuch
34277 \emph default
34278 , Franzis-Verlag, 2004
34279 \end_layout
34280
34281 \begin_layout Bibliography
34282 \begin_inset CommandInset bibitem
34283 LatexCommand bibitem
34284 key "booktabs"
34285
34286 \end_inset
34287
34288 Dokumnetation des LaTeX-Pakets 
34289 \series bold
34290
34291 \begin_inset CommandInset href
34292 LatexCommand href
34293 name "booktabs"
34294 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34295
34296 \end_inset
34297
34298
34299 \series default
34300
34301 \begin_inset Index
34302 status collapsed
34303
34304 \begin_layout Plain Layout
34305 LaTeX-Pakete ! booktabs
34306 \end_layout
34307
34308 \end_inset
34309
34310
34311 \end_layout
34312
34313 \begin_layout Bibliography
34314 \begin_inset CommandInset bibitem
34315 LatexCommand bibitem
34316 key "caption"
34317
34318 \end_inset
34319
34320 Dokumentation des LaTeX-Pakets 
34321 \series bold
34322
34323 \begin_inset CommandInset href
34324 LatexCommand href
34325 name "caption"
34326 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34327
34328 \end_inset
34329
34330
34331 \series default
34332
34333 \begin_inset Index
34334 status collapsed
34335
34336 \begin_layout Plain Layout
34337 LaTeX-Pakete ! caption
34338 \end_layout
34339
34340 \end_inset
34341
34342
34343 \end_layout
34344
34345 \begin_layout Bibliography
34346 \begin_inset CommandInset bibitem
34347 LatexCommand bibitem
34348 key "endfloat"
34349
34350 \end_inset
34351
34352 Dokumentation des LaTeX-Pakets 
34353 \series bold
34354
34355 \begin_inset CommandInset href
34356 LatexCommand href
34357 name "endfloat"
34358 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34359
34360 \end_inset
34361
34362
34363 \series default
34364
34365 \begin_inset Index
34366 status collapsed
34367
34368 \begin_layout Plain Layout
34369 LaTeX-Pakete ! endf
34370 \begin_inset ERT
34371 status collapsed
34372
34373 \begin_layout Plain Layout
34374
34375
34376 \backslash
34377
34378 \begin_inset ERT
34379 status collapsed
34380
34381 \begin_layout Plain Layout
34382
34383 {
34384 \end_layout
34385
34386 \end_inset
34387
34388
34389 \begin_inset ERT
34390 status collapsed
34391
34392 \begin_layout Plain Layout
34393
34394 }
34395 \end_layout
34396
34397 \end_inset
34398
34399
34400 \end_layout
34401
34402 \end_inset
34403
34404 /loat
34405 \end_layout
34406
34407 \end_inset
34408
34409
34410 \end_layout
34411
34412 \begin_layout Bibliography
34413 \begin_inset CommandInset bibitem
34414 LatexCommand bibitem
34415 key "wrapfig"
34416
34417 \end_inset
34418
34419 Dokumentation des LaTeX-Pakets 
34420 \series bold
34421
34422 \begin_inset CommandInset href
34423 LatexCommand href
34424 name "wrapfig"
34425 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34426
34427 \end_inset
34428
34429
34430 \series default
34431
34432 \begin_inset Index
34433 status collapsed
34434
34435 \begin_layout Plain Layout
34436 LaTeX-Pakete ! wrapfig
34437 \begin_inset ERT
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441
34442
34443 \backslash
34444
34445 \begin_inset ERT
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449
34450 {
34451 \end_layout
34452
34453 \end_inset
34454
34455
34456 \begin_inset ERT
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460
34461 }
34462 \end_layout
34463
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \end_inset
34470
34471 vspace
34472 \begin_inset ERT
34473 status collapsed
34474
34475 \begin_layout Plain Layout
34476
34477 {
34478 \end_layout
34479
34480 \end_inset
34481
34482 4mm
34483 \begin_inset ERT
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487
34488 }
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \end_layout
34495
34496 \end_inset
34497
34498
34499 \end_layout
34500
34501 \begin_layout Bibliography
34502 \begin_inset CommandInset bibitem
34503 LatexCommand bibitem
34504 key "footmisc"
34505
34506 \end_inset
34507
34508 Dokumentation des LaTeX-Pakets 
34509 \series bold
34510
34511 \begin_inset CommandInset href
34512 LatexCommand href
34513 name "footmisc"
34514 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34515
34516 \end_inset
34517
34518
34519 \series default
34520
34521 \begin_inset Index
34522 status collapsed
34523
34524 \begin_layout Plain Layout
34525 LaTeX-Pakete ! footmisc
34526 \end_layout
34527
34528 \end_inset
34529
34530
34531 \end_layout
34532
34533 \begin_layout Bibliography
34534 \begin_inset CommandInset bibitem
34535 LatexCommand bibitem
34536 key "hypcap"
34537
34538 \end_inset
34539
34540 Dokumentation des LaTeX-Pakets 
34541 \series bold
34542
34543 \begin_inset CommandInset href
34544 LatexCommand href
34545 name "hypcap"
34546 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34547
34548 \end_inset
34549
34550
34551 \series default
34552
34553 \begin_inset Index
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557 LaTeX-Pakete ! hypcap
34558 \end_layout
34559
34560 \end_inset
34561
34562
34563 \end_layout
34564
34565 \begin_layout Bibliography
34566 \begin_inset CommandInset bibitem
34567 LatexCommand bibitem
34568 key "hyperref"
34569
34570 \end_inset
34571
34572 Dokumentation des LaTeX-Pakets 
34573 \series bold
34574
34575 \begin_inset CommandInset href
34576 LatexCommand href
34577 name "hyperref"
34578 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34579
34580 \end_inset
34581
34582
34583 \series default
34584
34585 \begin_inset Index
34586 status collapsed
34587
34588 \begin_layout Plain Layout
34589 LaTeX-Pakete ! hyperref
34590 \end_layout
34591
34592 \end_inset
34593
34594
34595 \end_layout
34596
34597 \begin_layout Bibliography
34598 \begin_inset CommandInset bibitem
34599 LatexCommand bibitem
34600 key "koma-script"
34601
34602 \end_inset
34603
34604 Dokumentation des LaTeX-Pakets 
34605 \series bold
34606
34607 \begin_inset CommandInset href
34608 LatexCommand href
34609 name "koma-script"
34610 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34611
34612 \end_inset
34613
34614
34615 \series default
34616
34617 \begin_inset Index
34618 status collapsed
34619
34620 \begin_layout Plain Layout
34621 LaTeX-Pakete ! koma-script
34622 \end_layout
34623
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \begin_layout Bibliography
34630 \begin_inset CommandInset bibitem
34631 LatexCommand bibitem
34632 key "listings"
34633
34634 \end_inset
34635
34636 Dokumentation des LaTeX-Pakets 
34637 \series bold
34638
34639 \begin_inset CommandInset href
34640 LatexCommand href
34641 name "listings"
34642 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34643
34644 \end_inset
34645
34646
34647 \series default
34648
34649 \begin_inset Index
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653 LaTeX-Pakete ! listings
34654 \end_layout
34655
34656 \end_inset
34657
34658
34659 \end_layout
34660
34661 \begin_layout Bibliography
34662 \begin_inset CommandInset bibitem
34663 LatexCommand bibitem
34664 key "marginnote"
34665
34666 \end_inset
34667
34668 Dokumentation des LaTeX-Pakets 
34669 \series bold
34670
34671 \begin_inset CommandInset href
34672 LatexCommand href
34673 name "marginnote"
34674 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34675
34676 \end_inset
34677
34678
34679 \series default
34680
34681 \begin_inset Index
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685 LaTeX-Pakete ! marginnote
34686 \end_layout
34687
34688 \end_inset
34689
34690
34691 \end_layout
34692
34693 \begin_layout Bibliography
34694 \begin_inset CommandInset bibitem
34695 LatexCommand bibitem
34696 key "pstricks"
34697
34698 \end_inset
34699
34700 Webseite des LaTeX-Pakets 
34701 \series bold
34702
34703 \begin_inset CommandInset href
34704 LatexCommand href
34705 name "PSTricks"
34706 target "http://tug.org/PSTricks/"
34707
34708 \end_inset
34709
34710
34711 \series default
34712
34713 \begin_inset Index
34714 status collapsed
34715
34716 \begin_layout Plain Layout
34717 LaTeX-Pakete ! pstricks
34718 \end_layout
34719
34720 \end_inset
34721
34722
34723 \end_layout
34724
34725 \begin_layout Bibliography
34726 \begin_inset CommandInset bibitem
34727 LatexCommand bibitem
34728 key "sidecap"
34729
34730 \end_inset
34731
34732 Dokumentation des LaTeX-Pakets 
34733 \series bold
34734
34735 \begin_inset CommandInset href
34736 LatexCommand href
34737 name "sidecap"
34738 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34739
34740 \end_inset
34741
34742
34743 \series default
34744
34745 \begin_inset Index
34746 status collapsed
34747
34748 \begin_layout Plain Layout
34749 LaTeX-Pakete ! sidecap
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \end_layout
34756
34757 \begin_layout Bibliography
34758 \begin_inset CommandInset bibitem
34759 LatexCommand bibitem
34760 key "NewInLyX16"
34761
34762 \end_inset
34763
34764
34765 \begin_inset CommandInset href
34766 LatexCommand href
34767 name "Wiki-Seite"
34768 target "http://wiki.lyx.org/LyX/NewInLyX16"
34769
34770 \end_inset
34771
34772  über neue Funktionen in 
34773 \family sans
34774 LyX 1.6.0
34775 \family default
34776 .
34777 \end_layout
34778
34779 \begin_layout Standard
34780 \begin_inset CommandInset index_print
34781 LatexCommand printindex
34782
34783 \end_inset
34784
34785
34786 \end_layout
34787
34788 \begin_layout Standard
34789 \begin_inset FloatList figure
34790
34791 \end_inset
34792
34793
34794 \end_layout
34795
34796 \begin_layout Standard
34797 \begin_inset FloatList table
34798
34799 \end_inset
34800
34801
34802 \end_layout
34803
34804 \begin_layout Standard
34805 \begin_inset ERT
34806 status open
34807
34808 \begin_layout Plain Layout
34809
34810
34811 \backslash
34812 listof{algorithm}{Algorithmenverzeichnis}
34813 \end_layout
34814
34815 \end_inset
34816
34817
34818 \begin_inset Note Note
34819 status collapsed
34820
34821 \begin_layout Plain Layout
34822 siehe Abschnitt
34823 \begin_inset Space ~
34824 \end_inset
34825
34826
34827 \begin_inset CommandInset ref
34828 LatexCommand ref
34829 reference "uab:Gleitobjekt-Algorithmen"
34830
34831 \end_inset
34832
34833  für eine Beschreibung
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \end_layout
34840
34841 \end_body
34842 \end_document