]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide: fix two bugs spotted by Helge
[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 337
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
32
33 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
34 \usepackage{sidecap}
35
36 \newcommand{\TabBesBeg}{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % ermöglicht das Berechnen von Werten
55 \usepackage{calc}
56
57 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
58 \usepackage{dcolumn}
59
60 %Vergrößert den Teil der Seite, in dem Gleitobjekte
61 % unten angeordnet werden dürfen
62 \renewcommand{\bottomfraction}{0.5}
63
64 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
65 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
66
67 % beschleunigt die Berechnung von langen Tabellen
68 \setcounter{LTchunksize}{100}
69
70 % wird für skalierte und rotierte Boxen benötigt
71 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
72
73 % wird bei farbigen Tabellen benutzt
74 \@ifundefined{textcolor}
75  {\usepackage{color}}{}
76 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
77 \definecolor{hellgrau}{gray}{0.8}
78
79 % testen ob paket colortbl installiert ist
80 % wird für farbige Tabellenzellen benutzt
81 \newboolean{colortbl}
82 \IfFileExists{colortbl.sty}
83  {\usepackage{colortbl}
84   \setboolean{colortbl}{true}}
85  {\setboolean{colortbl}{false}}
86
87 % wird für Mehrfachzeilen benutzt
88 \usepackage{multirow}
89 %\renewcommand{\multirowsetup}{\centering}
90
91 % wird fuer Tabellen im Buchstil benutzt
92 \usepackage{booktabs}
93
94 % wird benutzt, um Tabellenzellen zu vergrößern
95 \@ifundefined{extrarowheight}
96  {\usepackage{array}}{}
97 \setlength{\extrarowheight}{2pt}
98
99 % wird fuer benutzerdefinierte Tabellen benutzt
100 % ---
101 \newcolumntype{M}[1]
102  {>{\centering\hspace{0pt}}m{#1}}
103
104 \newcolumntype{S}[2]
105  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
106
107 \newcolumntype{K}[1]
108  {>{\columncolor{#1}\hspace{0pt}}c}
109
110 \newcolumntype{V}{!{\vrule width 1.5pt}}
111
112 \newcolumntype{W}{!{\color{green}\vline}}
113 % ---
114
115 % Setzt einen zusaetzlichen Abstand von
116 % 1.5 mm zwischen Fussnoten
117 \let\myFoot\footnote
118 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
119
120 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
121 \numberwithin{algorithm}{chapter}
122
123 % Grauschrift-Notizen in blauer Farbe
124 \renewenvironment{lyxgreyedout}
125  {\textcolor{blue}\bgroup}{\egroup}
126
127 % ------------------------------------
128 % Prüfung auf benötigte LaTeXPakete
129 \usepackage{ifthen}
130
131 % Pruefung auf arydshln
132 % für Tabellen mit gestrichelten Linien
133 \newboolean{arydshln}
134 \IfFileExists{arydshln.sty}
135  {\usepackage{arydshln}
136   \setboolean{arydshln}{true}}
137  {\setboolean{arydshln}{false}}
138
139 % Prüfung auf marginnote
140 % für Randnotizen
141 \newboolean{marginnote}
142 \IfFileExists{marginnote.sty}
143  {\usepackage{marginnote}
144   \let\marginpar\marginnote
145   \setboolean{marginnote}{true}}
146  {\setboolean{marginnote}{false}}
147
148 % Prüfung auf sidecap
149 % für seitliche Beschriftungen
150 \newboolean{sidecap}
151 \IfFileExists{sidecap.sty}
152  {\usepackage{sidecap}
153   \let\marginpar\marginnote
154   \setboolean{sidecap}{true}}
155  {\setboolean{sidecap}{false}}
156
157 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
158 \def\LyX{\texorpdfstring{%
159   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
160   {LyX }}
161
162 % Damit der Index den Namen "Stichwortverzeichnis" erhält
163 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \language ngerman
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pagebackref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \begin_inset Newline newline
225 \end_inset
226
227  
228 \size larger
229 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239
240 \size normal
241 Übersetzung und Bearbeitung: Hartmut Haase
242 \size default
243 , Uwe Stöhr
244 \begin_inset Newline newline
245 \end_inset
246
247 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
248  bitte an: 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Autor: Uwe Stöhr <uwestoehr@web.de>
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 1.6svn
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
300  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 marginnote
312 \series default
313  und 
314 \series bold
315 sidecap
316 \series default
317 .
318  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
319  denen sie benötigt werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
324  des englischen Originals hier finden:
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series bold
330 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Abbildungen
340 \begin_inset CommandInset label
341 LatexCommand label
342 name "kap:Abbildungen"
343
344 \end_inset
345
346
347 \begin_inset Index
348 status collapsed
349
350 \begin_layout Plain Layout
351 Abbildungen
352 \end_layout
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Section
360 Grafik-Dialog
361 \begin_inset Index
362 status collapsed
363
364 \begin_layout Plain Layout
365 Abbildungen ! Grafik-Dialog
366 \end_layout
367
368 \end_inset
369
370
371 \begin_inset CommandInset label
372 LatexCommand label
373 name "abs:Grafik-Dialog"
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Standard
381 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
382  
383 \begin_inset Graphics
384         filename ../../images/dialog-show-new-inset_graphics.png
385         scale 70
386         scaleBeforeRotation
387         BoundingBox 0bp 6bp 22bp 22bp
388
389 \end_inset
390
391  in der Werkzeugleiste oder wählen das Menü 
392 \family sans
393 Einfügen\SpecialChar \menuseparator
394 Grafik
395 \family default
396 .
397  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
398  
399 \family sans
400 Durchsuchen
401 \family default
402  eingeben können.
403  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
404  an der Sie 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         scale 70
745         scaleBeforeRotation
746         rotateOrigin center
747
748 \end_inset
749
750
751 \end_layout
752
753 \begin_layout Standard
754 \noindent
755 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
756 \end_layout
757
758 \begin_layout Standard
759 \align center
760 \begin_inset Graphics
761         filename ../clipart/mobius.eps
762         scale 70
763         draft
764         scaleBeforeRotation
765         rotateOrigin center
766
767 \end_inset
768
769
770 \end_layout
771
772 \begin_layout Section
773 Gleitende Abbildungen
774 \begin_inset CommandInset label
775 LatexCommand label
776 name "abs:Gleitende-Abbildungen"
777
778 \end_inset
779
780
781 \begin_inset Index
782 status collapsed
783
784 \begin_layout Plain Layout
785 Abbildungen ! gleitende
786 \end_layout
787
788 \end_inset
789
790
791 \begin_inset Index
792 status collapsed
793
794 \begin_layout Plain Layout
795 Gleitobjekte ! Abbildungen
796 \end_layout
797
798 \end_inset
799
800
801 \end_layout
802
803 \begin_layout Standard
804 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
805 \begin_inset CommandInset ref
806 LatexCommand ref
807 reference "abs:Gleitobjekte-Einleitung"
808
809 \end_inset
810
811 .
812 \end_layout
813
814 \begin_layout Standard
815 Wenn Sie auf das Werkzeugleisten-Symbol 
816 \begin_inset Graphics
817         filename ../../images/float-insert_figure.png
818         scale 70
819         scaleBeforeRotation
820         BoundingBox 0bp 6bp 22bp 22bp
821
822 \end_inset
823
824  klicken oder 
825 \family sans
826 Einfügen\SpecialChar \menuseparator
827 Gleit\SpecialChar \-
828 objekt\SpecialChar \menuseparator
829 Abbildung
830 \family default
831  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
832  In das rot umrahmte Feld rechts von 
833 \emph on
834 Abbildung
835 \begin_inset space ~
836 \end_inset
837
838 Nr:
839 \emph default
840  schreiben Sie den Bildbeschriftung.
841  Nach einem Klick oberhalb oder unterhalb von 
842 \emph on
843 Abbildung
844 \begin_inset space ~
845 \end_inset
846
847 Nr:
848 \emph default
849  können Sie dann eine Abbildung wie 
850 \begin_inset CommandInset ref
851 LatexCommand ref
852 reference "abb:kill-plat"
853
854 \end_inset
855
856  oberhalb oder wie Abbildung
857 \begin_inset space ~
858 \end_inset
859
860
861 \begin_inset CommandInset ref
862 LatexCommand ref
863 reference "abb:escher"
864
865 \end_inset
866
867  unterhalb der Bildbeschriftung einfügen.
868  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
869 \begin_inset space ~
870 \end_inset
871
872
873 \begin_inset CommandInset ref
874 LatexCommand ref
875 reference "abs:Titel-Platzierung"
876
877 \end_inset
878
879 .
880 \end_layout
881
882 \begin_layout Standard
883 \begin_inset Float figure
884 wide false
885 sideways false
886 status open
887
888 \begin_layout Plain Layout
889 \align center
890 \begin_inset Graphics
891         filename ../clipart/platypus.eps
892         width 50col%
893         scaleBeforeRotation
894         rotateOrigin center
895
896 \end_inset
897
898
899 \end_layout
900
901 \begin_layout Plain Layout
902 \begin_inset Caption
903
904 \begin_layout Plain Layout
905 \begin_inset CommandInset label
906 LatexCommand label
907 name "abb:kill-plat"
908
909 \end_inset
910
911 Platypus in einem Gleitobjekt
912 \end_layout
913
914 \end_inset
915
916
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \begin_layout Standard
925 \begin_inset Float figure
926 wide false
927 sideways false
928 status open
929
930 \begin_layout Plain Layout
931 \begin_inset Caption
932
933 \begin_layout Plain Layout
934 \begin_inset CommandInset label
935 LatexCommand label
936 name "abb:escher"
937
938 \end_inset
939
940 M.C.
941  Escher
942 \end_layout
943
944 \end_inset
945
946
947 \end_layout
948
949 \begin_layout Plain Layout
950 \align center
951 \begin_inset Graphics
952         filename ../clipart/escher-lsd.eps
953         scale 80
954         scaleBeforeRotation
955         rotateOrigin center
956
957 \end_inset
958
959
960 \end_layout
961
962 \end_inset
963
964
965 \end_layout
966
967 \begin_layout Standard
968 \begin_inset Index
969 status collapsed
970
971 \begin_layout Plain Layout
972 Abbildungen ! Beispiele
973 \end_layout
974
975 \end_inset
976
977 Abbildung
978 \begin_inset space ~
979 \end_inset
980
981
982 \begin_inset CommandInset ref
983 LatexCommand ref
984 reference "abb:kill-plat"
985
986 \end_inset
987
988  und 
989 \begin_inset CommandInset ref
990 LatexCommand ref
991 reference "abb:escher"
992
993 \end_inset
994
995  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
996  Dafür fügen Sie in der Beschriftung mit 
997 \family sans
998 Einfügen\SpecialChar \menuseparator
999 Marke
1000 \family default
1001  oder durch Klicken auf 
1002 \begin_inset Graphics
1003         filename ../../images/label-insert.png
1004         scale 70
1005         scaleBeforeRotation
1006         BoundingBox 0bp 6bp 20bp 20bp
1007
1008 \end_inset
1009
1010  eine Marke ein.
1011  Auf diese können Sie dann wie gewohnt mit 
1012 \family sans
1013 Einfügen\SpecialChar \menuseparator
1014 Querverweis
1015 \family default
1016  oder durch Klicken auf 
1017 \begin_inset Graphics
1018         filename ../../images/dialog-show-new-inset_ref.png
1019         scale 70
1020         scaleBeforeRotation
1021         BoundingBox 0bp 6bp 22bp 22bp
1022
1023 \end_inset
1024
1025  verweisen.
1026  Das ist besser als eine vage Formulierung wie 
1027 \begin_inset Quotes gld
1028 \end_inset
1029
1030 die obige Abbildung
1031 \begin_inset Quotes grd
1032 \end_inset
1033
1034  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1035  erscheint, und das muss nicht 
1036 \emph on
1037 oben
1038 \emph default
1039  sein.
1040  Verweise werden detailliert in Abschnitt
1041 \begin_inset space ~
1042 \end_inset
1043
1044
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "abs:Auf-Gleitobjekte-verweisen"
1048
1049 \end_inset
1050
1051  beschrieben.
1052 \end_layout
1053
1054 \begin_layout Standard
1055 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1056  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1057  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1058  Gleitabbildung einfügt.
1059  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1060  Abbildung
1061 \begin_inset space ~
1062 \end_inset
1063
1064
1065 \begin_inset CommandInset ref
1066 LatexCommand ref
1067 reference "abb:Zwei-Teilabbildungen"
1068
1069 \end_inset
1070
1071  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1072  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1073  Gleitabbildung auf Eingabe drücken.
1074  Abbildung
1075 \begin_inset space ~
1076 \end_inset
1077
1078
1079 \begin_inset CommandInset ref
1080 LatexCommand ref
1081 reference "abb:Undefinierbar"
1082
1083 \end_inset
1084
1085  und 
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "abb:Ein-Schnabeltier"
1089
1090 \end_inset
1091
1092  sind die Teilabbildungen.
1093 \end_layout
1094
1095 \begin_layout Standard
1096 \begin_inset Float figure
1097 wide false
1098 sideways false
1099 status open
1100
1101 \begin_layout Plain Layout
1102 \begin_inset space \hfill{}
1103 \end_inset
1104
1105
1106 \begin_inset Float figure
1107 wide false
1108 sideways false
1109 status open
1110
1111 \begin_layout Plain Layout
1112 \begin_inset Caption
1113
1114 \begin_layout Plain Layout
1115 \begin_inset CommandInset label
1116 LatexCommand label
1117 name "abb:Undefinierbar"
1118
1119 \end_inset
1120
1121 Undefinierbar
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \begin_layout Plain Layout
1130 \begin_inset Graphics
1131         filename ../clipart/escher-lsd.eps
1132         width 35col%
1133         scaleBeforeRotation
1134
1135 \end_inset
1136
1137
1138 \end_layout
1139
1140 \end_inset
1141
1142
1143 \begin_inset space \hfill{}
1144 \end_inset
1145
1146
1147 \begin_inset Float figure
1148 wide false
1149 sideways false
1150 status open
1151
1152 \begin_layout Plain Layout
1153 \begin_inset Caption
1154
1155 \begin_layout Plain Layout
1156 \begin_inset CommandInset label
1157 LatexCommand label
1158 name "abb:Ein-Schnabeltier"
1159
1160 \end_inset
1161
1162 Ein Schnabeltier
1163 \end_layout
1164
1165 \end_inset
1166
1167
1168 \end_layout
1169
1170 \begin_layout Plain Layout
1171 \begin_inset Graphics
1172         filename ../clipart/platypus.eps
1173         lyxscale 60
1174         width 45col%
1175         scaleBeforeRotation
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \end_inset
1183
1184
1185 \begin_inset space \hfill{}
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \begin_layout Plain Layout
1192 \begin_inset Caption
1193
1194 \begin_layout Plain Layout
1195 \begin_inset CommandInset label
1196 LatexCommand label
1197 name "abb:Zwei-Teilabbildungen"
1198
1199 \end_inset
1200
1201 Zwei Teilabbildungen nebeneinander.
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \begin_layout Section
1215 Bildformate
1216 \begin_inset CommandInset label
1217 LatexCommand label
1218 name "abs:Bildformate"
1219
1220 \end_inset
1221
1222
1223 \begin_inset Index
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227 Abbildungen ! Bildformate
1228 \end_layout
1229
1230 \end_inset
1231
1232
1233 \end_layout
1234
1235 \begin_layout Standard
1236 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1237  Aber wie in Anhang
1238 \begin_inset space ~
1239 \end_inset
1240
1241
1242 \begin_inset CommandInset ref
1243 LatexCommand ref
1244 reference "kap:Ausgabedatei-Formate"
1245
1246 \end_inset
1247
1248  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1249  LyX benutzt im Hintergrund das Programm
1250 \family typewriter
1251  Imagemagick
1252 \family default
1253 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1254  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1255  vermeiden.
1256  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1257  werden können.
1258  Diese Formate werden in Anhang
1259 \begin_inset space ~
1260 \end_inset
1261
1262
1263 \begin_inset CommandInset ref
1264 LatexCommand ref
1265 reference "kap:Ausgabedatei-Formate"
1266
1267 \end_inset
1268
1269  beschrieben.
1270 \end_layout
1271
1272 \begin_layout Standard
1273 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1274 \end_layout
1275
1276 \begin_layout Description
1277 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1278  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1279  
1280 \emph on
1281 pixelig
1282 \emph default
1283  aus.
1284  Bekannte Pixel-Formate sind 
1285 \begin_inset Quotes gld
1286 \end_inset
1287
1288 Graphics Interchange Format
1289 \begin_inset Quotes grd
1290 \end_inset
1291
1292  (GIF, Dateiendung
1293 \family typewriter
1294  
1295 \family default
1296
1297 \begin_inset Quotes gld
1298 \end_inset
1299
1300
1301 \family typewriter
1302 .gif
1303 \family default
1304
1305 \begin_inset Quotes grd
1306 \end_inset
1307
1308 )
1309 \begin_inset Index
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313 GIF
1314 \end_layout
1315
1316 \end_inset
1317
1318
1319 \begin_inset Quotes gld
1320 \end_inset
1321
1322 Portable Network Graphics
1323 \begin_inset Quotes grd
1324 \end_inset
1325
1326  (PNG, Dateiendung 
1327 \begin_inset Quotes gld
1328 \end_inset
1329
1330
1331 \family typewriter
1332 .png
1333 \family default
1334
1335 \begin_inset Quotes grd
1336 \end_inset
1337
1338 )
1339 \begin_inset Index
1340 status collapsed
1341
1342 \begin_layout Plain Layout
1343 PNG
1344 \end_layout
1345
1346 \end_inset
1347
1348
1349 \begin_inset Quotes gld
1350 \end_inset
1351
1352 Joint Photographic Experts Group
1353 \begin_inset Quotes grd
1354 \end_inset
1355
1356  (JPG, Dateiendung
1357 \family typewriter
1358  
1359 \family default
1360
1361 \begin_inset Quotes gld
1362 \end_inset
1363
1364
1365 \family typewriter
1366 .jpg
1367 \family default
1368
1369 \begin_inset Quotes grd
1370 \end_inset
1371
1372  oder 
1373 \begin_inset Quotes gld
1374 \end_inset
1375
1376
1377 \family typewriter
1378 .jpeg
1379 \family default
1380
1381 \begin_inset Quotes grd
1382 \end_inset
1383
1384 )
1385 \begin_inset Index
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 JPG, JPEG
1390 \end_layout
1391
1392 \end_inset
1393
1394  und 
1395 \begin_inset Quotes gld
1396 \end_inset
1397
1398 Windows Bitmap
1399 \begin_inset Quotes grd
1400 \end_inset
1401
1402  (BMP, Dateiendung 
1403 \begin_inset Quotes gld
1404 \end_inset
1405
1406
1407 \family typewriter
1408 .bmp
1409 \family default
1410
1411 \begin_inset Quotes grd
1412 \end_inset
1413
1414 )
1415 \begin_inset Index
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 BMP
1420 \end_layout
1421
1422 \end_inset
1423
1424 .
1425 \end_layout
1426
1427 \begin_layout Description
1428 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1429  auf jede beliebige Größe skaliert werden.
1430  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1431  zoomen zu können.
1432 \begin_inset Newline newline
1433 \end_inset
1434
1435 Bekannte Formate sind 
1436 \begin_inset Quotes gld
1437 \end_inset
1438
1439 Scalable Vector Graphics
1440 \begin_inset Quotes grd
1441 \end_inset
1442
1443  (SVG, Dateiendung
1444 \family typewriter
1445  
1446 \family default
1447
1448 \begin_inset Quotes gld
1449 \end_inset
1450
1451
1452 \family typewriter
1453 .svg
1454 \family default
1455
1456 \begin_inset Quotes grd
1457 \end_inset
1458
1459 )
1460 \begin_inset Index
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 SVG
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \begin_inset Quotes gld
1471 \end_inset
1472
1473 Encapsulated PostScript
1474 \begin_inset Quotes grd
1475 \end_inset
1476
1477  (EPS, Dateiendung 
1478 \begin_inset Quotes gld
1479 \end_inset
1480
1481
1482 \family typewriter
1483 .eps
1484 \family default
1485
1486 \begin_inset Quotes grd
1487 \end_inset
1488
1489 )
1490 \begin_inset Index
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494 EPS
1495 \end_layout
1496
1497 \end_inset
1498
1499
1500 \begin_inset Quotes gld
1501 \end_inset
1502
1503 Portable Document Format
1504 \begin_inset Quotes grd
1505 \end_inset
1506
1507  (PDF, Dateiendung
1508 \family typewriter
1509  
1510 \family default
1511
1512 \begin_inset Quotes gld
1513 \end_inset
1514
1515
1516 \family typewriter
1517 .pdf
1518 \family default
1519
1520 \begin_inset Quotes grd
1521 \end_inset
1522
1523 )
1524 \begin_inset Index
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528 PDF
1529 \end_layout
1530
1531 \end_inset
1532
1533  und 
1534 \begin_inset Quotes gld
1535 \end_inset
1536
1537 Windows Metafile
1538 \begin_inset Quotes grd
1539 \end_inset
1540
1541  (WMF, Dateiendung 
1542 \begin_inset Quotes gld
1543 \end_inset
1544
1545
1546 \family typewriter
1547 .wmf
1548 \family default
1549
1550 \begin_inset Quotes grd
1551 \end_inset
1552
1553 )
1554 \begin_inset Index
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558 WMF
1559 \end_layout
1560
1561 \end_inset
1562
1563 .
1564 \end_layout
1565
1566 \begin_layout Standard
1567 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1568  das Ergebnis ist immer noch ein Pixelbild.
1569  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1570  hinzugefügt.
1571 \begin_inset Foot
1572 status open
1573
1574 \begin_layout Plain Layout
1575 Bei PDF wird das Originalbild auch noch komprimiert.
1576 \end_layout
1577
1578 \end_inset
1579
1580  Die PDF-Dateien, die 
1581 \family typewriter
1582 Adobe Photoshop
1583 \family default
1584  erzeugt, sind zum Beispiel Pixelbilder.
1585 \end_layout
1586
1587 \begin_layout Standard
1588 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1589  umgekehrt.
1590  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1591  eingefügt werden.
1592  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1593  erzeugt wird, weil es zur Zeit keine WMF/SVG
1594 \begin_inset Formula $\to$
1595 \end_inset
1596
1597 PDF/EPS Konverter gibt.
1598 \end_layout
1599
1600 \begin_layout Chapter
1601 Tabellen
1602 \begin_inset CommandInset label
1603 LatexCommand label
1604 name "kap:Tabellen"
1605
1606 \end_inset
1607
1608
1609 \begin_inset Index
1610 status collapsed
1611
1612 \begin_layout Plain Layout
1613 Tabellen
1614 \end_layout
1615
1616 \end_inset
1617
1618
1619 \end_layout
1620
1621 \begin_layout Section
1622 Einführung
1623 \begin_inset Index
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 Tabellen ! Einführung
1628 \end_layout
1629
1630 \end_inset
1631
1632
1633 \end_layout
1634
1635 \begin_layout Standard
1636 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1637 \begin_inset Graphics
1638         filename ../../images/tabular-insert.png
1639         scale 70
1640         scaleBeforeRotation
1641         BoundingBox 0bp 6bp 22bp 22bp
1642
1643 \end_inset
1644
1645  oder das Menü 
1646 \family sans
1647 Einfügen\SpecialChar \menuseparator
1648 Tabelle
1649 \family default
1650  einfügen.
1651  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1652 \begin_inset space \thinspace{}
1653 \end_inset
1654
1655 -Tabelle.
1656  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1657  und die Größe der dunkelblauen Tabelle angezeigt.
1658  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1659  ein.
1660  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1661  Spaltenanzahl festlegen können.
1662 \end_layout
1663
1664 \begin_layout Standard
1665 In der so erstellten Tabelle ist jede Zelle umrandet.
1666  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1667  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1668  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1669 \end_layout
1670
1671 \begin_layout Standard
1672 \align center
1673 \begin_inset Tabular
1674 <lyxtabular version="3" rows="5" columns="4">
1675 <features>
1676 <column alignment="center" valignment="top" width="0">
1677 <column alignment="center" valignment="top" width="0">
1678 <column alignment="center" valignment="top" width="0">
1679 <column alignment="center" valignment="top" width="0">
1680 <row>
1681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1682 \begin_inset Text
1683
1684 \begin_layout Plain Layout
1685
1686 \end_layout
1687
1688 \end_inset
1689 </cell>
1690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1691 \begin_inset Text
1692
1693 \begin_layout Plain Layout
1694
1695 \family roman
1696 \series medium
1697 \shape up
1698 \size normal
1699 \emph off
1700 \bar no
1701 \noun off
1702 \color none
1703 1
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1709 \begin_inset Text
1710
1711 \begin_layout Plain Layout
1712 2
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721 3
1722 \end_layout
1723
1724 \end_inset
1725 </cell>
1726 </row>
1727 <row>
1728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732
1733 \family roman
1734 \series medium
1735 \shape up
1736 \size normal
1737 \emph off
1738 \bar no
1739 \noun off
1740 \color none
1741 A
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1756 \begin_inset Text
1757
1758 \begin_layout Plain Layout
1759
1760 \end_layout
1761
1762 \end_inset
1763 </cell>
1764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1765 \begin_inset Text
1766
1767 \begin_layout Plain Layout
1768
1769 \end_layout
1770
1771 \end_inset
1772 </cell>
1773 </row>
1774 <row>
1775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779
1780 \family roman
1781 \series medium
1782 \shape up
1783 \size normal
1784 \emph off
1785 \bar no
1786 \noun off
1787 \color none
1788 B
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row>
1822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \family roman
1828 \series medium
1829 \shape up
1830 \size normal
1831 \emph off
1832 \bar no
1833 \noun off
1834 \color none
1835 C
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 </row>
1868 <row>
1869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873 D
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 </row>
1906 </lyxtabular>
1907
1908 \end_inset
1909
1910
1911 \end_layout
1912
1913 \begin_layout Section
1914 Tabellen-Einstellungen
1915 \begin_inset Index
1916 status collapsed
1917
1918 \begin_layout Plain Layout
1919 Tabellen ! Einstellungen
1920 \end_layout
1921
1922 \end_inset
1923
1924
1925 \end_layout
1926
1927 \begin_layout Standard
1928 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1929  Maustaste draufklicken.
1930  Dadurch wird das Fenster 
1931 \family sans
1932 Tabellen-Einstellungen
1933 \family default
1934  geöffnet.
1935  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1936  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1937  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1938  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1939  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1940  Auswahl.
1941  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1942 \emph on
1943 Inhalt
1944 \emph default
1945  einer Zelle oder die Zelle selber ausgewählt haben.
1946  Das 
1947 \family sans
1948 Tabellen-Einstellungen
1949 \family default
1950 -Menü hat folgende Karteikarten:
1951 \end_layout
1952
1953 \begin_layout Description
1954
1955 \family sans
1956 Tabellen-Einstellungen
1957 \family default
1958  Hier können Sie die 
1959 \family sans
1960 Horizontale
1961 \begin_inset space ~
1962 \end_inset
1963
1964 Ausrichtung
1965 \family default
1966  der momentanen Spalte und die 
1967 \family sans
1968 Spaltenbreite
1969 \family default
1970  festlegen.
1971  Wenn Sie eine 
1972 \family sans
1973 Spaltenbreite
1974 \family default
1975  festgelegt haben, können Sie auch eine 
1976 \family sans
1977 Vertikale
1978 \begin_inset space ~
1979 \end_inset
1980
1981 Ausrichtung
1982 \family default
1983  der momentanen Zeile wählen.
1984  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1985  Absätze haben, wie in Abschnitt
1986 \begin_inset space ~
1987 \end_inset
1988
1989
1990 \begin_inset CommandInset ref
1991 LatexCommand ref
1992 reference "uab:Mehrfache-Zeilen-in"
1993
1994 \end_inset
1995
1996  beschrieben.
1997  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1998 \begin_inset Newline newline
1999 \end_inset
2000
2001 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2002  als 
2003 \family sans
2004 Mehrfachspalte
2005 \family default
2006  definieren, wie in Abschnitt
2007 \begin_inset space ~
2008 \end_inset
2009
2010
2011 \begin_inset CommandInset ref
2012 LatexCommand ref
2013 reference "uab:Mehrfachspalten"
2014
2015 \end_inset
2016
2017  beschrieben.
2018 \begin_inset Newline newline
2019 \end_inset
2020
2021 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2022  den Uhrzeigersinn um 90° drehen.
2023  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027
2028 \begin_inset Note Greyedout
2029 status open
2030
2031 \begin_layout Plain Layout
2032
2033 \series bold
2034 Achtung:
2035 \series default
2036  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2037 \end_layout
2038
2039 \end_inset
2040
2041
2042 \begin_inset Newline newline
2043 \end_inset
2044
2045 Man kann auch ein 
2046 \family sans
2047 LaTe
2048 \begin_inset ERT
2049 status collapsed
2050
2051 \begin_layout Plain Layout
2052
2053 {}
2054 \end_layout
2055
2056 \end_inset
2057
2058 X-Argument
2059 \family default
2060  für besondere Tabellen-Formatierun\SpecialChar \-
2061 gen einfügen, wie in Abschnitten 
2062 \begin_inset CommandInset ref
2063 LatexCommand ref
2064 reference "uab:Mehrfachspalten-Berechnungen"
2065
2066 \end_inset
2067
2068  und 
2069 \begin_inset CommandInset ref
2070 LatexCommand ref
2071 reference "abs:Farbige-Tabellen"
2072
2073 \end_inset
2074
2075  beschrieben.
2076 \end_layout
2077
2078 \begin_layout Description
2079
2080 \family sans
2081 Rahmen
2082 \family default
2083  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
2084  hinzufügen und löschen.
2085 \begin_inset Newline newline
2086 \end_inset
2087
2088 Wenn Sie die Stil-Option
2089 \family sans
2090  Formal
2091 \family default
2092  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2093 \begin_inset space ~
2094 \end_inset
2095
2096
2097 \begin_inset CommandInset ref
2098 LatexCommand ref
2099 reference "abs:Formale-Tabellen"
2100
2101 \end_inset
2102
2103  beschrieben, konvertiert.
2104 \begin_inset Newline newline
2105 \end_inset
2106
2107 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2108 \begin_inset space ~
2109 \end_inset
2110
2111
2112 \begin_inset CommandInset ref
2113 LatexCommand ref
2114 reference "uab:Zeilenabstand"
2115
2116 \end_inset
2117
2118  beschrieben.
2119 \end_layout
2120
2121 \begin_layout Description
2122
2123 \family sans
2124 Lange
2125 \begin_inset space ~
2126 \end_inset
2127
2128 Tabelle
2129 \family default
2130  Hier kann eine Tabelle als 
2131 \family sans
2132 Lange
2133 \begin_inset space ~
2134 \end_inset
2135
2136 Tabelle
2137 \family default
2138  definiert werden, die über mehrere Seiten reicht.
2139  Die Abschnitte
2140 \begin_inset space ~
2141 \end_inset
2142
2143
2144 \begin_inset CommandInset ref
2145 LatexCommand ref
2146 reference "abs:Lange-Tabellen"
2147
2148 \end_inset
2149
2150  und 
2151 \begin_inset CommandInset ref
2152 LatexCommand ref
2153 reference "abs:Special-Longtable-Issues"
2154
2155 \end_inset
2156
2157  beschreiben diese Funktion genauer.
2158 \end_layout
2159
2160 \begin_layout Standard
2161 Wenn das Menü 
2162 \family sans
2163 Tabellen-Einstellungen
2164 \family default
2165  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2166  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2167 \end_layout
2168
2169 \begin_layout Section
2170 Tabellen-Werkzeugleiste
2171 \begin_inset Index
2172 status collapsed
2173
2174 \begin_layout Plain Layout
2175 Tabellen ! Werkzeugleiste
2176 \end_layout
2177
2178 \end_inset
2179
2180
2181 \end_layout
2182
2183 \begin_layout Standard
2184 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2185 \family sans
2186 Tabellen-Einstellungen
2187 \family default
2188 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2189  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2190  LyX-Fensters.
2191 \end_layout
2192
2193 \begin_layout Standard
2194 Die Werkzeugleiste hat folgende Knöpfe:
2195 \end_layout
2196
2197 \begin_layout Labeling
2198 \labelwidthstring 00.00.0000
2199 \begin_inset Graphics
2200         filename ../../images/tabular-feature_append-row.png
2201         scale 70
2202         scaleBeforeRotation
2203         BoundingBox 0bp 6bp 22bp 22bp
2204
2205 \end_inset
2206
2207  Fügt eine Zeile unterhalb der momentanen an
2208 \end_layout
2209
2210 \begin_layout Labeling
2211 \labelwidthstring 00.00.0000
2212 \begin_inset Graphics
2213         filename ../../images/tabular-feature_append-column.png
2214         scale 70
2215         scaleBeforeRotation
2216         BoundingBox 0bp 6bp 22bp 22bp
2217
2218 \end_inset
2219
2220  Fügt eine Spalte rechts von der momentanen an
2221 \end_layout
2222
2223 \begin_layout Labeling
2224 \labelwidthstring 00.00.0000
2225 \begin_inset Graphics
2226         filename ../../images/tabular-feature_delete-row.png
2227         scale 70
2228         scaleBeforeRotation
2229         BoundingBox 0bp 6bp 22bp 22bp
2230
2231 \end_inset
2232
2233  Löscht die ausgewählte(n) Zeile(n)
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_delete-column.png
2240         scale 70
2241         scaleBeforeRotation
2242         BoundingBox 0bp 6bp 22bp 22bp
2243
2244 \end_inset
2245
2246  Löscht die ausgewählte(n) Spalte(n)
2247 \end_layout
2248
2249 \begin_layout Labeling
2250 \labelwidthstring 00.00.0000
2251 \begin_inset Graphics
2252         filename ../../images/tabular-feature_toggle-line-top.png
2253         scale 70
2254         scaleBeforeRotation
2255         BoundingBox 0bp 6bp 22bp 22bp
2256
2257 \end_inset
2258
2259  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2260  wenn der Knopf grau hinterlegt ist
2261 \end_layout
2262
2263 \begin_layout Labeling
2264 \labelwidthstring 00.00.0000
2265 \begin_inset Graphics
2266         filename ../../images/tabular-feature_toggle-line-bottom.png
2267         scale 70
2268         scaleBeforeRotation
2269         BoundingBox 0bp 6bp 22bp 22bp
2270
2271 \end_inset
2272
2273  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2274  wenn der Knopf grau hinterlegt ist
2275 \end_layout
2276
2277 \begin_layout Labeling
2278 \labelwidthstring 00.00.0000
2279 \begin_inset Graphics
2280         filename ../../images/tabular-feature_toggle-line-left.png
2281         scale 70
2282         scaleBeforeRotation
2283         BoundingBox 0bp 6bp 22bp 22bp
2284
2285 \end_inset
2286
2287  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2288  wenn der Knopf grau hinterlegt ist
2289 \end_layout
2290
2291 \begin_layout Labeling
2292 \labelwidthstring 00.00.0000
2293 \begin_inset Graphics
2294         filename ../../images/tabular-feature_toggle-line-right.png
2295         scale 70
2296         scaleBeforeRotation
2297         BoundingBox 0bp 6bp 22bp 22bp
2298
2299 \end_inset
2300
2301  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2302  wenn der Knopf grau hinterlegt ist
2303 \end_layout
2304
2305 \begin_layout Labeling
2306 \labelwidthstring 00.00.0000
2307 \begin_inset Graphics
2308         filename ../../images/tabular-feature_set-all-lines.png
2309         scale 70
2310         scaleBeforeRotation
2311         BoundingBox 0bp 6bp 22bp 22bp
2312
2313 \end_inset
2314
2315  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2316 \end_layout
2317
2318 \begin_layout Labeling
2319 \labelwidthstring 00.00.0000
2320 \begin_inset Graphics
2321         filename ../../images/tabular-feature_unset-all-lines.png
2322         scale 70
2323         scaleBeforeRotation
2324         BoundingBox 0bp 6bp 22bp 22bp
2325
2326 \end_inset
2327
2328  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2329 \end_layout
2330
2331 \begin_layout Labeling
2332 \labelwidthstring 00.00.0000
2333 \begin_inset Graphics
2334         filename ../../images/tabular-feature_align-left.png
2335         scale 70
2336         scaleBeforeRotation
2337         BoundingBox 0bp 6bp 22bp 22bp
2338
2339 \end_inset
2340
2341  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346 \begin_inset Graphics
2347         filename ../../images/tabular-feature_align-center.png
2348         scale 70
2349         scaleBeforeRotation
2350         BoundingBox 0bp 6bp 22bp 22bp
2351
2352 \end_inset
2353
2354  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Graphics
2360         filename ../../images/tabular-feature_align-right.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) rechtsbündig aus
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372 \begin_inset Graphics
2373         filename ../../images/tabular-feature_valign-top.png
2374         scale 70
2375         scaleBeforeRotation
2376         BoundingBox 0bp 6bp 22bp 22bp
2377
2378 \end_inset
2379
2380  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../../images/tabular-feature_valign-middle.png
2387         scale 70
2388         scaleBeforeRotation
2389         BoundingBox 0bp 6bp 22bp 22bp
2390
2391 \end_inset
2392
2393  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Graphics
2399         filename ../../images/tabular-feature_valign-bottom.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) unten aus
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Graphics
2412         filename ../../images/tabular-feature_set-rotate-cell.png
2413         scale 70
2414         scaleBeforeRotation
2415         BoundingBox 0bp 6bp 22bp 22bp
2416
2417 \end_inset
2418
2419  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2420 \end_layout
2421
2422 \begin_layout Labeling
2423 \labelwidthstring 00.00.0000
2424 \begin_inset Graphics
2425         filename ../../images/tabular-feature_set-rotate-tabular.png
2426         scale 70
2427         scaleBeforeRotation
2428         BoundingBox 0bp 6bp 22bp 22bp
2429
2430 \end_inset
2431
2432  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Graphics
2438         filename ../../images/tabular-feature_multicolumn.png
2439         scale 70
2440         scaleBeforeRotation
2441         BoundingBox 0bp 6bp 22bp 22bp
2442
2443 \end_inset
2444
2445  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2446 \end_layout
2447
2448 \begin_layout Standard
2449 \begin_inset Note Greyedout
2450 status open
2451
2452 \begin_layout Plain Layout
2453
2454 \series bold
2455 Note:
2456 \series default
2457  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2458  Reihe für alle Zelle der Reihe verwendet.
2459 \end_layout
2460
2461 \end_inset
2462
2463
2464 \end_layout
2465
2466 \begin_layout Section
2467 Bearbeiten-Menü
2468 \begin_inset Index
2469 status collapsed
2470
2471 \begin_layout Plain Layout
2472 Tabellen ! Bearbeiten-Menü
2473 \end_layout
2474
2475 \end_inset
2476
2477
2478 \end_layout
2479
2480 \begin_layout Standard
2481 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2482  Wenn der Cursor in einer Tabelle steht, sind im 
2483 \family sans
2484 Bearbeiten
2485 \family default
2486 -Menü folgende Punkte aktiviert: 
2487 \family sans
2488 Tabelle
2489 \family default
2490
2491 \family sans
2492 Zeilen
2493 \begin_inset space ~
2494 \end_inset
2495
2496 &
2497 \begin_inset space ~
2498 \end_inset
2499
2500 Spalten
2501 \family default
2502  und 
2503 \family sans
2504 Tabellen-Einstellungen
2505 \family default
2506 .
2507  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2508 ngsmöglichkeiten zu erreichen.
2509 \end_layout
2510
2511 \begin_layout Section
2512 Gleitende Tabellen
2513 \begin_inset CommandInset label
2514 LatexCommand label
2515 name "abs:Gleitende-Tabellen"
2516
2517 \end_inset
2518
2519
2520 \begin_inset Index
2521 status collapsed
2522
2523 \begin_layout Plain Layout
2524 Gleitobjekte ! Tabellen
2525 \end_layout
2526
2527 \end_inset
2528
2529
2530 \begin_inset Index
2531 status collapsed
2532
2533 \begin_layout Plain Layout
2534 Tabellen ! gleitende
2535 \end_layout
2536
2537 \end_inset
2538
2539
2540 \end_layout
2541
2542 \begin_layout Standard
2543 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2544 \begin_inset space ~
2545 \end_inset
2546
2547
2548 \begin_inset CommandInset ref
2549 LatexCommand ref
2550 reference "abs:Gleitobjekte-Einleitung"
2551
2552 \end_inset
2553
2554 .
2555 \end_layout
2556
2557 \begin_layout Standard
2558 \begin_inset Float table
2559 placement h
2560 wide false
2561 sideways false
2562 status open
2563
2564 \begin_layout Plain Layout
2565 \begin_inset Caption
2566
2567 \begin_layout Plain Layout
2568 \begin_inset CommandInset label
2569 LatexCommand label
2570 name "tab:a table float"
2571
2572 \end_inset
2573
2574 Eine gleitende Tabelle
2575 \end_layout
2576
2577 \end_inset
2578
2579
2580 \end_layout
2581
2582 \begin_layout Plain Layout
2583 \align center
2584 \begin_inset Tabular
2585 <lyxtabular version="3" rows="3" columns="3">
2586 <features>
2587 <column alignment="center" valignment="top" width="0pt">
2588 <column alignment="center" valignment="top" width="0pt">
2589 <column alignment="center" valignment="top" width="0pt">
2590 <row>
2591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2592 \begin_inset Text
2593
2594 \begin_layout Plain Layout
2595
2596 \family roman
2597 \series medium
2598 \shape up
2599 \size normal
2600 \emph off
2601 \bar no
2602 \noun off
2603 \color none
2604 1
2605 \end_layout
2606
2607 \end_inset
2608 </cell>
2609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2610 \begin_inset Text
2611
2612 \begin_layout Plain Layout
2613
2614 \family roman
2615 \series medium
2616 \shape up
2617 \size normal
2618 \emph off
2619 \bar no
2620 \noun off
2621 \color none
2622 2
2623 \end_layout
2624
2625 \end_inset
2626 </cell>
2627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2628 \begin_inset Text
2629
2630 \begin_layout Plain Layout
2631
2632 \family roman
2633 \series medium
2634 \shape up
2635 \size normal
2636 \emph off
2637 \bar no
2638 \noun off
2639 \color none
2640 3
2641 \end_layout
2642
2643 \end_inset
2644 </cell>
2645 </row>
2646 <row>
2647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2648 \begin_inset Text
2649
2650 \begin_layout Plain Layout
2651
2652 \family roman
2653 \series medium
2654 \shape up
2655 \size normal
2656 \emph off
2657 \bar no
2658 \noun off
2659 \color none
2660 Martin
2661 \end_layout
2662
2663 \end_inset
2664 </cell>
2665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2666 \begin_inset Text
2667
2668 \begin_layout Plain Layout
2669
2670 \family roman
2671 \series medium
2672 \shape up
2673 \size normal
2674 \emph off
2675 \bar no
2676 \noun off
2677 \color none
2678 Lena
2679 \end_layout
2680
2681 \end_inset
2682 </cell>
2683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2684 \begin_inset Text
2685
2686 \begin_layout Plain Layout
2687
2688 \family roman
2689 \series medium
2690 \shape up
2691 \size normal
2692 \emph off
2693 \bar no
2694 \noun off
2695 \color none
2696 Alina
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 </row>
2702 <row>
2703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2704 \begin_inset Text
2705
2706 \begin_layout Plain Layout
2707
2708 \family roman
2709 \series medium
2710 \shape up
2711 \size normal
2712 \emph off
2713 \bar no
2714 \noun off
2715 \color none
2716 \begin_inset Formula $\int x^{2}dx$
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2725 \begin_inset Text
2726
2727 \begin_layout Plain Layout
2728
2729 \family roman
2730 \series medium
2731 \shape up
2732 \size normal
2733 \emph off
2734 \bar no
2735 \noun off
2736 \color none
2737 \begin_inset Formula $\left[\begin{array}{cc}
2738 a & b\\
2739 c & d\end{array}\right]$
2740 \end_inset
2741
2742
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2748 \begin_inset Text
2749
2750 \begin_layout Plain Layout
2751
2752 \family roman
2753 \series medium
2754 \shape up
2755 \size normal
2756 \emph off
2757 \bar no
2758 \noun off
2759 \color none
2760 \begin_inset Formula $1+1=2$
2761 \end_inset
2762
2763
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 </row>
2769 </lyxtabular>
2770
2771 \end_inset
2772
2773
2774 \end_layout
2775
2776 \end_inset
2777
2778
2779 \end_layout
2780
2781 \begin_layout Standard
2782 Gleitende Tabellen können über 
2783 \family sans
2784 Einfügen\SpecialChar \menuseparator
2785 Gleitobjekt\SpecialChar \menuseparator
2786 Tabelle
2787 \family default
2788  oder einen Klick auf den Werkzeugleistenknopf 
2789 \begin_inset Graphics
2790         filename ../../images/float-insert_table.png
2791         scale 70
2792         scaleBeforeRotation
2793         BoundingBox 0bp 6bp 22bp 22bp
2794
2795 \end_inset
2796
2797  erzeugt werden.
2798  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2799  In das rot umrahmte Feld rechts von 
2800 \emph on
2801 Tabelle
2802 \begin_inset space ~
2803 \end_inset
2804
2805 Nr:
2806 \emph default
2807  schreiben Sie die Tabellenbeschriftung.
2808  Nach einem Klick oberhalb oder unterhalb von 
2809 \emph on
2810 Tabelle
2811 \begin_inset space ~
2812 \end_inset
2813
2814 Nr:
2815 \emph default
2816  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2817 \begin_inset Graphics
2818         filename ../../images/tabular-insert.png
2819         scale 70
2820         scaleBeforeRotation
2821         BoundingBox 0bp 6bp 22bp 22bp
2822
2823 \end_inset
2824
2825  oder dem Menü 
2826 \family sans
2827 Einfügen\SpecialChar \menuseparator
2828 Tabelle
2829 \family default
2830  einfügen.
2831 \end_layout
2832
2833 \begin_layout Standard
2834 Tabelle
2835 \begin_inset space ~
2836 \end_inset
2837
2838
2839 \begin_inset CommandInset ref
2840 LatexCommand ref
2841 reference "tab:a table float"
2842
2843 \end_inset
2844
2845  ist ein Beispiel für eine gleitende Tabelle.
2846 \end_layout
2847
2848 \begin_layout Standard
2849 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2850 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2851  Das bedeutet, dass bei den Klassen 
2852 \family sans
2853 article
2854 \family default
2855
2856 \family sans
2857 book
2858 \family default
2859
2860 \family sans
2861 letter
2862 \family default
2863 , und 
2864 \family sans
2865 report
2866 \family default
2867  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2868  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2869 \series bold
2870 caption
2871 \series default
2872
2873 \begin_inset Index
2874 status collapsed
2875
2876 \begin_layout Plain Layout
2877 LaTeX-Pakete ! caption
2878 \end_layout
2879
2880 \end_inset
2881
2882  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2883 \begin_inset Foot
2884 status open
2885
2886 \begin_layout Plain Layout
2887 Näheres finden Sie im Abschnitt
2888 \begin_inset space ~
2889 \end_inset
2890
2891
2892 \begin_inset CommandInset ref
2893 LatexCommand ref
2894 reference "abs:Titel-Platzierung"
2895
2896 \end_inset
2897
2898 .
2899 \end_layout
2900
2901 \end_inset
2902
2903
2904 \end_layout
2905
2906 \begin_layout Standard
2907
2908 \series bold
2909 tableposition=top
2910 \end_layout
2911
2912 \begin_layout Standard
2913 Das Paket 
2914 \series bold
2915 caption
2916 \series default
2917 , das in Abschnitt
2918 \begin_inset space ~
2919 \end_inset
2920
2921
2922 \begin_inset CommandInset ref
2923 LatexCommand ref
2924 reference "abs:Titel-Formatierung"
2925
2926 \end_inset
2927
2928 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2929 \end_layout
2930
2931 \begin_layout Standard
2932 \begin_inset Index
2933 status collapsed
2934
2935 \begin_layout Plain Layout
2936 Tabellen ! zitieren
2937 \end_layout
2938
2939 \end_inset
2940
2941 Auf Tabellen kann über ihre Marke verwiesen werden.
2942  Dafür fügen Sie in der Beschriftung mit 
2943 \family sans
2944 Einfügen\SpecialChar \menuseparator
2945 Marke
2946 \family default
2947  oder durch Klicken auf 
2948 \begin_inset Graphics
2949         filename ../../images/label-insert.png
2950         scale 70
2951         scaleBeforeRotation
2952         BoundingBox 0bp 6bp 20bp 20bp
2953
2954 \end_inset
2955
2956  eine Marke ein.
2957  Auf diese können Sie dann wie gewohnt mit 
2958 \family sans
2959 Einfügen\SpecialChar \menuseparator
2960 Querverweis
2961 \family default
2962  oder durch Klicken auf 
2963 \begin_inset Graphics
2964         filename ../../images/dialog-show-new-inset_ref.png
2965         scale 70
2966         scaleBeforeRotation
2967         BoundingBox 0bp 6bp 22bp 22bp
2968
2969 \end_inset
2970
2971  verweisen.
2972  Verweise werden detailliert in Abschnitt
2973 \begin_inset space ~
2974 \end_inset
2975
2976
2977 \begin_inset CommandInset ref
2978 LatexCommand ref
2979 reference "abs:Auf-Gleitobjekte-verweisen"
2980
2981 \end_inset
2982
2983  beschrieben.
2984 \end_layout
2985
2986 \begin_layout Section
2987 Lange Tabellen
2988 \begin_inset CommandInset label
2989 LatexCommand label
2990 name "abs:Lange-Tabellen"
2991
2992 \end_inset
2993
2994
2995 \begin_inset Index
2996 status collapsed
2997
2998 \begin_layout Plain Layout
2999 Tabellen ! lange
3000 \end_layout
3001
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \begin_layout Standard
3008 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3009  Dialogfenster 
3010 \family sans
3011 Tabellen-Einstellungen
3012 \family default
3013  auf der Karteikarte  
3014 \family sans
3015 Lange
3016 \begin_inset space ~
3017 \end_inset
3018
3019 Tabelle
3020 \family default
3021  die Option 
3022 \family sans
3023 Lange
3024 \begin_inset space ~
3025 \end_inset
3026
3027 Tabelle
3028 \begin_inset space ~
3029 \end_inset
3030
3031 verwenden
3032 \family default
3033  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3034  Außerdem werden weitere Optionen aktiviert, die im 
3035 \emph on
3036 Benutzerhandbuch
3037 \emph default
3038  beschrieben sind.
3039 \end_layout
3040
3041 \begin_layout Standard
3042 Hier ist ein Beispiel einer langen Tabelle:
3043 \end_layout
3044
3045 \begin_layout Standard
3046 \align center
3047 \begin_inset Tabular
3048 <lyxtabular version="3" rows="69" columns="3">
3049 <features islongtable="true">
3050 <column alignment="left" valignment="top" width="0cm">
3051 <column alignment="left" valignment="top" width="0pt">
3052 <column alignment="right" valignment="top" width="0pt">
3053 <row endfirsthead="true">
3054 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \series bold
3060 Telefonliste (ignoriere die Namen)
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 </row>
3084 <row endfirsthead="true">
3085 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \series bold
3091 NAME
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 TEL.
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 </row>
3117 <row endhead="true">
3118 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \series bold
3124 Telefonliste
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 </row>
3148 <row endhead="true">
3149 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153
3154 \series bold
3155 NAME
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173
3174 \series bold
3175 TEL.
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 </row>
3181 <row endfoot="true">
3182 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \series bold
3188 wird fortgesetzt
3189 \series default
3190  \SpecialChar \ldots{}
3191
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 </row>
3215 <row>
3216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220
3221 \series bold
3222 Annovi
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell alignment="center" valignment="top" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231 Silvia
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240 111
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 </row>
3246 <row>
3247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251
3252 \series bold
3253 Bertoli
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell alignment="center" valignment="top" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262 Stefano
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271 111
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 </row>
3277 <row>
3278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282
3283 \series bold
3284 Bozzi
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell alignment="center" valignment="top" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293 Walter
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302 111
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 </row>
3308 <row>
3309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313
3314 \series bold
3315 Cachia
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 <cell alignment="center" valignment="top" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324 Maria
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 111
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 </row>
3339 <row>
3340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \series bold
3346 Cachia
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 <cell alignment="center" valignment="top" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355 Maurizio
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 111
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 </row>
3370 <row>
3371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \series bold
3377 Cinquemani
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell alignment="center" valignment="top" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386 Giusi
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 111
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 </row>
3401 <row>
3402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406
3407 \series bold
3408 Colin
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 Bernard
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426 111
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 </row>
3432 <row>
3433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437
3438 \series bold
3439 Concli
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell alignment="center" valignment="top" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448 Gianfranco
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 111
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 </row>
3463 <row>
3464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468
3469 \series bold
3470 Dal Bosco
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell alignment="center" valignment="top" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479 Carolina
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 111
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 </row>
3494 <row>
3495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499
3500 \series bold
3501 Dalpiaz
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 Annamaria
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 111
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 </row>
3525 <row>
3526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \series bold
3532 Feliciello
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 Domenico
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 111
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row>
3557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \series bold
3563 Focarelli
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 Paola
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 111
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592
3593 \series bold
3594 Galletti
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 Oreste
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 111
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 </row>
3618 <row>
3619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623
3624 \series bold
3625 Gasparini
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 Franca
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 111
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 </row>
3649 <row>
3650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654
3655 \series bold
3656 Rizzardi
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 Paola
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 111
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 </row>
3680 <row>
3681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685
3686 \series bold
3687 Lassini
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 Giancarlo
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 111
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 <row>
3712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716
3717 \series bold
3718 Malfatti
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 Luciano
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 111
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 </row>
3742 <row>
3743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747
3748 \series bold
3749 Malfatti
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 Valeriano
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 111
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 </row>
3773 <row>
3774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778
3779 \series bold
3780 Meneguzzo
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 Roberto
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 111
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 <row>
3805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809
3810 \series bold
3811 Mezzadra
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 Roberto
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 111
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 </row>
3835 <row>
3836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840
3841 \series bold
3842 Pirpamer
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 Erich
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 111
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 </row>
3866 <row>
3867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871
3872 \series bold
3873 Pochiesa
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 Paolo
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 111, 222
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 <row>
3898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902
3903 \series bold
3904 Radina
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 Claudio
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 111
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 </row>
3928 <row>
3929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933
3934 \series bold
3935 Stuffer
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 Oskar
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 111
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 </row>
3959 <row>
3960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964
3965 \series bold
3966 Tacchelli
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 Ugo
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 111
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 <row>
3991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \series bold
3997 Tezzele
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006 Margit
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 111
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 </row>
4021 <row>
4022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026
4027 \series bold
4028 Unterkalmsteiner
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 Frieda
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 111
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 </row>
4052 <row>
4053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \series bold
4059 Vieider
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 Hilde
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 111
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 </row>
4083 <row>
4084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \series bold
4090 Vigna
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 Jürgen
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 111
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 </row>
4114 <row>
4115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \series bold
4121 Weber
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 Maurizio
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 111
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \series bold
4152 Winkler
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 Franz
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 111
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181  
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 </row>
4205 <row>
4206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \series bold
4212 Annovi
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 Silvia
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 555
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 </row>
4236 <row>
4237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241
4242 \series bold
4243 Bertoli
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 Stefano
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 555
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 </row>
4267 <row>
4268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272
4273 \series bold
4274 Bozzi
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 Walter
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 555
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 </row>
4298 <row>
4299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303
4304 \series bold
4305 Cachia
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 Maria
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 555
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 <row>
4330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334
4335 \series bold
4336 Cachia
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 Maurizio
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 555
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365
4366 \series bold
4367 Cinquemani
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 Giusi
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 555
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 </row>
4391 <row>
4392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396
4397 \series bold
4398 Colin
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 Bernard
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 555
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 </row>
4422 <row>
4423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427
4428 \series bold
4429 Concli
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 Gianfranco
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 555
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 </row>
4453 <row>
4454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458
4459 \series bold
4460 Dal Bosco
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 Carolina
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 555
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 </row>
4484 <row>
4485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489
4490 \series bold
4491 Dalpiaz
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500 Annamaria
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 555
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 <row>
4516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520
4521 \series bold
4522 Feliciello
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 Domenico
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 555
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 </row>
4546 <row>
4547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551
4552 \series bold
4553 Focarelli
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 Paola
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 555
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \series bold
4584 Galletti
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 Oreste
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 555
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 </row>
4608 <row>
4609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613
4614 \series bold
4615 Gasparini
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 Franca
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 555
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 </row>
4639 <row>
4640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644
4645 \series bold
4646 Rizzardi
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 Paola
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 555
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 </row>
4670 <row>
4671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675
4676 \series bold
4677 Lassini
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 Giancarlo
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 555
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 <row>
4702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706
4707 \series bold
4708 Malfatti
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 Luciano
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 555
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 </row>
4732 <row>
4733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737
4738 \series bold
4739 Malfatti
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 Valeriano
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 555
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 </row>
4763 <row>
4764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768
4769 \series bold
4770 Meneguzzo
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 Roberto
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 555
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 </row>
4794 <row>
4795 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799
4800 \series bold
4801 Mezzadra
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 Roberto
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 555
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 </row>
4825 <row>
4826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830
4831 \series bold
4832 Pirpamer
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 Erich
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 555
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 </row>
4856 <row>
4857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861
4862 \series bold
4863 Pochiesa
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 Paolo
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 555, 222
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 </row>
4887 <row>
4888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892
4893 \series bold
4894 Radina
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 Claudio
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 555
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 </row>
4918 <row>
4919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923
4924 \series bold
4925 Stuffer
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934 Oskar
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 555
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 </row>
4949 <row>
4950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954
4955 \series bold
4956 Tacchelli
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965 Ugo
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 555
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 </row>
4980 <row>
4981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985
4986 \series bold
4987 Tezzele
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 Margit
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 555
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 </row>
5011 <row>
5012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016
5017 \series bold
5018 Unterkalmsteiner
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 Frieda
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 555
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 </row>
5042 <row>
5043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047
5048 \series bold
5049 Vieider
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 Hilde
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 555
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 </row>
5073 <row>
5074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \series bold
5080 Vigna
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 Jürgen
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 999
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 </row>
5104 <row>
5105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \series bold
5111 Weber
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 Maurizio
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 555
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 </row>
5135 <row>
5136 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140
5141 \series bold
5142 Winkler
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 Franz
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 555
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row endlastfoot="true">
5167 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171
5172 \series bold
5173 Ende
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 </lyxtabular>
5198
5199 \end_inset
5200
5201
5202 \begin_inset ERT
5203 status collapsed
5204
5205 \begin_layout Plain Layout
5206
5207
5208 \backslash
5209 addtocounter{table}{-1}
5210 \end_layout
5211
5212 \end_inset
5213
5214
5215 \begin_inset Note Note
5216 status collapsed
5217
5218 \begin_layout Plain Layout
5219 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5220 \begin_inset space ~
5221 \end_inset
5222
5223
5224 \begin_inset CommandInset ref
5225 LatexCommand ref
5226 reference "uab:Titel-für-lange"
5227
5228 \end_inset
5229
5230
5231 \end_layout
5232
5233 \end_inset
5234
5235
5236 \end_layout
5237
5238 \begin_layout Subsection
5239 Fußnoten in langen Tabellen
5240 \begin_inset CommandInset label
5241 LatexCommand label
5242 name "uab:Fußnoten-in-langen"
5243
5244 \end_inset
5245
5246
5247 \begin_inset Index
5248 status collapsed
5249
5250 \begin_layout Plain Layout
5251 Tabellen ! lange ! Fußnoten
5252 \end_layout
5253
5254 \end_inset
5255
5256
5257 \end_layout
5258
5259 \begin_layout Standard
5260 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5261  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5262  Tabelle
5263 \begin_inset space ~
5264 \end_inset
5265
5266
5267 \begin_inset CommandInset ref
5268 LatexCommand ref
5269 reference "tab:DiffCaptions"
5270
5271 \end_inset
5272
5273  hat zum Beispiel eine Fußnote.
5274 \end_layout
5275
5276 \begin_layout Subsection
5277 Ausrichtung langer Tabellen
5278 \begin_inset Index
5279 status collapsed
5280
5281 \begin_layout Plain Layout
5282 Tabellen ! lange ! Ausrichtung
5283 \end_layout
5284
5285 \end_inset
5286
5287
5288 \end_layout
5289
5290 \begin_layout Standard
5291 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5292  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5293 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5294  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5295  Längen 
5296 \series bold
5297
5298 \backslash
5299 LTleft 
5300 \series default
5301 und 
5302 \series bold
5303
5304 \backslash
5305 LTright
5306 \series default
5307  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5308  wird:
5309 \end_layout
5310
5311 \begin_layout Standard
5312
5313 \series bold
5314
5315 \backslash
5316 setlength{
5317 \backslash
5318 LTleft}{Wert}
5319 \end_layout
5320
5321 \begin_layout Standard
5322 Wobei der Wert eine der in Tabelle
5323 \begin_inset space ~
5324 \end_inset
5325
5326
5327 \begin_inset CommandInset ref
5328 LatexCommand ref
5329 reference "tab:Maßeinheiten"
5330
5331 \end_inset
5332
5333  aufgelisteten Einheiten haben kann.
5334  
5335 \series bold
5336
5337 \backslash
5338 LTleft
5339 \series default
5340  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5341  
5342 \series bold
5343
5344 \backslash
5345 LTright
5346 \series default
5347  den Abstand von rechts.
5348  Die Voreinstellung für beide Werte ist 
5349 \series bold
5350
5351 \backslash
5352 fill
5353 \series default
5354 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5355  in LyX ist.
5356 \end_layout
5357
5358 \begin_layout Standard
5359 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5360 \series bold
5361
5362 \backslash
5363 LTleft
5364 \series default
5365  auf den Wert 0
5366 \begin_inset space \thinspace{}
5367 \end_inset
5368
5369 pt gesetzt wurde.
5370 \begin_inset ERT
5371 status collapsed
5372
5373 \begin_layout Plain Layout
5374
5375
5376 \backslash
5377 setlength{
5378 \backslash
5379 LTleft}{0pt}
5380 \end_layout
5381
5382 \end_inset
5383
5384
5385 \end_layout
5386
5387 \begin_layout Standard
5388 \begin_inset Tabular
5389 <lyxtabular version="3" rows="5" columns="5">
5390 <features islongtable="true">
5391 <column alignment="center" valignment="top" width="0">
5392 <column alignment="center" valignment="top" width="0">
5393 <column alignment="center" valignment="top" width="0">
5394 <column alignment="center" valignment="top" width="0">
5395 <column alignment="center" valignment="top" width="0">
5396 <row>
5397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 1
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 2
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419 3
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 4
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 5
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 </row>
5443 <row>
5444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 asd
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 s
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 s
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475 s
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484 asd
5485 \end_layout
5486
5487 \end_inset
5488 </cell>
5489 </row>
5490 <row>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 asd
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 s
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 s
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 s
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 asd
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 </row>
5537 <row>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 asd
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 s
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 s
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 s
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 asd
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 </row>
5584 <row>
5585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 asd
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 asd
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 asd
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 asd
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625 asd
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 </row>
5631 </lyxtabular>
5632
5633 \end_inset
5634
5635
5636 \begin_inset ERT
5637 status collapsed
5638
5639 \begin_layout Plain Layout
5640
5641
5642 \backslash
5643 setlength{
5644 \backslash
5645 LTleft}{
5646 \backslash
5647 fill}
5648 \end_layout
5649
5650 \end_inset
5651
5652
5653 \end_layout
5654
5655 \begin_layout Subsection
5656 Beschriftungen lange Tabellen
5657 \begin_inset Index
5658 status collapsed
5659
5660 \begin_layout Plain Layout
5661 Tabellen ! lange ! Titel
5662 \end_layout
5663
5664 \end_inset
5665
5666
5667 \begin_inset CommandInset label
5668 LatexCommand label
5669 name "uab:Titel-für-lange"
5670
5671 \end_inset
5672
5673
5674 \end_layout
5675
5676 \begin_layout Standard
5677 Eine 
5678 \family sans
5679 lange
5680 \begin_inset space ~
5681 \end_inset
5682
5683 Tabelle
5684 \family default
5685  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5686  Seite gedruckt werden können.
5687  Aber die 
5688 \family sans
5689 Legende
5690 \family default
5691 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5692 \end_layout
5693
5694 \begin_layout Standard
5695 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5696 \end_layout
5697
5698 \begin_layout Enumerate
5699 Erstellen Sie eine 
5700 \family sans
5701 lange
5702 \begin_inset space ~
5703 \end_inset
5704
5705 Tabelle
5706 \family default
5707 .
5708 \end_layout
5709
5710 \begin_layout Enumerate
5711 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5712 \end_layout
5713
5714 \begin_layout Enumerate
5715 Fügen Sie 
5716 \family sans
5717 mit Einfügen\SpecialChar \menuseparator
5718 Legende
5719 \family default
5720  eine Beschriftung in die erste Tabellenzelle.
5721  Sie können auch noch einen Kurztitel hinzufügen, 
5722 \family sans
5723 Einfügen\SpecialChar \menuseparator
5724 Kurztitel
5725 \family default
5726 .
5727 \end_layout
5728
5729 \begin_layout Enumerate
5730 Fügen Sie hinter dem Titel 
5731 \series bold
5732
5733 \begin_inset Quotes gld
5734 \end_inset
5735
5736
5737 \backslash
5738
5739 \backslash
5740 %
5741 \series default
5742
5743 \begin_inset Quotes grd
5744 \end_inset
5745
5746  als TeX-Code ein.
5747 \end_layout
5748
5749 \begin_layout Standard
5750 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5751  gedruckt.
5752  Die Zeichen 
5753 \series bold
5754
5755 \begin_inset Quotes gld
5756 \end_inset
5757
5758
5759 \backslash
5760
5761 \backslash
5762 %
5763 \series default
5764
5765 \begin_inset Quotes grd
5766 \end_inset
5767
5768  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5769  weg.
5770  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5771  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5772 \end_layout
5773
5774 \begin_layout Standard
5775 Hier ist eine kleine 
5776 \family sans
5777 lange
5778 \begin_inset space ~
5779 \end_inset
5780
5781 Tabelle
5782 \family default
5783 , die zeigt, wie das funktioniert:
5784 \end_layout
5785
5786 \begin_layout Standard
5787 \begin_inset Tabular
5788 <lyxtabular version="3" rows="6" columns="5">
5789 <features islongtable="true">
5790 <column alignment="center" valignment="top" width="0">
5791 <column alignment="center" valignment="top" width="0">
5792 <column alignment="center" valignment="top" width="0">
5793 <column alignment="center" valignment="top" width="0">
5794 <column alignment="center" valignment="top" width="0">
5795 <row caption="true">
5796 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 \begin_inset Caption
5801
5802 \begin_layout Plain Layout
5803 Eine 
5804 \family sans
5805 lange
5806 \begin_inset space ~
5807 \end_inset
5808
5809 Tabelle
5810 \family default
5811  mit Titel
5812 \begin_inset OptArg
5813 status open
5814
5815 \begin_layout Plain Layout
5816 Lange Tabelle
5817 \end_layout
5818
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \end_inset
5825
5826
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 </row>
5868 <row>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 1
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 2
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 3
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 4
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 5
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 </row>
5915 <row>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 asd
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 s
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 s
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 s
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 asd
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 </row>
5962 <row>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 asd
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 s
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 s
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 s
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 asd
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 </row>
6009 <row>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 s
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 s
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 s
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 asd
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 </row>
6056 <row>
6057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 asd
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 asd
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 asd
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 asd
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 asd
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 </lyxtabular>
6104
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \begin_layout Standard
6111 \begin_inset VSpace medskip
6112 \end_inset
6113
6114
6115 \begin_inset Note Greyedout
6116 status open
6117
6118 \begin_layout Plain Layout
6119
6120 \series bold
6121 Bemerkung
6122 \begin_inset space ~
6123 \end_inset
6124
6125 1:
6126 \series default
6127  Die Tabellennummer wird für jede 
6128 \family sans
6129 lange
6130 \begin_inset space ~
6131 \end_inset
6132
6133 Tabelle
6134 \family default
6135  erhöht, auch wenn Sie keinen Titel vergeben.
6136  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6137 \begin_inset space ~
6138 \end_inset
6139
6140 2.4 auf Tabelle
6141 \begin_inset space ~
6142 \end_inset
6143
6144 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6145 \family sans
6146  lange
6147 \begin_inset space ~
6148 \end_inset
6149
6150 Tabellen
6151 \family default
6152  ohne Titel sind.
6153  Um das zu vermeiden, können Sie hinter jede 
6154 \family sans
6155 lange
6156 \begin_inset space ~
6157 \end_inset
6158
6159 Tabelle
6160 \family default
6161  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6162 \end_layout
6163
6164 \begin_layout Plain Layout
6165
6166 \series bold
6167
6168 \backslash
6169 addtocounter{table}{-1}
6170 \end_layout
6171
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \begin_layout Standard
6178 \begin_inset Note Greyedout
6179 status open
6180
6181 \begin_layout Plain Layout
6182
6183 \series bold
6184 Bemerkung
6185 \begin_inset space ~
6186 \end_inset
6187
6188 2:
6189 \series default
6190  Wenn Sie das LaTeX-Paket 
6191 \series bold
6192 hyperref
6193 \series default
6194
6195 \begin_inset Index
6196 status collapsed
6197
6198 \begin_layout Plain Layout
6199 LaTeX-Pakete ! hyperref
6200 \end_layout
6201
6202 \end_inset
6203
6204  für Querverweise benutzen, wird der Verweis auf eine 
6205 \family sans
6206 lange
6207 \begin_inset space ~
6208 \end_inset
6209
6210 Tabelle
6211 \family default
6212  immer auf den Anfang des Dokuments zeigen.
6213 \end_layout
6214
6215 \end_inset
6216
6217
6218 \begin_inset Newpage newpage
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \begin_layout Subsubsection
6225 Querverweise auf 
6226 \family sans
6227 lange
6228 \begin_inset space ~
6229 \end_inset
6230
6231 Tabelle
6232 \family default
6233 n
6234 \begin_inset Index
6235 status collapsed
6236
6237 \begin_layout Plain Layout
6238 Tabellen ! lange ! Querverweis
6239 \end_layout
6240
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \begin_layout Standard
6247 \begin_inset Tabular
6248 <lyxtabular version="3" rows="6" columns="5">
6249 <features islongtable="true">
6250 <column alignment="center" valignment="top" width="0">
6251 <column alignment="center" valignment="top" width="0">
6252 <column alignment="center" valignment="top" width="0">
6253 <column alignment="center" valignment="top" width="0">
6254 <column alignment="center" valignment="top" width="0">
6255 <row caption="true">
6256 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 \begin_inset Caption
6261
6262 \begin_layout Plain Layout
6263
6264 \family sans
6265 Lange
6266 \begin_inset space ~
6267 \end_inset
6268
6269 Tabelle
6270 \family default
6271  mit Marke
6272 \begin_inset CommandInset label
6273 LatexCommand label
6274 name "tab:LangeTabelle-mit-Marke"
6275
6276 \end_inset
6277
6278
6279 \end_layout
6280
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 </row>
6325 <row>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 1
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 2
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 3
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 4
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 5
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 </row>
6372 <row>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 asd
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 s
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 s
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 s
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 asd
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 </row>
6419 <row>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 asd
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 s
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 s
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 s
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 asd
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 <row>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 asd
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 s
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 s
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498 s
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 asd
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 </row>
6513 <row>
6514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 asd
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 sad
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 asd
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545 asd
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 asd
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 </row>
6560 </lyxtabular>
6561
6562 \end_inset
6563
6564
6565 \end_layout
6566
6567 \begin_layout Standard
6568 Damit auf eine 
6569 \family sans
6570 lange
6571 \begin_inset space ~
6572 \end_inset
6573
6574 Tabelle
6575 \family default
6576  verwiesen werden kann, müssen Sie eine 
6577 \family sans
6578 Marke
6579 \family default
6580  im Titel einfügen.
6581  Beachten Sie dabei, dass Sie 
6582 \emph on
6583
6584 \begin_inset Quotes gld
6585 \end_inset
6586
6587 tab:
6588 \emph default
6589
6590 \begin_inset Quotes grd
6591 \end_inset
6592
6593  selber ins Markenfeld schreiben müssen.
6594 \end_layout
6595
6596 \begin_layout Standard
6597 Dies ist ein Verweis auf Tabelle
6598 \begin_inset space ~
6599 \end_inset
6600
6601
6602 \begin_inset CommandInset ref
6603 LatexCommand ref
6604 reference "tab:LangeTabelle-mit-Marke"
6605
6606 \end_inset
6607
6608 .
6609 \end_layout
6610
6611 \begin_layout Standard
6612 Mit dem LaTeX-Paket 
6613 \series bold
6614 caption
6615 \series default
6616
6617 \begin_inset Index
6618 status collapsed
6619
6620 \begin_layout Plain Layout
6621 LaTeX-Pakete ! caption
6622 \end_layout
6623
6624 \end_inset
6625
6626 , siehe Abschnitt
6627 \begin_inset space ~
6628 \end_inset
6629
6630
6631 \begin_inset CommandInset ref
6632 LatexCommand ref
6633 reference "abs:Titel-Formatierung"
6634
6635 \end_inset
6636
6637 , können Sie alle anderen 
6638 \family sans
6639 Legende
6640 \family default
6641 -Optionen benutzen.
6642 \end_layout
6643
6644 \begin_layout Subsubsection
6645 Titelbreite
6646 \begin_inset Index
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650 Tabellen ! lange ! Beschriftungsbreite
6651 \end_layout
6652
6653 \end_inset
6654
6655
6656 \end_layout
6657
6658 \begin_layout Standard
6659 Die maximale Titelbreite wird durch die Variable 
6660 \series bold
6661
6662 \backslash
6663 LTcapwidth
6664 \series default
6665  definiert.
6666  Ihr Standardwert ist 4
6667 \begin_inset space \thinspace{}
6668 \end_inset
6669
6670 Zoll (
6671 \begin_inset Formula $\approx10$
6672 \end_inset
6673
6674
6675 \begin_inset space \thinspace{}
6676 \end_inset
6677
6678 cm).
6679  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6680  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6681 \end_layout
6682
6683 \begin_layout Standard
6684
6685 \series bold
6686
6687 \backslash
6688 setlength{
6689 \backslash
6690 LTcapwidth}{Breite}
6691 \end_layout
6692
6693 \begin_layout Standard
6694 wobei 
6695 \family typewriter
6696 Breite
6697 \family default
6698  eine der in Anhang
6699 \begin_inset space ~
6700 \end_inset
6701
6702
6703 \begin_inset CommandInset ref
6704 LatexCommand ref
6705 reference "kap:In-LyX-verfügbare"
6706
6707 \end_inset
6708
6709  aufgelisteten Einheiten haben kann.
6710 \end_layout
6711
6712 \begin_layout Standard
6713 Die beiden folgenden Tabellen zeigen den Unterschied:
6714 \end_layout
6715
6716 \begin_layout Standard
6717 \begin_inset Tabular
6718 <lyxtabular version="3" rows="6" columns="5">
6719 <features islongtable="true">
6720 <column alignment="center" valignment="top" width="0">
6721 <column alignment="center" valignment="top" width="0">
6722 <column alignment="center" valignment="top" width="0">
6723 <column alignment="center" valignment="top" width="0">
6724 <column alignment="center" valignment="top" width="0">
6725 <row caption="true">
6726 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 \begin_inset Caption
6731
6732 \begin_layout Plain Layout
6733 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
6734  Titel 
6735 \begin_inset OptArg
6736 status open
6737
6738 \begin_layout Plain Layout
6739 Titel mit Standardbreite
6740 \end_layout
6741
6742 \end_inset
6743
6744
6745 \end_layout
6746
6747 \end_inset
6748
6749
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 </row>
6791 <row>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 1
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 2
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 3
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 4
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 5
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 </row>
6838 <row>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 asd
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 s
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 s
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 s
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 asd
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 </row>
6885 <row>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 asd
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 s
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 s
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 asd
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 </row>
6932 <row>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 asd
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 s
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 s
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 s
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 asd
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 </row>
6979 <row>
6980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 asd
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 sad
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 asd
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 asd
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 asd
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 </row>
7026 </lyxtabular>
7027
7028 \end_inset
7029
7030
7031 \end_layout
7032
7033 \begin_layout Standard
7034 \begin_inset ERT
7035 status collapsed
7036
7037 \begin_layout Plain Layout
7038
7039
7040 \backslash
7041 setlength{
7042 \backslash
7043 LTcapwidth}{5cm}
7044 \end_layout
7045
7046 \end_inset
7047
7048
7049 \begin_inset Tabular
7050 <lyxtabular version="3" rows="6" columns="5">
7051 <features islongtable="true">
7052 <column alignment="center" valignment="top" width="0">
7053 <column alignment="center" valignment="top" width="0">
7054 <column alignment="center" valignment="top" width="0">
7055 <column alignment="center" valignment="top" width="0">
7056 <column alignment="center" valignment="top" width="0">
7057 <row caption="true">
7058 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 \begin_inset Caption
7063
7064 \begin_layout Plain Layout
7065 Langer Titel mit 5
7066 \begin_inset space \thinspace{}
7067 \end_inset
7068
7069 cm Breite, Langer Titel mit 5
7070 \begin_inset space \thinspace{}
7071 \end_inset
7072
7073 cm Breite, Langer Titel mit 5
7074 \begin_inset space \thinspace{}
7075 \end_inset
7076
7077 cm Breite, Langer Titel mit 5
7078 \begin_inset space \thinspace{}
7079 \end_inset
7080
7081 cm Breite 
7082 \begin_inset OptArg
7083 status open
7084
7085 \begin_layout Plain Layout
7086 Titel mit 5
7087 \begin_inset space \thinspace{}
7088 \end_inset
7089
7090 cm Breite
7091 \end_layout
7092
7093 \end_inset
7094
7095
7096 \end_layout
7097
7098 \end_inset
7099
7100
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 <row>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 1
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 2
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 3
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 4
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 5
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 asd
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 s
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 s
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 s
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 asd
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 s
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 s
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 s
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 s
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 s
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 </row>
7330 <row>
7331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 asd
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 sad
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 asd
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 asd
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 asd
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 </row>
7377 </lyxtabular>
7378
7379 \end_inset
7380
7381
7382 \begin_inset ERT
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386
7387
7388 \backslash
7389 setlength{
7390 \backslash
7391 LTcapwidth}{4in}
7392 \end_layout
7393
7394 \end_inset
7395
7396
7397 \begin_inset Note Note
7398 status collapsed
7399
7400 \begin_layout Plain Layout
7401 Beschriftungsbreite zurücksetzen
7402 \end_layout
7403
7404 \end_inset
7405
7406
7407 \end_layout
7408
7409 \begin_layout Standard
7410 \begin_inset Note Greyedout
7411 status open
7412
7413 \begin_layout Plain Layout
7414
7415 \series bold
7416 Achtung:
7417 \series default
7418  Wenn das LaTeX-Paket 
7419 \series bold
7420 caption
7421 \series default
7422
7423 \begin_inset Index
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 LaTeX-Pakete ! caption
7428 \end_layout
7429
7430 \end_inset
7431
7432  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7433  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7434  4
7435 \begin_inset space \thinspace{}
7436 \end_inset
7437
7438 Zoll für 
7439 \series bold
7440
7441 \backslash
7442 LTcapwidth
7443 \series default
7444  benutzen.
7445  Um in diesem Fall eine genau a 4
7446 \begin_inset space \thinspace{}
7447 \end_inset
7448
7449 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7450  4
7451 \begin_inset space \thinspace{}
7452 \end_inset
7453
7454 Zoll veränderten Wert wie z.
7455 \begin_inset space \thinspace{}
7456 \end_inset
7457
7458 B.
7459  3.99
7460 \begin_inset space \thinspace{}
7461 \end_inset
7462
7463 Zoll verwenden oder den LaTeX-Befehl 
7464 \series bold
7465
7466 \backslash
7467 captionsetup{width=Wert}
7468 \series default
7469  benutzen, der vom 
7470 \series bold
7471 caption
7472 \series default
7473 -Paket bereitgestellt wird.
7474 \end_layout
7475
7476 \end_inset
7477
7478
7479 \end_layout
7480
7481 \begin_layout Subsubsection
7482 Unterschiedliche Titel für Tabellenseiten
7483 \begin_inset Index
7484 status collapsed
7485
7486 \begin_layout Plain Layout
7487 Tabellen ! lange ! mehrere Titel
7488 \end_layout
7489
7490 \end_inset
7491
7492
7493 \end_layout
7494
7495 \begin_layout Standard
7496 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7497  die erste, müssen Sie eine 
7498 \family sans
7499 Legende
7500 \family default
7501  mit einem nicht-leeren 
7502 \family sans
7503 Kurztitel
7504 \family default
7505  in eine leere Legende-Zeile, die als 
7506 \family sans
7507 Erste
7508 \begin_inset space ~
7509 \end_inset
7510
7511 Kopfzeile
7512 \family default
7513  definiert wurde, einfügen.
7514  Der Titel für die anderen Tabellenseiten wird als 
7515 \family sans
7516 Legende
7517 \family default
7518  ohne 
7519 \family sans
7520 Kurztitel
7521 \family default
7522  in eine leere Legende-Zeile, die als 
7523 \family sans
7524 Kopfzeile
7525 \family default
7526  definiert wurde, einfügen.
7527  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7528  Befehl
7529 \end_layout
7530
7531 \begin_layout Standard
7532
7533 \series bold
7534
7535 \backslash
7536 caption*{caption text}
7537 \end_layout
7538
7539 \begin_layout Standard
7540 anstatt der 
7541 \family sans
7542 Legende
7543 \family default
7544 -Umgebung von LyX benutzen.
7545  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7546  den Titel der 
7547 \family sans
7548 Ersten
7549 \begin_inset space ~
7550 \end_inset
7551
7552 Kopfzeile
7553 \family default
7554  eingefügt werden.
7555  Tabelle
7556 \begin_inset space ~
7557 \end_inset
7558
7559
7560 \begin_inset CommandInset ref
7561 LatexCommand ref
7562 reference "tab:DiffCaptions"
7563
7564 \end_inset
7565
7566  ist ein Beispiel für eine 
7567 \family sans
7568 lange
7569 \begin_inset space ~
7570 \end_inset
7571
7572 Tabelle
7573 \family default
7574  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7575 \end_layout
7576
7577 \begin_layout Standard
7578 \align center
7579 \begin_inset Tabular
7580 <lyxtabular version="3" rows="60" columns="3">
7581 <features islongtable="true">
7582 <column alignment="left" valignment="top" width="0cm">
7583 <column alignment="left" valignment="top" width="0pt">
7584 <column alignment="right" valignment="top" width="0pt">
7585 <row endfirsthead="true" caption="true">
7586 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 \begin_inset Caption
7591
7592 \begin_layout Plain Layout
7593 Telefonliste
7594 \begin_inset CommandInset label
7595 LatexCommand label
7596 name "tab:DiffCaptions"
7597
7598 \end_inset
7599
7600
7601 \begin_inset OptArg
7602 status collapsed
7603
7604 \begin_layout Plain Layout
7605 Telefonliste
7606 \end_layout
7607
7608 \end_inset
7609
7610
7611 \end_layout
7612
7613 \end_inset
7614
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row endfirsthead="true">
7640 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \series bold
7646 Telefonliste (ignoriere die Namen)
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 <row endfirsthead="true">
7671 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \series bold
7677 NAME
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695
7696 \series bold
7697 TEL.
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 <row endhead="true" caption="true">
7704 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 \begin_inset ERT
7709 status open
7710
7711 \begin_layout Plain Layout
7712
7713
7714 \backslash
7715 caption*{Fortsetzung der Telefonliste}
7716 \backslash
7717
7718 \backslash
7719 %
7720 \end_layout
7721
7722 \end_inset
7723
7724
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row endhead="true">
7749 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 Telefonliste
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row endhead="true">
7780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 NAME
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \series bold
7806 TEL.
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 </row>
7812 <row endfoot="true">
7813 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817 wird fortgesetzt\SpecialChar \ldots{}
7818
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 </row>
7842 <row>
7843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \series bold
7849 Annovi
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858 Silvia
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 111
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row>
7874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \series bold
7880 Bertoli
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 Stefano
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 111
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 </row>
7904 <row>
7905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \series bold
7911 Bozzi
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 Walter
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 111
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 </row>
7935 <row>
7936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \series bold
7942 Cachia
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 Maria
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 111
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \series bold
7973 Cachia
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 Maurizio
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 111
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \series bold
8004 Cinquemani
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 Giusi
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 111
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row>
8029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \series bold
8035 Colin
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 Bernard
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 111
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \series bold
8066 Concli
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 Gianfranco
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 111
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \series bold
8097 Dal Bosco
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 Carolina
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 111
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 Dalpiaz
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 Annamaria
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 111
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \series bold
8159 Feliciello
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Domenico
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 111
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \series bold
8190 Focarelli
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Paola
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 111
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221 Galletti
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Oreste
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 111
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \series bold
8252 Gasparini
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Franca
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Rizzardi
8284 \series default
8285
8286 \begin_inset Foot
8287 status open
8288
8289 \begin_layout Plain Layout
8290 Beispielfußnote
8291 \end_layout
8292
8293 \end_inset
8294
8295
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 Paola
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 111
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \series bold
8326 Lassini
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 Giancarlo
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 111
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \series bold
8357 Malfatti
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 Luciano
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 111
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \series bold
8388 Malfatti
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 Valeriano
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 111
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \series bold
8419 Meneguzzo
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 Roberto
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 111
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \series bold
8450 Mezzadra
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 Roberto
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 111
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \series bold
8481 Pirpamer
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 Erich
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 111
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \series bold
8512 Pochiesa
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 Paolo
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 111, 222
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \series bold
8543 Radina
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 Claudio
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 111
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \series bold
8574 Stuffer
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Oskar
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 111
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Tacchelli
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Ugo
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 111
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \series bold
8636 Tezzele
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Margit
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 111
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \series bold
8667 Unterkalmsteiner
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 Frieda
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 111
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \series bold
8698 Vieider
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 Hilde
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 111
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727
8728 \series bold
8729 Vigna
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Jürgen
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 111
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \series bold
8760 Weber
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 Maurizio
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 111
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \series bold
8791 Winkler
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 Franz
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 111
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820  
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849
8850 \series bold
8851 Annovi
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 Silvia
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 555
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row>
8876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880
8881 \series bold
8882 Bertoli
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Stefano
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 555
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 </row>
8906 <row>
8907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911
8912 \series bold
8913 Bozzi
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 Walter
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 555
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row>
8938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \series bold
8944 Cachia
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 Maria
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 555
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973
8974 \series bold
8975 Cachia
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 Maurizio
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 555
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \series bold
9006 Cinquemani
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 Giusi
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 555
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \series bold
9037 Colin
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 Bernard
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 555
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 </row>
9061 <row>
9062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066
9067 \series bold
9068 Concli
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 Gianfranco
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 555
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row>
9093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097
9098 \series bold
9099 Dal Bosco
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 Carolina
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 555
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \series bold
9130 Dalpiaz
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 Annamaria
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 555
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 </row>
9154 <row>
9155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159
9160 \series bold
9161 Feliciello
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 Domenico
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 555
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \series bold
9192 Focarelli
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 Paola
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 555
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 </row>
9216 <row>
9217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221
9222 \series bold
9223 Galletti
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 Oreste
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 555
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \series bold
9254 Gasparini
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 Franca
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 555
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \series bold
9285 Rizzardi
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 Paola
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 555
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \series bold
9316 Lassini
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 Giancarlo
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 555
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \series bold
9347 Malfatti
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 Luciano
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 555
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \series bold
9378 Malfatti
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 Valeriano
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 555
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \series bold
9409 Meneguzzo
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 Roberto
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 555
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \series bold
9440 Mezzadra
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 Roberto
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 555
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 </row>
9464 <row endlastfoot="true">
9465 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 </row>
9493 </lyxtabular>
9494
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \begin_layout Section
9501 Weitere Möglichkeiten für 
9502 \family sans
9503 lange Tabelle
9504 \family default
9505 n
9506 \begin_inset CommandInset label
9507 LatexCommand label
9508 name "abs:Special-Longtable-Issues"
9509
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Subsection
9516 L
9517 \family sans
9518 ange Tabelle
9519 \family default
9520 n: Berechnung
9521 \begin_inset Index
9522 status collapsed
9523
9524 \begin_layout Plain Layout
9525 Tabellen ! lange ! Berechnung
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \begin_layout Standard
9534 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9535  sogenannten 
9536 \emph on
9537 chunks
9538 \emph default
9539  (chunks).
9540  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9541  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9542  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9543  das die Druckausgabe.
9544  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9545  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9546  einfügen:
9547 \end_layout
9548
9549 \begin_layout Standard
9550
9551 \series bold
9552
9553 \backslash
9554 setcounter{LTchunksize}{100}
9555 \end_layout
9556
9557 \begin_layout Subsection
9558 Gleitobjekte und L
9559 \family sans
9560 ange Tabelle
9561 \family default
9562 n
9563 \begin_inset Index
9564 status collapsed
9565
9566 \begin_layout Plain Layout
9567 Tabellen ! lange ! und Gleitobjekte
9568 \end_layout
9569
9570 \end_inset
9571
9572
9573 \end_layout
9574
9575 \begin_layout Standard
9576 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9577 \family sans
9578 lange
9579 \begin_inset space ~
9580 \end_inset
9581
9582 Tabelle
9583 \family default
9584  beginnt, ein Gleitobjekt befindet.
9585  Um das zu vermeiden, können Sie vor der 
9586 \family sans
9587 langen
9588 \begin_inset space ~
9589 \end_inset
9590
9591 Tabelle
9592 \family default
9593  den LaTeX-Befehl
9594 \series bold
9595  
9596 \backslash
9597 clearpage
9598 \series default
9599  als TeX-Code einfügen.
9600 \end_layout
9601
9602 \begin_layout Subsection
9603 Manuelle Seitenumbrüche
9604 \begin_inset Index
9605 status collapsed
9606
9607 \begin_layout Plain Layout
9608 Tabellen ! lange ! manueller Seitenumbruch
9609 \end_layout
9610
9611 \end_inset
9612
9613
9614 \end_layout
9615
9616 \begin_layout Standard
9617 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9618  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9619  der Zelle umbrechen wollen, fügen Sie den Befehl  
9620 \begin_inset Quotes gld
9621 \end_inset
9622
9623
9624 \series bold
9625
9626 \backslash
9627
9628 \backslash
9629
9630 \series default
9631
9632 \begin_inset Quotes grd
9633 \end_inset
9634
9635  für einen neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebroche
9636 n werden soll.
9637  Vor dem 
9638 \begin_inset Quotes gld
9639 \end_inset
9640
9641
9642 \series bold
9643
9644 \backslash
9645
9646 \backslash
9647
9648 \series default
9649
9650 \begin_inset Quotes grd
9651 \end_inset
9652
9653 -Befehl müssen Sie so viele 
9654 \begin_inset Quotes gld
9655 \end_inset
9656
9657
9658 \series bold
9659 &
9660 \series default
9661
9662 \begin_inset Quotes grd
9663 \end_inset
9664
9665  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9666  Mit 
9667 \begin_inset Quotes gld
9668 \end_inset
9669
9670
9671 \series bold
9672 &
9673 \series default
9674
9675 \begin_inset Quotes grd
9676 \end_inset
9677
9678   werden in LaTeX Tabellenzellen getrennt.
9679  Hinter jedes 
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  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9692  und löschen den Inhalt dieser Zellen.
9693 \end_layout
9694
9695 \begin_layout Standard
9696 Hinter dem 
9697 \begin_inset Quotes gld
9698 \end_inset
9699
9700
9701 \series bold
9702
9703 \backslash
9704
9705 \backslash
9706
9707 \series default
9708
9709 \begin_inset Quotes grd
9710 \end_inset
9711
9712 -Befehl müssen Sie so viele 
9713 \begin_inset Quotes gld
9714 \end_inset
9715
9716
9717 \series bold
9718 &
9719 \series default
9720
9721 \begin_inset Quotes grd
9722 \end_inset
9723
9724  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9725  In Tabelle
9726 \begin_inset space ~
9727 \end_inset
9728
9729
9730 \begin_inset CommandInset ref
9731 LatexCommand ref
9732 reference "tab:ForcedPagebreak"
9733
9734 \end_inset
9735
9736  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9737  Es folgt noch eine weitere Spalte.
9738  Deshalb wurde hinter dem Wort 
9739 \emph on
9740 Castelchiodato, 
9741 \emph default
9742 folgendes eingefügt:
9743 \end_layout
9744
9745 \begin_layout Standard
9746
9747 \series bold
9748 & 111
9749 \backslash
9750
9751 \backslash
9752
9753 \begin_inset Newline newline
9754 \end_inset
9755
9756 &
9757 \end_layout
9758
9759 \begin_layout Standard
9760 Die 
9761 \begin_inset Quotes gld
9762 \end_inset
9763
9764 111
9765 \begin_inset Quotes grd
9766 \end_inset
9767
9768  in der dritten Spalte wurde gelöscht.
9769  Wenn die Fußzeile Ihrer 
9770 \family sans
9771 langen
9772 \begin_inset space ~
9773 \end_inset
9774
9775 Tabelle
9776 \family default
9777  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9778  Befehle benutzen:
9779 \end_layout
9780
9781 \begin_layout Standard
9782
9783 \series bold
9784 & 111
9785 \backslash
9786
9787 \backslash
9788
9789 \begin_inset Newline newline
9790 \end_inset
9791
9792
9793 \backslash
9794 hline &
9795 \end_layout
9796
9797 \begin_layout Standard
9798 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9799  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9800 \end_layout
9801
9802 \begin_layout Standard
9803
9804 \series bold
9805
9806 \backslash
9807 setlength{
9808 \backslash
9809 parfillskip}{0pt}
9810 \end_layout
9811
9812 \begin_layout Standard
9813 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9814  erscheint.
9815 \end_layout
9816
9817 \begin_layout Standard
9818 \align center
9819 \begin_inset Tabular
9820 <lyxtabular version="3" rows="39" columns="3">
9821 <features islongtable="true">
9822 <column alignment="left" valignment="top" width="0cm">
9823 <column alignment="left" valignment="top" width="3cm">
9824 <column alignment="right" valignment="top" width="0pt">
9825 <row endfirsthead="true" caption="true">
9826 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 \begin_inset Caption
9831
9832 \begin_layout Plain Layout
9833 Tabelle mit manuellem Seitenumbruch in einer Zelle
9834 \begin_inset CommandInset label
9835 LatexCommand label
9836 name "tab:ForcedPagebreak"
9837
9838 \end_inset
9839
9840
9841 \begin_inset OptArg
9842 status collapsed
9843
9844 \begin_layout Plain Layout
9845 Tabelle mit manuellem Seitenumbruch in einer Zelle
9846 \end_layout
9847
9848 \end_inset
9849
9850
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row endfirsthead="true">
9880 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \series bold
9886 Telefonliste (ignoriere die Namen)
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 </row>
9910 <row endfirsthead="true">
9911 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \series bold
9917 NAME
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \series bold
9937 TEL.
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row endhead="true" caption="true">
9944 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 \begin_inset ERT
9949 status collapsed
9950
9951 \begin_layout Plain Layout
9952
9953
9954 \backslash
9955 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9956 \backslash
9957
9958 \backslash
9959 %
9960 \end_layout
9961
9962 \end_inset
9963
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row endhead="true">
9989 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \series bold
9995 Telefonliste
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row endhead="true">
10020 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \series bold
10026 NAME
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \series bold
10046 TEL.
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row endfoot="true">
10053 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 wird fortgesetzt\SpecialChar \ldots{}
10058
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row>
10083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 Annovi
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 Silvia
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 111
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 <row>
10114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \series bold
10120 Bertoli
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 Stefano
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 111
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row>
10145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Bozzi
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 Walter
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 111
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 Cachia
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 Maria
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 111
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 Cachia
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 Maurizio
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 111
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row>
10238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \series bold
10244 Cinquemani
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Giusi
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 111
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \series bold
10275 Colin
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Bernard
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 111
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Concli
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Gianfranco
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Dal Bosco
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Carolina
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Dalpiaz
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Annamaria
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 111
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \series bold
10399 Feliciello
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Domenico
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 111
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 </row>
10423 <row>
10424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428
10429 \series bold
10430 Focarelli
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Paola
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 111
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \series bold
10461 Galletti
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Oreste
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 111
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 <row>
10486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \series bold
10492 Gasparini
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 Franca
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 111
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \series bold
10523 Lassini
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Giancarlo
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 111
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \series bold
10554 Malfatti
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 Luciano
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 111
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \series bold
10585 Malfatti
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Valeriano
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 111
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 <row>
10610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614
10615 \series bold
10616 Meneguzzo
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 Roberto
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 111
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 <row>
10641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645
10646 \series bold
10647 Mezzadra
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 Roberto
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 111
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 <row>
10672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \series bold
10678 Pirpamer
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 Erich
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 111
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \series bold
10709 Pochiesa
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Paolo
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 111, 222
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \series bold
10740 Radina
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 Claudio
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 111
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 <row>
10765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769
10770 \series bold
10771 Rizzardi
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 Paolo, 11.
10781  Fürst von Monte\SpecialChar \-
10782 com\SpecialChar \-
10783 patri, 11.
10784  Fürst von Sulmona und Vivaro, 10.
10785  Fürst von Rossano, 5.
10786  Herzog von Canemorte, 11.
10787  Herzog von Palombara, 5.
10788  Herzog von Castelchiodato,
10789 \begin_inset ERT
10790 status open
10791
10792 \begin_layout Plain Layout
10793
10794 & 111
10795 \backslash
10796
10797 \backslash
10798
10799 \end_layout
10800
10801 \begin_layout Plain Layout
10802
10803 &
10804 \end_layout
10805
10806 \end_inset
10807
10808  11.
10809  Herzog von Poggionativo, 11.
10810  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10811  Graf von Valinfreda, 11.
10812  Baron von Cropalati, 11.
10813  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835 Stuffer
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 Oskar
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 111
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \series bold
10866 Tacchelli
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 Ugo
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 111
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row>
10891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \series bold
10897 Tezzele
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 Margit
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 111
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \series bold
10928 Unterkalmsteiner
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 Frieda
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 111
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 <row>
10953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957
10958 \series bold
10959 Vieider
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 Hilde
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 111
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 </row>
10983 <row>
10984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988
10989 \series bold
10990 Vigna
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 Jürgen
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 111
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 </row>
11014 <row>
11015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019
11020 \series bold
11021 Weber
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 Maurizio
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 111
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \series bold
11052 Winkler
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 Franz
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 111
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 <row endlastfoot="true">
11077 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 </row>
11105 </lyxtabular>
11106
11107 \end_inset
11108
11109
11110 \end_layout
11111
11112 \begin_layout Section
11113 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11114 \end_layout
11115
11116 \begin_layout Subsection
11117 Mehrfache Zeilen in Zellen
11118 \begin_inset CommandInset label
11119 LatexCommand label
11120 name "uab:Mehrfache-Zeilen-in"
11121
11122 \end_inset
11123
11124
11125 \begin_inset Index
11126 status collapsed
11127
11128 \begin_layout Plain Layout
11129 Mehrfache ! Zeilen in Zellen
11130 \end_layout
11131
11132 \end_inset
11133
11134
11135 \begin_inset Index
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 Tabellen ! Zeilenumbrüche
11140 \end_layout
11141
11142 \end_inset
11143
11144
11145 \end_layout
11146
11147 \begin_layout Standard
11148 \align center
11149 \begin_inset Float table
11150 placement H
11151 wide false
11152 sideways false
11153 status open
11154
11155 \begin_layout Plain Layout
11156 \begin_inset Caption
11157
11158 \begin_layout Plain Layout
11159 \begin_inset CommandInset label
11160 LatexCommand label
11161 name "tab:Table-with-multiple"
11162
11163 \end_inset
11164
11165 Tabelle mit mehrfachen Zeilen in einer Zelle
11166 \end_layout
11167
11168 \end_inset
11169
11170
11171 \end_layout
11172
11173 \begin_layout Plain Layout
11174 \align center
11175 \begin_inset Tabular
11176 <lyxtabular version="3" rows="3" columns="3">
11177 <features>
11178 <column alignment="center" valignment="middle" width="2.5cm">
11179 <column alignment="center" valignment="middle" width="0.5cm">
11180 <column alignment="center" valignment="middle" width="0.5cm">
11181 <row>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 zwei
11187 \begin_inset Newline linebreak
11188 \end_inset
11189
11190 Zeilen
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 b
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 c
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 </row>
11214 <row>
11215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 d
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 e
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 f
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 </row>
11243 <row>
11244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 g
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 h
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 i
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 </row>
11272 </lyxtabular>
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \begin_layout Standard
11285 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11286  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11287  Tabelle
11288 \begin_inset space ~
11289 \end_inset
11290
11291
11292 \begin_inset CommandInset ref
11293 LatexCommand ref
11294 reference "tab:Table-with-multiple"
11295
11296 \end_inset
11297
11298  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11299 \family sans
11300 Tabellen-Einstellungen
11301 \family default
11302 -Dialog auf 2.5
11303 \begin_inset space \thinspace{}
11304 \end_inset
11305
11306 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11307  Weil unser Text schmaler als 2.5
11308 \begin_inset space \thinspace{}
11309 \end_inset
11310
11311 cm ist, würde er in einer Zeile gedruckt werden.
11312  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11313
11314 \family sans
11315 Strg-Shift-Enter
11316 \family default
11317 ) eingefügt.
11318  Wenn der Text länger ist, wird er automatisch umgebrochen.
11319 \end_layout
11320
11321 \begin_layout Standard
11322 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11323  setzen Sie die Breite der beiden Spalten im 
11324 \family sans
11325 Tabellen-Einstellungen
11326 \family default
11327 -Dialog auf 0.5
11328 \begin_inset space \thinspace{}
11329 \end_inset
11330
11331 cm und die vertikale Ausrichtung auf zentriert.
11332 \end_layout
11333
11334 \begin_layout Standard
11335 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11336  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11337  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11338  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11339  Fügen sie daher 0
11340 \begin_inset space \thinspace{}
11341 \end_inset
11342
11343 pt horizontalen Abstand vor dem Wort ein.
11344  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11345  Tabelle
11346 \begin_inset space ~
11347 \end_inset
11348
11349
11350 \begin_inset CommandInset ref
11351 LatexCommand ref
11352 reference "tab:Table-with-and"
11353
11354 \end_inset
11355
11356  zeigt die Wirkungen.
11357 \end_layout
11358
11359 \begin_layout Standard
11360 \begin_inset Float table
11361 wide false
11362 sideways false
11363 status open
11364
11365 \begin_layout Plain Layout
11366 \begin_inset Caption
11367
11368 \begin_layout Plain Layout
11369 \begin_inset CommandInset label
11370 LatexCommand label
11371 name "tab:Table-with-and"
11372
11373 \end_inset
11374
11375 Tabelle ohne und mit Silbentrennung
11376 \end_layout
11377
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \begin_layout Plain Layout
11384 \begin_inset space \hfill{}
11385 \end_inset
11386
11387
11388 \begin_inset Tabular
11389 <lyxtabular version="3" rows="3" columns="3">
11390 <features>
11391 <column alignment="center" valignment="middle" width="2.5cm">
11392 <column alignment="center" valignment="middle" width="0.5cm">
11393 <column alignment="center" valignment="middle" width="0.5cm">
11394 <row>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 einsehrlangesZellenwort
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 b
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 c
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 d
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 e
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 f
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 g
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 h
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 i
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 </row>
11481 </lyxtabular>
11482
11483 \end_inset
11484
11485
11486 \begin_inset space \hfill{}
11487 \end_inset
11488
11489
11490 \begin_inset Tabular
11491 <lyxtabular version="3" rows="3" columns="3">
11492 <features>
11493 <column alignment="center" valignment="middle" width="2.5cm">
11494 <column alignment="center" valignment="middle" width="0.5cm">
11495 <column alignment="center" valignment="middle" width="0.5cm">
11496 <row>
11497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 \begin_inset space \hspace{}
11502 \length 0pt
11503 \end_inset
11504
11505 einsehrlangesZellenwort
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 b
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 c
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 </row>
11529 <row>
11530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 d
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 e
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 f
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 </row>
11558 <row>
11559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 g
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 h
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 i
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 </row>
11587 </lyxtabular>
11588
11589 \end_inset
11590
11591
11592 \begin_inset space \hfill{}
11593 \end_inset
11594
11595
11596 \end_layout
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \begin_layout Subsection
11604 Mehrfachspalten
11605 \begin_inset CommandInset label
11606 LatexCommand label
11607 name "uab:Mehrfachspalten"
11608
11609 \end_inset
11610
11611
11612 \begin_inset Index
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616 Mahrfachspalten
11617 \end_layout
11618
11619 \end_inset
11620
11621
11622 \begin_inset Index
11623 status collapsed
11624
11625 \begin_layout Plain Layout
11626 Tabellen ! Mahrfachspalten
11627 \end_layout
11628
11629 \end_inset
11630
11631
11632 \end_layout
11633
11634 \begin_layout Subsubsection
11635 Grundlagen
11636 \end_layout
11637
11638 \begin_layout Standard
11639 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11640  und verwenden dann den Knopf 
11641 \begin_inset Graphics
11642         filename ../../images/tabular-feature_multicolumn.png
11643         scale 70
11644         scaleBeforeRotation
11645         BoundingBox 0bp 6bp 22bp 22bp
11646
11647 \end_inset
11648
11649 in der Werkzeugleiste, das Menü 
11650 \family sans
11651 Bearbeiten\SpecialChar \menuseparator
11652 Tabelle\SpecialChar \menuseparator
11653 Mehrfachspalte
11654 \family default
11655  oder den 
11656 \family sans
11657 Tabellen-Einstellungen
11658 \family default
11659 -Dialog, in dem Sie auf der Karteikarte 
11660 \family sans
11661 Tabellen-Einstellungen
11662 \family default
11663  
11664 \family sans
11665 Mehrfachspalte
11666 \family default
11667  ankreuzen.
11668 \end_layout
11669
11670 \begin_layout Standard
11671 Mehrfachspalten haben ihre eigenen Einstellungen.
11672  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11673  Hier ist ein Beispiel, wobei 
11674 \begin_inset Quotes gld
11675 \end_inset
11676
11677 B 2
11678 \begin_inset Quotes grd
11679 \end_inset
11680
11681  keine Mehrfachzeile ist, wie in Abschnitt
11682 \begin_inset space ~
11683 \end_inset
11684
11685
11686 \begin_inset CommandInset ref
11687 LatexCommand ref
11688 reference "uab:Mehrfachzeilen"
11689
11690 \end_inset
11691
11692  beschrieben.
11693  Es wurde nur eine Linie weggelassen:
11694 \end_layout
11695
11696 \begin_layout Standard
11697 \align center
11698 \begin_inset Tabular
11699 <lyxtabular version="3" rows="3" columns="4">
11700 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11701 <column alignment="center" valignment="top" width="0pt">
11702 <column alignment="center" valignment="middle" width="0">
11703 <column alignment="center" valignment="top" width="0in">
11704 <column alignment="center" valignment="top" width="0pt">
11705 <row>
11706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 abc
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 def ghi
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 jkl
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 </row>
11743 <row>
11744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748
11749 \family roman
11750 \series medium
11751 \shape up
11752 \size normal
11753 \emph off
11754 \bar no
11755 \noun off
11756 \color none
11757 A
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766 B
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 C
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 D
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 </row>
11790 <row>
11791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 1
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11801 \begin_inset Text
11802
11803 \begin_layout Plain Layout
11804 2
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813 3
11814 \end_layout
11815
11816 \end_inset
11817 </cell>
11818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 4
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 </row>
11828 </lyxtabular>
11829
11830 \end_inset
11831
11832
11833 \end_layout
11834
11835 \begin_layout Subsubsection
11836 Mehrfachspalten-Berechnungen
11837 \begin_inset CommandInset label
11838 LatexCommand label
11839 name "uab:Mehrfachspalten-Berechnungen"
11840
11841 \end_inset
11842
11843
11844 \begin_inset Index
11845 status collapsed
11846
11847 \begin_layout Plain Layout
11848 Mahrfachspalten ! Berechnung
11849 \end_layout
11850
11851 \end_inset
11852
11853
11854 \begin_inset Index
11855 status collapsed
11856
11857 \begin_layout Plain Layout
11858 Tabellen ! Mahrfachspalten ! Berechnung
11859 \end_layout
11860
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \begin_layout Standard
11867 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11868  Zellen beachten.
11869 \end_layout
11870
11871 \begin_layout Standard
11872 \begin_inset Float table
11873 placement h
11874 wide false
11875 sideways false
11876 status open
11877
11878 \begin_layout Plain Layout
11879 \begin_inset Caption
11880
11881 \begin_layout Plain Layout
11882 \begin_inset CommandInset label
11883 LatexCommand label
11884 name "tab:Table-with-centered"
11885
11886 \end_inset
11887
11888 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11889  die halbe Breite der Mehrfachspalten-Zelle haben
11890 \begin_inset OptArg
11891 status collapsed
11892
11893 \begin_layout Plain Layout
11894 Eine Mehrfachspalten-Tabelle
11895 \end_layout
11896
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \begin_layout Plain Layout
11908 \align center
11909 \begin_inset Tabular
11910 <lyxtabular version="3" rows="3" columns="3">
11911 <features>
11912 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11913 <column alignment="center" valignment="middle" width="0">
11914 <column alignment="center" valignment="top" width="0">
11915 <row>
11916 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 Dies ist eine Mehrfach\SpecialChar \-
11921 spalten-Zelle
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 c
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 <row>
11946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 d
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 e
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 f
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 </row>
11974 <row>
11975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 g
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11985 \begin_inset Text
11986
11987 \begin_layout Plain Layout
11988 h
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997 i
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 </row>
12003 </lyxtabular>
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \begin_layout Standard
12016 Um Tabelle
12017 \begin_inset space ~
12018 \end_inset
12019
12020
12021 \begin_inset CommandInset ref
12022 LatexCommand ref
12023 reference "tab:Table-with-centered"
12024
12025 \end_inset
12026
12027  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12028  3×3-Tabelle, kreuzen im 
12029 \family sans
12030 Tabellen-Einstellungen
12031 \family default
12032 -Dialog 
12033 \family sans
12034 Mehrfachspalte
12035 \family default
12036  an, setzen die 
12037 \family sans
12038 Horizontale
12039 \begin_inset space ~
12040 \end_inset
12041
12042 Ausrichtung
12043 \family default
12044  auf 
12045 \family sans
12046 Zentriert
12047 \family default
12048  und die 
12049 \family sans
12050 Breite
12051 \family default
12052  auf 2.5
12053 \begin_inset space \thinspace{}
12054 \end_inset
12055
12056 cm.
12057  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12058  Sie die Breite der ersten Spalte auf 1.25
12059 \begin_inset space \thinspace{}
12060 \end_inset
12061
12062 cm setzen.
12063  Die zweite Spalte wird dann automatisch 1.25
12064 \begin_inset space \thinspace{}
12065 \end_inset
12066
12067 cm breit (Breite der 
12068 \family sans
12069 Mehrfachspalte
12070 \family default
12071  
12072 \begin_inset Formula $-$
12073 \end_inset
12074
12075  Breite der ersten Spalte).
12076  Dies wurde so für Tabelle
12077 \begin_inset space ~
12078 \end_inset
12079
12080
12081 \begin_inset CommandInset ref
12082 LatexCommand ref
12083 reference "tab:Table-without-half"
12084
12085 \end_inset
12086
12087  gemacht.
12088 \end_layout
12089
12090 \begin_layout Standard
12091 \begin_inset Float table
12092 wide false
12093 sideways false
12094 status open
12095
12096 \begin_layout Plain Layout
12097 \begin_inset Caption
12098
12099 \begin_layout Plain Layout
12100 \begin_inset CommandInset label
12101 LatexCommand label
12102 name "tab:Table-without-half"
12103
12104 \end_inset
12105
12106 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12107  wie die Mehrfachspalte
12108 \begin_inset OptArg
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 Eine unvollkommene Mehrfachspalten-Tabelle
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \end_layout
12124
12125 \begin_layout Plain Layout
12126 \align center
12127 \begin_inset Tabular
12128 <lyxtabular version="3" rows="3" columns="3">
12129 <features>
12130 <column alignment="center" valignment="top" width="1.25cm">
12131 <column alignment="center" valignment="top" width="0">
12132 <column alignment="center" valignment="top" width="0">
12133 <row>
12134 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 Dies ist auch eine Mehr\SpecialChar \-
12139 fach\SpecialChar \-
12140 spalten-Zelle
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 c
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 </row>
12164 <row>
12165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 d
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 e
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 f
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 </row>
12193 <row>
12194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 g
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 h
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216 i
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 </row>
12222 </lyxtabular>
12223
12224 \end_inset
12225
12226
12227 \end_layout
12228
12229 \end_inset
12230
12231
12232 \end_layout
12233
12234 \begin_layout Standard
12235 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12236  als die zweite ist.
12237  Das liegt daran, dass die Zellenbreite 
12238 \begin_inset Formula $W_{\mathrm{tot}}$
12239 \end_inset
12240
12241  nicht ihre definierte Breite 
12242 \begin_inset Formula $W_{g}$
12243 \end_inset
12244
12245  ist, sondern ein wenig mehr.
12246  Anhang
12247 \begin_inset space ~
12248 \end_inset
12249
12250
12251 \begin_inset CommandInset ref
12252 LatexCommand ref
12253 reference "kap:Exläuterung-einer-Gleichung"
12254
12255 \end_inset
12256
12257  erklärt das genauer.
12258 \end_layout
12259
12260 \begin_layout Standard
12261 Wenn 
12262 \emph on
12263 n
12264 \emph default
12265  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12266  die definierte Breite 
12267 \begin_inset Formula $W_{g\, n}$
12268 \end_inset
12269
12270  einer Spalte, deren totale Breite = 
12271 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12272 \end_inset
12273
12274  sein soll, wie folgt:
12275 \begin_inset Formula \begin{equation}
12276 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12277
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \begin_layout Standard
12284 In unserem Falls ist 
12285 \begin_inset Formula $n=2$
12286 \end_inset
12287
12288
12289 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12290 \end_inset
12291
12292 cm, und damit wird aus Gleichung
12293 \begin_inset space ~
12294 \end_inset
12295
12296
12297 \begin_inset CommandInset ref
12298 LatexCommand ref
12299 reference "eq:Wgn"
12300
12301 \end_inset
12302
12303  
12304 \begin_inset Formula \begin{equation}
12305 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12306
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \begin_layout Standard
12313 Damit LaTeX rechnen kann, muss das Paket 
12314 \series bold
12315 calc
12316 \series default
12317  im Vorspann geladen werden.
12318 \begin_inset Index
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322 LaTeX-Pakete ! calc
12323 \end_layout
12324
12325 \end_inset
12326
12327
12328 \end_layout
12329
12330 \begin_layout Standard
12331
12332 \series bold
12333
12334 \backslash
12335 usepackage{calc}
12336 \end_layout
12337
12338 \begin_layout Standard
12339 LyX erlaubt im 
12340 \family sans
12341 Breite
12342 \family default
12343 -Feld des 
12344 \family sans
12345 Tabellen-Einstellungen
12346 \family default
12347 -Dialogs keine Berechnungen.
12348  Deshalb müssen Sie die Formel für die Breite im Feld 
12349 \family sans
12350 LaTe
12351 \begin_inset ERT
12352 status collapsed
12353
12354 \begin_layout Plain Layout
12355
12356 {}
12357 \end_layout
12358
12359 \end_inset
12360
12361 X-Argument
12362 \family default
12363  eingeben.
12364  Hier iss ein Überblick über die Argumente:
12365 \end_layout
12366
12367 \begin_layout Itemize
12368
12369 \series bold
12370 p{Breite}
12371 \series default
12372  die Zelle bekommt eine feste 
12373 \series bold
12374 Breite
12375 \series default
12376 , und die vertikale Ausrichtung ist 
12377 \family sans
12378 Oben
12379 \end_layout
12380
12381 \begin_layout Itemize
12382
12383 \series bold
12384 m{Breite}
12385 \series default
12386  die Zelle bekommt eine feste 
12387 \series bold
12388 Breite
12389 \series default
12390 , und die vertikale Ausrichtung ist 
12391 \family sans
12392 Mitte
12393 \end_layout
12394
12395 \begin_layout Itemize
12396
12397 \series bold
12398 b{Breite}
12399 \series default
12400  die Zelle bekommt eine feste 
12401 \series bold
12402 Breite
12403 \series default
12404 , und die vertikale Ausrichtung ist 
12405 \family sans
12406 Unten
12407 \end_layout
12408
12409 \begin_layout Standard
12410 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12411  für diese Zelle überschrieben.
12412 \end_layout
12413
12414 \begin_layout Standard
12415 \begin_inset Note Greyedout
12416 status open
12417
12418 \begin_layout Plain Layout
12419
12420 \series bold
12421 Bemerkung:
12422 \series default
12423  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
12424  angezeigt.
12425 \end_layout
12426
12427 \end_inset
12428
12429
12430 \end_layout
12431
12432 \begin_layout Standard
12433 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12434  der Zelle mit dem Inhalt 
12435 \begin_inset Quotes gld
12436 \end_inset
12437
12438 d
12439 \begin_inset Quotes grd
12440 \end_inset
12441
12442  der Tabelle
12443 \begin_inset space ~
12444 \end_inset
12445
12446
12447 \begin_inset CommandInset ref
12448 LatexCommand ref
12449 reference "tab:Table-with-centered"
12450
12451 \end_inset
12452
12453  auch noch der Befehl
12454 \family typewriter
12455 \series bold
12456  
12457 \family default
12458
12459 \backslash
12460 centering
12461 \series default
12462  hinzugefügt.
12463  Das Ganze sieht dann so aus:
12464 \end_layout
12465
12466 \begin_layout Standard
12467
12468 \series bold
12469 |>{
12470 \backslash
12471 centering}m{1.25cm-6.2pt}
12472 \end_layout
12473
12474 \begin_layout Standard
12475 Der vertikale Strich 
12476 \series bold
12477
12478 \begin_inset Quotes gld
12479 \end_inset
12480
12481 |
12482 \series default
12483
12484 \begin_inset Quotes grd
12485 \end_inset
12486
12487  am Anfang zeichnet die linke Linie, und der Befehl 
12488 \series bold
12489
12490 \begin_inset Quotes gld
12491 \end_inset
12492
12493 >{ }
12494 \begin_inset Quotes grd
12495 \end_inset
12496
12497
12498 \series default
12499  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12500  der Zelle benutzt werden sollen.
12501 \end_layout
12502
12503 \begin_layout Standard
12504 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12505  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12506  für einzelne Spalten anwendet.
12507  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12508  werden:
12509 \end_layout
12510
12511 \begin_layout Standard
12512
12513 \series bold
12514 |>{
12515 \backslash
12516 centering}m{2.5cm}|
12517 \end_layout
12518
12519 \begin_layout Subsection
12520 Mehrfachzeilen
12521 \begin_inset CommandInset label
12522 LatexCommand label
12523 name "uab:Mehrfachzeilen"
12524
12525 \end_inset
12526
12527
12528 \begin_inset Index
12529 status collapsed
12530
12531 \begin_layout Plain Layout
12532 Mehrfachzeilen
12533 \end_layout
12534
12535 \end_inset
12536
12537
12538 \begin_inset Index
12539 status collapsed
12540
12541 \begin_layout Plain Layout
12542 Tabellen ! Mehrfachzeilen
12543 \end_layout
12544
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \begin_layout Standard
12551 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12552  unterstützt, sodass etwas TeX-Code notwendig.
12553  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12554 \series bold
12555 multirow
12556 \series default
12557
12558 \begin_inset Index
12559 status collapsed
12560
12561 \begin_layout Plain Layout
12562 LaTeX-Pakete ! multirow
12563 \end_layout
12564
12565 \end_inset
12566
12567  im Vorspann geladen werden:
12568 \end_layout
12569
12570 \begin_layout Standard
12571
12572 \series bold
12573
12574 \backslash
12575 usepackage{multirow}
12576 \end_layout
12577
12578 \begin_layout Standard
12579 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12580 \end_layout
12581
12582 \begin_layout Standard
12583
12584 \series bold
12585
12586 \backslash
12587 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12588 \end_layout
12589
12590 \begin_layout Standard
12591 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12592  Mehrfachspalte definiert und die obere Linie entfernt.
12593 \end_layout
12594
12595 \begin_layout Standard
12596 \align center
12597 \begin_inset ERT
12598 status collapsed
12599
12600 \begin_layout Plain Layout
12601
12602
12603 \backslash
12604 renewcommand{
12605 \backslash
12606 multirowsetup}{
12607 \backslash
12608 centering}
12609 \end_layout
12610
12611 \end_inset
12612
12613
12614 \begin_inset Tabular
12615 <lyxtabular version="3" rows="3" columns="3">
12616 <features>
12617 <column alignment="center" valignment="top" width="0">
12618 <column alignment="center" valignment="top" width="0">
12619 <column alignment="center" valignment="top" width="0">
12620 <row>
12621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 a
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634 b
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 c
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 </row>
12649 <row>
12650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 \begin_inset ERT
12655 status collapsed
12656
12657 \begin_layout Plain Layout
12658
12659
12660 \backslash
12661 multirow{2}{2.5cm}{
12662 \end_layout
12663
12664 \end_inset
12665
12666 Mehrfach\SpecialChar \-
12667 zeilen-Text
12668 \begin_inset ERT
12669 status collapsed
12670
12671 \begin_layout Plain Layout
12672
12673 }
12674 \end_layout
12675
12676 \end_inset
12677
12678
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 e
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 f
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 </row>
12702 <row>
12703 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 h
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 i
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 </row>
12731 </lyxtabular>
12732
12733 \end_inset
12734
12735
12736 \begin_inset ERT
12737 status collapsed
12738
12739 \begin_layout Plain Layout
12740
12741
12742 \backslash
12743 renewcommand{
12744 \backslash
12745 multirowsetup}{
12746 \backslash
12747 raggedright}
12748 \end_layout
12749
12750 \end_inset
12751
12752
12753 \end_layout
12754
12755 \begin_layout Standard
12756 In der Zelle darüber wurde dann mit dem Befehl
12757 \end_layout
12758
12759 \begin_layout Standard
12760
12761 \series bold
12762
12763 \backslash
12764 multirow{2}{2.5cm}{
12765 \end_layout
12766
12767 \begin_layout Standard
12768 als TeX-Code die Mehrfachzeile definiert.
12769  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12770 \begin_inset space \thinspace{}
12771 \end_inset
12772
12773 cm.
12774  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12775  mit der Klammer 
12776 \begin_inset Quotes gld
12777 \end_inset
12778
12779
12780 \series bold
12781 }
12782 \series default
12783
12784 \begin_inset Quotes grd
12785 \end_inset
12786
12787  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12788 \end_layout
12789
12790 \begin_layout Standard
12791
12792 \series bold
12793
12794 \backslash
12795 multirow
12796 \series default
12797  richtet seinen Inhalt standardmäßig linksbündig aus.
12798  Das wurde mit dem Befehl
12799 \end_layout
12800
12801 \begin_layout Standard
12802
12803 \series bold
12804
12805 \backslash
12806 renewcommand{
12807 \backslash
12808 multirowsetup}{
12809 \backslash
12810 centering}
12811 \end_layout
12812
12813 \begin_layout Standard
12814 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12815 \end_layout
12816
12817 \begin_layout Standard
12818
12819 \series bold
12820
12821 \backslash
12822 renewcommand{
12823 \backslash
12824 multirowsetup}{
12825 \backslash
12826 raggedright}
12827 \end_layout
12828
12829 \begin_layout Standard
12830 zurückgesetzt.
12831  Für rechtsbündigen Text benutzt man 
12832 \series bold
12833
12834 \backslash
12835 raggedleft
12836 \series default
12837 .
12838 \end_layout
12839
12840 \begin_layout Section
12841 Formale Tabellen
12842 \begin_inset CommandInset label
12843 LatexCommand label
12844 name "abs:Formale-Tabellen"
12845
12846 \end_inset
12847
12848
12849 \begin_inset Index
12850 status collapsed
12851
12852 \begin_layout Plain Layout
12853 Tabellen ! Formale
12854 \end_layout
12855
12856 \end_inset
12857
12858
12859 \end_layout
12860
12861 \begin_layout Standard
12862 Tabellen werden in Büchern oft wie Tabelle
12863 \begin_inset space ~
12864 \end_inset
12865
12866
12867 \begin_inset CommandInset ref
12868 LatexCommand ref
12869 reference "tab:Formale-Tabelle"
12870
12871 \end_inset
12872
12873  gesetzt.
12874  Diese Tabellen werden
12875 \emph on
12876  formal
12877 \emph default
12878  genannt.
12879  Formale Tabellen bekommen Sie, wenn Sie im 
12880 \family sans
12881 Tabellen-Einstellungen
12882 \family default
12883 -Dialog auf der Karteikarte 
12884 \family sans
12885 Rahmen
12886 \family default
12887  den 
12888 \family sans
12889 Stil
12890 \family default
12891  
12892 \family sans
12893 Formal
12894 \family default
12895  ankreuzen.
12896 \end_layout
12897
12898 \begin_layout Standard
12899 \begin_inset Float table
12900 placement h
12901 wide false
12902 sideways false
12903 status open
12904
12905 \begin_layout Plain Layout
12906 \begin_inset Caption
12907
12908 \begin_layout Plain Layout
12909 \begin_inset CommandInset label
12910 LatexCommand label
12911 name "tab:Formale-Tabelle"
12912
12913 \end_inset
12914
12915 Formale Tabelle
12916 \end_layout
12917
12918 \end_inset
12919
12920
12921 \end_layout
12922
12923 \begin_layout Plain Layout
12924 \align center
12925 \begin_inset Tabular
12926 <lyxtabular version="3" rows="8" columns="4">
12927 <features booktabs="true">
12928 <column alignment="center" valignment="top" width="0">
12929 <column alignment="right" valignment="top" width="0">
12930 <column alignment="right" valignment="top" width="0">
12931 <column alignment="right" valignment="top" width="0">
12932 <row>
12933 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Plain Layout
12937 System
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 <cell alignment="center" valignment="top" topline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 Medipix
12947 \begin_inset Formula $\,$
12948 \end_inset
12949
12950 1
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 Medipix
12960 \begin_inset Formula $\,$
12961 \end_inset
12962
12963 2
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 </row>
12978 <row>
12979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 \begin_inset ERT
12984 status collapsed
12985
12986 \begin_layout Plain Layout
12987
12988
12989 \backslash
12990 cmidrule(r){2-2}
12991 \end_layout
12992
12993 \end_inset
12994
12995
12996 \begin_inset ERT
12997 status collapsed
12998
12999 \begin_layout Plain Layout
13000
13001
13002 \backslash
13003 cmidrule(l){3-4}
13004 \end_layout
13005
13006 \end_inset
13007
13008 Detektordicke [µm]
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 300
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell alignment="center" valignment="top" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026 300
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 <cell alignment="center" valignment="top" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035 700
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 </row>
13041 <row>
13042 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 Kantenwinkel [°]
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" topline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 3.55
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" topline="true" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 2.71
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 <cell alignment="center" valignment="top" topline="true" usebox="none">
13070 \begin_inset Text
13071
13072 \begin_layout Plain Layout
13073 7.99
13074 \end_layout
13075
13076 \end_inset
13077 </cell>
13078 </row>
13079 <row topspace="default">
13080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 räumliche Auflösung [µm]
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 <cell alignment="center" valignment="top" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 4.26
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 10.17
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 10.56
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 </row>
13117 <row topspace="default">
13118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13119 \begin_inset Text
13120
13121 \begin_layout Plain Layout
13122 MTF bei 
13123 \begin_inset Formula $f_{\mathrm{max}}$
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 0.53
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 0.37
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 0.39
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 </row>
13159 <row topspace="default">
13160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 \begin_inset ERT
13165 status collapsed
13166
13167 \begin_layout Plain Layout
13168
13169
13170 \backslash
13171 cmidrule(l{10pt}){1-1}
13172 \end_layout
13173
13174 \end_inset
13175
13176 LSF räumliche Auflösung
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 </row>
13209 <row>
13210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 in µm
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 129.7
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 52.75
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241 50.78
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 </row>
13247 <row>
13248 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 in % der Pixelgröße
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 76.3
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 95.9
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 92.3
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 </row>
13285 </lyxtabular>
13286
13287 \end_inset
13288
13289
13290 \end_layout
13291
13292 \end_inset
13293
13294
13295 \end_layout
13296
13297 \begin_layout Standard
13298 Abstände zu Tabellenzeilen können auf der Karteikarte 
13299 \family sans
13300 Rahmen
13301 \family default
13302  des 
13303 \family sans
13304 Tabellen-Ein\SpecialChar \-
13305 stel\SpecialChar \-
13306 lun\SpecialChar \-
13307 gen
13308 \family default
13309 -Dialogs hinzugefügt werden, wie in Abschnitt
13310 \begin_inset space ~
13311 \end_inset
13312
13313
13314 \begin_inset CommandInset ref
13315 LatexCommand ref
13316 reference "uab:Zeilenabstand"
13317
13318 \end_inset
13319
13320  beschrieben.
13321 \end_layout
13322
13323 \begin_layout Standard
13324 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13325  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13326  gedruckt aber anders aus.
13327  Die erste und letzte Linie ist 0.08
13328 \begin_inset space \thinspace{}
13329 \end_inset
13330
13331 em dick, während die anderen 0.05
13332 \begin_inset space \thinspace{}
13333 \end_inset
13334
13335 em dick sind.
13336 \end_layout
13337
13338 \begin_layout Standard
13339 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13340 \end_layout
13341
13342 \begin_layout Standard
13343
13344 \series bold
13345
13346 \backslash
13347 let
13348 \backslash
13349 mytoprule
13350 \backslash
13351 toprule
13352 \begin_inset Newline newline
13353 \end_inset
13354
13355
13356 \backslash
13357 renewcommand{
13358 \backslash
13359 toprule}{
13360 \backslash
13361 mytoprule[Breite]}
13362 \end_layout
13363
13364 \begin_layout Standard
13365 Dies Beispiel gilt für die oberste Linie, genannt 
13366 \series bold
13367 toprule
13368 \series default
13369 .
13370  Für die letzte müssen Sie 
13371 \series bold
13372 toprule
13373 \series default
13374  durch 
13375 \series bold
13376 bottomrule
13377 \series default
13378  ersetzen.
13379  Die Linien dazwischen heißen 
13380 \series bold
13381 midrule
13382 \series default
13383 .
13384  Für 
13385 \family sans
13386 Breite
13387 \family default
13388  können Sie alle Einheiten benutzen, die in Anhang
13389 \begin_inset space ~
13390 \end_inset
13391
13392
13393 \begin_inset CommandInset ref
13394 LatexCommand ref
13395 reference "kap:In-LyX-verfügbare"
13396
13397 \end_inset
13398
13399  aufgelistet sind.
13400 \end_layout
13401
13402 \begin_layout Standard
13403 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13404  eine Linie unter einer Mehrfachspalte.
13405  LyX wird intern den Befehl 
13406 \series bold
13407
13408 \backslash
13409 cmidrule
13410 \series default
13411  benutzen, um diese Linie zu drucken.
13412  Der ganze Befehl sieht so aus:
13413 \end_layout
13414
13415 \begin_layout Standard
13416
13417 \series bold
13418
13419 \backslash
13420 cmidrule[width](trim){Anfangsspalte-Endspalte}
13421 \end_layout
13422
13423 \begin_layout Standard
13424 Die 
13425 \series bold
13426
13427 \backslash
13428 cmidrule
13429 \series default
13430 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13431  benutzen.
13432  
13433 \series bold
13434
13435 \backslash
13436 cmidrule
13437 \series default
13438  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13439  erste Zelle einer Zeile einfügt.
13440  Die Linie wird dann über der Zeile gedruckt.
13441 \end_layout
13442
13443 \begin_layout Standard
13444 Der Standardwert ist 0.03
13445 \begin_inset space \thinspace{}
13446 \end_inset
13447
13448 em.
13449  Die Linie reicht von 
13450 \family typewriter
13451 Anfangsspalte
13452 \family default
13453  bis 
13454 \family typewriter
13455 End\SpecialChar \-
13456 spal\SpecialChar \-
13457 te
13458 \family default
13459 .
13460  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13461   Der optionale Parameter 
13462 \family typewriter
13463 trim
13464 \family default
13465  kann die Werte 
13466 \emph on
13467 r
13468 \emph default
13469
13470 \emph on
13471 r{Breite}
13472 \emph default
13473
13474 \emph on
13475 l
13476 \family typewriter
13477 \emph default
13478  
13479 \family default
13480 oder 
13481 \emph on
13482 l{Breite}
13483 \emph default
13484  annehmen, wobei die 
13485 \family sans
13486 Breite
13487 \family default
13488  optional ist.
13489  
13490 \emph on
13491 l{2pt}
13492 \emph default
13493  zum Beispiel bedeutet, dass die Linie links um 2
13494 \begin_inset space \thinspace{}
13495 \end_inset
13496
13497 pt gekürzt wird.
13498  Ohne Breitenangabe werden die Linien um 0.5
13499 \begin_inset space \thinspace{}
13500 \end_inset
13501
13502 em gekürzt.
13503 \end_layout
13504
13505 \begin_layout Standard
13506 \begin_inset VSpace bigskip
13507 \end_inset
13508
13509 In Tabelle
13510 \begin_inset space ~
13511 \end_inset
13512
13513
13514 \begin_inset CommandInset ref
13515 LatexCommand ref
13516 reference "tab:Formale-Tabelle"
13517
13518 \end_inset
13519
13520  wurden die Befehle
13521 \end_layout
13522
13523 \begin_layout Standard
13524
13525 \series bold
13526
13527 \backslash
13528 cmidrule(r){2-2}
13529 \backslash
13530 cmidrule(l){3-4}
13531 \end_layout
13532
13533 \begin_layout Standard
13534 am Anfange der zweiten Zeile und
13535 \end_layout
13536
13537 \begin_layout Standard
13538
13539 \series bold
13540
13541 \backslash
13542 cmidrule(l{10pt}){1-1}
13543 \end_layout
13544
13545 \begin_layout Standard
13546 in der sechsten benutzt.
13547 \end_layout
13548
13549 \begin_layout Standard
13550 \begin_inset VSpace bigskip
13551 \end_inset
13552
13553
13554 \end_layout
13555
13556 \begin_layout Standard
13557 Sie können mit 
13558 \series bold
13559
13560 \backslash
13561 cmidrule
13562 \series default
13563  auch überlappende Linien wie in Tabelle
13564 \begin_inset space ~
13565 \end_inset
13566
13567
13568 \begin_inset CommandInset ref
13569 LatexCommand ref
13570 reference "tab:Special-booktabs-table"
13571
13572 \end_inset
13573
13574  definieren.
13575  Der Befehl ist:
13576 \end_layout
13577
13578 \begin_layout Standard
13579
13580 \series bold
13581
13582 \backslash
13583 morecmidrules
13584 \end_layout
13585
13586 \begin_layout Standard
13587 In Zeile zwei der Tabelle
13588 \begin_inset space ~
13589 \end_inset
13590
13591
13592 \begin_inset CommandInset ref
13593 LatexCommand ref
13594 reference "tab:Special-booktabs-table"
13595
13596 \end_inset
13597
13598  wurde folgender Befehl benutzt:
13599 \end_layout
13600
13601 \begin_layout Standard
13602
13603 \series bold
13604
13605 \backslash
13606 cmidrule(r){2-2}
13607 \backslash
13608 cmidrule(l){3-4}
13609 \backslash
13610 morecmidrules
13611 \begin_inset Newline newline
13612 \end_inset
13613
13614
13615 \backslash
13616 cmidrule{2-4}
13617 \end_layout
13618
13619 \begin_layout Standard
13620 und in Zeile sechs:
13621 \end_layout
13622
13623 \begin_layout Standard
13624
13625 \series bold
13626
13627 \backslash
13628 midrule
13629 \backslash
13630 morecmidrules
13631 \backslash
13632 cmidrule{3-4}
13633 \end_layout
13634
13635 \begin_layout Standard
13636 \begin_inset VSpace bigskip
13637 \end_inset
13638
13639
13640 \end_layout
13641
13642 \begin_layout Standard
13643 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13644  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13645 \end_layout
13646
13647 \begin_layout Standard
13648
13649 \series bold
13650
13651 \backslash
13652 specialrule{Dicke}{Abstand davor}{Abstand danach}
13653 \end_layout
13654
13655 \begin_layout Standard
13656 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13657 \series bold
13658 booktabs
13659 \series default
13660  
13661 \begin_inset CommandInset citation
13662 LatexCommand cite
13663 key "booktabs"
13664
13665 \end_inset
13666
13667 .
13668 \begin_inset Index
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672 LaTeX-Pakete ! booktabs
13673 \end_layout
13674
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \begin_layout Standard
13681 \begin_inset Float table
13682 placement h
13683 wide false
13684 sideways false
13685 status open
13686
13687 \begin_layout Plain Layout
13688 \begin_inset Caption
13689
13690 \begin_layout Plain Layout
13691 \begin_inset CommandInset label
13692 LatexCommand label
13693 name "tab:Special-booktabs-table"
13694
13695 \end_inset
13696
13697 Eine spezielle formale Tabelle
13698 \end_layout
13699
13700 \end_inset
13701
13702
13703 \end_layout
13704
13705 \begin_layout Plain Layout
13706 \align center
13707 \begin_inset Tabular
13708 <lyxtabular version="3" rows="8" columns="4">
13709 <features booktabs="true">
13710 <column alignment="center" valignment="top" width="0">
13711 <column alignment="center" valignment="top" width="0">
13712 <column alignment="right" valignment="top" width="0">
13713 <column alignment="right" valignment="top" width="0">
13714 <row>
13715 <cell alignment="center" valignment="top" topline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 System
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 Medipix
13729 \begin_inset space \thinspace{}
13730 \end_inset
13731
13732 1
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 Medipix
13742 \begin_inset space \thinspace{}
13743 \end_inset
13744
13745 2
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 </row>
13760 <row>
13761 <cell alignment="center" valignment="top" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765 \begin_inset ERT
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769
13770
13771 \backslash
13772 cmidrule(r){2-2}
13773 \end_layout
13774
13775 \end_inset
13776
13777
13778 \begin_inset ERT
13779 status collapsed
13780
13781 \begin_layout Plain Layout
13782
13783
13784 \backslash
13785 cmidrule(l){3-4}
13786 \end_layout
13787
13788 \end_inset
13789
13790
13791 \begin_inset ERT
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795
13796
13797 \backslash
13798 morecmidrules 
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{2-4}
13812 \end_layout
13813
13814 \end_inset
13815
13816 Detektordicke  [µm]
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 300
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 300
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 700
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 </row>
13849 <row>
13850 <cell alignment="center" valignment="top" topline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 Kantenwinkel [°]
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" topline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 3,55
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 <cell alignment="center" valignment="top" topline="true" usebox="none">
13869 \begin_inset Text
13870
13871 \begin_layout Plain Layout
13872 2,71
13873 \end_layout
13874
13875 \end_inset
13876 </cell>
13877 <cell alignment="center" valignment="top" topline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 7,99
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 </row>
13887 <row topspace="default">
13888 <cell alignment="center" valignment="top" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 räumliche Auflösung [µm]
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 4,26
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 <cell alignment="center" valignment="top" usebox="none">
13907 \begin_inset Text
13908
13909 \begin_layout Plain Layout
13910 10,17
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 <cell alignment="center" valignment="top" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 10,56
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 </row>
13925 <row topspace="default">
13926 <cell alignment="center" valignment="top" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 MTF bei 
13931 \begin_inset Formula $f_{\mathrm{max}}$
13932 \end_inset
13933
13934
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 0,53
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 0,37
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 <cell alignment="center" valignment="top" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 0,39
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 </row>
13967 <row>
13968 <cell alignment="center" valignment="top" topline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 \begin_inset ERT
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976
13977
13978 \backslash
13979 morecmidrules 
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \begin_inset ERT
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989
13990
13991 \backslash
13992 cmidrule{3-4}
13993 \end_layout
13994
13995 \end_inset
13996
13997 LSF-räumliche Auflösung
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 <cell alignment="center" valignment="top" topline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 <cell alignment="center" valignment="top" topline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015
14016 \end_layout
14017
14018 \end_inset
14019 </cell>
14020 <cell alignment="center" valignment="top" topline="true" usebox="none">
14021 \begin_inset Text
14022
14023 \begin_layout Plain Layout
14024
14025 \end_layout
14026
14027 \end_inset
14028 </cell>
14029 </row>
14030 <row>
14031 <cell alignment="center" valignment="top" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 in µm
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 <cell alignment="center" valignment="top" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044 129,7
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 <cell alignment="center" valignment="top" usebox="none">
14050 \begin_inset Text
14051
14052 \begin_layout Plain Layout
14053 52,75
14054 \end_layout
14055
14056 \end_inset
14057 </cell>
14058 <cell alignment="center" valignment="top" usebox="none">
14059 \begin_inset Text
14060
14061 \begin_layout Plain Layout
14062 50,78
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 </row>
14068 <row>
14069 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 in % der Pixelgröße
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 76,3
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14088 \begin_inset Text
14089
14090 \begin_layout Plain Layout
14091 95,9
14092 \end_layout
14093
14094 \end_inset
14095 </cell>
14096 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14097 \begin_inset Text
14098
14099 \begin_layout Plain Layout
14100 92,3
14101 \end_layout
14102
14103 \end_inset
14104 </cell>
14105 </row>
14106 </lyxtabular>
14107
14108 \end_inset
14109
14110
14111 \end_layout
14112
14113 \end_inset
14114
14115
14116 \end_layout
14117
14118 \begin_layout Section
14119 Vertikale Tabellen-Ausrichtung
14120 \begin_inset Index
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124 Tabellen ! Ausrichtung
14125 \end_layout
14126
14127 \end_inset
14128
14129
14130 \end_layout
14131
14132 \begin_layout Standard
14133 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14134  einer Box sein.
14135  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14136 \begin_inset space ~
14137 \end_inset
14138
14139
14140 \begin_inset CommandInset ref
14141 LatexCommand ref
14142 reference "abs:Box-Dialog"
14143
14144 \end_inset
14145
14146  beschrieben.
14147 \end_layout
14148
14149 \begin_layout Standard
14150 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14151 \begin_inset Foot
14152 status collapsed
14153
14154 \begin_layout Plain Layout
14155 Minipages werden in Abschnitt
14156 \begin_inset space ~
14157 \end_inset
14158
14159
14160 \begin_inset CommandInset ref
14161 LatexCommand ref
14162 reference "abs:Minipage"
14163
14164 \end_inset
14165
14166  beschrieben.
14167 \end_layout
14168
14169 \end_inset
14170
14171  mit 15
14172 \begin_inset space \thinspace{}
14173 \end_inset
14174
14175 col%-Breite:
14176 \end_layout
14177
14178 \begin_layout Itemize
14179 Test 
14180 \begin_inset Box Frameless
14181 position "t"
14182 hor_pos "c"
14183 has_inner_box 1
14184 inner_pos "c"
14185 use_parbox 0
14186 width "15col%"
14187 special "none"
14188 height "1in"
14189 height_special "totalheight"
14190 status collapsed
14191
14192 \begin_layout Plain Layout
14193 \begin_inset Tabular
14194 <lyxtabular version="3" rows="3" columns="3">
14195 <features>
14196 <column alignment="center" valignment="top" width="0">
14197 <column alignment="center" valignment="top" width="0">
14198 <column alignment="center" valignment="top" width="0">
14199 <row>
14200 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 Tabelle 1
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 </row>
14228 <row>
14229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233 b
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 e
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14248 \begin_inset Text
14249
14250 \begin_layout Plain Layout
14251 h
14252 \end_layout
14253
14254 \end_inset
14255 </cell>
14256 </row>
14257 <row>
14258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 c
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271 f
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280 i
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 </row>
14286 </lyxtabular>
14287
14288 \end_inset
14289
14290
14291 \end_layout
14292
14293 \end_inset
14294
14295  Test 
14296 \begin_inset ERT
14297 status collapsed
14298
14299 \begin_layout Plain Layout
14300
14301
14302 \backslash
14303 raisebox{0.85
14304 \backslash
14305 baselineskip}{
14306 \end_layout
14307
14308 \end_inset
14309
14310
14311 \begin_inset Box Frameless
14312 position "t"
14313 hor_pos "c"
14314 has_inner_box 1
14315 inner_pos "c"
14316 use_parbox 0
14317 width "15col%"
14318 special "none"
14319 height "1in"
14320 height_special "totalheight"
14321 status collapsed
14322
14323 \begin_layout Plain Layout
14324 \begin_inset Tabular
14325 <lyxtabular version="3" rows="3" columns="3">
14326 <features>
14327 <column alignment="center" valignment="top" width="0">
14328 <column alignment="center" valignment="top" width="0">
14329 <column alignment="center" valignment="top" width="0">
14330 <row>
14331 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 Tabelle 2
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 </row>
14359 <row>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 b
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 e
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Plain Layout
14382 h
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 </row>
14388 <row>
14389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 c
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 f
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 i
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 </lyxtabular>
14418
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \end_inset
14425
14426
14427 \begin_inset ERT
14428 status collapsed
14429
14430 \begin_layout Plain Layout
14431
14432 }
14433 \end_layout
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \begin_layout Itemize
14441 Test 
14442 \begin_inset Box Frameless
14443 position "c"
14444 hor_pos "c"
14445 has_inner_box 1
14446 inner_pos "c"
14447 use_parbox 0
14448 width "15col%"
14449 special "none"
14450 height "1in"
14451 height_special "totalheight"
14452 status collapsed
14453
14454 \begin_layout Plain Layout
14455 \begin_inset Tabular
14456 <lyxtabular version="3" rows="3" columns="3">
14457 <features>
14458 <column alignment="center" valignment="top" width="0">
14459 <column alignment="center" valignment="top" width="0">
14460 <column alignment="center" valignment="top" width="0">
14461 <row>
14462 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466 Tabelle 3
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 </row>
14490 <row>
14491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495 b
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Plain Layout
14504 e
14505 \end_layout
14506
14507 \end_inset
14508 </cell>
14509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513 h
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 </row>
14519 <row>
14520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Plain Layout
14524 c
14525 \end_layout
14526
14527 \end_inset
14528 </cell>
14529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533 f
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 i
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 </row>
14548 </lyxtabular>
14549
14550 \end_inset
14551
14552
14553 \end_layout
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \begin_layout Itemize
14561 Test 
14562 \begin_inset Box Frameless
14563 position "b"
14564 hor_pos "c"
14565 has_inner_box 1
14566 inner_pos "c"
14567 use_parbox 0
14568 width "15col%"
14569 special "none"
14570 height "1in"
14571 height_special "totalheight"
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575 \begin_inset Tabular
14576 <lyxtabular version="3" rows="3" columns="3">
14577 <features>
14578 <column alignment="center" valignment="top" width="0">
14579 <column alignment="center" valignment="top" width="0">
14580 <column alignment="center" valignment="top" width="0">
14581 <row>
14582 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 Tabelle 4
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14601 \begin_inset Text
14602
14603 \begin_layout Plain Layout
14604
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 </row>
14610 <row>
14611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615 b
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624 e
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633 h
14634 \end_layout
14635
14636 \end_inset
14637 </cell>
14638 </row>
14639 <row>
14640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 c
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Plain Layout
14653 f
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14659 \begin_inset Text
14660
14661 \begin_layout Plain Layout
14662 i
14663 \end_layout
14664
14665 \end_inset
14666 </cell>
14667 </row>
14668 </lyxtabular>
14669
14670 \end_inset
14671
14672
14673 \end_layout
14674
14675 \end_inset
14676
14677 Test 
14678 \begin_inset ERT
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682
14683
14684 \backslash
14685 raisebox{-0.32
14686 \backslash
14687 baselineskip}{
14688 \end_layout
14689
14690 \end_inset
14691
14692
14693 \begin_inset Box Frameless
14694 position "b"
14695 hor_pos "c"
14696 has_inner_box 1
14697 inner_pos "c"
14698 use_parbox 0
14699 width "15col%"
14700 special "none"
14701 height "1in"
14702 height_special "totalheight"
14703 status collapsed
14704
14705 \begin_layout Plain Layout
14706 \begin_inset Tabular
14707 <lyxtabular version="3" rows="3" columns="3">
14708 <features>
14709 <column alignment="center" valignment="top" width="0">
14710 <column alignment="center" valignment="top" width="0">
14711 <column alignment="center" valignment="top" width="0">
14712 <row>
14713 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 Tabelle 5
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Plain Layout
14726
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735
14736 \end_layout
14737
14738 \end_inset
14739 </cell>
14740 </row>
14741 <row>
14742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Plain Layout
14746 b
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14752 \begin_inset Text
14753
14754 \begin_layout Plain Layout
14755 e
14756 \end_layout
14757
14758 \end_inset
14759 </cell>
14760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14761 \begin_inset Text
14762
14763 \begin_layout Plain Layout
14764 h
14765 \end_layout
14766
14767 \end_inset
14768 </cell>
14769 </row>
14770 <row>
14771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Plain Layout
14775 c
14776 \end_layout
14777
14778 \end_inset
14779 </cell>
14780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14781 \begin_inset Text
14782
14783 \begin_layout Plain Layout
14784 f
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14790 \begin_inset Text
14791
14792 \begin_layout Plain Layout
14793 i
14794 \end_layout
14795
14796 \end_inset
14797 </cell>
14798 </row>
14799 </lyxtabular>
14800
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \end_inset
14807
14808
14809 \begin_inset ERT
14810 status collapsed
14811
14812 \begin_layout Plain Layout
14813
14814 }
14815 \end_layout
14816
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \begin_layout Standard
14823 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
14824  der Textzeile nicht richtig ausgerichtet.
14825  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14826 \begin_inset Quotes gld
14827 \end_inset
14828
14829 Raisebox
14830 \begin_inset Quotes grd
14831 \end_inset
14832
14833
14834 \begin_inset Foot
14835 status collapsed
14836
14837 \begin_layout Plain Layout
14838 Raiseboxen werden in Abschnitt
14839 \begin_inset space ~
14840 \end_inset
14841
14842
14843 \begin_inset CommandInset ref
14844 LatexCommand ref
14845 reference "uab:Vertikale-Ausrichtung"
14846
14847 \end_inset
14848
14849  beschrieben.
14850 \end_layout
14851
14852 \end_inset
14853
14854  setzen.
14855  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14856  Befehl
14857 \end_layout
14858
14859 \begin_layout Standard
14860
14861 \series bold
14862
14863 \backslash
14864 raisebox{0.85
14865 \backslash
14866 baselineskip}{
14867 \end_layout
14868
14869 \begin_layout Standard
14870 vor der Box ausgerichtet.
14871  Hinter der Box wurde auch noch 
14872 \series bold
14873 }
14874 \series default
14875  als TeX-Code eingefügt, weil der obige Befehl mit 
14876 \series bold
14877 {
14878 \series default
14879  aufhörte.
14880  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14881 \end_layout
14882
14883 \begin_layout Standard
14884
14885 \series bold
14886
14887 \backslash
14888 raisebox{-0.32
14889 \backslash
14890 baselineskip}{
14891 \end_layout
14892
14893 \begin_layout Standard
14894 benutzt.
14895 \end_layout
14896
14897 \begin_layout Standard
14898 \begin_inset Note Greyedout
14899 status open
14900
14901 \begin_layout Plain Layout
14902
14903 \series bold
14904 Bemerkung:
14905 \series default
14906  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14907  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14908  Der Faktor im 
14909 \series bold
14910
14911 \backslash
14912 raisebox
14913 \series default
14914 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14915 \end_layout
14916
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \begin_layout Section
14923 Farbige Tabellen
14924 \begin_inset CommandInset label
14925 LatexCommand label
14926 name "abs:Farbige-Tabellen"
14927
14928 \end_inset
14929
14930
14931 \begin_inset Index
14932 status collapsed
14933
14934 \begin_layout Plain Layout
14935 Tabellen ! farbige
14936 \end_layout
14937
14938 \end_inset
14939
14940
14941 \end_layout
14942
14943 \begin_layout Subsection
14944 Farbige Zellen
14945 \begin_inset Index
14946 status collapsed
14947
14948 \begin_layout Plain Layout
14949 farbige !  Tabellenzellen
14950 \end_layout
14951
14952 \end_inset
14953
14954
14955 \end_layout
14956
14957 \begin_layout Standard
14958 \begin_inset Float table
14959 placement h
14960 wide false
14961 sideways false
14962 status open
14963
14964 \begin_layout Plain Layout
14965 \begin_inset Caption
14966
14967 \begin_layout Plain Layout
14968 \begin_inset CommandInset label
14969 LatexCommand label
14970 name "tab:Farbige-Tabelle-ohne"
14971
14972 \end_inset
14973
14974 Farbige Tabelle, ohne Paket 
14975 \series bold
14976 colortbl
14977 \series default
14978
14979 \begin_inset OptArg
14980 status collapsed
14981
14982 \begin_layout Plain Layout
14983 Tabelle ohne 
14984 \family typewriter
14985 colortbl
14986 \end_layout
14987
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \begin_layout Plain Layout
14999 \align center
15000 \begin_inset Tabular
15001 <lyxtabular version="3" rows="3" columns="3">
15002 <features>
15003 <column alignment="center" valignment="top" width="0">
15004 <column alignment="center" valignment="top" width="0">
15005 <column alignment="center" valignment="top" width="0">
15006 <row>
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011
15012 \color green
15013 a
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022
15023 \color red
15024 b
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033
15034 \color red
15035 c
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 </row>
15041 <row>
15042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046
15047 \color green
15048 d
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057
15058 \color blue
15059 e
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068
15069 \color blue
15070 f
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 </row>
15076 <row>
15077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081
15082 \color green
15083 g
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092
15093 \color blue
15094 h
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103
15104 \color blue
15105 i
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 </row>
15111 </lyxtabular>
15112
15113 \end_inset
15114
15115
15116 \end_layout
15117
15118 \end_inset
15119
15120
15121 \end_layout
15122
15123 \begin_layout Standard
15124 \begin_inset CommandInset label
15125 LatexCommand label
15126 name "Wenn-Sie-nur"
15127
15128 \end_inset
15129
15130 Wenn Sie nur farbigen Text
15131 \begin_inset Index
15132 status collapsed
15133
15134 \begin_layout Plain Layout
15135 Farbe ! für Text
15136 \end_layout
15137
15138 \end_inset
15139
15140  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15141  auf den Werkzeugleistenknopf 
15142 \begin_inset Graphics
15143         filename ../../images/dialog-show_character.png
15144         scale 70
15145         scaleBeforeRotation
15146         BoundingBox 0bp 6bp 22bp 22bp
15147
15148 \end_inset
15149
15150  oder über das Menü 
15151 \family sans
15152 Bearbeiten\SpecialChar \menuseparator
15153 Textstil\SpecialChar \menuseparator
15154 Benutzerdefiniert
15155 \family default
15156  mit dem 
15157 \family sans
15158 Textstil
15159 \family default
15160 -Dialog wie es in Tabelle
15161 \begin_inset space ~
15162 \end_inset
15163
15164
15165 \begin_inset CommandInset ref
15166 LatexCommand ref
15167 reference "tab:Farbige-Tabelle-ohne"
15168
15169 \end_inset
15170
15171  gemacht wurde.
15172  In anderen Fällen müssen Sie das LaTeX-Paket 
15173 \series bold
15174 colortbl
15175 \series default
15176  benutzen.
15177 \begin_inset Index
15178 status collapsed
15179
15180 \begin_layout Plain Layout
15181 LaTeX-Pakete ! colortbl
15182 \end_layout
15183
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \begin_layout Standard
15190 \begin_inset ERT
15191 status collapsed
15192
15193 \begin_layout Plain Layout
15194
15195
15196 \backslash
15197 ifcolortbl
15198 \end_layout
15199
15200 \end_inset
15201
15202
15203 \begin_inset Note Note
15204 status open
15205
15206 \begin_layout Plain Layout
15207 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15208 \series bold
15209 colortbl
15210 \series default
15211  installiert ist.
15212 \end_layout
15213
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \begin_layout Standard
15220 Um farbige Tabellen zu erzeugen, muss 
15221 \series bold
15222 colortbl
15223 \series default
15224  im LaTeX-Vorspann geladen werden:
15225 \end_layout
15226
15227 \begin_layout Standard
15228
15229 \series bold
15230
15231 \backslash
15232 usepackage{colortbl}
15233 \end_layout
15234
15235 \begin_layout Standard
15236 Die Farbe einer Spalte ändert man dann mit dem Befehl
15237 \end_layout
15238
15239 \begin_layout Standard
15240
15241 \series bold
15242
15243 \backslash
15244 columncolor{Farbname}
15245 \end_layout
15246
15247 \begin_layout Standard
15248 innerhalb des Befehls 
15249 \series bold
15250 >{}
15251 \series default
15252 .
15253  Mehr über den Befehl 
15254 \series bold
15255 >{}
15256 \series default
15257  finden Sie im Abschnitt
15258 \begin_inset space ~
15259 \end_inset
15260
15261
15262 \begin_inset CommandInset ref
15263 LatexCommand ref
15264 reference "uab:Mehrfachspalten-Berechnungen"
15265
15266 \end_inset
15267
15268 .
15269 \end_layout
15270
15271 \begin_layout Standard
15272 Folgende Farbnamen sind vordefiniert:
15273 \end_layout
15274
15275 \begin_layout Standard
15276
15277 \family sans
15278 red
15279 \family default
15280
15281 \family sans
15282 green
15283 \family default
15284
15285 \family sans
15286 yellow
15287 \family default
15288
15289 \family sans
15290 blue
15291 \family default
15292
15293 \family sans
15294 cyan
15295 \family default
15296
15297 \family sans
15298 magenta
15299 \family default
15300
15301 \family sans
15302 black
15303 \family default
15304  und 
15305 \family sans
15306 white
15307 \begin_inset Newline newline
15308 \end_inset
15309
15310 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15311 \family default
15312 und
15313 \family sans
15314  weiß)
15315 \end_layout
15316
15317 \begin_layout Standard
15318 \begin_inset VSpace medskip
15319 \end_inset
15320
15321
15322 \end_layout
15323
15324 \begin_layout Standard
15325 Sie können auch eigene Farben definieren:
15326 \end_layout
15327
15328 \begin_layout Standard
15329
15330 \series bold
15331
15332 \backslash
15333 definecolor{Farbname}{Farbmodell}{Farbwerte}
15334 \end_layout
15335
15336 \begin_layout Standard
15337 Das Farbmodell kann eins der folgenden sein:
15338 \end_layout
15339
15340 \begin_layout Labeling
15341 \labelwidthstring 00.00.0000
15342 cmyk: cyan, magenta, yellow, black
15343 \end_layout
15344
15345 \begin_layout Labeling
15346 \labelwidthstring 00.00.0000
15347 rgb: red, green blue
15348 \end_layout
15349
15350 \begin_layout Labeling
15351 \labelwidthstring 00.00.0000
15352 gray: gray
15353 \end_layout
15354
15355 \begin_layout Standard
15356 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15357  die die entsprechende Farbe für das Farbmodell beschreiben.
15358 \end_layout
15359
15360 \begin_layout Standard
15361 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15362 \emph on
15363
15364 \begin_inset Quotes gld
15365 \end_inset
15366
15367 dunkelgruen
15368 \emph default
15369
15370 \begin_inset Quotes grd
15371 \end_inset
15372
15373  und 
15374 \begin_inset Quotes gld
15375 \end_inset
15376
15377
15378 \emph on
15379 hellgrau
15380 \emph default
15381
15382 \begin_inset Quotes grd
15383 \end_inset
15384
15385  folgendermaßen definieren:
15386 \end_layout
15387
15388 \begin_layout Standard
15389
15390 \series bold
15391
15392 \backslash
15393 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15394 \end_layout
15395
15396 \begin_layout Standard
15397
15398 \series bold
15399
15400 \backslash
15401 definecolor{hellgrau}{gray}{0.8}
15402 \end_layout
15403
15404 \begin_layout Standard
15405 \begin_inset VSpace medskip
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \begin_layout Standard
15412 Linien werden mit dem Befehl
15413 \end_layout
15414
15415 \begin_layout Standard
15416
15417 \series bold
15418
15419 \backslash
15420 rowcolor{Farbname}
15421 \end_layout
15422
15423 \begin_layout Standard
15424 gefärbt, Zellen mit dem Befehl
15425 \end_layout
15426
15427 \begin_layout Standard
15428
15429 \series bold
15430
15431 \backslash
15432 cellcolor{Farbname}
15433 \end_layout
15434
15435 \begin_layout Standard
15436 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben..
15437 \end_layout
15438
15439 \begin_layout Standard
15440 Um nur Text zu färben, machen Sie es wie 
15441 \begin_inset CommandInset ref
15442 LatexCommand vpageref
15443 reference "Wenn-Sie-nur"
15444
15445 \end_inset
15446
15447  beschrieben.
15448  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15449 \emph on
15450 markieren Sie nur den Text
15451 \emph default
15452 , sonst werden die ERTs LaTeX-Fehler erzeugen.
15453 \end_layout
15454
15455 \begin_layout Standard
15456 \begin_inset Note Greyedout
15457 status open
15458
15459 \begin_layout Plain Layout
15460
15461 \series bold
15462 Achtung:
15463 \series default
15464  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
15465 \end_layout
15466
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \begin_layout Standard
15473 \begin_inset VSpace medskip
15474 \end_inset
15475
15476
15477 \end_layout
15478
15479 \begin_layout Standard
15480 Die Tabelle
15481 \begin_inset space ~
15482 \end_inset
15483
15484
15485 \begin_inset CommandInset ref
15486 LatexCommand ref
15487 reference "tab:Table-colored-using"
15488
15489 \end_inset
15490
15491  wurde folgendermaßen erstellt: die erste Spalte soll 
15492 \emph on
15493
15494 \begin_inset Quotes gld
15495 \end_inset
15496
15497 dunkelgruen
15498 \emph default
15499
15500 \begin_inset Quotes grd
15501 \end_inset
15502
15503  werden, also müssen Sie ins 
15504 \family sans
15505 LaTe
15506 \begin_inset ERT
15507 status collapsed
15508
15509 \begin_layout Plain Layout
15510
15511 {}
15512 \end_layout
15513
15514 \end_inset
15515
15516 X-Argument
15517 \family default
15518  der Zellen der ersten Spalte den Befehl
15519 \end_layout
15520
15521 \begin_layout Standard
15522
15523 \series bold
15524 >{
15525 \backslash
15526 columncolor{dunkelgruen}
15527 \backslash
15528 centering}c
15529 \end_layout
15530
15531 \begin_layout Standard
15532 schreiben.
15533  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15534 \end_layout
15535
15536 \begin_layout Standard
15537
15538 \series bold
15539
15540 \backslash
15541 rowcolow{cyan}
15542 \end_layout
15543
15544 \begin_layout Standard
15545 in die erste Zelle der ersten Zeile eingefügt.
15546  Diese Farbe ersetzt die Spaltenfarbe.
15547  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15548  wird mit folgendem Befehl erreicht:
15549 \end_layout
15550
15551 \begin_layout Standard
15552
15553 \series bold
15554
15555 \backslash
15556 cellcolor{magenta}
15557 \end_layout
15558
15559 \begin_layout Standard
15560 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15561 \family sans
15562 Textstil
15563 \family default
15564 -Dialog.
15565 \end_layout
15566
15567 \begin_layout Standard
15568 \begin_inset Float table
15569 placement h
15570 wide false
15571 sideways false
15572 status open
15573
15574 \begin_layout Plain Layout
15575 \begin_inset Caption
15576
15577 \begin_layout Plain Layout
15578 \begin_inset CommandInset label
15579 LatexCommand label
15580 name "tab:Table-colored-using"
15581
15582 \end_inset
15583
15584 Eine mit dem Paket 
15585 \series bold
15586 colortbl
15587 \series default
15588  gefärbte Tabelle
15589 \begin_inset OptArg
15590 status collapsed
15591
15592 \begin_layout Plain Layout
15593 Tabelle mit 
15594 \family typewriter
15595 colortbl
15596 \end_layout
15597
15598 \end_inset
15599
15600
15601 \end_layout
15602
15603 \end_inset
15604
15605
15606 \end_layout
15607
15608 \begin_layout Plain Layout
15609 \align center
15610 \begin_inset Tabular
15611 <lyxtabular version="3" rows="3" columns="3">
15612 <features>
15613 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15614 <column alignment="center" valignment="top" width="0">
15615 <column alignment="center" valignment="top" width="0">
15616 <row>
15617 <cell alignment="center" valignment="top" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 \begin_inset ERT
15622 status collapsed
15623
15624 \begin_layout Plain Layout
15625
15626
15627 \backslash
15628 rowcolor{cyan}
15629 \end_layout
15630
15631 \end_inset
15632
15633
15634 \color magenta
15635 a
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 <cell alignment="center" valignment="top" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644
15645 \color red
15646 b
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 <cell alignment="center" valignment="top" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Plain Layout
15655
15656 \color red
15657 c
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 </row>
15663 <row>
15664 <cell alignment="center" valignment="top" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668
15669 \color yellow
15670 d
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679
15680 \color blue
15681 e
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 <cell alignment="center" valignment="top" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690
15691 \color blue
15692 f
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 </row>
15698 <row>
15699 <cell alignment="center" valignment="top" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703
15704 \color yellow
15705 g
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714
15715 \color blue
15716 h
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725 \begin_inset ERT
15726 status collapsed
15727
15728 \begin_layout Plain Layout
15729
15730
15731 \backslash
15732 cellcolor{magenta}
15733 \end_layout
15734
15735 \end_inset
15736
15737
15738 \color green
15739 i
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 </row>
15745 </lyxtabular>
15746
15747 \end_inset
15748
15749
15750 \end_layout
15751
15752 \end_inset
15753
15754
15755 \end_layout
15756
15757 \begin_layout Standard
15758 \begin_inset ERT
15759 status collapsed
15760
15761 \begin_layout Plain Layout
15762
15763
15764 \backslash
15765 else
15766 \end_layout
15767
15768 \end_inset
15769
15770
15771 \begin_inset Note Note
15772 status open
15773
15774 \begin_layout Plain Layout
15775 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15776 \series bold
15777 colortbl
15778 \series default
15779  nicht installiert ist:
15780 \end_layout
15781
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \begin_layout Standard
15788 Sie müssen das LaTeX-Paket 
15789 \series bold
15790 colortbl
15791 \series default
15792  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15793 \end_layout
15794
15795 \begin_layout Standard
15796 \begin_inset ERT
15797 status collapsed
15798
15799 \begin_layout Plain Layout
15800
15801
15802 \backslash
15803 fi
15804 \end_layout
15805
15806 \end_inset
15807
15808
15809 \end_layout
15810
15811 \begin_layout Subsection
15812 Farbige Linien
15813 \begin_inset Index
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817 farbige !  Tabellenlinien
15818 \end_layout
15819
15820 \end_inset
15821
15822
15823 \end_layout
15824
15825 \begin_layout Standard
15826 Wie in Abschnitt
15827 \begin_inset space ~
15828 \end_inset
15829
15830
15831 \begin_inset CommandInset ref
15832 LatexCommand ref
15833 reference "uab:Liniendicke"
15834
15835 \end_inset
15836
15837  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
15838 \series bold
15839
15840 \backslash
15841 arrayrulewidth
15842 \series default
15843  definiert werden.
15844  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15845 \begin_inset space \thinspace{}
15846 \end_inset
15847
15848 pt gesetzt.
15849 \begin_inset ERT
15850 status collapsed
15851
15852 \begin_layout Plain Layout
15853
15854
15855 \backslash
15856 setlength{
15857 \backslash
15858 arrayrulewidth}{1.5pt}
15859 \end_layout
15860
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \begin_layout Standard
15867 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15868 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15869 \begin_inset space ~
15870 \end_inset
15871
15872
15873 \begin_inset CommandInset ref
15874 LatexCommand ref
15875 reference "uab:Angepasste-Zellen/Spaltenformat"
15876
15877 \end_inset
15878
15879  definiert:
15880 \end_layout
15881
15882 \begin_layout Standard
15883
15884 \series bold
15885
15886 \backslash
15887 newcolumntype{W}{!{
15888 \backslash
15889 color{green}
15890 \backslash
15891 vline}}
15892 \end_layout
15893
15894 \begin_layout Standard
15895 In Tabelle
15896 \begin_inset space ~
15897 \end_inset
15898
15899
15900 \begin_inset CommandInset ref
15901 LatexCommand ref
15902 reference "tab:Tabelle-mit-farbigen-vert"
15903
15904 \end_inset
15905
15906  wurde das LaTeX-Argument 
15907 \series bold
15908 WcW
15909 \series default
15910  für die letzte und 
15911 \series bold
15912 Wc
15913 \series default
15914  für die anderen Spalten benutzt.
15915 \end_layout
15916
15917 \begin_layout Standard
15918 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15919 \end_layout
15920
15921 \begin_layout Standard
15922 \begin_inset Float table
15923 placement h
15924 wide false
15925 sideways false
15926 status open
15927
15928 \begin_layout Plain Layout
15929 \begin_inset Caption
15930
15931 \begin_layout Plain Layout
15932 \begin_inset CommandInset label
15933 LatexCommand label
15934 name "tab:Tabelle-mit-farbigen-vert"
15935
15936 \end_inset
15937
15938 Tabelle mit farbigen vertikalen Linien
15939 \end_layout
15940
15941 \end_inset
15942
15943
15944 \end_layout
15945
15946 \begin_layout Plain Layout
15947 \align center
15948 \begin_inset Tabular
15949 <lyxtabular version="3" rows="3" columns="3">
15950 <features>
15951 <column alignment="center" valignment="top" width="0" special="Wc">
15952 <column alignment="center" valignment="top" width="0" special="Wc">
15953 <column alignment="center" valignment="top" width="0" special="WcW">
15954 <row>
15955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 sd
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" topline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 </row>
15983 <row>
15984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 sd
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 </row>
16012 <row>
16013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 sd
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 </row>
16041 </lyxtabular>
16042
16043 \end_inset
16044
16045
16046 \end_layout
16047
16048 \end_inset
16049
16050
16051 \end_layout
16052
16053 \begin_layout Standard
16054 \begin_inset VSpace bigskip
16055 \end_inset
16056
16057 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16058 \begin_inset space ~
16059 \end_inset
16060
16061
16062 \begin_inset CommandInset ref
16063 LatexCommand ref
16064 reference "tab:Tabelle-mit-farbigen-horiz"
16065
16066 \end_inset
16067
16068 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16069  einfügen:
16070 \end_layout
16071
16072 \begin_layout Standard
16073
16074 \series bold
16075
16076 \backslash
16077 let
16078 \backslash
16079 myHlineC
16080 \backslash
16081 hline
16082 \begin_inset Newline newline
16083 \end_inset
16084
16085
16086 \backslash
16087 renewcommand{
16088 \backslash
16089 hline}
16090 \begin_inset Newline newline
16091 \end_inset
16092
16093
16094 \begin_inset ERT
16095 status collapsed
16096
16097 \begin_layout Plain Layout
16098
16099
16100 \backslash
16101 hphantom{ }
16102 \end_layout
16103
16104 \end_inset
16105
16106 {
16107 \backslash
16108 arrayrulecolor{red}
16109 \backslash
16110 myHlineC
16111 \backslash
16112 arrayrulecolor{black}}
16113 \end_layout
16114
16115 \begin_layout Standard
16116 \begin_inset ERT
16117 status collapsed
16118
16119 \begin_layout Plain Layout
16120
16121
16122 \backslash
16123 let
16124 \backslash
16125 myHlineC
16126 \backslash
16127 hline
16128 \end_layout
16129
16130 \begin_layout Plain Layout
16131
16132
16133 \backslash
16134 renewcommand{
16135 \backslash
16136 hline}
16137 \end_layout
16138
16139 \begin_layout Plain Layout
16140
16141  {
16142 \backslash
16143 arrayrulecolor{red}
16144 \backslash
16145 myHlineC
16146 \backslash
16147 arrayrulecolor{black}}
16148 \end_layout
16149
16150 \end_inset
16151
16152
16153 \begin_inset Float table
16154 placement h
16155 wide false
16156 sideways false
16157 status open
16158
16159 \begin_layout Plain Layout
16160 \begin_inset Caption
16161
16162 \begin_layout Plain Layout
16163 \begin_inset CommandInset label
16164 LatexCommand label
16165 name "tab:Tabelle-mit-farbigen-horiz"
16166
16167 \end_inset
16168
16169 Tabelle mit farbigen horizontalen Linien
16170 \end_layout
16171
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \begin_layout Plain Layout
16178 \align center
16179 \begin_inset Tabular
16180 <lyxtabular version="3" rows="3" columns="3">
16181 <features>
16182 <column alignment="center" valignment="top" width="0">
16183 <column alignment="center" valignment="top" width="0">
16184 <column alignment="center" valignment="top" width="0">
16185 <row>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 sd
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 </row>
16214 <row>
16215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 sd
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 sd
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 </lyxtabular>
16273
16274 \end_inset
16275
16276
16277 \end_layout
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \begin_layout Standard
16285 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16286  als TeX-Code hinter der Tabelle einfügen:
16287 \end_layout
16288
16289 \begin_layout Standard
16290
16291 \series bold
16292
16293 \backslash
16294 renewcommand{
16295 \backslash
16296 hline}{
16297 \backslash
16298 myHlineC}
16299 \end_layout
16300
16301 \begin_layout Standard
16302 Tabelle
16303 \begin_inset space ~
16304 \end_inset
16305
16306
16307 \begin_inset CommandInset ref
16308 LatexCommand ref
16309 reference "tab:Table-with-colored"
16310
16311 \end_inset
16312
16313  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16314 \end_layout
16315
16316 \begin_layout Standard
16317 \begin_inset Float table
16318 placement h
16319 wide false
16320 sideways false
16321 status open
16322
16323 \begin_layout Plain Layout
16324 \begin_inset Caption
16325
16326 \begin_layout Plain Layout
16327 \begin_inset CommandInset label
16328 LatexCommand label
16329 name "tab:Table-with-colored"
16330
16331 \end_inset
16332
16333 Tabelle mit farbigen Linien
16334 \end_layout
16335
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \begin_layout Plain Layout
16342 \align center
16343 \begin_inset Tabular
16344 <lyxtabular version="3" rows="3" columns="3">
16345 <features>
16346 <column alignment="center" valignment="top" width="0" special="Wc">
16347 <column alignment="center" valignment="top" width="0" special="Wc">
16348 <column alignment="center" valignment="top" width="0" special="WcW">
16349 <row>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 sd
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 <row>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 sd
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row topspace="default">
16408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 sd
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 </row>
16436 </lyxtabular>
16437
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \end_inset
16444
16445
16446 \end_layout
16447
16448 \begin_layout Standard
16449 \begin_inset ERT
16450 status collapsed
16451
16452 \begin_layout Plain Layout
16453
16454
16455 \backslash
16456 renewcommand{
16457 \backslash
16458 hline}{
16459 \backslash
16460 myHlineC}
16461 \end_layout
16462
16463 \end_inset
16464
16465
16466 \end_layout
16467
16468 \begin_layout Standard
16469 \begin_inset ERT
16470 status collapsed
16471
16472 \begin_layout Plain Layout
16473
16474
16475 \backslash
16476 setlength{
16477 \backslash
16478 arrayrulewidth}{0.4pt}
16479 \end_layout
16480
16481 \end_inset
16482
16483
16484 \begin_inset Note Note
16485 status collapsed
16486
16487 \begin_layout Plain Layout
16488 setzt die Liniendicke wieder auf ihren Standardwert zurück
16489 \end_layout
16490
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \begin_layout Section
16497 Tabellen-Anpassung
16498 \begin_inset Index
16499 status collapsed
16500
16501 \begin_layout Plain Layout
16502 Tabellen ! Anpassung
16503 \end_layout
16504
16505 \end_inset
16506
16507
16508 \end_layout
16509
16510 \begin_layout Subsection
16511 Zeilenabstand
16512 \begin_inset CommandInset label
16513 LatexCommand label
16514 name "uab:Zeilenabstand"
16515
16516 \end_inset
16517
16518
16519 \begin_inset Index
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523 Tabellen ! Zeilenabstand
16524 \end_layout
16525
16526 \end_inset
16527
16528
16529 \end_layout
16530
16531 \begin_layout Standard
16532 Auf der Karteikarte 
16533 \family sans
16534 Rahmen
16535 \family default
16536  des 
16537 \family sans
16538 Tabellen-Einstellungen
16539 \family default
16540 -Dialogs können Sie 
16541 \family sans
16542 zusätzliche
16543 \begin_inset space ~
16544 \end_inset
16545
16546 Abstände
16547 \family default
16548  einfügen.
16549  Dabei haben Sie drei Möglichkeiten:
16550 \end_layout
16551
16552 \begin_layout Description
16553 Oberhalb
16554 \begin_inset space ~
16555 \end_inset
16556
16557 der
16558 \begin_inset space ~
16559 \end_inset
16560
16561 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16562  Bei einer formalen Tabelle
16563 \begin_inset Foot
16564 status collapsed
16565
16566 \begin_layout Plain Layout
16567 Formale Tabellen wurden in Abschnitt
16568 \begin_inset space ~
16569 \end_inset
16570
16571
16572 \begin_inset CommandInset ref
16573 LatexCommand ref
16574 reference "abs:Formale-Tabellen"
16575
16576 \end_inset
16577
16578  beschrieben.
16579 \end_layout
16580
16581 \end_inset
16582
16583  fügt LyX standardmäßig 0.5
16584 \begin_inset space \thinspace{}
16585 \end_inset
16586
16587 em Leerraum ein.
16588  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16589 \begin_inset VSpace medskip
16590 \end_inset
16591
16592
16593 \begin_inset Newline newline
16594 \end_inset
16595
16596
16597 \begin_inset space \hspace*{}
16598 \length 0pt
16599 \end_inset
16600
16601
16602 \begin_inset space \hfill{}
16603 \end_inset
16604
16605
16606 \begin_inset Tabular
16607 <lyxtabular version="3" rows="3" columns="1">
16608 <features>
16609 <column alignment="center" valignment="top" width="0">
16610 <row>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 A
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 <row topspace="3mm">
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 3
16627 \begin_inset space \thinspace{}
16628 \end_inset
16629
16630 mm Leerraum oberhalb der Zeile
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 <row>
16637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 C
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 </lyxtabular>
16648
16649 \end_inset
16650
16651
16652 \begin_inset space \hfill{}
16653 \end_inset
16654
16655
16656 \begin_inset space \hspace*{}
16657 \length 0pt
16658 \end_inset
16659
16660
16661 \begin_inset VSpace medskip
16662 \end_inset
16663
16664
16665 \begin_inset Newline newline
16666 \end_inset
16667
16668 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16669 n Linien verwenden.
16670 \end_layout
16671
16672 \begin_layout Description
16673 Unterhalb
16674 \begin_inset space ~
16675 \end_inset
16676
16677 der
16678 \begin_inset space ~
16679 \end_inset
16680
16681 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16682  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16683 \begin_inset space \thinspace{}
16684 \end_inset
16685
16686 em Leerraum ein.
16687  Bei normalen Tabellen ist der Standardwert 2
16688 \begin_inset space \thinspace{}
16689 \end_inset
16690
16691 pt.
16692 \end_layout
16693
16694 \begin_layout Description
16695 Zwischen
16696 \begin_inset space ~
16697 \end_inset
16698
16699 den
16700 \begin_inset space ~
16701 \end_inset
16702
16703 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16704  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16705 \begin_inset space \thinspace{}
16706 \end_inset
16707
16708 em Leerraum ein.
16709  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16710 \begin_inset VSpace medskip
16711 \end_inset
16712
16713
16714 \begin_inset Newline newline
16715 \end_inset
16716
16717
16718 \begin_inset space \hspace*{}
16719 \length 0pt
16720 \end_inset
16721
16722
16723 \begin_inset space \hfill{}
16724 \end_inset
16725
16726
16727 \begin_inset Tabular
16728 <lyxtabular version="3" rows="3" columns="1">
16729 <features>
16730 <column alignment="center" valignment="top" width="0">
16731 <row>
16732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 A
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 <row interlinespace="3mm">
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Formula $\downarrow$
16748 \end_inset
16749
16750  3
16751 \begin_inset space \thinspace{}
16752 \end_inset
16753
16754 mm Leerraum zwischen den Zeilen 
16755 \begin_inset Formula $\downarrow$
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row>
16765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Formula $\uparrow$
16770 \end_inset
16771
16772  3
16773 \begin_inset space \thinspace{}
16774 \end_inset
16775
16776 mm Leerraum zwischen den Zeilen 
16777 \begin_inset Formula $\uparrow$
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 </row>
16786 </lyxtabular>
16787
16788 \end_inset
16789
16790
16791 \begin_inset space \hfill{}
16792 \end_inset
16793
16794
16795 \begin_inset space \hspace*{}
16796 \length 0pt
16797 \end_inset
16798
16799
16800 \begin_inset VSpace medskip
16801 \end_inset
16802
16803
16804 \begin_inset Newline newline
16805 \end_inset
16806
16807 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16808 n Linien verwenden.
16809 \end_layout
16810
16811 \begin_layout Standard
16812 \begin_inset VSpace bigskip
16813 \end_inset
16814
16815 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16816  Befehlen im LaTeX-Vorspann machen:
16817 \end_layout
16818
16819 \begin_layout Standard
16820
16821 \series bold
16822
16823 \backslash
16824 @ifundefined{extrarowheight}
16825 \begin_inset Newline newline
16826 \end_inset
16827
16828
16829 \begin_inset ERT
16830 status collapsed
16831
16832 \begin_layout Plain Layout
16833
16834
16835 \backslash
16836 hphantom{ }
16837 \end_layout
16838
16839 \end_inset
16840
16841 {
16842 \backslash
16843 usepackage{array}}{}
16844 \begin_inset Newline newline
16845 \end_inset
16846
16847
16848 \backslash
16849 setlength{
16850 \backslash
16851 extrarowheight}{Höhe}
16852 \end_layout
16853
16854 \begin_layout Standard
16855 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16856  ausgerichtet sind.
16857  (Das Paket 
16858 \series bold
16859 array
16860 \series default
16861  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
16862  verwenden.
16863  Der Befehl 
16864 \series bold
16865
16866 \backslash
16867 @ifundefined
16868 \series default
16869  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16870 \end_layout
16871
16872 \begin_layout Subsection
16873 Besondere Zellenausrichtung
16874 \begin_inset Index
16875 status collapsed
16876
16877 \begin_layout Plain Layout
16878 Tabellen ! Zellenausrichtung
16879 \end_layout
16880
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \begin_layout Standard
16887 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16888  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle
16889 \begin_inset space ~
16890 \end_inset
16891
16892
16893 \begin_inset CommandInset ref
16894 LatexCommand ref
16895 reference "tab:Tabellenzellen-sind-auf"
16896
16897 \end_inset
16898
16899 .
16900 \end_layout
16901
16902 \begin_layout Standard
16903 \begin_inset Float table
16904 placement h
16905 wide false
16906 sideways false
16907 status open
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Caption
16911
16912 \begin_layout Plain Layout
16913 \begin_inset CommandInset label
16914 LatexCommand label
16915 name "tab:Tabellenzellen-sind-auf"
16916
16917 \end_inset
16918
16919 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16920 \end_layout
16921
16922 \end_inset
16923
16924
16925 \end_layout
16926
16927 \begin_layout Plain Layout
16928 \align center
16929 \begin_inset Tabular
16930 <lyxtabular version="3" rows="4" columns="2">
16931 <features>
16932 <column alignment="right" valignment="top" width="0">
16933 <column alignment="left" valignment="top" width="0" special="@{}l">
16934 <row>
16935 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 Überschrift
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 </row>
16954 <row>
16955 <cell alignment="center" valignment="top" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 12.
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 6
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 0.
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 68
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 -123.
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 0
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 </row>
17014 </lyxtabular>
17015
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \begin_layout Standard
17027 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17028  Die Überschrift ist eine zentrierte Mehrfachspalte.
17029  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17030  der Zahlen einschließlich Dezimalpunkt.
17031  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17032  der Zahlen.
17033   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17034 \family sans
17035 LaTe
17036 \begin_inset ERT
17037 status collapsed
17038
17039 \begin_layout Plain Layout
17040
17041 {}
17042 \end_layout
17043
17044 \end_inset
17045
17046 X-Argument
17047 \family default
17048  für die zweite Spalte folgendes eingefügt:
17049 \end_layout
17050
17051 \begin_layout Standard
17052
17053 \series bold
17054 @{}l
17055 \end_layout
17056
17057 \begin_layout Standard
17058 Tabelle
17059 \begin_inset space ~
17060 \end_inset
17061
17062
17063 \begin_inset CommandInset ref
17064 LatexCommand ref
17065 reference "tab:Verschiedene-Ausrichtungen"
17066
17067 \end_inset
17068
17069  zeigt einige Ausrichtungen.
17070  Für die Ausrichtung der Relationen müssen Sie den 
17071 \family sans
17072 Mittleren
17073 \begin_inset space ~
17074 \end_inset
17075
17076 Abstand
17077 \family default
17078  aus der 
17079 \family sans
17080 Mathe-Werkzeugleiste
17081 \family default
17082  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17083  rechts vom Relationszeichen zu bekommen.
17084 \end_layout
17085
17086 \begin_layout Standard
17087
17088 \color black
17089 \begin_inset Float table
17090 placement h
17091 wide false
17092 sideways false
17093 status open
17094
17095 \begin_layout Plain Layout
17096
17097 \color black
17098 \begin_inset Caption
17099
17100 \begin_layout Plain Layout
17101
17102 \color black
17103 \begin_inset CommandInset label
17104 LatexCommand label
17105 name "tab:Verschiedene-Ausrichtungen"
17106
17107 \end_inset
17108
17109
17110 \color inherit
17111 Verschiedene Ausrichtungen
17112 \end_layout
17113
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \begin_layout Plain Layout
17120 \align center
17121
17122 \color black
17123 \begin_inset Tabular
17124 <lyxtabular version="3" rows="4" columns="6">
17125 <features>
17126 <column alignment="right" valignment="top" width="0">
17127 <column alignment="left" valignment="top" width="0" special="@{}l">
17128 <column alignment="right" valignment="top" width="0">
17129 <column alignment="left" valignment="top" width="0" special="@{}l">
17130 <column alignment="right" valignment="top" width="0">
17131 <column alignment="left" valignment="top" width="0" special="@{}l">
17132 <row>
17133 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137 Einheiten
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155 Exponenten
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 Relationen
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 <row>
17189 <cell alignment="center" valignment="top" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \color black
17195 12×
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204
17205 \color black
17206 24
17207 \begin_inset space \thinspace{}
17208 \end_inset
17209
17210
17211 \color inherit
17212 Flaschen
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221
17222 \color black
17223 \begin_inset Formula $10\cdot$
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235
17236 \color black
17237 \begin_inset Formula $10^{\mbox{-}17}$
17238 \end_inset
17239
17240
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 <cell alignment="center" valignment="top" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249
17250 \color black
17251 \begin_inset Formula $\Gamma(t)\propto$
17252 \end_inset
17253
17254
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \color black
17265 \begin_inset Formula $\:\Upsilon(t)$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \color black
17281 1024×
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290
17291 \color black
17292 768
17293 \begin_inset space \thinspace{}
17294 \end_inset
17295
17296 Pixel
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \color black
17307 \begin_inset Formula $5.78\cdot$
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319
17320 \color black
17321 \begin_inset Formula $10^{7}$
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 <cell alignment="center" valignment="top" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \color black
17335 \begin_inset Formula $A\ne$
17336 \end_inset
17337
17338
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347
17348 \color black
17349 \begin_inset Formula $\: B_{\mathrm{red}}$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 </row>
17358 <row>
17359 <cell alignment="center" valignment="top" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363
17364 \color black
17365 32×
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374
17375 \color black
17376 6
17377 \begin_inset space \thinspace{}
17378 \end_inset
17379
17380 cm
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 <cell alignment="center" valignment="top" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389
17390 \color black
17391 -
17392 \begin_inset Formula $33.5\cdot$
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404
17405 \color black
17406 \begin_inset Formula $10^{4}$
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell alignment="center" valignment="top" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418
17419 \color black
17420 \begin_inset Formula $\sin(\alpha)\ge$
17421 \end_inset
17422
17423
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432
17433 \color black
17434 \begin_inset Formula $\:\sin(\beta)$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 </lyxtabular>
17444
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \begin_layout Standard
17456 \begin_inset VSpace bigskip
17457 \end_inset
17458
17459 Es gibt auch noch das LaTeX-Paket 
17460 \series bold
17461 dcolumn
17462 \series default
17463
17464 \begin_inset Index
17465 status collapsed
17466
17467 \begin_layout Plain Layout
17468 LaTeX-Pakete ! dcolumn
17469 \end_layout
17470
17471 \end_inset
17472
17473  mit dem man Zellen ausrichten kann.
17474  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17475  in den Zellen.
17476  Die erste Spalte von Tabelle
17477 \begin_inset space ~
17478 \end_inset
17479
17480
17481 \begin_inset CommandInset ref
17482 LatexCommand ref
17483 reference "tab:Verschiedene-Ausrichtungen"
17484
17485 \end_inset
17486
17487  wird mit 
17488 \family typewriter
17489 dcolumn
17490 \family default
17491  wie die erste Spalte von Tabelle
17492 \begin_inset space ~
17493 \end_inset
17494
17495
17496 \begin_inset CommandInset ref
17497 LatexCommand ref
17498 reference "tab:Ausrichtung-mit-dem"
17499
17500 \end_inset
17501
17502  aussehen und nur mit ein paar Tricks wie erwartet.
17503  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17504 \begin_inset space ~
17505 \end_inset
17506
17507
17508 \begin_inset CommandInset ref
17509 LatexCommand ref
17510 reference "tab:Verschiedene-Ausrichtungen"
17511
17512 \end_inset
17513
17514  ist mit 
17515 \series bold
17516 dcolumn
17517 \series default
17518  nicht möglich.
17519 \end_layout
17520
17521 \begin_layout Standard
17522 \begin_inset Float table
17523 placement h
17524 wide false
17525 sideways false
17526 status open
17527
17528 \begin_layout Plain Layout
17529 \begin_inset Caption
17530
17531 \begin_layout Plain Layout
17532 \begin_inset CommandInset label
17533 LatexCommand label
17534 name "tab:Ausrichtung-mit-dem"
17535
17536 \end_inset
17537
17538 Ausrichtung mit dem LaTeX-Paket 
17539 \series bold
17540 dcolumn
17541 \series default
17542 .
17543  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17544  bekommen.
17545 \begin_inset OptArg
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 Ausrichtung mit dem LaTeX-Paket 
17550 \series bold
17551 dcolumn
17552 \end_layout
17553
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \begin_layout Plain Layout
17565 \align center
17566 \begin_inset Tabular
17567 <lyxtabular version="3" rows="4" columns="3">
17568 <features>
17569 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}|">
17570 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}|">
17571 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17572 <row>
17573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 Einheiten
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 Einheiten
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 Einheiten
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 </row>
17601 <row>
17602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606 12x24
17607 \begin_inset space \thinspace{}
17608 \end_inset
17609
17610
17611 \begin_inset Formula $\mbox{Flaschen}$
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623 12x24
17624 \begin_inset space \thinspace{}
17625 \end_inset
17626
17627
17628 \begin_inset Formula $\mbox{Flaschen}$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 12
17641 \begin_inset ERT
17642 status collapsed
17643
17644 \begin_layout Plain Layout
17645
17646
17647 \backslash
17648 times 
17649 \end_layout
17650
17651 \end_inset
17652
17653 24~
17654 \begin_inset Formula $\mbox{Flaschen}$
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 </row>
17663 <row>
17664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 1024x768
17669 \begin_inset space \thinspace{}
17670 \end_inset
17671
17672
17673 \begin_inset Formula $\mbox{Pixel}$
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685 1024x768
17686 \begin_inset space \thinspace{}
17687 \end_inset
17688
17689
17690 \begin_inset Formula $\mbox{Pixel}$
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 1024
17703 \begin_inset ERT
17704 status collapsed
17705
17706 \begin_layout Plain Layout
17707
17708
17709 \backslash
17710 times 
17711 \end_layout
17712
17713 \end_inset
17714
17715 768~
17716 \begin_inset Formula $\mbox{Pixel}$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 32x6
17731 \begin_inset space \thinspace{}
17732 \end_inset
17733
17734
17735 \begin_inset Formula $\mbox{cm}$
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 32x6
17748 \begin_inset space \thinspace{}
17749 \end_inset
17750
17751
17752 \begin_inset Formula $\mbox{cm}$
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 32
17765 \begin_inset ERT
17766 status collapsed
17767
17768 \begin_layout Plain Layout
17769
17770
17771 \backslash
17772 times 
17773 \end_layout
17774
17775 \end_inset
17776
17777 6~
17778 \begin_inset Formula $\mbox{cm}$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 </lyxtabular>
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \begin_layout Subsection
17800 Angepasste Zellen/Spaltenformat
17801 \begin_inset CommandInset label
17802 LatexCommand label
17803 name "uab:Angepasste-Zellen/Spaltenformat"
17804
17805 \end_inset
17806
17807
17808 \begin_inset Index
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812 Tabellen ! Spaltenformat
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821 Wenn man wie in Abschnitt
17822 \begin_inset space ~
17823 \end_inset
17824
17825
17826 \begin_inset CommandInset ref
17827 LatexCommand ref
17828 reference "uab:Mehrfachspalten-Berechnungen"
17829
17830 \end_inset
17831
17832  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
17833  Tabellen mit Mehrfachspalten sehr lästig.
17834  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
17835 en definieren:
17836 \end_layout
17837
17838 \begin_layout Standard
17839
17840 \series bold
17841
17842 \backslash
17843 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17844 \end_layout
17845
17846 \begin_layout Standard
17847 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17848 \emph on
17849 b
17850 \emph default
17851
17852 \emph on
17853 c
17854 \emph default
17855
17856 \emph on
17857 l
17858 \emph default
17859
17860 \emph on
17861 m
17862 \emph default
17863
17864 \emph on
17865 p
17866 \emph default
17867  oder 
17868 \emph on
17869 r
17870 \emph default
17871 , weil diese vordefiniert sind.
17872  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17873 \end_layout
17874
17875 \begin_layout Standard
17876 \begin_inset VSpace medskip
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17884  Breite könnte das Format so aussehen:
17885 \end_layout
17886
17887 \begin_layout Standard
17888
17889 \series bold
17890
17891 \backslash
17892 newcolumntype{M}[1]{>{
17893 \backslash
17894 centering
17895 \backslash
17896 hspace{0pt}}m{#1}}
17897 \end_layout
17898
17899 \begin_layout Standard
17900 wobei 
17901 \series bold
17902
17903 \backslash
17904 hspace{0pt}
17905 \series default
17906  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17907  Abschnitt
17908 \begin_inset space ~
17909 \end_inset
17910
17911
17912 \begin_inset CommandInset ref
17913 LatexCommand ref
17914 reference "uab:Mehrfache-Zeilen-in"
17915
17916 \end_inset
17917
17918  beschrieben.
17919  Jetzt können Sie mit
17920 \end_layout
17921
17922 \begin_layout Standard
17923
17924 \series bold
17925 M{Breite}
17926 \end_layout
17927
17928 \begin_layout Standard
17929 im 
17930 \family sans
17931 LaTeX-Argument
17932 \family default
17933  im 
17934 \family sans
17935 Tabellen-Einstellungen
17936 \family default
17937 -Dialog eine Mehrfachspalten definieren.
17938 \end_layout
17939
17940 \begin_layout Standard
17941 \begin_inset VSpace bigskip
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Standard
17948 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17949  Format definieren:
17950 \end_layout
17951
17952 \begin_layout Standard
17953
17954 \series bold
17955
17956 \backslash
17957 newcolumntype{S}[2]{>{
17958 \backslash
17959 centering
17960 \backslash
17961 hspace{0pt}}
17962 \begin_inset Newline newline
17963 \end_inset
17964
17965
17966 \begin_inset ERT
17967 status collapsed
17968
17969 \begin_layout Plain Layout
17970
17971
17972 \backslash
17973 phantom{
17974 \end_layout
17975
17976 \end_inset
17977
17978
17979 \backslash
17980 newcolumntype
17981 \begin_inset ERT
17982 status collapsed
17983
17984 \begin_layout Plain Layout
17985
17986 }
17987 \end_layout
17988
17989 \end_inset
17990
17991 m{(#1+(2
17992 \backslash
17993 tabcolsep+
17994 \backslash
17995 arrayrulewidth)*(1-#2))/#2}}
17996 \end_layout
17997
17998 \begin_layout Standard
17999 Diese Format benutzt Gleichung
18000 \begin_inset space ~
18001 \end_inset
18002
18003
18004 \begin_inset CommandInset ref
18005 LatexCommand ref
18006 reference "eq:Wgn"
18007
18008 \end_inset
18009
18010 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18011  breit ist.
18012 \end_layout
18013
18014 \begin_layout Standard
18015 Jetzt können Sie im 
18016 \family sans
18017 LaTeX-Argument
18018 \family default
18019  im 
18020 \family sans
18021 Tabellen-Einstellungen
18022 \family default
18023 -Dialog folgendes einfügen:
18024 \end_layout
18025
18026 \begin_layout Standard
18027
18028 \series bold
18029 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18030 \end_layout
18031
18032 \begin_layout Standard
18033 \begin_inset VSpace bigskip
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \begin_layout Standard
18040 Für farbige Spalten können Sie folgendes einfügen:
18041 \end_layout
18042
18043 \begin_layout Standard
18044
18045 \series bold
18046
18047 \backslash
18048 newcolumntype{K}[1]{>{
18049 \backslash
18050 columncolor{#1}
18051 \backslash
18052 hspace{0pt}}c}
18053 \end_layout
18054
18055 \begin_layout Standard
18056 Das 
18057 \begin_inset Quotes gld
18058 \end_inset
18059
18060 c
18061 \begin_inset Quotes grd
18062 \end_inset
18063
18064  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18065  zentriert ist.
18066  Jetzt können Sie als 
18067 \family sans
18068 LaTeX-Argument
18069 \family default
18070  folgendes einfügen:
18071 \end_layout
18072
18073 \begin_layout Standard
18074
18075 \series bold
18076 K{Farbname}
18077 \end_layout
18078
18079 \begin_layout Standard
18080 \begin_inset VSpace bigskip
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 Für Tabelle
18088 \begin_inset space ~
18089 \end_inset
18090
18091
18092 \begin_inset CommandInset ref
18093 LatexCommand ref
18094 reference "tab:Tabelle-mit-benutzerdefinierte"
18095
18096 \end_inset
18097
18098  wurden folgende 
18099 \family sans
18100 LaTeX-Argumente
18101 \family default
18102  benutzt:
18103 \end_layout
18104
18105 \begin_layout Standard
18106
18107 \series bold
18108 M{2.5cm}
18109 \end_layout
18110
18111 \begin_layout Standard
18112 für die erste Spalte und die Mehrfachspalte,
18113 \end_layout
18114
18115 \begin_layout Standard
18116
18117 \series bold
18118 K{red}
18119 \end_layout
18120
18121 \begin_layout Standard
18122 für die letzte Spalte und
18123 \end_layout
18124
18125 \begin_layout Standard
18126
18127 \series bold
18128 S{2.5cm}{2}
18129 \end_layout
18130
18131 \begin_layout Standard
18132 für die Spalten in der zweiten Mehrfachspalte.
18133 \end_layout
18134
18135 \begin_layout Standard
18136 \begin_inset Float table
18137 placement h
18138 wide false
18139 sideways false
18140 status open
18141
18142 \begin_layout Plain Layout
18143 \begin_inset Caption
18144
18145 \begin_layout Plain Layout
18146 \begin_inset CommandInset label
18147 LatexCommand label
18148 name "tab:Tabelle-mit-benutzerdefinierte"
18149
18150 \end_inset
18151
18152 Tabelle mit benutzerdefinierte Formaten
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Plain Layout
18161 \align center
18162 \begin_inset Tabular
18163 <lyxtabular version="3" rows="3" columns="4">
18164 <features>
18165 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18166 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18167 <column alignment="center" valignment="middle" width="0">
18168 <column alignment="center" valignment="middle" width="0" special="K{red}">
18169 <row>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 einsehrlangesWort
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 Mehrfachspalte mit mehreren Zeilen
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201 c
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 </row>
18207 <row>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 d
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 e
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 f
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 g
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 </row>
18245 <row>
18246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 h
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 i
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 j
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 k
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 </lyxtabular>
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \begin_layout Subsection
18296 Liniendicke
18297 \begin_inset CommandInset label
18298 LatexCommand label
18299 name "uab:Liniendicke"
18300
18301 \end_inset
18302
18303
18304 \begin_inset Index
18305 status collapsed
18306
18307 \begin_layout Plain Layout
18308 Tabellen  ! Linien ! -dicke
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 Die Liniendicke für alle Linien einer Tabelle kann mit 
18318 \series bold
18319
18320 \backslash
18321 arrayrulewidth
18322 \series default
18323  eingestellt werden.
18324  Um eine Liniendicke von 1.5
18325 \begin_inset space \thinspace{}
18326 \end_inset
18327
18328 pt, wie in Tabelle
18329 \begin_inset space ~
18330 \end_inset
18331
18332
18333 \begin_inset CommandInset ref
18334 LatexCommand ref
18335 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18336
18337 \end_inset
18338
18339  zu bekommen, geben Sie den Befehl
18340 \end_layout
18341
18342 \begin_layout Standard
18343
18344 \series bold
18345
18346 \backslash
18347 setlength{
18348 \backslash
18349 arrayrulewidth}{1.5pt}
18350 \end_layout
18351
18352 \begin_layout Standard
18353 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18354  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18355  Mit
18356 \end_layout
18357
18358 \begin_layout Standard
18359
18360 \series bold
18361
18362 \backslash
18363 setlength{
18364 \backslash
18365 arrayrulewidth}{0.4pt}
18366 \end_layout
18367
18368 \begin_layout Standard
18369 bekommen Sie wieder die Standarddicke.
18370 \end_layout
18371
18372 \begin_layout Standard
18373 \begin_inset ERT
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377
18378
18379 \backslash
18380 setlength{
18381 \backslash
18382 arrayrulewidth}{1.5pt}
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \begin_inset Float table
18389 placement H
18390 wide false
18391 sideways false
18392 status open
18393
18394 \begin_layout Plain Layout
18395 \begin_inset Caption
18396
18397 \begin_layout Plain Layout
18398 \begin_inset CommandInset label
18399 LatexCommand label
18400 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18401
18402 \end_inset
18403
18404 Tabelle mit 1.5
18405 \begin_inset space \thinspace{}
18406 \end_inset
18407
18408 pt Liniendicke
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \end_layout
18415
18416 \begin_layout Plain Layout
18417 \align center
18418 \begin_inset Tabular
18419 <lyxtabular version="3" rows="3" columns="3">
18420 <features>
18421 <column alignment="center" valignment="top" width="0">
18422 <column alignment="center" valignment="top" width="0">
18423 <column alignment="center" valignment="top" width="0">
18424 <row>
18425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 sd
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 <row>
18454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 sd
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 </row>
18482 <row>
18483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 sd
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 </row>
18511 </lyxtabular>
18512
18513 \end_inset
18514
18515
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \begin_inset ERT
18522 status collapsed
18523
18524 \begin_layout Plain Layout
18525
18526
18527 \backslash
18528 setlength{
18529 \backslash
18530 arrayrulewidth}{0.4pt}
18531 \end_layout
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 \begin_inset VSpace bigskip
18540 \end_inset
18541
18542 Um eine Liniendicke von 1.5
18543 \begin_inset space \thinspace{}
18544 \end_inset
18545
18546 pt nur für horizontale Linien zu bekommen, wie in Tabelle
18547 \begin_inset space ~
18548 \end_inset
18549
18550
18551 \begin_inset CommandInset ref
18552 LatexCommand ref
18553 reference "tab:Tabelle-mit-1.5pt-horiz"
18554
18555 \end_inset
18556
18557 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18558  einfügen:
18559 \end_layout
18560
18561 \begin_layout Standard
18562
18563 \series bold
18564
18565 \backslash
18566 let
18567 \backslash
18568 myHline
18569 \backslash
18570 hline
18571 \begin_inset Newline newline
18572 \end_inset
18573
18574
18575 \backslash
18576 renewcommand{
18577 \backslash
18578 hline}
18579 \begin_inset Newline newline
18580 \end_inset
18581
18582  {
18583 \backslash
18584 noalign{
18585 \backslash
18586 global
18587 \backslash
18588 arrayrulewidth 1.5pt}
18589 \begin_inset Newline newline
18590 \end_inset
18591
18592  
18593 \backslash
18594 myHline
18595 \backslash
18596 noalign{
18597 \backslash
18598 global
18599 \backslash
18600 arrayrulewidth 0.4pt}}
18601 \end_layout
18602
18603 \begin_layout Standard
18604 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18605  der (Gleit\SpecialChar \-
18606 objekt-)Tabelle zurück:
18607 \end_layout
18608
18609 \begin_layout Standard
18610
18611 \series bold
18612
18613 \backslash
18614 renewcommand{
18615 \backslash
18616 hline}{
18617 \backslash
18618 myHline}
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 let
18630 \backslash
18631 myHline
18632 \backslash
18633 hline
18634 \end_layout
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 renewcommand{
18641 \backslash
18642 hline}
18643 \end_layout
18644
18645 \begin_layout Plain Layout
18646
18647  {
18648 \backslash
18649 noalign{
18650 \backslash
18651 global
18652 \backslash
18653 arrayrulewidth 1.5pt}
18654 \end_layout
18655
18656 \begin_layout Plain Layout
18657
18658   
18659 \backslash
18660 myHline
18661 \backslash
18662 noalign{
18663 \backslash
18664 global
18665 \backslash
18666 arrayrulewidth 0.4pt}}
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \begin_inset Float table
18673 placement h
18674 wide false
18675 sideways false
18676 status open
18677
18678 \begin_layout Plain Layout
18679 \begin_inset Caption
18680
18681 \begin_layout Plain Layout
18682 \begin_inset CommandInset label
18683 LatexCommand label
18684 name "tab:Tabelle-mit-1.5pt-horiz"
18685
18686 \end_inset
18687
18688 Tabelle mit 1.5
18689 \begin_inset space \thinspace{}
18690 \end_inset
18691
18692 pt dicken horizontalen Linien
18693 \end_layout
18694
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \begin_layout Plain Layout
18701 \align center
18702 \begin_inset Tabular
18703 <lyxtabular version="3" rows="3" columns="3">
18704 <features>
18705 <column alignment="center" valignment="top" width="0">
18706 <column alignment="center" valignment="top" width="0">
18707 <column alignment="center" valignment="top" width="0">
18708 <row>
18709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713 sd
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18719 \begin_inset Text
18720
18721 \begin_layout Plain Layout
18722
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 <row>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 sd
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 </row>
18766 <row>
18767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789 sd
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 </row>
18795 </lyxtabular>
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \begin_inset ERT
18806 status collapsed
18807
18808 \begin_layout Plain Layout
18809
18810
18811 \backslash
18812 renewcommand{
18813 \backslash
18814 hline}{
18815 \backslash
18816 myHline}
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Standard
18825 \begin_inset VSpace bigskip
18826 \end_inset
18827
18828 Um die Liniendicke von 1.5
18829 \begin_inset space \thinspace{}
18830 \end_inset
18831
18832 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18833  Spaltenformat entsprechend der Beschreibung in Abschnitt
18834 \begin_inset space ~
18835 \end_inset
18836
18837
18838 \begin_inset CommandInset ref
18839 LatexCommand ref
18840 reference "uab:Angepasste-Zellen/Spaltenformat"
18841
18842 \end_inset
18843
18844 definieren:
18845 \end_layout
18846
18847 \begin_layout Standard
18848
18849 \series bold
18850
18851 \backslash
18852 newcolumntype{V}{!{
18853 \backslash
18854 vrule width 1.5pt}}
18855 \end_layout
18856
18857 \begin_layout Standard
18858 In Tabelle
18859 \begin_inset space ~
18860 \end_inset
18861
18862
18863 \begin_inset CommandInset ref
18864 LatexCommand ref
18865 reference "tab:Tabelle-mit-1.5pt-vert"
18866
18867 \end_inset
18868
18869  wurde das 
18870 \family sans
18871 LaTe
18872 \begin_inset ERT
18873 status collapsed
18874
18875 \begin_layout Plain Layout
18876
18877 {}
18878 \end_layout
18879
18880 \end_inset
18881
18882 X-Argument
18883 \family default
18884 \series bold
18885  VcV
18886 \series default
18887  für die letzte Spalte und
18888 \series bold
18889  Vc
18890 \series default
18891  für die anderen benutzt.
18892 \end_layout
18893
18894 \begin_layout Standard
18895 \begin_inset Float table
18896 placement H
18897 wide false
18898 sideways false
18899 status open
18900
18901 \begin_layout Plain Layout
18902 \begin_inset Caption
18903
18904 \begin_layout Plain Layout
18905 \begin_inset CommandInset label
18906 LatexCommand label
18907 name "tab:Tabelle-mit-1.5pt-vert"
18908
18909 \end_inset
18910
18911 Tabelle mit 1.5
18912 \begin_inset space \thinspace{}
18913 \end_inset
18914
18915 pt dicken vertikalen Linien
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \begin_layout Plain Layout
18924 \align center
18925 \begin_inset Tabular
18926 <lyxtabular version="3" rows="3" columns="3">
18927 <features>
18928 <column alignment="center" valignment="top" width="0" special="Vc">
18929 <column alignment="center" valignment="top" width="0" special="Vc">
18930 <column alignment="center" valignment="top" width="0" special="VcV">
18931 <row>
18932 <cell alignment="center" valignment="top" topline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 sd
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" topline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 sd
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 </row>
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 sd
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 </lyxtabular>
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Subsection
19031 Gestrichelte Linien
19032 \begin_inset Index
19033 status collapsed
19034
19035 \begin_layout Plain Layout
19036 Tabellen  ! Linien ! gestrichelte 
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 \begin_inset ERT
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049
19050
19051 \backslash
19052 ifarydshln
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \begin_inset Note Note
19059 status open
19060
19061 \begin_layout Plain Layout
19062 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19063 \series bold
19064 arydshln
19065 \series default
19066  installiert ist.
19067 \end_layout
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \begin_layout Standard
19075 \begin_inset Float table
19076 placement h
19077 wide false
19078 sideways false
19079 status open
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Caption
19083
19084 \begin_layout Plain Layout
19085 \begin_inset CommandInset label
19086 LatexCommand label
19087 name "tab:Tabelle-mit-gestrichelten"
19088
19089 \end_inset
19090
19091 Tabelle mit gestrichelten Linien
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \begin_layout Plain Layout
19100 \align center
19101 \begin_inset Tabular
19102 <lyxtabular version="3" rows="5" columns="5">
19103 <features>
19104 <column alignment="center" valignment="top" width="0">
19105 <column alignment="center" valignment="top" width="0">
19106 <column alignment="center" valignment="top" width="0" special=":c">
19107 <column alignment="center" valignment="top" width="0">
19108 <column alignment="center" valignment="top" width="0">
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 a
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123 b
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 c
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 d
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 e
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 f
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 g
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 h
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 i
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 j
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row>
19204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset ERT
19209 status collapsed
19210
19211 \begin_layout Plain Layout
19212
19213
19214 \backslash
19215 hdashline 
19216 \end_layout
19217
19218 \end_inset
19219
19220 k
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 l
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 <cell alignment="center" valignment="top" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 m
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 n
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 o
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 \begin_inset ERT
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271
19272
19273 \backslash
19274 cdashline{4-5}
19275 \end_layout
19276
19277 \end_inset
19278
19279 p
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 q
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 r
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 s
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 </row>
19321 <row>
19322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 t
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 u
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 v
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 w
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 x
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 </lyxtabular>
19369
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \begin_layout Standard
19381 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19382  TeX-Code benutzen.
19383  Zunächst müssen Sie das LaTeX-Paket 
19384 \series bold
19385 arydshln
19386 \series default
19387
19388 \begin_inset Index
19389 status collapsed
19390
19391 \begin_layout Plain Layout
19392 LaTeX-Pakete ! arydshln
19393 \end_layout
19394
19395 \end_inset
19396
19397  im LaTeX-Vorspann geladen werden:
19398 \end_layout
19399
19400 \begin_layout Standard
19401
19402 \series bold
19403
19404 \backslash
19405 usepackage{arydshln}
19406 \end_layout
19407
19408 \begin_layout Standard
19409 Um senkrechte Linien zu stricheln, müssen Sie im 
19410 \family sans
19411 LaTe
19412 \begin_inset ERT
19413 status collapsed
19414
19415 \begin_layout Plain Layout
19416
19417 {}
19418 \end_layout
19419
19420 \end_inset
19421
19422 X-Argument
19423 \family default
19424  des 
19425 \family sans
19426 Tabellen-Einstellungen
19427 \family default
19428 -Dialogs 
19429 \begin_inset Quotes gld
19430 \end_inset
19431
19432 :
19433 \begin_inset Quotes grd
19434 \end_inset
19435
19436 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19437 \end_layout
19438
19439 \begin_layout Standard
19440 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19441 \end_layout
19442
19443 \begin_layout Standard
19444
19445 \series bold
19446
19447 \backslash
19448 hdashline
19449 \end_layout
19450
19451 \begin_layout Standard
19452 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19453 \end_layout
19454
19455 \begin_layout Standard
19456 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19457 \end_layout
19458
19459 \begin_layout Standard
19460
19461 \series bold
19462
19463 \backslash
19464 cdashline{Anfangsspalte-Endspalte}
19465 \end_layout
19466
19467 \begin_layout Standard
19468 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19469  Wenn Sie z.
19470 \begin_inset space \thinspace{}
19471 \end_inset
19472
19473 B.
19474  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19475  gestrichelte Linie haben, fügen Sie diesen Befehl
19476 \end_layout
19477
19478 \begin_layout Standard
19479
19480 \series bold
19481
19482 \backslash
19483 cdashline{2-4}
19484 \end_layout
19485
19486 \begin_layout Standard
19487 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19488 \end_layout
19489
19490 \begin_layout Standard
19491 \begin_inset VSpace bigskip
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \begin_layout Standard
19498 In Tabelle
19499 \begin_inset space ~
19500 \end_inset
19501
19502
19503 \begin_inset CommandInset ref
19504 LatexCommand ref
19505 reference "tab:Tabelle-mit-gestrichelten"
19506
19507 \end_inset
19508
19509  wurde der dritten Spalte der Befehl
19510 \series bold
19511  
19512 \series default
19513
19514 \begin_inset Quotes gld
19515 \end_inset
19516
19517
19518 \series bold
19519 :c
19520 \begin_inset Quotes grd
19521 \end_inset
19522
19523
19524 \series default
19525  benutzt.
19526  Der Befehl 
19527 \series bold
19528
19529 \backslash
19530 hdashline
19531 \series default
19532  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19533 \begin_inset Newline newline
19534 \end_inset
19535
19536  
19537 \series bold
19538
19539 \backslash
19540 cdashline{4-5} 
19541 \series default
19542 wurde in die erste Zelle der vierten Zeile eingefügt.
19543 \end_layout
19544
19545 \begin_layout Standard
19546 \begin_inset Note Greyedout
19547 status open
19548
19549 \begin_layout Plain Layout
19550
19551 \series bold
19552 Bemerkung:
19553 \series default
19554  Das LaTeX-Paket 
19555 \series bold
19556 arydshln
19557 \series default
19558  ist nicht kompatibel dem LaTeX-Paket 
19559 \series bold
19560 colortbl
19561 \series default
19562
19563 \begin_inset Index
19564 status collapsed
19565
19566 \begin_layout Plain Layout
19567 LaTeX-Pakete ! colortbl
19568 \end_layout
19569
19570 \end_inset
19571
19572 , das für die farbigen Tabellen in Abschnitt
19573 \begin_inset space ~
19574 \end_inset
19575
19576
19577 \begin_inset CommandInset ref
19578 LatexCommand ref
19579 reference "abs:Farbige-Tabellen"
19580
19581 \end_inset
19582
19583  benutzt wurde.
19584  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \begin_layout Standard
19593 \begin_inset ERT
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597
19598
19599 \backslash
19600 else
19601 \end_layout
19602
19603 \end_inset
19604
19605
19606 \begin_inset Note Note
19607 status open
19608
19609 \begin_layout Plain Layout
19610 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19611 \series bold
19612 arydshln
19613 \series default
19614  nicht installiert ist:
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Standard
19623 Sie müssen das LaTeX-Paket 
19624 \series bold
19625 arydshln
19626 \series default
19627  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19628 \end_layout
19629
19630 \begin_layout Standard
19631 \begin_inset ERT
19632 status collapsed
19633
19634 \begin_layout Plain Layout
19635
19636
19637 \backslash
19638 fi
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Chapter
19647 Gleitobjekte
19648 \begin_inset CommandInset label
19649 LatexCommand label
19650 name "kap:Gleitobjekte"
19651
19652 \end_inset
19653
19654
19655 \begin_inset Index
19656 status collapsed
19657
19658 \begin_layout Plain Layout
19659 Gleitobjekte
19660 \end_layout
19661
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \begin_layout Section
19668 Einleitung
19669 \begin_inset CommandInset label
19670 LatexCommand label
19671 name "abs:Gleitobjekte-Einleitung"
19672
19673 \end_inset
19674
19675
19676 \begin_inset Index
19677 status collapsed
19678
19679 \begin_layout Plain Layout
19680 Gleitobjekte ! Einleitung
19681 \end_layout
19682
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \begin_layout Standard
19689 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19690  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19691  der beste Platz ist.
19692  
19693 \family sans
19694 Fußnoten
19695 \family default
19696  und 
19697 \family sans
19698 Randnotizen
19699 \family default
19700  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19701  wenn auf ihrer Seite schon zu viele sind.
19702 \end_layout
19703
19704 \begin_layout Standard
19705 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19706  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19707  um weiße Flächen und Seiten ohne Text zu vermeiden.
19708  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
19709  kann im Text auf ein Gleitobjekt verwiesen werden.
19710  Gleitobjekte sind deshalb nummeriert.
19711  Querverweise werden in Abschnitt
19712 \begin_inset space ~
19713 \end_inset
19714
19715
19716 \begin_inset CommandInset ref
19717 LatexCommand ref
19718 reference "abs:Auf-Gleitobjekte-verweisen"
19719
19720 \end_inset
19721
19722  beschrieben.
19723 \end_layout
19724
19725 \begin_layout Standard
19726 Ein Gleitobjekt wird mit 
19727 \family sans
19728 Einfügen\SpecialChar \menuseparator
19729 Gleitobjekt\SpecialChar \menuseparator
19730 Algorithmus/Abbildung/Ta\SpecialChar \-
19731 belle/Um\SpecialChar \-
19732 flos\SpecialChar \-
19733 se\SpecialChar \-
19734 nes
19735 \begin_inset space ~
19736 \end_inset
19737
19738 Gleitobjekt
19739 \family default
19740  eingefügt.
19741  Für Abbildungen oder Tabellen können Sie auch auf 
19742 \begin_inset Graphics
19743         filename ../../images/float-insert_figure.png
19744         scale 70
19745         scaleBeforeRotation
19746         BoundingBox 0bp 6bp 22bp 22bp
19747
19748 \end_inset
19749
19750  oder 
19751 \begin_inset Graphics
19752         filename ../../images/float-insert_table.png
19753         scale 70
19754         scaleBeforeRotation
19755         BoundingBox 0bp 6bp 22bp 22bp
19756
19757 \end_inset
19758
19759  klicken.
19760  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19761  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19762  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19763  #:).
19764  Statt # sehen Sie die von LyX vergebene Nummer.
19765  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19766  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19767  eingefügt.
19768  In Abschnitt
19769 \begin_inset space ~
19770 \end_inset
19771
19772
19773 \begin_inset space ~
19774 \end_inset
19775
19776
19777 \begin_inset CommandInset ref
19778 LatexCommand ref
19779 reference "abs:Titel-Platzierung"
19780
19781 \end_inset
19782
19783  finden Sie mehr über die Platzierung des Titels.
19784  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19785  auch wieder geöffnet.
19786  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19787 \begin_inset Graphics
19788         filename clipart/GleitobjektQt4.png
19789         scale 70
19790         scaleBeforeRotation
19791         BoundingBox 0bp 6bp 128bp 22bp
19792
19793 \end_inset
19794
19795  -- ein graues Kästchen mit roter Beschriftung.
19796 \end_layout
19797
19798 \begin_layout Standard
19799 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19800  Gleitobjekte in einem eigenen Absatz einzufügen.
19801 \end_layout
19802
19803 \begin_layout Standard
19804 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19805  indem Sie sie markieren und dann auf 
19806 \begin_inset Graphics
19807         filename ../../images/float-insert_figure.png
19808         scale 70
19809         scaleBeforeRotation
19810         BoundingBox 0bp 6bp 22bp 22bp
19811
19812 \end_inset
19813
19814  oder 
19815 \begin_inset Graphics
19816         filename ../../images/float-insert_table.png
19817         scale 70
19818         scaleBeforeRotation
19819         BoundingBox 0bp 6bp 22bp 22bp
19820
19821 \end_inset
19822
19823  klicken.
19824 \end_layout
19825
19826 \begin_layout Section
19827 Gleitobjekt-Typen
19828 \begin_inset Index
19829 status collapsed
19830
19831 \begin_layout Plain Layout
19832 Gleitobjekte ! Typen
19833 \end_layout
19834
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \begin_layout Standard
19841 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19842 \begin_inset space ~
19843 \end_inset
19844
19845
19846 \begin_inset CommandInset ref
19847 LatexCommand ref
19848 reference "abs:Gleitende-Abbildungen"
19849
19850 \end_inset
19851
19852  und 
19853 \begin_inset CommandInset ref
19854 LatexCommand ref
19855 reference "abs:Gleitende-Tabellen"
19856
19857 \end_inset
19858
19859  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
19860 \end_layout
19861
19862 \begin_layout Subsection
19863 Gleitobjekt-Algorithmen
19864 \begin_inset Index
19865 status collapsed
19866
19867 \begin_layout Plain Layout
19868 Gleitobjekte ! Algorithmen
19869 \end_layout
19870
19871 \end_inset
19872
19873
19874 \begin_inset CommandInset label
19875 LatexCommand label
19876 name "uab:Gleitobjekt-Algorithmen"
19877
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \begin_layout Standard
19884 \begin_inset Float algorithm
19885 placement h
19886 wide false
19887 sideways false
19888 status open
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Caption
19892
19893 \begin_layout Plain Layout
19894 \begin_inset CommandInset label
19895 LatexCommand label
19896 name "alg:Ein-Gleitobjekt-Algorithmus"
19897
19898 \end_inset
19899
19900 Ein Gleitobjekt-Algorithmus 
19901 \end_layout
19902
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \begin_layout LyX-Code
19909 for I in 1..N loop
19910 \begin_inset Newline newline
19911 \end_inset
19912
19913  Sum:= Sum + A(I); /*Kommentar*/
19914 \begin_inset Newline newline
19915 \end_inset
19916
19917 end loop
19918 \begin_inset VSpace -4mm
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \begin_layout Standard
19930 Dieser Typ wird mit 
19931 \family sans
19932 Einfügen\SpecialChar \menuseparator
19933 Gleitobjekt\SpecialChar \menuseparator
19934 Algorithmus
19935 \family default
19936  eingefügt.
19937  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19938  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19939  Eine mögliche Absatz-Umgebung hier für ist 
19940 \family sans
19941 LyX-Code
19942 \family default
19943 , beschrieben im 
19944 \emph on
19945 Benutzerhandbuch
19946 \emph default
19947 .
19948  In Algorithmus
19949 \begin_inset space ~
19950 \end_inset
19951
19952
19953 \begin_inset CommandInset ref
19954 LatexCommand ref
19955 reference "alg:Ein-Gleitobjekt-Algorithmus"
19956
19957 \end_inset
19958
19959  wurden am Ende -0.4
19960 \begin_inset space \thinspace{}
19961 \end_inset
19962
19963 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19964  letzten Zeile gedruckt wird.
19965 \end_layout
19966
19967 \begin_layout Standard
19968 Die Marke 
19969 \emph on
19970 Algorithmus
19971 \emph default
19972  wird nicht automatisch in die druckbare Version übernommen, sondern das
19973  englische Wort 
19974 \emph on
19975 Algorithm
19976 \emph default
19977  verwendet.
19978  Soll
19979 \emph on
19980  Algorithmus
19981 \emph default
19982  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19983 \end_layout
19984
19985 \begin_layout Standard
19986
19987 \series bold
19988
19989 \backslash
19990 floatname{algorithm}{Algorithmus}
19991 \end_layout
19992
19993 \begin_layout Standard
19994 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
19995  Menü 
19996 \family sans
19997 Einfügen\SpecialChar \menuseparator
19998 Liste
19999 \begin_inset space \thinspace{}
20000 \end_inset
20001
20002 /
20003 \begin_inset space \thinspace{}
20004 \end_inset
20005
20006 Inhaltsverzeichnis\SpecialChar \menuseparator
20007 Algorithmenverzeichnis
20008 \family default
20009  verwendet werden.
20010  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20011  eingefügt werden:
20012 \end_layout
20013
20014 \begin_layout Standard
20015
20016 \series bold
20017
20018 \backslash
20019 listof{algorithm}{Algorithmenverzeichnis}
20020 \end_layout
20021
20022 \begin_layout Standard
20023 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20024  nach dem Schema 
20025 \begin_inset Quotes gld
20026 \end_inset
20027
20028 Kapitelnummer.Algorithmusnummer
20029 \begin_inset Quotes grd
20030 \end_inset
20031
20032  nummeriert.
20033  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20034  einfügen:
20035 \end_layout
20036
20037 \begin_layout Standard
20038
20039 \series bold
20040
20041 \backslash
20042 numberwithin{algorithm}{chapter}
20043 \end_layout
20044
20045 \begin_layout Standard
20046 Um 
20047 \series bold
20048
20049 \backslash
20050 numberwithin
20051 \series default
20052  benutzen zu können, muss in den 
20053 \family sans
20054 Mathe
20055 \begin_inset space ~
20056 \end_inset
20057
20058 Optionen
20059 \family default
20060  der 
20061 \family sans
20062 Dokument-Einstellungen
20063 \family default
20064  
20065 \family sans
20066 AMS
20067 \begin_inset space ~
20068 \end_inset
20069
20070 Mathe
20071 \begin_inset space ~
20072 \end_inset
20073
20074 Paket
20075 \family default
20076
20077 \begin_inset space ~
20078 \end_inset
20079
20080
20081 \family sans
20082 verwenden
20083 \family default
20084  angekreuzt sein.
20085 \end_layout
20086
20087 \begin_layout Subsection
20088 Textumflossenes [Gleit]Objekt
20089 \begin_inset CommandInset label
20090 LatexCommand label
20091 name "uab:Textumflossenes-[Gleit]Objekt"
20092
20093 \end_inset
20094
20095
20096 \begin_inset Index
20097 status collapsed
20098
20099 \begin_layout Plain Layout
20100 Gleitobjekte ! textumflossene
20101 \end_layout
20102
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \begin_layout Standard
20109 \begin_inset Wrap figure
20110 lines 0
20111 placement l
20112 overhang 0col%
20113 width "40col%"
20114 status open
20115
20116 \begin_layout Plain Layout
20117 \begin_inset Graphics
20118         filename ../clipart/mobius.eps
20119         width 40col%
20120         scaleBeforeRotation
20121         rotateOrigin center
20122
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \begin_layout Plain Layout
20129 \begin_inset Caption
20130
20131 \begin_layout Plain Layout
20132 \begin_inset CommandInset label
20133 LatexCommand label
20134 name "abb:This-is-a"
20135
20136 \end_inset
20137
20138 Dies ist eine umflossene Gleitobjekt-Abbildung
20139 \begin_inset VSpace medskip
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151
20152 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
20153  werden, wo sie definiert wurden.
20154  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
20155 \emph on
20156 fließen
20157 \emph default
20158  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
20159  übrig lässt.
20160  Er wird mit dem Befehl
20161 \family sans
20162  Einfügen\SpecialChar \menuseparator
20163 Gleitobjekt\SpecialChar \menuseparator
20164 Umflossenes
20165 \begin_inset space \space{}
20166 \end_inset
20167
20168 Gleit\SpecialChar \-
20169 ob\SpecialChar \-
20170 jekt
20171 \family default
20172   eingefügt, wenn das LaTeX-Paket 
20173 \series bold
20174 wrapfig
20175 \series default
20176
20177 \begin_inset Index
20178 status collapsed
20179
20180 \begin_layout Plain Layout
20181 LaTeX-Pakete ! wrapfig
20182 \begin_inset ERT
20183 status collapsed
20184
20185 \begin_layout Plain Layout
20186
20187
20188 \backslash
20189
20190 \begin_inset ERT
20191 status collapsed
20192
20193 \begin_layout Plain Layout
20194
20195 {
20196 \end_layout
20197
20198 \end_inset
20199
20200
20201 \begin_inset ERT
20202 status collapsed
20203
20204 \begin_layout Plain Layout
20205
20206 }
20207 \end_layout
20208
20209 \end_inset
20210
20211
20212 \end_layout
20213
20214 \end_inset
20215
20216 vspace
20217 \begin_inset ERT
20218 status collapsed
20219
20220 \begin_layout Plain Layout
20221
20222 {
20223 \end_layout
20224
20225 \end_inset
20226
20227 4mm
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  installiert ist.
20244 \begin_inset Foot
20245 status collapsed
20246
20247 \begin_layout Plain Layout
20248 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20249 \emph on
20250 LaTeX
20251 \begin_inset space ~
20252 \end_inset
20253
20254 Konfiguration
20255 \emph default
20256  beschrieben.
20257 \end_layout
20258
20259 \end_inset
20260
20261  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
20262 klick auf
20263  das 
20264 \family sans
20265 Umflossenes
20266 \begin_inset space ~
20267 \end_inset
20268
20269 Gleitobjekt
20270 \family default
20271 -Kästchen ändern.
20272  Abbildung
20273 \begin_inset space ~
20274 \end_inset
20275
20276
20277 \begin_inset CommandInset ref
20278 LatexCommand ref
20279 reference "abb:This-is-a"
20280
20281 \end_inset
20282
20283  ist zum Beispiel ein textumflossenes Objekt, das 40
20284 \begin_inset space \thinspace{}
20285 \end_inset
20286
20287 % der Spaltenbreite einnimmt.
20288 \begin_inset Foot
20289 status collapsed
20290
20291 \begin_layout Plain Layout
20292 Die benutzbaren Einheiten werden in Anhang
20293 \begin_inset space ~
20294 \end_inset
20295
20296
20297 \begin_inset CommandInset ref
20298 LatexCommand ref
20299 reference "kap:In-LyX-verfügbare"
20300
20301 \end_inset
20302
20303  beschrieben.
20304 \end_layout
20305
20306 \end_inset
20307
20308  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
20309  umgebenden Test zu trennen.
20310 \end_layout
20311
20312 \begin_layout Standard
20313 \begin_inset Note Greyedout
20314 status open
20315
20316 \begin_layout Plain Layout
20317
20318 \series bold
20319 Bemerkung:
20320 \series default
20321  Textumflossene Objekte sind fragil.
20322  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
20323  dass sie gar nicht oder über anderen Text gedruckt wird.
20324 \end_layout
20325
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \begin_layout Standard
20332
20333 \series bold
20334 Weitere
20335 \series default
20336  
20337 \series bold
20338 Bemerkungen
20339 \series default
20340 :
20341 \end_layout
20342
20343 \begin_layout Itemize
20344 Textumflossene Objekte
20345 \end_layout
20346
20347 \begin_deeper
20348 \begin_layout Itemize
20349 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
20350  werden.
20351  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
20352  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
20353  erfolgen wird.
20354 \end_layout
20355
20356 \begin_layout Itemize
20357 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
20358  werden oder darin.
20359 \end_layout
20360
20361 \begin_layout Itemize
20362 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
20363  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
20364 \end_layout
20365
20366 \begin_layout Itemize
20367 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
20368 \end_layout
20369
20370 \end_deeper
20371 \begin_layout Itemize
20372 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
20373  unmittelbar auf die Abbildung folgt, eingerückt.
20374  Das können Sie mit dem TeX-Code-Befehl 
20375 \series bold
20376
20377 \backslash
20378 hspace*{-1em}
20379 \series default
20380  direkt vor dem Text korrigieren.
20381  
20382 \family typewriter
20383 1
20384 \begin_inset space \thinspace{}
20385 \end_inset
20386
20387 em
20388 \family default
20389  entspricht der Standardeinrückung.
20390 \end_layout
20391
20392 \begin_layout Itemize
20393 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
20394  behandelt.
20395 \end_layout
20396
20397 \begin_layout Itemize
20398 Der Text, der um die Abbildung herumfließt, sollte zwischen 
20399 \series bold
20400
20401 \backslash
20402 begin{slop\SpecialChar \-
20403 py\SpecialChar \-
20404 par}
20405 \series default
20406  und 
20407 \series bold
20408
20409 \backslash
20410 end{sloppypar}
20411 \series default
20412  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
20413 \end_layout
20414
20415 \begin_layout Section
20416 Gleitobjekt-Nummerierung
20417 \begin_inset CommandInset label
20418 LatexCommand label
20419 name "abs:Gleitobjekt-Nummerierung"
20420
20421 \end_inset
20422
20423
20424 \begin_inset Index
20425 status collapsed
20426
20427 \begin_layout Plain Layout
20428 Gleitobjekte ! Nummerierung
20429 \end_layout
20430
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \begin_layout Standard
20437 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
20438  nummeriert oder nach dem Schema 
20439 \begin_inset Quotes gld
20440 \end_inset
20441
20442 Kapitelnummer.Gleitobjektnummer
20443 \begin_inset Quotes grd
20444 \end_inset
20445
20446  oder 
20447 \begin_inset Quotes gld
20448 \end_inset
20449
20450 Abschnittsnummer.Gleitobjektnummer
20451 \begin_inset Quotes grd
20452 \end_inset
20453
20454 .
20455  Das hängt von der Dokumentklasse ab.
20456 \end_layout
20457
20458 \begin_layout Standard
20459 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20460  in den LaTeX-Vorspann einfügen:
20461 \end_layout
20462
20463 \begin_layout Standard
20464
20465 \series bold
20466
20467 \backslash
20468 renewcommand{
20469 \backslash
20470 thetable}{
20471 \backslash
20472 roman{table}}
20473 \end_layout
20474
20475 \begin_layout Standard
20476
20477 \series bold
20478
20479 \backslash
20480 thetable
20481 \series default
20482  ist der Befehl, der die Tabellennummer druckt.
20483  Für Abbildungen ist das 
20484 \series bold
20485
20486 \backslash
20487 thefigure
20488 \series default
20489 .
20490  Der Befehl 
20491 \series bold
20492
20493 \backslash
20494 roman
20495 \series default
20496  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20497 \end_layout
20498
20499 \begin_layout Standard
20500 Um das Numerierungsschema zum Beispiel auf 
20501 \begin_inset Quotes gld
20502 \end_inset
20503
20504 Unterabschnittsnummer.Num\SpecialChar \-
20505 mer
20506 \begin_inset Quotes grd
20507 \end_inset
20508
20509  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20510 \end_layout
20511
20512 \begin_layout Standard
20513
20514 \series bold
20515
20516 \backslash
20517 numberwithin{table}{subsection}
20518 \end_layout
20519
20520 \begin_layout Standard
20521 Um den Befehl 
20522 \series bold
20523
20524 \backslash
20525 numberwithin
20526 \series default
20527  zu können, müssen Sie in den 
20528 \family sans
20529 Mathe
20530 \begin_inset space ~
20531 \end_inset
20532
20533 Optionen
20534 \family default
20535  der 
20536 \family sans
20537 Dokument-Einstellungen
20538 \family default
20539  
20540 \family sans
20541 AMS
20542 \begin_inset space ~
20543 \end_inset
20544
20545 Mathe
20546 \begin_inset space ~
20547 \end_inset
20548
20549 Paket
20550 \family default
20551
20552 \begin_inset space ~
20553 \end_inset
20554
20555
20556 \family sans
20557 verwenden
20558 \family default
20559  ankreuzen.
20560 \end_layout
20561
20562 \begin_layout Standard
20563 Sehen Sie sich bitte auch Abschnitt
20564 \begin_inset space ~
20565 \end_inset
20566
20567
20568 \begin_inset CommandInset ref
20569 LatexCommand ref
20570 reference "uab:Fußnoten-Nummerierung"
20571
20572 \end_inset
20573
20574  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
20575 \end_layout
20576
20577 \begin_layout Section
20578 Auf Gleitobjekte verweisen
20579 \begin_inset CommandInset label
20580 LatexCommand label
20581 name "abs:Auf-Gleitobjekte-verweisen"
20582
20583 \end_inset
20584
20585
20586 \begin_inset Index
20587 status collapsed
20588
20589 \begin_layout Plain Layout
20590 Gleitobjekte ! Querverweise
20591 \end_layout
20592
20593 \end_inset
20594
20595
20596 \begin_inset Index
20597 status collapsed
20598
20599 \begin_layout Plain Layout
20600 Querverweise
20601 \end_layout
20602
20603 \end_inset
20604
20605
20606 \end_layout
20607
20608 \begin_layout Standard
20609 Zunächst müssen Sie mit 
20610 \family sans
20611 Einfügen\SpecialChar \menuseparator
20612 Marke
20613 \family default
20614  oder einen Klick auf 
20615 \begin_inset Graphics
20616         filename ../../images/label-insert.png
20617         scale 85
20618         scaleBeforeRotation
20619
20620 \end_inset
20621
20622  eine Marke im Titel einfügen.
20623  Im 
20624 \family sans
20625 Marke
20626 \family default
20627 -Dialog schreiben Sie einen Text in das Feld 
20628 \family sans
20629 Marke
20630 \family default
20631  oder übernehmen den vorgeschlagenen.
20632  Die Marke sieht in LyX dann so aus:
20633 \begin_inset Newline newline
20634 \end_inset
20635
20636
20637 \begin_inset Graphics
20638         filename clipart/Marke.png
20639         lyxscale 80
20640         scale 50
20641         scaleBeforeRotation
20642         BoundingBox 0bp 6bp 76bp 23bp
20643
20644 \end_inset
20645
20646
20647 \end_layout
20648
20649 \begin_layout Standard
20650 Die Marke wird als Anker und Name für den Querverweis benutzt.
20651  Mit 
20652 \family sans
20653 Einfügen\SpecialChar \menuseparator
20654 Querverweis
20655 \family default
20656  oder einen Klick auf 
20657 \begin_inset Graphics
20658         filename ../../images/dialog-show-new-inset_ref.png
20659         scale 85
20660         scaleBeforeRotation
20661
20662 \end_inset
20663
20664  können Sie dann auf die Marke verweisen.
20665  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20666  angezeigt:
20667 \begin_inset Newline newline
20668 \end_inset
20669
20670
20671 \begin_inset Graphics
20672         filename clipart/Querverweis.png
20673         lyxscale 80
20674         scale 50
20675         scaleBeforeRotation
20676         BoundingBox 0bp 6bp 76bp 23bp
20677
20678 \end_inset
20679
20680
20681 \begin_inset Newline newline
20682 \end_inset
20683
20684  Mehr zu Querverweisen finden Sie im 
20685 \emph on
20686 Benutzerhandbuch
20687 \emph default
20688 .
20689 \end_layout
20690
20691 \begin_layout Standard
20692 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20693  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20694  durch einen Zeilenumbruch getrennt werden können.
20695 \end_layout
20696
20697 \begin_layout Standard
20698 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20699  LyX passt die Querverweise automatisch an.
20700 \end_layout
20701
20702 \begin_layout Standard
20703 Ein Klick auf den Schalter 
20704 \family sans
20705 Gehe
20706 \begin_inset space ~
20707 \end_inset
20708
20709 zur
20710 \begin_inset space ~
20711 \end_inset
20712
20713 Marke
20714 \family default
20715  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20716  Der Text der Schaltfläche heißt jetzt 
20717 \family sans
20718 Gehe
20719 \begin_inset space ~
20720 \end_inset
20721
20722 zurück
20723 \family default
20724  und ein Klick darauf macht genau dies.
20725   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20726  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20727  Dann ist auch kein 
20728 \family sans
20729 Gehe
20730 \begin_inset space ~
20731 \end_inset
20732
20733 zurück
20734 \family default
20735  möglich.
20736 \end_layout
20737
20738 \begin_layout Subsection
20739 Querverweis-Formate
20740 \begin_inset CommandInset label
20741 LatexCommand label
20742 name "uab:Querverweis-Formate"
20743
20744 \end_inset
20745
20746
20747 \begin_inset Index
20748 status collapsed
20749
20750 \begin_layout Plain Layout
20751 Querverweise ! Formate
20752 \end_layout
20753
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \begin_layout Standard
20760 Es gibt sechs verschiedene Querverweisstile:
20761 \end_layout
20762
20763 \begin_layout Description
20764 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20765  
20766 \begin_inset CommandInset ref
20767 LatexCommand ref
20768 reference "abb:Zwei-Teilabbildungen"
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \begin_layout Description
20776 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20777  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20778  verwendet wird, speziell wenn der Name 
20779 \begin_inset Quotes gld
20780 \end_inset
20781
20782 Gleichung
20783 \begin_inset Quotes grd
20784 \end_inset
20785
20786  weggelassen wird: 
20787 \begin_inset CommandInset ref
20788 LatexCommand eqref
20789 reference "eq:Wgn"
20790
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \begin_layout Description
20797 <Seite>: druckt die Seitennummer: Seite
20798 \begin_inset space ~
20799 \end_inset
20800
20801
20802 \begin_inset CommandInset ref
20803 LatexCommand pageref
20804 reference "abb:Zwei-Teilabbildungen"
20805
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \begin_layout Description
20812 auf
20813 \begin_inset space ~
20814 \end_inset
20815
20816 Seite
20817 \begin_inset space ~
20818 \end_inset
20819
20820 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
20821 \begin_inset CommandInset ref
20822 LatexCommand vpageref
20823 reference "abb:Zwei-Teilabbildungen"
20824
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \begin_layout Description
20831 <Querverweis>
20832 \begin_inset space ~
20833 \end_inset
20834
20835 auf
20836 \begin_inset space ~
20837 \end_inset
20838
20839 Seite
20840 \begin_inset space ~
20841 \end_inset
20842
20843 <Seite>: druckt die Nummer der Gleitumgebung, den Text "auf Seite", und
20844  die Seitennummer: 
20845 \begin_inset CommandInset ref
20846 LatexCommand vref
20847 reference "abb:Zwei-Teilabbildungen"
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Description
20855 Formatierter
20856 \begin_inset space ~
20857 \end_inset
20858
20859 Querverweis: druckt ein selbst definiertes Querverweisformat
20860 \begin_inset Newline newline
20861 \end_inset
20862
20863
20864 \begin_inset Note Greyedout
20865 status open
20866
20867 \begin_layout Plain Layout
20868
20869 \series bold
20870 Bemerkung:
20871 \series default
20872  Dies ist nur möglich, wenn das LaTeX-Paket 
20873 \series bold
20874 prettyref
20875 \series default
20876  installiert ist.
20877 \end_layout
20878
20879 \end_inset
20880
20881
20882 \end_layout
20883
20884 \begin_layout Standard
20885 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20886  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
20887  Seite befindet.
20888  Stattdessen wird der Text 
20889 \begin_inset Quotes gld
20890 \end_inset
20891
20892 auf dieser Seite
20893 \begin_inset Quotes grd
20894 \end_inset
20895
20896  gedruckt.
20897 \end_layout
20898
20899 \begin_layout Standard
20900 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20901  automatisch von LaTeX berechnet.
20902  Die Stile können im Feld 
20903 \family sans
20904 Format
20905 \family default
20906  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
20907  einen Querverweis klicken.
20908 \end_layout
20909
20910 \begin_layout Subsection
20911 Automatische Querverweis-Namen
20912 \begin_inset Index
20913 status collapsed
20914
20915 \begin_layout Plain Layout
20916 Querverweise ! Automatische Namen 
20917 \end_layout
20918
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \begin_layout Standard
20925 Das LaTeX-Paket 
20926 \series bold
20927 hyperref
20928 \series default
20929
20930 \begin_inset Index
20931 status collapsed
20932
20933 \begin_layout Plain Layout
20934 LaTeX-Pakete ! hyperref
20935 \end_layout
20936
20937 \end_inset
20938
20939  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20940  Gleitobjekts automatisch enthalten (oder Textteile wie 
20941 \emph on
20942 Abschnitt
20943 \emph default
20944 ).
20945  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20946  Um diese Funktion benutzen zu können, müssen Sie 
20947 \series bold
20948 hyperref
20949 \series default
20950  in den LaTeX-Vorspann wie folgt einfügen:
20951 \end_layout
20952
20953 \begin_layout Standard
20954
20955 \series bold
20956
20957 \backslash
20958 usepackage[pdfborder={0 0 0}]{hyperref}
20959 \begin_inset Newline newline
20960 \end_inset
20961
20962
20963 \backslash
20964 AtBeginDocument{
20965 \backslash
20966 renewcommand{
20967 \backslash
20968 ref}[1]{
20969 \backslash
20970 mbox{
20971 \backslash
20972 autoref{#1}}}}
20973 \end_layout
20974
20975 \begin_layout Standard
20976
20977 \series bold
20978 hyperref
20979 \series default
20980  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Do\SpecialChar \-
20981 ku\SpecialChar \-
20982 men\SpecialChar \-
20983 ten
20984  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
20985  einen Link klicken, und die angeklickte Stelle wird gezeigt.
20986  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20987  sich der Cursor.
20988 \end_layout
20989
20990 \begin_layout Standard
20991 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
20992 n.
20993  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20994  für die Benutzung von 
20995 \series bold
20996 hyperref
20997 \series default
20998  sehen.
20999  In der 
21000 \series bold
21001 hyperref
21002 \series default
21003 -Dokumentation 
21004 \begin_inset CommandInset citation
21005 LatexCommand cite
21006 key "hyperref"
21007
21008 \end_inset
21009
21010  finden Sie mehr darüber.
21011 \end_layout
21012
21013 \begin_layout Standard
21014 \begin_inset Note Greyedout
21015 status open
21016
21017 \begin_layout Plain Layout
21018
21019 \series bold
21020 Bemerkung:
21021 \series default
21022  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21023  als Querverweisstil 
21024 \family sans
21025 Formatierter
21026 \begin_inset space ~
21027 \end_inset
21028
21029 Querverweis
21030 \family default
21031  benutzen.
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \end_layout
21038
21039 \begin_layout Subsection
21040 Querverweis-Position
21041 \begin_inset CommandInset label
21042 LatexCommand label
21043 name "uab:Querverweis-Position"
21044
21045 \end_inset
21046
21047
21048 \begin_inset Index
21049 status collapsed
21050
21051 \begin_layout Plain Layout
21052 Querverweise !  Position
21053 \end_layout
21054
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \begin_layout Standard
21061 Wenn Sie 
21062 \series bold
21063 hyperref
21064 \series default
21065  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
21066  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21067  und Sie werden das Bild ohne Rollen nicht sehen.
21068  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21069  ist.
21070  Wenn Sie das  LaTeX-Paket 
21071 \series bold
21072 hypcap
21073 \series default
21074
21075 \begin_inset Index
21076 status collapsed
21077
21078 \begin_layout Plain Layout
21079 LaTeX-Pakete ! hypcap
21080 \end_layout
21081
21082 \end_inset
21083
21084 , das Teil des LaTeX-Pakets 
21085 \series bold
21086 oberdiek
21087 \series default
21088
21089 \begin_inset Index
21090 status collapsed
21091
21092 \begin_layout Plain Layout
21093 LaTeX-Pakete ! oberdiek
21094 \end_layout
21095
21096 \end_inset
21097
21098  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21099  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21100 \series bold
21101 hypcap
21102 \series default
21103  zunächst in den LaTeX-Vorspann laden:
21104 \end_layout
21105
21106 \begin_layout Standard
21107
21108 \series bold
21109
21110 \backslash
21111 usepackage[figure]{hypcap}
21112 \end_layout
21113
21114 \begin_layout Standard
21115 Sie können 
21116 \series bold
21117 hypcap
21118 \series default
21119  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21120  nicht empfohlen.
21121  Weitere Informationen finden Sie im
21122 \series bold
21123  hypcap
21124 \series default
21125 -Handbuch 
21126 \begin_inset CommandInset citation
21127 LatexCommand cite
21128 key "hypcap"
21129
21130 \end_inset
21131
21132 .
21133 \end_layout
21134
21135 \begin_layout Standard
21136 \begin_inset Note Greyedout
21137 status open
21138
21139 \begin_layout Plain Layout
21140
21141 \series bold
21142 Bemerkung 1:
21143 \series default
21144  
21145 \series bold
21146 hypcap
21147 \series default
21148  muss nach 
21149 \series bold
21150 hyperref
21151 \series default
21152  geladen werden.
21153 \end_layout
21154
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \begin_layout Standard
21161 \begin_inset Note Greyedout
21162 status open
21163
21164 \begin_layout Plain Layout
21165
21166 \series bold
21167 Bemerkung 2:
21168 \series default
21169  
21170 \series medium
21171 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21172  zu Teilabbildungen.
21173 \end_layout
21174
21175 \end_inset
21176
21177
21178 \end_layout
21179
21180 \begin_layout Section
21181 Gleitobjekt-Platzierung
21182 \begin_inset CommandInset label
21183 LatexCommand label
21184 name "abs:Gleitobjekt-Platzierung"
21185
21186 \end_inset
21187
21188
21189 \begin_inset Index
21190 status collapsed
21191
21192 \begin_layout Plain Layout
21193 Gleitobjekte ! Plazierung
21194 \end_layout
21195
21196 \end_inset
21197
21198
21199 \end_layout
21200
21201 \begin_layout Standard
21202 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21203 \family sans
21204 Gleitobjekt-Einstellungen
21205 \family default
21206 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21207  können.
21208 \begin_inset Newline newline
21209 \end_inset
21210
21211 Die Option 
21212 \family sans
21213 Spalten
21214 \begin_inset space ~
21215 \end_inset
21216
21217 überspannen
21218 \family default
21219  ist nur bei zweispaltigen Dokumenten sinnvoll.
21220  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21221 \begin_inset Newline newline
21222 \end_inset
21223
21224 Die Option 
21225 \family sans
21226 Seitwärts
21227 \begin_inset space ~
21228 \end_inset
21229
21230 drehen
21231 \family default
21232  ist in Abschnitt 
21233 \begin_inset CommandInset ref
21234 LatexCommand ref
21235 reference "abs:Gedrehte-Gleitobjekte"
21236
21237 \end_inset
21238
21239  beschrieben.
21240 \end_layout
21241
21242 \begin_layout Standard
21243 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21244  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21245  Sie die Option 
21246 \family sans
21247 Standard-Platzierung
21248 \begin_inset space ~
21249 \end_inset
21250
21251 verwenden
21252 \family default
21253  nicht verwenden:
21254 \end_layout
21255
21256 \begin_layout Description
21257 Hier
21258 \begin_inset space ~
21259 \end_inset
21260
21261 wenn
21262 \begin_inset space ~
21263 \end_inset
21264
21265 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt wurde.
21266 \end_layout
21267
21268 \begin_layout Description
21269 Anfang
21270 \begin_inset space ~
21271 \end_inset
21272
21273 der
21274 \begin_inset space ~
21275 \end_inset
21276
21277 Seite
21278 \family sans
21279  
21280 \family default
21281 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21282  Gleitobjekte, die maximal 70
21283 \begin_inset space \thinspace{}
21284 \end_inset
21285
21286 % einer Seite benötigen, dürfen oben platziert werden.
21287  Dies kann durch die Variable 
21288 \series bold
21289
21290 \backslash
21291 topfraction
21292 \series default
21293  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21294 \end_layout
21295
21296 \begin_deeper
21297 \begin_layout Standard
21298
21299 \series bold
21300
21301 \backslash
21302 renewcommand{
21303 \backslash
21304 topfraction}{0.9}
21305 \family typewriter
21306 \series default
21307  
21308 \end_layout
21309
21310 \end_deeper
21311 \begin_layout Description
21312 Ende
21313 \begin_inset space ~
21314 \end_inset
21315
21316 der
21317 \begin_inset space ~
21318 \end_inset
21319
21320 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21321  Gleitobjekte, die maximal 30
21322 \begin_inset space \thinspace{}
21323 \end_inset
21324
21325 % einer Seite benötigen, dürfen unten platziert werden.
21326  Dies kann durch die Variable 
21327 \series bold
21328
21329 \backslash
21330 bottomfraction
21331 \series default
21332  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21333 \end_layout
21334
21335 \begin_deeper
21336 \begin_layout Standard
21337
21338 \series bold
21339
21340 \backslash
21341 renewcommand{
21342 \backslash
21343 bottomfraction}{0.5}
21344 \end_layout
21345
21346 \begin_layout Standard
21347 die oftmals zu kleine untere Grenze auf 50
21348 \begin_inset space \thinspace{}
21349 \end_inset
21350
21351 %.
21352 \end_layout
21353
21354 \end_deeper
21355 \begin_layout Description
21356 Seite
21357 \begin_inset space ~
21358 \end_inset
21359
21360 mit
21361 \begin_inset space ~
21362 \end_inset
21363
21364 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu platzieren.
21365  Nur wenn mehr als 50
21366 \begin_inset space \thinspace{}
21367 \end_inset
21368
21369 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21370  Gleitobjekte bereitgestellt.
21371  Dies kann durch die Variable 
21372 \series bold
21373
21374 \backslash
21375 floatpagefraction 
21376 \series default
21377 im LaTeX-Vorspann überschrieben werden.
21378 \end_layout
21379
21380 \begin_layout Standard
21381 Die Reihenfolge der obigen Optionen wird 
21382 \emph on
21383 immer
21384 \emph default
21385  von LaTeX verwendet.
21386  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21387  versuchen 
21388 \family sans
21389 Hier
21390 \begin_inset space \space{}
21391 \end_inset
21392
21393 wenn
21394 \begin_inset space \space{}
21395 \end_inset
21396
21397 möglich
21398 \family default
21399 , dann 
21400 \family sans
21401 Anfang
21402 \begin_inset space ~
21403 \end_inset
21404
21405 der
21406 \begin_inset space ~
21407 \end_inset
21408
21409 Seite
21410 \family default
21411  und dann die anderen Optionen zu anzuwenden.
21412  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21413  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
21414  Reihenfolge.
21415  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21416 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
21417 \end_layout
21418
21419 \begin_layout Standard
21420 Die Option 
21421 \family sans
21422 Hier,
21423 \begin_inset space ~
21424 \end_inset
21425
21426 auf
21427 \begin_inset space ~
21428 \end_inset
21429
21430 jeden
21431 \begin_inset space ~
21432 \end_inset
21433
21434 Fall
21435 \family default
21436  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21437  fast druckreif ist.
21438  Denn mit der Option kann das Objekt nicht mehr 
21439 \emph on
21440 gleiten
21441 \emph default
21442 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21443  oftmals zerstört.
21444 \end_layout
21445
21446 \begin_layout Standard
21447 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21448  immer von Text eines bestimmten Paragraphen umgeben sind.
21449 \begin_inset VSpace bigskip
21450 \end_inset
21451
21452
21453 \end_layout
21454
21455 \begin_layout Standard
21456 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21457 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21458  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21459  Das kann mit dem LaTeX-Befehl
21460 \series bold
21461  
21462 \backslash
21463 suppressfloats
21464 \series default
21465  verhindert werden.
21466  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21467  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21468  gesetzt wird.
21469  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21470 \end_layout
21471
21472 \begin_layout Standard
21473
21474 \series bold
21475
21476 \backslash
21477 let
21478 \backslash
21479 meinAbschnitt
21480 \backslash
21481 section
21482 \begin_inset Newline newline
21483 \end_inset
21484
21485
21486 \backslash
21487 renewcommand{
21488 \backslash
21489 section}{
21490 \backslash
21491 suppressfloats[t]
21492 \backslash
21493 meinAbschnitt}
21494 \end_layout
21495
21496 \begin_layout Standard
21497 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21498  Unterabschnitten festlegen.
21499  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
21500  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21501 \end_layout
21502
21503 \begin_layout Standard
21504 Es gibt auch noch das LaTeX-Paket 
21505 \series bold
21506 flafter
21507 \series default
21508
21509 \begin_inset Index
21510 status collapsed
21511
21512 \begin_layout Plain Layout
21513 LaTeX-Pakete ! flafter
21514 \end_layout
21515
21516 \end_inset
21517
21518  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21519  gedruckt wird.
21520 \end_layout
21521
21522 \begin_layout Standard
21523 \begin_inset VSpace bigskip
21524 \end_inset
21525
21526 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21527  Dafür gibt es das LaTeX-Paket 
21528 \series bold
21529 endfloat
21530 \series default
21531
21532 \begin_inset Index
21533 status collapsed
21534
21535 \begin_layout Plain Layout
21536 LaTeX-Pakete ! endf
21537 \begin_inset ERT
21538 status collapsed
21539
21540 \begin_layout Plain Layout
21541
21542
21543 \backslash
21544
21545 \begin_inset ERT
21546 status collapsed
21547
21548 \begin_layout Plain Layout
21549
21550 {
21551 \end_layout
21552
21553 \end_inset
21554
21555
21556 \begin_inset ERT
21557 status collapsed
21558
21559 \begin_layout Plain Layout
21560
21561 }
21562 \end_layout
21563
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \end_inset
21570
21571 /loat
21572 \end_layout
21573
21574 \end_inset
21575
21576 .
21577  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21578  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21579  
21580 \family sans
21581
21582 \begin_inset Quotes gld
21583 \end_inset
21584
21585 [Abbildung
21586 \begin_inset space ~
21587 \end_inset
21588
21589 3.2 ist ungefähr hier.]
21590 \family default
21591
21592 \begin_inset Quotes grd
21593 \end_inset
21594
21595  finden.
21596  Das 
21597 \series bold
21598 endfloat
21599 \series default
21600 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21601 \end_layout
21602
21603 \begin_layout Standard
21604
21605 \series bold
21606
21607 \backslash
21608 usepackage[Optionen]{endfloat}
21609 \end_layout
21610
21611 \begin_layout Standard
21612 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21613  Tabellen-Abschnitt, die Sie in der 
21614 \series bold
21615 endfloat
21616 \series default
21617 -Dokumentation 
21618 \begin_inset CommandInset citation
21619 LatexCommand cite
21620 key "endfloat"
21621
21622 \end_inset
21623
21624  nachlesen können.
21625 \begin_inset Newline newline
21626 \end_inset
21627
21628
21629 \begin_inset Note Greyedout
21630 status open
21631
21632 \begin_layout Plain Layout
21633
21634 \series bold
21635 Bemerkung
21636 \begin_inset space ~
21637 \end_inset
21638
21639 1: endfloat
21640 \series default
21641  übersetzt den Hinweistext nicht automatisch.
21642  Abschnitt
21643 \begin_inset space ~
21644 \end_inset
21645
21646 4 in 
21647 \begin_inset CommandInset citation
21648 LatexCommand cite
21649 key "endfloat"
21650
21651 \end_inset
21652
21653  beschreibt, wie es geht.
21654 \end_layout
21655
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \begin_layout Standard
21662 \begin_inset Note Greyedout
21663 status open
21664
21665 \begin_layout Plain Layout
21666
21667 \series bold
21668 Bemerkung
21669 \begin_inset space ~
21670 \end_inset
21671
21672 2: 
21673 \series default
21674 Die aktuelle Version von 
21675 \series bold
21676 endfloat
21677 \series default
21678  hat einen Fehler, wenn die Überschrift ein 
21679 \begin_inset Quotes gld
21680 \end_inset
21681
21682 ß
21683 \begin_inset Quotes grd
21684 \end_inset
21685
21686  enthält.
21687  Sie müssen stattdessen den Befehl 
21688 \series bold
21689
21690 \backslash
21691 ss
21692 \series default
21693  als TeX-Code benutzen.
21694 \end_layout
21695
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \begin_layout Standard
21702 \begin_inset VSpace bigskip
21703 \end_inset
21704
21705 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
21706 hern wie 
21707 \begin_inset CommandInset citation
21708 LatexCommand cite
21709 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21710
21711 \end_inset
21712
21713 .
21714 \end_layout
21715
21716 \begin_layout Section
21717 Gedrehte Gleitobjekte
21718 \begin_inset CommandInset label
21719 LatexCommand label
21720 name "abs:Gedrehte-Gleitobjekte"
21721
21722 \end_inset
21723
21724
21725 \begin_inset Index
21726 status collapsed
21727
21728 \begin_layout Plain Layout
21729 Gleitobjekte ! drehen
21730 \end_layout
21731
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \begin_layout Standard
21738 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21739 t drehen.
21740  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21741  und die Option 
21742 \family sans
21743 Seitwärts
21744 \begin_inset space ~
21745 \end_inset
21746
21747 drehen
21748 \family default
21749  wählen.
21750 \end_layout
21751
21752 \begin_layout Standard
21753 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
21754  zweispaltigen Dokumenten) gedruckt.
21755  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21756  werden können.
21757  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21758  Option 
21759 \series bold
21760 figuresleft
21761 \series default
21762  oder 
21763 \series bold
21764 figuresright
21765 \series default
21766  zu den Dokumentklassen-Optionen hinzu.
21767 \end_layout
21768
21769 \begin_layout Standard
21770 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21771  Tabelle
21772 \begin_inset space ~
21773 \end_inset
21774
21775
21776 \begin_inset CommandInset ref
21777 LatexCommand ref
21778 reference "tab:Gedrehte-Tabelle"
21779
21780 \end_inset
21781
21782  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21783 \end_layout
21784
21785 \begin_layout Standard
21786 \begin_inset Note Greyedout
21787 status open
21788
21789 \begin_layout Plain Layout
21790
21791 \series bold
21792 Bemerkung:
21793 \series default
21794  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21795 \end_layout
21796
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \begin_layout Standard
21803 \begin_inset Float table
21804 wide false
21805 sideways true
21806 status open
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Caption
21810
21811 \begin_layout Plain Layout
21812 \begin_inset CommandInset label
21813 LatexCommand label
21814 name "tab:Gedrehte-Tabelle"
21815
21816 \end_inset
21817
21818 Gedrehte Tabelle
21819 \end_layout
21820
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \begin_layout Plain Layout
21827 \align center
21828 \begin_inset Tabular
21829 <lyxtabular version="3" rows="1" columns="5">
21830 <features>
21831 <column alignment="center" valignment="top" width="0">
21832 <column alignment="center" valignment="top" width="0">
21833 <column alignment="center" valignment="top" width="0">
21834 <column alignment="center" valignment="top" width="0">
21835 <column alignment="center" valignment="top" width="0">
21836 <row>
21837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 Test
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850 b
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859 c
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 d
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 e
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 </lyxtabular>
21884
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \begin_layout Section
21896 Gleitobjekte nebeneinander
21897 \begin_inset Index
21898 status collapsed
21899
21900 \begin_layout Plain Layout
21901 Gleitobjekte ! nebeneinander
21902 \end_layout
21903
21904 \end_inset
21905
21906
21907 \end_layout
21908
21909 \begin_layout Standard
21910 Um Gleitobjekte nebeneinander zu setzen, wie bei Abbildung
21911 \begin_inset space ~
21912 \end_inset
21913
21914
21915 \begin_inset CommandInset ref
21916 LatexCommand ref
21917 reference "abb:Gleitobjekt-links"
21918
21919 \end_inset
21920
21921  und 
21922 \begin_inset CommandInset ref
21923 LatexCommand ref
21924 reference "abb:Gleitobjekt-rechts"
21925
21926 \end_inset
21927
21928 , wird nur 
21929 \emph on
21930 ein
21931 \emph default
21932  Gleitobjekt verwendet.
21933  In dieses werden zwei Minipage Boxen eingefügt.
21934 \begin_inset Foot
21935 status collapsed
21936
21937 \begin_layout Plain Layout
21938 Minipages sind in Abschnitt
21939 \begin_inset space ~
21940 \end_inset
21941
21942
21943 \begin_inset CommandInset ref
21944 LatexCommand ref
21945 reference "abs:Minipage"
21946
21947 \end_inset
21948
21949  erklärt.
21950 \end_layout
21951
21952 \end_inset
21953
21954  Die Breite wird für jede Minipage auf 45
21955 \begin_inset space \thinspace{}
21956 \end_inset
21957
21958 -50
21959 \begin_inset space \thinspace{}
21960 \end_inset
21961
21962 Spalten% und die Box Ausrichtung auf 
21963 \family sans
21964 Unten
21965 \family default
21966  gesetzt.
21967  Die Minipage Boxen enthalten das Bild und die Beschriftung, so wie in einem
21968  Gleitobjekt.
21969  Der einzige Unterschied ist, dass die Bildeinheit 
21970 \family sans
21971 Spaltenbreite
21972 \begin_inset space ~
21973 \end_inset
21974
21975 %
21976 \family default
21977  nun bezüglich der Breite der Minipage Boxen berechnet wird.
21978 \end_layout
21979
21980 \begin_layout Standard
21981 \begin_inset Float figure
21982 wide false
21983 sideways false
21984 status open
21985
21986 \begin_layout Plain Layout
21987 \begin_inset Box Frameless
21988 position "b"
21989 hor_pos "c"
21990 has_inner_box 1
21991 inner_pos "t"
21992 use_parbox 0
21993 width "45col%"
21994 special "none"
21995 height "1in"
21996 height_special "totalheight"
21997 status open
21998
21999 \begin_layout Plain Layout
22000 \align center
22001 \begin_inset Graphics
22002         filename ../clipart/mobius.eps
22003         lyxscale 50
22004         width 100col%
22005         scaleBeforeRotation
22006
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Caption
22014
22015 \begin_layout Plain Layout
22016 \begin_inset CommandInset label
22017 LatexCommand label
22018 name "abb:Gleitobjekt-links"
22019
22020 \end_inset
22021
22022 Gleitobjekt auf der linken Seite.
22023 \end_layout
22024
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \end_inset
22031
22032
22033 \begin_inset space \hfill{}
22034 \end_inset
22035
22036
22037 \begin_inset Box Frameless
22038 position "b"
22039 hor_pos "c"
22040 has_inner_box 1
22041 inner_pos "t"
22042 use_parbox 0
22043 width "45col%"
22044 special "none"
22045 height "1in"
22046 height_special "totalheight"
22047 status open
22048
22049 \begin_layout Plain Layout
22050 \align center
22051 \begin_inset Graphics
22052         filename ../clipart/platypus.eps
22053         lyxscale 50
22054         width 100col%
22055         scaleBeforeRotation
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Plain Layout
22063 \begin_inset Caption
22064
22065 \begin_layout Plain Layout
22066 \begin_inset CommandInset label
22067 LatexCommand label
22068 name "abb:Gleitobjekt-rechts"
22069
22070 \end_inset
22071
22072 Gleitobjekt auf der rechten Seite.
22073 \end_layout
22074
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \begin_layout Section
22091 Beschriftungs-Formatierung
22092 \begin_inset CommandInset label
22093 LatexCommand label
22094 name "abs:Titel-Formatierung"
22095
22096 \end_inset
22097
22098
22099 \begin_inset Index
22100 status collapsed
22101
22102 \begin_layout Plain Layout
22103 Gleitobjekte ! Beschriftung ! Formatierung
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Standard
22112
22113 \family sans
22114 Legende
22115 \family default
22116  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22117  In LyX sehen Titel so aus:  
22118 \family sans
22119
22120 \begin_inset Quotes gld
22121 \end_inset
22122
22123 Abbildung xyz:
22124 \family default
22125
22126 \begin_inset Quotes grd
22127 \end_inset
22128
22129 , gefolgt vom Beschriftungstext, wobei 
22130 \family sans
22131 xyz
22132 \family default
22133  die von LyX vergebene Nummer ist.
22134  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22135  gedruckt.
22136  Dies ist nicht immer brauchbar.
22137 \end_layout
22138
22139 \begin_layout Standard
22140 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22141  
22142 \series bold
22143 caption
22144 \series default
22145
22146 \begin_inset Index
22147 status collapsed
22148
22149 \begin_layout Plain Layout
22150 LaTeX-Pakete ! caption
22151 \end_layout
22152
22153 \end_inset
22154
22155  in den LaTeX-Vorspann laden:
22156 \end_layout
22157
22158 \begin_layout Standard
22159
22160 \series bold
22161
22162 \backslash
22163 usepackage[Format-Definition]{caption}
22164 \end_layout
22165
22166 \begin_layout Standard
22167 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22168  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22169 \end_layout
22170
22171 \begin_layout Standard
22172
22173 \series bold
22174
22175 \backslash
22176 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22177 \end_layout
22178
22179 \begin_layout Standard
22180 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22181  definieren.
22182  Dazu laden Sie das 
22183 \series bold
22184 caption
22185 \series default
22186 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22187  dem Befehl
22188 \end_layout
22189
22190 \begin_layout Standard
22191
22192 \series bold
22193
22194 \backslash
22195 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22196 \end_layout
22197
22198 \begin_layout Standard
22199 Für Abbildung
22200 \begin_inset space ~
22201 \end_inset
22202
22203
22204 \begin_inset CommandInset ref
22205 LatexCommand ref
22206 reference "abb:Langer-Abb-Titel"
22207
22208 \end_inset
22209
22210  und Tabelle
22211 \begin_inset space ~
22212 \end_inset
22213
22214
22215 \begin_inset CommandInset ref
22216 LatexCommand ref
22217 reference "tab:Langer-Tab-Titel"
22218
22219 \end_inset
22220
22221  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22222  werden:
22223 \end_layout
22224
22225 \begin_layout Standard
22226
22227 \series bold
22228
22229 \backslash
22230 usepackage[tableposition=top]{caption}
22231 \begin_inset Newline newline
22232 \end_inset
22233
22234
22235 \backslash
22236 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22237 \begin_inset Newline newline
22238 \end_inset
22239
22240
22241 \begin_inset ERT
22242 status collapsed
22243
22244 \begin_layout Plain Layout
22245
22246
22247 \backslash
22248 hphantom{
22249 \backslash
22250
22251 \backslash
22252 captionsetup[figure]
22253 \backslash
22254 {}
22255 \end_layout
22256
22257 \end_inset
22258
22259  labelsep=period}
22260 \begin_inset Newline newline
22261 \end_inset
22262
22263
22264 \backslash
22265 captionsetup[table]{labelfont={bf,sf}}
22266 \end_layout
22267
22268 \begin_layout Standard
22269 \begin_inset Note Greyedout
22270 status open
22271
22272 \begin_layout Plain Layout
22273
22274 \series bold
22275 Bemerkung:
22276 \series default
22277  Die Option 
22278 \series bold
22279 tableposition=top
22280 \series default
22281  hat keine Auswirkung wenn eine 
22282 \series bold
22283 koma-script
22284 \series default
22285
22286 \begin_inset Index
22287 status collapsed
22288
22289 \begin_layout Plain Layout
22290 LaTeX-Pakete ! koma-script
22291 \end_layout
22292
22293 \end_inset
22294
22295 -Dokumentklasse verwendet wird.
22296  Hier muss die Option 
22297 \series bold
22298 tablecaptionabove
22299 \series default
22300  benutzt werden.
22301 \end_layout
22302
22303 \end_inset
22304
22305
22306 \end_layout
22307
22308 \begin_layout Standard
22309 Weitere Informationen über das Paket
22310 \series bold
22311  caption
22312 \series default
22313  finden Sie in seiner Dokumentation 
22314 \begin_inset CommandInset citation
22315 LatexCommand cite
22316 key "caption"
22317
22318 \end_inset
22319
22320 .
22321 \end_layout
22322
22323 \begin_layout Standard
22324 Wenn Sie den Namen von 
22325 \begin_inset Quotes gld
22326 \end_inset
22327
22328 Abbildung
22329 \begin_inset Quotes grd
22330 \end_inset
22331
22332  auf 
22333 \begin_inset Quotes gld
22334 \end_inset
22335
22336 Bild
22337 \begin_inset Quotes grd
22338 \end_inset
22339
22340  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22341 \end_layout
22342
22343 \begin_layout Standard
22344
22345 \series bold
22346
22347 \backslash
22348 renewcommand{
22349 \backslash
22350 fnum@figure}{Bild~
22351 \backslash
22352 thefigure}
22353 \end_layout
22354
22355 \begin_layout Standard
22356 wobei 
22357 \series bold
22358
22359 \backslash
22360 thefigure
22361 \series default
22362  die Bildnummer einsetzt und
22363 \series bold
22364  ~
22365 \series default
22366  ein geschütztes Leerzeichen ist.
22367 \end_layout
22368
22369 \begin_layout Standard
22370 \begin_inset VSpace bigskip
22371 \end_inset
22372
22373 Wenn Sie eine 
22374 \series bold
22375 koma-script
22376 \series default
22377
22378 \begin_inset Index
22379 status collapsed
22380
22381 \begin_layout Plain Layout
22382 LaTeX-Pakete ! koma-script
22383 \end_layout
22384
22385 \end_inset
22386
22387 -Dokumentklasse (
22388 \family sans
22389 article (koma-script)
22390 \family default
22391
22392 \family sans
22393 book (koma-script)
22394 \family default
22395
22396 \family sans
22397 letter (koma-script)
22398 \family default
22399  oder 
22400 \family sans
22401 report (koma-script)
22402 \family default
22403 ) benutzen, können Sie anstatt des 
22404 \series bold
22405 caption
22406 \series default
22407 -Paketes den eingebauten Befehl 
22408 \series bold
22409
22410 \backslash
22411 setkomafont
22412 \series default
22413  von 
22414 \series bold
22415 koma-script
22416 \series default
22417  benutzen.
22418  Der Befehl
22419 \end_layout
22420
22421 \begin_layout Standard
22422
22423 \series bold
22424
22425 \backslash
22426 setkomafont{captionlabel}{
22427 \backslash
22428 bfseries}
22429 \end_layout
22430
22431 \begin_layout Standard
22432 im LaTeX-Vorspann druckt den Namen fett.
22433 \end_layout
22434
22435 \begin_layout Standard
22436 Weitere Informationen über 
22437 \series bold
22438
22439 \backslash
22440 setkomafont
22441 \series default
22442  finden Sie in der 
22443 \series bold
22444 koma-script
22445 \series default
22446 -Do\SpecialChar \-
22447 ku\SpecialChar \-
22448 men\SpecialChar \-
22449 ta\SpecialChar \-
22450 tion 
22451 \begin_inset CommandInset citation
22452 LatexCommand cite
22453 key "koma-script"
22454
22455 \end_inset
22456
22457 .
22458 \end_layout
22459
22460 \begin_layout Standard
22461 \begin_inset ERT
22462 status collapsed
22463
22464 \begin_layout Plain Layout
22465
22466
22467 \backslash
22468 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22469 }
22470 \end_layout
22471
22472 \end_inset
22473
22474
22475 \begin_inset Note Note
22476 status open
22477
22478 \begin_layout Plain Layout
22479 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22480 \end_layout
22481
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \begin_layout Standard
22488 \begin_inset Float figure
22489 placement !p
22490 wide false
22491 sideways false
22492 status open
22493
22494 \begin_layout Plain Layout
22495 \align center
22496 \begin_inset Graphics
22497         filename ../clipart/mobius.eps
22498         lyxscale 50
22499         scale 50
22500         scaleBeforeRotation
22501
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \begin_layout Plain Layout
22508 \begin_inset Caption
22509
22510 \begin_layout Plain Layout
22511 \begin_inset CommandInset label
22512 LatexCommand label
22513 name "abb:Langer-Abb-Titel"
22514
22515 \end_inset
22516
22517 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22518  ist, um das andere Beschriftungsformat zu zeigen.
22519  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22520 \begin_inset OptArg
22521 status collapsed
22522
22523 \begin_layout Plain Layout
22524 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22525  ist.
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \begin_layout Standard
22544 \begin_inset ERT
22545 status collapsed
22546
22547 \begin_layout Plain Layout
22548
22549
22550 \backslash
22551 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22552 on}
22553 \end_layout
22554
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \begin_layout Standard
22561 \begin_inset Float table
22562 placement !p
22563 wide false
22564 sideways false
22565 status open
22566
22567 \begin_layout Plain Layout
22568 \begin_inset Caption
22569
22570 \begin_layout Plain Layout
22571 \begin_inset CommandInset label
22572 LatexCommand label
22573 name "tab:Langer-Tab-Titel"
22574
22575 \end_inset
22576
22577 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22578  ist, um das andere Beschriftungsformat zu zeigen.
22579  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22580  benutzt.
22581 \begin_inset OptArg
22582 status collapsed
22583
22584 \begin_layout Plain Layout
22585 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22586  ist.
22587 \end_layout
22588
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \begin_layout Plain Layout
22600 \align center
22601 \begin_inset Tabular
22602 <lyxtabular version="3" rows="1" columns="5">
22603 <features>
22604 <column alignment="center" valignment="top" width="0">
22605 <column alignment="center" valignment="top" width="0">
22606 <column alignment="center" valignment="top" width="0">
22607 <column alignment="center" valignment="top" width="0">
22608 <column alignment="center" valignment="top" width="0">
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 a
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 b
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 c
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 d
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 e
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 </lyxtabular>
22657
22658 \end_inset
22659
22660
22661 \end_layout
22662
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \begin_layout Section
22669 Beschriftungs-Platzierung
22670 \begin_inset CommandInset label
22671 LatexCommand label
22672 name "abs:Titel-Platzierung"
22673
22674 \end_inset
22675
22676
22677 \begin_inset Index
22678 status collapsed
22679
22680 \begin_layout Plain Layout
22681 Gleitobjekte ! Beschriftung ! Platzierung
22682 \end_layout
22683
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \begin_layout Standard
22690 Normalerweise werden die Beschriftungen wie folgt platziert:
22691 \end_layout
22692
22693 \begin_layout Description
22694 Abbildung: darunter
22695 \end_layout
22696
22697 \begin_layout Description
22698 Tabelle: darüber
22699 \end_layout
22700
22701 \begin_layout Standard
22702 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22703  Das heißt wenn Sie eine der Dokument-Klassen 
22704 \family sans
22705 article
22706 \family default
22707
22708 \family sans
22709 book
22710 \family default
22711
22712 \family sans
22713 letter
22714 \family default
22715  oder 
22716 \family sans
22717 report
22718 \family default
22719  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
22720  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
22721 \series bold
22722 caption
22723 \series default
22724  im LaTeX-Vorspann folgendes:
22725 \begin_inset Foot
22726 status collapsed
22727
22728 \begin_layout Plain Layout
22729 In Abschnitt
22730 \begin_inset space ~
22731 \end_inset
22732
22733
22734 \begin_inset CommandInset ref
22735 LatexCommand ref
22736 reference "abs:Titel-Formatierung"
22737
22738 \end_inset
22739
22740  steht mehr über das Paket 
22741 \series bold
22742 caption
22743 \series default
22744 .
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \begin_layout Standard
22753
22754 \series bold
22755 tableposition=top
22756 \end_layout
22757
22758 \begin_layout Standard
22759 Wenn Sie eine 
22760 \series bold
22761 koma-script
22762 \series default
22763
22764 \begin_inset Index
22765 status collapsed
22766
22767 \begin_layout Plain Layout
22768 LaTeX-Pakete ! koma-script
22769 \end_layout
22770
22771 \end_inset
22772
22773 -Dokumentklasse (
22774 \family sans
22775 article (koma-script)
22776 \family default
22777
22778 \family sans
22779 book (koma-script)
22780 \family default
22781
22782 \family sans
22783 letter (koma-script)
22784 \family default
22785  oder 
22786 \family sans
22787 report (koma-script)
22788 \family default
22789 ) benutzen, können Sie alternativ zum 
22790 \series bold
22791 caption
22792 \series default
22793 -Paket die Option 
22794 \series bold
22795 tablecaptionabove
22796 \series default
22797  benutzen.
22798 \end_layout
22799
22800 \begin_layout Standard
22801 \begin_inset VSpace bigskip
22802 \end_inset
22803
22804 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
22805  Das bewirkt das LaTeX-Paket 
22806 \series bold
22807 sidecap
22808 \series default
22809
22810 \begin_inset Index
22811 status collapsed
22812
22813 \begin_layout Plain Layout
22814 LaTeX-Pakete ! sidecap
22815 \end_layout
22816
22817 \end_inset
22818
22819 , das so in den LaTeX-Vorspann geladen wird:
22820 \end_layout
22821
22822 \begin_layout Standard
22823
22824 \series bold
22825
22826 \backslash
22827 usepackage[Option]{sidecap}
22828 \end_layout
22829
22830 \begin_layout Standard
22831 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
22832  Mit 
22833 \series bold
22834 innercaption
22835 \series default
22836  wird die Beschriftung innen gedruckt.
22837  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
22838  
22839 \series bold
22840 rightcaption
22841 \series default
22842  oder 
22843 \series bold
22844 leftcaption
22845 \series default
22846 .
22847 \end_layout
22848
22849 \begin_layout Standard
22850 \begin_inset ERT
22851 status collapsed
22852
22853 \begin_layout Plain Layout
22854
22855
22856 \backslash
22857 ifsidecap
22858 \end_layout
22859
22860 \end_inset
22861
22862
22863 \begin_inset Note Note
22864 status open
22865
22866 \begin_layout Plain Layout
22867 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
22868 \series bold
22869 sidecap
22870 \series default
22871  installiert ist.
22872 \end_layout
22873
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \begin_layout Standard
22880 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
22881  in den LaTeX-Vorspann schreiben:
22882 \end_layout
22883
22884 \begin_layout Standard
22885
22886 \lyxline
22887
22888 \end_layout
22889
22890 \begin_layout Standard
22891
22892 \series bold
22893
22894 \backslash
22895 newcommand{
22896 \backslash
22897 TabBesBeg}{%
22898 \begin_inset Newline newline
22899 \end_inset
22900
22901
22902 \begin_inset ERT
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906
22907
22908 \backslash
22909 hphantom{ }
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \backslash
22916 let
22917 \backslash
22918 MyTable
22919 \backslash
22920 table
22921 \begin_inset Newline newline
22922 \end_inset
22923
22924
22925 \begin_inset ERT
22926 status collapsed
22927
22928 \begin_layout Plain Layout
22929
22930
22931 \backslash
22932 hphantom{ }
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \backslash
22939 let
22940 \backslash
22941 MyEndtable
22942 \backslash
22943 endtable
22944 \begin_inset Newline newline
22945 \end_inset
22946
22947
22948 \begin_inset ERT
22949 status collapsed
22950
22951 \begin_layout Plain Layout
22952
22953
22954 \backslash
22955 hphantom{ }
22956 \end_layout
22957
22958 \end_inset
22959
22960
22961 \backslash
22962 renewenvironment{table}{
22963 \backslash
22964 begin{SCtable}}{
22965 \backslash
22966 end{SCtable}}}
22967 \end_layout
22968
22969 \begin_layout Standard
22970
22971 \series bold
22972
22973 \backslash
22974 newcommand{
22975 \backslash
22976 TabBesEnd}{%
22977 \begin_inset Newline newline
22978 \end_inset
22979
22980
22981 \begin_inset ERT
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985
22986
22987 \backslash
22988 hphantom{ }
22989 \end_layout
22990
22991 \end_inset
22992
22993
22994 \backslash
22995 let
22996 \backslash
22997 table
22998 \backslash
22999 MyTable
23000 \begin_inset Newline newline
23001 \end_inset
23002
23003
23004 \begin_inset ERT
23005 status collapsed
23006
23007 \begin_layout Plain Layout
23008
23009
23010 \backslash
23011 hphantom{ }
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \backslash
23018 let
23019 \backslash
23020 endtable
23021 \backslash
23022 MyEndtable
23023 \end_layout
23024
23025 \begin_layout Standard
23026
23027 \series bold
23028
23029 \backslash
23030 newcommand{
23031 \backslash
23032 FigBesBeg}{%
23033 \begin_inset Newline newline
23034 \end_inset
23035
23036
23037 \begin_inset ERT
23038 status collapsed
23039
23040 \begin_layout Plain Layout
23041
23042
23043 \backslash
23044 hphantom{ }
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \backslash
23051 let
23052 \backslash
23053 MyFigure
23054 \backslash
23055 figure
23056 \begin_inset Newline newline
23057 \end_inset
23058
23059
23060 \begin_inset ERT
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064
23065
23066 \backslash
23067 hphantom{ }
23068 \end_layout
23069
23070 \end_inset
23071
23072
23073 \backslash
23074 let
23075 \backslash
23076 MyEndfigure
23077 \backslash
23078 endfigure
23079 \begin_inset Newline newline
23080 \end_inset
23081
23082
23083 \begin_inset ERT
23084 status collapsed
23085
23086 \begin_layout Plain Layout
23087
23088
23089 \backslash
23090 hphantom{ }
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \backslash
23097 renewenvironment{figure}{
23098 \backslash
23099 begin{SCfigure}}{
23100 \backslash
23101 end{SCfigure}}}
23102 \end_layout
23103
23104 \begin_layout Standard
23105
23106 \series bold
23107
23108 \backslash
23109 newcommand{
23110 \backslash
23111 FigBesEnd}{%
23112 \begin_inset Newline newline
23113 \end_inset
23114
23115
23116 \begin_inset ERT
23117 status collapsed
23118
23119 \begin_layout Plain Layout
23120
23121
23122 \backslash
23123 hphantom{ }
23124 \end_layout
23125
23126 \end_inset
23127
23128
23129 \backslash
23130 let
23131 \backslash
23132 figure
23133 \backslash
23134 MyFigure
23135 \begin_inset Newline newline
23136 \end_inset
23137
23138
23139 \begin_inset ERT
23140 status collapsed
23141
23142 \begin_layout Plain Layout
23143
23144
23145 \backslash
23146 hphantom{ }
23147 \end_layout
23148
23149 \end_inset
23150
23151
23152 \backslash
23153 let
23154 \backslash
23155 endfigure
23156 \backslash
23157 MyEndfigure}
23158 \series default
23159
23160 \lyxline
23161
23162 \end_layout
23163
23164 \begin_layout Standard
23165 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23166 ungen seitlich gedruckt werden.
23167  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23168 \end_layout
23169
23170 \begin_layout Standard
23171
23172 \series bold
23173
23174 \backslash
23175 FigBesBeg
23176 \end_layout
23177
23178 \begin_layout Standard
23179 als TeX-Code vor und
23180 \end_layout
23181
23182 \begin_layout Standard
23183
23184 \series bold
23185
23186 \backslash
23187 FigBesEnd
23188 \end_layout
23189
23190 \begin_layout Standard
23191 hinter das Gleitobjekt.
23192  Bei Gleitobjekt-Tabellen heißen die Befehle
23193 \end_layout
23194
23195 \begin_layout Standard
23196
23197 \series bold
23198
23199 \backslash
23200 TabBesBeg
23201 \series default
23202  und 
23203 \series bold
23204
23205 \backslash
23206 TabBesEnd
23207 \series default
23208 .
23209 \end_layout
23210
23211 \begin_layout Standard
23212 Abbildung
23213 \begin_inset space ~
23214 \end_inset
23215
23216
23217 \begin_inset CommandInset ref
23218 LatexCommand ref
23219 reference "abb:Beschriftung-neben"
23220
23221 \end_inset
23222
23223  und Tabelle
23224 \begin_inset space ~
23225 \end_inset
23226
23227
23228 \begin_inset CommandInset ref
23229 LatexCommand ref
23230 reference "tab:cap-beside-tab"
23231
23232 \end_inset
23233
23234  sind Beispiele für seitliche Beschriftungen.
23235 \end_layout
23236
23237 \begin_layout Standard
23238 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23239  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23240  der Abbildung.
23241  Das kann man mit dem Befehl
23242 \end_layout
23243
23244 \begin_layout Standard
23245
23246 \series bold
23247
23248 \backslash
23249 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23250 \end_layout
23251
23252 \begin_layout Standard
23253 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23254  Der Gleitobjekt-Typ ist entweder 
23255 \family sans
23256 figure
23257 \family default
23258  oder 
23259 \family sans
23260 table
23261 \family default
23262 , die
23263 \family sans
23264  
23265 \family default
23266 Platzierung ist 
23267 \family typewriter
23268 t
23269 \family default
23270  für oben, 
23271 \family typewriter
23272 c
23273 \family default
23274  für zentriert oder 
23275 \family typewriter
23276 b
23277 \family default
23278  für unten.
23279  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23280  lautet der Befehl
23281 \end_layout
23282
23283 \begin_layout Standard
23284
23285 \series bold
23286
23287 \backslash
23288 sidecaptionvpos{figure}{c}
23289 \end_layout
23290
23291 \begin_layout Standard
23292 Das wurde in Abbildung
23293 \begin_inset space ~
23294 \end_inset
23295
23296
23297 \begin_inset CommandInset ref
23298 LatexCommand ref
23299 reference "abb:cap-beside-fig-2"
23300
23301 \end_inset
23302
23303  benutzt.
23304 \end_layout
23305
23306 \begin_layout Standard
23307 \begin_inset VSpace medskip
23308 \end_inset
23309
23310 Weitere Informationen über das Paket
23311 \series bold
23312  sidecap
23313 \series default
23314  finden Sie in seiner Dokumentation 
23315 \begin_inset CommandInset citation
23316 LatexCommand cite
23317 key "sidecap"
23318
23319 \end_inset
23320
23321 .
23322 \end_layout
23323
23324 \begin_layout Standard
23325 \begin_inset Note Greyedout
23326 status open
23327
23328 \begin_layout Plain Layout
23329
23330 \series bold
23331 Bemerkung:
23332 \series default
23333  Das LaTeX-Paket 
23334 \series bold
23335 hypcap
23336 \series default
23337
23338 \begin_inset Index
23339 status collapsed
23340
23341 \begin_layout Plain Layout
23342 LaTeX-Pakete ! hypcap
23343 \end_layout
23344
23345 \end_inset
23346
23347  das in Abschnitt
23348 \begin_inset space ~
23349 \end_inset
23350
23351
23352 \begin_inset CommandInset ref
23353 LatexCommand ref
23354 reference "uab:Querverweis-Position"
23355
23356 \end_inset
23357
23358  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23359  Beschriftungen.
23360 \end_layout
23361
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \begin_layout Standard
23368 \begin_inset ERT
23369 status collapsed
23370
23371 \begin_layout Plain Layout
23372
23373
23374 \backslash
23375 FigBesBeg 
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \begin_layout Standard
23384 \begin_inset Float figure
23385 wide false
23386 sideways false
23387 status open
23388
23389 \begin_layout Plain Layout
23390 \begin_inset Graphics
23391         filename ../clipart/escher-lsd.eps
23392         scale 75
23393         scaleBeforeRotation
23394
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \begin_layout Plain Layout
23401 \begin_inset Caption
23402
23403 \begin_layout Plain Layout
23404 \begin_inset CommandInset label
23405 LatexCommand label
23406 name "abb:Beschriftung-neben"
23407
23408 \end_inset
23409
23410 Dies ist eine Beschriftung neben einer Abbildung.
23411 \end_layout
23412
23413 \end_inset
23414
23415
23416 \end_layout
23417
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \begin_layout Standard
23424 \begin_inset ERT
23425 status collapsed
23426
23427 \begin_layout Plain Layout
23428
23429
23430 \backslash
23431 TabBesBeg 
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \begin_layout Standard
23440 \begin_inset Float table
23441 wide false
23442 sideways false
23443 status open
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Caption
23447
23448 \begin_layout Plain Layout
23449 \begin_inset CommandInset label
23450 LatexCommand label
23451 name "tab:cap-beside-tab"
23452
23453 \end_inset
23454
23455 Dies ist eine Beschriftung neben einer Tabelle.
23456 \end_layout
23457
23458 \end_inset
23459
23460
23461 \end_layout
23462
23463 \begin_layout Plain Layout
23464 \begin_inset Tabular
23465 <lyxtabular version="3" rows="4" columns="5">
23466 <features>
23467 <column alignment="center" valignment="top" width="0">
23468 <column alignment="center" valignment="top" width="0">
23469 <column alignment="center" valignment="top" width="0">
23470 <column alignment="center" valignment="top" width="0">
23471 <column alignment="center" valignment="top" width="0">
23472 <row>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 a
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 b
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513 c
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 </row>
23519 <row>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533 d
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 e
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 </row>
23566 <row>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 f
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 g
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \end_layout
23600
23601 \end_inset
23602 </cell>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607 h
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 </row>
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 i
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645 j
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 </lyxtabular>
23661
23662 \end_inset
23663
23664
23665 \end_layout
23666
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \begin_layout Standard
23673 \begin_inset ERT
23674 status collapsed
23675
23676 \begin_layout Plain Layout
23677
23678
23679 \backslash
23680 TabBesEnd
23681 \end_layout
23682
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \begin_layout Standard
23689 \begin_inset ERT
23690 status collapsed
23691
23692 \begin_layout Plain Layout
23693
23694
23695 \backslash
23696 sidecaptionvpos{figure}{c}
23697 \end_layout
23698
23699 \end_inset
23700
23701
23702 \begin_inset Float figure
23703 wide false
23704 sideways false
23705 status open
23706
23707 \begin_layout Plain Layout
23708 \begin_inset Graphics
23709         filename ../clipart/escher-lsd.eps
23710         scale 75
23711         scaleBeforeRotation
23712
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Caption
23720
23721 \begin_layout Plain Layout
23722 \begin_inset CommandInset label
23723 LatexCommand label
23724 name "abb:cap-beside-fig-2"
23725
23726 \end_inset
23727
23728 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
23729 \end_layout
23730
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \begin_layout Standard
23742 \begin_inset ERT
23743 status collapsed
23744
23745 \begin_layout Plain Layout
23746
23747
23748 \backslash
23749 FigBesEnd
23750 \end_layout
23751
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \begin_layout Standard
23758 \begin_inset ERT
23759 status collapsed
23760
23761 \begin_layout Plain Layout
23762
23763
23764 \backslash
23765 else
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \begin_inset Note Note
23772 status open
23773
23774 \begin_layout Plain Layout
23775 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
23776 \series bold
23777 sidecap
23778 \series default
23779  nicht installiert ist:
23780 \end_layout
23781
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \begin_layout Standard
23788 Das LaTeX-Paket 
23789 \series bold
23790 sidecap
23791 \series default
23792  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
23793 \end_layout
23794
23795 \begin_layout Standard
23796 \begin_inset ERT
23797 status collapsed
23798
23799 \begin_layout Plain Layout
23800
23801
23802 \backslash
23803 fi
23804 \end_layout
23805
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \begin_layout Section
23812 Gleitobjekt-Verzeichnisse
23813 \begin_inset CommandInset label
23814 LatexCommand label
23815 name "abs:Gleitobjekt-Verzeichnisse"
23816
23817 \end_inset
23818
23819
23820 \begin_inset Index
23821 status collapsed
23822
23823 \begin_layout Plain Layout
23824 Gleitobjekte ! Verzeichnisse
23825 \end_layout
23826
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \begin_layout Standard
23833 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
23834  Sie können mit den Untermenüs von 
23835 \family sans
23836 Einfügen\SpecialChar \menuseparator
23837 Liste
23838 \begin_inset space ~
23839 \end_inset
23840
23841 /
23842 \begin_inset space ~
23843 \end_inset
23844
23845 Inhaltsverzeichnis
23846 \family default
23847  eingefügt werden.
23848 \end_layout
23849
23850 \begin_layout Standard
23851 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
23852  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
23853 \end_layout
23854
23855 \begin_layout Standard
23856 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
23857  und ein Tabellen-Verzeichnis.
23858 \end_layout
23859
23860 \begin_layout Chapter
23861 Notizen
23862 \end_layout
23863
23864 \begin_layout Section
23865 LyX-Notizen
23866 \begin_inset CommandInset label
23867 LatexCommand label
23868 name "abs:LyX-Notizen"
23869
23870 \end_inset
23871
23872
23873 \begin_inset Index
23874 status collapsed
23875
23876 \begin_layout Plain Layout
23877 Notizen ! LyX-Notizen
23878 \end_layout
23879
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \begin_layout Standard
23886 Notizen werden mit einem Klick auf 
23887 \begin_inset Graphics
23888         filename ../../images/note-insert.png
23889         scale 85
23890         scaleBeforeRotation
23891         BoundingBox 0bp 6bp 22bp 22bp
23892
23893 \end_inset
23894
23895  oder 
23896 \family sans
23897 Einfügen\SpecialChar \menuseparator
23898 Notiz
23899 \family default
23900  eingefügt.
23901  Es gibt drei Arten:
23902 \end_layout
23903
23904 \begin_layout Description
23905 LyX-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
23906  Eine 
23907 \family sans
23908 LyX-Notiz
23909 \family default
23910  sieht so aus:
23911 \begin_inset Newline newline
23912 \end_inset
23913
23914
23915 \begin_inset Newline newline
23916 \end_inset
23917
23918
23919 \begin_inset Graphics
23920         filename clipart/LyXNotizQt4.png
23921         display false
23922         scale 60
23923         scaleBeforeRotation
23924
23925 \end_inset
23926
23927  
23928 \begin_inset Note Note
23929 status open
23930
23931 \begin_layout Plain Layout
23932 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
23933 \end_layout
23934
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \begin_layout Description
23941 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
23942 men\SpecialChar \-
23943 tar,
23944  wenn Sie das Dokument nach LaTeX exportieren (
23945 \family sans
23946 Datei\SpecialChar \menuseparator
23947 Ex\SpecialChar \-
23948 por\SpecialChar \-
23949 tie\SpecialChar \-
23950 ren\SpecialChar \menuseparator
23951 LaTe
23952 \begin_inset ERT
23953 status collapsed
23954
23955 \begin_layout Plain Layout
23956
23957 {}
23958 \end_layout
23959
23960 \end_inset
23961
23962 X (pdflatex) / (plain)
23963 \family default
23964 .
23965  Ein Kommentar sieht so aus:
23966 \begin_inset Newline newline
23967 \end_inset
23968
23969
23970 \begin_inset Newline newline
23971 \end_inset
23972
23973
23974 \begin_inset Graphics
23975         filename clipart/KommentarQt4.png
23976         display false
23977         scale 60
23978         scaleBeforeRotation
23979
23980 \end_inset
23981
23982  
23983 \begin_inset Note Comment
23984 status open
23985
23986 \begin_layout Plain Layout
23987 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
23988 \end_layout
23989
23990 \end_inset
23991
23992
23993 \end_layout
23994
23995 \begin_layout Description
23996 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
23997 \begin_inset Newline newline
23998 \end_inset
23999
24000
24001 \begin_inset Newline newline
24002 \end_inset
24003
24004
24005 \begin_inset Graphics
24006         filename clipart/GrauschriftNotizQt4.png
24007         display false
24008         scale 60
24009         scaleBeforeRotation
24010
24011 \end_inset
24012
24013
24014 \begin_inset Newline newline
24015 \end_inset
24016
24017
24018 \begin_inset ERT
24019 status collapsed
24020
24021 \begin_layout Plain Layout
24022
24023
24024 \backslash
24025 renewenvironment{lyxgreyedout}
24026 \end_layout
24027
24028 \begin_layout Plain Layout
24029
24030 {
24031 \backslash
24032 textcolor[gray]{0.4}
24033 \backslash
24034 bgroup}{
24035 \backslash
24036 egroup}
24037 \end_layout
24038
24039 \end_inset
24040
24041
24042 \begin_inset Note Greyedout
24043 status open
24044
24045 \begin_layout Plain Layout
24046 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24047 \begin_inset Foot
24048 status open
24049
24050 \begin_layout Plain Layout
24051 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24052 \end_layout
24053
24054 \end_inset
24055
24056
24057 \end_layout
24058
24059 \end_inset
24060
24061
24062 \begin_inset ERT
24063 status collapsed
24064
24065 \begin_layout Plain Layout
24066
24067
24068 \backslash
24069 renewenvironment{lyxgreyedout}
24070 \end_layout
24071
24072 \begin_layout Plain Layout
24073
24074 {
24075 \backslash
24076 textcolor{blue}
24077 \backslash
24078 bgroup}{
24079 \backslash
24080 egroup}
24081 \end_layout
24082
24083 \end_inset
24084
24085
24086 \begin_inset Note Note
24087 status collapsed
24088
24089 \begin_layout Plain Layout
24090 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
24091  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
24092  definiert wurden.
24093  
24094 \end_layout
24095
24096 \end_inset
24097
24098
24099 \begin_inset Newline newline
24100 \end_inset
24101
24102
24103 \begin_inset Newline newline
24104 \end_inset
24105
24106 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
24107  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
24108 \end_layout
24109
24110 \begin_layout Description
24111 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
24112 \begin_inset Newline newline
24113 \end_inset
24114
24115
24116 \begin_inset Newline newline
24117 \end_inset
24118
24119
24120 \begin_inset Graphics
24121         filename clipart/GerahmteNotizQt4.png
24122         display false
24123         scale 60
24124         scaleBeforeRotation
24125
24126 \end_inset
24127
24128
24129 \begin_inset Box Framed
24130 position "t"
24131 hor_pos "c"
24132 has_inner_box 0
24133 inner_pos "t"
24134 use_parbox 0
24135 width "100col%"
24136 special "none"
24137 height "1in"
24138 height_special "totalheight"
24139 status open
24140
24141 \begin_layout Plain Layout
24142 Dies ist eine Notiz, die gerahmt gedruckt wird.
24143 \end_layout
24144
24145 \end_inset
24146
24147 Im Gegensatz zu gerahmten Boxen
24148 \begin_inset Foot
24149 status open
24150
24151 \begin_layout Plain Layout
24152 Gerahmte Boxen werden in Abschnitt
24153 \begin_inset space ~
24154 \end_inset
24155
24156
24157 \begin_inset CommandInset ref
24158 LatexCommand ref
24159 reference "abs:Gerahmte-Boxen"
24160
24161 \end_inset
24162
24163  beschrieben.
24164 \end_layout
24165
24166 \end_inset
24167
24168  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
24169  Notiz ist ein Absatz für sich.
24170  
24171 \end_layout
24172
24173 \begin_layout Description
24174 Schattiert: Diese Notiz müsste eigentlich 
24175 \family sans
24176 farbig
24177 \family default
24178  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
24179 \family sans
24180 Werkzeuge\SpecialChar \menuseparator
24181 Einstellungen\SpecialChar \menuseparator
24182 Farben\SpecialChar \menuseparator
24183 Schat\SpecialChar \-
24184 tier\SpecialChar \-
24185 te
24186 \begin_inset space \space{}
24187 \end_inset
24188
24189 Box
24190 \family default
24191  definiert ist, und sieht so aus:
24192 \begin_inset Newline newline
24193 \end_inset
24194
24195
24196 \begin_inset Newline newline
24197 \end_inset
24198
24199
24200 \begin_inset Graphics
24201         filename clipart/SchattierteNotizQt4.png
24202         display false
24203         scale 60
24204         scaleBeforeRotation
24205
24206 \end_inset
24207
24208
24209 \begin_inset Box Shaded
24210 position "t"
24211 hor_pos "c"
24212 has_inner_box 0
24213 inner_pos "t"
24214 use_parbox 0
24215 width "100col%"
24216 special "none"
24217 height "1in"
24218 height_special "totalheight"
24219 status open
24220
24221 \begin_layout Plain Layout
24222 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
24223 \end_layout
24224
24225 \end_inset
24226
24227 Im Gegensatz zu farbigen Boxen
24228 \begin_inset Foot
24229 status collapsed
24230
24231 \begin_layout Plain Layout
24232 Farbige Boxen werden in Abschnitt
24233 \begin_inset space ~
24234 \end_inset
24235
24236
24237 \begin_inset CommandInset ref
24238 LatexCommand ref
24239 reference "abs:Farbige-Boxen"
24240
24241 \end_inset
24242
24243  beschrieben.
24244 \end_layout
24245
24246 \end_inset
24247
24248  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
24249  die Notiz ist ein Absatz für sich.
24250 \end_layout
24251
24252 \begin_layout Standard
24253 \begin_inset VSpace bigskip
24254 \end_inset
24255
24256 Wenn Sie auf den Werzeugleistenknopf 
24257 \begin_inset Graphics
24258         filename ../../images/note-insert.png
24259         scale 85
24260         scaleBeforeRotation
24261         BoundingBox 0bp 6bp 22bp 22bp
24262
24263 \end_inset
24264
24265  klicken, wird zunächst eine 
24266 \family sans
24267 LyX-Notiz
24268 \family default
24269  eingefügt.
24270  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24271  anderen Möglichkeiten auswählen.
24272  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24273  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24274  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace Taste, wenn
24275  der Cursor am Beginn der Notiz ist oder die Entfernen Taste, wenn der Cursor
24276  am Ende der Notiz ist.
24277 \end_layout
24278
24279 \begin_layout Standard
24280 \begin_inset VSpace bigskip
24281 \end_inset
24282
24283 Die Textfarbe der 
24284 \family sans
24285 Grauschrift
24286 \family default
24287 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
24288 \end_layout
24289
24290 \begin_layout Standard
24291
24292 \series bold
24293
24294 \backslash
24295 renewenvironment{lyxgreyedout}
24296 \begin_inset Newline newline
24297 \end_inset
24298
24299
24300 \begin_inset ERT
24301 status collapsed
24302
24303 \begin_layout Plain Layout
24304
24305
24306 \backslash
24307 hphantom{ }
24308 \end_layout
24309
24310 \end_inset
24311
24312 {
24313 \backslash
24314 textcolor{color}
24315 \backslash
24316 bgroup}{
24317 \backslash
24318 egroup}
24319 \end_layout
24320
24321 \begin_layout Standard
24322 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24323 \begin_inset space ~
24324 \end_inset
24325
24326
24327 \begin_inset CommandInset ref
24328 LatexCommand ref
24329 reference "abs:Farbige-Tabellen"
24330
24331 \end_inset
24332
24333  beschrieben.
24334  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24335 \end_layout
24336
24337 \begin_layout Standard
24338 \begin_inset VSpace bigskip
24339 \end_inset
24340
24341 Der Textstil von 
24342 \family sans
24343 Eingerahmt
24344 \family default
24345  und 
24346 \family sans
24347 Schattiert
24348 \family default
24349  kann im 
24350 \family sans
24351 Textstil
24352 \family default
24353  Dialog eingestellt werden.
24354 \end_layout
24355
24356 \begin_layout Standard
24357 Die Standard-Rahmenbreite für 
24358 \family sans
24359 Eingerahmt
24360 \family default
24361  ist 0.4
24362 \begin_inset space \thinspace{}
24363 \end_inset
24364
24365 pt; sie kann mit 
24366 \series bold
24367
24368 \backslash
24369 FrameRule
24370 \series default
24371  geändert werden.
24372  Der Standard-Abstand zwischen Rahmen und Text ist 9
24373 \begin_inset space \thinspace{}
24374 \end_inset
24375
24376 pt; er kann mit 
24377 \series bold
24378
24379 \backslash
24380 FrameSep
24381 \series default
24382  geändert werden.
24383  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
24384  als TeX-Code geändert:
24385 \end_layout
24386
24387 \begin_layout Standard
24388
24389 \series bold
24390
24391 \backslash
24392 FrameRule 5pt 
24393 \backslash
24394 FrameSep 0.5cm
24395 \end_layout
24396
24397 \begin_layout Standard
24398 \begin_inset ERT
24399 status collapsed
24400
24401 \begin_layout Plain Layout
24402
24403
24404 \backslash
24405 FrameRule 5pt 
24406 \backslash
24407 FrameSep 0.5cm
24408 \end_layout
24409
24410 \end_inset
24411
24412
24413 \begin_inset Box Framed
24414 position "t"
24415 hor_pos "c"
24416 has_inner_box 0
24417 inner_pos "t"
24418 use_parbox 0
24419 width "100col%"
24420 special "none"
24421 height "1in"
24422 height_special "totalheight"
24423 status open
24424
24425 \begin_layout Plain Layout
24426 Dies ist Text in einem anderen Rahmen.
24427 \end_layout
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Standard
24435 \begin_inset ERT
24436 status collapsed
24437
24438 \begin_layout Plain Layout
24439
24440
24441 \backslash
24442 FrameRule 0.4pt 
24443 \backslash
24444 FrameSep 9pt
24445 \end_layout
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \begin_layout Standard
24453 \begin_inset VSpace bigskip
24454 \end_inset
24455
24456 Für 
24457 \family sans
24458 Schattiert
24459 \family default
24460  beträgt der Abstand zwischen Rand und Text 3
24461 \begin_inset space \thinspace{}
24462 \end_inset
24463
24464 pt; er kann mit 
24465 \series bold
24466
24467 \backslash
24468 fboxsep
24469 \series default
24470  geändert werden.
24471  Die Standard-Hintergrundfarbe ist rot und kann mit 
24472 \series bold
24473
24474 \backslash
24475 definecolor{shadebox}
24476 \series default
24477  oder 
24478 \family sans
24479 Werkzeuge\SpecialChar \menuseparator
24480 Einstellungen\SpecialChar \menuseparator
24481 Farben\SpecialChar \menuseparator
24482 Schattierte
24483 \begin_inset space ~
24484 \end_inset
24485
24486 Box
24487 \family default
24488  geändert werden.
24489  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24490 \begin_inset space ~
24491 \end_inset
24492
24493
24494 \begin_inset CommandInset ref
24495 LatexCommand ref
24496 reference "abs:Farbige-Tabellen"
24497
24498 \end_inset
24499
24500  beschrieben
24501 \begin_inset Foot
24502 status collapsed
24503
24504 \begin_layout Plain Layout
24505
24506 \series bold
24507
24508 \backslash
24509 definecolor
24510 \series default
24511  benötigt LaTeX-Paket 
24512 \series bold
24513 color
24514 \series default
24515
24516 \begin_inset Index
24517 status collapsed
24518
24519 \begin_layout Plain Layout
24520 LaTeX-Pakete ! color
24521 \end_layout
24522
24523 \end_inset
24524
24525  im LaTeX-Vorspann, siehe Abschnitt
24526 \begin_inset space ~
24527 \end_inset
24528
24529
24530 \begin_inset CommandInset ref
24531 LatexCommand ref
24532 reference "abs:Farbige-Boxen"
24533
24534 \end_inset
24535
24536 .
24537 \end_layout
24538
24539 \end_inset
24540
24541 .
24542 \end_layout
24543
24544 \begin_layout Standard
24545 Für das folgende Beispiel wurden folgende TeX-Code-Befehle verwendet:
24546 \end_layout
24547
24548 \begin_layout Standard
24549
24550 \series bold
24551
24552 \backslash
24553 fboxsep 0.5cm
24554 \begin_inset Newline newline
24555 \end_inset
24556
24557
24558 \backslash
24559 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24560 \end_layout
24561
24562 \begin_layout Standard
24563 \begin_inset ERT
24564 status collapsed
24565
24566 \begin_layout Plain Layout
24567
24568
24569 \backslash
24570 fboxsep 0.5cm
24571 \end_layout
24572
24573 \end_inset
24574
24575
24576 \begin_inset ERT
24577 status collapsed
24578
24579 \begin_layout Plain Layout
24580
24581
24582 \backslash
24583 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24584 \end_layout
24585
24586 \end_inset
24587
24588
24589 \begin_inset Box Shaded
24590 position "t"
24591 hor_pos "c"
24592 has_inner_box 0
24593 inner_pos "t"
24594 use_parbox 0
24595 width "100col%"
24596 special "none"
24597 height "1in"
24598 height_special "totalheight"
24599 status open
24600
24601 \begin_layout Plain Layout
24602
24603 \color yellow
24604 Dies ist gelber Text auf dunkelgrünem Hintergrund.
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 \begin_inset ERT
24614 status collapsed
24615
24616 \begin_layout Plain Layout
24617
24618
24619 \backslash
24620 fboxsep 3pt
24621 \end_layout
24622
24623 \end_inset
24624
24625
24626 \begin_inset ERT
24627 status collapsed
24628
24629 \begin_layout Plain Layout
24630
24631
24632 \backslash
24633 definecolor{shadecolor}{rgb}{1,0,0}
24634 \end_layout
24635
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \begin_layout Section
24642 Fußnoten
24643 \begin_inset CommandInset label
24644 LatexCommand label
24645 name "abs:Fußnoten"
24646
24647 \end_inset
24648
24649
24650 \begin_inset Index
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654 Notizen ! Fußnoten
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \begin_inset Index
24661 status collapsed
24662
24663 \begin_layout Plain Layout
24664 Fußnoten
24665 \end_layout
24666
24667 \end_inset
24668
24669
24670 \end_layout
24671
24672 \begin_layout Standard
24673 Zu dem, was bereits im 
24674 \emph on
24675 Benutzerhandbuch
24676 \emph default
24677  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24678 \color black
24679
24680 \begin_inset Foot
24681 status open
24682
24683 \begin_layout Plain Layout
24684
24685 \color black
24686 \begin_inset CommandInset label
24687 LatexCommand label
24688 name "fuss:Fußnoten-Beispiel"
24689
24690 \end_inset
24691
24692 Dies ist eine Fußnote.
24693 \end_layout
24694
24695 \end_inset
24696
24697
24698 \end_layout
24699
24700 \begin_layout Standard
24701 \begin_inset ERT
24702 status collapsed
24703
24704 \begin_layout Plain Layout
24705
24706
24707 \backslash
24708 newcounter{MyRepeatFoot}
24709 \end_layout
24710
24711 \begin_layout Plain Layout
24712
24713
24714 \backslash
24715 setcounter{MyRepeatFoot}{
24716 \backslash
24717 thefootnote}
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \begin_layout Standard
24726 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24727  wurde, eine hochgestellte Zahl.
24728  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24729  hochgestellt dem Text vorangeht.
24730  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24731  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24732  werden.
24733 \end_layout
24734
24735 \begin_layout Standard
24736 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24737  der Fußnote eine Marke eingefügt wurde.
24738  Dies ist ein Querverweis auf Fußnote
24739 \begin_inset space ~
24740 \end_inset
24741
24742
24743 \begin_inset CommandInset ref
24744 LatexCommand ref
24745 reference "fuss:Fußnoten-Beispiel"
24746
24747 \end_inset
24748
24749 .
24750 \end_layout
24751
24752 \begin_layout Standard
24753 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24754  siehe Abschnitt
24755 \begin_inset space ~
24756 \end_inset
24757
24758
24759 \begin_inset CommandInset ref
24760 LatexCommand ref
24761 reference "abs:Minipage"
24762
24763 \end_inset
24764
24765 .
24766  Fußnoten in langen Tabellen wurden bereits in Abschnitt
24767 \begin_inset space ~
24768 \end_inset
24769
24770
24771 \begin_inset CommandInset ref
24772 LatexCommand ref
24773 reference "uab:Fußnoten-in-langen"
24774
24775 \end_inset
24776
24777  beschrieben.
24778 \end_layout
24779
24780 \begin_layout Standard
24781 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
24782  TeX-Code-Befehl 
24783 \series bold
24784
24785 \backslash
24786 footnotemark[Nummer]
24787 \series default
24788  benutzen.
24789  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
24790  mal gedruckt wird.
24791 \end_layout
24792
24793 \begin_layout Standard
24794 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
24795  sie speichern, nachdem Sie die Fußnote eingefügt haben.
24796  Hinter Fußnote
24797 \begin_inset space ~
24798 \end_inset
24799
24800
24801 \begin_inset CommandInset ref
24802 LatexCommand ref
24803 reference "fuss:Fußnoten-Beispiel"
24804
24805 \end_inset
24806
24807  wurde das mit folgenden TeX-Code-Befehlen gemacht:
24808 \end_layout
24809
24810 \begin_layout Standard
24811
24812 \series bold
24813
24814 \backslash
24815 newcounter{MyRepeatFoot}
24816 \begin_inset Newline newline
24817 \end_inset
24818
24819
24820 \backslash
24821 setcounter{MyRepeatFoot}{
24822 \backslash
24823 thefootnote}
24824 \end_layout
24825
24826 \begin_layout Standard
24827 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
24828 \end_layout
24829
24830 \begin_layout Standard
24831
24832 \series bold
24833
24834 \backslash
24835 footnotemark[
24836 \backslash
24837 theMyRepeatFoot]
24838 \end_layout
24839
24840 \begin_layout Standard
24841 Hier ist ein Beispiel für eine Fußnotenmarke:
24842 \family roman
24843 \series medium
24844 \bar no
24845
24846 \begin_inset ERT
24847 status collapsed
24848
24849 \begin_layout Plain Layout
24850
24851
24852 \backslash
24853 footnotemark[
24854 \backslash
24855 theMyRepeatFoot]
24856 \end_layout
24857
24858 \end_inset
24859
24860
24861 \end_layout
24862
24863 \begin_layout Subsection
24864 Fußnoten-Nummerierung
24865 \begin_inset CommandInset label
24866 LatexCommand label
24867 name "uab:Fußnoten-Nummerierung"
24868
24869 \end_inset
24870
24871
24872 \begin_inset Index
24873 status collapsed
24874
24875 \begin_layout Plain Layout
24876 Fußnoten ! Nummerierung
24877 \end_layout
24878
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \begin_layout Standard
24885 Um Fußnoten nach jedem Abschnitt
24886 \family roman
24887  auf 1 zurückzusetzen, 
24888 \family default
24889 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
24890 \end_layout
24891
24892 \begin_layout Standard
24893
24894 \series bold
24895
24896 \backslash
24897 @addtoreset{footnote}{section}
24898 \end_layout
24899
24900 \begin_layout Standard
24901 \begin_inset VSpace bigskip
24902 \end_inset
24903
24904 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
24905  Zahlen:
24906 \end_layout
24907
24908 \begin_layout Standard
24909
24910 \series bold
24911
24912 \backslash
24913 renewcommand{
24914 \backslash
24915 thefootnote}{
24916 \backslash
24917 roman{footnote}}
24918 \end_layout
24919
24920 \begin_layout Standard
24921 \begin_inset ERT
24922 status collapsed
24923
24924 \begin_layout Plain Layout
24925
24926
24927 \backslash
24928 renewcommand{
24929 \backslash
24930 thefootnote}{
24931 \backslash
24932 roman{footnote}}
24933 \end_layout
24934
24935 \end_inset
24936
24937  Hier ist ein Beispiel für solch eine Fußnote:
24938 \begin_inset Foot
24939 status open
24940
24941 \begin_layout Plain Layout
24942 Dies ist eine Fußnote mit kleinen römischen Zahlen
24943 \end_layout
24944
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \begin_layout Standard
24951 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
24952  Sie in obigem Befehl 
24953 \series bold
24954
24955 \backslash
24956 roman
24957 \series default
24958  durch 
24959 \series bold
24960
24961 \backslash
24962 Roman
24963 \series default
24964 .
24965  Um Fußnoten mit großen oder kleinen Buchstaben zu 
24966 \begin_inset Quotes gld
24967 \end_inset
24968
24969 nummerieren
24970 \begin_inset Quotes grd
24971 \end_inset
24972
24973 , verwenden Sie die Befehle 
24974 \series bold
24975
24976 \backslash
24977 Alph
24978 \series default
24979  bzw.
24980 \begin_inset space ~
24981 \end_inset
24982
24983
24984 \series bold
24985
24986 \backslash
24987 alph
24988 \series default
24989 .
24990  Für die 
24991 \begin_inset Quotes gld
24992 \end_inset
24993
24994 Nummerierung
24995 \begin_inset Quotes grd
24996 \end_inset
24997
24998  mit Symbolen steht der Befehl 
24999 \series bold
25000
25001 \backslash
25002 fnsymbol
25003 \series default
25004  zur Verfügung.
25005 \end_layout
25006
25007 \begin_layout Standard
25008 \begin_inset Note Greyedout
25009 status open
25010
25011 \begin_layout Plain Layout
25012
25013 \series bold
25014 Bemerkung 1:
25015 \series default
25016  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25017  
25018 \emph on
25019 ein
25020 \emph default
25021  Buchstabe verwendet wird.
25022 \end_layout
25023
25024 \end_inset
25025
25026
25027 \begin_inset Newline newline
25028 \end_inset
25029
25030
25031 \begin_inset Note Greyedout
25032 status open
25033
25034 \begin_layout Plain Layout
25035
25036 \series bold
25037 Bemerkung 2:
25038 \series default
25039  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25040 \end_layout
25041
25042 \end_inset
25043
25044
25045 \end_layout
25046
25047 \begin_layout Standard
25048 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25049 \series bold
25050
25051 \backslash
25052 arabic
25053 \series default
25054  anstelle von 
25055 \series bold
25056
25057 \backslash
25058 roman
25059 \series default
25060  in obigem Befehl.
25061 \begin_inset ERT
25062 status collapsed
25063
25064 \begin_layout Plain Layout
25065
25066
25067 \backslash
25068 renewcommand{
25069 \backslash
25070 thefootnote}{
25071 \backslash
25072 arabic{footnote}}
25073 \end_layout
25074
25075 \end_inset
25076
25077
25078 \end_layout
25079
25080 \begin_layout Standard
25081 \begin_inset VSpace bigskip
25082 \end_inset
25083
25084
25085 \end_layout
25086
25087 \begin_layout Standard
25088 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25089 \begin_inset Quotes gld
25090 \end_inset
25091
25092 Kapitel.Fußnote
25093 \begin_inset Quotes grd
25094 \end_inset
25095
25096  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25097 \end_layout
25098
25099 \begin_layout Standard
25100
25101 \series bold
25102
25103 \backslash
25104 numberwithin{footnote}{chapter}
25105 \end_layout
25106
25107 \begin_layout Standard
25108 Um 
25109 \series bold
25110
25111 \backslash
25112 numberwithin
25113 \series default
25114  benutzen zu können, muss in den 
25115 \family sans
25116 Mathe
25117 \begin_inset space ~
25118 \end_inset
25119
25120 Optionen
25121 \family default
25122  der 
25123 \family sans
25124 Dokument-Einstellungen
25125 \family default
25126  
25127 \family sans
25128 AMS
25129 \begin_inset space ~
25130 \end_inset
25131
25132 Mathe
25133 \begin_inset space ~
25134 \end_inset
25135
25136 Paket
25137 \family default
25138
25139 \begin_inset space ~
25140 \end_inset
25141
25142
25143 \family sans
25144 verwenden
25145 \family default
25146  angekreuzt sein.
25147 \begin_inset ERT
25148 status collapsed
25149
25150 \begin_layout Plain Layout
25151
25152
25153 \backslash
25154 numberwithin{footnote}{chapter}
25155 \end_layout
25156
25157 \end_inset
25158
25159  Hier ist ein Beispiel für solch eine Fußnote.
25160 \series bold
25161
25162 \begin_inset Foot
25163 status open
25164
25165 \begin_layout Plain Layout
25166 Dies ist eine Fußnote nach dem Schema 
25167 \begin_inset Quotes gld
25168 \end_inset
25169
25170 Kapitel.Fußnote
25171 \begin_inset Quotes grd
25172 \end_inset
25173
25174 .
25175 \end_layout
25176
25177 \end_inset
25178
25179
25180 \series default
25181
25182 \begin_inset ERT
25183 status collapsed
25184
25185 \begin_layout Plain Layout
25186
25187
25188 \backslash
25189 numberwithin{footnote}{part}
25190 \end_layout
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \begin_layout Standard
25198 \begin_inset Note Greyedout
25199 status open
25200
25201 \begin_layout Plain Layout
25202
25203 \series bold
25204 Bemerkung:
25205 \series default
25206  
25207 \series bold
25208
25209 \backslash
25210 numberwithin
25211 \series default
25212  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25213  werden überschrieben.
25214 \end_layout
25215
25216 \end_inset
25217
25218
25219 \end_layout
25220
25221 \begin_layout Standard
25222 Um also z.
25223 \begin_inset space \thinspace{}
25224 \end_inset
25225
25226 B.
25227  das Schema 
25228 \begin_inset Quotes gld
25229 \end_inset
25230
25231 Kapitel.
25232 \backslash
25233 Roman{footnote}
25234 \begin_inset Quotes grd
25235 \end_inset
25236
25237  zu erhalten, muss dieser Befehl anstelle von 
25238 \series bold
25239
25240 \backslash
25241 numberwithin
25242 \series default
25243  verwendet werden:
25244 \end_layout
25245
25246 \begin_layout Standard
25247
25248 \series bold
25249
25250 \backslash
25251 renewcommand{
25252 \backslash
25253 thefootnote}{
25254 \backslash
25255 thechapter.
25256 \backslash
25257 Roman{footnote}}
25258 \end_layout
25259
25260 \begin_layout Subsection
25261 Fußnoten-Platzierung
25262 \begin_inset Index
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266 Fußnoten ! Platzierung
25267 \end_layout
25268
25269 \end_inset
25270
25271
25272 \end_layout
25273
25274 \begin_layout Standard
25275 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25276  ohne Zwischenraum am Ende der Seite gedruckt.
25277  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25278  LaTeX-Vorspann 1.5
25279 \begin_inset space \thinspace{}
25280 \end_inset
25281
25282 mm Zwischenraum einfügen:
25283 \end_layout
25284
25285 \begin_layout Standard
25286
25287 \series bold
25288
25289 \backslash
25290 let
25291 \backslash
25292 myFoot
25293 \backslash
25294 footnote
25295 \begin_inset Newline newline
25296 \end_inset
25297
25298
25299 \backslash
25300 renewcommand{
25301 \backslash
25302 footnote}[1]{
25303 \backslash
25304 myFoot{#1
25305 \backslash
25306 vspace{1.5mm}}}
25307 \end_layout
25308
25309 \begin_layout Standard
25310 \begin_inset VSpace bigskip
25311 \end_inset
25312
25313 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25314  Spalte gedruckt, Abbildung
25315 \begin_inset space ~
25316 \end_inset
25317
25318
25319 \begin_inset CommandInset ref
25320 LatexCommand ref
25321 reference "abb:Standard-Fußnoten-Platzierung-in"
25322
25323 \end_inset
25324
25325 .
25326  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25327  in Abbildung
25328 \begin_inset space ~
25329 \end_inset
25330
25331
25332 \begin_inset CommandInset ref
25333 LatexCommand ref
25334 reference "abb:Fußnoten-Platzierung-in-einem"
25335
25336 \end_inset
25337
25338 , müssen Sie das LaTeX-Paket 
25339 \series bold
25340 ftnright
25341 \series default
25342
25343 \begin_inset Index
25344 status collapsed
25345
25346 \begin_layout Plain Layout
25347 LaTeX-Pakete ! ftnright
25348 \end_layout
25349
25350 \end_inset
25351
25352  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25353 \end_layout
25354
25355 \begin_layout Standard
25356
25357 \series bold
25358
25359 \backslash
25360 usepackage{ftnright}
25361 \end_layout
25362
25363 \begin_layout Standard
25364 \begin_inset Float figure
25365 placement !h
25366 wide false
25367 sideways false
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371 \begin_inset ERT
25372 status collapsed
25373
25374 \begin_layout Plain Layout
25375
25376
25377 \backslash
25378 framebox{
25379 \end_layout
25380
25381 \end_inset
25382
25383
25384 \begin_inset Graphics
25385         filename ../clipart/without_fntright.pdf
25386         width 100col%
25387         scaleBeforeRotation
25388
25389 \end_inset
25390
25391
25392 \begin_inset ERT
25393 status collapsed
25394
25395 \begin_layout Plain Layout
25396
25397 }
25398 \end_layout
25399
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \begin_layout Plain Layout
25406 \begin_inset Caption
25407
25408 \begin_layout Plain Layout
25409 \begin_inset CommandInset label
25410 LatexCommand label
25411 name "abb:Standard-Fußnoten-Platzierung-in"
25412
25413 \end_inset
25414
25415 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
25416 \begin_inset OptArg
25417 status collapsed
25418
25419 \begin_layout Plain Layout
25420 Standard Fußnoten-Platzierung in einem zweisp.
25421  Dokument
25422 \end_layout
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \begin_layout Standard
25440 \begin_inset Float figure
25441 placement !h
25442 wide false
25443 sideways false
25444 status collapsed
25445
25446 \begin_layout Plain Layout
25447 \begin_inset ERT
25448 status collapsed
25449
25450 \begin_layout Plain Layout
25451
25452
25453 \backslash
25454 framebox{
25455 \end_layout
25456
25457 \end_inset
25458
25459
25460 \begin_inset Graphics
25461         filename ../clipart/with_fntright.pdf
25462         width 100col%
25463         scaleBeforeRotation
25464
25465 \end_inset
25466
25467
25468 \begin_inset ERT
25469 status collapsed
25470
25471 \begin_layout Plain Layout
25472
25473 }
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \begin_layout Plain Layout
25482 \begin_inset Caption
25483
25484 \begin_layout Plain Layout
25485 \begin_inset CommandInset label
25486 LatexCommand label
25487 name "abb:Fußnoten-Platzierung-in-einem"
25488
25489 \end_inset
25490
25491 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25492  
25493 \series bold
25494 ftnright
25495 \series default
25496 .
25497 \begin_inset OptArg
25498 status collapsed
25499
25500 \begin_layout Plain Layout
25501 Fußnoten-Platzierung mit 
25502 \family typewriter
25503 ftnright
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \begin_layout Standard
25522 \begin_inset VSpace bigskip
25523 \end_inset
25524
25525 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25526  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25527 \begin_inset space ~
25528 \end_inset
25529
25530
25531 \begin_inset CommandInset ref
25532 LatexCommand ref
25533 reference "abb:endnotes----Die"
25534
25535 \end_inset
25536
25537  gedruckt.
25538  Man nennt sie dann 
25539 \emph on
25540 Endnoten
25541 \emph default
25542 .
25543 \begin_inset Index
25544 status collapsed
25545
25546 \begin_layout Plain Layout
25547 Endnoten
25548 \end_layout
25549
25550 \end_inset
25551
25552  Um das zu erreichen müssen Sie das LaTeX-Paket 
25553 \series bold
25554 endnotes
25555 \series default
25556
25557 \begin_inset Index
25558 status collapsed
25559
25560 \begin_layout Plain Layout
25561 LaTeX-Pakete ! endnotes
25562 \end_layout
25563
25564 \end_inset
25565
25566  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25567 \end_layout
25568
25569 \begin_layout Standard
25570
25571 \series bold
25572
25573 \backslash
25574 usepackage{endnotes}
25575 \begin_inset Newline newline
25576 \end_inset
25577
25578
25579 \backslash
25580 let
25581 \backslash
25582 footnote
25583 \backslash
25584 endnote
25585 \end_layout
25586
25587 \begin_layout Standard
25588 Um die gesammelten Fußnoten zu drucken fügen Sie den TeX-Code-Befehl
25589 \series bold
25590  
25591 \backslash
25592 theendnotes
25593 \series default
25594  am Ende des Abschnitts oder Kapitels ein.
25595 \end_layout
25596
25597 \begin_layout Standard
25598 \begin_inset Float figure
25599 wide false
25600 sideways false
25601 status collapsed
25602
25603 \begin_layout Plain Layout
25604 \align center
25605 \begin_inset ERT
25606 status collapsed
25607
25608 \begin_layout Plain Layout
25609
25610
25611 \backslash
25612 framebox{
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \begin_inset Graphics
25619         filename ../clipart/endnotes.pdf
25620         scaleBeforeRotation
25621
25622 \end_inset
25623
25624
25625 \begin_inset ERT
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629
25630 }
25631 \end_layout
25632
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \begin_layout Plain Layout
25639 \begin_inset Caption
25640
25641 \begin_layout Plain Layout
25642 \begin_inset CommandInset label
25643 LatexCommand label
25644 name "abb:endnotes----Die"
25645
25646 \end_inset
25647
25648
25649 \series bold
25650 endnotes
25651 \series default
25652  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25653  gedruckt.
25654 \begin_inset OptArg
25655 status collapsed
25656
25657 \begin_layout Plain Layout
25658 \begin_inset CommandInset label
25659 LatexCommand label
25660 name "abb:endnotes----Die"
25661
25662 \end_inset
25663
25664
25665 \series bold
25666 endnotes
25667 \series default
25668  -- Die Fußnoten werden am Ende gedruckt
25669 \end_layout
25670
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \begin_layout Standard
25687 \begin_inset VSpace medskip
25688 \end_inset
25689
25690 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25691 ache übersetzt.
25692  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25693 \begin_inset Quotes gld
25694 \end_inset
25695
25696 Notes 
25697 \begin_inset Quotes grd
25698 \end_inset
25699
25700 in 
25701 \begin_inset Quotes gld
25702 \end_inset
25703
25704 Anmerkungen
25705 \begin_inset Quotes grd
25706 \end_inset
25707
25708 :
25709 \end_layout
25710
25711 \begin_layout Standard
25712
25713 \series bold
25714
25715 \backslash
25716 renewcommand{
25717 \backslash
25718 notesname}{Anmerkungen}
25719 \end_layout
25720
25721 \begin_layout Standard
25722 \begin_inset VSpace medskip
25723 \end_inset
25724
25725 Wenn Sie in den Befehlen von Abschnitt
25726 \begin_inset space ~
25727 \end_inset
25728
25729
25730 \begin_inset CommandInset ref
25731 LatexCommand ref
25732 reference "uab:Fußnoten-Nummerierung"
25733
25734 \end_inset
25735
25736  
25737 \series bold
25738
25739 \backslash
25740 thefootnote
25741 \series default
25742  durch 
25743 \series bold
25744
25745 \backslash
25746 theendnote
25747 \series default
25748  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25749  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25750 \series bold
25751
25752 \backslash
25753 @addtoreset
25754 \series default
25755  wie in Abschnitt
25756 \begin_inset space \space{}
25757 \end_inset
25758
25759
25760 \begin_inset CommandInset ref
25761 LatexCommand ref
25762 reference "uab:Fußnoten-Nummerierung"
25763
25764 \end_inset
25765
25766  beschrieben und ersetzen 
25767 \series bold
25768 footnote
25769 \series default
25770  durch 
25771 \series bold
25772 endnote
25773 \series default
25774 .
25775 \end_layout
25776
25777 \begin_layout Standard
25778 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25779  
25780 \series bold
25781
25782 \backslash
25783 endnotemark[Nummer]
25784 \series default
25785  ähnlich wie 
25786 \series bold
25787
25788 \backslash
25789 footnotemark
25790 \series default
25791  Abschnitt
25792 \begin_inset space ~
25793 \end_inset
25794
25795
25796 \begin_inset CommandInset ref
25797 LatexCommand ref
25798 reference "abs:Fußnoten"
25799
25800 \end_inset
25801
25802 .
25803 \end_layout
25804
25805 \begin_layout Standard
25806 \begin_inset VSpace bigskip
25807 \end_inset
25808
25809 Mit dem LaTeX-Paket 
25810 \series bold
25811 footmisc
25812 \series default
25813
25814 \begin_inset Index
25815 status collapsed
25816
25817 \begin_layout Plain Layout
25818 LaTeX-Pakete ! footmisc
25819 \end_layout
25820
25821 \end_inset
25822
25823  (
25824 \begin_inset CommandInset citation
25825 LatexCommand cite
25826 key "footmisc"
25827
25828 \end_inset
25829
25830 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
25831 \end_layout
25832
25833 \begin_layout Standard
25834 In LaTeX-Büchern, 
25835 \begin_inset CommandInset citation
25836 LatexCommand cite
25837 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25838
25839 \end_inset
25840
25841 , finden Sie weiteres zu Fußnoten.
25842 \end_layout
25843
25844 \begin_layout Section
25845 Randnotizen
25846 \begin_inset Index
25847 status collapsed
25848
25849 \begin_layout Plain Layout
25850 Randnotizen
25851 \end_layout
25852
25853 \end_inset
25854
25855
25856 \begin_inset Index
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860 Notizen ! Randnotizen
25861 \end_layout
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \begin_layout Standard
25869 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
25870  Sie fügen sie mit einem Klick auf den Schalter 
25871 \begin_inset Graphics
25872         filename ../../images/marginalnote-insert.png
25873         scale 70
25874         scaleBeforeRotation
25875         BoundingBox 0bp 0bp 22bp 22bp
25876
25877 \end_inset
25878
25879  oder über 
25880 \family sans
25881 Einfügen\SpecialChar \menuseparator
25882 Randnotiz
25883 \family default
25884  ein.
25885  Ein graues Kästchen mit der Aufschrift 
25886 \begin_inset Quotes gld
25887 \end_inset
25888
25889 Rand
25890 \begin_inset Quotes grd
25891 \end_inset
25892
25893  erscheint
25894 \family roman
25895 \series medium
25896 , und dort, wo der Cursor steht, können Sie Text eingeben.
25897 \end_layout
25898
25899 \begin_layout Standard
25900 Hier am Rand sehen Sie eine Randnotiz.
25901  
25902 \begin_inset Marginal
25903 status open
25904
25905 \begin_layout Plain Layout
25906 Dies ist eine Randnotiz.
25907 \end_layout
25908
25909 \end_inset
25910
25911
25912 \end_layout
25913
25914 \begin_layout Standard
25915 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
25916  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
25917  Seiten und rechts auf den ungeraden.
25918  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
25919  wird und umgekehrt.
25920  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
25921  wurde.
25922 \end_layout
25923
25924 \begin_layout Standard
25925 \begin_inset VSpace bigskip
25926 \end_inset
25927
25928 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
25929 \end_layout
25930
25931 \begin_layout Standard
25932
25933 \series bold
25934
25935 \backslash
25936 reversemarginpar
25937 \end_layout
25938
25939 \begin_layout Standard
25940 als TeX-Code vor einer Randnotiz ein.
25941  Das gilt dann für alle folgenden Randnotizen.
25942  
25943 \begin_inset ERT
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947
25948
25949 \backslash
25950 reversemarginpar 
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \begin_inset Marginal
25957 status open
25958
25959 \begin_layout Plain Layout
25960 Hier ist ein Beispiel im inneren Rand.
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \begin_inset Newline newline
25967 \end_inset
25968
25969
25970 \begin_inset Note Greyedout
25971 status open
25972
25973 \begin_layout Plain Layout
25974  
25975 \series bold
25976 Achtung:
25977 \series default
25978  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
25979 \end_layout
25980
25981 \end_inset
25982
25983
25984 \end_layout
25985
25986 \begin_layout Standard
25987 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
25988 \end_layout
25989
25990 \begin_layout Standard
25991
25992 \series bold
25993
25994 \backslash
25995 normalmarginpar
25996 \end_layout
25997
25998 \begin_layout Standard
25999 als TeX-Code ein.
26000 \begin_inset ERT
26001 status collapsed
26002
26003 \begin_layout Plain Layout
26004
26005
26006 \backslash
26007 normalmarginpar 
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \begin_inset Note Greyedout
26014 status open
26015
26016 \begin_layout Plain Layout
26017
26018 \series bold
26019 Achtung:
26020 \series default
26021  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26022 \series bold
26023
26024 \backslash
26025 reversemarginpar
26026 \series default
26027  verwendet wird.
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \begin_layout Standard
26036 \begin_inset VSpace bigskip
26037 \end_inset
26038
26039
26040 \begin_inset Marginal
26041 status open
26042
26043 \begin_layout Plain Layout
26044
26045 \family roman
26046 \series medium
26047 EinSehrLangesWort am Anfang, das umgebrochen wird.
26048 \end_layout
26049
26050 \end_inset
26051
26052  Ähnlich wie in Abschnitt
26053 \begin_inset space ~
26054 \end_inset
26055
26056
26057 \begin_inset CommandInset ref
26058 LatexCommand ref
26059 reference "uab:Mehrfache-Zeilen-in"
26060
26061 \end_inset
26062
26063  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
26064  erste Wort der Randnotiz sind.
26065  Um das zu vermeiden, fügen sie 0
26066 \begin_inset space \thinspace{}
26067 \end_inset
26068
26069 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26070 \begin_inset Marginal
26071 status open
26072
26073 \begin_layout Plain Layout
26074 \begin_inset space \hspace{}
26075 \length 0pt
26076 \end_inset
26077
26078
26079 \family roman
26080 \series medium
26081 EinSehrLangesWort am Anfang, das umgebrochen wird.
26082 \end_layout
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \begin_layout Standard
26090 \begin_inset VSpace bigskip
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \begin_layout Standard
26097 \begin_inset Note Greyedout
26098 status open
26099
26100 \begin_layout Plain Layout
26101
26102 \series bold
26103 Bemerkung:
26104 \series default
26105  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26106  verwendet werden.
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \begin_layout Standard
26115 \begin_inset VSpace bigskip
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \begin_layout Standard
26122 \begin_inset ERT
26123 status collapsed
26124
26125 \begin_layout Plain Layout
26126
26127
26128 \backslash
26129 ifmarginnote
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \begin_inset Note Note
26136 status open
26137
26138 \begin_layout Plain Layout
26139 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26140 \series bold
26141 marginnote
26142 \series default
26143  installiert ist.
26144 \end_layout
26145
26146 \end_inset
26147
26148
26149 \end_layout
26150
26151 \begin_layout Standard
26152 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26153 \series bold
26154 marginnote
26155 \series default
26156
26157 \begin_inset Index
26158 status collapsed
26159
26160 \begin_layout Plain Layout
26161 LaTeX-Pakete ! marginnote
26162 \end_layout
26163
26164 \end_inset
26165
26166  verwendet wird.
26167  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26168  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
26169  des Pakets 
26170 \series bold
26171 marginnote
26172 \series default
26173  für Randnotizen verwendet wird:
26174 \end_layout
26175
26176 \begin_layout Standard
26177
26178 \series bold
26179
26180 \backslash
26181 usepackage{marginnote}
26182 \begin_inset Newline newline
26183 \end_inset
26184
26185
26186 \backslash
26187 let
26188 \backslash
26189 marginpar
26190 \backslash
26191 marginnote
26192 \end_layout
26193
26194 \begin_layout Standard
26195 Dies wird auch in diesem Dokument verwendet, denn 
26196 \series bold
26197 marginnote
26198 \series default
26199  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26200  für Randnotizen angeben.
26201  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26202 n sind zu dicht beieinander sind.
26203  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26204  Schema
26205 \end_layout
26206
26207 \begin_layout Standard
26208
26209 \series bold
26210 [Versatz]
26211 \end_layout
26212
26213 \begin_layout Standard
26214 angegeben.
26215  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26216 \begin_inset space ~
26217 \end_inset
26218
26219
26220 \begin_inset CommandInset ref
26221 LatexCommand ref
26222 reference "tab:Maßeinheiten"
26223
26224 \end_inset
26225
26226  aufgelistet sind.
26227  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
26228  nach unten.
26229  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26230 \begin_inset space \thinspace{}
26231 \end_inset
26232
26233 cm mit dem TeX-Code-Befehl  
26234 \begin_inset Quotes gld
26235 \end_inset
26236
26237
26238 \series bold
26239 [-1.5cm]
26240 \series default
26241
26242 \begin_inset Quotes grd
26243 \end_inset
26244
26245  nach oben versetzt
26246 \begin_inset Marginal
26247 status open
26248
26249 \begin_layout Plain Layout
26250 Diese Randnotiz ist 1.5
26251 \begin_inset space \thinspace{}
26252 \end_inset
26253
26254 cm von ihrer Originalposition nach oben versetzt.
26255 \end_layout
26256
26257 \end_inset
26258
26259
26260 \begin_inset ERT
26261 status collapsed
26262
26263 \begin_layout Plain Layout
26264
26265 [-1.5cm]
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \begin_layout Standard
26274 \begin_inset VSpace medskip
26275 \end_inset
26276
26277 Mit 
26278 \series bold
26279 marginnote
26280 \series default
26281  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26282  Zum Beispiel setzen die Befehle
26283 \end_layout
26284
26285 \begin_layout Standard
26286
26287 \series bold
26288
26289 \backslash
26290 renewcommand*{
26291 \backslash
26292 raggedleftmarginnote}{
26293 \backslash
26294 centering}
26295 \begin_inset Newline newline
26296 \end_inset
26297
26298
26299 \backslash
26300 renewcommand*{
26301 \backslash
26302 raggedrightmarginnote}{
26303 \backslash
26304 centering}
26305 \end_layout
26306
26307 \begin_layout Standard
26308 die Ausrichtung auf zentriert.
26309  
26310 \series bold
26311
26312 \backslash
26313 raggedleftmarginnote
26314 \series default
26315  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26316  
26317 \begin_inset ERT
26318 status collapsed
26319
26320 \begin_layout Plain Layout
26321
26322
26323 \backslash
26324 renewcommand*{
26325 \backslash
26326 raggedleftmarginnote}{
26327 \backslash
26328 centering}
26329 \end_layout
26330
26331 \begin_layout Plain Layout
26332
26333
26334 \backslash
26335 renewcommand*{
26336 \backslash
26337 raggedrightmarginnote}{
26338 \backslash
26339 centering}
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \begin_inset Marginal
26346 status open
26347
26348 \begin_layout Plain Layout
26349 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26350 \end_layout
26351
26352 \end_inset
26353
26354  Die Voreinstellung ist
26355 \end_layout
26356
26357 \begin_layout Standard
26358
26359 \series bold
26360
26361 \backslash
26362 renewcommand*{
26363 \backslash
26364 raggedleftmarginnote}{
26365 \backslash
26366 raggedleft}
26367 \begin_inset Newline newline
26368 \end_inset
26369
26370
26371 \backslash
26372 renewcommand*{
26373 \backslash
26374 raggedrightmarginnote}{
26375 \backslash
26376 raggedright}
26377 \series default
26378
26379 \begin_inset ERT
26380 status collapsed
26381
26382 \begin_layout Plain Layout
26383
26384
26385 \backslash
26386 renewcommand*{
26387 \backslash
26388 raggedleftmarginnote}{
26389 \backslash
26390 raggedleft}
26391 \end_layout
26392
26393 \begin_layout Plain Layout
26394
26395
26396 \backslash
26397 renewcommand*{
26398 \backslash
26399 raggedrightmarginnote}{
26400 \backslash
26401 raggedright}
26402 \end_layout
26403
26404 \end_inset
26405
26406
26407 \end_layout
26408
26409 \begin_layout Standard
26410 \begin_inset VSpace medskip
26411 \end_inset
26412
26413 Für weitere Fähigkeiten des Pakets 
26414 \series bold
26415 marginnote
26416 \series default
26417  sei auf dessen Dokumentation verwiesen 
26418 \begin_inset CommandInset citation
26419 LatexCommand cite
26420 key "marginnote"
26421
26422 \end_inset
26423
26424 .
26425 \end_layout
26426
26427 \begin_layout Standard
26428 \begin_inset VSpace bigskip
26429 \end_inset
26430
26431 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26432  geändert werden.
26433  Um z.
26434 \begin_inset space \thinspace{}
26435 \end_inset
26436
26437 B.
26438  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26439  und fettgedruckten Text 
26440 \begin_inset Quotes eld
26441 \end_inset
26442
26443
26444 \family sans
26445 \series bold
26446 \bar under
26447 Achtung!
26448 \family default
26449 \series default
26450 \bar default
26451
26452 \begin_inset Quotes erd
26453 \end_inset
26454
26455  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26456 \end_layout
26457
26458 \begin_layout Standard
26459
26460 \series bold
26461
26462 \backslash
26463 let
26464 \backslash
26465 myMarginpar
26466 \backslash
26467 marginpar
26468 \begin_inset Newline newline
26469 \end_inset
26470
26471
26472 \backslash
26473 renewcommand{
26474 \backslash
26475 marginpar}[1]{
26476 \backslash
26477 myMarginpar{%
26478 \begin_inset Newline newline
26479 \end_inset
26480
26481
26482 \begin_inset ERT
26483 status collapsed
26484
26485 \begin_layout Plain Layout
26486
26487
26488 \backslash
26489 hphantom{ }
26490 \end_layout
26491
26492 \end_inset
26493
26494
26495 \backslash
26496 hspace{0pt}
26497 \backslash
26498 textsf{
26499 \backslash
26500 textbf{
26501 \backslash
26502 underbar{Achtung!}}}%
26503 \begin_inset Newline newline
26504 \end_inset
26505
26506
26507 \begin_inset ERT
26508 status collapsed
26509
26510 \begin_layout Plain Layout
26511
26512
26513 \backslash
26514 hphantom{ }
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \backslash
26521 vspace{1.5mm}
26522 \backslash
26523
26524 \backslash
26525 #1}}
26526 \end_layout
26527
26528 \begin_layout Standard
26529 \begin_inset ERT
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533
26534
26535 \backslash
26536 let
26537 \backslash
26538 myMarginpar
26539 \backslash
26540 marginpar
26541 \end_layout
26542
26543 \begin_layout Plain Layout
26544
26545
26546 \backslash
26547 renewcommand{
26548 \backslash
26549 marginpar}[1]{
26550 \backslash
26551 myMarginpar{%
26552 \end_layout
26553
26554 \begin_layout Plain Layout
26555
26556    
26557 \backslash
26558 textsf{
26559 \backslash
26560 textbf{
26561 \backslash
26562 underbar{Achtung!}}}%
26563 \end_layout
26564
26565 \begin_layout Plain Layout
26566
26567    
26568 \backslash
26569 vspace{1.5mm}
26570 \backslash
26571
26572 \backslash
26573 #1}}
26574 \end_layout
26575
26576 \end_inset
26577
26578
26579 \begin_inset Marginal
26580 status open
26581
26582 \begin_layout Plain Layout
26583 Dies ist eine Randnotiz mit einer definierten Überschrift.
26584 \end_layout
26585
26586 \end_inset
26587
26588
26589 \begin_inset ERT
26590 status collapsed
26591
26592 \begin_layout Plain Layout
26593
26594 [-1.5cm]
26595 \end_layout
26596
26597 \end_inset
26598
26599
26600 \begin_inset ERT
26601 status collapsed
26602
26603 \begin_layout Plain Layout
26604
26605
26606 \backslash
26607 renewcommand{
26608 \backslash
26609 marginpar}[1]{
26610 \backslash
26611 myMarginpar{#1}}
26612 \end_layout
26613
26614 \end_inset
26615
26616
26617 \begin_inset Note Note
26618 status open
26619
26620 \begin_layout Plain Layout
26621 Das Format wurde nur für dieses Beispiel geändert.
26622 \end_layout
26623
26624 \end_inset
26625
26626
26627 \end_layout
26628
26629 \begin_layout Standard
26630 \begin_inset ERT
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634
26635
26636 \backslash
26637 else
26638 \end_layout
26639
26640 \end_inset
26641
26642
26643 \begin_inset Note Note
26644 status open
26645
26646 \begin_layout Plain Layout
26647 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26648 \series bold
26649 marginnote
26650 \series default
26651  nicht installiert ist:
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \begin_layout Standard
26660 Das LaTeX-Paket 
26661 \series bold
26662 marginnote
26663 \series default
26664  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26665 \end_layout
26666
26667 \begin_layout Standard
26668 \begin_inset ERT
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672
26673
26674 \backslash
26675 fi
26676 \end_layout
26677
26678 \end_inset
26679
26680
26681 \end_layout
26682
26683 \begin_layout Chapter
26684 Boxen
26685 \end_layout
26686
26687 \begin_layout Section
26688 Einleitung
26689 \begin_inset Index
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693 Boxen ! Einleitung
26694 \end_layout
26695
26696 \end_inset
26697
26698
26699 \end_layout
26700
26701 \begin_layout Standard
26702 Boxen werden benutzt, um einen Textblock zu formatieren.
26703  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26704  siehe Abschnitt
26705 \begin_inset space ~
26706 \end_inset
26707
26708
26709 \begin_inset CommandInset ref
26710 LatexCommand ref
26711 reference "abs:Minipage"
26712
26713 \end_inset
26714
26715 , um Text zu umranden, siehe Abschnitt
26716 \begin_inset space ~
26717 \end_inset
26718
26719
26720 \begin_inset CommandInset ref
26721 LatexCommand ref
26722 reference "abs:Gerahmte-Boxen"
26723
26724 \end_inset
26725
26726 , um Silbentrennung zu verhindern, siehe Abschnitt
26727 \begin_inset space ~
26728 \end_inset
26729
26730
26731 \begin_inset CommandInset ref
26732 LatexCommand ref
26733 reference "abs:Silbentrennung-unterbinden"
26734
26735 \end_inset
26736
26737 , um Text senkrecht auszurichten, siehe Abschnitt
26738 \begin_inset space ~
26739 \end_inset
26740
26741
26742 \begin_inset CommandInset ref
26743 LatexCommand ref
26744 reference "uab:Vertikale-Ausrichtung"
26745
26746 \end_inset
26747
26748  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26749 \begin_inset space ~
26750 \end_inset
26751
26752
26753 \begin_inset CommandInset ref
26754 LatexCommand ref
26755 reference "abs:Farbige-Boxen"
26756
26757 \end_inset
26758
26759 .
26760 \end_layout
26761
26762 \begin_layout Standard
26763 Boxen werden mit 
26764 \family sans
26765 Einfügen\SpecialChar \menuseparator
26766 Box
26767 \family default
26768  oder dem Schalter 
26769 \begin_inset Graphics
26770         filename ../../images/box-insert.png
26771         scale 85
26772         scaleBeforeRotation
26773
26774 \end_inset
26775
26776  eingefügt.
26777  Ein graues Kästchen mit der Aufschrift 
26778 \begin_inset Quotes gld
26779 \end_inset
26780
26781 Box (Minipage)
26782 \begin_inset Quotes grd
26783 \end_inset
26784
26785  erscheint: 
26786 \begin_inset Graphics
26787         filename clipart/StandardBoxQt4.png
26788         lyxscale 80
26789         scale 60
26790         scaleBeforeRotation
26791
26792 \end_inset
26793
26794 .
26795  Mit einem Rechts\SpecialChar \-
26796 klick auf das graue Kästchen kann der Typ spezifiziert
26797  werden.
26798  Das Dialogfenster bietet bei 
26799 \family sans
26800 Innere
26801 \begin_inset space ~
26802 \end_inset
26803
26804 Box
26805 \family default
26806  die Typen 
26807 \family sans
26808 Parbox
26809 \family default
26810  und 
26811 \family sans
26812 Minipage
26813 \family default
26814  an.
26815  
26816 \family sans
26817 Minipage
26818 \family default
26819  ist die Standard-Einstellung für neue Boxen und in Abschnitt
26820 \begin_inset space ~
26821 \end_inset
26822
26823
26824 \begin_inset CommandInset ref
26825 LatexCommand ref
26826 reference "abs:Minipage"
26827
26828 \end_inset
26829
26830  beschrieben, 
26831 \family sans
26832 Parbox
26833 \family default
26834  in Abschnitt
26835 \begin_inset space ~
26836 \end_inset
26837
26838
26839 \begin_inset CommandInset ref
26840 LatexCommand ref
26841 reference "abs:Parbox"
26842
26843 \end_inset
26844
26845 .
26846 \end_layout
26847
26848 \begin_layout Standard
26849 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
26850  wie auf Gleitobjekte und Fußnoten.
26851 \end_layout
26852
26853 \begin_layout Standard
26854 \begin_inset Note Greyedout
26855 status open
26856
26857 \begin_layout Plain Layout
26858
26859 \series bold
26860 Bemerkung
26861 \begin_inset space ~
26862 \end_inset
26863
26864 1:
26865 \series default
26866  Boxen dürfen in 
26867 \family sans
26868 List-
26869 \family default
26870  oder 
26871 \family sans
26872 Beschreibung-
26873 \family default
26874 Umgebungen nicht verwendet werden.
26875 \end_layout
26876
26877 \end_inset
26878
26879
26880 \end_layout
26881
26882 \begin_layout Standard
26883 \begin_inset Note Greyedout
26884 status open
26885
26886 \begin_layout Plain Layout
26887
26888 \series bold
26889 Bemerkung
26890 \begin_inset space ~
26891 \end_inset
26892
26893 2:
26894 \series default
26895  Boxen ohne 
26896 \family sans
26897 Innere
26898 \begin_inset space ~
26899 \end_inset
26900
26901 Box
26902 \family default
26903  und ohne Rahmen werden in Abschnitt
26904 \begin_inset space ~
26905 \end_inset
26906
26907
26908 \begin_inset CommandInset ref
26909 LatexCommand ref
26910 reference "abs:Silbentrennung-unterbinden"
26911
26912 \end_inset
26913
26914  beschrieben.
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \begin_layout Section
26923 Das Box-Einstellungen-Fenster
26924 \begin_inset CommandInset label
26925 LatexCommand label
26926 name "abs:Box-Dialog"
26927
26928 \end_inset
26929
26930
26931 \begin_inset Index
26932 status collapsed
26933
26934 \begin_layout Plain Layout
26935 Boxen ! Box-Dialog-Fenster
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \begin_layout Subsection
26944 Box-Größe
26945 \begin_inset Index
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949 Boxen ! Größe
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \begin_layout Standard
26958 Im 
26959 \family sans
26960 Box-Einstellungen
26961 \family default
26962 -Fenster können Sie die Größe der Box mit 
26963 \family sans
26964 Breite
26965 \family default
26966  und 
26967 \family sans
26968 Höhe 
26969 \family default
26970 festlegen.
26971  Die verfügbaren Einheiten werden in Tabelle
26972 \begin_inset space ~
26973 \end_inset
26974
26975
26976 \begin_inset CommandInset ref
26977 LatexCommand ref
26978 reference "tab:Maßeinheiten"
26979
26980 \end_inset
26981
26982  aufgelistet.
26983  Das Feld
26984 \family sans
26985  Höhe
26986 \family default
26987  bietet die folgenden zusätzlichen Größen:
26988 \end_layout
26989
26990 \begin_layout Description
26991 Tiefe Dies ist die reine Text-
26992 \begin_inset Quotes gld
26993 \end_inset
26994
26995 Höhe
26996 \begin_inset Quotes grd
26997 \end_inset
26998
26999 .
27000  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27001 \begin_inset Newline newline
27002 \end_inset
27003
27004
27005 \begin_inset Newline newline
27006 \end_inset
27007
27008
27009 \begin_inset Newline newline
27010 \end_inset
27011
27012
27013 \begin_inset Box Boxed
27014 position "c"
27015 hor_pos "c"
27016 has_inner_box 1
27017 inner_pos "c"
27018 use_parbox 0
27019 width "12col%"
27020 special "none"
27021 height "1in"
27022 height_special "depth"
27023 status collapsed
27024
27025 \begin_layout Plain Layout
27026 \align center
27027 Box-Höhe = 1
27028 \begin_inset space \thinspace{}
27029 \end_inset
27030
27031 Tiefe
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \begin_inset Newline newline
27038 \end_inset
27039
27040
27041 \begin_inset Newline newline
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \begin_layout Description
27048 Höhe Dies ist die Texthöhe innerhalb der Box.
27049  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27050  Texthöhe setzen: 
27051 \begin_inset Box Boxed
27052 position "c"
27053 hor_pos "c"
27054 has_inner_box 1
27055 inner_pos "c"
27056 use_parbox 0
27057 width "20col%"
27058 special "none"
27059 height "2in"
27060 height_special "height"
27061 status collapsed
27062
27063 \begin_layout Plain Layout
27064 \align center
27065 Boxhöhe = 2
27066 \begin_inset space \thinspace{}
27067 \end_inset
27068
27069 Höhe
27070 \end_layout
27071
27072 \end_inset
27073
27074
27075 \end_layout
27076
27077 \begin_layout Description
27078 Gesamthöhe Dies ist Höhe
27079 \begin_inset space \thinspace{}
27080 \end_inset
27081
27082 +
27083 \begin_inset space \thinspace{}
27084 \end_inset
27085
27086 Tiefe: 
27087 \begin_inset Box Boxed
27088 position "c"
27089 hor_pos "c"
27090 has_inner_box 1
27091 inner_pos "c"
27092 use_parbox 0
27093 width "20col%"
27094 special "none"
27095 height "1in"
27096 height_special "totalheight"
27097 status collapsed
27098
27099 \begin_layout Plain Layout
27100 \align center
27101 Boxhöhe = 1
27102 \begin_inset space \thinspace{}
27103 \end_inset
27104
27105 Gesamthöhe
27106 \end_layout
27107
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \begin_layout Description
27114 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27115 \begin_inset Box Boxed
27116 position "c"
27117 hor_pos "c"
27118 has_inner_box 1
27119 inner_pos "c"
27120 use_parbox 0
27121 width "12col%"
27122 special "none"
27123 height "1in"
27124 height_special "width"
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128 \align center
27129 Boxhöhe = 1
27130 \begin_inset space \thinspace{}
27131 \end_inset
27132
27133 Breite
27134 \end_layout
27135
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \begin_layout Subsection
27142 Ausrichtung
27143 \begin_inset Index
27144 status collapsed
27145
27146 \begin_layout Plain Layout
27147 Boxen ! Ausrichtung
27148 \end_layout
27149
27150 \end_inset
27151
27152
27153 \end_layout
27154
27155 \begin_layout Standard
27156 Wenn Sie eine 
27157 \family sans
27158 Innere
27159 \begin_inset space ~
27160 \end_inset
27161
27162 Box
27163 \family default
27164  gewählt haben, kann die Box mit folgenden Werten für 
27165 \family sans
27166 Box
27167 \family default
27168  senkrecht ausgerichtet werden:
27169 \end_layout
27170
27171 \begin_layout Description
27172 Oben Dies ist ein Beispieltext.
27173  
27174 \begin_inset Box Boxed
27175 position "t"
27176 hor_pos "c"
27177 has_inner_box 1
27178 inner_pos "c"
27179 use_parbox 0
27180 width "20col%"
27181 special "none"
27182 height "1in"
27183 height_special "totalheight"
27184 status collapsed
27185
27186 \begin_layout Plain Layout
27187 \align center
27188 Die Ober\SpecialChar \-
27189 kante der Box ist in der Zeile.
27190 \end_layout
27191
27192 \end_inset
27193
27194  Dies ist ein Beispieltext.
27195 \end_layout
27196
27197 \begin_layout Description
27198 Mitte Dies ist ein Beispieltext.
27199  
27200 \begin_inset Box Boxed
27201 position "c"
27202 hor_pos "c"
27203 has_inner_box 1
27204 inner_pos "c"
27205 use_parbox 0
27206 width "20col%"
27207 special "none"
27208 height "1in"
27209 height_special "totalheight"
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213 \align center
27214 Die Mitte der Box ist in der Zeile.
27215 \end_layout
27216
27217 \end_inset
27218
27219  Dies ist ein Beispieltext.
27220 \end_layout
27221
27222 \begin_layout Description
27223 Unten Dies ist ein Beispieltext.
27224  
27225 \begin_inset Box Boxed
27226 position "b"
27227 hor_pos "c"
27228 has_inner_box 1
27229 inner_pos "c"
27230 use_parbox 0
27231 width "20col%"
27232 special "none"
27233 height "1in"
27234 height_special "totalheight"
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238 \align center
27239 Die Unter\SpecialChar \-
27240 kante der Box ist in der Zeile.
27241 \end_layout
27242
27243 \end_inset
27244
27245  Dies ist ein Beispieltext.
27246 \end_layout
27247
27248 \begin_layout Standard
27249 \begin_inset Note Greyedout
27250 status open
27251
27252 \begin_layout Plain Layout
27253
27254 \series bold
27255 Bemerkung:
27256 \series default
27257  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27258  Boxen in einer Zeile sind und eine Box z.
27259 \begin_inset space \thinspace{}
27260 \end_inset
27261
27262 B.
27263  schattiert ist, die andere abere nicht.
27264 \end_layout
27265
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \begin_layout Standard
27272 Eine Box kann mit dem Dialog 
27273 \family sans
27274 Absatz-Einstellungen
27275 \family default
27276  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27277 \end_layout
27278
27279 \begin_layout Standard
27280 \begin_inset VSpace bigskip
27281 \end_inset
27282
27283 Wenn Sie eine 
27284 \family sans
27285 Innere
27286 \begin_inset space ~
27287 \end_inset
27288
27289 Box
27290 \family default
27291  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27292 \family sans
27293 Inhalt
27294 \family default
27295  senkrecht ausgerichtet werden:
27296 \end_layout
27297
27298 \begin_layout Description
27299 Oben Dies ist ein Beispieltext.
27300  
27301 \begin_inset Box Boxed
27302 position "c"
27303 hor_pos "c"
27304 has_inner_box 1
27305 inner_pos "t"
27306 use_parbox 0
27307 width "20col%"
27308 special "none"
27309 height "1.5in"
27310 height_special "totalheight"
27311 status collapsed
27312
27313 \begin_layout Plain Layout
27314 \align center
27315 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27316 \end_layout
27317
27318 \end_inset
27319
27320  Dies ist ein Beispieltext.
27321 \end_layout
27322
27323 \begin_layout Description
27324 Mitte Dies ist ein Beispieltext.
27325  
27326 \begin_inset Box Boxed
27327 position "c"
27328 hor_pos "c"
27329 has_inner_box 1
27330 inner_pos "c"
27331 use_parbox 0
27332 width "20col%"
27333 special "none"
27334 height "1.5in"
27335 height_special "totalheight"
27336 status collapsed
27337
27338 \begin_layout Plain Layout
27339 \align center
27340 Der Boxinhalt ist zentriert ausgerichtet.
27341 \end_layout
27342
27343 \end_inset
27344
27345  Dies ist ein Beispieltext.
27346 \end_layout
27347
27348 \begin_layout Description
27349 Unten Dies ist ein Beispieltext.
27350  
27351 \begin_inset Box Boxed
27352 position "c"
27353 hor_pos "c"
27354 has_inner_box 1
27355 inner_pos "b"
27356 use_parbox 0
27357 width "20col%"
27358 special "none"
27359 height "1.5in"
27360 height_special "totalheight"
27361 status collapsed
27362
27363 \begin_layout Plain Layout
27364 \align center
27365 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27366 \end_layout
27367
27368 \end_inset
27369
27370  Dies ist ein Beispieltext.
27371 \end_layout
27372
27373 \begin_layout Description
27374 Dehnen Dies ist ein Beispieltext.
27375  
27376 \begin_inset Box Boxed
27377 position "c"
27378 hor_pos "c"
27379 has_inner_box 1
27380 inner_pos "s"
27381 use_parbox 0
27382 width "20col%"
27383 special "none"
27384 height "1in"
27385 height_special "totalheight"
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389 \align center
27390 Der Boxinhalt
27391 \end_layout
27392
27393 \begin_layout Plain Layout
27394 \align center
27395 ist über die
27396 \end_layout
27397
27398 \begin_layout Plain Layout
27399 \align center
27400 Boxhöhe
27401 \end_layout
27402
27403 \begin_layout Plain Layout
27404 \align center
27405 gleichmäßig verteilt.
27406 \end_layout
27407
27408 \end_inset
27409
27410  Dies ist ein Beispieltext.
27411 \end_layout
27412
27413 \begin_layout Standard
27414 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27415  besteht.
27416  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27417 \end_layout
27418
27419 \begin_layout Standard
27420 Ein Boxinhalt kann mit dem Dialog 
27421 \family sans
27422 Absatz-Einstellungen
27423 \family default
27424  waagerecht ausgerichtet werden, wenn Sie eine
27425 \family sans
27426  Innere
27427 \begin_inset space ~
27428 \end_inset
27429
27430 Box
27431 \family default
27432  gewählt haben.
27433 \end_layout
27434
27435 \begin_layout Standard
27436 \align center
27437 \begin_inset Box Boxed
27438 position "c"
27439 hor_pos "c"
27440 has_inner_box 1
27441 inner_pos "s"
27442 use_parbox 0
27443 width "30col%"
27444 special "none"
27445 height "1.25in"
27446 height_special "totalheight"
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450 \align left
27451 Hier ist jede Zeile
27452 \end_layout
27453
27454 \begin_layout Plain Layout
27455 \align center
27456 anders
27457 \end_layout
27458
27459 \begin_layout Plain Layout
27460 \align right
27461 ausgerichtet.
27462 \end_layout
27463
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \begin_layout Standard
27470 Wenn Sie keine
27471 \family sans
27472  Innere
27473 \begin_inset space ~
27474 \end_inset
27475
27476 Box
27477 \family default
27478  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27479 \family sans
27480 Box-Einstellungen-
27481 \family default
27482 Dialog ausrichten
27483 \end_layout
27484
27485 \begin_layout Standard
27486 \align center
27487 \begin_inset Box Boxed
27488 position "c"
27489 hor_pos "s"
27490 has_inner_box 0
27491 inner_pos "s"
27492 use_parbox 0
27493 width "90col%"
27494 special "none"
27495 height "1.25in"
27496 height_special "totalheight"
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 \align left
27501 Dieser Boxinhalt wurde horizontal gedehnt.
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Section
27510 Gerahmte Boxen
27511 \begin_inset CommandInset label
27512 LatexCommand label
27513 name "abs:Gerahmte-Boxen"
27514
27515 \end_inset
27516
27517
27518 \begin_inset Index
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522 Boxen ! gerahmte
27523 \end_layout
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Standard
27531 Mit dem 
27532 \family sans
27533 Box-Einstellungen-
27534 \family default
27535 Dialog können Sie bei 
27536 \family sans
27537 Verzierung
27538 \family default
27539  die Art des Rahmens auswählen:
27540 \end_layout
27541
27542 \begin_layout Description
27543 Rechteckige
27544 \begin_inset space ~
27545 \end_inset
27546
27547 Box Um die Box wird ein rechteckiger Rahmen gezogen.
27548  Die Rahmendicke wird durch 
27549 \series bold
27550
27551 \backslash
27552 fboxrule
27553 \series default
27554  festgelegt.
27555  
27556 \begin_inset Box Boxed
27557 position "c"
27558 hor_pos "c"
27559 has_inner_box 1
27560 inner_pos "c"
27561 use_parbox 0
27562 width "21col%"
27563 special "none"
27564 height "1in"
27565 height_special "totalheight"
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569
27570 \series medium
27571 Rechteckige
27572 \begin_inset space ~
27573 \end_inset
27574
27575 Box
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \begin_layout Description
27584 Ovale
27585 \begin_inset space ~
27586 \end_inset
27587
27588 Box,
27589 \begin_inset space ~
27590 \end_inset
27591
27592 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27593  Die Rahmendicke ist 0.4
27594 \begin_inset space \thinspace{}
27595 \end_inset
27596
27597 pt.
27598  
27599 \begin_inset Box ovalbox
27600 position "c"
27601 hor_pos "c"
27602 has_inner_box 1
27603 inner_pos "c"
27604 use_parbox 0
27605 width "20col%"
27606 special "none"
27607 height "1in"
27608 height_special "totalheight"
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612 Ovale
27613 \begin_inset space ~
27614 \end_inset
27615
27616 Box,
27617 \begin_inset space ~
27618 \end_inset
27619
27620 dünn
27621 \end_layout
27622
27623 \end_inset
27624
27625
27626 \end_layout
27627
27628 \begin_layout Description
27629 Ovale
27630 \begin_inset space ~
27631 \end_inset
27632
27633 Box,
27634 \begin_inset space ~
27635 \end_inset
27636
27637 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27638  Die Rahmendicke ist 0.8
27639 \begin_inset space \thinspace{}
27640 \end_inset
27641
27642 pt.
27643  
27644 \begin_inset Box Ovalbox
27645 position "c"
27646 hor_pos "c"
27647 has_inner_box 1
27648 inner_pos "c"
27649 use_parbox 0
27650 width "20col%"
27651 special "none"
27652 height "1in"
27653 height_special "totalheight"
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657 Ovale
27658 \begin_inset space ~
27659 \end_inset
27660
27661 Box,
27662 \begin_inset space ~
27663 \end_inset
27664
27665 dick
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \begin_layout Description
27674 Schattierte
27675 \begin_inset space ~
27676 \end_inset
27677
27678 Box Zeichnet einen Rahmen mit Schatten um die Box.
27679  Die Rahmendicke wird durch 
27680 \series bold
27681
27682 \backslash
27683 fboxrule
27684 \series default
27685  festgelegt, der Schatten ist 4
27686 \begin_inset space \thinspace{}
27687 \end_inset
27688
27689 pt breit.
27690 \begin_inset Newline newline
27691 \end_inset
27692
27693
27694 \begin_inset Box Shadowbox
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 Schattierte
27708 \begin_inset space ~
27709 \end_inset
27710
27711 Box
27712 \end_layout
27713
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \begin_layout Description
27720 Doppelt
27721 \begin_inset space ~
27722 \end_inset
27723
27724 gerahmte
27725 \begin_inset space ~
27726 \end_inset
27727
27728 Box Zeichnet einen doppelten Rahmen um die Box Der innere Rahmen ist 0.75
27729 \begin_inset space \thinspace{}
27730 \end_inset
27731
27732
27733 \series bold
27734
27735 \backslash
27736 fboxrule
27737 \series default
27738  breit, der äußere 1.5
27739 \begin_inset space \thinspace{}
27740 \end_inset
27741
27742
27743 \series bold
27744
27745 \backslash
27746 fboxrule
27747 \series default
27748 , der Zwischenraum 1.5
27749 \begin_inset space \thinspace{}
27750 \end_inset
27751
27752
27753 \series bold
27754
27755 \backslash
27756 fboxrule
27757 \series default
27758
27759 \begin_inset space \thinspace{}
27760 \end_inset
27761
27762 +
27763 \begin_inset space \thinspace{}
27764 \end_inset
27765
27766 0.5
27767 \begin_inset space \thinspace{}
27768 \end_inset
27769
27770 pt.
27771  
27772 \begin_inset Box Doublebox
27773 position "c"
27774 hor_pos "c"
27775 has_inner_box 1
27776 inner_pos "c"
27777 use_parbox 0
27778 width "20col%"
27779 special "none"
27780 height "1in"
27781 height_special "totalheight"
27782 status collapsed
27783
27784 \begin_layout Plain Layout
27785 Doppelt
27786 \begin_inset space ~
27787 \end_inset
27788
27789 gerahmte
27790 \begin_inset space ~
27791 \end_inset
27792
27793 Box
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Standard
27802 \begin_inset VSpace bigskip
27803 \end_inset
27804
27805 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
27806  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
27807 \series bold
27808 fancybox
27809 \series default
27810
27811 \begin_inset Index
27812 status collapsed
27813
27814 \begin_layout Plain Layout
27815 LaTeX-Pakete ! fancybox
27816 \end_layout
27817
27818 \end_inset
27819
27820  installiert sein.
27821 \end_layout
27822
27823 \begin_layout Standard
27824 \begin_inset VSpace bigskip
27825 \end_inset
27826
27827 Der Standardwert für 
27828 \series bold
27829
27830 \backslash
27831 fboxrule
27832 \series default
27833  ist 0.4
27834 \begin_inset space \thinspace{}
27835 \end_inset
27836
27837 pt.
27838  Mit dem folgenden TeX-Code-Befehl kann er auf 2
27839 \begin_inset space \thinspace{}
27840 \end_inset
27841
27842 pt gesetzt werden:
27843 \end_layout
27844
27845 \begin_layout Standard
27846
27847 \series bold
27848
27849 \backslash
27850 setlength{
27851 \backslash
27852 fboxrule}{2pt}
27853 \end_layout
27854
27855 \begin_layout Standard
27856 \begin_inset ERT
27857 status collapsed
27858
27859 \begin_layout Plain Layout
27860
27861
27862 \backslash
27863 setlength{
27864 \backslash
27865 fboxrule}{2pt}
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \begin_inset Box Boxed
27872 position "c"
27873 hor_pos "c"
27874 has_inner_box 1
27875 inner_pos "c"
27876 use_parbox 0
27877 width "30col%"
27878 special "none"
27879 height "1in"
27880 height_special "totalheight"
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884 \align center
27885 Rechteckige Box mit einer Rahmenbreite von 2
27886 \begin_inset space \thinspace{}
27887 \end_inset
27888
27889 pt
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \begin_inset ERT
27896 status collapsed
27897
27898 \begin_layout Plain Layout
27899
27900
27901 \backslash
27902 setlength{
27903 \backslash
27904 fboxrule}{0.4pt}
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \begin_layout Standard
27913 \noindent
27914 \begin_inset VSpace bigskip
27915 \end_inset
27916
27917 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
27918 \begin_inset space \thinspace{}
27919 \end_inset
27920
27921 pt.
27922  Sie können das ändern, indem Sie den Wert von 
27923 \series bold
27924
27925 \backslash
27926 fboxsep
27927 \series default
27928  mit einem TeX-Code-Befehl ändern:
27929 \end_layout
27930
27931 \begin_layout Standard
27932
27933 \series bold
27934
27935 \backslash
27936 setlength{
27937 \backslash
27938 fboxsep}{10pt}
27939 \end_layout
27940
27941 \begin_layout Standard
27942 setzt den Wert auf 10
27943 \begin_inset space \thinspace{}
27944 \end_inset
27945
27946 pt, wie in der folgenden Box:
27947 \end_layout
27948
27949 \begin_layout Standard
27950 \begin_inset ERT
27951 status collapsed
27952
27953 \begin_layout Plain Layout
27954
27955
27956 \backslash
27957 setlength{
27958 \backslash
27959 fboxsep}{10pt}
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \begin_inset Box Boxed
27966 position "c"
27967 hor_pos "c"
27968 has_inner_box 1
27969 inner_pos "c"
27970 use_parbox 0
27971 width "25col%"
27972 special "none"
27973 height "1in"
27974 height_special "totalheight"
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978 \align center
27979 Rechteckige Box mit 
27980 \series bold
27981
27982 \backslash
27983 fboxsep
27984 \series default
27985
27986 \begin_inset space \thinspace{}
27987 \end_inset
27988
27989 =
27990 \begin_inset space \thinspace{}
27991 \end_inset
27992
27993 10
27994 \begin_inset space \thinspace{}
27995 \end_inset
27996
27997 pt
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \begin_inset ERT
28004 status collapsed
28005
28006 \begin_layout Plain Layout
28007
28008
28009 \backslash
28010 setlength{
28011 \backslash
28012 fboxsep}{3pt}
28013 \end_layout
28014
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \begin_layout Standard
28021 \noindent
28022 \begin_inset VSpace bigskip
28023 \end_inset
28024
28025 Der Durchmesser der abgerundeten Ecken kann mit 
28026 \series bold
28027
28028 \backslash
28029 cornersize
28030 \series default
28031  gesetzt werden.
28032  Der TeX-Code-Befehl
28033 \end_layout
28034
28035 \begin_layout Standard
28036
28037 \series bold
28038
28039 \backslash
28040 cornersize*{1cm}
28041 \end_layout
28042
28043 \begin_layout Standard
28044 setzt den Durchmesser auf 1
28045 \begin_inset space \thinspace{}
28046 \end_inset
28047
28048 cm.
28049  Der TeX-Code-Befehl
28050 \end_layout
28051
28052 \begin_layout Standard
28053
28054 \series bold
28055
28056 \backslash
28057 cornersize{num}
28058 \end_layout
28059
28060 \begin_layout Standard
28061 setzt den Durchmesser auf 
28062 \family sans
28063 num
28064 \begin_inset space \thinspace{}
28065 \end_inset
28066
28067 ×
28068 \begin_inset space \thinspace{}
28069 \end_inset
28070
28071 Minimum(Breite der Box, Höhe der Box)
28072 \family default
28073 .
28074  Der Standardwert ist 
28075 \series bold
28076
28077 \backslash
28078 cornersize{0.5}
28079 \series default
28080 .
28081 \end_layout
28082
28083 \begin_layout Standard
28084 \begin_inset ERT
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088
28089
28090 \backslash
28091 cornersize*{1.5cm}
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \begin_inset Box Ovalbox
28098 position "c"
28099 hor_pos "c"
28100 has_inner_box 1
28101 inner_pos "c"
28102 use_parbox 0
28103 width "30col%"
28104 special "none"
28105 height "1in"
28106 height_special "totalheight"
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110 \align center
28111 Ovale Box, dicker Rand, mit 
28112 \series bold
28113
28114 \backslash
28115 cornersize
28116 \series default
28117
28118 \begin_inset space \thinspace{}
28119 \end_inset
28120
28121 =
28122 \begin_inset space \thinspace{}
28123 \end_inset
28124
28125 1.5
28126 \begin_inset space \thinspace{}
28127 \end_inset
28128
28129 cm
28130 \end_layout
28131
28132 \end_inset
28133
28134
28135 \begin_inset ERT
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139
28140
28141 \backslash
28142 cornersize{0.5}
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Standard
28151 \noindent
28152 \begin_inset VSpace bigskip
28153 \end_inset
28154
28155 Die Breite des Schattens wird mit 
28156 \series bold
28157
28158 \backslash
28159 shadowsize
28160 \series default
28161  festgelegt.
28162  Mit dem TeX-Code-Befehl
28163 \end_layout
28164
28165 \begin_layout Standard
28166
28167 \series bold
28168
28169 \backslash
28170 setlength{
28171 \backslash
28172 shadowsize}{2pt}
28173 \end_layout
28174
28175 \begin_layout Standard
28176 wird er für die folgende Box auf 2
28177 \begin_inset space \thinspace{}
28178 \end_inset
28179
28180 pt festgelegt.
28181 \end_layout
28182
28183 \begin_layout Standard
28184 \begin_inset ERT
28185 status collapsed
28186
28187 \begin_layout Plain Layout
28188
28189
28190 \backslash
28191 setlength{
28192 \backslash
28193 shadowsize}{2pt}
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \begin_inset Box Shadowbox
28200 position "c"
28201 hor_pos "c"
28202 has_inner_box 1
28203 inner_pos "c"
28204 use_parbox 0
28205 width "25col%"
28206 special "none"
28207 height "1in"
28208 height_special "totalheight"
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212 \align center
28213 Schattierte Box mit 
28214 \series bold
28215
28216 \backslash
28217 shadowsize
28218 \series default
28219
28220 \begin_inset space \thinspace{}
28221 \end_inset
28222
28223 =
28224 \begin_inset space \thinspace{}
28225 \end_inset
28226
28227 2
28228 \begin_inset space \thinspace{}
28229 \end_inset
28230
28231 pt
28232 \end_layout
28233
28234 \end_inset
28235
28236
28237 \begin_inset ERT
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241
28242
28243 \backslash
28244 setlength{
28245 \backslash
28246 shadowsize}{4pt}
28247 \end_layout
28248
28249 \end_inset
28250
28251
28252 \end_layout
28253
28254 \begin_layout Standard
28255 \noindent
28256 \begin_inset VSpace bigskip
28257 \end_inset
28258
28259 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
28260  folgen.
28261 \end_layout
28262
28263 \begin_layout Section
28264 Minipage
28265 \begin_inset CommandInset label
28266 LatexCommand label
28267 name "abs:Minipage"
28268
28269 \end_inset
28270
28271
28272 \begin_inset Index
28273 status collapsed
28274
28275 \begin_layout Plain Layout
28276 Boxen ! Minipage
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Standard
28285 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28286  deshalb unter anderem eigene Fußnoten haben.
28287 \end_layout
28288
28289 \begin_layout Standard
28290 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28291 \end_layout
28292
28293 \begin_layout Standard
28294 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28295  Ihre Breite ist 45 Spaltenbreite
28296 \begin_inset space ~
28297 \end_inset
28298
28299 %, und sie sind durch einen 
28300 \family sans
28301 HFill
28302 \family default
28303  getrennt (
28304 \family sans
28305 Einfügen\SpecialChar \menuseparator
28306 Formatierung\SpecialChar \menuseparator
28307 Variabler
28308 \begin_inset space ~
28309 \end_inset
28310
28311 horiz.
28312 \begin_inset space ~
28313 \end_inset
28314
28315 Abstand
28316 \family default
28317 ).
28318 \end_layout
28319
28320 \begin_layout Standard
28321 \noindent
28322 \begin_inset Box Frameless
28323 position "t"
28324 hor_pos "c"
28325 has_inner_box 1
28326 inner_pos "c"
28327 use_parbox 0
28328 width "45col%"
28329 special "none"
28330 height "1in"
28331 height_special "totalheight"
28332 status open
28333
28334 \begin_layout Plain Layout
28335 Dies ist ein deutscher Text.
28336  Dies ist ein deutscher Text.
28337  Dies ist ein deutscher Text.
28338  Dies ist ein deutscher Text.
28339  Dies ist ein deutscher Text.
28340  Dies ist ein deutscher Text.
28341  Dies ist ein deutscher Text.
28342  Dies ist ein deutscher Text.
28343  Dies ist ein deutscher Text.
28344  Dies ist ein deutscher Text.
28345  Dies ist ein deutscher Text.
28346  Dies ist ein deutscher Text.
28347  Dies ist ein deutscher Text
28348 \begin_inset Foot
28349 status open
28350
28351 \begin_layout Plain Layout
28352 Dies ist eine deutsche Fußnote.
28353 \end_layout
28354
28355 \end_inset
28356
28357 .
28358  Dies ist ein deutscher Text.
28359  Dies ist ein deutscher Text.
28360 \end_layout
28361
28362 \end_inset
28363
28364
28365 \begin_inset space \hfill{}
28366 \end_inset
28367
28368
28369 \begin_inset Box Frameless
28370 position "t"
28371 hor_pos "c"
28372 has_inner_box 1
28373 inner_pos "c"
28374 use_parbox 0
28375 width "45col%"
28376 special "none"
28377 height "1in"
28378 height_special "totalheight"
28379 status open
28380
28381 \begin_layout Plain Layout
28382
28383 \lang english
28384 This is an English Text.
28385  This is an English Text.
28386  This is an English Text.
28387  This is an English Text.
28388  This is an English Text.
28389  This is an English Text.
28390  This is an English Text.
28391  This is an English Text.
28392  This is an English Text.
28393  This is an English Text.
28394  This is an English Text.
28395  This is an English Text.
28396  This is an English Text.
28397  This is an English Text.
28398  This is an English Text.
28399  This is an English Text.
28400 \begin_inset Foot
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404
28405 \lang english
28406 This is an English footnote.
28407 \end_layout
28408
28409 \end_inset
28410
28411  This is an English Text.
28412  
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \begin_layout Standard
28421 \noindent
28422 \begin_inset VSpace bigskip
28423 \end_inset
28424
28425 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28426  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28427  auf der die Tabelle gedruckt wird: 
28428 \begin_inset Tabular
28429 <lyxtabular version="3" rows="3" columns="4">
28430 <features>
28431 <column alignment="center" valignment="top" width="0pt">
28432 <column alignment="center" valignment="top" width="0pt">
28433 <column alignment="center" valignment="top" width="0pt">
28434 <column alignment="center" valignment="top" width="0pt">
28435 <row>
28436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28437 \begin_inset Text
28438
28439 \begin_layout Plain Layout
28440 1
28441 \end_layout
28442
28443 \end_inset
28444 </cell>
28445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28446 \begin_inset Text
28447
28448 \begin_layout Plain Layout
28449 2
28450 \end_layout
28451
28452 \end_inset
28453 </cell>
28454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28455 \begin_inset Text
28456
28457 \begin_layout Plain Layout
28458 3
28459 \begin_inset Foot
28460 status collapsed
28461
28462 \begin_layout Plain Layout
28463 Dies ist eine Fußnote in einer Tabelle.
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \end_layout
28470
28471 \end_inset
28472 </cell>
28473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28474 \begin_inset Text
28475
28476 \begin_layout Plain Layout
28477 4
28478 \end_layout
28479
28480 \end_inset
28481 </cell>
28482 </row>
28483 <row>
28484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28485 \begin_inset Text
28486
28487 \begin_layout Plain Layout
28488 a
28489 \end_layout
28490
28491 \end_inset
28492 </cell>
28493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28494 \begin_inset Text
28495
28496 \begin_layout Plain Layout
28497 b
28498 \end_layout
28499
28500 \end_inset
28501 </cell>
28502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28503 \begin_inset Text
28504
28505 \begin_layout Plain Layout
28506 c
28507 \end_layout
28508
28509 \end_inset
28510 </cell>
28511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28512 \begin_inset Text
28513
28514 \begin_layout Plain Layout
28515 d
28516 \end_layout
28517
28518 \end_inset
28519 </cell>
28520 </row>
28521 <row>
28522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28523 \begin_inset Text
28524
28525 \begin_layout Plain Layout
28526 e
28527 \end_layout
28528
28529 \end_inset
28530 </cell>
28531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535 f
28536 \end_layout
28537
28538 \end_inset
28539 </cell>
28540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28541 \begin_inset Text
28542
28543 \begin_layout Plain Layout
28544 g
28545 \end_layout
28546
28547 \end_inset
28548 </cell>
28549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28550 \begin_inset Text
28551
28552 \begin_layout Plain Layout
28553 h
28554 \end_layout
28555
28556 \end_inset
28557 </cell>
28558 </row>
28559 </lyxtabular>
28560
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \begin_layout Standard
28567 \noindent
28568 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28569  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28570  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28571  außerhalb.
28572 \end_layout
28573
28574 \begin_layout Standard
28575 \align center
28576 \begin_inset Box Frameless
28577 position "t"
28578 hor_pos "c"
28579 has_inner_box 1
28580 inner_pos "c"
28581 use_parbox 0
28582 width "30col%"
28583 special "none"
28584 height "1in"
28585 height_special "totalheight"
28586 status open
28587
28588 \begin_layout Plain Layout
28589 \align center
28590 \begin_inset Tabular
28591 <lyxtabular version="3" rows="3" columns="4">
28592 <features>
28593 <column alignment="center" valignment="top" width="0pt">
28594 <column alignment="center" valignment="top" width="0pt">
28595 <column alignment="center" valignment="top" width="0pt">
28596 <column alignment="center" valignment="top" width="0pt">
28597 <row>
28598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28599 \begin_inset Text
28600
28601 \begin_layout Plain Layout
28602 1
28603 \end_layout
28604
28605 \end_inset
28606 </cell>
28607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28608 \begin_inset Text
28609
28610 \begin_layout Plain Layout
28611 2
28612 \end_layout
28613
28614 \end_inset
28615 </cell>
28616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28617 \begin_inset Text
28618
28619 \begin_layout Plain Layout
28620 3
28621 \begin_inset Foot
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625 Dies ist eine Fußnote in einer Tabelle.
28626 \end_layout
28627
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \end_inset
28634 </cell>
28635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Plain Layout
28639 4
28640 \end_layout
28641
28642 \end_inset
28643 </cell>
28644 </row>
28645 <row>
28646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28647 \begin_inset Text
28648
28649 \begin_layout Plain Layout
28650 a
28651 \end_layout
28652
28653 \end_inset
28654 </cell>
28655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28656 \begin_inset Text
28657
28658 \begin_layout Plain Layout
28659 b
28660 \end_layout
28661
28662 \end_inset
28663 </cell>
28664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28665 \begin_inset Text
28666
28667 \begin_layout Plain Layout
28668 c
28669 \end_layout
28670
28671 \end_inset
28672 </cell>
28673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28674 \begin_inset Text
28675
28676 \begin_layout Plain Layout
28677 d
28678 \end_layout
28679
28680 \end_inset
28681 </cell>
28682 </row>
28683 <row>
28684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28685 \begin_inset Text
28686
28687 \begin_layout Plain Layout
28688 e
28689 \end_layout
28690
28691 \end_inset
28692 </cell>
28693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28694 \begin_inset Text
28695
28696 \begin_layout Plain Layout
28697 f
28698 \end_layout
28699
28700 \end_inset
28701 </cell>
28702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28703 \begin_inset Text
28704
28705 \begin_layout Plain Layout
28706 g
28707 \end_layout
28708
28709 \end_inset
28710 </cell>
28711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28712 \begin_inset Text
28713
28714 \begin_layout Plain Layout
28715 h
28716 \end_layout
28717
28718 \end_inset
28719 </cell>
28720 </row>
28721 </lyxtabular>
28722
28723 \end_inset
28724
28725
28726 \end_layout
28727
28728 \end_inset
28729
28730
28731 \end_layout
28732
28733 \begin_layout Standard
28734 \begin_inset VSpace bigskip
28735 \end_inset
28736
28737 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28738  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28739  Absätze nicht eingerückt werden, obwohl Sie das in 
28740 \family sans
28741 Dokument
28742 \family default
28743 \SpecialChar \menuseparator
28744
28745 \family sans
28746 Einstellun\SpecialChar \-
28747 gen\SpecialChar \menuseparator
28748 Textformat
28749 \family default
28750  festgelegt haben.
28751  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
28752  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code-Befehl
28753  
28754 \series bold
28755
28756 \backslash
28757 hspace*{1em}
28758 \series default
28759 .
28760 \end_layout
28761
28762 \begin_layout Standard
28763 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
28764  zu verpassen, siehe Abschnitt
28765 \begin_inset space ~
28766 \end_inset
28767
28768
28769 \begin_inset CommandInset ref
28770 LatexCommand ref
28771 reference "uab:Farbe-für-Absätze"
28772
28773 \end_inset
28774
28775 .
28776 \end_layout
28777
28778 \begin_layout Standard
28779 \begin_inset Note Greyedout
28780 status open
28781
28782 \begin_layout Plain Layout
28783
28784 \series bold
28785 Bemerkung:
28786 \series default
28787  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
28788  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \begin_layout Section
28797 Parbox
28798 \begin_inset CommandInset label
28799 LatexCommand label
28800 name "abs:Parbox"
28801
28802 \end_inset
28803
28804
28805 \begin_inset Index
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809 Boxen ! Parbox
28810 \end_layout
28811
28812 \end_inset
28813
28814
28815 \end_layout
28816
28817 \begin_layout Standard
28818 Parbox ist eine Abkürzung für 
28819 \begin_inset Quotes gld
28820 \end_inset
28821
28822 paragraph box
28823 \begin_inset Quotes grd
28824 \end_inset
28825
28826 , was Absatzbox bedeutet.
28827  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
28828  Parboxen einige Einschränkungen.
28829  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
28830  gedruckt.:
28831 \end_layout
28832
28833 \begin_layout Standard
28834 \align center
28835 \begin_inset Box Frameless
28836 position "t"
28837 hor_pos "c"
28838 has_inner_box 1
28839 inner_pos "t"
28840 use_parbox 1
28841 width "33col%"
28842 special "none"
28843 height "1in"
28844 height_special "totalheight"
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848 Dies ist Text in einer Parbox.
28849  Dies ist Text in einer Parbox.
28850 \end_layout
28851
28852 \begin_layout Plain Layout
28853 Diese Fußnote wird nicht gedruckt:
28854 \begin_inset Foot
28855 status collapsed
28856
28857 \begin_layout Plain Layout
28858 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
28859 \end_layout
28860
28861 \end_inset
28862
28863
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Standard
28872 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
28873  und Theoreme enthalten.
28874 \end_layout
28875
28876 \begin_layout Section
28877 Boxen für Worte und Buchstaben
28878 \begin_inset Index
28879 status collapsed
28880
28881 \begin_layout Plain Layout
28882 Boxen ! für Buchstaben
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Subsection
28891 Silbentrennung unterbinden 
28892 \begin_inset CommandInset label
28893 LatexCommand label
28894 name "abs:Silbentrennung-unterbinden"
28895
28896 \end_inset
28897
28898
28899 \begin_inset Index
28900 status collapsed
28901
28902 \begin_layout Plain Layout
28903 Boxen ! zur Vermeidung von Silbentrennung
28904 \end_layout
28905
28906 \end_inset
28907
28908
28909 \end_layout
28910
28911 \begin_layout Standard
28912 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
28913 \begin_inset Newline newline
28914 \end_inset
28915
28916 Hier ist ein Beispiel: 
28917 \end_layout
28918
28919 \begin_layout Standard
28920 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
28921 \begin_inset Quotes gld
28922 \end_inset
28923
28924 einsehrsehrsehrlangeswort
28925 \begin_inset Quotes grd
28926 \end_inset
28927
28928 .
28929 \end_layout
28930
28931 \begin_layout Standard
28932 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
28933  soll, den TeX-Code-Befehl
28934 \end_layout
28935
28936 \begin_layout Standard
28937
28938 \series bold
28939
28940 \backslash
28941 mbox{
28942 \end_layout
28943
28944 \begin_layout Standard
28945 ein TeX-Code, Hinter dem Wort fügen Sie 
28946 \series bold
28947
28948 \begin_inset Quotes gld
28949 \end_inset
28950
28951 }
28952 \series default
28953
28954 \begin_inset Quotes grd
28955 \end_inset
28956
28957  als TeX-Code ein.
28958  Hier ist das Ergebnis:
28959 \end_layout
28960
28961 \begin_layout Standard
28962 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
28963 \begin_inset ERT
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967
28968
28969 \backslash
28970 mbox{
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \begin_inset Quotes gld
28977 \end_inset
28978
28979 einsehrsehrsehrlangeswort
28980 \begin_inset Quotes grd
28981 \end_inset
28982
28983
28984 \begin_inset ERT
28985 status collapsed
28986
28987 \begin_layout Plain Layout
28988
28989 }
28990 \end_layout
28991
28992 \end_inset
28993
28994 .
28995 \end_layout
28996
28997 \begin_layout Standard
28998 Alternativ dazu kann man auch den Befehl 
28999 \begin_inset Quotes gld
29000 \end_inset
29001
29002
29003 \series bold
29004
29005 \backslash
29006 -
29007 \series default
29008
29009 \begin_inset Quotes grd
29010 \end_inset
29011
29012  als TeX-Code direkt vor das Wort setzen:
29013 \end_layout
29014
29015 \begin_layout Standard
29016 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29017 \begin_inset Quotes gld
29018 \end_inset
29019
29020
29021 \begin_inset ERT
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025
29026
29027 \backslash
29028 -
29029 \end_layout
29030
29031 \end_inset
29032
29033 einsehrsehrsehrlangeswort
29034 \begin_inset Quotes grd
29035 \end_inset
29036
29037 .
29038 \end_layout
29039
29040 \begin_layout Standard
29041 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29042  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29043 \series bold
29044 Strg-Eingabe
29045 \series default
29046 ) einfügen: 
29047 \end_layout
29048
29049 \begin_layout Standard
29050 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29051 \begin_inset Newline newline
29052 \end_inset
29053
29054
29055 \begin_inset ERT
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059
29060
29061 \backslash
29062 mbox{
29063 \end_layout
29064
29065 \end_inset
29066
29067
29068 \begin_inset Quotes gld
29069 \end_inset
29070
29071 einsehrsehrsehrlangeswort
29072 \begin_inset Quotes grd
29073 \end_inset
29074
29075
29076 \begin_inset ERT
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080
29081 }
29082 \end_layout
29083
29084 \end_inset
29085
29086 .
29087 \end_layout
29088
29089 \begin_layout Subsection
29090 Vertikale Ausrichtung
29091 \begin_inset CommandInset label
29092 LatexCommand label
29093 name "uab:Vertikale-Ausrichtung"
29094
29095 \end_inset
29096
29097
29098 \begin_inset Index
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102 Boxen ! für Vertikale Ausrichtung
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \begin_inset Index
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112 Boxen ! raisebox
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \end_layout
29119
29120 \begin_layout Standard
29121 Mit dem LaTeX-Befehl 
29122 \series bold
29123
29124 \backslash
29125 raisebox
29126 \series default
29127  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29128 n Textes ausrichten.
29129  
29130 \series bold
29131
29132 \backslash
29133 raisebox
29134 \series default
29135  wird folgendermaßen benutzt:
29136 \end_layout
29137
29138 \begin_layout Standard
29139
29140 \series bold
29141
29142 \backslash
29143 raisebox{Verschiebung}[oben][unten]{Text}
29144 \end_layout
29145
29146 \begin_layout Standard
29147 Positive Werte für Verschiebung
29148 \series bold
29149  
29150 \series default
29151 verschieben die Box nach oben, negative nach unten.
29152  Die beiden optionalen Parameter 
29153 \family typewriter
29154 oben
29155 \family default
29156  und 
29157 \family typewriter
29158 unten
29159 \family default
29160  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29161  hinausgeht, wenn sie nicht verschoben ist.
29162 \end_layout
29163
29164 \begin_layout Standard
29165 Um zum Beispiel das Wort 
29166 \begin_inset Quotes gld
29167 \end_inset
29168
29169 provokant
29170 \begin_inset Quotes grd
29171 \end_inset
29172
29173  mit seinem 
29174 \begin_inset Quotes gld
29175 \end_inset
29176
29177 niedrigsten
29178 \begin_inset Quotes grd
29179 \end_inset
29180
29181  Buchstaben 
29182 \begin_inset Quotes gld
29183 \end_inset
29184
29185 p
29186 \begin_inset Quotes grd
29187 \end_inset
29188
29189  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29190 \end_layout
29191
29192 \begin_layout Standard
29193
29194 \series bold
29195
29196 \backslash
29197 raisebox{
29198 \backslash
29199 depth}{
29200 \end_layout
29201
29202 \begin_layout Standard
29203 vor dem Wort einfügen und 
29204 \begin_inset Quotes gld
29205 \end_inset
29206
29207
29208 \series bold
29209 }
29210 \series default
29211
29212 \begin_inset Quotes grd
29213 \end_inset
29214
29215  als TeX-Code dahinter:
29216 \end_layout
29217
29218 \begin_layout Standard
29219 Dies ist eine Zeile, in der das Wort 
29220 \begin_inset ERT
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224
29225
29226 \backslash
29227 raisebox{
29228 \backslash
29229 depth}{
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \begin_inset Quotes gld
29236 \end_inset
29237
29238 provokant
29239 \begin_inset Quotes grd
29240 \end_inset
29241
29242
29243 \begin_inset ERT
29244 status collapsed
29245
29246 \begin_layout Plain Layout
29247
29248 }
29249 \end_layout
29250
29251 \end_inset
29252
29253  nach oben verschoben wurde.
29254 \end_layout
29255
29256 \begin_layout Standard
29257 \begin_inset VSpace bigskip
29258 \end_inset
29259
29260 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29261  gedehnt:
29262 \end_layout
29263
29264 \begin_layout Standard
29265 Dies ist eine Zeile, in der das Wort 
29266 \begin_inset ERT
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270
29271
29272 \backslash
29273 raisebox{-
29274 \backslash
29275 depth}{
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \begin_inset Quotes gld
29282 \end_inset
29283
29284 provokant
29285 \begin_inset Quotes grd
29286 \end_inset
29287
29288
29289 \begin_inset ERT
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293
29294 }
29295 \end_layout
29296
29297 \end_inset
29298
29299  nach unten verschoben wurde.
29300 \end_layout
29301
29302 \begin_layout Standard
29303 Dies ist eine Zeile, in der das Wort 
29304 \begin_inset ERT
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308
29309
29310 \backslash
29311 raisebox{0.5cm}{
29312 \end_layout
29313
29314 \end_inset
29315
29316
29317 \begin_inset Quotes gld
29318 \end_inset
29319
29320 testen
29321 \begin_inset Quotes grd
29322 \end_inset
29323
29324
29325 \begin_inset ERT
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329
29330 }
29331 \end_layout
29332
29333 \end_inset
29334
29335  um 0.5
29336 \begin_inset space \thinspace{}
29337 \end_inset
29338
29339 cm nach oben verschoben wurde.
29340 \end_layout
29341
29342 \begin_layout Standard
29343 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29344 \end_layout
29345
29346 \begin_layout Standard
29347
29348 \series bold
29349
29350 \backslash
29351 raisebox{-
29352 \backslash
29353 depth}[0pt]{
29354 \end_layout
29355
29356 \begin_layout Standard
29357 Dies ist eine Zeile, in der das Wort 
29358 \begin_inset ERT
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362
29363
29364 \backslash
29365 raisebox{-
29366 \backslash
29367 depth}[0pt]{
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \begin_inset Quotes gld
29374 \end_inset
29375
29376 provokant
29377 \begin_inset Quotes grd
29378 \end_inset
29379
29380
29381 \begin_inset ERT
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385
29386 }
29387 \end_layout
29388
29389 \end_inset
29390
29391  nach unten verschoben wurde.
29392 \end_layout
29393
29394 \begin_layout Standard
29395 Dies ist eine Zeile, in der das Wort 
29396 \begin_inset ERT
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400
29401
29402 \backslash
29403 raisebox{0.5cm}[0pt]{
29404 \end_layout
29405
29406 \end_inset
29407
29408
29409 \begin_inset Quotes gld
29410 \end_inset
29411
29412 testen
29413 \begin_inset Quotes grd
29414 \end_inset
29415
29416
29417 \begin_inset ERT
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421
29422 }
29423 \end_layout
29424
29425 \end_inset
29426
29427  um 0.5
29428 \begin_inset space \thinspace{}
29429 \end_inset
29430
29431 cm nach oben verschoben wurde.
29432  Jetzt überschneiden sich die verschobenen Worte.
29433 \end_layout
29434
29435 \begin_layout Section
29436 Farbige Boxen
29437 \begin_inset CommandInset label
29438 LatexCommand label
29439 name "abs:Farbige-Boxen"
29440
29441 \end_inset
29442
29443
29444 \begin_inset Index
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 Boxen ! farbige
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \begin_layout Subsection
29457 Text-Hintergrundfarbe
29458 \begin_inset Index
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462 Farbe ! für Text-Hintergrund
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \end_layout
29469
29470 \begin_layout Standard
29471 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29472  sogenannten 
29473 \begin_inset Quotes gld
29474 \end_inset
29475
29476 colorbox
29477 \begin_inset Quotes grd
29478 \end_inset
29479
29480  stehen.
29481  Dafür muss das LaTeX-Paket 
29482 \series bold
29483 color
29484 \series default
29485
29486 \begin_inset Index
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 LaTeX-Pakete ! color
29491 \end_layout
29492
29493 \end_inset
29494
29495  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29496 \end_layout
29497
29498 \begin_layout Standard
29499
29500 \series bold
29501
29502 \backslash
29503 @ifundef\SpecialChar \textcompwordmark{}
29504 ined{textcolor}
29505 \begin_inset Newline newline
29506 \end_inset
29507
29508
29509 \begin_inset ERT
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513
29514
29515 \backslash
29516 hphantom{ }
29517 \end_layout
29518
29519 \end_inset
29520
29521 {
29522 \backslash
29523 usepackage{color}}{}
29524 \end_layout
29525
29526 \begin_layout Standard
29527 Wenn Sie Text einfärben, lädt LyX das Paket 
29528 \series bold
29529 color
29530 \series default
29531  automatisch.
29532 \begin_inset Foot
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536 Der Befehl 
29537 \series bold
29538
29539 \backslash
29540 @ifundef\SpecialChar \textcompwordmark{}
29541 ined
29542 \series default
29543  vermeidet, dass es in diesem Fall doppelt geladen wird.
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \begin_layout Standard
29552 \begin_inset VSpace medskip
29553 \end_inset
29554
29555 Colorboxen werden mit dem Befehl 
29556 \series bold
29557
29558 \backslash
29559 colorbox
29560 \series default
29561  erzeugt:
29562 \end_layout
29563
29564 \begin_layout Standard
29565
29566 \series bold
29567
29568 \backslash
29569 colorbox{Farbe}{Boxinhalt}
29570 \end_layout
29571
29572 \begin_layout Standard
29573 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29574  Boxen sein.
29575 \end_layout
29576
29577 \begin_layout Standard
29578 Die folgenden Farben sind vordefiniert (
29579 \begin_inset Graphics
29580         filename ../../images/dialog-show_character.png
29581         scale 70
29582         scaleBeforeRotation
29583         BoundingBox 0bp 0bp 22bp 22bp
29584
29585 \end_inset
29586
29587 \SpecialChar \menuseparator
29588
29589 \family sans
29590 Farbe
29591 \family default
29592 ):
29593 \family sans
29594  schwarz
29595 \family default
29596
29597 \family sans
29598 wei
29599 \family default
29600 ß, 
29601 \family sans
29602 rot
29603 \family default
29604 \series bold
29605 ,
29606 \series default
29607  
29608 \family sans
29609 grün
29610 \family default
29611
29612 \family sans
29613 blau
29614 \family default
29615
29616 \family sans
29617 türkis
29618 \family default
29619
29620 \family sans
29621 purpurrot
29622 \family default
29623  und 
29624 \family sans
29625 gelb
29626 \family default
29627 .
29628 \end_layout
29629
29630 \begin_layout Standard
29631 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29632 \begin_inset space ~
29633 \end_inset
29634
29635
29636 \begin_inset CommandInset ref
29637 LatexCommand ref
29638 reference "abs:Farbige-Tabellen"
29639
29640 \end_inset
29641
29642  beschrieben.
29643 \end_layout
29644
29645 \begin_layout Standard
29646 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29647  den TeX-Code-Befehl
29648 \end_layout
29649
29650 \begin_layout Standard
29651
29652 \series bold
29653
29654 \backslash
29655 colorbox{red}{
29656 \end_layout
29657
29658 \begin_layout Standard
29659 vor dem Wort ein.
29660  Hinter dem Wort fügen Sie 
29661 \series bold
29662
29663 \begin_inset Quotes gld
29664 \end_inset
29665
29666 }
29667 \series default
29668
29669 \begin_inset Quotes grd
29670 \end_inset
29671
29672  als TeX-Code ein.
29673  Hier ist das Ergebnis:
29674 \end_layout
29675
29676 \begin_layout Standard
29677 In dieser Zeile hat 
29678 \begin_inset ERT
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682
29683
29684 \backslash
29685 colorbox{red}{
29686 \end_layout
29687
29688 \end_inset
29689
29690 Achtung!
29691 \begin_inset ERT
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695
29696 }
29697 \end_layout
29698
29699 \end_inset
29700
29701  einen roten Hintergrund.
29702 \end_layout
29703
29704 \begin_layout Standard
29705 \begin_inset VSpace bigskip
29706 \end_inset
29707
29708 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29709  
29710 \series bold
29711
29712 \backslash
29713 fcolorbox
29714 \series default
29715  verwenden:
29716 \end_layout
29717
29718 \begin_layout Standard
29719
29720 \series bold
29721
29722 \backslash
29723 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29724 \end_layout
29725
29726 \begin_layout Standard
29727
29728 \series bold
29729
29730 \backslash
29731 fcolorbox
29732 \series default
29733  ist eine Erweiterung von 
29734 \series bold
29735
29736 \backslash
29737 colorbox
29738 \series default
29739 .
29740  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29741  
29742 \series bold
29743
29744 \backslash
29745 fboxrule
29746 \series default
29747  und 
29748 \series bold
29749
29750 \backslash
29751 fboxsep
29752 \series default
29753  gesteuert werden, wie in Abschnitt
29754 \begin_inset space ~
29755 \end_inset
29756
29757
29758 \begin_inset CommandInset ref
29759 LatexCommand ref
29760 reference "abs:Gerahmte-Boxen"
29761
29762 \end_inset
29763
29764  beschrieben.
29765 \end_layout
29766
29767 \begin_layout Standard
29768 Für das folgende Beispiel wurde der Befehl
29769 \end_layout
29770
29771 \begin_layout Standard
29772
29773 \series bold
29774
29775 \backslash
29776 fcolorbox{cyan}{magenta}{
29777 \end_layout
29778
29779 \begin_layout Standard
29780 benutzt.
29781  Hier wurden die Rahmendicke und der Abstand auf 1
29782 \begin_inset space \thinspace{}
29783 \end_inset
29784
29785 mm gesetzt:
29786 \begin_inset Newline newline
29787 \end_inset
29788
29789
29790 \begin_inset ERT
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794
29795
29796 \backslash
29797 fboxrule 1mm 
29798 \backslash
29799 fboxsep 1mm
29800 \end_layout
29801
29802 \end_inset
29803
29804
29805 \begin_inset ERT
29806 status collapsed
29807
29808 \begin_layout Plain Layout
29809
29810
29811 \backslash
29812 fcolorbox{cyan}{green}{
29813 \end_layout
29814
29815 \end_inset
29816
29817 Dies ist Text in einer farbigen, gerahmten Box.
29818 \begin_inset ERT
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822
29823 }
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \end_layout
29830
29831 \begin_layout Standard
29832 \begin_inset VSpace bigskip
29833 \end_inset
29834
29835 Natürlich gibt es auch farbigen Text in einer Colorbox:
29836 \begin_inset Newline newline
29837 \end_inset
29838
29839
29840 \begin_inset ERT
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844
29845
29846 \backslash
29847 fcolorbox{cyan}{green}{
29848 \end_layout
29849
29850 \end_inset
29851
29852
29853 \color yellow
29854 Dies ist farbiger Text in einer farbigen, gerahmten Box.
29855 \color none
29856
29857 \begin_inset ERT
29858 status collapsed
29859
29860 \begin_layout Plain Layout
29861
29862 }
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \begin_inset ERT
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872
29873
29874 \backslash
29875 fboxrule 0.4pt 
29876 \backslash
29877 fboxsep 3pt
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Standard
29886 \begin_inset VSpace bigskip
29887 \end_inset
29888
29889
29890 \end_layout
29891
29892 \begin_layout Standard
29893 \begin_inset Note Greyedout
29894 status open
29895
29896 \begin_layout Plain Layout
29897 \noindent
29898
29899 \series bold
29900 Bemerkung:
29901 \series default
29902  Text in Colorboxen kann nicht umgebrochen werden.
29903  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
29904  wie im folgenden beschrieben.
29905 \end_layout
29906
29907 \end_inset
29908
29909
29910 \end_layout
29911
29912 \begin_layout Subsection
29913 Farbe für Absätze
29914 \begin_inset CommandInset label
29915 LatexCommand label
29916 name "uab:Farbe-für-Absätze"
29917
29918 \end_inset
29919
29920
29921 \begin_inset Index
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925 Farbe ! für Absätze
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \end_layout
29932
29933 \begin_layout Standard
29934 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
29935  den Text in eine Minipage stellen.
29936  Vor der Minipage fügen Sie den TeX-Code-Befehl
29937 \end_layout
29938
29939 \begin_layout Standard
29940
29941 \series bold
29942
29943 \backslash
29944 colorbox{color}{
29945 \end_layout
29946
29947 \begin_layout Standard
29948 ein.
29949  Hinter der Minipage fügen Sie 
29950 \series bold
29951
29952 \begin_inset Quotes gld
29953 \end_inset
29954
29955 }
29956 \series default
29957
29958 \begin_inset Quotes grd
29959 \end_inset
29960
29961  als TeX-Code ein.
29962 \end_layout
29963
29964 \begin_layout Standard
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970
29971 \backslash
29972 colorbox{hellgrau}{
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \begin_inset Box Frameless
29979 position "t"
29980 hor_pos "c"
29981 has_inner_box 1
29982 inner_pos "t"
29983 use_parbox 0
29984 width "100col%"
29985 special "none"
29986 height "1in"
29987 height_special "totalheight"
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991 Dies ist Text mit einer Hintergrundfarbe.
29992  Dies ist Text mit einer Hintergrundfarbe.
29993 \end_layout
29994
29995 \begin_layout Plain Layout
29996 Der Text kann Fußnoten
29997 \begin_inset Foot
29998 status open
29999
30000 \begin_layout Plain Layout
30001 Eine weitere Fußnote
30002 \end_layout
30003
30004 \end_inset
30005
30006  und Tabellen und Abbildungen enthalten.
30007 \end_layout
30008
30009 \begin_layout Plain Layout
30010 \align center
30011 \begin_inset Tabular
30012 <lyxtabular version="3" rows="3" columns="3">
30013 <features>
30014 <column alignment="center" valignment="top" width="0">
30015 <column alignment="center" valignment="top" width="0">
30016 <column alignment="center" valignment="top" width="0">
30017 <row>
30018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30019 \begin_inset Text
30020
30021 \begin_layout Plain Layout
30022 a
30023 \end_layout
30024
30025 \end_inset
30026 </cell>
30027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30028 \begin_inset Text
30029
30030 \begin_layout Plain Layout
30031 !
30032 \end_layout
30033
30034 \end_inset
30035 </cell>
30036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30037 \begin_inset Text
30038
30039 \begin_layout Plain Layout
30040 3
30041 \end_layout
30042
30043 \end_inset
30044 </cell>
30045 </row>
30046 <row>
30047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30048 \begin_inset Text
30049
30050 \begin_layout Plain Layout
30051 <
30052 \end_layout
30053
30054 \end_inset
30055 </cell>
30056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30057 \begin_inset Text
30058
30059 \begin_layout Plain Layout
30060 b2
30061 \begin_inset Quotes erd
30062 \end_inset
30063
30064 |
30065 \end_layout
30066
30067 \end_inset
30068 </cell>
30069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30070 \begin_inset Text
30071
30072 \begin_layout Plain Layout
30073 >
30074 \end_layout
30075
30076 \end_inset
30077 </cell>
30078 </row>
30079 <row>
30080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30081 \begin_inset Text
30082
30083 \begin_layout Plain Layout
30084 1
30085 \end_layout
30086
30087 \end_inset
30088 </cell>
30089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30090 \begin_inset Text
30091
30092 \begin_layout Plain Layout
30093 §
30094 \end_layout
30095
30096 \end_inset
30097 </cell>
30098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30099 \begin_inset Text
30100
30101 \begin_layout Plain Layout
30102 c
30103 \end_layout
30104
30105 \end_inset
30106 </cell>
30107 </row>
30108 </lyxtabular>
30109
30110 \end_inset
30111
30112
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \begin_inset ERT
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122
30123 }
30124 \end_layout
30125
30126 \end_inset
30127
30128
30129 \end_layout
30130
30131 \begin_layout Section
30132 Rotierte und skalierte Boxen
30133 \end_layout
30134
30135 \begin_layout Standard
30136 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30137 \series bold
30138 graphicx
30139 \series default
30140
30141 \begin_inset Index
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145 LaTeX-Pakete ! graphicx
30146 \end_layout
30147
30148 \end_inset
30149
30150  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30151 \end_layout
30152
30153 \begin_layout Standard
30154
30155 \series bold
30156
30157 \backslash
30158 @ifundefined{rotatebox}
30159 \begin_inset Newline newline
30160 \end_inset
30161
30162
30163 \begin_inset ERT
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167
30168
30169 \backslash
30170 hphantom{ }
30171 \end_layout
30172
30173 \end_inset
30174
30175 {
30176 \backslash
30177 usepackage{graphicx}}{}
30178 \end_layout
30179
30180 \begin_layout Standard
30181 \begin_inset Note Greyedout
30182 status open
30183
30184 \begin_layout Plain Layout
30185
30186 \series bold
30187 Bemerkung:
30188 \series default
30189  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30190  darstellen.
30191  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30192 \end_layout
30193
30194 \end_inset
30195
30196
30197 \end_layout
30198
30199 \begin_layout Standard
30200 \begin_inset Note Greyedout
30201 status open
30202
30203 \begin_layout Plain Layout
30204
30205 \series bold
30206 Bemerkung:
30207 \series default
30208  Gleitobjekte dürfen nicht in eine rotiere oder skaliere Box gesetzt werden.
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \end_layout
30215
30216 \begin_layout Subsection
30217 Rotierte Boxen
30218 \begin_inset Index
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222 Boxen ! rotierte
30223 \end_layout
30224
30225 \end_inset
30226
30227
30228 \begin_inset Index
30229 status collapsed
30230
30231 \begin_layout Plain Layout
30232 Rotiertes Material
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \begin_inset Index
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 Abbildungen ! rotierte
30243 \end_layout
30244
30245 \end_inset
30246
30247
30248 \begin_inset Index
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252 Tabellen ! rotierte
30253 \end_layout
30254
30255 \end_inset
30256
30257
30258 \end_layout
30259
30260 \begin_layout Standard
30261 Um Text zu drehen, verwendet man den Befehl 
30262 \series bold
30263
30264 \backslash
30265 rotatebox
30266 \series default
30267  im TeX-Code nach folgendem Schema:
30268 \end_layout
30269
30270 \begin_layout Standard
30271
30272 \series bold
30273
30274 \backslash
30275 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30276 \end_layout
30277
30278 \begin_layout Standard
30279 Der Drehpunkt wird mit 
30280 \series bold
30281 origin=Position
30282 \series default
30283  angegeben.
30284  Folgende Positionen sind möglich: 
30285 \emph on
30286 c
30287 \emph default
30288  (mittig), 
30289 \emph on
30290 l
30291 \emph default
30292  (links), 
30293 \emph on
30294 r
30295 \emph default
30296  (rechts), 
30297 \emph on
30298 b
30299 \emph default
30300  (unten), 
30301 \emph on
30302 t
30303 \emph default
30304  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30305  Z.
30306 \begin_inset space \thinspace{}
30307 \end_inset
30308
30309 B.
30310  bedeutet 
30311 \emph on
30312 lt
30313 \emph default
30314 , dass sich der Drehpunkt links oben befindet.
30315  Wird kein Drehpunkt angegeben, wird die Position 
30316 \emph on
30317 l
30318 \emph default
30319  verwendet.
30320  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30321  Gedreht wird gegen den Uhrzeigersinn.
30322 \end_layout
30323
30324 \begin_layout Standard
30325 Im folgenden Beispiel wurde vor dem Text der Befehl 
30326 \series bold
30327
30328 \backslash
30329 rotatebox[origin=c]{60}{
30330 \series default
30331  im TeX-Modus eingegeben.
30332  Nach dem Text wurde die schließende Klammer 
30333 \series bold
30334 }
30335 \series default
30336  wiederum im TeX-Modus eingegeben.
30337 \end_layout
30338
30339 \begin_layout Standard
30340 Dies ist eine Zeile 
30341 \begin_inset ERT
30342 status collapsed
30343
30344 \begin_layout Plain Layout
30345
30346
30347 \backslash
30348 rotatebox[origin=c]{60}{
30349 \end_layout
30350
30351 \end_inset
30352
30353 mit rotiertem
30354 \begin_inset ERT
30355 status collapsed
30356
30357 \begin_layout Plain Layout
30358
30359 }
30360 \end_layout
30361
30362 \end_inset
30363
30364  Text.
30365 \end_layout
30366
30367 \begin_layout Standard
30368 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30369 \end_layout
30370
30371 \begin_layout Standard
30372 Dies ist eine Zeile 
30373 \begin_inset ERT
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377
30378
30379 \backslash
30380 rotatebox[origin=r]{-60}{
30381 \end_layout
30382
30383 \end_inset
30384
30385
30386 \begin_inset Box Doublebox
30387 position "c"
30388 hor_pos "c"
30389 has_inner_box 0
30390 inner_pos "c"
30391 use_parbox 0
30392 width "1in"
30393 special "width"
30394 height "1in"
30395 height_special "totalheight"
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399 mit rotiertem
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \begin_inset ERT
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409
30410 }
30411 \end_layout
30412
30413 \end_inset
30414
30415  umrandeten Text 
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421
30422 \backslash
30423 rotatebox[origin=lb]{60}{
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30430 \end_inset
30431
30432
30433 \begin_inset ERT
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437
30438 }
30439 \end_layout
30440
30441 \end_inset
30442
30443  und einer Formel.
30444 \end_layout
30445
30446 \begin_layout Standard
30447 oder ein Bild oder Tabelle:
30448 \end_layout
30449
30450 \begin_layout Standard
30451 Dies ist eine Zeile 
30452 \begin_inset ERT
30453 status collapsed
30454
30455 \begin_layout Plain Layout
30456
30457
30458 \backslash
30459 rotatebox[origin=lb]{90}{
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \begin_inset Graphics
30466         filename ../clipart/platypus.eps
30467         lyxscale 50
30468         width 25col%
30469
30470 \end_inset
30471
30472
30473 \begin_inset ERT
30474 status collapsed
30475
30476 \begin_layout Plain Layout
30477
30478 }
30479 \end_layout
30480
30481 \end_inset
30482
30483  mit einem rotierten Bild 
30484 \begin_inset ERT
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488
30489
30490 \backslash
30491 rotatebox[origin=l]{-90}{
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \begin_inset Tabular
30498 <lyxtabular version="3" rows="2" columns="2">
30499 <features>
30500 <column alignment="center" valignment="top" width="0">
30501 <column alignment="center" valignment="top" width="0">
30502 <row>
30503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30504 \begin_inset Text
30505
30506 \begin_layout Plain Layout
30507 q
30508 \end_layout
30509
30510 \end_inset
30511 </cell>
30512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30513 \begin_inset Text
30514
30515 \begin_layout Plain Layout
30516 w
30517 \end_layout
30518
30519 \end_inset
30520 </cell>
30521 </row>
30522 <row>
30523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30524 \begin_inset Text
30525
30526 \begin_layout Plain Layout
30527 e
30528 \end_layout
30529
30530 \end_inset
30531 </cell>
30532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30533 \begin_inset Text
30534
30535 \begin_layout Plain Layout
30536 r
30537 \end_layout
30538
30539 \end_inset
30540 </cell>
30541 </row>
30542 </lyxtabular>
30543
30544 \end_inset
30545
30546
30547 \begin_inset ERT
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551
30552 }
30553 \end_layout
30554
30555 \end_inset
30556
30557  und Tabelle.
30558 \end_layout
30559
30560 \begin_layout Subsection
30561 Skalierte Boxen
30562 \begin_inset Index
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566 Boxen ! skalierte
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \begin_inset Index
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576 Skaliertes Material
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \begin_inset Index
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586 Abbildungen ! skalierte
30587 \end_layout
30588
30589 \end_inset
30590
30591
30592 \begin_inset Index
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596 Tabellen ! skalierte
30597 \end_layout
30598
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \begin_layout Standard
30605 Um Text zu skalieren, kann man die Befehle 
30606 \series bold
30607
30608 \backslash
30609 scalebox
30610 \series default
30611  und 
30612 \series bold
30613
30614 \backslash
30615 resizebox
30616 \series default
30617  im TeX-Modus verwenden.
30618 \end_layout
30619
30620 \begin_layout Standard
30621
30622 \series bold
30623
30624 \backslash
30625 scalebox
30626 \series default
30627  wird nach folgendem Schema verwendet:
30628 \end_layout
30629
30630 \begin_layout Standard
30631
30632 \series bold
30633
30634 \backslash
30635 scalebox{horizontal}[vertikal]{Boxinhalt}
30636 \end_layout
30637
30638 \begin_layout Standard
30639 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30640  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30641  verwendet.
30642 \end_layout
30643
30644 \begin_layout Standard
30645 Z.
30646 \begin_inset space \thinspace{}
30647 \end_inset
30648
30649 B.
30650  ergibt der Befehl 
30651 \series bold
30652
30653 \backslash
30654 scalebox{2}{Hallo}
30655 \series default
30656  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30657 \begin_inset ERT
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661
30662
30663 \backslash
30664 scalebox{2}{
30665 \end_layout
30666
30667 \end_inset
30668
30669 Hallo
30670 \begin_inset ERT
30671 status collapsed
30672
30673 \begin_layout Plain Layout
30674
30675 }
30676 \end_layout
30677
30678 \end_inset
30679
30680 .
30681 \end_layout
30682
30683 \begin_layout Standard
30684
30685 \series bold
30686
30687 \backslash
30688 scalebox{2}[1]{Hallo}
30689 \series default
30690  verzerrt hingegen das 
30691 \begin_inset ERT
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695
30696
30697 \backslash
30698 scalebox{2}[1]{
30699 \end_layout
30700
30701 \end_inset
30702
30703 Hallo
30704 \begin_inset ERT
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708
30709 }
30710 \end_layout
30711
30712 \end_inset
30713
30714 .
30715 \end_layout
30716
30717 \begin_layout Standard
30718 Die Skalierungsfaktoren dürfen auch negativ sein.
30719  In diesem Fall wird der Boxinhalt gespiegelt.
30720 \end_layout
30721
30722 \begin_layout Standard
30723 Daher lässt sich mit dem Befehl 
30724 \series bold
30725
30726 \backslash
30727 scalebox{-1}[1]{Hallo}
30728 \series default
30729  Spiegelschrift erstellen: 
30730 \begin_inset ERT
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734
30735
30736 \backslash
30737 scalebox{-1}[1]{
30738 \end_layout
30739
30740 \end_inset
30741
30742 Hallo
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748 }
30749 \end_layout
30750
30751 \end_inset
30752
30753
30754 \end_layout
30755
30756 \begin_layout Standard
30757
30758 \series bold
30759
30760 \backslash
30761 scalebox{1}[-1]{Hallo}
30762 \series default
30763  spiegelt das 
30764 \begin_inset ERT
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768
30769
30770 \backslash
30771 scalebox{1}[-1]{
30772 \end_layout
30773
30774 \end_inset
30775
30776 Hallo
30777 \begin_inset ERT
30778 status collapsed
30779
30780 \begin_layout Plain Layout
30781
30782 }
30783 \end_layout
30784
30785 \end_inset
30786
30787  an der Grundlinie.
30788 \end_layout
30789
30790 \begin_layout Standard
30791 Zu 
30792 \series bold
30793
30794 \backslash
30795 scalebox{-1}[1]{Boxinhalt}
30796 \series default
30797  gibt es den äquivalenten Befehl
30798 \begin_inset Newline newline
30799 \end_inset
30800
30801
30802 \series bold
30803
30804 \backslash
30805 ref\SpecialChar \textcompwordmark{}
30806 lectbox{Boxinhalt}
30807 \series default
30808 .
30809 \end_layout
30810
30811 \begin_layout Standard
30812 \begin_inset VSpace bigskip
30813 \end_inset
30814
30815
30816 \series bold
30817
30818 \backslash
30819 resizebox
30820 \series default
30821  verwendet man um den Boxinhalt auf eine bestimmte Höhe bzw.
30822  Breite zu skalieren.
30823  Das Befehlsschema ist folgendes:
30824 \end_layout
30825
30826 \begin_layout Standard
30827
30828 \series bold
30829
30830 \backslash
30831 resizebox{Breite}{Höhe}{Boxinhalt}
30832 \end_layout
30833
30834 \begin_layout Standard
30835 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
30836 \series bold
30837 !
30838 \series default
30839  ein, wird die Größe so gewählt, dass das Aspektverhältnis der Box beibehalten
30840  wird.
30841 \end_layout
30842
30843 \begin_layout Standard
30844 Der Befehl 
30845 \series bold
30846
30847 \backslash
30848 resizebox{2cm}{1cm}{Hallo}
30849 \series default
30850  ergibt: 
30851 \begin_inset ERT
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855
30856
30857 \backslash
30858 resizebox{2cm}{1cm}{
30859 \end_layout
30860
30861 \end_inset
30862
30863 Hallo
30864 \begin_inset ERT
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868
30869 }
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \begin_inset Newline newline
30876 \end_inset
30877
30878 Der Befehl 
30879 \series bold
30880
30881 \backslash
30882 resizebox{2cm}{!}{Hallo}
30883 \series default
30884  ergibt: 
30885 \begin_inset ERT
30886 status collapsed
30887
30888 \begin_layout Plain Layout
30889
30890
30891 \backslash
30892 resizebox{2cm}{!}{
30893 \end_layout
30894
30895 \end_inset
30896
30897 Hallo
30898 \begin_inset ERT
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902
30903 }
30904 \end_layout
30905
30906 \end_inset
30907
30908
30909 \end_layout
30910
30911 \begin_layout Standard
30912 \begin_inset VSpace bigskip
30913 \end_inset
30914
30915
30916 \begin_inset Note Greyedout
30917 status open
30918
30919 \begin_layout Plain Layout
30920
30921 \series bold
30922 Bemerkung:
30923 \series default
30924  Wurde in Argumenten von 
30925 \series bold
30926
30927 \backslash
30928 scalebox
30929 \series default
30930  oder 
30931 \series bold
30932
30933 \backslash
30934 resizebox
30935 \series default
30936  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
30937  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
30938  werden.
30939 \end_layout
30940
30941 \end_inset
30942
30943
30944 \end_layout
30945
30946 \begin_layout Standard
30947 \begin_inset VSpace bigskip
30948 \end_inset
30949
30950
30951 \end_layout
30952
30953 \begin_layout Standard
30954 Alle Boxen können beliebig miteinander kombiniert werden.
30955  So ergibt z.
30956 \begin_inset space \thinspace{}
30957 \end_inset
30958
30959 B.
30960  der Befehl
30961 \begin_inset Newline newline
30962 \end_inset
30963
30964
30965 \series bold
30966
30967 \backslash
30968 rotatebox[origin=c]{-45}{
30969 \backslash
30970 resizebox{2cm}{!}{
30971 \backslash
30972 reflectbox{Hallo}}}
30973 \series default
30974 :
30975 \end_layout
30976
30977 \begin_layout Standard
30978 \align center
30979 \begin_inset ERT
30980 status collapsed
30981
30982 \begin_layout Plain Layout
30983
30984
30985 \backslash
30986 rotatebox[origin=c]{-45}{
30987 \backslash
30988 resizebox{2cm}{!}{
30989 \backslash
30990 reflectbox{
30991 \end_layout
30992
30993 \end_inset
30994
30995 Hallo
30996 \begin_inset ERT
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000
31001 }}}
31002 \end_layout
31003
31004 \end_inset
31005
31006
31007 \end_layout
31008
31009 \begin_layout Standard
31010 \noindent
31011 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31012 \end_layout
31013
31014 \begin_layout Standard
31015 \align center
31016 \begin_inset ERT
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020
31021
31022 \backslash
31023 rotatebox[origin=c]{-30}{
31024 \backslash
31025 resizebox{2cm}{!}{
31026 \backslash
31027 reflectbox{
31028 \end_layout
31029
31030 \end_inset
31031
31032
31033 \begin_inset Graphics
31034         filename ../clipart/platypus.eps
31035         lyxscale 50
31036         width 25col%
31037
31038 \end_inset
31039
31040
31041 \begin_inset ERT
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045
31046 }}}
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057
31058 \backslash
31059 rotatebox[origin=c]{-45}{
31060 \backslash
31061 resizebox{2cm}{!}{
31062 \backslash
31063 reflectbox{
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \begin_inset Tabular
31070 <lyxtabular version="3" rows="2" columns="2">
31071 <features>
31072 <column alignment="center" valignment="top" width="0">
31073 <column alignment="center" valignment="top" width="0">
31074 <row>
31075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31076 \begin_inset Text
31077
31078 \begin_layout Plain Layout
31079 q
31080 \end_layout
31081
31082 \end_inset
31083 </cell>
31084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31085 \begin_inset Text
31086
31087 \begin_layout Plain Layout
31088 w
31089 \end_layout
31090
31091 \end_inset
31092 </cell>
31093 </row>
31094 <row>
31095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31096 \begin_inset Text
31097
31098 \begin_layout Plain Layout
31099 e
31100 \end_layout
31101
31102 \end_inset
31103 </cell>
31104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31105 \begin_inset Text
31106
31107 \begin_layout Plain Layout
31108 r
31109 \end_layout
31110
31111 \end_inset
31112 </cell>
31113 </row>
31114 </lyxtabular>
31115
31116 \end_inset
31117
31118
31119 \begin_inset ERT
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123
31124 }}}
31125 \end_layout
31126
31127 \end_inset
31128
31129
31130 \begin_inset ERT
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134
31135
31136 \backslash
31137 rotatebox[origin=c]{-45}{
31138 \backslash
31139 resizebox{2cm}{!}{
31140 \backslash
31141 reflectbox{
31142 \end_layout
31143
31144 \end_inset
31145
31146
31147 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31148 \end_inset
31149
31150
31151 \begin_inset ERT
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155
31156 }}}
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \end_layout
31163
31164 \begin_layout Standard
31165 Hat man den globalen Formelstil 
31166 \series bold
31167 fleqn
31168 \series default
31169
31170 \begin_inset Foot
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174 Wenn 
31175 \begin_inset Quotes gld
31176 \end_inset
31177
31178 fleqn
31179 \begin_inset Quotes grd
31180 \end_inset
31181
31182  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31183 \end_layout
31184
31185 \end_inset
31186
31187  gewählt, kann man auch abgesetzte Formeln skalieren.
31188 \end_layout
31189
31190 \begin_layout Chapter
31191 Externe Dateien
31192 \begin_inset Index
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196 Dateien ! externe
31197 \end_layout
31198
31199 \end_inset
31200
31201
31202 \end_layout
31203
31204 \begin_layout Standard
31205 Mit 
31206 \family sans
31207 Einfügen\SpecialChar \menuseparator
31208 Datei
31209 \family default
31210  können Sie fremdes Material in Ihr Dokument einsetzen.
31211  Das kann folgendes sein:
31212 \end_layout
31213
31214 \begin_layout Description
31215 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31216  eingefügt.
31217 \end_layout
31218
31219 \begin_layout Description
31220 Einfacher
31221 \begin_inset space ~
31222 \end_inset
31223
31224 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31225  eingefügt.
31226 \end_layout
31227
31228 \begin_layout Description
31229 Einfacher
31230 \begin_inset space ~
31231 \end_inset
31232
31233 Text,
31234 \begin_inset space ~
31235 \end_inset
31236
31237 Zeilen
31238 \begin_inset space ~
31239 \end_inset
31240
31241 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31242  Leerzeilen trennen die Absätze.
31243 \end_layout
31244
31245 \begin_layout Description
31246 Externes
31247 \begin_inset space ~
31248 \end_inset
31249
31250 Material Dateien in verschiedenen Formaten.
31251 \end_layout
31252
31253 \begin_layout Description
31254 Unterdokument LyX- oder LaTeX-Dokumente.
31255 \end_layout
31256
31257 \begin_layout Section
31258 Externes Material
31259 \begin_inset Index
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263 Externes Material
31264 \end_layout
31265
31266 \end_inset
31267
31268
31269 \end_layout
31270
31271 \begin_layout Standard
31272 Mit 
31273 \family sans
31274 Einfügen\SpecialChar \menuseparator
31275 Datei\SpecialChar \menuseparator
31276  Externes Material
31277 \family default
31278  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31279  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31280  weil LyX sich darum kümmert.
31281  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31282  eingefügt werden können.
31283 \end_layout
31284
31285 \begin_layout Standard
31286 Zur Zeit können Sie folgende Dateitypen (
31287 \family sans
31288 Vorlagen
31289 \family default
31290 ) benutzen:
31291 \end_layout
31292
31293 \begin_layout Description
31294 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31295 \series bold
31296
31297 \begin_inset CommandInset href
31298 LatexCommand href
31299 name "XBoard"
31300 target "http://en.wikipedia.org/wiki/XBoard"
31301
31302 \end_inset
31303
31304
31305 \series default
31306  erzeugt wurden.
31307 \end_layout
31308
31309 \begin_layout Description
31310 Datum fügt ein Datum mit dem Format 
31311 \emph on
31312 Tag-Monat-Jahr
31313 \emph default
31314  ein.
31315  Hier ist ein Beispiel: 
31316 \begin_inset External
31317         template Date
31318         filename .
31319
31320 \end_inset
31321
31322
31323 \lang english
31324
31325 \begin_inset space ~
31326 \end_inset
31327
31328
31329 \begin_inset Note Note
31330 status open
31331
31332 \begin_layout Plain Layout
31333
31334 \lang english
31335 Remove the protected space when bug 4398 is fixed!
31336 \end_layout
31337
31338 \end_inset
31339
31340
31341 \lang ngerman
31342
31343 \begin_inset Newline newline
31344 \end_inset
31345
31346 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31347  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31348  Menü 
31349 \family sans
31350 Einfügen\SpecialChar \menuseparator
31351 Datum
31352 \family default
31353  und mit dem LaTeX-Befehl 
31354 \series bold
31355
31356 \backslash
31357 today
31358 \series default
31359 .
31360  Die verschiedenen Methoden werden in Tabelle
31361 \begin_inset space ~
31362 \end_inset
31363
31364
31365 \begin_inset CommandInset ref
31366 LatexCommand ref
31367 reference "tab:Vergleich-der-Datums-Eingaben"
31368
31369 \end_inset
31370
31371  verglichen.
31372 \end_layout
31373
31374 \begin_layout Description
31375 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31376 \series bold
31377
31378 \begin_inset CommandInset href
31379 LatexCommand href
31380 name "LilyPond"
31381 target "http://en.wikipedia.org/wiki/LilyPond"
31382
31383 \end_inset
31384
31385
31386 \series default
31387  schreiben.
31388 \end_layout
31389
31390 \begin_layout Description
31391 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31392  Fast alle bekannten Bildformate werden unterstützt.
31393  Die Bilddateien können im Dialogfenster 
31394 \family sans
31395 Externes
31396 \begin_inset space ~
31397 \end_inset
31398
31399 Material
31400 \family default
31401  genauso behandelt werden wie die mit dem normalen 
31402 \family sans
31403 Grafik
31404 \family default
31405 -Dialog eingefügten, siehe Abschnitt
31406 \begin_inset space ~
31407 \end_inset
31408
31409
31410 \begin_inset CommandInset ref
31411 LatexCommand ref
31412 reference "abs:Grafik-Dialog"
31413
31414 \end_inset
31415
31416 .
31417  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31418  und EPS-Bilder werden nicht unterstützt.
31419 \end_layout
31420
31421 \begin_layout Description
31422 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31423 \series bold
31424
31425 \begin_inset CommandInset href
31426 LatexCommand href
31427 name "Xfig"
31428 target "http://en.wikipedia.org/wiki/Xfig"
31429
31430 \end_inset
31431
31432
31433 \series default
31434  erzeugt wurden.
31435 \end_layout
31436
31437 \begin_layout Standard
31438 \begin_inset Float table
31439 placement h
31440 wide false
31441 sideways false
31442 status open
31443
31444 \begin_layout Plain Layout
31445 \begin_inset Caption
31446
31447 \begin_layout Plain Layout
31448 \begin_inset CommandInset label
31449 LatexCommand label
31450 name "tab:Vergleich-der-Datums-Eingaben"
31451
31452 \end_inset
31453
31454 Vergleich der Datums-Eingaben
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \end_layout
31461
31462 \begin_layout Plain Layout
31463 \align center
31464 \begin_inset Tabular
31465 <lyxtabular version="3" rows="4" columns="4">
31466 <features>
31467 <column alignment="center" valignment="top" width="0">
31468 <column alignment="center" valignment="top" width="0">
31469 <column alignment="center" valignment="top" width="0">
31470 <column alignment="center" valignment="top" width="0">
31471 <row>
31472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31473 \begin_inset Text
31474
31475 \begin_layout Plain Layout
31476 Dokumentformat
31477 \end_layout
31478
31479 \end_inset
31480 </cell>
31481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31482 \begin_inset Text
31483
31484 \begin_layout Plain Layout
31485
31486 \family sans
31487 Externes Material\SpecialChar \menuseparator
31488 Datum
31489 \end_layout
31490
31491 \end_inset
31492 </cell>
31493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31494 \begin_inset Text
31495
31496 \begin_layout Plain Layout
31497
31498 \family sans
31499 Einfügen\SpecialChar \menuseparator
31500 Datum
31501 \end_layout
31502
31503 \end_inset
31504 </cell>
31505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31506 \begin_inset Text
31507
31508 \begin_layout Plain Layout
31509 Befehl 
31510 \series bold
31511
31512 \backslash
31513 today
31514 \end_layout
31515
31516 \end_inset
31517 </cell>
31518 </row>
31519 <row>
31520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31521 \begin_inset Text
31522
31523 \begin_layout Plain Layout
31524 LyX
31525 \end_layout
31526
31527 \end_inset
31528 </cell>
31529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31530 \begin_inset Text
31531
31532 \begin_layout Plain Layout
31533 als Box
31534 \end_layout
31535
31536 \end_inset
31537 </cell>
31538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31539 \begin_inset Text
31540
31541 \begin_layout Plain Layout
31542 als Datum
31543 \end_layout
31544
31545 \end_inset
31546 </cell>
31547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31548 \begin_inset Text
31549
31550 \begin_layout Plain Layout
31551 als TeX-Code-Befehl
31552 \end_layout
31553
31554 \end_inset
31555 </cell>
31556 </row>
31557 <row>
31558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562 LaTeX
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571 als Datum
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 als Datum
31581 \end_layout
31582
31583 \end_inset
31584 </cell>
31585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31586 \begin_inset Text
31587
31588 \begin_layout Plain Layout
31589 als Befehl
31590 \end_layout
31591
31592 \end_inset
31593 </cell>
31594 </row>
31595 <row>
31596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31597 \begin_inset Text
31598
31599 \begin_layout Plain Layout
31600 DVI, PDF, PS
31601 \end_layout
31602
31603 \end_inset
31604 </cell>
31605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31606 \begin_inset Text
31607
31608 \begin_layout Plain Layout
31609 als Datum
31610 \end_layout
31611
31612 \end_inset
31613 </cell>
31614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31615 \begin_inset Text
31616
31617 \begin_layout Plain Layout
31618 als Datum
31619 \end_layout
31620
31621 \end_inset
31622 </cell>
31623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31624 \begin_inset Text
31625
31626 \begin_layout Plain Layout
31627 als Datum
31628 \end_layout
31629
31630 \end_inset
31631 </cell>
31632 </row>
31633 </lyxtabular>
31634
31635 \end_inset
31636
31637
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \begin_layout Standard
31646 Wenn Sie im Dialogfenster
31647 \family sans
31648  Externes
31649 \begin_inset space ~
31650 \end_inset
31651
31652 Material 
31653 \family default
31654 in der Karteikarte
31655 \family sans
31656  Datei
31657 \family default
31658  die Option 
31659 \family sans
31660 Entwurf
31661 \family default
31662  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31663 \end_layout
31664
31665 \begin_layout Standard
31666 LyX kann externes Material entweder als Box wie hier: 
31667 \begin_inset Graphics
31668         filename clipart/ExternesMaterialQt4.png
31669         lyxscale 80
31670         scale 60
31671         scaleBeforeRotation
31672
31673 \end_inset
31674
31675  oder als Bild darstellen.
31676  Das hängt davon ab, ob Sie im Dialogfenster
31677 \family sans
31678  Externes
31679 \begin_inset space ~
31680 \end_inset
31681
31682 Material 
31683 \family default
31684 in der Karteikarte 
31685 \family sans
31686 LyX-Ansicht
31687 \family default
31688  die Option 
31689 \family sans
31690 in
31691 \begin_inset space ~
31692 \end_inset
31693
31694 LyX
31695 \begin_inset space ~
31696 \end_inset
31697
31698 anzeigen
31699 \family default
31700  gewählt haben oder nicht.
31701 \end_layout
31702
31703 \begin_layout Standard
31704 Im LyX-Handbuch 
31705 \family sans
31706 \emph on
31707 Anpassung
31708 \family default
31709 \emph default
31710  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
31711 \end_layout
31712
31713 \begin_layout Section
31714 Unterdokumente
31715 \begin_inset CommandInset label
31716 LatexCommand label
31717 name "abs:Unterdokumente"
31718
31719 \end_inset
31720
31721
31722 \begin_inset Index
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726 Unterdokument
31727 \end_layout
31728
31729 \end_inset
31730
31731
31732 \end_layout
31733
31734 \begin_layout Standard
31735 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
31736  oder Abschnitten bestehen.
31737  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
31738  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
31739 \end_layout
31740
31741 \begin_layout Standard
31742 Unterdokumente werden in LyX als Box angezeigt: 
31743 \begin_inset Graphics
31744         filename clipart/UnterdokumentQt4.png
31745         lyxscale 80
31746         scale 60
31747         scaleBeforeRotation
31748
31749 \end_inset
31750
31751 .
31752  Sie werden über
31753 \family sans
31754  Einfügen\SpecialChar \menuseparator
31755 Datei\SpecialChar \menuseparator
31756 Unterdokument
31757 \family default
31758  eingebunden, was das Dialogfenster
31759 \family sans
31760  Unterdokument
31761 \family default
31762  öffnet.
31763  Für 
31764 \family sans
31765 die Art
31766 \begin_inset space ~
31767 \end_inset
31768
31769 der
31770 \begin_inset space ~
31771 \end_inset
31772
31773 Einbindung
31774 \family default
31775  gibt es dort vier Möglichkeiten:
31776 \end_layout
31777
31778 \begin_layout Description
31779 Include Sie können LyX- und LaTeX-Dokumente einbinden.
31780  Wenn Sie im Dialogfenster
31781 \family sans
31782  Unterdokument
31783 \family default
31784  auf 
31785 \family sans
31786 Öffnen
31787 \family default
31788  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
31789  und sie können es editieren.
31790 \begin_inset Newline newline
31791 \end_inset
31792
31793
31794 \end_layout
31795
31796 \begin_layout Standard
31797 Hier wird ein Unterdokument
31798 \family sans
31799  
31800 \family default
31801 per 
31802 \family sans
31803 Include
31804 \family default
31805  eingebunden: 
31806 \begin_inset CommandInset include
31807 LatexCommand include
31808 filename "DummyDocument1.lyx"
31809
31810 \end_inset
31811
31812 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
31813  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
31814  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
31815 s.
31816  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
31817 \begin_inset space ~
31818 \end_inset
31819
31820
31821 \begin_inset CommandInset ref
31822 LatexCommand ref
31823 reference "uab:Externer-Unterabschnitt-1"
31824
31825 \end_inset
31826
31827 .
31828 \end_layout
31829
31830 \begin_layout Standard
31831 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
31832  wird benutzt.
31833  Unterdokumente, die per 
31834 \family sans
31835 Include
31836 \family default
31837  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
31838  und enden mit einem Seitenumbruch.
31839 \end_layout
31840
31841 \begin_layout Standard
31842 Mit dem LaTeX-Befehl 
31843 \series bold
31844
31845 \backslash
31846 includeonly 
31847 \series default
31848 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
31849  erstellt werden soll.
31850  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
31851  sehen wollen, und es geht schneller.
31852  
31853 \series bold
31854
31855 \backslash
31856 includeonly
31857 \series default
31858  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
31859  Im folgenden Beispiel:
31860 \end_layout
31861
31862 \begin_layout Standard
31863
31864 \series bold
31865
31866 \backslash
31867 includeonly{Kapitel1,Kapitel5}
31868 \end_layout
31869
31870 \begin_layout Standard
31871 werden nur die Dateien 
31872 \begin_inset Quotes gld
31873 \end_inset
31874
31875 Kapitel1.lyx
31876 \begin_inset Quotes grd
31877 \end_inset
31878
31879  (oder 
31880 \begin_inset Quotes gld
31881 \end_inset
31882
31883 Kapitel1.tex
31884 \begin_inset Quotes grd
31885 \end_inset
31886
31887 ) und 
31888 \begin_inset Quotes gld
31889 \end_inset
31890
31891 Kapitel5.lyx
31892 \begin_inset Quotes grd
31893 \end_inset
31894
31895
31896 \series bold
31897  
31898 \series default
31899 eingebunden.
31900 \end_layout
31901
31902 \begin_layout Standard
31903 \begin_inset Note Greyedout
31904 status open
31905
31906 \begin_layout Plain Layout
31907
31908 \series bold
31909 Bemerkung:
31910 \series default
31911  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
31912  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
31913  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
31914  Ergebnissen führen wird.
31915 \end_layout
31916
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \begin_layout Description
31923 Input Diese Methode ist 
31924 \family sans
31925 Include
31926 \family default
31927  sehr ähnlich mit folgenden Unterschieden:
31928 \end_layout
31929
31930 \begin_deeper
31931 \begin_layout Itemize
31932 Unterdokumente, die per 
31933 \family sans
31934 Input
31935 \family default
31936  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
31937  Seite und enden NICHT mit einem Seitenumbruch.
31938 \end_layout
31939
31940 \begin_layout Itemize
31941 Unterdokumente, die per 
31942 \family sans
31943 Input
31944 \family default
31945  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
31946 \family sans
31947  Unterdokument Vorschau
31948 \begin_inset space ~
31949 \end_inset
31950
31951 anzeigen
31952 \family default
31953  angekreuzt wurde und in den LyX-
31954 \family sans
31955 Einstellungen\SpecialChar \menuseparator
31956 Aussehen
31957 \begin_inset space ~
31958 \end_inset
31959
31960 &
31961 \begin_inset space ~
31962 \end_inset
31963
31964 Handhabung\SpecialChar \menuseparator
31965 Grafik Sofortige
31966 \begin_inset space ~
31967 \end_inset
31968
31969 Vorschau
31970 \family default
31971  auf 
31972 \family sans
31973 An
31974 \family default
31975  gesetzt wurde.
31976  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
31977  aus.
31978 \end_layout
31979
31980 \begin_layout Itemize
31981 Der LaTeX-Befehl 
31982 \series bold
31983
31984 \backslash
31985 includeonly
31986 \series default
31987  kann nicht benutzt werden.
31988 \end_layout
31989
31990 \end_deeper
31991 \begin_layout Standard
31992 Hier ist ein Unterdokument, das mit
31993 \family sans
31994  Input
31995 \family default
31996  eingebunden wurde: 
31997 \begin_inset CommandInset include
31998 LatexCommand input
31999 filename "DummyDocument2.lyx"
32000
32001 \end_inset
32002
32003 .
32004 \end_layout
32005
32006 \begin_layout Description
32007 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32008   In der Druckvorschau wird für den Text der Stil 
32009 \family typewriter
32010 Schreibmaschine
32011 \family default
32012  verwendet.
32013  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32014  Wenn Sie im Dialogfenster
32015 \family sans
32016  Unterdokument Leerzeichen
32017 \begin_inset space ~
32018 \end_inset
32019
32020 bei
32021 \begin_inset space ~
32022 \end_inset
32023
32024 der
32025 \begin_inset space ~
32026 \end_inset
32027
32028 Ausgabe
32029 \begin_inset space ~
32030 \end_inset
32031
32032 kennzeichnen 
32033 \family default
32034 ankreuzen, wird in der Druckvorschau das Zeichen 
32035 \begin_inset Quotes gld
32036 \end_inset
32037
32038
32039 \begin_inset ERT
32040 status collapsed
32041
32042 \begin_layout Plain Layout
32043
32044
32045 \backslash
32046 textvisiblespace 
32047 \end_layout
32048
32049 \end_inset
32050
32051
32052 \begin_inset Quotes grd
32053 \end_inset
32054
32055  für jedes Leerzeichen eingefügt.
32056 \begin_inset Newline newline
32057 \end_inset
32058
32059 Im Gegensatz zu 
32060 \family sans
32061 Einfügen\SpecialChar \menuseparator
32062 Datei\SpecialChar \menuseparator
32063 Einfacher
32064 \begin_inset space ~
32065 \end_inset
32066
32067 Text
32068 \family default
32069  wird bei 
32070 \family sans
32071 Unformatiert
32072 \family default
32073  der Dateiinhalt in LyX nicht dargestellt.
32074 \end_layout
32075
32076 \begin_layout Standard
32077 Hier ist ein Unterdokument, das mit
32078 \family sans
32079  Unformatiert
32080 \family default
32081  eingebunden wurde: 
32082 \begin_inset CommandInset include
32083 LatexCommand verbatiminput
32084 filename "DummyTextDocument.txt"
32085
32086 \end_inset
32087
32088
32089 \begin_inset VSpace bigskip
32090 \end_inset
32091
32092 Hier ist ein Unterdokument, das mit
32093 \family sans
32094  Unformatiert
32095 \family default
32096  eingebunden wurde und
32097 \family sans
32098  Leerzeichen
32099 \begin_inset space ~
32100 \end_inset
32101
32102 bei
32103 \begin_inset space ~
32104 \end_inset
32105
32106 der
32107 \begin_inset space ~
32108 \end_inset
32109
32110 Ausgabe
32111 \begin_inset space ~
32112 \end_inset
32113
32114 kennzeichnen
32115 \family default
32116  angekreuzt hat: 
32117 \begin_inset CommandInset include
32118 LatexCommand verbatiminput*
32119 filename "DummyTextDocument.txt"
32120
32121 \end_inset
32122
32123
32124 \end_layout
32125
32126 \begin_layout Standard
32127 \begin_inset VSpace bigskip
32128 \end_inset
32129
32130
32131 \end_layout
32132
32133 \begin_layout Standard
32134 \begin_inset Note Greyedout
32135 status open
32136
32137 \begin_layout Plain Layout
32138
32139 \series bold
32140 Bemerkung:
32141 \series default
32142  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32143  
32144 \family sans
32145 Unformatiert
32146 \family default
32147  eingebunden werden, am Zeilenende nicht umgebrochen.
32148 \end_layout
32149
32150 \end_inset
32151
32152
32153 \end_layout
32154
32155 \begin_layout Description
32156 Listing Dieser Typ wird in Kapitel
32157 \begin_inset space ~
32158 \end_inset
32159
32160
32161 \begin_inset CommandInset ref
32162 LatexCommand ref
32163 reference "kap:Programm-Code-Listen"
32164
32165 \end_inset
32166
32167  beschrieben.
32168 \end_layout
32169
32170 \begin_layout Standard
32171 \begin_inset Note Greyedout
32172 status open
32173
32174 \begin_layout Plain Layout
32175
32176 \series bold
32177 Bemerkung:
32178 \series default
32179  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32180  das zu LaTeX-Problemen führen.
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Chapter
32189 Programm-Code-Listen
32190 \begin_inset CommandInset label
32191 LatexCommand label
32192 name "kap:Programm-Code-Listen"
32193
32194 \end_inset
32195
32196
32197 \begin_inset Index
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201 Listen
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \begin_inset Index
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211 Programm-Code
32212 \end_layout
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Standard
32220 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32221 \family sans
32222 Einfügen\SpecialChar \menuseparator
32223 Pro\SpecialChar \-
32224 gramm\SpecialChar \-
32225 listing
32226 \family default
32227  verwenden.
32228  Das LaTeX-Paket 
32229 \series bold
32230 listings
32231 \series default
32232
32233 \begin_inset Index
32234 status collapsed
32235
32236 \begin_layout Plain Layout
32237 LaTeX-Pakete ! listings
32238 \end_layout
32239
32240 \end_inset
32241
32242  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32243 \end_layout
32244
32245 \begin_layout Standard
32246 Ein Rechtsklick auf das 
32247 \family sans
32248 Listing
32249 \family default
32250 -Kästchen öffnet das Dialogfenster 
32251 \family sans
32252 Programm\SpecialChar \-
32253 listing-Einstellungen
32254 \family default
32255 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32256 \end_layout
32257
32258 \begin_layout Standard
32259 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32260  Die 
32261 \family sans
32262 Platzierung
32263 \family default
32264 -Option 
32265 \family sans
32266 Eingebettetes
32267 \begin_inset space ~
32268 \end_inset
32269
32270 Listing
32271 \family default
32272  druckt das Listing in der Zeile wie hier: 
32273 \begin_inset listings
32274 lstparams "language={C++}"
32275 inline true
32276 status open
32277
32278 \begin_layout Plain Layout
32279
32280 \lang english
32281 int a=5;
32282 \end_layout
32283
32284 \end_inset
32285
32286
32287 \begin_inset Newline newline
32288 \end_inset
32289
32290 Die Option 
32291 \family sans
32292 Gleitobjekt
32293 \family default
32294  erzeugt ein Listing-Gleitobjekt, dessen 
32295 \family sans
32296 Platzierung 
32297 \family default
32298 Sie mit 
32299 \family sans
32300 h
32301 \family default
32302
32303 \family sans
32304 t
32305 \family default
32306
32307 \family sans
32308 b
32309 \family default
32310  und 
32311 \family sans
32312 p
32313 \family default
32314 , analog zu den in Abschnitt
32315 \begin_inset space ~
32316 \end_inset
32317
32318
32319 \begin_inset CommandInset ref
32320 LatexCommand ref
32321 reference "abs:Gleitobjekt-Platzierung"
32322
32323 \end_inset
32324
32325  beschriebenen Platzierungsoptionen festlegen können.
32326  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32327  hintereinander angegeben, z.
32328 \begin_inset space \thinspace{}
32329 \end_inset
32330
32331 B.
32332  
32333 \begin_inset Quotes gld
32334 \end_inset
32335
32336
32337 \family sans
32338 htbp
32339 \family default
32340
32341 \begin_inset Quotes grd
32342 \end_inset
32343
32344 .
32345  Die Option 
32346 \begin_inset Quotes eld
32347 \end_inset
32348
32349 h
32350 \begin_inset Quotes erd
32351 \end_inset
32352
32353  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32354  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32355 \end_layout
32356
32357 \begin_layout Standard
32358 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32359  zu verweisen: Listing
32360 \begin_inset space ~
32361 \end_inset
32362
32363
32364 \begin_inset CommandInset ref
32365 LatexCommand ref
32366 reference "lst:Gleitendes-Programm-Listing"
32367
32368 \end_inset
32369
32370 .
32371 \end_layout
32372
32373 \begin_layout Standard
32374 \begin_inset listings
32375 lstparams "language=Python"
32376 inline false
32377 status open
32378
32379 \begin_layout Plain Layout
32380
32381 \lang english
32382 \begin_inset Caption
32383
32384 \begin_layout Plain Layout
32385 \begin_inset CommandInset label
32386 LatexCommand label
32387 name "lst:Gleitendes-Programm-Listing"
32388
32389 \end_inset
32390
32391 Gleitendes Programm-Listing
32392 \end_layout
32393
32394 \end_inset
32395
32396 # Gleitendes Programm-Listing
32397 \end_layout
32398
32399 \begin_layout Plain Layout
32400
32401 \lang english
32402 def func(param):
32403 \end_layout
32404
32405 \begin_layout Plain Layout
32406
32407 \lang english
32408     'Dies ist eine Python-Funktion'
32409 \end_layout
32410
32411 \begin_layout Plain Layout
32412
32413 \lang english
32414     pass
32415 \end_layout
32416
32417 \end_inset
32418
32419
32420 \end_layout
32421
32422 \begin_layout Standard
32423 Wenn Sie eine Programmier-
32424 \family sans
32425 Sprache
32426 \family default
32427  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
32428  gedruckt, wie 
32429 \emph on
32430 #
32431 \emph default
32432
32433 \emph on
32434 def
32435 \emph default
32436  und 
32437 \emph on
32438 pass
32439 \emph default
32440  in Listing
32441 \begin_inset space ~
32442 \end_inset
32443
32444
32445 \begin_inset CommandInset ref
32446 LatexCommand ref
32447 reference "lst:Gleitendes-Programm-Listing"
32448
32449 \end_inset
32450
32451 .
32452 \end_layout
32453
32454 \begin_layout Standard
32455 \begin_inset Note Greyedout
32456 status open
32457
32458 \begin_layout Plain Layout
32459
32460 \series bold
32461 Bemerkung:
32462 \series default
32463  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32464 \family typewriter
32465 Schreib\SpecialChar \-
32466 maschine
32467 \family default
32468  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32469 h keine fett gedruckten Buchstaben.
32470  Wählen Sie in diesem Fall eine andere Schrift für 
32471 \family typewriter
32472 Schreibmaschine
32473 \family default
32474  im Menü 
32475 \family sans
32476 Dokument\SpecialChar \menuseparator
32477 Einstellungen\SpecialChar \menuseparator
32478 Schriften
32479 \family default
32480 .
32481  (Die Schriften 
32482 \emph on
32483 LuxiMono, BeraMono
32484 \emph default
32485  and 
32486 \emph on
32487 Courier
32488 \emph default
32489  enthalten fett gedruckte Buchstaben.)
32490 \end_layout
32491
32492 \end_inset
32493
32494
32495 \end_layout
32496
32497 \begin_layout Standard
32498 Im Abschnitt 
32499 \family sans
32500 Zeilennummerierung
32501 \family default
32502  des Dialog 
32503 \family sans
32504 Programm\SpecialChar \-
32505 listing-Einstellungen
32506 \family default
32507 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32508  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32509  werden soll und die 
32510 \family sans
32511 Schriftgröße
32512 \family default
32513  der Nummerierung.
32514 \end_layout
32515
32516 \begin_layout Standard
32517 Im Abschnitt 
32518 \family sans
32519 Bereich
32520 \family default
32521  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32522  Im Abschnitt 
32523 \family sans
32524 Stil
32525 \family default
32526  legen Sie fest, wie die Liste ausgedruckt werden soll.
32527  Die Option 
32528 \family sans
32529 Erweiterte
32530 \begin_inset space ~
32531 \end_inset
32532
32533 Zeichentabelle
32534 \family default
32535  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32536 \end_layout
32537
32538 \begin_layout Standard
32539 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32540  Sprache 
32541 \begin_inset Quotes gld
32542 \end_inset
32543
32544 Python
32545 \begin_inset Quotes grd
32546 \end_inset
32547
32548 , den Optionen 
32549 \family sans
32550 Erweiterte
32551 \begin_inset space ~
32552 \end_inset
32553
32554 Zeichentabelle
32555 \family default
32556  und 
32557 \family sans
32558 Leerzeichen
32559 \begin_inset space ~
32560 \end_inset
32561
32562 als
32563 \begin_inset space ~
32564 \end_inset
32565
32566 Symbol
32567 \family default
32568  und Bereich 3
32569 \begin_inset space \thinspace{}
32570 \end_inset
32571
32572 -
32573 \begin_inset space \thinspace{}
32574 \end_inset
32575
32576 8:
32577 \end_layout
32578
32579 \begin_layout Standard
32580 \begin_inset listings
32581 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32582 inline false
32583 status open
32584
32585 \begin_layout Plain Layout
32586
32587 \lang english
32588 def func(param):
32589 \end_layout
32590
32591 \begin_layout Plain Layout
32592
32593 \lang english
32594     'Dies ist eine Python-Funktion'
32595 \end_layout
32596
32597 \begin_layout Plain Layout
32598
32599 \lang english
32600     pass
32601 \end_layout
32602
32603 \begin_layout Plain Layout
32604
32605 \lang english
32606 def func(param):
32607 \end_layout
32608
32609 \begin_layout Plain Layout
32610
32611 \lang english
32612 'Sonderzeichen: Tschüß'
32613 \end_layout
32614
32615 \begin_layout Plain Layout
32616
32617 \lang english
32618 pass
32619 \end_layout
32620
32621 \begin_layout Plain Layout
32622
32623 \lang english
32624 def func(param):
32625 \end_layout
32626
32627 \begin_layout Plain Layout
32628
32629 \lang english
32630 'Dies ist eine Python-Funktion'
32631 \end_layout
32632
32633 \begin_layout Plain Layout
32634
32635 \lang english
32636 pass
32637 \end_layout
32638
32639 \end_inset
32640
32641
32642 \end_layout
32643
32644 \begin_layout Standard
32645 \noindent
32646 \begin_inset Note Greyedout
32647 status open
32648
32649 \begin_layout Plain Layout
32650
32651 \series bold
32652 Bemerkung:
32653 \series default
32654  Wegen eines Fehlers im 
32655 \series bold
32656 listings
32657 \series default
32658  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32659  verschoben.
32660  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32661  Liste nummeriert werden.
32662 \end_layout
32663
32664 \end_inset
32665
32666
32667 \end_layout
32668
32669 \begin_layout Standard
32670 \begin_inset VSpace bigskip
32671 \end_inset
32672
32673
32674 \end_layout
32675
32676 \begin_layout Standard
32677 \noindent
32678 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32679  Das machen Sie mit
32680 \family sans
32681  Einfügen\SpecialChar \menuseparator
32682 Datei\SpecialChar \menuseparator
32683 Unterdokument
32684 \family default
32685  und der 
32686 \family sans
32687 Art
32688 \begin_inset space ~
32689 \end_inset
32690
32691 der
32692 \begin_inset space ~
32693 \end_inset
32694
32695 Einbindung
32696 \family default
32697  
32698 \family sans
32699 Listing
32700 \family default
32701 .
32702 \begin_inset Foot
32703 status collapsed
32704
32705 \begin_layout Plain Layout
32706 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
32707 \begin_inset space ~
32708 \end_inset
32709
32710
32711 \begin_inset CommandInset ref
32712 LatexCommand ref
32713 reference "abs:Unterdokumente"
32714
32715 \end_inset
32716
32717  beschrieben.
32718 \end_layout
32719
32720 \end_inset
32721
32722  Im Dialogfenster
32723 \family sans
32724  Unterdokument
32725 \family default
32726  können Sie die Listing-Parameters unter 
32727 \family sans
32728 Weitere
32729 \begin_inset space ~
32730 \end_inset
32731
32732 Parameter
32733 \family default
32734  eingeben.
32735  Wenn Sie dort ein Fragezeichen 
32736 \begin_inset Quotes gld
32737 \end_inset
32738
32739 ?
32740 \begin_inset Quotes grd
32741 \end_inset
32742
32743  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
32744 det.
32745 \end_layout
32746
32747 \begin_layout Standard
32748 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
32749  Text ins Feld 
32750 \family sans
32751 Marke
32752 \family default
32753 , auf die dann wie üblich verwiesen werden kann.
32754 \end_layout
32755
32756 \begin_layout Standard
32757 Listing
32758 \begin_inset space ~
32759 \end_inset
32760
32761
32762 \begin_inset CommandInset ref
32763 LatexCommand ref
32764 reference "lst:Datei-Listing"
32765
32766 \end_inset
32767
32768  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
32769 \begin_inset space \thinspace{}
32770 \end_inset
32771
32772 -
32773 \begin_inset space \thinspace{}
32774 \end_inset
32775
32776 15 gedruckt werden.
32777 \end_layout
32778
32779 \begin_layout Standard
32780 \begin_inset CommandInset include
32781 LatexCommand lstinputlisting
32782 filename "EmbeddedObjects.lyx"
32783 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
32784
32785 \end_inset
32786
32787
32788 \end_layout
32789
32790 \begin_layout Standard
32791 \begin_inset VSpace bigskip
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Standard
32798 \noindent
32799 Dokumentweite Listing-Eigenschaften können in
32800 \family sans
32801  Dokument\SpecialChar \menuseparator
32802 Einstellungen\SpecialChar \menuseparator
32803 Text\SpecialChar \-
32804 for\SpecialChar \-
32805 mat\SpecialChar \menuseparator
32806 Listing-Einstellungen
32807 \family default
32808  festgelegt werden.
32809  Auch dort bekommt man durch Eingabe eines Fragezeichens 
32810 \begin_inset Quotes gld
32811 \end_inset
32812
32813 ?
32814 \begin_inset Quotes grd
32815 \end_inset
32816
32817  links davon eine Liste aller möglichen Parameter.
32818 \end_layout
32819
32820 \begin_layout Standard
32821 Weitere Informationen über das 
32822 \series bold
32823 listings
32824 \series default
32825 -Paket finden Sie in 
32826 \begin_inset CommandInset citation
32827 LatexCommand cite
32828 key "listings"
32829
32830 \end_inset
32831
32832 .
32833 \begin_inset Newpage newpage
32834 \end_inset
32835
32836
32837 \end_layout
32838
32839 \begin_layout Chapter
32840 \start_of_appendix
32841 In LyX verfügbare Maßeinheiten
32842 \begin_inset CommandInset label
32843 LatexCommand label
32844 name "kap:In-LyX-verfügbare"
32845
32846 \end_inset
32847
32848
32849 \begin_inset Index
32850 status collapsed
32851
32852 \begin_layout Plain Layout
32853 Einheiten
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \begin_layout Standard
32862 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
32863  Tabelle
32864 \begin_inset space ~
32865 \end_inset
32866
32867
32868 \begin_inset CommandInset ref
32869 LatexCommand ref
32870 reference "tab:Maßeinheiten"
32871
32872 \end_inset
32873
32874  alle in LyX verfügbaren Maßeinheiten.
32875 \end_layout
32876
32877 \begin_layout Standard
32878 \begin_inset Float table
32879 placement h
32880 wide false
32881 sideways false
32882 status open
32883
32884 \begin_layout Plain Layout
32885 \begin_inset Caption
32886
32887 \begin_layout Plain Layout
32888 \begin_inset CommandInset label
32889 LatexCommand label
32890 name "tab:Maßeinheiten"
32891
32892 \end_inset
32893
32894 Maßeinheiten
32895 \end_layout
32896
32897 \end_inset
32898
32899
32900 \end_layout
32901
32902 \begin_layout Plain Layout
32903 \begin_inset VSpace medskip
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \begin_layout Plain Layout
32910 \align center
32911 \begin_inset Tabular
32912 <lyxtabular version="3" rows="20" columns="2">
32913 <features>
32914 <column alignment="center" valignment="top" width="0">
32915 <column alignment="center" valignment="top" width="0">
32916 <row>
32917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32918 \begin_inset Text
32919
32920 \begin_layout Plain Layout
32921
32922 \series bold
32923 Maßeinheit
32924 \end_layout
32925
32926 \end_inset
32927 </cell>
32928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32929 \begin_inset Text
32930
32931 \begin_layout Plain Layout
32932
32933 \series bold
32934 Name/Beschreibung
32935 \end_layout
32936
32937 \end_inset
32938 </cell>
32939 </row>
32940 <row>
32941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32942 \begin_inset Text
32943
32944 \begin_layout Plain Layout
32945 mm
32946 \end_layout
32947
32948 \end_inset
32949 </cell>
32950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32951 \begin_inset Text
32952
32953 \begin_layout Plain Layout
32954 Millimeter
32955 \end_layout
32956
32957 \end_inset
32958 </cell>
32959 </row>
32960 <row>
32961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32962 \begin_inset Text
32963
32964 \begin_layout Plain Layout
32965 cm
32966 \end_layout
32967
32968 \end_inset
32969 </cell>
32970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32971 \begin_inset Text
32972
32973 \begin_layout Plain Layout
32974 Zentimeter
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 </row>
32980 <row>
32981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32982 \begin_inset Text
32983
32984 \begin_layout Plain Layout
32985 in
32986 \end_layout
32987
32988 \end_inset
32989 </cell>
32990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32991 \begin_inset Text
32992
32993 \begin_layout Plain Layout
32994 Zoll (1
32995 \begin_inset space \thinspace{}
32996 \end_inset
32997
32998 in = 2.54
32999 \begin_inset space \thinspace{}
33000 \end_inset
33001
33002 cm
33003 \end_layout
33004
33005 \end_inset
33006 </cell>
33007 </row>
33008 <row>
33009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33010 \begin_inset Text
33011
33012 \begin_layout Plain Layout
33013 pt
33014 \end_layout
33015
33016 \end_inset
33017 </cell>
33018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33019 \begin_inset Text
33020
33021 \begin_layout Plain Layout
33022 Punkt (72.27
33023 \begin_inset space \thinspace{}
33024 \end_inset
33025
33026 pt = 1
33027 \begin_inset space \thinspace{}
33028 \end_inset
33029
33030 in)
33031 \end_layout
33032
33033 \end_inset
33034 </cell>
33035 </row>
33036 <row>
33037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout Plain Layout
33041 pc
33042 \end_layout
33043
33044 \end_inset
33045 </cell>
33046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33047 \begin_inset Text
33048
33049 \begin_layout Plain Layout
33050 Pica (1
33051 \begin_inset space \thinspace{}
33052 \end_inset
33053
33054 pc = 12
33055 \begin_inset space \thinspace{}
33056 \end_inset
33057
33058 pt)
33059 \end_layout
33060
33061 \end_inset
33062 </cell>
33063 </row>
33064 <row>
33065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33066 \begin_inset Text
33067
33068 \begin_layout Plain Layout
33069 sp
33070 \end_layout
33071
33072 \end_inset
33073 </cell>
33074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33075 \begin_inset Text
33076
33077 \begin_layout Plain Layout
33078 skalierter Punkt (65536
33079 \begin_inset space \thinspace{}
33080 \end_inset
33081
33082 sp = 1
33083 \begin_inset space \thinspace{}
33084 \end_inset
33085
33086 pt)
33087 \end_layout
33088
33089 \end_inset
33090 </cell>
33091 </row>
33092 <row>
33093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33094 \begin_inset Text
33095
33096 \begin_layout Plain Layout
33097 bp
33098 \end_layout
33099
33100 \end_inset
33101 </cell>
33102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33103 \begin_inset Text
33104
33105 \begin_layout Plain Layout
33106 großer Punkt (72
33107 \begin_inset space \thinspace{}
33108 \end_inset
33109
33110 bp = 1
33111 \begin_inset space \thinspace{}
33112 \end_inset
33113
33114 in)
33115 \end_layout
33116
33117 \end_inset
33118 </cell>
33119 </row>
33120 <row>
33121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33122 \begin_inset Text
33123
33124 \begin_layout Plain Layout
33125 dd
33126 \end_layout
33127
33128 \end_inset
33129 </cell>
33130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33131 \begin_inset Text
33132
33133 \begin_layout Plain Layout
33134 Didot (1
33135 \begin_inset space \thinspace{}
33136 \end_inset
33137
33138 dd 
33139 \begin_inset Formula $\approx$
33140 \end_inset
33141
33142  0,376
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 mm)
33147 \end_layout
33148
33149 \end_inset
33150 </cell>
33151 </row>
33152 <row>
33153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33154 \begin_inset Text
33155
33156 \begin_layout Plain Layout
33157 cc
33158 \end_layout
33159
33160 \end_inset
33161 </cell>
33162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33163 \begin_inset Text
33164
33165 \begin_layout Plain Layout
33166 Cicero (1
33167 \begin_inset space \thinspace{}
33168 \end_inset
33169
33170 cc = 12
33171 \begin_inset space \thinspace{}
33172 \end_inset
33173
33174 dd)
33175 \end_layout
33176
33177 \end_inset
33178 </cell>
33179 </row>
33180 <row>
33181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33182 \begin_inset Text
33183
33184 \begin_layout Plain Layout
33185 Skalierung%
33186 \end_layout
33187
33188 \end_inset
33189 </cell>
33190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33191 \begin_inset Text
33192
33193 \begin_layout Plain Layout
33194 % der originalen Bildbreite
33195 \end_layout
33196
33197 \end_inset
33198 </cell>
33199 </row>
33200 <row>
33201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33202 \begin_inset Text
33203
33204 \begin_layout Plain Layout
33205 Textbreite %
33206 \end_layout
33207
33208 \end_inset
33209 </cell>
33210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33211 \begin_inset Text
33212
33213 \begin_layout Plain Layout
33214 % der Textbreite
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 </row>
33220 <row>
33221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225 Spaltenbreite %
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Plain Layout
33234 % der Spaltenbreite
33235 \end_layout
33236
33237 \end_inset
33238 </cell>
33239 </row>
33240 <row>
33241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33242 \begin_inset Text
33243
33244 \begin_layout Plain Layout
33245 Seitenbreite %
33246 \end_layout
33247
33248 \end_inset
33249 </cell>
33250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33251 \begin_inset Text
33252
33253 \begin_layout Plain Layout
33254 % der Seitenbreite
33255 \end_layout
33256
33257 \end_inset
33258 </cell>
33259 </row>
33260 <row>
33261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33262 \begin_inset Text
33263
33264 \begin_layout Plain Layout
33265 Zeilenbreite %
33266 \end_layout
33267
33268 \end_inset
33269 </cell>
33270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33271 \begin_inset Text
33272
33273 \begin_layout Plain Layout
33274 % der Zeilenbreite
33275 \end_layout
33276
33277 \end_inset
33278 </cell>
33279 </row>
33280 <row>
33281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33282 \begin_inset Text
33283
33284 \begin_layout Plain Layout
33285 Texthöhe %
33286 \end_layout
33287
33288 \end_inset
33289 </cell>
33290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33291 \begin_inset Text
33292
33293 \begin_layout Plain Layout
33294 % der Texthöhe
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 </row>
33300 <row>
33301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305 Seitenhöhe %
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33311 \begin_inset Text
33312
33313 \begin_layout Plain Layout
33314 % der Seitenhöhe
33315 \end_layout
33316
33317 \end_inset
33318 </cell>
33319 </row>
33320 <row>
33321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325 ex
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33331 \begin_inset Text
33332
33333 \begin_layout Plain Layout
33334 Die Höhe des Buchstabens 
33335 \emph on
33336 x
33337 \emph default
33338  im aktiven Zeichensatz
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 </row>
33344 <row>
33345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Plain Layout
33349 em
33350 \end_layout
33351
33352 \end_inset
33353 </cell>
33354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 Die Breite des Buchstabens 
33359 \emph on
33360 M
33361 \emph default
33362  im aktiven Zeichensatz
33363 \end_layout
33364
33365 \end_inset
33366 </cell>
33367 </row>
33368 <row>
33369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33370 \begin_inset Text
33371
33372 \begin_layout Plain Layout
33373 mu
33374 \end_layout
33375
33376 \end_inset
33377 </cell>
33378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33379 \begin_inset Text
33380
33381 \begin_layout Plain Layout
33382 mathematische  Maßeinheit
33383 \series bold
33384  
33385 \series default
33386 (1
33387 \begin_inset space \thinspace{}
33388 \end_inset
33389
33390 mu = 1/18
33391 \begin_inset space \thinspace{}
33392 \end_inset
33393
33394 em)
33395 \end_layout
33396
33397 \end_inset
33398 </cell>
33399 </row>
33400 </lyxtabular>
33401
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \begin_layout Chapter
33413 Ausgabedatei-Formate mit Grafiken
33414 \begin_inset CommandInset label
33415 LatexCommand label
33416 name "kap:Ausgabedatei-Formate"
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \begin_layout Section
33424 DVI
33425 \begin_inset Index
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429 Dateiformat! DVI
33430 \end_layout
33431
33432 \end_inset
33433
33434
33435 \begin_inset Index
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439 DVI
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \end_layout
33446
33447 \begin_layout Standard
33448 Dieser Dateityp hat die Erweiterung 
33449 \begin_inset Quotes gld
33450 \end_inset
33451
33452
33453 \family typewriter
33454 .dvi
33455 \family default
33456
33457 \begin_inset Quotes grd
33458 \end_inset
33459
33460  und wird 
33461 \begin_inset Quotes gld
33462 \end_inset
33463
33464 device-independent
33465 \begin_inset Quotes grd
33466 \end_inset
33467
33468  genannt, weil er vollkommen portierbar ist.
33469  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33470  dvi-Betrachter installiert hat.
33471  
33472 \family typewriter
33473 .dvi
33474 \family default
33475 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
33476  wie PostScript benutzt.
33477 \end_layout
33478
33479 \begin_layout Standard
33480 \begin_inset Note Greyedout
33481 status open
33482
33483 \begin_layout Plain Layout
33484
33485 \series bold
33486 Bemerkung:
33487 \series default
33488  
33489 \family typewriter
33490 .dvi
33491 \family default
33492 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33493 \end_layout
33494
33495 \end_inset
33496
33497
33498 \end_layout
33499
33500 \begin_layout Standard
33501 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
33502 \family typewriter
33503 .dvi
33504 \family default
33505 -Datei auf einen anderen Computer kopieren.
33506  Dies Eigenschaft kann Ihren Computer verlangsamen.
33507  wenn Sie die 
33508 \family typewriter
33509 .dvi
33510 \family default
33511 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
33512  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
33513 \family typewriter
33514 .dvi
33515 \family default
33516 -Datei
33517 \family typewriter
33518  
33519 \family default
33520 blättern.
33521
33522 \family typewriter
33523  
33524 \family default
33525 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
33526  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33527  
33528 \end_layout
33529
33530 \begin_layout Standard
33531 Sie können Ihr Dokument als DVI über das Menü 
33532 \family sans
33533 Datei\SpecialChar \menuseparator
33534 Exportieren\SpecialChar \menuseparator
33535 DVI
33536 \family default
33537  exportieren.
33538  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33539 \family sans
33540 Ansicht
33541 \family default
33542  oder den Werkzeugleistenknopf 
33543 \begin_inset Graphics
33544         filename ../../images/buffer-view_dvi.png
33545         scale 85
33546         scaleBeforeRotation
33547
33548 \end_inset
33549
33550  anschauen.
33551 \end_layout
33552
33553 \begin_layout Section
33554 PostScript
33555 \begin_inset CommandInset label
33556 LatexCommand label
33557 name "abs:PostScript"
33558
33559 \end_inset
33560
33561
33562 \begin_inset Index
33563 status collapsed
33564
33565 \begin_layout Plain Layout
33566 Dateiformat  ! PostScript
33567 \end_layout
33568
33569 \end_inset
33570
33571
33572 \begin_inset Index
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576 PostScript
33577 \end_layout
33578
33579 \end_inset
33580
33581
33582 \end_layout
33583
33584 \begin_layout Standard
33585 Dieser Dateityp hat die Erweiterung 
33586 \begin_inset Quotes gld
33587 \end_inset
33588
33589
33590 \family typewriter
33591 .ps
33592 \family default
33593
33594 \begin_inset Quotes grd
33595 \end_inset
33596
33597 .
33598  PostScript wurde von der Firma
33599 \family typewriter
33600  Adobe
33601 \family default
33602  als Druckersprache entwickelt.
33603  Die Datei enthält deshalb Druckbefehle.
33604  PostScript kann als 
33605 \begin_inset Quotes gld
33606 \end_inset
33607
33608 Programmiersprache
33609 \begin_inset Quotes grd
33610 \end_inset
33611
33612  angesehen werden.
33613  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33614 \begin_inset Foot
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33619  von
33620 \series bold
33621  PSTricks
33622 \series default
33623  
33624 \begin_inset CommandInset citation
33625 LatexCommand cite
33626 key "pstricks"
33627
33628 \end_inset
33629
33630  oder 
33631 \begin_inset CommandInset citation
33632 LatexCommand cite
33633 key "latex-praxisbuch"
33634
33635 \end_inset
33636
33637  ansehen.
33638 \end_layout
33639
33640 \end_inset
33641
33642 .
33643  Wegen dieser Möglichkeiten sind 
33644 \family typewriter
33645 .ps
33646 \family default
33647 -Dateien oft größer als 
33648 \family typewriter
33649 .pdf
33650 \family default
33651 -Dateien.
33652 \end_layout
33653
33654 \begin_layout Standard
33655 PostScript kann nur Bilder im Format EPS
33656 \begin_inset Index
33657 status collapsed
33658
33659 \begin_layout Plain Layout
33660 EPS
33661 \end_layout
33662
33663 \end_inset
33664
33665  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33666 wei\SpecialChar \-
33667 te\SpecialChar \-
33668 rung 
33669 \begin_inset Quotes gld
33670 \end_inset
33671
33672
33673 \family typewriter
33674 .eps
33675 \family default
33676
33677 \begin_inset Quotes grd
33678 \end_inset
33679
33680 ) enthalten.
33681  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33682  intern nach EPS konvertiert werden.
33683  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33684  verlangsamen.
33685  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33686  konvertieren und direkt als EPS einfügen.
33687 \end_layout
33688
33689 \begin_layout Standard
33690 Sie können Ihr Dokument als PostScript über das Menü 
33691 \family sans
33692 Datei\SpecialChar \menuseparator
33693 Exportieren\SpecialChar \menuseparator
33694 PostScript
33695 \family default
33696  exportieren.
33697  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
33698 \family sans
33699 Ansicht
33700 \family default
33701  oder den Werkzeugleistenknopf 
33702 \begin_inset Graphics
33703         filename ../../images/buffer-view_ps.png
33704         scale 85
33705         scaleBeforeRotation
33706
33707 \end_inset
33708
33709  anschauen.
33710 \end_layout
33711
33712 \begin_layout Section
33713 PDF
33714 \begin_inset CommandInset label
33715 LatexCommand label
33716 name "abs:PDF"
33717
33718 \end_inset
33719
33720
33721 \begin_inset Index
33722 status collapsed
33723
33724 \begin_layout Plain Layout
33725 Dateiformat! PDF
33726 \end_layout
33727
33728 \end_inset
33729
33730
33731 \begin_inset Index
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735 PDF
33736 \end_layout
33737
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Standard
33744 Dieser Dateityp hat die Erweiterung 
33745 \begin_inset Quotes gld
33746 \end_inset
33747
33748
33749 \family typewriter
33750 .pdf
33751 \family default
33752
33753 \begin_inset Quotes grd
33754 \end_inset
33755
33756 .
33757  Das
33758 \emph on
33759  
33760 \emph default
33761
33762 \begin_inset Quotes gld
33763 \end_inset
33764
33765 Portable Document Format
33766 \begin_inset Quotes grd
33767 \end_inset
33768
33769  (PDF) wurde auch von der Firma 
33770 \family typewriter
33771 Adobe
33772 \family default
33773  als Derivat von PostScript entwickelt.
33774  Es ist komprimierter und benutzt weniger Befehle als PostScript.
33775  Wie der Begriff 
33776 \begin_inset Quotes gld
33777 \end_inset
33778
33779 portable
33780 \begin_inset Quotes grd
33781 \end_inset
33782
33783  (übertragbar) vermuten lässt, kann eine 
33784 \family typewriter
33785 .pdf
33786 \family default
33787 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
33788  gleich aus.
33789 \end_layout
33790
33791 \begin_layout Standard
33792 PDF kann Bilder im eigenen PDF-Format, im Format 
33793 \begin_inset Quotes gld
33794 \end_inset
33795
33796 Joint Photographic Experts Group
33797 \begin_inset Quotes grd
33798 \end_inset
33799
33800  (JPEG
33801 \begin_inset Index
33802 status collapsed
33803
33804 \begin_layout Plain Layout
33805 JPG, JPEG
33806 \end_layout
33807
33808 \end_inset
33809
33810 , Datei-Erweiterung 
33811 \begin_inset Quotes gld
33812 \end_inset
33813
33814
33815 \family typewriter
33816 .jpg
33817 \family default
33818
33819 \begin_inset Quotes grd
33820 \end_inset
33821
33822  oder 
33823 \begin_inset Quotes gld
33824 \end_inset
33825
33826
33827 \family typewriter
33828 .jpeg
33829 \family default
33830
33831 \begin_inset Quotes grd
33832 \end_inset
33833
33834 ) und im Format 
33835 \begin_inset Quotes gld
33836 \end_inset
33837
33838 Portable Network Graphics
33839 \begin_inset Quotes grd
33840 \end_inset
33841
33842  (PNG
33843 \begin_inset Index
33844 status collapsed
33845
33846 \begin_layout Plain Layout
33847 PNG
33848 \end_layout
33849
33850 \end_inset
33851
33852 , Datei-Erweiterung 
33853 \begin_inset Quotes gld
33854 \end_inset
33855
33856
33857 \family typewriter
33858 .png
33859 \family default
33860
33861 \begin_inset Quotes grd
33862 \end_inset
33863
33864 ) enthalten.
33865  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
33866  Sie konvertieren wird.
33867  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
33868  wird, eines der drei erwähnten Bildformate zu benutzen.
33869 \end_layout
33870
33871 \begin_layout Standard
33872 PDF-Dateien können Sie über 
33873 \family sans
33874 Datei\SpecialChar \menuseparator
33875 Exportieren
33876 \family default
33877  auf drei Arten erzeugen:
33878 \end_layout
33879
33880 \begin_layout Description
33881 PDF
33882 \begin_inset space ~
33883 \end_inset
33884
33885 (ps2pdf) benutzt das Programm
33886 \family typewriter
33887  ps2pdf
33888 \family default
33889 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
33890  Die PostScript-Version wird Programm 
33891 \family typewriter
33892 dvips
33893 \family default
33894  aus einer DVI-Version erstellt.
33895  Es werden also drei Konvertierungen verwendet.
33896 \end_layout
33897
33898 \begin_layout Description
33899 PDF
33900 \begin_inset space ~
33901 \end_inset
33902
33903 (dvipdfm) benutzt das Programm 
33904 \family typewriter
33905 dvipdfm
33906 \family default
33907 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
33908  PDF konvertiert.
33909 \end_layout
33910
33911 \begin_layout Description
33912 PDF
33913 \begin_inset space ~
33914 \end_inset
33915
33916 (pdflatex) benutzt das Programm
33917 \family typewriter
33918  pdftex
33919 \family default
33920 , das Ihr Dokument direkt nach PDF konvertiert.
33921 \end_layout
33922
33923 \begin_layout Standard
33924
33925 \family sans
33926 PDF
33927 \begin_inset space ~
33928 \end_inset
33929
33930 (pdflatex)
33931 \family default
33932  wird empfohlen, weil
33933 \family typewriter
33934  pdftex
33935 \family default
33936  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
33937  ohne Probleme arbeitet.
33938  Das Programm 
33939 \family typewriter
33940 dvi\SpecialChar \-
33941 pdfm
33942 \family default
33943  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
33944 \end_layout
33945
33946 \begin_layout Standard
33947 Sie können Ihr Dokument als PDF über das Menü 
33948 \family sans
33949 Datei\SpecialChar \menuseparator
33950 Exportieren\SpecialChar \menuseparator
33951 PDF
33952 \family default
33953  exportieren.
33954  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
33955 \family sans
33956 Ansicht
33957 \family default
33958  oder den Werkzeugleistenknopf 
33959 \begin_inset Graphics
33960         filename ../../images/buffer-view_pdf2.png
33961         scale 85
33962         scaleBeforeRotation
33963
33964 \end_inset
33965
33966  anschauen 
33967 \family sans
33968 (
33969 \family default
33970 der 
33971 \family sans
33972 PDF
33973 \begin_inset space ~
33974 \end_inset
33975
33976 (pdflatex)
33977 \family default
33978  verwendet).
33979 \end_layout
33980
33981 \begin_layout Chapter
33982 Erklärung der Gleichung
33983 \begin_inset space ~
33984 \end_inset
33985
33986
33987 \begin_inset CommandInset ref
33988 LatexCommand eqref
33989 reference "eq:Wgn"
33990
33991 \end_inset
33992
33993
33994 \begin_inset CommandInset label
33995 LatexCommand label
33996 name "kap:Exläuterung-einer-Gleichung"
33997
33998 \end_inset
33999
34000
34001 \end_layout
34002
34003 \begin_layout Standard
34004 Die Gesamtbreite von
34005 \emph on
34006  n
34007 \emph default
34008  Tabellenzellen 
34009 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34010 \end_inset
34011
34012  kann wie folgt berechnet werden:
34013 \end_layout
34014
34015 \begin_layout Standard
34016 \begin_inset Formula \begin{equation}
34017 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}
34018
34019 \end_inset
34020
34021
34022 \end_layout
34023
34024 \begin_layout Standard
34025 Dabei ist 
34026 \begin_inset Formula $W_{g\, n}$
34027 \end_inset
34028
34029  die Breite jeder Zelle.
34030
34031 \series bold
34032  
34033 \backslash
34034 tabcolsep
34035 \series default
34036  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34037  Standardwert 6
34038 \begin_inset space \thinspace{}
34039 \end_inset
34040
34041 pt.
34042  
34043 \series bold
34044
34045 \backslash
34046 arrayrulewidth
34047 \series default
34048  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34049 \begin_inset space \thinspace{}
34050 \end_inset
34051
34052 pt.
34053 \end_layout
34054
34055 \begin_layout Standard
34056 Nach Gleichung
34057 \begin_inset space ~
34058 \end_inset
34059
34060
34061 \begin_inset CommandInset ref
34062 LatexCommand ref
34063 reference "eq:Wtot_n"
34064
34065 \end_inset
34066
34067  ist die Gesamtbreite einer Mehrfachspalte, 
34068 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34069 \end_inset
34070
34071 ,
34072 \end_layout
34073
34074 \begin_layout Standard
34075 \begin_inset Formula \begin{equation}
34076 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34077
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \begin_layout Standard
34084 Setzt man die Gleichungen
34085 \begin_inset space ~
34086 \end_inset
34087
34088
34089 \begin_inset CommandInset ref
34090 LatexCommand ref
34091 reference "eq:Wtot_n"
34092
34093 \end_inset
34094
34095  und 
34096 \begin_inset CommandInset ref
34097 LatexCommand ref
34098 reference "eq:Wtot_mult"
34099
34100 \end_inset
34101
34102  gleich, kann man die benötigte Breite 
34103 \begin_inset Formula $W_{g\, n}$
34104 \end_inset
34105
34106 , wenn 
34107 \emph on
34108 n
34109 \emph default
34110  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34111 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34112 \end_inset
34113
34114  hat, berechnen:
34115 \end_layout
34116
34117 \begin_layout Standard
34118 \begin_inset Formula \begin{equation}
34119 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34120
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \begin_layout Bibliography
34127 \begin_inset CommandInset bibitem
34128 LatexCommand bibitem
34129 key "latexcompanion"
34130
34131 \end_inset
34132
34133 Frank Mittelbach and Michel Goossens: 
34134 \emph on
34135 The LaTeX Companion Second Edition.
34136
34137 \emph default
34138  Addison-Wesley, 2004
34139 \end_layout
34140
34141 \begin_layout Bibliography
34142 \begin_inset CommandInset bibitem
34143 LatexCommand bibitem
34144 key "latexguide"
34145
34146 \end_inset
34147
34148 Helmut Kopka and Patrick W.
34149  Daly: 
34150 \emph on
34151 A Guide to LaTeX Fourth Edition.
34152
34153 \emph default
34154  Addison-Wesley, 2003
34155 \end_layout
34156
34157 \begin_layout Bibliography
34158 \begin_inset CommandInset bibitem
34159 LatexCommand bibitem
34160 key "lamport"
34161
34162 \end_inset
34163
34164 Leslie Lamport: 
34165 \emph on
34166 LaTeX: A Document Preparation System.
34167
34168 \emph default
34169  Addison-Wesley, second edition, 1994
34170 \end_layout
34171
34172 \begin_layout Bibliography
34173 \begin_inset CommandInset bibitem
34174 LatexCommand bibitem
34175 key "latex-praxisbuch"
34176
34177 \end_inset
34178
34179 Niedermair, Elke & Michael: 
34180 \emph on
34181 LaTeX-Praxisbuch
34182 \emph default
34183 , Franzis-Verlag, 2004
34184 \end_layout
34185
34186 \begin_layout Bibliography
34187 \begin_inset CommandInset bibitem
34188 LatexCommand bibitem
34189 key "booktabs"
34190
34191 \end_inset
34192
34193 Dokumnetation des LaTeX-Pakets 
34194 \series bold
34195
34196 \begin_inset CommandInset href
34197 LatexCommand href
34198 name "booktabs"
34199 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34200
34201 \end_inset
34202
34203
34204 \series default
34205
34206 \begin_inset Index
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210 LaTeX-Pakete ! booktabs
34211 \end_layout
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Bibliography
34219 \begin_inset CommandInset bibitem
34220 LatexCommand bibitem
34221 key "caption"
34222
34223 \end_inset
34224
34225 Dokumentation des LaTeX-Pakets 
34226 \series bold
34227
34228 \begin_inset CommandInset href
34229 LatexCommand href
34230 name "caption"
34231 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34232
34233 \end_inset
34234
34235
34236 \series default
34237
34238 \begin_inset Index
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242 LaTeX-Pakete ! caption
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Bibliography
34251 \begin_inset CommandInset bibitem
34252 LatexCommand bibitem
34253 key "endfloat"
34254
34255 \end_inset
34256
34257 Dokumentation des LaTeX-Pakets 
34258 \series bold
34259
34260 \begin_inset CommandInset href
34261 LatexCommand href
34262 name "endfloat"
34263 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34264
34265 \end_inset
34266
34267
34268 \series default
34269
34270 \begin_inset Index
34271 status collapsed
34272
34273 \begin_layout Plain Layout
34274 LaTeX-Pakete ! endf
34275 \begin_inset ERT
34276 status collapsed
34277
34278 \begin_layout Plain Layout
34279
34280
34281 \backslash
34282
34283 \begin_inset ERT
34284 status collapsed
34285
34286 \begin_layout Plain Layout
34287
34288 {
34289 \end_layout
34290
34291 \end_inset
34292
34293
34294 \begin_inset ERT
34295 status collapsed
34296
34297 \begin_layout Plain Layout
34298
34299 }
34300 \end_layout
34301
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \end_inset
34308
34309 /loat
34310 \end_layout
34311
34312 \end_inset
34313
34314
34315 \end_layout
34316
34317 \begin_layout Bibliography
34318 \begin_inset CommandInset bibitem
34319 LatexCommand bibitem
34320 key "wrapfig"
34321
34322 \end_inset
34323
34324 Dokumentation des LaTeX-Pakets 
34325 \series bold
34326
34327 \begin_inset CommandInset href
34328 LatexCommand href
34329 name "wrapfig"
34330 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34331
34332 \end_inset
34333
34334
34335 \series default
34336
34337 \begin_inset Index
34338 status collapsed
34339
34340 \begin_layout Plain Layout
34341 LaTeX-Pakete ! wrapfig
34342 \begin_inset ERT
34343 status collapsed
34344
34345 \begin_layout Plain Layout
34346
34347
34348 \backslash
34349
34350 \begin_inset ERT
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354
34355 {
34356 \end_layout
34357
34358 \end_inset
34359
34360
34361 \begin_inset ERT
34362 status collapsed
34363
34364 \begin_layout Plain Layout
34365
34366 }
34367 \end_layout
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \end_inset
34375
34376 vspace
34377 \begin_inset ERT
34378 status collapsed
34379
34380 \begin_layout Plain Layout
34381
34382 {
34383 \end_layout
34384
34385 \end_inset
34386
34387 4mm
34388 \begin_inset ERT
34389 status collapsed
34390
34391 \begin_layout Plain Layout
34392
34393 }
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Bibliography
34407 \begin_inset CommandInset bibitem
34408 LatexCommand bibitem
34409 key "footmisc"
34410
34411 \end_inset
34412
34413 Dokumentation des LaTeX-Pakets 
34414 \series bold
34415
34416 \begin_inset CommandInset href
34417 LatexCommand href
34418 name "footmisc"
34419 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34420
34421 \end_inset
34422
34423
34424 \series default
34425
34426 \begin_inset Index
34427 status collapsed
34428
34429 \begin_layout Plain Layout
34430 LaTeX-Pakete ! footmisc
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Bibliography
34439 \begin_inset CommandInset bibitem
34440 LatexCommand bibitem
34441 key "hypcap"
34442
34443 \end_inset
34444
34445 Dokumentation des LaTeX-Pakets 
34446 \series bold
34447
34448 \begin_inset CommandInset href
34449 LatexCommand href
34450 name "hypcap"
34451 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34452
34453 \end_inset
34454
34455
34456 \series default
34457
34458 \begin_inset Index
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462 LaTeX-Pakete ! hypcap
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \begin_layout Bibliography
34471 \begin_inset CommandInset bibitem
34472 LatexCommand bibitem
34473 key "hyperref"
34474
34475 \end_inset
34476
34477 Dokumentation des LaTeX-Pakets 
34478 \series bold
34479
34480 \begin_inset CommandInset href
34481 LatexCommand href
34482 name "hyperref"
34483 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34484
34485 \end_inset
34486
34487
34488 \series default
34489
34490 \begin_inset Index
34491 status collapsed
34492
34493 \begin_layout Plain Layout
34494 LaTeX-Pakete ! hyperref
34495 \end_layout
34496
34497 \end_inset
34498
34499
34500 \end_layout
34501
34502 \begin_layout Bibliography
34503 \begin_inset CommandInset bibitem
34504 LatexCommand bibitem
34505 key "koma-script"
34506
34507 \end_inset
34508
34509 Dokumentation des LaTeX-Pakets 
34510 \series bold
34511
34512 \begin_inset CommandInset href
34513 LatexCommand href
34514 name "koma-script"
34515 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
34516
34517 \end_inset
34518
34519
34520 \series default
34521
34522 \begin_inset Index
34523 status collapsed
34524
34525 \begin_layout Plain Layout
34526 LaTeX-Pakete ! koma-script
34527 \end_layout
34528
34529 \end_inset
34530
34531
34532 \end_layout
34533
34534 \begin_layout Bibliography
34535 \begin_inset CommandInset bibitem
34536 LatexCommand bibitem
34537 key "listings"
34538
34539 \end_inset
34540
34541 Dokumentation des LaTeX-Pakets 
34542 \series bold
34543
34544 \begin_inset CommandInset href
34545 LatexCommand href
34546 name "listings"
34547 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34548
34549 \end_inset
34550
34551
34552 \series default
34553
34554 \begin_inset Index
34555 status collapsed
34556
34557 \begin_layout Plain Layout
34558 LaTeX-Pakete ! listings
34559 \end_layout
34560
34561 \end_inset
34562
34563
34564 \end_layout
34565
34566 \begin_layout Bibliography
34567 \begin_inset CommandInset bibitem
34568 LatexCommand bibitem
34569 key "marginnote"
34570
34571 \end_inset
34572
34573 Dokumentation des LaTeX-Pakets 
34574 \series bold
34575
34576 \begin_inset CommandInset href
34577 LatexCommand href
34578 name "marginnote"
34579 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34580
34581 \end_inset
34582
34583
34584 \series default
34585
34586 \begin_inset Index
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590 LaTeX-Pakete ! marginnote
34591 \end_layout
34592
34593 \end_inset
34594
34595
34596 \end_layout
34597
34598 \begin_layout Bibliography
34599 \begin_inset CommandInset bibitem
34600 LatexCommand bibitem
34601 key "pstricks"
34602
34603 \end_inset
34604
34605 Webseite des LaTeX-Pakets 
34606 \series bold
34607
34608 \begin_inset CommandInset href
34609 LatexCommand href
34610 name "PSTricks"
34611 target "http://tug.org/PSTricks/"
34612
34613 \end_inset
34614
34615
34616 \series default
34617
34618 \begin_inset Index
34619 status collapsed
34620
34621 \begin_layout Plain Layout
34622 LaTeX-Pakete ! pstricks
34623 \end_layout
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \begin_layout Bibliography
34631 \begin_inset CommandInset bibitem
34632 LatexCommand bibitem
34633 key "sidecap"
34634
34635 \end_inset
34636
34637 Dokumentation des LaTeX-Pakets 
34638 \series bold
34639
34640 \begin_inset CommandInset href
34641 LatexCommand href
34642 name "sidecap"
34643 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34644
34645 \end_inset
34646
34647
34648 \series default
34649
34650 \begin_inset Index
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654 LaTeX-Pakete ! sidecap
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \begin_layout Bibliography
34663 \begin_inset CommandInset bibitem
34664 LatexCommand bibitem
34665 key "NewInLyX16"
34666
34667 \end_inset
34668
34669
34670 \begin_inset CommandInset href
34671 LatexCommand href
34672 name "Wiki-Seite"
34673 target "http://wiki.lyx.org/LyX/NewInLyX16"
34674
34675 \end_inset
34676
34677  über neue Funktionen in 
34678 \family sans
34679 LyX 1.6.0
34680 \family default
34681 .
34682 \end_layout
34683
34684 \begin_layout Standard
34685 \begin_inset CommandInset index_print
34686 LatexCommand printindex
34687
34688 \end_inset
34689
34690
34691 \end_layout
34692
34693 \begin_layout Standard
34694 \begin_inset FloatList figure
34695
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \begin_layout Standard
34702 \begin_inset FloatList table
34703
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \begin_layout Standard
34710 \begin_inset ERT
34711 status open
34712
34713 \begin_layout Plain Layout
34714
34715
34716 \backslash
34717 listof{algorithm}{Algorithmenverzeichnis}
34718 \end_layout
34719
34720 \end_inset
34721
34722
34723 \begin_inset Note Note
34724 status collapsed
34725
34726 \begin_layout Plain Layout
34727 siehe Abschnitt
34728 \begin_inset space ~
34729 \end_inset
34730
34731
34732 \begin_inset CommandInset ref
34733 LatexCommand ref
34734 reference "uab:Gleitobjekt-Algorithmen"
34735
34736 \end_inset
34737
34738  für eine Beschreibung
34739 \end_layout
34740
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \end_body
34747 \end_document