]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: some more compile fixes
[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 332
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \pagenumbering{roman}
24 \let\myTOC\tableofcontents
25 \renewcommand{\tableofcontents}{%
26  \pdfbookmark[1]{Inhaltsverzeichnis}{}
27  \myTOC
28  \cleardoublepage
29  \pagenumbering{arabic}}
30
31 % Formatierung von Legenden
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
35 \usepackage{sidecap}
36
37 \newcommand{\TabBesBeg}{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % ermöglicht das Berechnen von Werten
56 \usepackage{calc}
57
58 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
59 \usepackage{dcolumn}
60
61 %Vergrößert den Teil der Seite, in dem Gleitobjekte
62 % unten angeordnet werden dürfen
63 \renewcommand{\bottomfraction}{0.5}
64
65 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
66 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
67
68 % beschleunigt die Berechnung von langen Tabellen
69 \setcounter{LTchunksize}{100}
70
71 % wird für skalierte und rotierte Boxen benötigt
72 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
73
74 % wird bei farbigen Tabellen benutzt
75 \@ifundefined{textcolor}
76  {\usepackage{color}}{}
77 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
78 \definecolor{hellgrau}{gray}{0.8}
79
80 % testen ob paket colortbl installiert ist
81 % wird für farbige Tabellenzellen benutzt
82 \newboolean{colortbl}
83 \IfFileExists{colortbl.sty}
84  {\usepackage{colortbl}
85   \setboolean{colortbl}{true}}
86  {\setboolean{colortbl}{false}}
87
88 % wird für Mehrfachzeilen benutzt
89 \usepackage{multirow}
90 %\renewcommand{\multirowsetup}{\centering}
91
92 % wird fuer Tabellen im Buchstil benutzt
93 \usepackage{booktabs}
94
95 % wird benutzt, um Tabellenzellen zu vergrößern
96 \@ifundefined{extrarowheight}
97  {\usepackage{array}}{}
98 \setlength{\extrarowheight}{2pt}
99
100 % wird fuer benutzerdefinierte Tabellen benutzt
101 % ---
102 \newcolumntype{M}[1]
103  {>{\centering\hspace{0pt}}m{#1}}
104
105 \newcolumntype{S}[2]
106  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
107
108 \newcolumntype{K}[1]
109  {>{\columncolor{#1}\hspace{0pt}}c}
110
111 \newcolumntype{V}{!{\vrule width 1.5pt}}
112
113 \newcolumntype{W}{!{\color{green}\vline}}
114 % ---
115
116 % Setzt einen zusaetzlichen Abstand von
117 % 1.5 mm zwischen Fussnoten
118 \let\myFoot\footnote
119 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
120
121 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
122 \numberwithin{algorithm}{chapter}
123
124 % Grauschrift-Notizen in blauer Farbe
125 \renewenvironment{lyxgreyedout}
126  {\textcolor{blue}\bgroup}{\egroup}
127
128 % ------------------------------------
129 % Prüfung auf benötigte LaTeXPakete
130 \usepackage{ifthen}
131
132 % Pruefung auf arydshln
133 % für Tabellen mit gestrichelten Linien
134 \newboolean{arydshln}
135 \IfFileExists{arydshln.sty}
136  {\usepackage{arydshln}
137   \setboolean{arydshln}{true}}
138  {\setboolean{arydshln}{false}}
139
140 % Prüfung auf marginnote
141 % für Randnotizen
142 \newboolean{marginnote}
143 \IfFileExists{marginnote.sty}
144  {\usepackage{marginnote}
145   \let\marginpar\marginnote
146   \setboolean{marginnote}{true}}
147  {\setboolean{marginnote}{false}}
148
149 % Prüfung auf sidecap
150 % für seitliche Beschriftungen
151 \newboolean{sidecap}
152 \IfFileExists{sidecap.sty}
153  {\usepackage{sidecap}
154   \let\marginpar\marginnote
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX }}
162
163 % Damit der Index den Namen "Stichwortverzeichnis" erhält
164 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
165 \end_preamble
166 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
167 \language ngerman
168 \inputencoding auto
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pagebackref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language german
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 0 9 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Das LyX-Handbuch der Einfügungen:
224 \begin_inset Newline newline
225 \end_inset
226
227  
228 \size larger
229 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \size normal
235
236 \begin_inset Foot
237 status collapsed
238
239 \begin_layout Plain Layout
240
241 \size normal
242 Übersetzung und Bearbeitung: Hartmut Haase
243 \end_layout
244
245 \end_inset
246
247
248 \size default
249
250 \begin_inset Foot
251 status collapsed
252
253 \begin_layout Plain Layout
254 \noindent
255 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
256  bitte an: 
257 \family typewriter
258
259 \begin_inset ERT
260 status collapsed
261
262 \begin_layout Plain Layout
263
264
265 \backslash
266 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
267 \end_layout
268
269 \end_inset
270
271 lyx-docs@lists.lyx.org
272 \begin_inset ERT
273 status collapsed
274
275 \begin_layout Plain Layout
276
277 }
278 \end_layout
279
280 \end_inset
281
282
283 \end_layout
284
285 \end_inset
286
287
288 \begin_inset Note Note
289 status collapsed
290
291 \begin_layout Plain Layout
292 Autor: Uwe Stöhr <uwestoehr@web.de>
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Newline newline
299 \end_inset
300
301
302 \begin_inset Newline newline
303 \end_inset
304
305
306 \family sans
307 Version 1.6svn
308 \end_layout
309
310 \begin_layout Date
311 letzte Änderung: 18.
312  März 2008
313 \end_layout
314
315 \begin_layout Standard
316 \begin_inset CommandInset toc
317 LatexCommand tableofcontents
318
319 \end_inset
320
321
322 \end_layout
323
324 \begin_layout Standard
325 \begin_inset Note Note
326 status open
327
328 \begin_layout Plain Layout
329 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
330  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
331  
332 \series bold
333 arydshln
334 \series default
335
336 \series bold
337 colortbl
338 \series default
339
340 \series bold
341 marginnote
342 \series default
343  und 
344 \series bold
345 sidecap
346 \series default
347 .
348  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
349  denen sie benötigt werden.
350 \end_layout
351
352 \begin_layout Plain Layout
353 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
354  des englischen Originals hier finden:
355 \begin_inset Newline newline
356 \end_inset
357
358
359 \series bold
360 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
361 \end_layout
362
363 \end_inset
364
365
366 \end_layout
367
368 \begin_layout Chapter
369 Abbildungen
370 \begin_inset CommandInset label
371 LatexCommand label
372 name "kap:Abbildungen"
373
374 \end_inset
375
376
377 \begin_inset Index
378 status collapsed
379
380 \begin_layout Plain Layout
381 Abbildungen
382 \end_layout
383
384 \end_inset
385
386
387 \end_layout
388
389 \begin_layout Section
390 Grafik-Dialog
391 \begin_inset Index
392 status collapsed
393
394 \begin_layout Plain Layout
395 Abbildungen ! Grafik-Dialog
396 \end_layout
397
398 \end_inset
399
400
401 \begin_inset CommandInset label
402 LatexCommand label
403 name "abs:Grafik-Dialog"
404
405 \end_inset
406
407
408 \end_layout
409
410 \begin_layout Standard
411 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
412  
413 \begin_inset Graphics
414         filename ../../images/dialog-show-new-inset_graphics.png
415         scale 70
416         scaleBeforeRotation
417         BoundingBox 0bp 6bp 22bp 22bp
418
419 \end_inset
420
421  in der Werkzeugleiste oder wählen das Menü 
422 \family sans
423 Einfügen\SpecialChar \menuseparator
424 Grafik
425 \family default
426 .
427  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
428  
429 \family sans
430 Durchsuchen
431 \family default
432  eingeben können.
433  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
434  an der Sie es eingefügt haben.
435 \end_layout
436
437 \begin_layout Standard
438 \begin_inset Note Greyedout
439 status open
440
441 \begin_layout Quote
442
443 \series bold
444 Bemerkung
445 \series default
446 : Wenn Sie einen Dateinamen über 
447 \family sans
448 Durchsuchen
449 \family default
450  eingeben, wird LyX den gesamten Pfad in das Feld 
451 \family sans
452 Datei
453 \family default
454  eintragen.
455  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
456 \end_layout
457
458 \end_inset
459
460
461 \end_layout
462
463 \begin_layout Standard
464 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
465  klicken.
466  Der Dialog hat drei Karteikarten:
467 \end_layout
468
469 \begin_layout Description
470
471 \family sans
472 Grafik
473 \family default
474  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
475  Version festlegen.
476  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
477 \begin_inset Space ~
478 \end_inset
479
480
481 \begin_inset CommandInset ref
482 LatexCommand ref
483 reference "kap:In-LyX-verfügbare"
484
485 \end_inset
486
487  erklärt.
488 \begin_inset Newline newline
489 \end_inset
490
491
492 \begin_inset Index
493 status collapsed
494
495 \begin_layout Plain Layout
496 Abbildungen ! rotierte
497 \end_layout
498
499 \end_inset
500
501 Sie können Abbildungen durch Angabe eines 
502 \family sans
503 Winkel
504 \family default
505
506 \begin_inset Space ~
507 \end_inset
508
509
510 \family sans
511 (Grad)
512 \family default
513  und Festlegung eines 
514 \family sans
515 Drehpunktes
516 \family default
517  drehen.
518  Negative Winkel drehen Uhrzeigersinn.
519  Die Abbildung wird auch in LyX gedreht.
520 \begin_inset Newline newline
521 \end_inset
522
523
524 \begin_inset Index
525 status collapsed
526
527 \begin_layout Plain Layout
528 Abbildungen ! skalierte
529 \end_layout
530
531 \end_inset
532
533 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
534  oder Höhe und Breite definiert.
535  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
536  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
537  wobei sie möglicherweise verzerrt wird.
538  Um das zu vermeiden, sollten Sie 
539 \family sans
540 Seitenverhältnis
541 \begin_inset Space ~
542 \end_inset
543
544 beibehalten
545 \family default
546  ankreuzen.
547  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
548 \family sans
549 Höhe
550 \family default
551  und 
552 \family sans
553 Breite
554 \family default
555  nicht überschritten werden.
556 \begin_inset Newline newline
557 \end_inset
558
559 Wenn Sie auf 
560 \family sans
561 Bearbeiten
562 \family default
563  klicken, können Abbildungen mit einem Programm, das in 
564 \family sans
565 Werkzeuge\SpecialChar \menuseparator
566 Einstellungen\SpecialChar \menuseparator
567 Dateiformate
568 \family default
569  im Feld 
570 \family sans
571 Bearbeiter
572 \family default
573  festgelegt wurde, bearbeitet werden.
574 \end_layout
575
576 \begin_layout Description
577
578 \family sans
579 Ausschnitt
580 \family default
581  Alternativ zur Festlegung der 
582 \family sans
583 Ausgabegröße
584 \family default
585  unter 
586 \family sans
587 \series bold
588 Grafik
589 \family default
590 \series default
591  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
592  die Ausgabe festzulegen.
593  Wenn Sie auf 
594 \family sans
595 Lese
596 \begin_inset Space ~
597 \end_inset
598
599 aus
600 \begin_inset Space ~
601 \end_inset
602
603 Datei
604 \family default
605  klicken, werden die Koordinaten automatisch berechnet.
606  Die Option 
607 \family sans
608 Auf
609 \begin_inset Space ~
610 \end_inset
611
612 Begrenzungsbox
613 \begin_inset Space ~
614 \end_inset
615
616 zuschneiden
617 \family default
618  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
619  Koordinaten liegt.
620  Normalerweise können Sie die Karteikarte 
621 \family sans
622 \series bold
623 Ausschnitt
624 \family default
625 \series default
626  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
627 \end_layout
628
629 \begin_layout Description
630
631 \family sans
632 LaTeX-
633 \begin_inset Space ~
634 \end_inset
635
636 und
637 \begin_inset Space ~
638 \end_inset
639
640 LyX-Optionen
641 \family default
642  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
643  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
644  Beschriftung sein soll.
645  Teilabbildungen werden in Abschnitt
646 \begin_inset Space ~
647 \end_inset
648
649
650 \begin_inset CommandInset ref
651 LatexCommand ref
652 reference "abs:Gleitende-Abbildungen"
653
654 \end_inset
655
656  beschrieben.
657 \begin_inset Newline newline
658 \end_inset
659
660  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
661 \begin_inset Newline newline
662 \end_inset
663
664 Ist die Option 
665 \family sans
666 Entwurfsmodus 
667 \family default
668 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
669  darin gedruckt.
670 \begin_inset Newline newline
671 \end_inset
672
673 Die Option 
674 \family sans
675 Beim
676 \begin_inset Space ~
677 \end_inset
678
679 Exportieren
680 \begin_inset Space ~
681 \end_inset
682
683 nicht
684 \begin_inset Space ~
685 \end_inset
686
687 entpacken
688 \family default
689  betrifft nur gepackte EPS-Dateien, zum Beispiel 
690 \emph on
691 x.eps.gz
692 \emph default
693 .
694  LaTeX kann so mit ihnen umgehen.
695 \begin_inset Newline newline
696 \end_inset
697
698 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgebe-Format PostScript
699  wählen, siehe Anhang
700 \begin_inset Space ~
701 \end_inset
702
703
704 \begin_inset CommandInset ref
705 LatexCommand ref
706 reference "abs:PostScript"
707
708 \end_inset
709
710 .
711  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
712 \begin_inset Newline newline
713 \end_inset
714
715
716 \series bold
717 gzip x.eps
718 \begin_inset Newline newline
719 \end_inset
720
721 zgrep %%Bounding x.eps.gz > x.eps.bb
722 \series default
723
724 \begin_inset Newline newline
725 \end_inset
726
727 Der zweite Befehl erzeugt die Begrenzungsbox 
728 \begin_inset Quotes gld
729 \end_inset
730
731 x.eps.bb
732 \begin_inset Quotes grd
733 \end_inset
734
735 , die LaTeX für gepackte Abbildungen benötigt.
736 \end_layout
737
738 \begin_layout Standard
739 \begin_inset VSpace bigskip
740 \end_inset
741
742
743 \end_layout
744
745 \begin_layout Standard
746 Hier ist eine zentrierte .eps-Abbildung
747 \begin_inset Foot
748 status open
749
750 \begin_layout Plain Layout
751 Abbildungsformate sind in Abschnitt
752 \begin_inset Space ~
753 \end_inset
754
755
756 \begin_inset CommandInset ref
757 LatexCommand ref
758 reference "abs:Bildformate"
759
760 \end_inset
761
762  beschrieben.
763 \end_layout
764
765 \end_inset
766
767  in einem eigenen Absatz:
768 \end_layout
769
770 \begin_layout Standard
771 \align center
772 \begin_inset Graphics
773         filename ../clipart/mobius.eps
774         display color
775         scale 70
776         scaleBeforeRotation
777         rotateOrigin center
778
779 \end_inset
780
781
782 \end_layout
783
784 \begin_layout Standard
785 \noindent
786 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
787 \end_layout
788
789 \begin_layout Standard
790 \align center
791 \begin_inset Graphics
792         filename ../clipart/mobius.eps
793         display color
794         scale 70
795         draft
796         scaleBeforeRotation
797         rotateOrigin center
798
799 \end_inset
800
801
802 \end_layout
803
804 \begin_layout Section
805 Gleitende Abbildungen
806 \begin_inset CommandInset label
807 LatexCommand label
808 name "abs:Gleitende-Abbildungen"
809
810 \end_inset
811
812
813 \begin_inset Index
814 status collapsed
815
816 \begin_layout Plain Layout
817 Abbildungen ! gleitende
818 \end_layout
819
820 \end_inset
821
822
823 \begin_inset Index
824 status collapsed
825
826 \begin_layout Plain Layout
827 Gleitobjekte ! Abbildungen
828 \end_layout
829
830 \end_inset
831
832
833 \end_layout
834
835 \begin_layout Standard
836 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
837 \begin_inset CommandInset ref
838 LatexCommand ref
839 reference "abs:Gleitobjekte-Einleitung"
840
841 \end_inset
842
843 .
844 \end_layout
845
846 \begin_layout Standard
847 Wenn Sie auf das Werkzeugleisten-Symbol 
848 \begin_inset Graphics
849         filename ../../images/float-insert_figure.png
850         scale 70
851         scaleBeforeRotation
852         BoundingBox 0bp 6bp 22bp 22bp
853
854 \end_inset
855
856  klicken oder 
857 \family sans
858 Einfügen\SpecialChar \menuseparator
859 Gleit\SpecialChar \-
860 objekt\SpecialChar \menuseparator
861 Abbildung
862 \family default
863  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
864  In das rot umrahmte Feld rechts von 
865 \emph on
866 Abbildung
867 \begin_inset Space ~
868 \end_inset
869
870 Nr:
871 \emph default
872  schreiben Sie den Bildbeschriftung.
873  Nach einem Klick oberhalb oder unterhalb von 
874 \emph on
875 Abbildung
876 \begin_inset Space ~
877 \end_inset
878
879 Nr:
880 \emph default
881  können Sie dann eine Abbildung wie 
882 \begin_inset CommandInset ref
883 LatexCommand ref
884 reference "abb:kill-plat"
885
886 \end_inset
887
888  oberhalb oder wie Abbildung
889 \begin_inset Space ~
890 \end_inset
891
892
893 \begin_inset CommandInset ref
894 LatexCommand ref
895 reference "abb:escher"
896
897 \end_inset
898
899  unterhalb der Bildbeschriftung einfügen.
900  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
901 \begin_inset Space ~
902 \end_inset
903
904
905 \begin_inset CommandInset ref
906 LatexCommand ref
907 reference "abs:Titel-Platzierung"
908
909 \end_inset
910
911 .
912 \end_layout
913
914 \begin_layout Standard
915 \begin_inset Float figure
916 wide false
917 sideways false
918 status open
919
920 \begin_layout Plain Layout
921 \align center
922 \begin_inset Graphics
923         filename ../clipart/platypus.eps
924         display color
925         width 50col%
926         scaleBeforeRotation
927         rotateOrigin center
928
929 \end_inset
930
931
932 \end_layout
933
934 \begin_layout Plain Layout
935 \begin_inset Caption
936
937 \begin_layout Plain Layout
938 \begin_inset CommandInset label
939 LatexCommand label
940 name "abb:kill-plat"
941
942 \end_inset
943
944 Platypus in einem Gleitobjekt
945 \end_layout
946
947 \end_inset
948
949
950 \end_layout
951
952 \end_inset
953
954
955 \end_layout
956
957 \begin_layout Standard
958 \begin_inset Float figure
959 wide false
960 sideways false
961 status open
962
963 \begin_layout Plain Layout
964 \begin_inset Caption
965
966 \begin_layout Plain Layout
967 \begin_inset CommandInset label
968 LatexCommand label
969 name "abb:escher"
970
971 \end_inset
972
973 M.C.
974  Escher
975 \end_layout
976
977 \end_inset
978
979
980 \end_layout
981
982 \begin_layout Plain Layout
983 \align center
984 \begin_inset Graphics
985         filename ../clipart/escher-lsd.eps
986         display color
987         scale 80
988         scaleBeforeRotation
989         rotateOrigin center
990
991 \end_inset
992
993
994 \end_layout
995
996 \end_inset
997
998
999 \end_layout
1000
1001 \begin_layout Standard
1002 \begin_inset Index
1003 status collapsed
1004
1005 \begin_layout Plain Layout
1006 Abbildungen ! Beispiele
1007 \end_layout
1008
1009 \end_inset
1010
1011 Abbildung
1012 \begin_inset Space ~
1013 \end_inset
1014
1015
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "abb:kill-plat"
1019
1020 \end_inset
1021
1022  und 
1023 \begin_inset CommandInset ref
1024 LatexCommand ref
1025 reference "abb:escher"
1026
1027 \end_inset
1028
1029  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
1030  Dafür fügen Sie in der Beschriftung mit 
1031 \family sans
1032 Einfügen\SpecialChar \menuseparator
1033 Marke
1034 \family default
1035  oder durch Klicken auf 
1036 \begin_inset Graphics
1037         filename ../../images/label-insert.png
1038         scale 70
1039         scaleBeforeRotation
1040         BoundingBox 0bp 6bp 20bp 20bp
1041
1042 \end_inset
1043
1044  eine Marke ein.
1045  Auf diese können Sie dann wie gewohnt mit 
1046 \family sans
1047 Einfügen\SpecialChar \menuseparator
1048 Querverweis
1049 \family default
1050  oder durch Klicken auf 
1051 \begin_inset Graphics
1052         filename ../../images/dialog-show-new-inset_ref.png
1053         scale 70
1054         scaleBeforeRotation
1055         BoundingBox 0bp 6bp 22bp 22bp
1056
1057 \end_inset
1058
1059  verweisen.
1060  Das ist besser als eine vage Formulierung wie 
1061 \begin_inset Quotes gld
1062 \end_inset
1063
1064 die obige Abbildung
1065 \begin_inset Quotes grd
1066 \end_inset
1067
1068  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1069  erscheint, und das muss nicht 
1070 \emph on
1071 oben
1072 \emph default
1073  sein.
1074  Verweise werden detailliert in Abschnitt
1075 \begin_inset Space ~
1076 \end_inset
1077
1078
1079 \begin_inset CommandInset ref
1080 LatexCommand ref
1081 reference "abs:Auf-Gleitobjekte-verweisen"
1082
1083 \end_inset
1084
1085  beschrieben.
1086 \end_layout
1087
1088 \begin_layout Standard
1089 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1090  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen
1091  nebeneinander.
1092  Das erreicht man mit der Karteikarte 
1093 \family sans
1094 LaTe
1095 \begin_inset ERT
1096 status collapsed
1097
1098 \begin_layout Plain Layout
1099
1100 {}
1101 \end_layout
1102
1103 \end_inset
1104
1105 X-
1106 \begin_inset Space ~
1107 \end_inset
1108
1109 und
1110 \begin_inset Space ~
1111 \end_inset
1112
1113 LyX-Optionen
1114 \family default
1115  des 
1116 \family sans
1117 Grafik
1118 \family default
1119 -Dialoges.
1120  Kreuzen Sie dort 
1121 \family sans
1122 Teilabbildung
1123 \family default
1124  an und geben die Beschriftung des Bildes im Feld 
1125 \family sans
1126 Legende
1127 \family default
1128  ein.
1129  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1130  Verweise auf Teilabbildungen werden in Abschnitt
1131 \begin_inset Space ~
1132 \end_inset
1133
1134
1135 \begin_inset CommandInset ref
1136 LatexCommand ref
1137 reference "uab:Auf-Teilabbildungen-verweisen"
1138
1139 \end_inset
1140
1141  beschrieben.
1142 \end_layout
1143
1144 \begin_layout Standard
1145 Abbildung
1146 \begin_inset Space ~
1147 \end_inset
1148
1149
1150 \begin_inset CommandInset ref
1151 LatexCommand ref
1152 reference "abb:Zwei-Teilabbildungen"
1153
1154 \end_inset
1155
1156  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander
1157 - Sie können sie auch untereinander setzen, indem Sie nach dem ersten Bild
1158  auf Eingabe drücken.
1159 \end_layout
1160
1161 \begin_layout Standard
1162 \begin_inset Float figure
1163 wide false
1164 sideways false
1165 status open
1166
1167 \begin_layout Plain Layout
1168 \begin_inset Space \hfill{}
1169 \end_inset
1170
1171
1172 \begin_inset Float figure
1173 wide false
1174 sideways false
1175 status open
1176
1177 \begin_layout Plain Layout
1178 \begin_inset Caption
1179
1180 \begin_layout Plain Layout
1181 M.
1182  C.
1183  Escher
1184 \end_layout
1185
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \begin_layout Plain Layout
1192 \begin_inset Graphics
1193         filename ../clipart/escher-lsd.eps
1194         width 35col%
1195         scaleBeforeRotation
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \begin_inset Space \hfill{}
1206 \end_inset
1207
1208
1209 \begin_inset Float figure
1210 wide false
1211 sideways false
1212 status open
1213
1214 \begin_layout Plain Layout
1215 \begin_inset Caption
1216
1217 \begin_layout Plain Layout
1218
1219 \end_layout
1220
1221 \end_inset
1222
1223
1224 \end_layout
1225
1226 \begin_layout Plain Layout
1227 \begin_inset Graphics
1228         filename ../clipart/platypus.eps
1229         lyxscale 60
1230         width 45col%
1231         scaleBeforeRotation
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \end_inset
1239
1240
1241 \begin_inset Space \hfill{}
1242 \end_inset
1243
1244
1245 \end_layout
1246
1247 \begin_layout Plain Layout
1248 \begin_inset Caption
1249
1250 \begin_layout Plain Layout
1251 \begin_inset CommandInset label
1252 LatexCommand label
1253 name "abb:Zwei-Teilabbildungen"
1254
1255 \end_inset
1256
1257 Zwei Teilabbildungen nebeneinander.
1258 \end_layout
1259
1260 \end_inset
1261
1262
1263 \end_layout
1264
1265 \end_inset
1266
1267
1268 \end_layout
1269
1270 \begin_layout Section
1271 Bildformate
1272 \begin_inset CommandInset label
1273 LatexCommand label
1274 name "abs:Bildformate"
1275
1276 \end_inset
1277
1278
1279 \begin_inset Index
1280 status collapsed
1281
1282 \begin_layout Plain Layout
1283 Abbildungen ! Bildformate
1284 \end_layout
1285
1286 \end_inset
1287
1288
1289 \end_layout
1290
1291 \begin_layout Standard
1292 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1293  Aber wie in Anhang
1294 \begin_inset Space ~
1295 \end_inset
1296
1297
1298 \begin_inset CommandInset ref
1299 LatexCommand ref
1300 reference "kap:Ausgabedatei-Formate"
1301
1302 \end_inset
1303
1304  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1305  LyX benutzt im Hintergrund das Programm
1306 \family typewriter
1307  Imagemagick
1308 \family default
1309 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1310  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1311  vermeiden.
1312  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1313  werden können.
1314  Diese Formate werden in Anhang
1315 \begin_inset Space ~
1316 \end_inset
1317
1318
1319 \begin_inset CommandInset ref
1320 LatexCommand ref
1321 reference "kap:Ausgabedatei-Formate"
1322
1323 \end_inset
1324
1325  beschrieben.
1326 \end_layout
1327
1328 \begin_layout Standard
1329 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1330 \end_layout
1331
1332 \begin_layout Description
1333 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1334  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1335  
1336 \emph on
1337 pixelig
1338 \emph default
1339  aus.
1340  Bekannte Pixel-Formate sind 
1341 \begin_inset Quotes gld
1342 \end_inset
1343
1344 Graphics Interchange Format
1345 \begin_inset Quotes grd
1346 \end_inset
1347
1348  (GIF, Dateiendung
1349 \family typewriter
1350  
1351 \family default
1352
1353 \begin_inset Quotes gld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .gif
1359 \family default
1360
1361 \begin_inset Quotes grd
1362 \end_inset
1363
1364 )
1365 \begin_inset Index
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 GIF
1370 \end_layout
1371
1372 \end_inset
1373
1374
1375 \begin_inset Quotes gld
1376 \end_inset
1377
1378 Portable Network Graphics
1379 \begin_inset Quotes grd
1380 \end_inset
1381
1382  (PNG, Dateiendung 
1383 \begin_inset Quotes gld
1384 \end_inset
1385
1386
1387 \family typewriter
1388 .png
1389 \family default
1390
1391 \begin_inset Quotes grd
1392 \end_inset
1393
1394 )
1395 \begin_inset Index
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 PNG
1400 \end_layout
1401
1402 \end_inset
1403
1404
1405 \begin_inset Quotes gld
1406 \end_inset
1407
1408 Joint Photographic Experts Group
1409 \begin_inset Quotes grd
1410 \end_inset
1411
1412  (JPG, Dateiendung
1413 \family typewriter
1414  
1415 \family default
1416
1417 \begin_inset Quotes gld
1418 \end_inset
1419
1420
1421 \family typewriter
1422 .jpg
1423 \family default
1424
1425 \begin_inset Quotes grd
1426 \end_inset
1427
1428  oder 
1429 \begin_inset Quotes gld
1430 \end_inset
1431
1432
1433 \family typewriter
1434 .jpeg
1435 \family default
1436
1437 \begin_inset Quotes grd
1438 \end_inset
1439
1440 )
1441 \begin_inset Index
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 JPG, JPEG
1446 \end_layout
1447
1448 \end_inset
1449
1450  und 
1451 \begin_inset Quotes gld
1452 \end_inset
1453
1454 Windows Bitmap
1455 \begin_inset Quotes grd
1456 \end_inset
1457
1458  (BMP, Dateiendung 
1459 \begin_inset Quotes gld
1460 \end_inset
1461
1462
1463 \family typewriter
1464 .bmp
1465 \family default
1466
1467 \begin_inset Quotes grd
1468 \end_inset
1469
1470 )
1471 \begin_inset Index
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475 BMP
1476 \end_layout
1477
1478 \end_inset
1479
1480 .
1481 \end_layout
1482
1483 \begin_layout Description
1484 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1485  auf jede beliebige Größe skaliert werden.
1486  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1487  zoomen zu können.
1488 \begin_inset Newline newline
1489 \end_inset
1490
1491 Bekannte Formate sind 
1492 \begin_inset Quotes gld
1493 \end_inset
1494
1495 Scalable Vector Graphics
1496 \begin_inset Quotes grd
1497 \end_inset
1498
1499  (SVG, Dateiendung
1500 \family typewriter
1501  
1502 \family default
1503
1504 \begin_inset Quotes gld
1505 \end_inset
1506
1507
1508 \family typewriter
1509 .svg
1510 \family default
1511
1512 \begin_inset Quotes grd
1513 \end_inset
1514
1515 )
1516 \begin_inset Index
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520 SVG
1521 \end_layout
1522
1523 \end_inset
1524
1525
1526 \begin_inset Quotes gld
1527 \end_inset
1528
1529 Encapsulated PostScript
1530 \begin_inset Quotes grd
1531 \end_inset
1532
1533  (EPS, Dateiendung 
1534 \begin_inset Quotes gld
1535 \end_inset
1536
1537
1538 \family typewriter
1539 .eps
1540 \family default
1541
1542 \begin_inset Quotes grd
1543 \end_inset
1544
1545 )
1546 \begin_inset Index
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550 EPS
1551 \end_layout
1552
1553 \end_inset
1554
1555
1556 \begin_inset Quotes gld
1557 \end_inset
1558
1559 Portable Document Format
1560 \begin_inset Quotes grd
1561 \end_inset
1562
1563  (PDF, Dateiendung
1564 \family typewriter
1565  
1566 \family default
1567
1568 \begin_inset Quotes gld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .pdf
1574 \family default
1575
1576 \begin_inset Quotes grd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 PDF
1585 \end_layout
1586
1587 \end_inset
1588
1589  und 
1590 \begin_inset Quotes gld
1591 \end_inset
1592
1593 Windows Metafile
1594 \begin_inset Quotes grd
1595 \end_inset
1596
1597  (WMF, Dateiendung 
1598 \begin_inset Quotes gld
1599 \end_inset
1600
1601
1602 \family typewriter
1603 .wmf
1604 \family default
1605
1606 \begin_inset Quotes grd
1607 \end_inset
1608
1609 )
1610 \begin_inset Index
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614 WMF
1615 \end_layout
1616
1617 \end_inset
1618
1619 .
1620 \end_layout
1621
1622 \begin_layout Standard
1623 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1624  das Ergebnis ist immer noch ein Pixelbild.
1625  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1626  hinzugefügt.
1627 \begin_inset Foot
1628 status open
1629
1630 \begin_layout Plain Layout
1631 Bei PDF wird das Originalbild auch noch komprimiert.
1632 \end_layout
1633
1634 \end_inset
1635
1636  Die PDF-Dateien, die 
1637 \family typewriter
1638 Adobe Photoshop
1639 \family default
1640  erzeugt, sind zum Beispiel Pixelbilder.
1641 \end_layout
1642
1643 \begin_layout Standard
1644 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1645  umgekehrt.
1646  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1647  eingefügt werden.
1648  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1649  erzeugt wird, weil es zur Zeit keine WMF/SVG
1650 \begin_inset Formula $\to$
1651 \end_inset
1652
1653 PDF/EPS Konverter gibt.
1654 \end_layout
1655
1656 \begin_layout Chapter
1657 Tabellen
1658 \begin_inset CommandInset label
1659 LatexCommand label
1660 name "kap:Tabellen"
1661
1662 \end_inset
1663
1664
1665 \begin_inset Index
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 Tabellen
1670 \end_layout
1671
1672 \end_inset
1673
1674
1675 \end_layout
1676
1677 \begin_layout Section
1678 Einführung
1679 \begin_inset Index
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683 Tabellen ! Einführung
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \begin_layout Standard
1692 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1693 \begin_inset Graphics
1694         filename ../../images/tabular-insert.png
1695         scale 70
1696         scaleBeforeRotation
1697         BoundingBox 0bp 6bp 22bp 22bp
1698
1699 \end_inset
1700
1701  oder das Menü 
1702 \family sans
1703 Einfügen\SpecialChar \menuseparator
1704 Tabelle
1705 \family default
1706  einfügen.
1707  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1708 \begin_inset Space \thinspace{}
1709 \end_inset
1710
1711 -Tabelle.
1712  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1713  und die Größe der dunkelblauen Tabelle angezeigt.
1714  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1715  ein.
1716  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1717  Spaltenanzahl festlegen können.
1718 \end_layout
1719
1720 \begin_layout Standard
1721 In der so erstellten Tabelle ist jede Zelle umrandet.
1722  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1723  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1724  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1725 \end_layout
1726
1727 \begin_layout Standard
1728 \align center
1729 \begin_inset Tabular
1730 <lyxtabular version="3" rows="5" columns="4">
1731 <features>
1732 <column alignment="center" valignment="top" width="0">
1733 <column alignment="center" valignment="top" width="0">
1734 <column alignment="center" valignment="top" width="0">
1735 <column alignment="center" valignment="top" width="0">
1736 <row>
1737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750
1751 \family roman
1752 \series medium
1753 \shape up
1754 \size normal
1755 \emph off
1756 \bar no
1757 \noun off
1758 \color none
1759 1
1760 \end_layout
1761
1762 \end_inset
1763 </cell>
1764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1765 \begin_inset Text
1766
1767 \begin_layout Plain Layout
1768 2
1769 \end_layout
1770
1771 \end_inset
1772 </cell>
1773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1774 \begin_inset Text
1775
1776 \begin_layout Plain Layout
1777 3
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 </row>
1783 <row>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \family roman
1790 \series medium
1791 \shape up
1792 \size normal
1793 \emph off
1794 \bar no
1795 \noun off
1796 \color none
1797 A
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" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1821 \begin_inset Text
1822
1823 \begin_layout Plain Layout
1824
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 </row>
1830 <row>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \family roman
1837 \series medium
1838 \shape up
1839 \size normal
1840 \emph off
1841 \bar no
1842 \noun off
1843 \color none
1844 B
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" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 <row>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \family roman
1884 \series medium
1885 \shape up
1886 \size normal
1887 \emph off
1888 \bar no
1889 \noun off
1890 \color none
1891 C
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 <row>
1925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929 D
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 </row>
1962 </lyxtabular>
1963
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \begin_layout Section
1970 Tabellen-Einstellungen
1971 \begin_inset Index
1972 status collapsed
1973
1974 \begin_layout Plain Layout
1975 Tabellen ! Einstellungen
1976 \end_layout
1977
1978 \end_inset
1979
1980
1981 \end_layout
1982
1983 \begin_layout Standard
1984 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1985  Maustaste draufklicken.
1986  Dadurch wird das Fenster 
1987 \family sans
1988 Tabellen-Einstellungen
1989 \family default
1990  geöffnet.
1991  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1992  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1993  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1994  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1995  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1996  Auswahl.
1997  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1998 \emph on
1999 Inhalt
2000 \emph default
2001  einer Zelle oder die Zelle selber ausgewählt haben.
2002  Das 
2003 \family sans
2004 Tabellen-Einstellungen
2005 \family default
2006 -Menü hat folgende Karteikarten:
2007 \end_layout
2008
2009 \begin_layout Description
2010
2011 \family sans
2012 Tabellen-Einstellungen
2013 \family default
2014  Hier können Sie die 
2015 \family sans
2016 Horizontale
2017 \begin_inset Space ~
2018 \end_inset
2019
2020 Ausrichtung
2021 \family default
2022  der momentanen Spalte und die 
2023 \family sans
2024 Spaltenbreite
2025 \family default
2026  festlegen.
2027  Wenn Sie eine 
2028 \family sans
2029 Spaltenbreite
2030 \family default
2031  festgelegt haben, können Sie auch eine 
2032 \family sans
2033 Vertikale
2034 \begin_inset Space ~
2035 \end_inset
2036
2037 Ausrichtung
2038 \family default
2039  der momentanen Zeile wählen.
2040  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
2041  Absätze haben, wie in Abschnitt
2042 \begin_inset Space ~
2043 \end_inset
2044
2045
2046 \begin_inset CommandInset ref
2047 LatexCommand ref
2048 reference "uab:Mehrfache-Zeilen-in"
2049
2050 \end_inset
2051
2052  beschrieben.
2053  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2054 \begin_inset Newline newline
2055 \end_inset
2056
2057 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2058  als 
2059 \family sans
2060 Mehrfachspalte
2061 \family default
2062  definieren, wie in Abschnitt
2063 \begin_inset Space ~
2064 \end_inset
2065
2066
2067 \begin_inset CommandInset ref
2068 LatexCommand ref
2069 reference "uab:Mehrfachspalten"
2070
2071 \end_inset
2072
2073  beschrieben.
2074 \begin_inset Newline newline
2075 \end_inset
2076
2077 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2078  den Uhrzeigersinn um 90° drehen.
2079  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2080 \begin_inset Newline newline
2081 \end_inset
2082
2083
2084 \begin_inset Note Greyedout
2085 status open
2086
2087 \begin_layout Plain Layout
2088
2089 \series bold
2090 Achtung:
2091 \series default
2092  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2093 \end_layout
2094
2095 \end_inset
2096
2097
2098 \begin_inset Newline newline
2099 \end_inset
2100
2101 Man kann auch ein 
2102 \family sans
2103 LaTe
2104 \begin_inset ERT
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108
2109 {}
2110 \end_layout
2111
2112 \end_inset
2113
2114 X-Argument
2115 \family default
2116  für besondere Tabellen-Formatierun\SpecialChar \-
2117 gen einfügen, wie in Abschnitten 
2118 \begin_inset CommandInset ref
2119 LatexCommand ref
2120 reference "uab:Mehrfachspalten-Berechnungen"
2121
2122 \end_inset
2123
2124  und 
2125 \begin_inset CommandInset ref
2126 LatexCommand ref
2127 reference "abs:Farbige-Tabellen"
2128
2129 \end_inset
2130
2131  beschrieben.
2132 \end_layout
2133
2134 \begin_layout Description
2135
2136 \family sans
2137 Rahmen
2138 \family default
2139  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
2140  hinzufügen und löschen.
2141 \begin_inset Newline newline
2142 \end_inset
2143
2144 Wenn Sie die Stil-Option
2145 \family sans
2146  Formal
2147 \family default
2148  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2149 \begin_inset Space ~
2150 \end_inset
2151
2152
2153 \begin_inset CommandInset ref
2154 LatexCommand ref
2155 reference "abs:Formale-Tabellen"
2156
2157 \end_inset
2158
2159  beschrieben, konvertiert.
2160 \begin_inset Newline newline
2161 \end_inset
2162
2163 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2164 \begin_inset Space ~
2165 \end_inset
2166
2167
2168 \begin_inset CommandInset ref
2169 LatexCommand ref
2170 reference "uab:Zeilenabstand"
2171
2172 \end_inset
2173
2174  beschrieben.
2175 \end_layout
2176
2177 \begin_layout Description
2178
2179 \family sans
2180 Lange
2181 \begin_inset Space ~
2182 \end_inset
2183
2184 Tabelle
2185 \family default
2186  Hier kann eine Tabelle als 
2187 \family sans
2188 Lange
2189 \begin_inset Space ~
2190 \end_inset
2191
2192 Tabelle
2193 \family default
2194  definiert werden, die über mehrere Seiten reicht.
2195  Die Abschnitte
2196 \begin_inset Space ~
2197 \end_inset
2198
2199
2200 \begin_inset CommandInset ref
2201 LatexCommand ref
2202 reference "abs:Lange-Tabellen"
2203
2204 \end_inset
2205
2206  und 
2207 \begin_inset CommandInset ref
2208 LatexCommand ref
2209 reference "abs:Special-Longtable-Issues"
2210
2211 \end_inset
2212
2213  beschreiben diese Funktion genauer.
2214 \end_layout
2215
2216 \begin_layout Standard
2217 Wenn das Menü 
2218 \family sans
2219 Tabellen-Einstellungen
2220 \family default
2221  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2222  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2223 \end_layout
2224
2225 \begin_layout Section
2226 Tabellen-Werkzeugleiste
2227 \begin_inset Index
2228 status collapsed
2229
2230 \begin_layout Plain Layout
2231 Tabellen ! Werkzeugleiste
2232 \end_layout
2233
2234 \end_inset
2235
2236
2237 \end_layout
2238
2239 \begin_layout Standard
2240 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2241 \family sans
2242 Tabellen-Einstellungen
2243 \family default
2244 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2245  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2246  LyX-Fensters.
2247 \end_layout
2248
2249 \begin_layout Standard
2250 Die Werkzeugleiste hat folgende Knöpfe:
2251 \end_layout
2252
2253 \begin_layout Labeling
2254 \labelwidthstring 00.00.0000
2255 \begin_inset Graphics
2256         filename ../../images/tabular-feature_append-row.png
2257         scale 70
2258         scaleBeforeRotation
2259         BoundingBox 0bp 6bp 22bp 22bp
2260
2261 \end_inset
2262
2263  Fügt eine Zeile unterhalb der momentanen an
2264 \end_layout
2265
2266 \begin_layout Labeling
2267 \labelwidthstring 00.00.0000
2268 \begin_inset Graphics
2269         filename ../../images/tabular-feature_append-column.png
2270         scale 70
2271         scaleBeforeRotation
2272         BoundingBox 0bp 6bp 22bp 22bp
2273
2274 \end_inset
2275
2276  Fügt eine Spalte rechts von der momentanen an
2277 \end_layout
2278
2279 \begin_layout Labeling
2280 \labelwidthstring 00.00.0000
2281 \begin_inset Graphics
2282         filename ../../images/tabular-feature_delete-row.png
2283         scale 70
2284         scaleBeforeRotation
2285         BoundingBox 0bp 6bp 22bp 22bp
2286
2287 \end_inset
2288
2289  Löscht die ausgewählte(n) Zeile(n)
2290 \end_layout
2291
2292 \begin_layout Labeling
2293 \labelwidthstring 00.00.0000
2294 \begin_inset Graphics
2295         filename ../../images/tabular-feature_delete-column.png
2296         scale 70
2297         scaleBeforeRotation
2298         BoundingBox 0bp 6bp 22bp 22bp
2299
2300 \end_inset
2301
2302  Löscht die ausgewählte(n) Spalte(n)
2303 \end_layout
2304
2305 \begin_layout Labeling
2306 \labelwidthstring 00.00.0000
2307 \begin_inset Graphics
2308         filename ../../images/tabular-feature_toggle-line-top.png
2309         scale 70
2310         scaleBeforeRotation
2311         BoundingBox 0bp 6bp 22bp 22bp
2312
2313 \end_inset
2314
2315  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2316  wenn der Knopf grau hinterlegt ist
2317 \end_layout
2318
2319 \begin_layout Labeling
2320 \labelwidthstring 00.00.0000
2321 \begin_inset Graphics
2322         filename ../../images/tabular-feature_toggle-line-bottom.png
2323         scale 70
2324         scaleBeforeRotation
2325         BoundingBox 0bp 6bp 22bp 22bp
2326
2327 \end_inset
2328
2329  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2330  wenn der Knopf grau hinterlegt ist
2331 \end_layout
2332
2333 \begin_layout Labeling
2334 \labelwidthstring 00.00.0000
2335 \begin_inset Graphics
2336         filename ../../images/tabular-feature_toggle-line-left.png
2337         scale 70
2338         scaleBeforeRotation
2339         BoundingBox 0bp 6bp 22bp 22bp
2340
2341 \end_inset
2342
2343  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2344  wenn der Knopf grau hinterlegt ist
2345 \end_layout
2346
2347 \begin_layout Labeling
2348 \labelwidthstring 00.00.0000
2349 \begin_inset Graphics
2350         filename ../../images/tabular-feature_toggle-line-right.png
2351         scale 70
2352         scaleBeforeRotation
2353         BoundingBox 0bp 6bp 22bp 22bp
2354
2355 \end_inset
2356
2357  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2358  wenn der Knopf grau hinterlegt ist
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Graphics
2364         filename ../../images/tabular-feature_set-all-lines.png
2365         scale 70
2366         scaleBeforeRotation
2367         BoundingBox 0bp 6bp 22bp 22bp
2368
2369 \end_inset
2370
2371  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376 \begin_inset Graphics
2377         filename ../../images/tabular-feature_unset-all-lines.png
2378         scale 70
2379         scaleBeforeRotation
2380         BoundingBox 0bp 6bp 22bp 22bp
2381
2382 \end_inset
2383
2384  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Graphics
2390         filename ../../images/tabular-feature_align-left.png
2391         scale 70
2392         scaleBeforeRotation
2393         BoundingBox 0bp 6bp 22bp 22bp
2394
2395 \end_inset
2396
2397  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2398 \end_layout
2399
2400 \begin_layout Labeling
2401 \labelwidthstring 00.00.0000
2402 \begin_inset Graphics
2403         filename ../../images/tabular-feature_align-center.png
2404         scale 70
2405         scaleBeforeRotation
2406         BoundingBox 0bp 6bp 22bp 22bp
2407
2408 \end_inset
2409
2410  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2411 \end_layout
2412
2413 \begin_layout Labeling
2414 \labelwidthstring 00.00.0000
2415 \begin_inset Graphics
2416         filename ../../images/tabular-feature_align-right.png
2417         scale 70
2418         scaleBeforeRotation
2419         BoundingBox 0bp 6bp 22bp 22bp
2420
2421 \end_inset
2422
2423  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2424 \end_layout
2425
2426 \begin_layout Labeling
2427 \labelwidthstring 00.00.0000
2428 \begin_inset Graphics
2429         filename ../../images/tabular-feature_valign-top.png
2430         scale 70
2431         scaleBeforeRotation
2432         BoundingBox 0bp 6bp 22bp 22bp
2433
2434 \end_inset
2435
2436  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2437 \end_layout
2438
2439 \begin_layout Labeling
2440 \labelwidthstring 00.00.0000
2441 \begin_inset Graphics
2442         filename ../../images/tabular-feature_valign-middle.png
2443         scale 70
2444         scaleBeforeRotation
2445         BoundingBox 0bp 6bp 22bp 22bp
2446
2447 \end_inset
2448
2449  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454 \begin_inset Graphics
2455         filename ../../images/tabular-feature_valign-bottom.png
2456         scale 70
2457         scaleBeforeRotation
2458         BoundingBox 0bp 6bp 22bp 22bp
2459
2460 \end_inset
2461
2462  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2463 \end_layout
2464
2465 \begin_layout Labeling
2466 \labelwidthstring 00.00.0000
2467 \begin_inset Graphics
2468         filename ../../images/tabular-feature_set-rotate-cell.png
2469         scale 70
2470         scaleBeforeRotation
2471         BoundingBox 0bp 6bp 22bp 22bp
2472
2473 \end_inset
2474
2475  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2476 \end_layout
2477
2478 \begin_layout Labeling
2479 \labelwidthstring 00.00.0000
2480 \begin_inset Graphics
2481         filename ../../images/tabular-feature_set-rotate-tabular.png
2482         scale 70
2483         scaleBeforeRotation
2484         BoundingBox 0bp 6bp 22bp 22bp
2485
2486 \end_inset
2487
2488  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2489 \end_layout
2490
2491 \begin_layout Labeling
2492 \labelwidthstring 00.00.0000
2493 \begin_inset Graphics
2494         filename ../../images/tabular-feature_multicolumn.png
2495         scale 70
2496         scaleBeforeRotation
2497         BoundingBox 0bp 6bp 22bp 22bp
2498
2499 \end_inset
2500
2501  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2502 \end_layout
2503
2504 \begin_layout Standard
2505 \begin_inset Note Greyedout
2506 status open
2507
2508 \begin_layout Plain Layout
2509
2510 \series bold
2511 Note:
2512 \series default
2513  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2514  Reihe für alle Zelle der Reihe verwendet.
2515 \end_layout
2516
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \begin_layout Section
2523 Bearbeiten-Menü
2524 \begin_inset Index
2525 status collapsed
2526
2527 \begin_layout Plain Layout
2528 Tabellen ! Bearbeiten-Menü
2529 \end_layout
2530
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \begin_layout Standard
2537 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2538  Wenn der Cursor in einer Tabelle steht, sind im 
2539 \family sans
2540 Bearbeiten
2541 \family default
2542 -Menü folgende Punkte aktiviert: 
2543 \family sans
2544 Tabelle
2545 \family default
2546
2547 \family sans
2548 Zeilen
2549 \begin_inset Space ~
2550 \end_inset
2551
2552 &
2553 \begin_inset Space ~
2554 \end_inset
2555
2556 Spalten
2557 \family default
2558  und 
2559 \family sans
2560 Tabellen-Einstellungen
2561 \family default
2562 .
2563  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2564 ngsmöglichkeiten zu erreichen.
2565 \end_layout
2566
2567 \begin_layout Section
2568 Gleitende Tabellen
2569 \begin_inset CommandInset label
2570 LatexCommand label
2571 name "abs:Gleitende-Tabellen"
2572
2573 \end_inset
2574
2575
2576 \begin_inset Index
2577 status collapsed
2578
2579 \begin_layout Plain Layout
2580 Gleitobjekte ! Tabellen
2581 \end_layout
2582
2583 \end_inset
2584
2585
2586 \begin_inset Index
2587 status collapsed
2588
2589 \begin_layout Plain Layout
2590 Tabellen ! gleitende
2591 \end_layout
2592
2593 \end_inset
2594
2595
2596 \end_layout
2597
2598 \begin_layout Standard
2599 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2600 \begin_inset Space ~
2601 \end_inset
2602
2603
2604 \begin_inset CommandInset ref
2605 LatexCommand ref
2606 reference "abs:Gleitobjekte-Einleitung"
2607
2608 \end_inset
2609
2610 .
2611 \end_layout
2612
2613 \begin_layout Standard
2614 \begin_inset Float table
2615 placement h
2616 wide false
2617 sideways false
2618 status open
2619
2620 \begin_layout Plain Layout
2621 \begin_inset Caption
2622
2623 \begin_layout Plain Layout
2624 \begin_inset CommandInset label
2625 LatexCommand label
2626 name "tab:a table float"
2627
2628 \end_inset
2629
2630 Eine gleitende Tabelle
2631 \end_layout
2632
2633 \end_inset
2634
2635
2636 \end_layout
2637
2638 \begin_layout Plain Layout
2639 \align center
2640 \begin_inset Tabular
2641 <lyxtabular version="3" rows="3" columns="3">
2642 <features>
2643 <column alignment="center" valignment="top" width="0pt">
2644 <column alignment="center" valignment="top" width="0pt">
2645 <column alignment="center" valignment="top" width="0pt">
2646 <row>
2647 <cell alignment="center" valignment="top" topline="true" bottomline="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 1
2661 \end_layout
2662
2663 \end_inset
2664 </cell>
2665 <cell alignment="center" valignment="top" topline="true" bottomline="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 2
2679 \end_layout
2680
2681 \end_inset
2682 </cell>
2683 <cell alignment="center" valignment="top" topline="true" bottomline="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 3
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 </row>
2702 <row>
2703 <cell alignment="center" valignment="top" topline="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 Martin
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725
2726 \family roman
2727 \series medium
2728 \shape up
2729 \size normal
2730 \emph off
2731 \bar no
2732 \noun off
2733 \color none
2734 Lena
2735 \end_layout
2736
2737 \end_inset
2738 </cell>
2739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743
2744 \family roman
2745 \series medium
2746 \shape up
2747 \size normal
2748 \emph off
2749 \bar no
2750 \noun off
2751 \color none
2752 Alina
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 </row>
2758 <row>
2759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \family roman
2765 \series medium
2766 \shape up
2767 \size normal
2768 \emph off
2769 \bar no
2770 \noun off
2771 \color none
2772 \begin_inset Formula $\int x^{2}dx$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Plain Layout
2784
2785 \family roman
2786 \series medium
2787 \shape up
2788 \size normal
2789 \emph off
2790 \bar no
2791 \noun off
2792 \color none
2793 \begin_inset Formula $\left[\begin{array}{cc}
2794 a & b\\
2795 c & d\end{array}\right]$
2796 \end_inset
2797
2798
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807
2808 \family roman
2809 \series medium
2810 \shape up
2811 \size normal
2812 \emph off
2813 \bar no
2814 \noun off
2815 \color none
2816 \begin_inset Formula $1+1=2$
2817 \end_inset
2818
2819
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 </row>
2825 </lyxtabular>
2826
2827 \end_inset
2828
2829
2830 \end_layout
2831
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \begin_layout Standard
2838 Gleitende Tabellen können über 
2839 \family sans
2840 Einfügen\SpecialChar \menuseparator
2841 Gleitobjekt\SpecialChar \menuseparator
2842 Tabelle
2843 \family default
2844  oder einen Klick auf den Werkzeugleistenknopf 
2845 \begin_inset Graphics
2846         filename ../../images/float-insert_table.png
2847         scale 70
2848         scaleBeforeRotation
2849         BoundingBox 0bp 6bp 22bp 22bp
2850
2851 \end_inset
2852
2853  erzeugt werden.
2854  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2855  In das rot umrahmte Feld rechts von 
2856 \emph on
2857 Tabelle
2858 \begin_inset Space ~
2859 \end_inset
2860
2861 Nr:
2862 \emph default
2863  schreiben Sie die Tabellenbeschriftung.
2864  Nach einem Klick oberhalb oder unterhalb von 
2865 \emph on
2866 Tabelle
2867 \begin_inset Space ~
2868 \end_inset
2869
2870 Nr:
2871 \emph default
2872  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2873 \begin_inset Graphics
2874         filename ../../images/tabular-insert.png
2875         scale 70
2876         scaleBeforeRotation
2877         BoundingBox 0bp 6bp 22bp 22bp
2878
2879 \end_inset
2880
2881  oder dem Menü 
2882 \family sans
2883 Einfügen\SpecialChar \menuseparator
2884 Tabelle
2885 \family default
2886  einfügen.
2887 \end_layout
2888
2889 \begin_layout Standard
2890 Tabelle
2891 \begin_inset Space ~
2892 \end_inset
2893
2894
2895 \begin_inset CommandInset ref
2896 LatexCommand ref
2897 reference "tab:a table float"
2898
2899 \end_inset
2900
2901  ist ein Beispiel für eine gleitende Tabelle.
2902 \end_layout
2903
2904 \begin_layout Standard
2905 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2906 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2907  Das bedeutet, dass bei den Klassen 
2908 \family sans
2909 article
2910 \family default
2911
2912 \family sans
2913 book
2914 \family default
2915
2916 \family sans
2917 letter
2918 \family default
2919 , und 
2920 \family sans
2921 report
2922 \family default
2923  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2924  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2925 \series bold
2926 caption
2927 \series default
2928
2929 \begin_inset Index
2930 status collapsed
2931
2932 \begin_layout Plain Layout
2933 LaTeX-Pakete ! caption
2934 \end_layout
2935
2936 \end_inset
2937
2938  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2939 \begin_inset Foot
2940 status open
2941
2942 \begin_layout Plain Layout
2943 Näheres finden Sie im Abschnitt
2944 \begin_inset Space ~
2945 \end_inset
2946
2947
2948 \begin_inset CommandInset ref
2949 LatexCommand ref
2950 reference "abs:Titel-Platzierung"
2951
2952 \end_inset
2953
2954 .
2955 \end_layout
2956
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \begin_layout Standard
2963
2964 \series bold
2965 tableposition=top
2966 \end_layout
2967
2968 \begin_layout Standard
2969 Das Paket 
2970 \series bold
2971 caption
2972 \series default
2973 , das in Abschnitt
2974 \begin_inset Space ~
2975 \end_inset
2976
2977
2978 \begin_inset CommandInset ref
2979 LatexCommand ref
2980 reference "abs:Titel-Formatierung"
2981
2982 \end_inset
2983
2984 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2985 \end_layout
2986
2987 \begin_layout Standard
2988 \begin_inset Index
2989 status collapsed
2990
2991 \begin_layout Plain Layout
2992 Tabellen ! zitieren
2993 \end_layout
2994
2995 \end_inset
2996
2997 Auf Tabellen kann über ihre Marke verwiesen werden.
2998  Dafür fügen Sie in der Beschriftung mit 
2999 \family sans
3000 Einfügen\SpecialChar \menuseparator
3001 Marke
3002 \family default
3003  oder durch Klicken auf 
3004 \begin_inset Graphics
3005         filename ../../images/label-insert.png
3006         scale 70
3007         scaleBeforeRotation
3008         BoundingBox 0bp 6bp 20bp 20bp
3009
3010 \end_inset
3011
3012  eine Marke ein.
3013  Auf diese können Sie dann wie gewohnt mit 
3014 \family sans
3015 Einfügen\SpecialChar \menuseparator
3016 Querverweis
3017 \family default
3018  oder durch Klicken auf 
3019 \begin_inset Graphics
3020         filename ../../images/dialog-show-new-inset_ref.png
3021         scale 70
3022         scaleBeforeRotation
3023         BoundingBox 0bp 6bp 22bp 22bp
3024
3025 \end_inset
3026
3027  verweisen.
3028  Verweise werden detailliert in Abschnitt
3029 \begin_inset Space ~
3030 \end_inset
3031
3032
3033 \begin_inset CommandInset ref
3034 LatexCommand ref
3035 reference "abs:Auf-Gleitobjekte-verweisen"
3036
3037 \end_inset
3038
3039  beschrieben.
3040 \end_layout
3041
3042 \begin_layout Section
3043 Lange Tabellen
3044 \begin_inset CommandInset label
3045 LatexCommand label
3046 name "abs:Lange-Tabellen"
3047
3048 \end_inset
3049
3050
3051 \begin_inset Index
3052 status collapsed
3053
3054 \begin_layout Plain Layout
3055 Tabellen ! lange
3056 \end_layout
3057
3058 \end_inset
3059
3060
3061 \end_layout
3062
3063 \begin_layout Standard
3064 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3065  Dialogfenster 
3066 \family sans
3067 Tabellen-Einstellungen
3068 \family default
3069  auf der Karteikarte  
3070 \family sans
3071 Lange
3072 \begin_inset Space ~
3073 \end_inset
3074
3075 Tabelle
3076 \family default
3077  die Option 
3078 \family sans
3079 Lange
3080 \begin_inset Space ~
3081 \end_inset
3082
3083 Tabelle
3084 \begin_inset Space ~
3085 \end_inset
3086
3087 verwenden
3088 \family default
3089  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3090  Außerdem werden weitere Optionen aktiviert, die im 
3091 \emph on
3092 Benutzerhandbuch
3093 \emph default
3094  beschrieben sind.
3095 \end_layout
3096
3097 \begin_layout Standard
3098 Hier ist ein Beispiel einer langen Tabelle:
3099 \end_layout
3100
3101 \begin_layout Standard
3102 \align center
3103 \begin_inset Tabular
3104 <lyxtabular version="3" rows="69" columns="3">
3105 <features islongtable="true">
3106 <column alignment="left" valignment="top" width="0cm">
3107 <column alignment="left" valignment="top" width="0pt">
3108 <column alignment="right" valignment="top" width="0pt">
3109 <row endfirsthead="true">
3110 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \series bold
3116 Telefonliste (ignoriere die Namen)
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 </row>
3140 <row endfirsthead="true">
3141 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \series bold
3147 NAME
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \series bold
3167 TEL.
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 </row>
3173 <row endhead="true">
3174 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \series bold
3180 Telefonliste
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 </row>
3204 <row endhead="true">
3205 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \series bold
3211 NAME
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229
3230 \series bold
3231 TEL.
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 </row>
3237 <row endfoot="true">
3238 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \series bold
3244 wird fortgesetzt
3245 \series default
3246  \SpecialChar \ldots{}
3247
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 </row>
3271 <row>
3272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \series bold
3278 Annovi
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell alignment="center" valignment="top" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287 Silvia
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296 111
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 </row>
3302 <row>
3303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307
3308 \series bold
3309 Bertoli
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell alignment="center" valignment="top" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318 Stefano
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 111
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 </row>
3333 <row>
3334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \series bold
3340 Bozzi
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 Walter
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 111
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row>
3365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \series bold
3371 Cachia
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 Maria
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 111
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 </row>
3395 <row>
3396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \series bold
3402 Cachia
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 Maurizio
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 111
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 <row>
3427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 Cinquemani
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 Giusi
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 111
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 </row>
3457 <row>
3458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \series bold
3464 Colin
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 Bernard
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 111
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 </row>
3488 <row>
3489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495 Concli
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 Gianfranco
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 111
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 <row>
3520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524
3525 \series bold
3526 Dal Bosco
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 Carolina
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 111
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row>
3551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \series bold
3557 Dalpiaz
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 Annamaria
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 111
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 <row>
3582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586
3587 \series bold
3588 Feliciello
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 Domenico
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 111
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 </row>
3612 <row>
3613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617
3618 \series bold
3619 Focarelli
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 Paola
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 111
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648
3649 \series bold
3650 Galletti
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 Oreste
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 111
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 </row>
3674 <row>
3675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679
3680 \series bold
3681 Gasparini
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 Franca
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 111
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 </row>
3705 <row>
3706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710
3711 \series bold
3712 Rizzardi
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 Paola
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 111
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 </row>
3736 <row>
3737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741
3742 \series bold
3743 Lassini
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 Giancarlo
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 111
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 <row>
3768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772
3773 \series bold
3774 Malfatti
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Luciano
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 111
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row>
3799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \series bold
3805 Malfatti
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 Valeriano
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 111
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row>
3830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834
3835 \series bold
3836 Meneguzzo
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 Roberto
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 111
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 </row>
3860 <row>
3861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865
3866 \series bold
3867 Mezzadra
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Roberto
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 111
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 </row>
3891 <row>
3892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896
3897 \series bold
3898 Pirpamer
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 Erich
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 111
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 </row>
3922 <row>
3923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927
3928 \series bold
3929 Pochiesa
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 Paolo
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 111, 222
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 </row>
3953 <row>
3954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958
3959 \series bold
3960 Radina
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 Claudio
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 111
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 </row>
3984 <row>
3985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989
3990 \series bold
3991 Stuffer
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 Oskar
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 111
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 </row>
4015 <row>
4016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020
4021 \series bold
4022 Tacchelli
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 Ugo
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 111
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 </row>
4046 <row>
4047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051
4052 \series bold
4053 Tezzele
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 Margit
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 111
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 </row>
4077 <row>
4078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082
4083 \series bold
4084 Unterkalmsteiner
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 Frieda
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 111
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113
4114 \series bold
4115 Vieider
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 Hilde
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 111
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 </row>
4139 <row>
4140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144
4145 \series bold
4146 Vigna
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Jürgen
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 111
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \series bold
4177 Weber
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 Maurizio
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 111
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \series bold
4208 Winkler
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 Franz
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 111
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237  
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Annovi
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Silvia
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 555
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Bertoli
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Stefano
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 555
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \series bold
4330 Bozzi
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 Walter
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 555
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 <row>
4355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \series bold
4361 Cachia
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 Maria
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 555
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390
4391 \series bold
4392 Cachia
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 Maurizio
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 555
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Cinquemani
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Giusi
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 555
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Colin
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Bernard
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 555
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Concli
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Gianfranco
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 555
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Dal Bosco
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Carolina
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 555
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Dalpiaz
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Annamaria
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 555
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576
4577 \series bold
4578 Feliciello
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 Domenico
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 555
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 </row>
4602 <row>
4603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607
4608 \series bold
4609 Focarelli
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 Paola
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 555
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 </row>
4633 <row>
4634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638
4639 \series bold
4640 Galletti
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 Oreste
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 555
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 </row>
4664 <row>
4665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669
4670 \series bold
4671 Gasparini
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 Franca
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 555
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 </row>
4695 <row>
4696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700
4701 \series bold
4702 Rizzardi
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 Paola
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 555
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \series bold
4733 Lassini
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 Giancarlo
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 555
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row>
4758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762
4763 \series bold
4764 Malfatti
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 Luciano
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 555
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 <row>
4789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793
4794 \series bold
4795 Malfatti
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 Valeriano
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 555
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 </row>
4819 <row>
4820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824
4825 \series bold
4826 Meneguzzo
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 Roberto
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 555
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 </row>
4850 <row>
4851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855
4856 \series bold
4857 Mezzadra
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 Roberto
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 555
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 </row>
4881 <row>
4882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886
4887 \series bold
4888 Pirpamer
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 Erich
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 555
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 </row>
4912 <row>
4913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917
4918 \series bold
4919 Pochiesa
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 Paolo
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 555, 222
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 </row>
4943 <row>
4944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948
4949 \series bold
4950 Radina
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 Claudio
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 555
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 </row>
4974 <row>
4975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979
4980 \series bold
4981 Stuffer
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 Oskar
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 555
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 </row>
5005 <row>
5006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010
5011 \series bold
5012 Tacchelli
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 Ugo
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 555
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 </row>
5036 <row>
5037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041
5042 \series bold
5043 Tezzele
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 Margit
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 555
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 </row>
5067 <row>
5068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072
5073 \series bold
5074 Unterkalmsteiner
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 Frieda
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 555
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 <row>
5099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103
5104 \series bold
5105 Vieider
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 Hilde
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123 555
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 <row>
5130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134
5135 \series bold
5136 Vigna
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 Jürgen
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 999
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 </row>
5160 <row>
5161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165
5166 \series bold
5167 Weber
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 Maurizio
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185 555
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 </row>
5191 <row>
5192 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196
5197 \series bold
5198 Winkler
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 Franz
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 555
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 </row>
5222 <row endlastfoot="true">
5223 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227
5228 \series bold
5229 Ende
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 </row>
5253 </lyxtabular>
5254
5255 \end_inset
5256
5257
5258 \begin_inset ERT
5259 status collapsed
5260
5261 \begin_layout Plain Layout
5262
5263
5264 \backslash
5265 addtocounter{table}{-1}
5266 \end_layout
5267
5268 \end_inset
5269
5270
5271 \begin_inset Note Note
5272 status collapsed
5273
5274 \begin_layout Plain Layout
5275 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt
5276 \begin_inset Space ~
5277 \end_inset
5278
5279
5280 \begin_inset CommandInset ref
5281 LatexCommand ref
5282 reference "uab:Titel-für-lange"
5283
5284 \end_inset
5285
5286
5287 \end_layout
5288
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \begin_layout Subsection
5295 Fußnoten in langen Tabellen
5296 \begin_inset CommandInset label
5297 LatexCommand label
5298 name "uab:Fußnoten-in-langen"
5299
5300 \end_inset
5301
5302
5303 \begin_inset Index
5304 status collapsed
5305
5306 \begin_layout Plain Layout
5307 Tabellen ! lange ! Fußnoten
5308 \end_layout
5309
5310 \end_inset
5311
5312
5313 \end_layout
5314
5315 \begin_layout Standard
5316 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5317  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5318  Tabelle
5319 \begin_inset Space ~
5320 \end_inset
5321
5322
5323 \begin_inset CommandInset ref
5324 LatexCommand ref
5325 reference "tab:DiffCaptions"
5326
5327 \end_inset
5328
5329  hat zum Beispiel eine Fußnote.
5330 \end_layout
5331
5332 \begin_layout Subsection
5333 Ausrichtung langer Tabellen
5334 \begin_inset Index
5335 status collapsed
5336
5337 \begin_layout Plain Layout
5338 Tabellen ! lange ! Ausrichtung
5339 \end_layout
5340
5341 \end_inset
5342
5343
5344 \end_layout
5345
5346 \begin_layout Standard
5347 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5348  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5349 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5350  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5351  Längen 
5352 \series bold
5353
5354 \backslash
5355 LTleft 
5356 \series default
5357 und 
5358 \series bold
5359
5360 \backslash
5361 LTright
5362 \series default
5363  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5364  wird:
5365 \end_layout
5366
5367 \begin_layout Standard
5368
5369 \series bold
5370
5371 \backslash
5372 setlength{
5373 \backslash
5374 LTleft}{Wert}
5375 \end_layout
5376
5377 \begin_layout Standard
5378 Wobei der Wert eine der in Tabelle
5379 \begin_inset Space ~
5380 \end_inset
5381
5382
5383 \begin_inset CommandInset ref
5384 LatexCommand ref
5385 reference "tab:Maßeinheiten"
5386
5387 \end_inset
5388
5389  aufgelisteten Einheiten haben kann.
5390  
5391 \series bold
5392
5393 \backslash
5394 LTleft
5395 \series default
5396  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5397  
5398 \series bold
5399
5400 \backslash
5401 LTright
5402 \series default
5403  den Abstand von rechts.
5404  Die Voreinstellung für beide Werte ist 
5405 \series bold
5406
5407 \backslash
5408 fill
5409 \series default
5410 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5411  in LyX ist.
5412 \end_layout
5413
5414 \begin_layout Standard
5415 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5416 \series bold
5417
5418 \backslash
5419 LTleft
5420 \series default
5421  auf den Wert 0
5422 \begin_inset Space \thinspace{}
5423 \end_inset
5424
5425 pt gesetzt wurde.
5426 \begin_inset ERT
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430
5431
5432 \backslash
5433 setlength{
5434 \backslash
5435 LTleft}{0pt}
5436 \end_layout
5437
5438 \end_inset
5439
5440
5441 \end_layout
5442
5443 \begin_layout Standard
5444 \begin_inset Tabular
5445 <lyxtabular version="3" rows="5" columns="5">
5446 <features islongtable="true">
5447 <column alignment="center" valignment="top" width="0">
5448 <column alignment="center" valignment="top" width="0">
5449 <column alignment="center" valignment="top" width="0">
5450 <column alignment="center" valignment="top" width="0">
5451 <column alignment="center" valignment="top" width="0">
5452 <row>
5453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 1
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 2
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 3
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484 4
5485 \end_layout
5486
5487 \end_inset
5488 </cell>
5489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493 5
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 </row>
5499 <row>
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 asd
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" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 s
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 asd
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 </row>
5546 <row>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 asd
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" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 s
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 asd
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 </row>
5593 <row>
5594 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 s
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 s
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625 s
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 asd
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row>
5641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 asd
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 asd
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 asd
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 asd
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 asd
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 </row>
5687 </lyxtabular>
5688
5689 \end_inset
5690
5691
5692 \begin_inset ERT
5693 status collapsed
5694
5695 \begin_layout Plain Layout
5696
5697
5698 \backslash
5699 setlength{
5700 \backslash
5701 LTleft}{
5702 \backslash
5703 fill}
5704 \end_layout
5705
5706 \end_inset
5707
5708
5709 \end_layout
5710
5711 \begin_layout Subsection
5712 Beschriftungen lange Tabellen
5713 \begin_inset Index
5714 status collapsed
5715
5716 \begin_layout Plain Layout
5717 Tabellen ! lange ! Titel
5718 \end_layout
5719
5720 \end_inset
5721
5722
5723 \begin_inset CommandInset label
5724 LatexCommand label
5725 name "uab:Titel-für-lange"
5726
5727 \end_inset
5728
5729
5730 \end_layout
5731
5732 \begin_layout Standard
5733 Eine 
5734 \family sans
5735 lange
5736 \begin_inset Space ~
5737 \end_inset
5738
5739 Tabelle
5740 \family default
5741  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5742  Seite gedruckt werden können.
5743  Aber die 
5744 \family sans
5745 Legende
5746 \family default
5747 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5748 \end_layout
5749
5750 \begin_layout Standard
5751 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5752 \end_layout
5753
5754 \begin_layout Enumerate
5755 Erstellen Sie eine 
5756 \family sans
5757 lange
5758 \begin_inset Space ~
5759 \end_inset
5760
5761 Tabelle
5762 \family default
5763 .
5764 \end_layout
5765
5766 \begin_layout Enumerate
5767 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5768 \end_layout
5769
5770 \begin_layout Enumerate
5771 Fügen Sie 
5772 \family sans
5773 mit Einfügen\SpecialChar \menuseparator
5774 Legende
5775 \family default
5776  eine Beschriftung in die erste Tabellenzelle.
5777  Sie können auch noch einen Kurztitel hinzufügen, 
5778 \family sans
5779 Einfügen\SpecialChar \menuseparator
5780 Kurztitel
5781 \family default
5782 .
5783 \end_layout
5784
5785 \begin_layout Enumerate
5786 Fügen Sie hinter dem Titel 
5787 \series bold
5788
5789 \begin_inset Quotes gld
5790 \end_inset
5791
5792
5793 \backslash
5794
5795 \backslash
5796 %
5797 \series default
5798
5799 \begin_inset Quotes grd
5800 \end_inset
5801
5802  als TeX-Code ein.
5803 \end_layout
5804
5805 \begin_layout Standard
5806 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5807  gedruckt.
5808  Die Zeichen 
5809 \series bold
5810
5811 \begin_inset Quotes gld
5812 \end_inset
5813
5814
5815 \backslash
5816
5817 \backslash
5818 %
5819 \series default
5820
5821 \begin_inset Quotes grd
5822 \end_inset
5823
5824  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5825  weg.
5826  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5827  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5828 \end_layout
5829
5830 \begin_layout Standard
5831 Hier ist eine kleine 
5832 \family sans
5833 lange
5834 \begin_inset Space ~
5835 \end_inset
5836
5837 Tabelle
5838 \family default
5839 , die zeigt, wie das funktioniert:
5840 \end_layout
5841
5842 \begin_layout Standard
5843 \begin_inset Tabular
5844 <lyxtabular version="3" rows="6" columns="5">
5845 <features islongtable="true">
5846 <column alignment="center" valignment="top" width="0">
5847 <column alignment="center" valignment="top" width="0">
5848 <column alignment="center" valignment="top" width="0">
5849 <column alignment="center" valignment="top" width="0">
5850 <column alignment="center" valignment="top" width="0">
5851 <row caption="true">
5852 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 \begin_inset Caption
5857
5858 \begin_layout Plain Layout
5859 Eine 
5860 \family sans
5861 lange
5862 \begin_inset Space ~
5863 \end_inset
5864
5865 Tabelle
5866 \family default
5867  mit Titel
5868 \begin_inset OptArg
5869 status open
5870
5871 \begin_layout Plain Layout
5872 Lange Tabelle
5873 \end_layout
5874
5875 \end_inset
5876
5877
5878 \end_layout
5879
5880 \end_inset
5881
5882
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 </row>
5924 <row>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 1
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 2
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 3
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 4
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 5
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 </row>
5971 <row>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 asd
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" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 s
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 asd
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 </row>
6018 <row>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 asd
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" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 s
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 asd
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 s
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 s
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 s
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 asd
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 </row>
6112 <row>
6113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 asd
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 asd
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 asd
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 asd
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 asd
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 </lyxtabular>
6160
6161 \end_inset
6162
6163
6164 \end_layout
6165
6166 \begin_layout Standard
6167 \begin_inset VSpace medskip
6168 \end_inset
6169
6170
6171 \begin_inset Note Greyedout
6172 status open
6173
6174 \begin_layout Plain Layout
6175
6176 \series bold
6177 Bemerkung
6178 \begin_inset Space ~
6179 \end_inset
6180
6181 1:
6182 \series default
6183  Die Tabellennummer wird für jede 
6184 \family sans
6185 lange
6186 \begin_inset Space ~
6187 \end_inset
6188
6189 Tabelle
6190 \family default
6191  erhöht, auch wenn Sie keinen Titel vergeben.
6192  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6193 \begin_inset Space ~
6194 \end_inset
6195
6196 2.4 auf Tabelle
6197 \begin_inset Space ~
6198 \end_inset
6199
6200 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei
6201 \family sans
6202  lange
6203 \begin_inset Space ~
6204 \end_inset
6205
6206 Tabellen
6207 \family default
6208  ohne Titel sind.
6209  Um das zu vermeiden, können Sie hinter jede 
6210 \family sans
6211 lange
6212 \begin_inset Space ~
6213 \end_inset
6214
6215 Tabelle
6216 \family default
6217  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
6218 \end_layout
6219
6220 \begin_layout Plain Layout
6221
6222 \series bold
6223
6224 \backslash
6225 addtocounter{table}{-1}
6226 \end_layout
6227
6228 \end_inset
6229
6230
6231 \end_layout
6232
6233 \begin_layout Standard
6234 \begin_inset Note Greyedout
6235 status open
6236
6237 \begin_layout Plain Layout
6238
6239 \series bold
6240 Bemerkung
6241 \begin_inset Space ~
6242 \end_inset
6243
6244 2:
6245 \series default
6246  Wenn Sie das LaTeX-Paket 
6247 \series bold
6248 hyperref
6249 \series default
6250
6251 \begin_inset Index
6252 status collapsed
6253
6254 \begin_layout Plain Layout
6255 LaTeX-Pakete ! hyperref
6256 \end_layout
6257
6258 \end_inset
6259
6260  für Querverweise benutzen, wird der Verweis auf eine 
6261 \family sans
6262 lange
6263 \begin_inset Space ~
6264 \end_inset
6265
6266 Tabelle
6267 \family default
6268  immer auf den Anfang des Dokuments zeigen.
6269 \end_layout
6270
6271 \end_inset
6272
6273
6274 \begin_inset Newpage newpage
6275 \end_inset
6276
6277
6278 \end_layout
6279
6280 \begin_layout Subsubsection
6281 Querverweise auf 
6282 \family sans
6283 lange
6284 \begin_inset Space ~
6285 \end_inset
6286
6287 Tabelle
6288 \family default
6289 n
6290 \begin_inset Index
6291 status collapsed
6292
6293 \begin_layout Plain Layout
6294 Tabellen ! lange ! Querverweis
6295 \end_layout
6296
6297 \end_inset
6298
6299
6300 \end_layout
6301
6302 \begin_layout Standard
6303 \begin_inset Tabular
6304 <lyxtabular version="3" rows="6" columns="5">
6305 <features islongtable="true">
6306 <column alignment="center" valignment="top" width="0">
6307 <column alignment="center" valignment="top" width="0">
6308 <column alignment="center" valignment="top" width="0">
6309 <column alignment="center" valignment="top" width="0">
6310 <column alignment="center" valignment="top" width="0">
6311 <row caption="true">
6312 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 \begin_inset Caption
6317
6318 \begin_layout Plain Layout
6319
6320 \family sans
6321 Lange
6322 \begin_inset Space ~
6323 \end_inset
6324
6325 Tabelle
6326 \family default
6327  mit Marke
6328 \begin_inset CommandInset label
6329 LatexCommand label
6330 name "tab:LangeTabelle-mit-Marke"
6331
6332 \end_inset
6333
6334
6335 \end_layout
6336
6337 \end_inset
6338
6339
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 1
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 2
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 3
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 4
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 5
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 <row>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 asd
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" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 s
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 asd
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 </row>
6475 <row>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 asd
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" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 s
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516 asd
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 </row>
6522 <row>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 asd
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 s
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545 s
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 s
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 asd
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row>
6570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 asd
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 sad
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 asd
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 asd
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 asd
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 </row>
6616 </lyxtabular>
6617
6618 \end_inset
6619
6620
6621 \end_layout
6622
6623 \begin_layout Standard
6624 Damit auf eine 
6625 \family sans
6626 lange
6627 \begin_inset Space ~
6628 \end_inset
6629
6630 Tabelle
6631 \family default
6632  verwiesen werden kann, müssen Sie eine 
6633 \family sans
6634 Marke
6635 \family default
6636  im Titel einfügen.
6637  Beachten Sie dabei, dass Sie 
6638 \emph on
6639
6640 \begin_inset Quotes gld
6641 \end_inset
6642
6643 tab:
6644 \emph default
6645
6646 \begin_inset Quotes grd
6647 \end_inset
6648
6649  selber ins Markenfeld schreiben müssen.
6650 \end_layout
6651
6652 \begin_layout Standard
6653 Dies ist ein Verweis auf Tabelle
6654 \begin_inset Space ~
6655 \end_inset
6656
6657
6658 \begin_inset CommandInset ref
6659 LatexCommand ref
6660 reference "tab:LangeTabelle-mit-Marke"
6661
6662 \end_inset
6663
6664 .
6665 \end_layout
6666
6667 \begin_layout Standard
6668 Mit dem LaTeX-Paket 
6669 \series bold
6670 caption
6671 \series default
6672
6673 \begin_inset Index
6674 status collapsed
6675
6676 \begin_layout Plain Layout
6677 LaTeX-Pakete ! caption
6678 \end_layout
6679
6680 \end_inset
6681
6682 , siehe Abschnitt
6683 \begin_inset Space ~
6684 \end_inset
6685
6686
6687 \begin_inset CommandInset ref
6688 LatexCommand ref
6689 reference "abs:Titel-Formatierung"
6690
6691 \end_inset
6692
6693 , können Sie alle anderen 
6694 \family sans
6695 Legende
6696 \family default
6697 -Optionen benutzen.
6698 \end_layout
6699
6700 \begin_layout Subsubsection
6701 Titelbreite
6702 \begin_inset Index
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706 Tabellen ! lange ! Beschriftungsbreite
6707 \end_layout
6708
6709 \end_inset
6710
6711
6712 \end_layout
6713
6714 \begin_layout Standard
6715 Die maximale Titelbreite wird durch die Variable 
6716 \series bold
6717
6718 \backslash
6719 LTcapwidth
6720 \series default
6721  definiert.
6722  Ihr Standardwert ist 4
6723 \begin_inset Space \thinspace{}
6724 \end_inset
6725
6726 Zoll (
6727 \begin_inset Formula $\approx10$
6728 \end_inset
6729
6730
6731 \begin_inset Space \thinspace{}
6732 \end_inset
6733
6734 cm).
6735  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6736  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6737 \end_layout
6738
6739 \begin_layout Standard
6740
6741 \series bold
6742
6743 \backslash
6744 setlength{
6745 \backslash
6746 LTcapwidth}{Breite}
6747 \end_layout
6748
6749 \begin_layout Standard
6750 wobei 
6751 \family typewriter
6752 Breite
6753 \family default
6754  eine der in Anhang
6755 \begin_inset Space ~
6756 \end_inset
6757
6758
6759 \begin_inset CommandInset ref
6760 LatexCommand ref
6761 reference "kap:In-LyX-verfügbare"
6762
6763 \end_inset
6764
6765  aufgelisteten Einheiten haben kann.
6766 \end_layout
6767
6768 \begin_layout Standard
6769 Die beiden folgenden Tabellen zeigen den Unterschied:
6770 \end_layout
6771
6772 \begin_layout Standard
6773 \begin_inset Tabular
6774 <lyxtabular version="3" rows="6" columns="5">
6775 <features islongtable="true">
6776 <column alignment="center" valignment="top" width="0">
6777 <column alignment="center" valignment="top" width="0">
6778 <column alignment="center" valignment="top" width="0">
6779 <column alignment="center" valignment="top" width="0">
6780 <column alignment="center" valignment="top" width="0">
6781 <row caption="true">
6782 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 \begin_inset Caption
6787
6788 \begin_layout Plain Layout
6789 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
6790  Titel 
6791 \begin_inset OptArg
6792 status open
6793
6794 \begin_layout Plain Layout
6795 Titel mit Standardbreite
6796 \end_layout
6797
6798 \end_inset
6799
6800
6801 \end_layout
6802
6803 \end_inset
6804
6805
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 </row>
6847 <row>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 1
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 2
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 3
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 4
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 5
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 </row>
6894 <row>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 asd
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" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 s
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 asd
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 </row>
6941 <row>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 asd
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" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 s
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 asd
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 </row>
6988 <row>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 asd
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 s
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 s
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 asd
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 </row>
7035 <row>
7036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 asd
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 sad
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 asd
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 </lyxtabular>
7083
7084 \end_inset
7085
7086
7087 \end_layout
7088
7089 \begin_layout Standard
7090 \begin_inset ERT
7091 status collapsed
7092
7093 \begin_layout Plain Layout
7094
7095
7096 \backslash
7097 setlength{
7098 \backslash
7099 LTcapwidth}{5cm}
7100 \end_layout
7101
7102 \end_inset
7103
7104
7105 \begin_inset Tabular
7106 <lyxtabular version="3" rows="6" columns="5">
7107 <features islongtable="true">
7108 <column alignment="center" valignment="top" width="0">
7109 <column alignment="center" valignment="top" width="0">
7110 <column alignment="center" valignment="top" width="0">
7111 <column alignment="center" valignment="top" width="0">
7112 <column alignment="center" valignment="top" width="0">
7113 <row caption="true">
7114 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 \begin_inset Caption
7119
7120 \begin_layout Plain Layout
7121 Langer Titel mit 5
7122 \begin_inset Space \thinspace{}
7123 \end_inset
7124
7125 cm Breite, Langer Titel mit 5
7126 \begin_inset Space \thinspace{}
7127 \end_inset
7128
7129 cm Breite, Langer Titel mit 5
7130 \begin_inset Space \thinspace{}
7131 \end_inset
7132
7133 cm Breite, Langer Titel mit 5
7134 \begin_inset Space \thinspace{}
7135 \end_inset
7136
7137 cm Breite 
7138 \begin_inset OptArg
7139 status open
7140
7141 \begin_layout Plain Layout
7142 Titel mit 5
7143 \begin_inset Space \thinspace{}
7144 \end_inset
7145
7146 cm Breite
7147 \end_layout
7148
7149 \end_inset
7150
7151
7152 \end_layout
7153
7154 \end_inset
7155
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 </row>
7198 <row>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 1
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 2
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 3
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 4
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 5
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 </row>
7245 <row>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 asd
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" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 s
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 asd
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 </row>
7292 <row>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 asd
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" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 s
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 asd
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 </row>
7339 <row>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 asd
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 s
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 s
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 s
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 asd
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 </row>
7386 <row>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 asd
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 sad
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 asd
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 asd
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427 asd
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 </row>
7433 </lyxtabular>
7434
7435 \end_inset
7436
7437
7438 \begin_inset ERT
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442
7443
7444 \backslash
7445 setlength{
7446 \backslash
7447 LTcapwidth}{4in}
7448 \end_layout
7449
7450 \end_inset
7451
7452
7453 \begin_inset Note Note
7454 status collapsed
7455
7456 \begin_layout Plain Layout
7457 Beschriftungsbreite zurücksetzen
7458 \end_layout
7459
7460 \end_inset
7461
7462
7463 \end_layout
7464
7465 \begin_layout Standard
7466 \begin_inset Note Greyedout
7467 status open
7468
7469 \begin_layout Plain Layout
7470
7471 \series bold
7472 Achtung:
7473 \series default
7474  Wenn das LaTeX-Paket 
7475 \series bold
7476 caption
7477 \series default
7478
7479 \begin_inset Index
7480 status collapsed
7481
7482 \begin_layout Plain Layout
7483 LaTeX-Pakete ! caption
7484 \end_layout
7485
7486 \end_inset
7487
7488  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7489  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7490  4
7491 \begin_inset Space \thinspace{}
7492 \end_inset
7493
7494 Zoll für 
7495 \series bold
7496
7497 \backslash
7498 LTcapwidth
7499 \series default
7500  benutzen.
7501  Um in diesem Fall eine genau a 4
7502 \begin_inset Space \thinspace{}
7503 \end_inset
7504
7505 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7506  4
7507 \begin_inset Space \thinspace{}
7508 \end_inset
7509
7510 Zoll veränderten Wert wie z.
7511 \begin_inset Space \thinspace{}
7512 \end_inset
7513
7514 B.
7515  3.99
7516 \begin_inset Space \thinspace{}
7517 \end_inset
7518
7519 Zoll verwenden oder den LaTeX-Befehl 
7520 \series bold
7521
7522 \backslash
7523 captionsetup{width=Wert}
7524 \series default
7525  benutzen, der vom 
7526 \series bold
7527 caption
7528 \series default
7529 -Paket bereitgestellt wird.
7530 \end_layout
7531
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \begin_layout Subsubsection
7538 Unterschiedliche Titel für Tabellenseiten
7539 \begin_inset Index
7540 status collapsed
7541
7542 \begin_layout Plain Layout
7543 Tabellen ! lange ! mehrere Titel
7544 \end_layout
7545
7546 \end_inset
7547
7548
7549 \end_layout
7550
7551 \begin_layout Standard
7552 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7553  die erste, müssen Sie eine 
7554 \family sans
7555 Legende
7556 \family default
7557  mit einem nicht-leeren 
7558 \family sans
7559 Kurztitel
7560 \family default
7561  in eine leere Legende-Zeile, die als 
7562 \family sans
7563 Erste
7564 \begin_inset Space ~
7565 \end_inset
7566
7567 Kopfzeile
7568 \family default
7569  definiert wurde, einfügen.
7570  Der Titel für die anderen Tabellenseiten wird als 
7571 \family sans
7572 Legende
7573 \family default
7574  ohne 
7575 \family sans
7576 Kurztitel
7577 \family default
7578  in eine leere Legende-Zeile, die als 
7579 \family sans
7580 Kopfzeile
7581 \family default
7582  definiert wurde, einfügen.
7583  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7584  Befehl
7585 \end_layout
7586
7587 \begin_layout Standard
7588
7589 \series bold
7590
7591 \backslash
7592 caption*{caption text}
7593 \end_layout
7594
7595 \begin_layout Standard
7596 anstatt der 
7597 \family sans
7598 Legende
7599 \family default
7600 -Umgebung von LyX benutzen.
7601  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7602  den Titel der 
7603 \family sans
7604 Ersten
7605 \begin_inset Space ~
7606 \end_inset
7607
7608 Kopfzeile
7609 \family default
7610  eingefügt werden.
7611  Tabelle
7612 \begin_inset Space ~
7613 \end_inset
7614
7615
7616 \begin_inset CommandInset ref
7617 LatexCommand ref
7618 reference "tab:DiffCaptions"
7619
7620 \end_inset
7621
7622  ist ein Beispiel für eine 
7623 \family sans
7624 lange
7625 \begin_inset Space ~
7626 \end_inset
7627
7628 Tabelle
7629 \family default
7630  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7631 \end_layout
7632
7633 \begin_layout Standard
7634 \align center
7635 \begin_inset Tabular
7636 <lyxtabular version="3" rows="60" columns="3">
7637 <features islongtable="true">
7638 <column alignment="left" valignment="top" width="0cm">
7639 <column alignment="left" valignment="top" width="0pt">
7640 <column alignment="right" valignment="top" width="0pt">
7641 <row endfirsthead="true" caption="true">
7642 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 \begin_inset Caption
7647
7648 \begin_layout Plain Layout
7649 Telefonliste
7650 \begin_inset CommandInset label
7651 LatexCommand label
7652 name "tab:DiffCaptions"
7653
7654 \end_inset
7655
7656
7657 \begin_inset OptArg
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661 Telefonliste
7662 \end_layout
7663
7664 \end_inset
7665
7666
7667 \end_layout
7668
7669 \end_inset
7670
7671
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 </row>
7695 <row endfirsthead="true">
7696 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700
7701 \series bold
7702 Telefonliste (ignoriere die Namen)
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 </row>
7726 <row endfirsthead="true">
7727 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \series bold
7733 NAME
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751
7752 \series bold
7753 TEL.
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row endhead="true" caption="true">
7760 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 \begin_inset ERT
7765 status open
7766
7767 \begin_layout Plain Layout
7768
7769
7770 \backslash
7771 caption*{Fortsetzung der Telefonliste}
7772 \backslash
7773
7774 \backslash
7775 %
7776 \end_layout
7777
7778 \end_inset
7779
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 </row>
7804 <row endhead="true">
7805 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809
7810 \series bold
7811 Telefonliste
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 </row>
7835 <row endhead="true">
7836 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840
7841 \series bold
7842 NAME
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \series bold
7862 TEL.
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 <row endfoot="true">
7869 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 wird fortgesetzt\SpecialChar \ldots{}
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 </row>
7898 <row>
7899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \series bold
7905 Annovi
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914 Silvia
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 111
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 </row>
7929 <row>
7930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \series bold
7936 Bertoli
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945 Stefano
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 111
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row>
7961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \series bold
7967 Bozzi
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 Walter
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 111
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row>
7992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \series bold
7998 Cachia
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 Maria
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 111
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \series bold
8029 Cachia
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 Maurizio
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 111
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 </row>
8053 <row>
8054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058
8059 \series bold
8060 Cinquemani
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 Giusi
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 111
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \series bold
8091 Colin
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 Bernard
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 111
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \series bold
8122 Concli
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 Gianfranco
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 111
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \series bold
8153 Dal Bosco
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Carolina
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 111
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \series bold
8184 Dalpiaz
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Annamaria
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 111
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \series bold
8215 Feliciello
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 Domenico
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 111
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \series bold
8246 Focarelli
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Paola
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 111
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \series bold
8277 Galletti
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 Oreste
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 111
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \series bold
8308 Gasparini
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 Franca
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 111
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \series bold
8339 Rizzardi
8340 \series default
8341
8342 \begin_inset Foot
8343 status open
8344
8345 \begin_layout Plain Layout
8346 Beispielfußnote
8347 \end_layout
8348
8349 \end_inset
8350
8351
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 Paola
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 111
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380
8381 \series bold
8382 Lassini
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 Giancarlo
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 111
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411
8412 \series bold
8413 Malfatti
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 Luciano
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 111
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \series bold
8444 Malfatti
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 Valeriano
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 111
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \series bold
8475 Meneguzzo
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 Roberto
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 111
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \series bold
8506 Mezzadra
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 Roberto
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 111
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 </row>
8530 <row>
8531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535
8536 \series bold
8537 Pirpamer
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 Erich
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 111
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \series bold
8568 Pochiesa
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 Paolo
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 111, 222
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 <row>
8593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597
8598 \series bold
8599 Radina
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 Claudio
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 111
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \series bold
8630 Stuffer
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Oskar
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 111
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \series bold
8661 Tacchelli
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 Ugo
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 111
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \series bold
8692 Tezzele
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 Margit
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 111
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \series bold
8723 Unterkalmsteiner
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Frieda
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 111
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \series bold
8754 Vieider
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 Hilde
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 111
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \series bold
8785 Vigna
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Jürgen
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 111
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \series bold
8816 Weber
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 Maurizio
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 111
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Winkler
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Franz
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 111
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876  
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907 Annovi
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Silvia
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 555
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \series bold
8938 Bertoli
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 Stefano
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 555
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 <row>
8963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \series bold
8969 Bozzi
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 Walter
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 555
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row>
8994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998
8999 \series bold
9000 Cachia
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 Maria
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 555
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \series bold
9031 Cachia
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 Maurizio
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 555
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 </row>
9055 <row>
9056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060
9061 \series bold
9062 Cinquemani
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 Giusi
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 555
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091
9092 \series bold
9093 Colin
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 Bernard
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 555
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 </row>
9117 <row>
9118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122
9123 \series bold
9124 Concli
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 Gianfranco
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 555
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 </row>
9148 <row>
9149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153
9154 \series bold
9155 Dal Bosco
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 Carolina
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 555
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 </row>
9179 <row>
9180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184
9185 \series bold
9186 Dalpiaz
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195 Annamaria
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 555
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \series bold
9217 Feliciello
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 Domenico
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 555
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row>
9242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \series bold
9248 Focarelli
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 Paola
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 555
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row>
9273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \series bold
9279 Galletti
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 Oreste
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 555
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 </row>
9303 <row>
9304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308
9309 \series bold
9310 Gasparini
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 Franca
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 555
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 </row>
9334 <row>
9335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339
9340 \series bold
9341 Rizzardi
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 Paola
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 555
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \series bold
9372 Lassini
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 Giancarlo
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 555
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 </row>
9396 <row>
9397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401
9402 \series bold
9403 Malfatti
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412 Luciano
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 555
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 </row>
9427 <row>
9428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432
9433 \series bold
9434 Malfatti
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 Valeriano
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452 555
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 </row>
9458 <row>
9459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463
9464 \series bold
9465 Meneguzzo
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 Roberto
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483 555
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 </row>
9489 <row>
9490 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \series bold
9496 Mezzadra
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 Roberto
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 555
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row endlastfoot="true">
9521 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 </lyxtabular>
9550
9551 \end_inset
9552
9553
9554 \end_layout
9555
9556 \begin_layout Section
9557 Weitere Möglichkeiten für 
9558 \family sans
9559 lange Tabelle
9560 \family default
9561 n
9562 \begin_inset CommandInset label
9563 LatexCommand label
9564 name "abs:Special-Longtable-Issues"
9565
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \begin_layout Subsection
9572 L
9573 \family sans
9574 ange Tabelle
9575 \family default
9576 n: Berechnung
9577 \begin_inset Index
9578 status collapsed
9579
9580 \begin_layout Plain Layout
9581 Tabellen ! lange ! Berechnung
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \begin_layout Standard
9590 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9591  sogenannten 
9592 \emph on
9593 chunks
9594 \emph default
9595  (chunks).
9596  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9597  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9598  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9599  das die Druckausgabe.
9600  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9601  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9602  einfügen:
9603 \end_layout
9604
9605 \begin_layout Standard
9606
9607 \series bold
9608
9609 \backslash
9610 setcounter{LTchunksize}{100}
9611 \end_layout
9612
9613 \begin_layout Subsection
9614 Gleitobjekte und L
9615 \family sans
9616 ange Tabelle
9617 \family default
9618 n
9619 \begin_inset Index
9620 status collapsed
9621
9622 \begin_layout Plain Layout
9623 Tabellen ! lange ! und Gleitobjekte
9624 \end_layout
9625
9626 \end_inset
9627
9628
9629 \end_layout
9630
9631 \begin_layout Standard
9632 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9633 \family sans
9634 lange
9635 \begin_inset Space ~
9636 \end_inset
9637
9638 Tabelle
9639 \family default
9640  beginnt, ein Gleitobjekt befindet.
9641  Um das zu vermeiden, können Sie vor der 
9642 \family sans
9643 langen
9644 \begin_inset Space ~
9645 \end_inset
9646
9647 Tabelle
9648 \family default
9649  den LaTeX-Befehl
9650 \series bold
9651  
9652 \backslash
9653 clearpage
9654 \series default
9655  als TeX-Code einfügen.
9656 \end_layout
9657
9658 \begin_layout Subsection
9659 Manuelle Seitenumbrüche
9660 \begin_inset Index
9661 status collapsed
9662
9663 \begin_layout Plain Layout
9664 Tabellen ! lange ! manueller Seitenumbruch
9665 \end_layout
9666
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \begin_layout Standard
9673 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9674  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9675  der Zelle umbrechen wollen, fügen Sie den Befehl  
9676 \begin_inset Quotes gld
9677 \end_inset
9678
9679
9680 \series bold
9681
9682 \backslash
9683
9684 \backslash
9685
9686 \series default
9687
9688 \begin_inset Quotes grd
9689 \end_inset
9690
9691  für einen neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebroche
9692 n werden soll.
9693  Vor dem 
9694 \begin_inset Quotes gld
9695 \end_inset
9696
9697
9698 \series bold
9699
9700 \backslash
9701
9702 \backslash
9703
9704 \series default
9705
9706 \begin_inset Quotes grd
9707 \end_inset
9708
9709 -Befehl müssen Sie so viele 
9710 \begin_inset Quotes gld
9711 \end_inset
9712
9713
9714 \series bold
9715 &
9716 \series default
9717
9718 \begin_inset Quotes grd
9719 \end_inset
9720
9721  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9722  Mit 
9723 \begin_inset Quotes gld
9724 \end_inset
9725
9726
9727 \series bold
9728 &
9729 \series default
9730
9731 \begin_inset Quotes grd
9732 \end_inset
9733
9734   werden in LaTeX Tabellenzellen getrennt.
9735  Hinter jedes 
9736 \begin_inset Quotes gld
9737 \end_inset
9738
9739
9740 \series bold
9741 &
9742 \series default
9743
9744 \begin_inset Quotes grd
9745 \end_inset
9746
9747  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9748  und löschen den Inhalt dieser Zellen.
9749 \end_layout
9750
9751 \begin_layout Standard
9752 Hinter dem 
9753 \begin_inset Quotes gld
9754 \end_inset
9755
9756
9757 \series bold
9758
9759 \backslash
9760
9761 \backslash
9762
9763 \series default
9764
9765 \begin_inset Quotes grd
9766 \end_inset
9767
9768 -Befehl müssen Sie so viele 
9769 \begin_inset Quotes gld
9770 \end_inset
9771
9772
9773 \series bold
9774 &
9775 \series default
9776
9777 \begin_inset Quotes grd
9778 \end_inset
9779
9780  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9781  In Tabelle
9782 \begin_inset Space ~
9783 \end_inset
9784
9785
9786 \begin_inset CommandInset ref
9787 LatexCommand ref
9788 reference "tab:ForcedPagebreak"
9789
9790 \end_inset
9791
9792  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9793  Es folgt noch eine weitere Spalte.
9794  Deshalb wurde hinter dem Wort 
9795 \emph on
9796 Castelchiodato, 
9797 \emph default
9798 folgendes eingefügt:
9799 \end_layout
9800
9801 \begin_layout Standard
9802
9803 \series bold
9804 & 111
9805 \backslash
9806
9807 \backslash
9808
9809 \begin_inset Newline newline
9810 \end_inset
9811
9812 &
9813 \end_layout
9814
9815 \begin_layout Standard
9816 Die 
9817 \begin_inset Quotes gld
9818 \end_inset
9819
9820 111
9821 \begin_inset Quotes grd
9822 \end_inset
9823
9824  in der dritten Spalte wurde gelöscht.
9825  Wenn die Fußzeile Ihrer 
9826 \family sans
9827 langen
9828 \begin_inset Space ~
9829 \end_inset
9830
9831 Tabelle
9832 \family default
9833  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9834  Befehle benutzen:
9835 \end_layout
9836
9837 \begin_layout Standard
9838
9839 \series bold
9840 & 111
9841 \backslash
9842
9843 \backslash
9844
9845 \begin_inset Newline newline
9846 \end_inset
9847
9848
9849 \backslash
9850 hline &
9851 \end_layout
9852
9853 \begin_layout Standard
9854 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9855  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9856 \end_layout
9857
9858 \begin_layout Standard
9859
9860 \series bold
9861
9862 \backslash
9863 setlength{
9864 \backslash
9865 parfillskip}{0pt}
9866 \end_layout
9867
9868 \begin_layout Standard
9869 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9870  erscheint.
9871 \end_layout
9872
9873 \begin_layout Standard
9874 \align center
9875 \begin_inset Tabular
9876 <lyxtabular version="3" rows="39" columns="3">
9877 <features islongtable="true">
9878 <column alignment="left" valignment="top" width="0cm">
9879 <column alignment="left" valignment="top" width="3cm">
9880 <column alignment="right" valignment="top" width="0pt">
9881 <row endfirsthead="true" caption="true">
9882 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 \begin_inset Caption
9887
9888 \begin_layout Plain Layout
9889 Tabelle mit manuellem Seitenumbruch in einer Zelle
9890 \begin_inset CommandInset label
9891 LatexCommand label
9892 name "tab:ForcedPagebreak"
9893
9894 \end_inset
9895
9896
9897 \begin_inset OptArg
9898 status collapsed
9899
9900 \begin_layout Plain Layout
9901 Tabelle mit manuellem Seitenumbruch in einer Zelle
9902 \end_layout
9903
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910
9911
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 </row>
9935 <row endfirsthead="true">
9936 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \series bold
9942 Telefonliste (ignoriere die Namen)
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 <row endfirsthead="true">
9967 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \series bold
9973 NAME
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \series bold
9993 TEL.
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row endhead="true" caption="true">
10000 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 \begin_inset ERT
10005 status collapsed
10006
10007 \begin_layout Plain Layout
10008
10009
10010 \backslash
10011 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
10012 \backslash
10013
10014 \backslash
10015 %
10016 \end_layout
10017
10018 \end_inset
10019
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 </row>
10044 <row endhead="true">
10045 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \series bold
10051 Telefonliste
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row endhead="true">
10076 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082 NAME
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \series bold
10102 TEL.
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row endfoot="true">
10109 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 wird fortgesetzt\SpecialChar \ldots{}
10114
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \series bold
10145 Annovi
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 Silvia
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 111
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row>
10170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 Bertoli
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Stefano
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 111
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row>
10201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 Bozzi
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 Walter
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 111
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 Cachia
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 Maria
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 111
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \series bold
10269 Cachia
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Maurizio
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 111
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300 Cinquemani
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 Giusi
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 111
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329
10330 \series bold
10331 Colin
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 Bernard
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 111
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 <row>
10356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360
10361 \series bold
10362 Concli
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 Gianfranco
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 111
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 <row>
10387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391
10392 \series bold
10393 Dal Bosco
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Carolina
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 111
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 </row>
10417 <row>
10418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422
10423 \series bold
10424 Dalpiaz
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 Annamaria
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 111
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row>
10449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453
10454 \series bold
10455 Feliciello
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Domenico
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 111
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \series bold
10486 Focarelli
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 Paola
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 111
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \series bold
10517 Galletti
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 Oreste
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 111
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \series bold
10548 Gasparini
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 Franca
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 111
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 <row>
10573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577
10578 \series bold
10579 Lassini
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 Giancarlo
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 111
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 </row>
10603 <row>
10604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608
10609 \series bold
10610 Malfatti
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 Luciano
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 111
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 </row>
10634 <row>
10635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639
10640 \series bold
10641 Malfatti
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 Valeriano
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 111
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 </row>
10665 <row>
10666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670
10671 \series bold
10672 Meneguzzo
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 Roberto
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 111
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row>
10697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \series bold
10703 Mezzadra
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 Roberto
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 111
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 </row>
10727 <row>
10728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732
10733 \series bold
10734 Pirpamer
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 Erich
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 111
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 </row>
10758 <row>
10759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763
10764 \series bold
10765 Pochiesa
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 Paolo
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 111, 222
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 </row>
10789 <row>
10790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \series bold
10796 Radina
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805 Claudio
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814 111
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 </row>
10820 <row>
10821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825
10826 \series bold
10827 Rizzardi
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836 Paolo, 11.
10837  Fürst von Monte\SpecialChar \-
10838 com\SpecialChar \-
10839 patri, 11.
10840  Fürst von Sulmona und Vivaro, 10.
10841  Fürst von Rossano, 5.
10842  Herzog von Canemorte, 11.
10843  Herzog von Palombara, 5.
10844  Herzog von Castelchiodato,
10845 \begin_inset ERT
10846 status open
10847
10848 \begin_layout Plain Layout
10849
10850 & 111
10851 \backslash
10852
10853 \backslash
10854
10855 \end_layout
10856
10857 \begin_layout Plain Layout
10858
10859 &
10860 \end_layout
10861
10862 \end_inset
10863
10864  11.
10865  Herzog von Poggionativo, 11.
10866  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10867  Graf von Valinfreda, 11.
10868  Baron von Cropalati, 11.
10869  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 </row>
10884 <row>
10885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889
10890 \series bold
10891 Stuffer
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 Oskar
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 111
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 <row>
10916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \series bold
10922 Tacchelli
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 Ugo
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 111
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 </row>
10946 <row>
10947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \series bold
10953 Tezzele
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 Margit
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 111
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 </row>
10977 <row>
10978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982
10983 \series bold
10984 Unterkalmsteiner
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 Frieda
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 111
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 </row>
11008 <row>
11009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013
11014 \series bold
11015 Vieider
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 Hilde
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 111
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 </row>
11039 <row>
11040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044
11045 \series bold
11046 Vigna
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 Jürgen
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 111
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 <row>
11071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075
11076 \series bold
11077 Weber
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 Maurizio
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 111
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 <row>
11102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \series bold
11108 Winkler
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 Franz
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 111
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 </row>
11132 <row endlastfoot="true">
11133 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 </row>
11161 </lyxtabular>
11162
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \begin_layout Section
11169 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11170 \end_layout
11171
11172 \begin_layout Subsection
11173 Mehrfache Zeilen in Zellen
11174 \begin_inset CommandInset label
11175 LatexCommand label
11176 name "uab:Mehrfache-Zeilen-in"
11177
11178 \end_inset
11179
11180
11181 \begin_inset Index
11182 status collapsed
11183
11184 \begin_layout Plain Layout
11185 Mehrfache ! Zeilen in Zellen
11186 \end_layout
11187
11188 \end_inset
11189
11190
11191 \begin_inset Index
11192 status collapsed
11193
11194 \begin_layout Plain Layout
11195 Tabellen ! Zeilenumbrüche
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \begin_layout Standard
11204 \align center
11205 \begin_inset Float table
11206 placement H
11207 wide false
11208 sideways false
11209 status open
11210
11211 \begin_layout Plain Layout
11212 \begin_inset Caption
11213
11214 \begin_layout Plain Layout
11215 \begin_inset CommandInset label
11216 LatexCommand label
11217 name "tab:Table-with-multiple"
11218
11219 \end_inset
11220
11221 Tabelle mit mehrfachen Zeilen in einer Zelle
11222 \end_layout
11223
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \begin_layout Plain Layout
11230 \align center
11231 \begin_inset Tabular
11232 <lyxtabular version="3" rows="3" columns="3">
11233 <features>
11234 <column alignment="center" valignment="middle" width="2.5cm">
11235 <column alignment="center" valignment="middle" width="0.5cm">
11236 <column alignment="center" valignment="middle" width="0.5cm">
11237 <row>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 zwei
11243 \begin_inset ERT
11244 status collapsed
11245
11246 \begin_layout Plain Layout
11247
11248
11249 \backslash
11250 linebreak 
11251 \end_layout
11252
11253 \end_inset
11254
11255  Zeilen
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 b
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 c
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 d
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 e
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 f
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 </row>
11308 <row>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 g
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 h
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 i
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 </row>
11337 </lyxtabular>
11338
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \begin_layout Standard
11350 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11351  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11352  Tabelle
11353 \begin_inset Space ~
11354 \end_inset
11355
11356
11357 \begin_inset CommandInset ref
11358 LatexCommand ref
11359 reference "tab:Table-with-multiple"
11360
11361 \end_inset
11362
11363  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11364 \family sans
11365 Tabellen-Einstellungen
11366 \family default
11367 -Dialog auf 2.5
11368 \begin_inset Space \thinspace{}
11369 \end_inset
11370
11371 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11372  Weil unser Text schmaler als 2.5
11373 \begin_inset Space \thinspace{}
11374 \end_inset
11375
11376 cm ist, würde er in einer Zeile gedruckt werden.
11377  Um zwei Zeilen zu bekommen, wurde folgender Befehl als TeX-Code zwischen
11378  die beiden Worten eingefügt:
11379 \end_layout
11380
11381 \begin_layout Standard
11382
11383 \series bold
11384
11385 \backslash
11386 linebreak
11387 \end_layout
11388
11389 \begin_layout Standard
11390 Wenn der Text länger ist, wird er automatisch umgebrochen.
11391 \end_layout
11392
11393 \begin_layout Standard
11394 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11395  setzen Sie die Breite der beiden Spalten im 
11396 \family sans
11397 Tabellen-Einstellungen
11398 \family default
11399 -Dialog auf 0.5
11400 \begin_inset Space \thinspace{}
11401 \end_inset
11402
11403 cm und die vertikale Ausrichtung auf zentriert.
11404 \end_layout
11405
11406 \begin_layout Standard
11407 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11408  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11409  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11410  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11411  Fügen Sie den Befehl
11412 \end_layout
11413
11414 \begin_layout Standard
11415
11416 \series bold
11417
11418 \backslash
11419 hspace{0pt}
11420 \end_layout
11421
11422 \begin_layout Standard
11423 als TeX-Code vor dem Wort ein.
11424  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11425  Tabelle
11426 \begin_inset Space ~
11427 \end_inset
11428
11429
11430 \begin_inset CommandInset ref
11431 LatexCommand ref
11432 reference "tab:Table-with-and"
11433
11434 \end_inset
11435
11436  zeigt die Wirkungen.
11437 \end_layout
11438
11439 \begin_layout Standard
11440 \begin_inset Float table
11441 wide false
11442 sideways false
11443 status open
11444
11445 \begin_layout Plain Layout
11446 \begin_inset Caption
11447
11448 \begin_layout Plain Layout
11449 \begin_inset CommandInset label
11450 LatexCommand label
11451 name "tab:Table-with-and"
11452
11453 \end_inset
11454
11455 Tabelle ohne und mit Silbentrennung
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \begin_layout Plain Layout
11464 \begin_inset Tabular
11465 <lyxtabular version="3" rows="3" columns="3">
11466 <features>
11467 <column alignment="center" valignment="middle" width="2.5cm">
11468 <column alignment="center" valignment="middle" width="0.5cm">
11469 <column alignment="center" valignment="middle" width="0.5cm">
11470 <row>
11471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 einsehrlangesZellenwort
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 b
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 c
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 </row>
11499 <row>
11500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 d
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 e
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 f
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 </row>
11528 <row>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 g
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 h
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 i
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 </row>
11557 </lyxtabular>
11558
11559 \end_inset
11560
11561
11562 \begin_inset Space \hfill{}
11563 \end_inset
11564
11565
11566 \begin_inset Tabular
11567 <lyxtabular version="3" rows="3" columns="3">
11568 <features>
11569 <column alignment="center" valignment="middle" width="2.5cm">
11570 <column alignment="center" valignment="middle" width="0.5cm">
11571 <column alignment="center" valignment="middle" width="0.5cm">
11572 <row>
11573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 \begin_inset ERT
11578 status collapsed
11579
11580 \begin_layout Plain Layout
11581
11582
11583 \backslash
11584 hspace{0pt}
11585 \end_layout
11586
11587 \end_inset
11588
11589 einsehrlangesZellenwort
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 b
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 c
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row>
11614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 d
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 e
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 f
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 <row>
11643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 g
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 h
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 i
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 </row>
11671 </lyxtabular>
11672
11673 \end_inset
11674
11675
11676 \begin_inset Space \hfill{}
11677 \end_inset
11678
11679
11680 \begin_inset Tabular
11681 <lyxtabular version="3" rows="3" columns="3">
11682 <features>
11683 <column alignment="center" valignment="middle" width="2.5cm">
11684 <column alignment="center" valignment="top" width="0">
11685 <column alignment="center" valignment="top" width="0">
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 ein\SpecialChar \-
11692 sehr\SpecialChar \-
11693 lan\SpecialChar \-
11694 ges\SpecialChar \-
11695 Zel\SpecialChar \-
11696 len\SpecialChar \-
11697 wort
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 c
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 d
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 <row>
11722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 d
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 e
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 f
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 </row>
11750 <row>
11751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 g
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 h
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 i
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 </row>
11779 </lyxtabular>
11780
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \end_inset
11787
11788
11789 \end_layout
11790
11791 \begin_layout Subsection
11792 Mehrfachspalten
11793 \begin_inset CommandInset label
11794 LatexCommand label
11795 name "uab:Mehrfachspalten"
11796
11797 \end_inset
11798
11799
11800 \begin_inset Index
11801 status collapsed
11802
11803 \begin_layout Plain Layout
11804 Mahrfachspalten
11805 \end_layout
11806
11807 \end_inset
11808
11809
11810 \begin_inset Index
11811 status collapsed
11812
11813 \begin_layout Plain Layout
11814 Tabellen ! Mahrfachspalten
11815 \end_layout
11816
11817 \end_inset
11818
11819
11820 \end_layout
11821
11822 \begin_layout Subsubsection
11823 Grundlagen
11824 \end_layout
11825
11826 \begin_layout Standard
11827 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11828  und verwenden dann den Knopf 
11829 \begin_inset Graphics
11830         filename ../../images/tabular-feature_multicolumn.png
11831         scale 70
11832         scaleBeforeRotation
11833         BoundingBox 0bp 6bp 22bp 22bp
11834
11835 \end_inset
11836
11837 in der Werkzeugleiste, das Menü 
11838 \family sans
11839 Bearbeiten\SpecialChar \menuseparator
11840 Tabelle\SpecialChar \menuseparator
11841 Mehrfachspalte
11842 \family default
11843  oder den 
11844 \family sans
11845 Tabellen-Einstellungen
11846 \family default
11847 -Dialog, in dem Sie auf der Karteikarte 
11848 \family sans
11849 Tabellen-Einstellungen
11850 \family default
11851  
11852 \family sans
11853 Mehrfachspalte
11854 \family default
11855  ankreuzen.
11856 \end_layout
11857
11858 \begin_layout Standard
11859 Mehrfachspalten haben ihre eigenen Einstellungen.
11860  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11861  Hier ist ein Beispiel, wobei 
11862 \begin_inset Quotes gld
11863 \end_inset
11864
11865 B 2
11866 \begin_inset Quotes grd
11867 \end_inset
11868
11869  keine Mehrfachzeile ist, wie in Abschnitt
11870 \begin_inset Space ~
11871 \end_inset
11872
11873
11874 \begin_inset CommandInset ref
11875 LatexCommand ref
11876 reference "uab:Mehrfachzeilen"
11877
11878 \end_inset
11879
11880  beschrieben.
11881  Es wurde nur eine Linie weggelassen:
11882 \end_layout
11883
11884 \begin_layout Standard
11885 \align center
11886 \begin_inset Tabular
11887 <lyxtabular version="3" rows="3" columns="4">
11888 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11889 <column alignment="center" valignment="top" width="0pt">
11890 <column alignment="center" valignment="middle" width="0">
11891 <column alignment="center" valignment="top" width="0in">
11892 <column alignment="center" valignment="top" width="0pt">
11893 <row>
11894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 abc
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 def ghi
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 jkl
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 </row>
11931 <row>
11932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936
11937 \family roman
11938 \series medium
11939 \shape up
11940 \size normal
11941 \emph off
11942 \bar no
11943 \noun off
11944 \color none
11945 A
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 B
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 C
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 D
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 1
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 2
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 3
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010 4
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 </row>
12016 </lyxtabular>
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Subsubsection
12024 Mehrfachspalten-Berechnungen
12025 \begin_inset CommandInset label
12026 LatexCommand label
12027 name "uab:Mehrfachspalten-Berechnungen"
12028
12029 \end_inset
12030
12031
12032 \begin_inset Index
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036 Mahrfachspalten ! Berechnung
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \begin_inset Index
12043 status collapsed
12044
12045 \begin_layout Plain Layout
12046 Tabellen ! Mahrfachspalten ! Berechnung
12047 \end_layout
12048
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \begin_layout Standard
12055 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
12056  Zellen beachten.
12057 \end_layout
12058
12059 \begin_layout Standard
12060 \begin_inset Float table
12061 placement h
12062 wide false
12063 sideways false
12064 status open
12065
12066 \begin_layout Plain Layout
12067 \begin_inset Caption
12068
12069 \begin_layout Plain Layout
12070 \begin_inset CommandInset label
12071 LatexCommand label
12072 name "tab:Table-with-centered"
12073
12074 \end_inset
12075
12076 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
12077  die halbe Breite der Mehrfachspalten-Zelle haben
12078 \begin_inset OptArg
12079 status collapsed
12080
12081 \begin_layout Plain Layout
12082 Eine Mehrfachspalten-Tabelle
12083 \end_layout
12084
12085 \end_inset
12086
12087
12088 \end_layout
12089
12090 \end_inset
12091
12092
12093 \end_layout
12094
12095 \begin_layout Plain Layout
12096 \align center
12097 \begin_inset Tabular
12098 <lyxtabular version="3" rows="3" columns="3">
12099 <features>
12100 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12101 <column alignment="center" valignment="middle" width="0">
12102 <column alignment="center" valignment="top" width="0">
12103 <row>
12104 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 Dies ist eine Mehrfach\SpecialChar \-
12109 spalten-Zelle
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 c
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 </row>
12133 <row>
12134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 d
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 e
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 f
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 </row>
12162 <row>
12163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167 g
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176 h
12177 \end_layout
12178
12179 \end_inset
12180 </cell>
12181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 i
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 </row>
12191 </lyxtabular>
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204 Um Tabelle
12205 \begin_inset Space ~
12206 \end_inset
12207
12208
12209 \begin_inset CommandInset ref
12210 LatexCommand ref
12211 reference "tab:Table-with-centered"
12212
12213 \end_inset
12214
12215  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12216  3×3-Tabelle, kreuzen im 
12217 \family sans
12218 Tabellen-Einstellungen
12219 \family default
12220 -Dialog 
12221 \family sans
12222 Mehrfachspalte
12223 \family default
12224  an, setzen die 
12225 \family sans
12226 Horizontale
12227 \begin_inset Space ~
12228 \end_inset
12229
12230 Ausrichtung
12231 \family default
12232  auf 
12233 \family sans
12234 Zentriert
12235 \family default
12236  und die 
12237 \family sans
12238 Breite
12239 \family default
12240  auf 2.5
12241 \begin_inset Space \thinspace{}
12242 \end_inset
12243
12244 cm.
12245  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12246  Sie die Breite der ersten Spalte auf 1.25
12247 \begin_inset Space \thinspace{}
12248 \end_inset
12249
12250 cm setzen.
12251  Die zweite Spalte wird dann automatisch 1.25
12252 \begin_inset Space \thinspace{}
12253 \end_inset
12254
12255 cm breit (Breite der 
12256 \family sans
12257 Mehrfachspalte
12258 \family default
12259  
12260 \begin_inset Formula $-$
12261 \end_inset
12262
12263  Breite der ersten Spalte).
12264  Dies wurde so für Tabelle
12265 \begin_inset Space ~
12266 \end_inset
12267
12268
12269 \begin_inset CommandInset ref
12270 LatexCommand ref
12271 reference "tab:Table-without-half"
12272
12273 \end_inset
12274
12275  gemacht.
12276 \end_layout
12277
12278 \begin_layout Standard
12279 \begin_inset Float table
12280 wide false
12281 sideways false
12282 status open
12283
12284 \begin_layout Plain Layout
12285 \begin_inset Caption
12286
12287 \begin_layout Plain Layout
12288 \begin_inset CommandInset label
12289 LatexCommand label
12290 name "tab:Table-without-half"
12291
12292 \end_inset
12293
12294 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12295  wie die Mehrfachspalte
12296 \begin_inset OptArg
12297 status collapsed
12298
12299 \begin_layout Plain Layout
12300 Eine unvollkommene Mehrfachspalten-Tabelle
12301 \end_layout
12302
12303 \end_inset
12304
12305
12306 \end_layout
12307
12308 \end_inset
12309
12310
12311 \end_layout
12312
12313 \begin_layout Plain Layout
12314 \align center
12315 \begin_inset Tabular
12316 <lyxtabular version="3" rows="3" columns="3">
12317 <features>
12318 <column alignment="center" valignment="top" width="1.25cm">
12319 <column alignment="center" valignment="top" width="0">
12320 <column alignment="center" valignment="top" width="0">
12321 <row>
12322 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326 Dies ist auch eine Mehr\SpecialChar \-
12327 fach\SpecialChar \-
12328 spalten-Zelle
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346 c
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 </row>
12352 <row>
12353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357 d
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12363 \begin_inset Text
12364
12365 \begin_layout Plain Layout
12366 e
12367 \end_layout
12368
12369 \end_inset
12370 </cell>
12371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 f
12376 \end_layout
12377
12378 \end_inset
12379 </cell>
12380 </row>
12381 <row>
12382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 g
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Plain Layout
12395 h
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Plain Layout
12404 i
12405 \end_layout
12406
12407 \end_inset
12408 </cell>
12409 </row>
12410 </lyxtabular>
12411
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \end_layout
12421
12422 \begin_layout Standard
12423 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12424  als die zweite ist.
12425  Das liegt daran, dass die Zellenbreite 
12426 \begin_inset Formula $W_{\mathrm{tot}}$
12427 \end_inset
12428
12429  nicht ihre definierte Breite 
12430 \begin_inset Formula $W_{g}$
12431 \end_inset
12432
12433  ist, sondern ein wenig mehr.
12434  Anhang
12435 \begin_inset Space ~
12436 \end_inset
12437
12438
12439 \begin_inset CommandInset ref
12440 LatexCommand ref
12441 reference "kap:Exläuterung-einer-Gleichung"
12442
12443 \end_inset
12444
12445  erklärt das genauer.
12446 \end_layout
12447
12448 \begin_layout Standard
12449 Wenn 
12450 \emph on
12451 n
12452 \emph default
12453  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12454  die definierte Breite 
12455 \begin_inset Formula $W_{g\, n}$
12456 \end_inset
12457
12458  einer Spalte, deren totale Breite = 
12459 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12460 \end_inset
12461
12462  sein soll, wie folgt:
12463 \begin_inset Formula \begin{equation}
12464 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12465
12466 \end_inset
12467
12468
12469 \end_layout
12470
12471 \begin_layout Standard
12472 In unserem Falls ist 
12473 \begin_inset Formula $n=2$
12474 \end_inset
12475
12476
12477 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12478 \end_inset
12479
12480 cm, und damit wird aus Gleichung
12481 \begin_inset Space ~
12482 \end_inset
12483
12484
12485 \begin_inset CommandInset ref
12486 LatexCommand ref
12487 reference "eq:Wgn"
12488
12489 \end_inset
12490
12491  
12492 \begin_inset Formula \begin{equation}
12493 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12494
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \begin_layout Standard
12501 Damit LaTeX rechnen kann, muss das Paket 
12502 \series bold
12503 calc
12504 \series default
12505  im Vorspann geladen werden.
12506 \begin_inset Index
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510 LaTeX-Pakete ! calc
12511 \end_layout
12512
12513 \end_inset
12514
12515
12516 \end_layout
12517
12518 \begin_layout Standard
12519
12520 \series bold
12521
12522 \backslash
12523 usepackage{calc}
12524 \end_layout
12525
12526 \begin_layout Standard
12527 LyX erlaubt im 
12528 \family sans
12529 Breite
12530 \family default
12531 -Feld des 
12532 \family sans
12533 Tabellen-Einstellungen
12534 \family default
12535 -Dialogs keine Berechnungen.
12536  Deshalb müssen Sie die Formel für die Breite im Feld 
12537 \family sans
12538 LaTe
12539 \begin_inset ERT
12540 status collapsed
12541
12542 \begin_layout Plain Layout
12543
12544 {}
12545 \end_layout
12546
12547 \end_inset
12548
12549 X-Argument
12550 \family default
12551  eingeben.
12552  Hier iss ein Überblick über die Argumente:
12553 \end_layout
12554
12555 \begin_layout Itemize
12556
12557 \series bold
12558 p{Breite}
12559 \series default
12560  die Zelle bekommt eine feste 
12561 \series bold
12562 Breite
12563 \series default
12564 , und die vertikale Ausrichtung ist 
12565 \family sans
12566 Oben
12567 \end_layout
12568
12569 \begin_layout Itemize
12570
12571 \series bold
12572 m{Breite}
12573 \series default
12574  die Zelle bekommt eine feste 
12575 \series bold
12576 Breite
12577 \series default
12578 , und die vertikale Ausrichtung ist 
12579 \family sans
12580 Mitte
12581 \end_layout
12582
12583 \begin_layout Itemize
12584
12585 \series bold
12586 b{Breite}
12587 \series default
12588  die Zelle bekommt eine feste 
12589 \series bold
12590 Breite
12591 \series default
12592 , und die vertikale Ausrichtung ist 
12593 \family sans
12594 Unten
12595 \end_layout
12596
12597 \begin_layout Standard
12598 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12599  für diese Zelle überschrieben.
12600 \end_layout
12601
12602 \begin_layout Standard
12603 \begin_inset Note Greyedout
12604 status open
12605
12606 \begin_layout Plain Layout
12607
12608 \series bold
12609 Bemerkung:
12610 \series default
12611  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
12612  angezeigt.
12613 \end_layout
12614
12615 \end_inset
12616
12617
12618 \end_layout
12619
12620 \begin_layout Standard
12621 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12622  der Zelle mit dem Inhalt 
12623 \begin_inset Quotes gld
12624 \end_inset
12625
12626 d
12627 \begin_inset Quotes grd
12628 \end_inset
12629
12630  der Tabelle
12631 \begin_inset Space ~
12632 \end_inset
12633
12634
12635 \begin_inset CommandInset ref
12636 LatexCommand ref
12637 reference "tab:Table-with-centered"
12638
12639 \end_inset
12640
12641  auch noch der Befehl
12642 \family typewriter
12643 \series bold
12644  
12645 \family default
12646
12647 \backslash
12648 centering
12649 \series default
12650  hinzugefügt.
12651  Das Ganze sieht dann so aus:
12652 \end_layout
12653
12654 \begin_layout Standard
12655
12656 \series bold
12657 |>{
12658 \backslash
12659 centering}m{1.25cm-6.2pt}
12660 \end_layout
12661
12662 \begin_layout Standard
12663 Der vertikale Strich 
12664 \series bold
12665
12666 \begin_inset Quotes gld
12667 \end_inset
12668
12669 |
12670 \series default
12671
12672 \begin_inset Quotes grd
12673 \end_inset
12674
12675  am Anfang zeichnet die linke Linie, und der Befehl 
12676 \series bold
12677
12678 \begin_inset Quotes gld
12679 \end_inset
12680
12681 >{ }
12682 \begin_inset Quotes grd
12683 \end_inset
12684
12685
12686 \series default
12687  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12688  der Zelle benutzt werden sollen.
12689 \end_layout
12690
12691 \begin_layout Standard
12692 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12693  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12694  für einzelne Spalten anwendet.
12695  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12696  werden:
12697 \end_layout
12698
12699 \begin_layout Standard
12700
12701 \series bold
12702 |>{
12703 \backslash
12704 centering}m{2.5cm}|
12705 \end_layout
12706
12707 \begin_layout Subsection
12708 Mehrfachzeilen
12709 \begin_inset CommandInset label
12710 LatexCommand label
12711 name "uab:Mehrfachzeilen"
12712
12713 \end_inset
12714
12715
12716 \begin_inset Index
12717 status collapsed
12718
12719 \begin_layout Plain Layout
12720 Mehrfachzeilen
12721 \end_layout
12722
12723 \end_inset
12724
12725
12726 \begin_inset Index
12727 status collapsed
12728
12729 \begin_layout Plain Layout
12730 Tabellen ! Mehrfachzeilen
12731 \end_layout
12732
12733 \end_inset
12734
12735
12736 \end_layout
12737
12738 \begin_layout Standard
12739 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12740  unterstützt, sodass etwas TeX-Code notwendig.
12741  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12742 \series bold
12743 multirow
12744 \series default
12745
12746 \begin_inset Index
12747 status collapsed
12748
12749 \begin_layout Plain Layout
12750 LaTeX-Pakete ! multirow
12751 \end_layout
12752
12753 \end_inset
12754
12755  im Vorspann geladen werden:
12756 \end_layout
12757
12758 \begin_layout Standard
12759
12760 \series bold
12761
12762 \backslash
12763 usepackage{multirow}
12764 \end_layout
12765
12766 \begin_layout Standard
12767 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12768 \end_layout
12769
12770 \begin_layout Standard
12771
12772 \series bold
12773
12774 \backslash
12775 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12776 \end_layout
12777
12778 \begin_layout Standard
12779 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12780  Mehrfachspalte definiert und die obere Linie entfernt.
12781 \end_layout
12782
12783 \begin_layout Standard
12784 \align center
12785 \begin_inset ERT
12786 status collapsed
12787
12788 \begin_layout Plain Layout
12789
12790
12791 \backslash
12792 renewcommand{
12793 \backslash
12794 multirowsetup}{
12795 \backslash
12796 centering}
12797 \end_layout
12798
12799 \end_inset
12800
12801
12802 \begin_inset Tabular
12803 <lyxtabular version="3" rows="3" columns="3">
12804 <features>
12805 <column alignment="center" valignment="top" width="0">
12806 <column alignment="center" valignment="top" width="0">
12807 <column alignment="center" valignment="top" width="0">
12808 <row>
12809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 a
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 b
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 c
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 </row>
12837 <row>
12838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 \begin_inset ERT
12843 status collapsed
12844
12845 \begin_layout Plain Layout
12846
12847
12848 \backslash
12849 multirow{2}{2.5cm}{
12850 \end_layout
12851
12852 \end_inset
12853
12854 Mehrfach\SpecialChar \-
12855 zeilen-Text
12856 \begin_inset ERT
12857 status collapsed
12858
12859 \begin_layout Plain Layout
12860
12861 }
12862 \end_layout
12863
12864 \end_inset
12865
12866
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 e
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 f
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 </row>
12890 <row>
12891 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 h
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 i
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 </row>
12919 </lyxtabular>
12920
12921 \end_inset
12922
12923
12924 \begin_inset ERT
12925 status collapsed
12926
12927 \begin_layout Plain Layout
12928
12929
12930 \backslash
12931 renewcommand{
12932 \backslash
12933 multirowsetup}{
12934 \backslash
12935 raggedright}
12936 \end_layout
12937
12938 \end_inset
12939
12940
12941 \end_layout
12942
12943 \begin_layout Standard
12944 In der Zelle darüber wurde dann mit dem Befehl
12945 \end_layout
12946
12947 \begin_layout Standard
12948
12949 \series bold
12950
12951 \backslash
12952 multirow{2}{2.5cm}{
12953 \end_layout
12954
12955 \begin_layout Standard
12956 als TeX-Code die Mehrfachzeile definiert.
12957  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12958 \begin_inset Space \thinspace{}
12959 \end_inset
12960
12961 cm.
12962  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12963  mit der Klammer 
12964 \begin_inset Quotes gld
12965 \end_inset
12966
12967
12968 \series bold
12969 }
12970 \series default
12971
12972 \begin_inset Quotes grd
12973 \end_inset
12974
12975  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12976 \end_layout
12977
12978 \begin_layout Standard
12979
12980 \series bold
12981
12982 \backslash
12983 multirow
12984 \series default
12985  richtet seinen Inhalt standardmäßig linksbündig aus.
12986  Das wurde mit dem Befehl
12987 \end_layout
12988
12989 \begin_layout Standard
12990
12991 \series bold
12992
12993 \backslash
12994 renewcommand{
12995 \backslash
12996 multirowsetup}{
12997 \backslash
12998 centering}
12999 \end_layout
13000
13001 \begin_layout Standard
13002 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
13003 \end_layout
13004
13005 \begin_layout Standard
13006
13007 \series bold
13008
13009 \backslash
13010 renewcommand{
13011 \backslash
13012 multirowsetup}{
13013 \backslash
13014 raggedright}
13015 \end_layout
13016
13017 \begin_layout Standard
13018 zurückgesetzt.
13019  Für rechtsbündigen Text benutzt man 
13020 \series bold
13021
13022 \backslash
13023 raggedleft
13024 \series default
13025 .
13026 \end_layout
13027
13028 \begin_layout Section
13029 Formale Tabellen
13030 \begin_inset CommandInset label
13031 LatexCommand label
13032 name "abs:Formale-Tabellen"
13033
13034 \end_inset
13035
13036
13037 \begin_inset Index
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041 Tabellen ! Formale
13042 \end_layout
13043
13044 \end_inset
13045
13046
13047 \end_layout
13048
13049 \begin_layout Standard
13050 Tabellen werden in Büchern oft wie Tabelle
13051 \begin_inset Space ~
13052 \end_inset
13053
13054
13055 \begin_inset CommandInset ref
13056 LatexCommand ref
13057 reference "tab:Formale-Tabelle"
13058
13059 \end_inset
13060
13061  gesetzt.
13062  Diese Tabellen werden
13063 \emph on
13064  formal
13065 \emph default
13066  genannt.
13067  Formale Tabellen bekommen Sie, wenn Sie im 
13068 \family sans
13069 Tabellen-Einstellungen
13070 \family default
13071 -Dialog auf der Karteikarte 
13072 \family sans
13073 Rahmen
13074 \family default
13075  den 
13076 \family sans
13077 Stil
13078 \family default
13079  
13080 \family sans
13081 Formal
13082 \family default
13083  ankreuzen.
13084 \end_layout
13085
13086 \begin_layout Standard
13087 \begin_inset Float table
13088 placement h
13089 wide false
13090 sideways false
13091 status open
13092
13093 \begin_layout Plain Layout
13094 \begin_inset Caption
13095
13096 \begin_layout Plain Layout
13097 \begin_inset CommandInset label
13098 LatexCommand label
13099 name "tab:Formale-Tabelle"
13100
13101 \end_inset
13102
13103 Formale Tabelle
13104 \end_layout
13105
13106 \end_inset
13107
13108
13109 \end_layout
13110
13111 \begin_layout Plain Layout
13112 \align center
13113 \begin_inset Tabular
13114 <lyxtabular version="3" rows="8" columns="4">
13115 <features booktabs="true">
13116 <column alignment="center" valignment="top" width="0">
13117 <column alignment="right" valignment="top" width="0">
13118 <column alignment="right" valignment="top" width="0">
13119 <column alignment="right" valignment="top" width="0">
13120 <row>
13121 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 System
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 <cell alignment="center" valignment="top" topline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 Medipix
13135 \begin_inset Formula $\,$
13136 \end_inset
13137
13138 1
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 Medipix
13148 \begin_inset Formula $\,$
13149 \end_inset
13150
13151 2
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Plain Layout
13160
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 </row>
13166 <row>
13167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 \begin_inset ERT
13172 status collapsed
13173
13174 \begin_layout Plain Layout
13175
13176
13177 \backslash
13178 cmidrule(r){2-2}
13179 \end_layout
13180
13181 \end_inset
13182
13183
13184 \begin_inset ERT
13185 status collapsed
13186
13187 \begin_layout Plain Layout
13188
13189
13190 \backslash
13191 cmidrule(l){3-4}
13192 \end_layout
13193
13194 \end_inset
13195
13196 Detektordicke [µm]
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell alignment="center" valignment="top" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 300
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 300
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 700
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 </row>
13229 <row>
13230 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 Kantenwinkel [°]
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 3.55
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 2.71
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" topline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 7.99
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 </row>
13267 <row topspace="default">
13268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 räumliche Auflösung [µm]
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell alignment="center" valignment="top" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 4.26
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 10.17
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 10.56
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 </row>
13305 <row topspace="default">
13306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310 MTF bei 
13311 \begin_inset Formula $f_{\mathrm{max}}$
13312 \end_inset
13313
13314
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 <cell alignment="center" valignment="top" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 0.53
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 <cell alignment="center" valignment="top" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 0.37
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 0.39
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 </row>
13347 <row topspace="default">
13348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352 \begin_inset ERT
13353 status collapsed
13354
13355 \begin_layout Plain Layout
13356
13357
13358 \backslash
13359 cmidrule(l{10pt}){1-1}
13360 \end_layout
13361
13362 \end_inset
13363
13364 LSF räumliche Auflösung
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 </row>
13397 <row>
13398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 in µm
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 <cell alignment="center" valignment="top" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 129.7
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 52.75
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 50.78
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 </row>
13435 <row>
13436 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440 in % der Pixelgröße
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 76.3
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 95.9
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 92.3
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 </row>
13473 </lyxtabular>
13474
13475 \end_inset
13476
13477
13478 \end_layout
13479
13480 \end_inset
13481
13482
13483 \end_layout
13484
13485 \begin_layout Standard
13486 Abstände zu Tabellenzeilen können auf der Karteikarte 
13487 \family sans
13488 Rahmen
13489 \family default
13490  des 
13491 \family sans
13492 Tabellen-Ein\SpecialChar \-
13493 stel\SpecialChar \-
13494 lun\SpecialChar \-
13495 gen
13496 \family default
13497 -Dialogs hinzugefügt werden, wie in Abschnitt
13498 \begin_inset Space ~
13499 \end_inset
13500
13501
13502 \begin_inset CommandInset ref
13503 LatexCommand ref
13504 reference "uab:Zeilenabstand"
13505
13506 \end_inset
13507
13508  beschrieben.
13509 \end_layout
13510
13511 \begin_layout Standard
13512 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13513  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13514  gedruckt aber anders aus.
13515  Die erste und letzte Linie ist 0.08
13516 \begin_inset Space \thinspace{}
13517 \end_inset
13518
13519 em dick, während die anderen 0.05
13520 \begin_inset Space \thinspace{}
13521 \end_inset
13522
13523 em dick sind.
13524 \end_layout
13525
13526 \begin_layout Standard
13527 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13528 \end_layout
13529
13530 \begin_layout Standard
13531
13532 \series bold
13533
13534 \backslash
13535 let
13536 \backslash
13537 mytoprule
13538 \backslash
13539 toprule
13540 \begin_inset Newline newline
13541 \end_inset
13542
13543
13544 \backslash
13545 renewcommand{
13546 \backslash
13547 toprule}{
13548 \backslash
13549 mytoprule[Breite]}
13550 \end_layout
13551
13552 \begin_layout Standard
13553 Dies Beispiel gilt für die oberste Linie, genannt 
13554 \series bold
13555 toprule
13556 \series default
13557 .
13558  Für die letzte müssen Sie 
13559 \series bold
13560 toprule
13561 \series default
13562  durch 
13563 \series bold
13564 bottomrule
13565 \series default
13566  ersetzen.
13567  Die Linien dazwischen heißen 
13568 \series bold
13569 midrule
13570 \series default
13571 .
13572  Für 
13573 \family sans
13574 Breite
13575 \family default
13576  können Sie alle Einheiten benutzen, die in Anhang
13577 \begin_inset Space ~
13578 \end_inset
13579
13580
13581 \begin_inset CommandInset ref
13582 LatexCommand ref
13583 reference "kap:In-LyX-verfügbare"
13584
13585 \end_inset
13586
13587  aufgelistet sind.
13588 \end_layout
13589
13590 \begin_layout Standard
13591 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13592  eine Linie unter einer Mehrfachspalte.
13593  LyX wird intern den Befehl 
13594 \series bold
13595
13596 \backslash
13597 cmidrule
13598 \series default
13599  benutzen, um diese Linie zu drucken.
13600  Der ganze Befehl sieht so aus:
13601 \end_layout
13602
13603 \begin_layout Standard
13604
13605 \series bold
13606
13607 \backslash
13608 cmidrule[width](trim){Anfangsspalte-Endspalte}
13609 \end_layout
13610
13611 \begin_layout Standard
13612 Die 
13613 \series bold
13614
13615 \backslash
13616 cmidrule
13617 \series default
13618 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13619  benutzen.
13620  
13621 \series bold
13622
13623 \backslash
13624 cmidrule
13625 \series default
13626  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13627  erste Zelle einer Zeile einfügt.
13628  Die Linie wird dann über der Zeile gedruckt.
13629 \end_layout
13630
13631 \begin_layout Standard
13632 Der Standardwert ist 0.03
13633 \begin_inset Space \thinspace{}
13634 \end_inset
13635
13636 em.
13637  Die Linie reicht von 
13638 \family typewriter
13639 Anfangsspalte
13640 \family default
13641  bis 
13642 \family typewriter
13643 End\SpecialChar \-
13644 spal\SpecialChar \-
13645 te
13646 \family default
13647 .
13648  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13649   Der optionale Parameter 
13650 \family typewriter
13651 trim
13652 \family default
13653  kann die Werte 
13654 \emph on
13655 r
13656 \emph default
13657
13658 \emph on
13659 r{Breite}
13660 \emph default
13661
13662 \emph on
13663 l
13664 \family typewriter
13665 \emph default
13666  
13667 \family default
13668 oder 
13669 \emph on
13670 l{Breite}
13671 \emph default
13672  annehmen, wobei die 
13673 \family sans
13674 Breite
13675 \family default
13676  optional ist.
13677  
13678 \emph on
13679 l{2pt}
13680 \emph default
13681  zum Beispiel bedeutet, dass die Linie links um 2
13682 \begin_inset Space \thinspace{}
13683 \end_inset
13684
13685 pt gekürzt wird.
13686  Ohne Breitenangabe werden die Linien um 0.5
13687 \begin_inset Space \thinspace{}
13688 \end_inset
13689
13690 em gekürzt.
13691 \end_layout
13692
13693 \begin_layout Standard
13694 \begin_inset VSpace bigskip
13695 \end_inset
13696
13697 In Tabelle
13698 \begin_inset Space ~
13699 \end_inset
13700
13701
13702 \begin_inset CommandInset ref
13703 LatexCommand ref
13704 reference "tab:Formale-Tabelle"
13705
13706 \end_inset
13707
13708  wurden die Befehle
13709 \end_layout
13710
13711 \begin_layout Standard
13712
13713 \series bold
13714
13715 \backslash
13716 cmidrule(r){2-2}
13717 \backslash
13718 cmidrule(l){3-4}
13719 \end_layout
13720
13721 \begin_layout Standard
13722 am Anfange der zweiten Zeile und
13723 \end_layout
13724
13725 \begin_layout Standard
13726
13727 \series bold
13728
13729 \backslash
13730 cmidrule(l{10pt}){1-1}
13731 \end_layout
13732
13733 \begin_layout Standard
13734 in der sechsten benutzt.
13735 \end_layout
13736
13737 \begin_layout Standard
13738 \begin_inset VSpace bigskip
13739 \end_inset
13740
13741
13742 \end_layout
13743
13744 \begin_layout Standard
13745 Sie können mit 
13746 \series bold
13747
13748 \backslash
13749 cmidrule
13750 \series default
13751  auch überlappende Linien wie in Tabelle
13752 \begin_inset Space ~
13753 \end_inset
13754
13755
13756 \begin_inset CommandInset ref
13757 LatexCommand ref
13758 reference "tab:Special-booktabs-table"
13759
13760 \end_inset
13761
13762  definieren.
13763  Der Befehl ist:
13764 \end_layout
13765
13766 \begin_layout Standard
13767
13768 \series bold
13769
13770 \backslash
13771 morecmidrules
13772 \end_layout
13773
13774 \begin_layout Standard
13775 In Zeile zwei der Tabelle
13776 \begin_inset Space ~
13777 \end_inset
13778
13779
13780 \begin_inset CommandInset ref
13781 LatexCommand ref
13782 reference "tab:Special-booktabs-table"
13783
13784 \end_inset
13785
13786  wurde folgender Befehl benutzt:
13787 \end_layout
13788
13789 \begin_layout Standard
13790
13791 \series bold
13792
13793 \backslash
13794 cmidrule(r){2-2}
13795 \backslash
13796 cmidrule(l){3-4}
13797 \backslash
13798 morecmidrules
13799 \begin_inset Newline newline
13800 \end_inset
13801
13802
13803 \backslash
13804 cmidrule{2-4}
13805 \end_layout
13806
13807 \begin_layout Standard
13808 und in Zeile sechs:
13809 \end_layout
13810
13811 \begin_layout Standard
13812
13813 \series bold
13814
13815 \backslash
13816 midrule
13817 \backslash
13818 morecmidrules
13819 \backslash
13820 cmidrule{3-4}
13821 \end_layout
13822
13823 \begin_layout Standard
13824 \begin_inset VSpace bigskip
13825 \end_inset
13826
13827
13828 \end_layout
13829
13830 \begin_layout Standard
13831 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13832  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13833 \end_layout
13834
13835 \begin_layout Standard
13836
13837 \series bold
13838
13839 \backslash
13840 specialrule{Dicke}{Abstand davor}{Abstand danach}
13841 \end_layout
13842
13843 \begin_layout Standard
13844 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13845 \series bold
13846 booktabs
13847 \series default
13848  
13849 \begin_inset CommandInset citation
13850 LatexCommand cite
13851 key "booktabs"
13852
13853 \end_inset
13854
13855 .
13856 \begin_inset Index
13857 status collapsed
13858
13859 \begin_layout Plain Layout
13860 LaTeX-Pakete ! booktabs
13861 \end_layout
13862
13863 \end_inset
13864
13865
13866 \end_layout
13867
13868 \begin_layout Standard
13869 \begin_inset Float table
13870 placement h
13871 wide false
13872 sideways false
13873 status open
13874
13875 \begin_layout Plain Layout
13876 \begin_inset Caption
13877
13878 \begin_layout Plain Layout
13879 \begin_inset CommandInset label
13880 LatexCommand label
13881 name "tab:Special-booktabs-table"
13882
13883 \end_inset
13884
13885 Eine spezielle formale Tabelle
13886 \end_layout
13887
13888 \end_inset
13889
13890
13891 \end_layout
13892
13893 \begin_layout Plain Layout
13894 \align center
13895 \begin_inset Tabular
13896 <lyxtabular version="3" rows="8" columns="4">
13897 <features booktabs="true">
13898 <column alignment="center" valignment="top" width="0">
13899 <column alignment="center" valignment="top" width="0">
13900 <column alignment="right" valignment="top" width="0">
13901 <column alignment="right" valignment="top" width="0">
13902 <row>
13903 <cell alignment="center" valignment="top" topline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 System
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 Medipix
13917 \begin_inset Space \thinspace{}
13918 \end_inset
13919
13920 1
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 Medipix
13930 \begin_inset Space \thinspace{}
13931 \end_inset
13932
13933 2
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 </row>
13948 <row>
13949 <cell alignment="center" valignment="top" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953 \begin_inset ERT
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957
13958
13959 \backslash
13960 cmidrule(r){2-2}
13961 \end_layout
13962
13963 \end_inset
13964
13965
13966 \begin_inset ERT
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970
13971
13972 \backslash
13973 cmidrule(l){3-4}
13974 \end_layout
13975
13976 \end_inset
13977
13978
13979 \begin_inset ERT
13980 status collapsed
13981
13982 \begin_layout Plain Layout
13983
13984
13985 \backslash
13986 morecmidrules 
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \begin_inset ERT
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996
13997
13998 \backslash
13999 cmidrule{2-4}
14000 \end_layout
14001
14002 \end_inset
14003
14004 Detektordicke  [µm]
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 <cell alignment="center" valignment="top" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 300
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 300
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 <cell alignment="center" valignment="top" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 700
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 </row>
14037 <row>
14038 <cell alignment="center" valignment="top" topline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042 Kantenwinkel [°]
14043 \end_layout
14044
14045 \end_inset
14046 </cell>
14047 <cell alignment="center" valignment="top" topline="true" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 3,55
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 <cell alignment="center" valignment="top" topline="true" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060 2,71
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" topline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 7,99
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 </row>
14075 <row topspace="default">
14076 <cell alignment="center" valignment="top" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080 räumliche Auflösung [µm]
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 <cell alignment="center" valignment="top" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 4,26
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 10,17
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 10,56
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 </row>
14113 <row topspace="default">
14114 <cell alignment="center" valignment="top" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 MTF bei 
14119 \begin_inset Formula $f_{\mathrm{max}}$
14120 \end_inset
14121
14122
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 0,53
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 0,37
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 0,39
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 </row>
14155 <row>
14156 <cell alignment="center" valignment="top" topline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 \begin_inset ERT
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164
14165
14166 \backslash
14167 morecmidrules 
14168 \end_layout
14169
14170 \end_inset
14171
14172
14173 \begin_inset ERT
14174 status collapsed
14175
14176 \begin_layout Plain Layout
14177
14178
14179 \backslash
14180 cmidrule{3-4}
14181 \end_layout
14182
14183 \end_inset
14184
14185 LSF-räumliche Auflösung
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell alignment="center" valignment="top" topline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 <cell alignment="center" valignment="top" topline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Plain Layout
14203
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 </row>
14218 <row>
14219 <cell alignment="center" valignment="top" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223 in µm
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 <cell alignment="center" valignment="top" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Plain Layout
14232 129,7
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 52,75
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 50,78
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 <row>
14257 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 in % der Pixelgröße
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 76,3
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Plain Layout
14279 95,9
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 92,3
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 </row>
14294 </lyxtabular>
14295
14296 \end_inset
14297
14298
14299 \end_layout
14300
14301 \end_inset
14302
14303
14304 \end_layout
14305
14306 \begin_layout Section
14307 Vertikale Tabellen-Ausrichtung
14308 \begin_inset Index
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312 Tabellen ! Ausrichtung
14313 \end_layout
14314
14315 \end_inset
14316
14317
14318 \end_layout
14319
14320 \begin_layout Standard
14321 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14322  einer Box sein.
14323  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14324 \begin_inset Space ~
14325 \end_inset
14326
14327
14328 \begin_inset CommandInset ref
14329 LatexCommand ref
14330 reference "abs:Box-Dialog"
14331
14332 \end_inset
14333
14334  beschrieben.
14335 \end_layout
14336
14337 \begin_layout Standard
14338 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14339 \begin_inset Foot
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343 Minipages werden in Abschnitt
14344 \begin_inset Space ~
14345 \end_inset
14346
14347
14348 \begin_inset CommandInset ref
14349 LatexCommand ref
14350 reference "abs:Minipage"
14351
14352 \end_inset
14353
14354  beschrieben.
14355 \end_layout
14356
14357 \end_inset
14358
14359  mit 15
14360 \begin_inset Space \thinspace{}
14361 \end_inset
14362
14363 col%-Breite:
14364 \end_layout
14365
14366 \begin_layout Itemize
14367 Test 
14368 \begin_inset Box Frameless
14369 position "t"
14370 hor_pos "c"
14371 has_inner_box 1
14372 inner_pos "c"
14373 use_parbox 0
14374 width "15col%"
14375 special "none"
14376 height "1in"
14377 height_special "totalheight"
14378 status collapsed
14379
14380 \begin_layout Plain Layout
14381 \begin_inset Tabular
14382 <lyxtabular version="3" rows="3" columns="3">
14383 <features>
14384 <column alignment="center" valignment="top" width="0">
14385 <column alignment="center" valignment="top" width="0">
14386 <column alignment="center" valignment="top" width="0">
14387 <row>
14388 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 Tabelle 1
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 </row>
14416 <row>
14417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 b
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430 e
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 h
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 </row>
14445 <row>
14446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450 c
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 f
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 i
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 </row>
14474 </lyxtabular>
14475
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \end_inset
14482
14483  Test 
14484 \begin_inset ERT
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488
14489
14490 \backslash
14491 raisebox{0.85
14492 \backslash
14493 baselineskip}{
14494 \end_layout
14495
14496 \end_inset
14497
14498
14499 \begin_inset Box Frameless
14500 position "t"
14501 hor_pos "c"
14502 has_inner_box 1
14503 inner_pos "c"
14504 use_parbox 0
14505 width "15col%"
14506 special "none"
14507 height "1in"
14508 height_special "totalheight"
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512 \begin_inset Tabular
14513 <lyxtabular version="3" rows="3" columns="3">
14514 <features>
14515 <column alignment="center" valignment="top" width="0">
14516 <column alignment="center" valignment="top" width="0">
14517 <column alignment="center" valignment="top" width="0">
14518 <row>
14519 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 Tabelle 2
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 </row>
14547 <row>
14548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 b
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 e
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 h
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 </row>
14576 <row>
14577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581 c
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 f
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 i
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 </row>
14605 </lyxtabular>
14606
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \end_inset
14613
14614
14615 \begin_inset ERT
14616 status collapsed
14617
14618 \begin_layout Plain Layout
14619
14620 }
14621 \end_layout
14622
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \begin_layout Itemize
14629 Test 
14630 \begin_inset Box Frameless
14631 position "c"
14632 hor_pos "c"
14633 has_inner_box 1
14634 inner_pos "c"
14635 use_parbox 0
14636 width "15col%"
14637 special "none"
14638 height "1in"
14639 height_special "totalheight"
14640 status collapsed
14641
14642 \begin_layout Plain Layout
14643 \begin_inset Tabular
14644 <lyxtabular version="3" rows="3" columns="3">
14645 <features>
14646 <column alignment="center" valignment="top" width="0">
14647 <column alignment="center" valignment="top" width="0">
14648 <column alignment="center" valignment="top" width="0">
14649 <row>
14650 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654 Tabelle 3
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 </row>
14678 <row>
14679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14680 \begin_inset Text
14681
14682 \begin_layout Plain Layout
14683 b
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 e
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Plain Layout
14701 h
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 </row>
14707 <row>
14708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Plain Layout
14712 c
14713 \end_layout
14714
14715 \end_inset
14716 </cell>
14717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Plain Layout
14721 f
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730 i
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 </row>
14736 </lyxtabular>
14737
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \begin_layout Itemize
14749 Test 
14750 \begin_inset Box Frameless
14751 position "b"
14752 hor_pos "c"
14753 has_inner_box 1
14754 inner_pos "c"
14755 use_parbox 0
14756 width "15col%"
14757 special "none"
14758 height "1in"
14759 height_special "totalheight"
14760 status collapsed
14761
14762 \begin_layout Plain Layout
14763 \begin_inset Tabular
14764 <lyxtabular version="3" rows="3" columns="3">
14765 <features>
14766 <column alignment="center" valignment="top" width="0">
14767 <column alignment="center" valignment="top" width="0">
14768 <column alignment="center" valignment="top" width="0">
14769 <row>
14770 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14771 \begin_inset Text
14772
14773 \begin_layout Plain Layout
14774 Tabelle 4
14775 \end_layout
14776
14777 \end_inset
14778 </cell>
14779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Plain Layout
14783
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792
14793 \end_layout
14794
14795 \end_inset
14796 </cell>
14797 </row>
14798 <row>
14799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803 b
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14809 \begin_inset Text
14810
14811 \begin_layout Plain Layout
14812 e
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14818 \begin_inset Text
14819
14820 \begin_layout Plain Layout
14821 h
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 </row>
14827 <row>
14828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14829 \begin_inset Text
14830
14831 \begin_layout Plain Layout
14832 c
14833 \end_layout
14834
14835 \end_inset
14836 </cell>
14837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14838 \begin_inset Text
14839
14840 \begin_layout Plain Layout
14841 f
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Plain Layout
14850 i
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 </row>
14856 </lyxtabular>
14857
14858 \end_inset
14859
14860
14861 \end_layout
14862
14863 \end_inset
14864
14865 Test 
14866 \begin_inset ERT
14867 status collapsed
14868
14869 \begin_layout Plain Layout
14870
14871
14872 \backslash
14873 raisebox{-0.32
14874 \backslash
14875 baselineskip}{
14876 \end_layout
14877
14878 \end_inset
14879
14880
14881 \begin_inset Box Frameless
14882 position "b"
14883 hor_pos "c"
14884 has_inner_box 1
14885 inner_pos "c"
14886 use_parbox 0
14887 width "15col%"
14888 special "none"
14889 height "1in"
14890 height_special "totalheight"
14891 status collapsed
14892
14893 \begin_layout Plain Layout
14894 \begin_inset Tabular
14895 <lyxtabular version="3" rows="3" columns="3">
14896 <features>
14897 <column alignment="center" valignment="top" width="0">
14898 <column alignment="center" valignment="top" width="0">
14899 <column alignment="center" valignment="top" width="0">
14900 <row>
14901 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905 Tabelle 5
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 </row>
14929 <row>
14930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 b
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943 e
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 h
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 </row>
14958 <row>
14959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 c
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 f
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 i
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 </row>
14987 </lyxtabular>
14988
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \end_inset
14995
14996
14997 \begin_inset ERT
14998 status collapsed
14999
15000 \begin_layout Plain Layout
15001
15002 }
15003 \end_layout
15004
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \begin_layout Standard
15011 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
15012  der Textzeile nicht richtig ausgerichtet.
15013  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
15014 \begin_inset Quotes gld
15015 \end_inset
15016
15017 Raisebox
15018 \begin_inset Quotes grd
15019 \end_inset
15020
15021
15022 \begin_inset Foot
15023 status collapsed
15024
15025 \begin_layout Plain Layout
15026 Raiseboxen werden in Abschnitt
15027 \begin_inset Space ~
15028 \end_inset
15029
15030
15031 \begin_inset CommandInset ref
15032 LatexCommand ref
15033 reference "uab:Vertikale-Ausrichtung"
15034
15035 \end_inset
15036
15037  beschrieben.
15038 \end_layout
15039
15040 \end_inset
15041
15042  setzen.
15043  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
15044  Befehl
15045 \end_layout
15046
15047 \begin_layout Standard
15048
15049 \series bold
15050
15051 \backslash
15052 raisebox{0.85
15053 \backslash
15054 baselineskip}{
15055 \end_layout
15056
15057 \begin_layout Standard
15058 vor der Box ausgerichtet.
15059  Hinter der Box wurde auch noch 
15060 \series bold
15061 }
15062 \series default
15063  als TeX-Code eingefügt, weil der obige Befehl mit 
15064 \series bold
15065 {
15066 \series default
15067  aufhörte.
15068  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
15069 \end_layout
15070
15071 \begin_layout Standard
15072
15073 \series bold
15074
15075 \backslash
15076 raisebox{-0.32
15077 \backslash
15078 baselineskip}{
15079 \end_layout
15080
15081 \begin_layout Standard
15082 benutzt.
15083 \end_layout
15084
15085 \begin_layout Standard
15086 \begin_inset Note Greyedout
15087 status open
15088
15089 \begin_layout Plain Layout
15090
15091 \series bold
15092 Bemerkung:
15093 \series default
15094  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
15095  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
15096  Der Faktor im 
15097 \series bold
15098
15099 \backslash
15100 raisebox
15101 \series default
15102 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
15103 \end_layout
15104
15105 \end_inset
15106
15107
15108 \end_layout
15109
15110 \begin_layout Section
15111 Farbige Tabellen
15112 \begin_inset CommandInset label
15113 LatexCommand label
15114 name "abs:Farbige-Tabellen"
15115
15116 \end_inset
15117
15118
15119 \begin_inset Index
15120 status collapsed
15121
15122 \begin_layout Plain Layout
15123 Tabellen ! farbige
15124 \end_layout
15125
15126 \end_inset
15127
15128
15129 \end_layout
15130
15131 \begin_layout Subsection
15132 Farbige Zellen
15133 \begin_inset Index
15134 status collapsed
15135
15136 \begin_layout Plain Layout
15137 farbige !  Tabellenzellen
15138 \end_layout
15139
15140 \end_inset
15141
15142
15143 \end_layout
15144
15145 \begin_layout Standard
15146 \begin_inset Float table
15147 placement h
15148 wide false
15149 sideways false
15150 status open
15151
15152 \begin_layout Plain Layout
15153 \begin_inset Caption
15154
15155 \begin_layout Plain Layout
15156 \begin_inset CommandInset label
15157 LatexCommand label
15158 name "tab:Farbige-Tabelle-ohne"
15159
15160 \end_inset
15161
15162 Farbige Tabelle, ohne Paket 
15163 \series bold
15164 colortbl
15165 \series default
15166
15167 \begin_inset OptArg
15168 status collapsed
15169
15170 \begin_layout Plain Layout
15171 Tabelle ohne 
15172 \family typewriter
15173 colortbl
15174 \end_layout
15175
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \begin_layout Plain Layout
15187 \align center
15188 \begin_inset Tabular
15189 <lyxtabular version="3" rows="3" columns="3">
15190 <features>
15191 <column alignment="center" valignment="top" width="0">
15192 <column alignment="center" valignment="top" width="0">
15193 <column alignment="center" valignment="top" width="0">
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \color green
15201 a
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \color red
15212 b
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221
15222 \color red
15223 c
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 </row>
15229 <row>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234
15235 \color green
15236 d
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245
15246 \color blue
15247 e
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256
15257 \color blue
15258 f
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 </row>
15264 <row>
15265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269
15270 \color green
15271 g
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280
15281 \color blue
15282 h
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291
15292 \color blue
15293 i
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 </row>
15299 </lyxtabular>
15300
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \begin_layout Standard
15312 \begin_inset CommandInset label
15313 LatexCommand label
15314 name "Wenn-Sie-nur"
15315
15316 \end_inset
15317
15318 Wenn Sie nur farbigen Text
15319 \begin_inset Index
15320 status collapsed
15321
15322 \begin_layout Plain Layout
15323 Farbe ! für Text
15324 \end_layout
15325
15326 \end_inset
15327
15328  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15329  auf den Werkzeugleistenknopf 
15330 \begin_inset Graphics
15331         filename ../../images/dialog-show_character.png
15332         scale 70
15333         scaleBeforeRotation
15334         BoundingBox 0bp 6bp 22bp 22bp
15335
15336 \end_inset
15337
15338  oder über das Menü 
15339 \family sans
15340 Bearbeiten\SpecialChar \menuseparator
15341 Textstil\SpecialChar \menuseparator
15342 Benutzerdefiniert
15343 \family default
15344  mit dem 
15345 \family sans
15346 Textstil
15347 \family default
15348 -Dialog wie es in Tabelle
15349 \begin_inset Space ~
15350 \end_inset
15351
15352
15353 \begin_inset CommandInset ref
15354 LatexCommand ref
15355 reference "tab:Farbige-Tabelle-ohne"
15356
15357 \end_inset
15358
15359  gemacht wurde.
15360  In anderen Fällen müssen Sie das LaTeX-Paket 
15361 \series bold
15362 colortbl
15363 \series default
15364  benutzen.
15365 \begin_inset Index
15366 status collapsed
15367
15368 \begin_layout Plain Layout
15369 LaTeX-Pakete ! colortbl
15370 \end_layout
15371
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \begin_layout Standard
15378 \begin_inset ERT
15379 status collapsed
15380
15381 \begin_layout Plain Layout
15382
15383
15384 \backslash
15385 ifcolortbl
15386 \end_layout
15387
15388 \end_inset
15389
15390
15391 \begin_inset Note Note
15392 status open
15393
15394 \begin_layout Plain Layout
15395 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15396 \series bold
15397 colortbl
15398 \series default
15399  installiert ist.
15400 \end_layout
15401
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \begin_layout Standard
15408 Um farbige Tabellen zu erzeugen, muss 
15409 \series bold
15410 colortbl
15411 \series default
15412  im LaTeX-Vorspann geladen werden:
15413 \end_layout
15414
15415 \begin_layout Standard
15416
15417 \series bold
15418
15419 \backslash
15420 usepackage{colortbl}
15421 \end_layout
15422
15423 \begin_layout Standard
15424 Die Farbe einer Spalte ändert man dann mit dem Befehl
15425 \end_layout
15426
15427 \begin_layout Standard
15428
15429 \series bold
15430
15431 \backslash
15432 columncolor{Farbname}
15433 \end_layout
15434
15435 \begin_layout Standard
15436 innerhalb des Befehls 
15437 \series bold
15438 >{}
15439 \series default
15440 .
15441  Mehr über den Befehl 
15442 \series bold
15443 >{}
15444 \series default
15445  finden Sie im Abschnitt
15446 \begin_inset Space ~
15447 \end_inset
15448
15449
15450 \begin_inset CommandInset ref
15451 LatexCommand ref
15452 reference "uab:Mehrfachspalten-Berechnungen"
15453
15454 \end_inset
15455
15456 .
15457 \end_layout
15458
15459 \begin_layout Standard
15460 Folgende Farbnamen sind vordefiniert:
15461 \end_layout
15462
15463 \begin_layout Standard
15464
15465 \family sans
15466 red
15467 \family default
15468
15469 \family sans
15470 green
15471 \family default
15472
15473 \family sans
15474 yellow
15475 \family default
15476
15477 \family sans
15478 blue
15479 \family default
15480
15481 \family sans
15482 cyan
15483 \family default
15484
15485 \family sans
15486 magenta
15487 \family default
15488
15489 \family sans
15490 black
15491 \family default
15492  und 
15493 \family sans
15494 white
15495 \begin_inset Newline newline
15496 \end_inset
15497
15498 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15499 \family default
15500 und
15501 \family sans
15502  weiß)
15503 \end_layout
15504
15505 \begin_layout Standard
15506 \begin_inset VSpace medskip
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \begin_layout Standard
15513 Sie können auch eigene Farben definieren:
15514 \end_layout
15515
15516 \begin_layout Standard
15517
15518 \series bold
15519
15520 \backslash
15521 definecolor{Farbname}{Farbmodell}{Farbwerte}
15522 \end_layout
15523
15524 \begin_layout Standard
15525 Das Farbmodell kann eins der folgenden sein:
15526 \end_layout
15527
15528 \begin_layout Labeling
15529 \labelwidthstring 00.00.0000
15530 cmyk: cyan, magenta, yellow, black
15531 \end_layout
15532
15533 \begin_layout Labeling
15534 \labelwidthstring 00.00.0000
15535 rgb: red, green blue
15536 \end_layout
15537
15538 \begin_layout Labeling
15539 \labelwidthstring 00.00.0000
15540 gray: gray
15541 \end_layout
15542
15543 \begin_layout Standard
15544 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15545  die die entsprechende Farbe für das Farbmodell beschreiben.
15546 \end_layout
15547
15548 \begin_layout Standard
15549 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15550 \emph on
15551
15552 \begin_inset Quotes gld
15553 \end_inset
15554
15555 dunkelgruen
15556 \emph default
15557
15558 \begin_inset Quotes grd
15559 \end_inset
15560
15561  und 
15562 \begin_inset Quotes gld
15563 \end_inset
15564
15565
15566 \emph on
15567 hellgrau
15568 \emph default
15569
15570 \begin_inset Quotes grd
15571 \end_inset
15572
15573  folgendermaßen definieren:
15574 \end_layout
15575
15576 \begin_layout Standard
15577
15578 \series bold
15579
15580 \backslash
15581 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15582 \end_layout
15583
15584 \begin_layout Standard
15585
15586 \series bold
15587
15588 \backslash
15589 definecolor{hellgrau}{gray}{0.8}
15590 \end_layout
15591
15592 \begin_layout Standard
15593 \begin_inset VSpace medskip
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \begin_layout Standard
15600 Linien werden mit dem Befehl
15601 \end_layout
15602
15603 \begin_layout Standard
15604
15605 \series bold
15606
15607 \backslash
15608 rowcolor{Farbname}
15609 \end_layout
15610
15611 \begin_layout Standard
15612 gefärbt, Zellen mit dem Befehl
15613 \end_layout
15614
15615 \begin_layout Standard
15616
15617 \series bold
15618
15619 \backslash
15620 cellcolor{Farbname}
15621 \end_layout
15622
15623 \begin_layout Standard
15624 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben..
15625 \end_layout
15626
15627 \begin_layout Standard
15628 Um nur Text zu färben, machen Sie es wie 
15629 \begin_inset CommandInset ref
15630 LatexCommand vpageref
15631 reference "Wenn-Sie-nur"
15632
15633 \end_inset
15634
15635  beschrieben.
15636  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15637 \emph on
15638 markieren Sie nur den Text
15639 \emph default
15640 , sonst werden die ERTs LaTeX-Fehler erzeugen.
15641 \end_layout
15642
15643 \begin_layout Standard
15644 \begin_inset Note Greyedout
15645 status open
15646
15647 \begin_layout Plain Layout
15648
15649 \series bold
15650 Achtung:
15651 \series default
15652  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
15653 \end_layout
15654
15655 \end_inset
15656
15657
15658 \end_layout
15659
15660 \begin_layout Standard
15661 \begin_inset VSpace medskip
15662 \end_inset
15663
15664
15665 \end_layout
15666
15667 \begin_layout Standard
15668 Die Tabelle
15669 \begin_inset Space ~
15670 \end_inset
15671
15672
15673 \begin_inset CommandInset ref
15674 LatexCommand ref
15675 reference "tab:Table-colored-using"
15676
15677 \end_inset
15678
15679  wurde folgendermaßen erstellt: die erste Spalte soll 
15680 \emph on
15681
15682 \begin_inset Quotes gld
15683 \end_inset
15684
15685 dunkelgruen
15686 \emph default
15687
15688 \begin_inset Quotes grd
15689 \end_inset
15690
15691  werden, also müssen Sie ins 
15692 \family sans
15693 LaTe
15694 \begin_inset ERT
15695 status collapsed
15696
15697 \begin_layout Plain Layout
15698
15699 {}
15700 \end_layout
15701
15702 \end_inset
15703
15704 X-Argument
15705 \family default
15706  der Zellen der ersten Spalte den Befehl
15707 \end_layout
15708
15709 \begin_layout Standard
15710
15711 \series bold
15712 >{
15713 \backslash
15714 columncolor{dunkelgruen}
15715 \backslash
15716 centering}c
15717 \end_layout
15718
15719 \begin_layout Standard
15720 schreiben.
15721  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15722 \end_layout
15723
15724 \begin_layout Standard
15725
15726 \series bold
15727
15728 \backslash
15729 rowcolow{cyan}
15730 \end_layout
15731
15732 \begin_layout Standard
15733 in die erste Zelle der ersten Zeile eingefügt.
15734  Diese Farbe ersetzt die Spaltenfarbe.
15735  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15736  wird mit folgendem Befehl erreicht:
15737 \end_layout
15738
15739 \begin_layout Standard
15740
15741 \series bold
15742
15743 \backslash
15744 cellcolor{magenta}
15745 \end_layout
15746
15747 \begin_layout Standard
15748 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15749 \family sans
15750 Textstil
15751 \family default
15752 -Dialog.
15753 \end_layout
15754
15755 \begin_layout Standard
15756 \begin_inset Float table
15757 placement h
15758 wide false
15759 sideways false
15760 status open
15761
15762 \begin_layout Plain Layout
15763 \begin_inset Caption
15764
15765 \begin_layout Plain Layout
15766 \begin_inset CommandInset label
15767 LatexCommand label
15768 name "tab:Table-colored-using"
15769
15770 \end_inset
15771
15772 Eine mit dem Paket 
15773 \series bold
15774 colortbl
15775 \series default
15776  gefärbte Tabelle
15777 \begin_inset OptArg
15778 status collapsed
15779
15780 \begin_layout Plain Layout
15781 Tabelle mit 
15782 \family typewriter
15783 colortbl
15784 \end_layout
15785
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \begin_layout Plain Layout
15797 \align center
15798 \begin_inset Tabular
15799 <lyxtabular version="3" rows="3" columns="3">
15800 <features>
15801 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15802 <column alignment="center" valignment="top" width="0">
15803 <column alignment="center" valignment="top" width="0">
15804 <row>
15805 <cell alignment="center" valignment="top" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 \begin_inset ERT
15810 status collapsed
15811
15812 \begin_layout Plain Layout
15813
15814
15815 \backslash
15816 rowcolor{cyan}
15817 \end_layout
15818
15819 \end_inset
15820
15821
15822 \color magenta
15823 a
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \color red
15834 b
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \color red
15845 c
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 </row>
15851 <row>
15852 <cell alignment="center" valignment="top" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856
15857 \color yellow
15858 d
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell alignment="center" valignment="top" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867
15868 \color blue
15869 e
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878
15879 \color blue
15880 f
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row>
15887 <cell alignment="center" valignment="top" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \color yellow
15893 g
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902
15903 \color blue
15904 h
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 \begin_inset ERT
15914 status collapsed
15915
15916 \begin_layout Plain Layout
15917
15918
15919 \backslash
15920 cellcolor{magenta}
15921 \end_layout
15922
15923 \end_inset
15924
15925
15926 \color green
15927 i
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 </row>
15933 </lyxtabular>
15934
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \end_inset
15941
15942
15943 \end_layout
15944
15945 \begin_layout Standard
15946 \begin_inset ERT
15947 status collapsed
15948
15949 \begin_layout Plain Layout
15950
15951
15952 \backslash
15953 else
15954 \end_layout
15955
15956 \end_inset
15957
15958
15959 \begin_inset Note Note
15960 status open
15961
15962 \begin_layout Plain Layout
15963 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15964 \series bold
15965 colortbl
15966 \series default
15967  nicht installiert ist:
15968 \end_layout
15969
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \begin_layout Standard
15976 Sie müssen das LaTeX-Paket 
15977 \series bold
15978 colortbl
15979 \series default
15980  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15981 \end_layout
15982
15983 \begin_layout Standard
15984 \begin_inset ERT
15985 status collapsed
15986
15987 \begin_layout Plain Layout
15988
15989
15990 \backslash
15991 fi
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \end_layout
15998
15999 \begin_layout Subsection
16000 Farbige Linien
16001 \begin_inset Index
16002 status collapsed
16003
16004 \begin_layout Plain Layout
16005 farbige !  Tabellenlinien
16006 \end_layout
16007
16008 \end_inset
16009
16010
16011 \end_layout
16012
16013 \begin_layout Standard
16014 Wie in Abschnitt
16015 \begin_inset Space ~
16016 \end_inset
16017
16018
16019 \begin_inset CommandInset ref
16020 LatexCommand ref
16021 reference "uab:Liniendicke"
16022
16023 \end_inset
16024
16025  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
16026 \series bold
16027
16028 \backslash
16029 arrayrulewidth
16030 \series default
16031  definiert werden.
16032  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
16033 \begin_inset Space \thinspace{}
16034 \end_inset
16035
16036 pt gesetzt.
16037 \begin_inset ERT
16038 status collapsed
16039
16040 \begin_layout Plain Layout
16041
16042
16043 \backslash
16044 setlength{
16045 \backslash
16046 arrayrulewidth}{1.5pt}
16047 \end_layout
16048
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \begin_layout Standard
16055 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
16056 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
16057 \begin_inset Space ~
16058 \end_inset
16059
16060
16061 \begin_inset CommandInset ref
16062 LatexCommand ref
16063 reference "uab:Angepasste-Zellen/Spaltenformat"
16064
16065 \end_inset
16066
16067  definiert:
16068 \end_layout
16069
16070 \begin_layout Standard
16071
16072 \series bold
16073
16074 \backslash
16075 newcolumntype{W}{!{
16076 \backslash
16077 color{green}
16078 \backslash
16079 vline}}
16080 \end_layout
16081
16082 \begin_layout Standard
16083 In Tabelle
16084 \begin_inset Space ~
16085 \end_inset
16086
16087
16088 \begin_inset CommandInset ref
16089 LatexCommand ref
16090 reference "tab:Tabelle-mit-farbigen-vert"
16091
16092 \end_inset
16093
16094  wurde das LaTeX-Argument 
16095 \series bold
16096 WcW
16097 \series default
16098  für die letzte und 
16099 \series bold
16100 Wc
16101 \series default
16102  für die anderen Spalten benutzt.
16103 \end_layout
16104
16105 \begin_layout Standard
16106 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
16107 \end_layout
16108
16109 \begin_layout Standard
16110 \begin_inset Float table
16111 placement h
16112 wide false
16113 sideways false
16114 status open
16115
16116 \begin_layout Plain Layout
16117 \begin_inset Caption
16118
16119 \begin_layout Plain Layout
16120 \begin_inset CommandInset label
16121 LatexCommand label
16122 name "tab:Tabelle-mit-farbigen-vert"
16123
16124 \end_inset
16125
16126 Tabelle mit farbigen vertikalen Linien
16127 \end_layout
16128
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \begin_layout Plain Layout
16135 \align center
16136 \begin_inset Tabular
16137 <lyxtabular version="3" rows="3" columns="3">
16138 <features>
16139 <column alignment="center" valignment="top" width="0" special="Wc">
16140 <column alignment="center" valignment="top" width="0" special="Wc">
16141 <column alignment="center" valignment="top" width="0" special="WcW">
16142 <row>
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 sd
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 </row>
16171 <row>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 sd
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 </row>
16200 <row>
16201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223 sd
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 </row>
16229 </lyxtabular>
16230
16231 \end_inset
16232
16233
16234 \end_layout
16235
16236 \end_inset
16237
16238
16239 \end_layout
16240
16241 \begin_layout Standard
16242 \begin_inset VSpace bigskip
16243 \end_inset
16244
16245 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16246 \begin_inset Space ~
16247 \end_inset
16248
16249
16250 \begin_inset CommandInset ref
16251 LatexCommand ref
16252 reference "tab:Tabelle-mit-farbigen-horiz"
16253
16254 \end_inset
16255
16256 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16257  einfügen:
16258 \end_layout
16259
16260 \begin_layout Standard
16261
16262 \series bold
16263
16264 \backslash
16265 let
16266 \backslash
16267 myHlineC
16268 \backslash
16269 hline
16270 \begin_inset Newline newline
16271 \end_inset
16272
16273
16274 \backslash
16275 renewcommand{
16276 \backslash
16277 hline}
16278 \begin_inset Newline newline
16279 \end_inset
16280
16281
16282 \begin_inset ERT
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286
16287
16288 \backslash
16289 hphantom{ }
16290 \end_layout
16291
16292 \end_inset
16293
16294 {
16295 \backslash
16296 arrayrulecolor{red}
16297 \backslash
16298 myHlineC
16299 \backslash
16300 arrayrulecolor{black}}
16301 \end_layout
16302
16303 \begin_layout Standard
16304 \begin_inset ERT
16305 status collapsed
16306
16307 \begin_layout Plain Layout
16308
16309
16310 \backslash
16311 let
16312 \backslash
16313 myHlineC
16314 \backslash
16315 hline
16316 \end_layout
16317
16318 \begin_layout Plain Layout
16319
16320
16321 \backslash
16322 renewcommand{
16323 \backslash
16324 hline}
16325 \end_layout
16326
16327 \begin_layout Plain Layout
16328
16329  {
16330 \backslash
16331 arrayrulecolor{red}
16332 \backslash
16333 myHlineC
16334 \backslash
16335 arrayrulecolor{black}}
16336 \end_layout
16337
16338 \end_inset
16339
16340
16341 \begin_inset Float table
16342 wide false
16343 sideways false
16344 status open
16345
16346 \begin_layout Plain Layout
16347 \begin_inset Caption
16348
16349 \begin_layout Plain Layout
16350 \begin_inset CommandInset label
16351 LatexCommand label
16352 name "tab:Tabelle-mit-farbigen-horiz"
16353
16354 \end_inset
16355
16356 Tabelle mit farbigen horizontalen Linien
16357 \end_layout
16358
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \begin_layout Plain Layout
16365 \align center
16366 \begin_inset Tabular
16367 <lyxtabular version="3" rows="3" columns="3">
16368 <features>
16369 <column alignment="center" valignment="top" width="0">
16370 <column alignment="center" valignment="top" width="0">
16371 <column alignment="center" valignment="top" width="0">
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 sd
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row>
16402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 sd
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 <row>
16431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 sd
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 </row>
16459 </lyxtabular>
16460
16461 \end_inset
16462
16463
16464 \end_layout
16465
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \begin_layout Standard
16472 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16473  als TeX-Code hinter der Tabelle einfügen:
16474 \end_layout
16475
16476 \begin_layout Standard
16477
16478 \series bold
16479
16480 \backslash
16481 renewcommand{
16482 \backslash
16483 hline}{
16484 \backslash
16485 myHlineC}
16486 \end_layout
16487
16488 \begin_layout Standard
16489 Tabelle
16490 \begin_inset Space ~
16491 \end_inset
16492
16493
16494 \begin_inset CommandInset ref
16495 LatexCommand ref
16496 reference "tab:Table-with-colored"
16497
16498 \end_inset
16499
16500  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16501 \end_layout
16502
16503 \begin_layout Standard
16504 \begin_inset Float table
16505 placement h
16506 wide false
16507 sideways false
16508 status open
16509
16510 \begin_layout Plain Layout
16511 \begin_inset Caption
16512
16513 \begin_layout Plain Layout
16514 \begin_inset CommandInset label
16515 LatexCommand label
16516 name "tab:Table-with-colored"
16517
16518 \end_inset
16519
16520 Tabelle mit farbigen Linien
16521 \end_layout
16522
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \begin_layout Plain Layout
16529 \align center
16530 \begin_inset Tabular
16531 <lyxtabular version="3" rows="3" columns="3">
16532 <features>
16533 <column alignment="center" valignment="top" width="0" special="Wc">
16534 <column alignment="center" valignment="top" width="0" special="Wc">
16535 <column alignment="center" valignment="top" width="0" special="WcW">
16536 <row>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 sd
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" topline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 <row>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 sd
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 </row>
16594 <row topspace="default">
16595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 sd
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 </row>
16623 </lyxtabular>
16624
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \end_inset
16631
16632
16633 \end_layout
16634
16635 \begin_layout Standard
16636 \begin_inset ERT
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640
16641
16642 \backslash
16643 renewcommand{
16644 \backslash
16645 hline}{
16646 \backslash
16647 myHlineC}
16648 \end_layout
16649
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \begin_layout Standard
16656 \begin_inset ERT
16657 status collapsed
16658
16659 \begin_layout Plain Layout
16660
16661
16662 \backslash
16663 setlength{
16664 \backslash
16665 arrayrulewidth}{0.4pt}
16666 \end_layout
16667
16668 \end_inset
16669
16670
16671 \begin_inset Note Note
16672 status collapsed
16673
16674 \begin_layout Plain Layout
16675 setzt die Liniendicke wieder auf ihren Standardwert zurück
16676 \end_layout
16677
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \begin_layout Section
16684 Tabellen-Anpassung
16685 \begin_inset Index
16686 status collapsed
16687
16688 \begin_layout Plain Layout
16689 Tabellen ! Anpassung
16690 \end_layout
16691
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \begin_layout Subsection
16698 Zeilenabstand
16699 \begin_inset CommandInset label
16700 LatexCommand label
16701 name "uab:Zeilenabstand"
16702
16703 \end_inset
16704
16705
16706 \begin_inset Index
16707 status collapsed
16708
16709 \begin_layout Plain Layout
16710 Tabellen ! Zeilenabstand
16711 \end_layout
16712
16713 \end_inset
16714
16715
16716 \end_layout
16717
16718 \begin_layout Standard
16719 Auf der Karteikarte 
16720 \family sans
16721 Rahmen
16722 \family default
16723  des 
16724 \family sans
16725 Tabellen-Einstellungen
16726 \family default
16727 -Dialogs können Sie 
16728 \family sans
16729 zusätzliche
16730 \begin_inset Space ~
16731 \end_inset
16732
16733 Abstände
16734 \family default
16735  einfügen.
16736  Dabei haben Sie drei Möglichkeiten:
16737 \end_layout
16738
16739 \begin_layout Description
16740 Oberhalb
16741 \begin_inset Space ~
16742 \end_inset
16743
16744 der
16745 \begin_inset Space ~
16746 \end_inset
16747
16748 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16749  Bei einer formalen Tabelle
16750 \begin_inset Foot
16751 status collapsed
16752
16753 \begin_layout Plain Layout
16754 Formale Tabellen wurden in Abschnitt
16755 \begin_inset Space ~
16756 \end_inset
16757
16758
16759 \begin_inset CommandInset ref
16760 LatexCommand ref
16761 reference "abs:Formale-Tabellen"
16762
16763 \end_inset
16764
16765  beschrieben.
16766 \end_layout
16767
16768 \end_inset
16769
16770  fügt LyX standardmäßig 0.5
16771 \begin_inset Space \thinspace{}
16772 \end_inset
16773
16774 em Leerraum ein.
16775  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16776 \begin_inset VSpace medskip
16777 \end_inset
16778
16779
16780 \begin_inset Newline newline
16781 \end_inset
16782
16783
16784 \begin_inset ERT
16785 status collapsed
16786
16787 \begin_layout Plain Layout
16788
16789
16790 \backslash
16791 hspace*{0pt}
16792 \end_layout
16793
16794 \end_inset
16795
16796
16797 \begin_inset Space \hfill{}
16798 \end_inset
16799
16800
16801 \begin_inset Tabular
16802 <lyxtabular version="3" rows="3" columns="1">
16803 <features>
16804 <column alignment="center" valignment="top" width="0">
16805 <row>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 A
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row topspace="3mm">
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 3
16822 \begin_inset Space \thinspace{}
16823 \end_inset
16824
16825 mm Leerraum oberhalb der Zeile
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 C
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 </lyxtabular>
16843
16844 \end_inset
16845
16846
16847 \begin_inset Space \hfill{}
16848 \end_inset
16849
16850
16851 \begin_inset ERT
16852 status collapsed
16853
16854 \begin_layout Plain Layout
16855
16856
16857 \backslash
16858 hspace*{0pt}
16859 \end_layout
16860
16861 \end_inset
16862
16863
16864 \begin_inset VSpace medskip
16865 \end_inset
16866
16867
16868 \begin_inset Newline newline
16869 \end_inset
16870
16871 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16872 n Linien verwenden.
16873 \end_layout
16874
16875 \begin_layout Description
16876 Unterhalb
16877 \begin_inset Space ~
16878 \end_inset
16879
16880 der
16881 \begin_inset Space ~
16882 \end_inset
16883
16884 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16885  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16886 \begin_inset Space \thinspace{}
16887 \end_inset
16888
16889 em Leerraum ein.
16890  Bei normalen Tabellen ist der Standardwert 2
16891 \begin_inset Space \thinspace{}
16892 \end_inset
16893
16894 pt.
16895 \end_layout
16896
16897 \begin_layout Description
16898 Zwischen
16899 \begin_inset Space ~
16900 \end_inset
16901
16902 den
16903 \begin_inset Space ~
16904 \end_inset
16905
16906 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16907  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16908 \begin_inset Space \thinspace{}
16909 \end_inset
16910
16911 em Leerraum ein.
16912  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16913 \begin_inset VSpace medskip
16914 \end_inset
16915
16916
16917 \begin_inset Newline newline
16918 \end_inset
16919
16920
16921 \begin_inset ERT
16922 status collapsed
16923
16924 \begin_layout Plain Layout
16925
16926
16927 \backslash
16928 hspace*{0pt}
16929 \end_layout
16930
16931 \end_inset
16932
16933
16934 \begin_inset Space \hfill{}
16935 \end_inset
16936
16937
16938 \begin_inset Tabular
16939 <lyxtabular version="3" rows="3" columns="1">
16940 <features>
16941 <column alignment="center" valignment="top" width="0">
16942 <row>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 A
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 </row>
16953 <row interlinespace="3mm">
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Formula $\downarrow$
16959 \end_inset
16960
16961  3
16962 \begin_inset Space \thinspace{}
16963 \end_inset
16964
16965 mm Leerraum zwischen den Zeilen 
16966 \begin_inset Formula $\downarrow$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 \begin_inset Formula $\uparrow$
16981 \end_inset
16982
16983  3
16984 \begin_inset Space \thinspace{}
16985 \end_inset
16986
16987 mm Leerraum zwischen den Zeilen 
16988 \begin_inset Formula $\uparrow$
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 </lyxtabular>
16998
16999 \end_inset
17000
17001
17002 \begin_inset Space \hfill{}
17003 \end_inset
17004
17005
17006 \begin_inset ERT
17007 status collapsed
17008
17009 \begin_layout Plain Layout
17010
17011
17012 \backslash
17013 hspace*{0pt}
17014 \end_layout
17015
17016 \end_inset
17017
17018
17019 \begin_inset VSpace medskip
17020 \end_inset
17021
17022
17023 \begin_inset Newline newline
17024 \end_inset
17025
17026 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
17027 n Linien verwenden.
17028 \end_layout
17029
17030 \begin_layout Standard
17031 \begin_inset VSpace bigskip
17032 \end_inset
17033
17034 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
17035  Befehlen im LaTeX-Vorspann machen:
17036 \end_layout
17037
17038 \begin_layout Standard
17039
17040 \series bold
17041
17042 \backslash
17043 @ifundef\SpecialChar \textcompwordmark{}
17044 ined{extrarowheight}
17045 \begin_inset Newline newline
17046 \end_inset
17047
17048
17049 \begin_inset ERT
17050 status collapsed
17051
17052 \begin_layout Plain Layout
17053
17054
17055 \backslash
17056 hphantom{ }
17057 \end_layout
17058
17059 \end_inset
17060
17061 {
17062 \backslash
17063 usepackage{array}}{}
17064 \begin_inset Newline newline
17065 \end_inset
17066
17067
17068 \backslash
17069 setlength{
17070 \backslash
17071 extrarowheight}{Höhe}
17072 \end_layout
17073
17074 \begin_layout Standard
17075 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
17076  ausgerichtet sind.
17077  (Das Paket 
17078 \series bold
17079 array
17080 \series default
17081  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
17082  verwenden.
17083  Der Befehl 
17084 \series bold
17085
17086 \backslash
17087 @ifundef\SpecialChar \textcompwordmark{}
17088 ined
17089 \series default
17090  vermeidet, dass es in diesem Fall doppelt geladen wird.)
17091 \end_layout
17092
17093 \begin_layout Subsection
17094 Besondere Zellenausrichtung
17095 \begin_inset Index
17096 status collapsed
17097
17098 \begin_layout Plain Layout
17099 Tabellen ! Zellenausrichtung
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \begin_layout Standard
17108 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17109  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle
17110 \begin_inset Space ~
17111 \end_inset
17112
17113
17114 \begin_inset CommandInset ref
17115 LatexCommand ref
17116 reference "tab:Tabellenzellen-sind-auf"
17117
17118 \end_inset
17119
17120 .
17121 \end_layout
17122
17123 \begin_layout Standard
17124 \begin_inset Float table
17125 placement h
17126 wide false
17127 sideways false
17128 status open
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Caption
17132
17133 \begin_layout Plain Layout
17134 \begin_inset CommandInset label
17135 LatexCommand label
17136 name "tab:Tabellenzellen-sind-auf"
17137
17138 \end_inset
17139
17140 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17141 \end_layout
17142
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \begin_layout Plain Layout
17149 \align center
17150 \begin_inset Tabular
17151 <lyxtabular version="3" rows="4" columns="2">
17152 <features>
17153 <column alignment="right" valignment="top" width="0">
17154 <column alignment="left" valignment="top" width="0" special="@{}l">
17155 <row>
17156 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 Überschrift
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 12.
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 6
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 </row>
17195 <row>
17196 <cell alignment="center" valignment="top" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 0.
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 68
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 -123.
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 0
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 </row>
17235 </lyxtabular>
17236
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \begin_layout Standard
17248 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17249  Die Überschrift ist eine zentrierte Mehrfachspalte.
17250  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17251  der Zahlen einschließlich Dezimalpunkt.
17252  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17253  der Zahlen.
17254   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17255 \family sans
17256 LaTe
17257 \begin_inset ERT
17258 status collapsed
17259
17260 \begin_layout Plain Layout
17261
17262 {}
17263 \end_layout
17264
17265 \end_inset
17266
17267 X-Argument
17268 \family default
17269  für die zweite Spalte folgendes eingefügt:
17270 \end_layout
17271
17272 \begin_layout Standard
17273
17274 \series bold
17275 @{}l
17276 \end_layout
17277
17278 \begin_layout Standard
17279 Tabelle
17280 \begin_inset Space ~
17281 \end_inset
17282
17283
17284 \begin_inset CommandInset ref
17285 LatexCommand ref
17286 reference "tab:Verschiedene-Ausrichtungen"
17287
17288 \end_inset
17289
17290  zeigt einige Ausrichtungen.
17291  Für die Ausrichtung der Relationen müssen Sie den 
17292 \family sans
17293 Mittleren
17294 \begin_inset Space ~
17295 \end_inset
17296
17297 Abstand
17298 \family default
17299  aus der 
17300 \family sans
17301 Mathe-Werkzeugleiste
17302 \family default
17303  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17304  rechts vom Relationszeichen zu bekommen.
17305 \end_layout
17306
17307 \begin_layout Standard
17308
17309 \color black
17310 \begin_inset Float table
17311 placement h
17312 wide false
17313 sideways false
17314 status open
17315
17316 \begin_layout Plain Layout
17317
17318 \color black
17319 \begin_inset Caption
17320
17321 \begin_layout Plain Layout
17322
17323 \color black
17324 \begin_inset CommandInset label
17325 LatexCommand label
17326 name "tab:Verschiedene-Ausrichtungen"
17327
17328 \end_inset
17329
17330
17331 \color inherit
17332 Verschiedene Ausrichtungen
17333 \end_layout
17334
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \begin_layout Plain Layout
17341 \align center
17342
17343 \color black
17344 \begin_inset Tabular
17345 <lyxtabular version="3" rows="4" columns="6">
17346 <features>
17347 <column alignment="right" valignment="top" width="0">
17348 <column alignment="left" valignment="top" width="0" special="@{}l">
17349 <column alignment="right" valignment="top" width="0">
17350 <column alignment="left" valignment="top" width="0" special="@{}l">
17351 <column alignment="right" valignment="top" width="0">
17352 <column alignment="left" valignment="top" width="0" special="@{}l">
17353 <row>
17354 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358 Einheiten
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 Exponenten
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 Relationen
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 </row>
17409 <row>
17410 <cell alignment="center" valignment="top" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414
17415 \color black
17416 12×
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425
17426 \color black
17427 24
17428 \begin_inset Space \thinspace{}
17429 \end_inset
17430
17431
17432 \color inherit
17433 Flaschen
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 <cell alignment="center" valignment="top" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442
17443 \color black
17444 \begin_inset Formula $10\cdot$
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456
17457 \color black
17458 \begin_inset Formula $10^{\mbox{-}17}$
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470
17471 \color black
17472 \begin_inset Formula $\Gamma(t)\propto$
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484
17485 \color black
17486 \begin_inset Formula $\:\Upsilon(t)$
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 </row>
17495 <row>
17496 <cell alignment="center" valignment="top" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500
17501 \color black
17502 1024×
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511
17512 \color black
17513 768
17514 \begin_inset Space \thinspace{}
17515 \end_inset
17516
17517 Pixel
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526
17527 \color black
17528 \begin_inset Formula $5.78\cdot$
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540
17541 \color black
17542 \begin_inset Formula $10^{7}$
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 <cell alignment="center" valignment="top" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554
17555 \color black
17556 \begin_inset Formula $A\ne$
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568
17569 \color black
17570 \begin_inset Formula $\: B_{\mathrm{red}}$
17571 \end_inset
17572
17573
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 </row>
17579 <row>
17580 <cell alignment="center" valignment="top" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584
17585 \color black
17586 32×
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595
17596 \color black
17597 6
17598 \begin_inset Space \thinspace{}
17599 \end_inset
17600
17601 cm
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 <cell alignment="center" valignment="top" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610
17611 \color black
17612 -
17613 \begin_inset Formula $33.5\cdot$
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625
17626 \color black
17627 \begin_inset Formula $10^{4}$
17628 \end_inset
17629
17630
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639
17640 \color black
17641 \begin_inset Formula $\sin(\alpha)\ge$
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 <cell alignment="center" valignment="top" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653
17654 \color black
17655 \begin_inset Formula $\:\sin(\beta)$
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 </row>
17664 </lyxtabular>
17665
17666 \end_inset
17667
17668
17669 \end_layout
17670
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \begin_layout Standard
17677 \begin_inset VSpace bigskip
17678 \end_inset
17679
17680 Es gibt auch noch das LaTeX-Paket 
17681 \series bold
17682 dcolumn
17683 \series default
17684
17685 \begin_inset Index
17686 status collapsed
17687
17688 \begin_layout Plain Layout
17689 LaTeX-Pakete ! dcolumn
17690 \end_layout
17691
17692 \end_inset
17693
17694  mit dem man Zellen ausrichten kann.
17695  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17696  in den Zellen.
17697  Die erste Spalte von Tabelle
17698 \begin_inset Space ~
17699 \end_inset
17700
17701
17702 \begin_inset CommandInset ref
17703 LatexCommand ref
17704 reference "tab:Verschiedene-Ausrichtungen"
17705
17706 \end_inset
17707
17708  wird mit 
17709 \family typewriter
17710 dcolumn
17711 \family default
17712  wie die erste Spalte von Tabelle
17713 \begin_inset Space ~
17714 \end_inset
17715
17716
17717 \begin_inset CommandInset ref
17718 LatexCommand ref
17719 reference "tab:Ausrichtung-mit-dem"
17720
17721 \end_inset
17722
17723  aussehen und nur mit ein paar Tricks wie erwartet.
17724  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17725 \begin_inset Space ~
17726 \end_inset
17727
17728
17729 \begin_inset CommandInset ref
17730 LatexCommand ref
17731 reference "tab:Verschiedene-Ausrichtungen"
17732
17733 \end_inset
17734
17735  ist mit 
17736 \series bold
17737 dcolumn
17738 \series default
17739  nicht möglich.
17740 \end_layout
17741
17742 \begin_layout Standard
17743 \begin_inset Float table
17744 placement h
17745 wide false
17746 sideways false
17747 status open
17748
17749 \begin_layout Plain Layout
17750 \begin_inset Caption
17751
17752 \begin_layout Plain Layout
17753 \begin_inset CommandInset label
17754 LatexCommand label
17755 name "tab:Ausrichtung-mit-dem"
17756
17757 \end_inset
17758
17759 Ausrichtung mit dem LaTeX-Paket 
17760 \series bold
17761 dcolumn
17762 \series default
17763 .
17764  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17765  bekommen.
17766 \begin_inset OptArg
17767 status collapsed
17768
17769 \begin_layout Plain Layout
17770 Ausrichtung mit dem LaTeX-Paket 
17771 \series bold
17772 dcolumn
17773 \end_layout
17774
17775 \end_inset
17776
17777
17778 \end_layout
17779
17780 \end_inset
17781
17782
17783 \end_layout
17784
17785 \begin_layout Plain Layout
17786 \align center
17787 \begin_inset Tabular
17788 <lyxtabular version="3" rows="4" columns="3">
17789 <features>
17790 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}|">
17791 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}|">
17792 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17793 <row>
17794 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 Einheiten
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 Einheiten
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 Einheiten
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 </row>
17822 <row>
17823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 12x24
17828 \begin_inset Space \thinspace{}
17829 \end_inset
17830
17831
17832 \begin_inset Formula $\mbox{Flaschen}$
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 12x24
17845 \begin_inset Space \thinspace{}
17846 \end_inset
17847
17848
17849 \begin_inset Formula $\mbox{Flaschen}$
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861 12
17862 \begin_inset ERT
17863 status collapsed
17864
17865 \begin_layout Plain Layout
17866
17867
17868 \backslash
17869 times 
17870 \end_layout
17871
17872 \end_inset
17873
17874 24~
17875 \begin_inset Formula $\mbox{Flaschen}$
17876 \end_inset
17877
17878
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 </row>
17884 <row>
17885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 1024x768
17890 \begin_inset Space \thinspace{}
17891 \end_inset
17892
17893
17894 \begin_inset Formula $\mbox{Pixel}$
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906 1024x768
17907 \begin_inset Space \thinspace{}
17908 \end_inset
17909
17910
17911 \begin_inset Formula $\mbox{Pixel}$
17912 \end_inset
17913
17914
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923 1024
17924 \begin_inset ERT
17925 status collapsed
17926
17927 \begin_layout Plain Layout
17928
17929
17930 \backslash
17931 times 
17932 \end_layout
17933
17934 \end_inset
17935
17936 768~
17937 \begin_inset Formula $\mbox{Pixel}$
17938 \end_inset
17939
17940
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 </row>
17946 <row>
17947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 32x6
17952 \begin_inset Space \thinspace{}
17953 \end_inset
17954
17955
17956 \begin_inset Formula $\mbox{cm}$
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968 32x6
17969 \begin_inset Space \thinspace{}
17970 \end_inset
17971
17972
17973 \begin_inset Formula $\mbox{cm}$
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 32
17986 \begin_inset ERT
17987 status collapsed
17988
17989 \begin_layout Plain Layout
17990
17991
17992 \backslash
17993 times 
17994 \end_layout
17995
17996 \end_inset
17997
17998 6~
17999 \begin_inset Formula $\mbox{cm}$
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 </row>
18008 </lyxtabular>
18009
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \end_inset
18016
18017
18018 \end_layout
18019
18020 \begin_layout Subsection
18021 Angepasste Zellen/Spaltenformat
18022 \begin_inset CommandInset label
18023 LatexCommand label
18024 name "uab:Angepasste-Zellen/Spaltenformat"
18025
18026 \end_inset
18027
18028
18029 \begin_inset Index
18030 status collapsed
18031
18032 \begin_layout Plain Layout
18033 Tabellen ! Spaltenformat
18034 \end_layout
18035
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \begin_layout Standard
18042 Wenn man wie in Abschnitt
18043 \begin_inset Space ~
18044 \end_inset
18045
18046
18047 \begin_inset CommandInset ref
18048 LatexCommand ref
18049 reference "uab:Mehrfachspalten-Berechnungen"
18050
18051 \end_inset
18052
18053  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
18054  Tabellen mit Mehrfachspalten sehr lästig.
18055  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
18056 en definieren:
18057 \end_layout
18058
18059 \begin_layout Standard
18060
18061 \series bold
18062
18063 \backslash
18064 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18065 \end_layout
18066
18067 \begin_layout Standard
18068 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18069 \emph on
18070 b
18071 \emph default
18072
18073 \emph on
18074 c
18075 \emph default
18076
18077 \emph on
18078 l
18079 \emph default
18080
18081 \emph on
18082 m
18083 \emph default
18084
18085 \emph on
18086 p
18087 \emph default
18088  oder 
18089 \emph on
18090 r
18091 \emph default
18092 , weil diese vordefiniert sind.
18093  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18094 \end_layout
18095
18096 \begin_layout Standard
18097 \begin_inset VSpace medskip
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \begin_layout Standard
18104 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18105  Breite könnte das Format so aussehen:
18106 \end_layout
18107
18108 \begin_layout Standard
18109
18110 \series bold
18111
18112 \backslash
18113 newcolumntype{M}[1]{>{
18114 \backslash
18115 centering
18116 \backslash
18117 hspace{0pt}}m{#1}}
18118 \end_layout
18119
18120 \begin_layout Standard
18121 wobei 
18122 \series bold
18123
18124 \backslash
18125 hspace{0pt}
18126 \series default
18127  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18128  Abschnitt
18129 \begin_inset Space ~
18130 \end_inset
18131
18132
18133 \begin_inset CommandInset ref
18134 LatexCommand ref
18135 reference "uab:Mehrfache-Zeilen-in"
18136
18137 \end_inset
18138
18139  beschrieben.
18140  Jetzt können Sie mit
18141 \end_layout
18142
18143 \begin_layout Standard
18144
18145 \series bold
18146 M{Breite}
18147 \end_layout
18148
18149 \begin_layout Standard
18150 im 
18151 \family sans
18152 LaTeX-Argument
18153 \family default
18154  im 
18155 \family sans
18156 Tabellen-Einstellungen
18157 \family default
18158 -Dialog eine Mehrfachspalten definieren.
18159 \end_layout
18160
18161 \begin_layout Standard
18162 \begin_inset VSpace bigskip
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \begin_layout Standard
18169 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18170  Format definieren:
18171 \end_layout
18172
18173 \begin_layout Standard
18174
18175 \series bold
18176
18177 \backslash
18178 newcolumntype{S}[2]{>{
18179 \backslash
18180 centering
18181 \backslash
18182 hspace{0pt}}
18183 \begin_inset Newline newline
18184 \end_inset
18185
18186
18187 \begin_inset ERT
18188 status collapsed
18189
18190 \begin_layout Plain Layout
18191
18192
18193 \backslash
18194 phantom{
18195 \end_layout
18196
18197 \end_inset
18198
18199
18200 \backslash
18201 newcolumntype
18202 \begin_inset ERT
18203 status collapsed
18204
18205 \begin_layout Plain Layout
18206
18207 }
18208 \end_layout
18209
18210 \end_inset
18211
18212 m{(#1+(2
18213 \backslash
18214 tabcolsep+
18215 \backslash
18216 arrayrulewidth)*(1-#2))/#2}}
18217 \end_layout
18218
18219 \begin_layout Standard
18220 Diese Format benutzt Gleichung
18221 \begin_inset Space ~
18222 \end_inset
18223
18224
18225 \begin_inset CommandInset ref
18226 LatexCommand ref
18227 reference "eq:Wgn"
18228
18229 \end_inset
18230
18231 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18232  breit ist.
18233 \end_layout
18234
18235 \begin_layout Standard
18236 Jetzt können Sie im 
18237 \family sans
18238 LaTeX-Argument
18239 \family default
18240  im 
18241 \family sans
18242 Tabellen-Einstellungen
18243 \family default
18244 -Dialog folgendes einfügen:
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18251 \end_layout
18252
18253 \begin_layout Standard
18254 \begin_inset VSpace bigskip
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \begin_layout Standard
18261 Für farbige Spalten können Sie folgendes einfügen:
18262 \end_layout
18263
18264 \begin_layout Standard
18265
18266 \series bold
18267
18268 \backslash
18269 newcolumntype{K}[1]{>{
18270 \backslash
18271 columncolor{#1}
18272 \backslash
18273 hspace{0pt}}c}
18274 \end_layout
18275
18276 \begin_layout Standard
18277 Das 
18278 \begin_inset Quotes gld
18279 \end_inset
18280
18281 c
18282 \begin_inset Quotes grd
18283 \end_inset
18284
18285  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18286  zentriert ist.
18287  Jetzt können Sie als 
18288 \family sans
18289 LaTeX-Argument
18290 \family default
18291  folgendes einfügen:
18292 \end_layout
18293
18294 \begin_layout Standard
18295
18296 \series bold
18297 K{Farbname}
18298 \end_layout
18299
18300 \begin_layout Standard
18301 \begin_inset VSpace bigskip
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \begin_layout Standard
18308 Für Tabelle
18309 \begin_inset Space ~
18310 \end_inset
18311
18312
18313 \begin_inset CommandInset ref
18314 LatexCommand ref
18315 reference "tab:Tabelle-mit-benutzerdefinierte"
18316
18317 \end_inset
18318
18319  wurden folgende 
18320 \family sans
18321 LaTeX-Argumente
18322 \family default
18323  benutzt:
18324 \end_layout
18325
18326 \begin_layout Standard
18327
18328 \series bold
18329 M{2.5cm}
18330 \end_layout
18331
18332 \begin_layout Standard
18333 für die erste Spalte und die Mehrfachspalte,
18334 \end_layout
18335
18336 \begin_layout Standard
18337
18338 \series bold
18339 K{red}
18340 \end_layout
18341
18342 \begin_layout Standard
18343 für die letzte Spalte und
18344 \end_layout
18345
18346 \begin_layout Standard
18347
18348 \series bold
18349 S{2.5cm}{2}
18350 \end_layout
18351
18352 \begin_layout Standard
18353 für die Spalten in der zweiten Mehrfachspalte.
18354 \end_layout
18355
18356 \begin_layout Standard
18357 \begin_inset Float table
18358 placement h
18359 wide false
18360 sideways false
18361 status open
18362
18363 \begin_layout Plain Layout
18364 \begin_inset Caption
18365
18366 \begin_layout Plain Layout
18367 \begin_inset CommandInset label
18368 LatexCommand label
18369 name "tab:Tabelle-mit-benutzerdefinierte"
18370
18371 \end_inset
18372
18373 Tabelle mit benutzerdefinierte Formaten
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \begin_layout Plain Layout
18382 \align center
18383 \begin_inset Tabular
18384 <lyxtabular version="3" rows="3" columns="4">
18385 <features>
18386 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18387 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18388 <column alignment="center" valignment="middle" width="0">
18389 <column alignment="center" valignment="middle" width="0" special="K{red}">
18390 <row>
18391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 einsehrlangesWort
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 Mehrfachspalte mit mehreren Zeilen
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 c
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 </row>
18428 <row>
18429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Plain Layout
18433 d
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 e
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18448 \begin_inset Text
18449
18450 \begin_layout Plain Layout
18451 f
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 g
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 </row>
18466 <row>
18467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 h
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480 i
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489 j
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498 k
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 </row>
18504 </lyxtabular>
18505
18506 \end_inset
18507
18508
18509 \end_layout
18510
18511 \end_inset
18512
18513
18514 \end_layout
18515
18516 \begin_layout Subsection
18517 Liniendicke
18518 \begin_inset CommandInset label
18519 LatexCommand label
18520 name "uab:Liniendicke"
18521
18522 \end_inset
18523
18524
18525 \begin_inset Index
18526 status collapsed
18527
18528 \begin_layout Plain Layout
18529 Tabellen  ! Linien ! -dicke
18530 \end_layout
18531
18532 \end_inset
18533
18534
18535 \end_layout
18536
18537 \begin_layout Standard
18538 Die Liniendicke für alle Linien einer Tabelle kann mit 
18539 \series bold
18540
18541 \backslash
18542 arrayrulewidth
18543 \series default
18544  eingestellt werden.
18545  Um eine Liniendicke von 1.5
18546 \begin_inset Space \thinspace{}
18547 \end_inset
18548
18549 pt, wie in Tabelle
18550 \begin_inset Space ~
18551 \end_inset
18552
18553
18554 \begin_inset CommandInset ref
18555 LatexCommand ref
18556 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18557
18558 \end_inset
18559
18560  zu bekommen, geben Sie den Befehl
18561 \end_layout
18562
18563 \begin_layout Standard
18564
18565 \series bold
18566
18567 \backslash
18568 setlength{
18569 \backslash
18570 arrayrulewidth}{1.5pt}
18571 \end_layout
18572
18573 \begin_layout Standard
18574 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18575  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18576  Mit
18577 \end_layout
18578
18579 \begin_layout Standard
18580
18581 \series bold
18582
18583 \backslash
18584 setlength{
18585 \backslash
18586 arrayrulewidth}{0.4pt}
18587 \end_layout
18588
18589 \begin_layout Standard
18590 bekommen Sie wieder die Standarddicke.
18591 \end_layout
18592
18593 \begin_layout Standard
18594 \begin_inset ERT
18595 status collapsed
18596
18597 \begin_layout Plain Layout
18598
18599
18600 \backslash
18601 setlength{
18602 \backslash
18603 arrayrulewidth}{1.5pt}
18604 \end_layout
18605
18606 \end_inset
18607
18608
18609 \begin_inset Float table
18610 placement H
18611 wide false
18612 sideways false
18613 status open
18614
18615 \begin_layout Plain Layout
18616 \begin_inset Caption
18617
18618 \begin_layout Plain Layout
18619 \begin_inset CommandInset label
18620 LatexCommand label
18621 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18622
18623 \end_inset
18624
18625 Tabelle mit 1.5
18626 \begin_inset Space \thinspace{}
18627 \end_inset
18628
18629 pt Liniendicke
18630 \end_layout
18631
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \begin_layout Plain Layout
18638 \align center
18639 \begin_inset Tabular
18640 <lyxtabular version="3" rows="3" columns="3">
18641 <features>
18642 <column alignment="center" valignment="top" width="0">
18643 <column alignment="center" valignment="top" width="0">
18644 <column alignment="center" valignment="top" width="0">
18645 <row>
18646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650 sd
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 </row>
18674 <row>
18675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688 sd
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 </row>
18703 <row>
18704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726 sd
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 </row>
18732 </lyxtabular>
18733
18734 \end_inset
18735
18736
18737 \end_layout
18738
18739 \end_inset
18740
18741
18742 \begin_inset ERT
18743 status collapsed
18744
18745 \begin_layout Plain Layout
18746
18747
18748 \backslash
18749 setlength{
18750 \backslash
18751 arrayrulewidth}{0.4pt}
18752 \end_layout
18753
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \begin_layout Standard
18760 \begin_inset VSpace bigskip
18761 \end_inset
18762
18763 Um eine Liniendicke von 1.5
18764 \begin_inset Space \thinspace{}
18765 \end_inset
18766
18767 pt nur für horizontale Linien zu bekommen, wie in Tabelle
18768 \begin_inset Space ~
18769 \end_inset
18770
18771
18772 \begin_inset CommandInset ref
18773 LatexCommand ref
18774 reference "tab:Tabelle-mit-1.5pt-horiz"
18775
18776 \end_inset
18777
18778 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18779  einfügen:
18780 \end_layout
18781
18782 \begin_layout Standard
18783
18784 \series bold
18785
18786 \backslash
18787 let
18788 \backslash
18789 myHline
18790 \backslash
18791 hline
18792 \begin_inset Newline newline
18793 \end_inset
18794
18795
18796 \backslash
18797 renewcommand{
18798 \backslash
18799 hline}
18800 \begin_inset Newline newline
18801 \end_inset
18802
18803  {
18804 \backslash
18805 noalign{
18806 \backslash
18807 global
18808 \backslash
18809 arrayrulewidth 1.5pt}
18810 \begin_inset Newline newline
18811 \end_inset
18812
18813  
18814 \backslash
18815 myHline
18816 \backslash
18817 noalign{
18818 \backslash
18819 global
18820 \backslash
18821 arrayrulewidth 0.4pt}}
18822 \end_layout
18823
18824 \begin_layout Standard
18825 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18826  der (Gleit\SpecialChar \-
18827 objekt-)Tabelle zurück:
18828 \end_layout
18829
18830 \begin_layout Standard
18831
18832 \series bold
18833
18834 \backslash
18835 renewcommand{
18836 \backslash
18837 hline}{
18838 \backslash
18839 myHline}
18840 \end_layout
18841
18842 \begin_layout Standard
18843 \begin_inset ERT
18844 status collapsed
18845
18846 \begin_layout Plain Layout
18847
18848
18849 \backslash
18850 let
18851 \backslash
18852 myHline
18853 \backslash
18854 hline
18855 \end_layout
18856
18857 \begin_layout Plain Layout
18858
18859
18860 \backslash
18861 renewcommand{
18862 \backslash
18863 hline}
18864 \end_layout
18865
18866 \begin_layout Plain Layout
18867
18868  {
18869 \backslash
18870 noalign{
18871 \backslash
18872 global
18873 \backslash
18874 arrayrulewidth 1.5pt}
18875 \end_layout
18876
18877 \begin_layout Plain Layout
18878
18879   
18880 \backslash
18881 myHline
18882 \backslash
18883 noalign{
18884 \backslash
18885 global
18886 \backslash
18887 arrayrulewidth 0.4pt}}
18888 \end_layout
18889
18890 \end_inset
18891
18892
18893 \begin_inset Float table
18894 placement h
18895 wide false
18896 sideways false
18897 status open
18898
18899 \begin_layout Plain Layout
18900 \begin_inset Caption
18901
18902 \begin_layout Plain Layout
18903 \begin_inset CommandInset label
18904 LatexCommand label
18905 name "tab:Tabelle-mit-1.5pt-horiz"
18906
18907 \end_inset
18908
18909 Tabelle mit 1.5
18910 \begin_inset Space \thinspace{}
18911 \end_inset
18912
18913 pt dicken horizontalen Linien
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Plain Layout
18922 \align center
18923 \begin_inset Tabular
18924 <lyxtabular version="3" rows="3" columns="3">
18925 <features>
18926 <column alignment="center" valignment="top" width="0">
18927 <column alignment="center" valignment="top" width="0">
18928 <column alignment="center" valignment="top" width="0">
18929 <row>
18930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 sd
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 </row>
18958 <row>
18959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972 sd
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 </row>
18987 <row>
18988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010 sd
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 </row>
19016 </lyxtabular>
19017
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \begin_inset ERT
19027 status collapsed
19028
19029 \begin_layout Plain Layout
19030
19031
19032 \backslash
19033 renewcommand{
19034 \backslash
19035 hline}{
19036 \backslash
19037 myHline}
19038 \end_layout
19039
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \begin_layout Standard
19046 \begin_inset VSpace bigskip
19047 \end_inset
19048
19049 Um die Liniendicke von 1.5
19050 \begin_inset Space \thinspace{}
19051 \end_inset
19052
19053 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19054  Spaltenformat entsprechend der Beschreibung in Abschnitt
19055 \begin_inset Space ~
19056 \end_inset
19057
19058
19059 \begin_inset CommandInset ref
19060 LatexCommand ref
19061 reference "uab:Angepasste-Zellen/Spaltenformat"
19062
19063 \end_inset
19064
19065 definieren:
19066 \end_layout
19067
19068 \begin_layout Standard
19069
19070 \series bold
19071
19072 \backslash
19073 newcolumntype{V}{!{
19074 \backslash
19075 vrule width 1.5pt}}
19076 \end_layout
19077
19078 \begin_layout Standard
19079 In Tabelle
19080 \begin_inset Space ~
19081 \end_inset
19082
19083
19084 \begin_inset CommandInset ref
19085 LatexCommand ref
19086 reference "tab:Tabelle-mit-1.5pt-vert"
19087
19088 \end_inset
19089
19090  wurde das 
19091 \family sans
19092 LaTe
19093 \begin_inset ERT
19094 status collapsed
19095
19096 \begin_layout Plain Layout
19097
19098 {}
19099 \end_layout
19100
19101 \end_inset
19102
19103 X-Argument
19104 \family default
19105 \series bold
19106  VcV
19107 \series default
19108  für die letzte Spalte und
19109 \series bold
19110  Vc
19111 \series default
19112  für die anderen benutzt.
19113 \end_layout
19114
19115 \begin_layout Standard
19116 \begin_inset Float table
19117 placement H
19118 wide false
19119 sideways false
19120 status open
19121
19122 \begin_layout Plain Layout
19123 \begin_inset Caption
19124
19125 \begin_layout Plain Layout
19126 \begin_inset CommandInset label
19127 LatexCommand label
19128 name "tab:Tabelle-mit-1.5pt-vert"
19129
19130 \end_inset
19131
19132 Tabelle mit 1.5
19133 \begin_inset Space \thinspace{}
19134 \end_inset
19135
19136 pt dicken vertikalen Linien
19137 \end_layout
19138
19139 \end_inset
19140
19141
19142 \end_layout
19143
19144 \begin_layout Plain Layout
19145 \align center
19146 \begin_inset Tabular
19147 <lyxtabular version="3" rows="3" columns="3">
19148 <features>
19149 <column alignment="center" valignment="top" width="0" special="Vc">
19150 <column alignment="center" valignment="top" width="0" special="Vc">
19151 <column alignment="center" valignment="top" width="0" special="VcV">
19152 <row>
19153 <cell alignment="center" valignment="top" topline="true" usebox="none">
19154 \begin_inset Text
19155
19156 \begin_layout Plain Layout
19157 sd
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 <cell alignment="center" valignment="top" topline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 </row>
19181 <row>
19182 <cell alignment="center" valignment="top" topline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" topline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195 sd
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" topline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 </row>
19210 <row>
19211 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 sd
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 </row>
19239 </lyxtabular>
19240
19241 \end_inset
19242
19243
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \begin_layout Subsection
19252 Gestrichelte Linien
19253 \begin_inset Index
19254 status collapsed
19255
19256 \begin_layout Plain Layout
19257 Tabellen  ! Linien ! gestrichelte 
19258 \end_layout
19259
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \begin_layout Standard
19266 \begin_inset ERT
19267 status collapsed
19268
19269 \begin_layout Plain Layout
19270
19271
19272 \backslash
19273 ifarydshln
19274 \end_layout
19275
19276 \end_inset
19277
19278
19279 \begin_inset Note Note
19280 status open
19281
19282 \begin_layout Plain Layout
19283 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19284 \series bold
19285 arydshln
19286 \series default
19287  installiert ist.
19288 \end_layout
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \begin_layout Standard
19296 \begin_inset Float table
19297 placement h
19298 wide false
19299 sideways false
19300 status open
19301
19302 \begin_layout Plain Layout
19303 \begin_inset Caption
19304
19305 \begin_layout Plain Layout
19306 \begin_inset CommandInset label
19307 LatexCommand label
19308 name "tab:Tabelle-mit-gestrichelten"
19309
19310 \end_inset
19311
19312 Tabelle mit gestrichelten Linien
19313 \end_layout
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \begin_layout Plain Layout
19321 \align center
19322 \begin_inset Tabular
19323 <lyxtabular version="3" rows="5" columns="5">
19324 <features>
19325 <column alignment="center" valignment="top" width="0">
19326 <column alignment="center" valignment="top" width="0">
19327 <column alignment="center" valignment="top" width="0" special=":c">
19328 <column alignment="center" valignment="top" width="0">
19329 <column alignment="center" valignment="top" width="0">
19330 <row>
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 a
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 b
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 c
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 d
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371 e
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 </row>
19377 <row>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 f
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 g
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" topline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400 h
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 i
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418 j
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 </row>
19424 <row>
19425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 \begin_inset ERT
19430 status collapsed
19431
19432 \begin_layout Plain Layout
19433
19434
19435 \backslash
19436 hdashline 
19437 \end_layout
19438
19439 \end_inset
19440
19441 k
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450 l
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 m
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 n
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 o
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 </row>
19483 <row>
19484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488 \begin_inset ERT
19489 status collapsed
19490
19491 \begin_layout Plain Layout
19492
19493
19494 \backslash
19495 cdashline{4-5}
19496 \end_layout
19497
19498 \end_inset
19499
19500 p
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 q
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518 r
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 s
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 </row>
19542 <row>
19543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 t
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556 u
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 v
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 w
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583 x
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 </row>
19589 </lyxtabular>
19590
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \begin_layout Standard
19602 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19603  TeX-Code benutzen.
19604  Zunächst müssen Sie das LaTeX-Paket 
19605 \series bold
19606 arydshln
19607 \series default
19608
19609 \begin_inset Index
19610 status collapsed
19611
19612 \begin_layout Plain Layout
19613 LaTeX-Pakete ! arydshln
19614 \end_layout
19615
19616 \end_inset
19617
19618  im LaTeX-Vorspann geladen werden:
19619 \end_layout
19620
19621 \begin_layout Standard
19622
19623 \series bold
19624
19625 \backslash
19626 usepackage{arydshln}
19627 \end_layout
19628
19629 \begin_layout Standard
19630 Um senkrechte Linien zu stricheln, müssen Sie im 
19631 \family sans
19632 LaTe
19633 \begin_inset ERT
19634 status collapsed
19635
19636 \begin_layout Plain Layout
19637
19638 {}
19639 \end_layout
19640
19641 \end_inset
19642
19643 X-Argument
19644 \family default
19645  des 
19646 \family sans
19647 Tabellen-Einstellungen
19648 \family default
19649 -Dialogs 
19650 \begin_inset Quotes gld
19651 \end_inset
19652
19653 :
19654 \begin_inset Quotes grd
19655 \end_inset
19656
19657 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19658 \end_layout
19659
19660 \begin_layout Standard
19661 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19662 \end_layout
19663
19664 \begin_layout Standard
19665
19666 \series bold
19667
19668 \backslash
19669 hdashline
19670 \end_layout
19671
19672 \begin_layout Standard
19673 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19674 \end_layout
19675
19676 \begin_layout Standard
19677 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19678 \end_layout
19679
19680 \begin_layout Standard
19681
19682 \series bold
19683
19684 \backslash
19685 cdashline{Anfangsspalte-Endspalte}
19686 \end_layout
19687
19688 \begin_layout Standard
19689 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19690  Wenn Sie z.
19691 \begin_inset Space \thinspace{}
19692 \end_inset
19693
19694 B.
19695  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19696  gestrichelte Linie haben, fügen Sie diesen Befehl
19697 \end_layout
19698
19699 \begin_layout Standard
19700
19701 \series bold
19702
19703 \backslash
19704 cdashline{2-4}
19705 \end_layout
19706
19707 \begin_layout Standard
19708 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19709 \end_layout
19710
19711 \begin_layout Standard
19712 \begin_inset VSpace bigskip
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \begin_layout Standard
19719 In Tabelle
19720 \begin_inset Space ~
19721 \end_inset
19722
19723
19724 \begin_inset CommandInset ref
19725 LatexCommand ref
19726 reference "tab:Tabelle-mit-gestrichelten"
19727
19728 \end_inset
19729
19730  wurde der dritten Spalte der Befehl
19731 \series bold
19732  
19733 \series default
19734
19735 \begin_inset Quotes gld
19736 \end_inset
19737
19738
19739 \series bold
19740 :c
19741 \begin_inset Quotes grd
19742 \end_inset
19743
19744
19745 \series default
19746  benutzt.
19747  Der Befehl 
19748 \series bold
19749
19750 \backslash
19751 hdashline
19752 \series default
19753  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19754 \begin_inset Newline newline
19755 \end_inset
19756
19757  
19758 \series bold
19759
19760 \backslash
19761 cdashline{4-5} 
19762 \series default
19763 wurde in die erste Zelle der vierten Zeile eingefügt.
19764 \end_layout
19765
19766 \begin_layout Standard
19767 \begin_inset Note Greyedout
19768 status open
19769
19770 \begin_layout Plain Layout
19771
19772 \series bold
19773 Bemerkung:
19774 \series default
19775  Das LaTeX-Paket 
19776 \series bold
19777 arydshln
19778 \series default
19779  ist nicht kompatibel dem LaTeX-Paket 
19780 \series bold
19781 colortbl
19782 \series default
19783
19784 \begin_inset Index
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788 LaTeX-Pakete ! colortbl
19789 \end_layout
19790
19791 \end_inset
19792
19793 , das für die farbigen Tabellen in Abschnitt
19794 \begin_inset Space ~
19795 \end_inset
19796
19797
19798 \begin_inset CommandInset ref
19799 LatexCommand ref
19800 reference "abs:Farbige-Tabellen"
19801
19802 \end_inset
19803
19804  benutzt wurde.
19805  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19806 \end_layout
19807
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \begin_layout Standard
19814 \begin_inset ERT
19815 status collapsed
19816
19817 \begin_layout Plain Layout
19818
19819
19820 \backslash
19821 else
19822 \end_layout
19823
19824 \end_inset
19825
19826
19827 \begin_inset Note Note
19828 status open
19829
19830 \begin_layout Plain Layout
19831 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19832 \series bold
19833 arydshln
19834 \series default
19835  nicht installiert ist:
19836 \end_layout
19837
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \begin_layout Standard
19844 Sie müssen das LaTeX-Paket 
19845 \series bold
19846 arydshln
19847 \series default
19848  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19849 \end_layout
19850
19851 \begin_layout Standard
19852 \begin_inset ERT
19853 status collapsed
19854
19855 \begin_layout Plain Layout
19856
19857
19858 \backslash
19859 fi
19860 \end_layout
19861
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \begin_layout Chapter
19868 Gleitobjekte
19869 \begin_inset CommandInset label
19870 LatexCommand label
19871 name "kap:Gleitobjekte"
19872
19873 \end_inset
19874
19875
19876 \begin_inset Index
19877 status collapsed
19878
19879 \begin_layout Plain Layout
19880 Gleitobjekte
19881 \end_layout
19882
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \begin_layout Section
19889 Einleitung
19890 \begin_inset CommandInset label
19891 LatexCommand label
19892 name "abs:Gleitobjekte-Einleitung"
19893
19894 \end_inset
19895
19896
19897 \begin_inset Index
19898 status collapsed
19899
19900 \begin_layout Plain Layout
19901 Gleitobjekte ! Einleitung
19902 \end_layout
19903
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \begin_layout Standard
19910 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19911  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19912  der beste Platz ist.
19913  
19914 \family sans
19915 Fußnoten
19916 \family default
19917  und 
19918 \family sans
19919 Randnotizen
19920 \family default
19921  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19922  wenn auf ihrer Seite schon zu viele sind.
19923 \end_layout
19924
19925 \begin_layout Standard
19926 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19927  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19928  um weiße Flächen und Seiten ohne Text zu vermeiden.
19929  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
19930  kann im Text auf ein Gleitobjekt verwiesen werden.
19931  Gleitobjekte sind deshalb nummeriert.
19932  Querverweise werden in Abschnitt
19933 \begin_inset Space ~
19934 \end_inset
19935
19936
19937 \begin_inset CommandInset ref
19938 LatexCommand ref
19939 reference "abs:Auf-Gleitobjekte-verweisen"
19940
19941 \end_inset
19942
19943  beschrieben.
19944 \end_layout
19945
19946 \begin_layout Standard
19947 Ein Gleitobjekt wird mit 
19948 \family sans
19949 Einfügen\SpecialChar \menuseparator
19950 Gleitobjekt\SpecialChar \menuseparator
19951 Algorithmus/Abbildung/Ta\SpecialChar \-
19952 belle/Um\SpecialChar \-
19953 flos\SpecialChar \-
19954 se\SpecialChar \-
19955 nes
19956 \begin_inset Space ~
19957 \end_inset
19958
19959 Gleitobjekt
19960 \family default
19961  eingefügt.
19962  Für Abbildungen oder Tabellen können Sie auch auf 
19963 \begin_inset Graphics
19964         filename ../../images/float-insert_figure.png
19965         scale 70
19966         scaleBeforeRotation
19967         BoundingBox 0bp 6bp 22bp 22bp
19968
19969 \end_inset
19970
19971  oder 
19972 \begin_inset Graphics
19973         filename ../../images/float-insert_table.png
19974         scale 70
19975         scaleBeforeRotation
19976         BoundingBox 0bp 6bp 22bp 22bp
19977
19978 \end_inset
19979
19980  klicken.
19981  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19982  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19983  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19984  #:).
19985  Statt # sehen Sie die von LyX vergebene Nummer.
19986  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19987  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19988  eingefügt.
19989  In Abschnitt
19990 \begin_inset Space ~
19991 \end_inset
19992
19993
19994 \begin_inset Space ~
19995 \end_inset
19996
19997
19998 \begin_inset CommandInset ref
19999 LatexCommand ref
20000 reference "abs:Titel-Platzierung"
20001
20002 \end_inset
20003
20004  finden Sie mehr über die Platzierung des Titels.
20005  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
20006  auch wieder geöffnet.
20007  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
20008 \begin_inset Graphics
20009         filename clipart/GleitobjektQt4.png
20010         scale 70
20011         scaleBeforeRotation
20012         BoundingBox 0bp 6bp 128bp 22bp
20013
20014 \end_inset
20015
20016  -- ein graues Kästchen mit roter Beschriftung.
20017 \end_layout
20018
20019 \begin_layout Standard
20020 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
20021  Gleitobjekte in einem eigenen Absatz einzufügen.
20022 \end_layout
20023
20024 \begin_layout Standard
20025 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
20026  indem Sie sie markieren und dann auf 
20027 \begin_inset Graphics
20028         filename ../../images/float-insert_figure.png
20029         scale 70
20030         scaleBeforeRotation
20031         BoundingBox 0bp 6bp 22bp 22bp
20032
20033 \end_inset
20034
20035  oder 
20036 \begin_inset Graphics
20037         filename ../../images/float-insert_table.png
20038         scale 70
20039         scaleBeforeRotation
20040         BoundingBox 0bp 6bp 22bp 22bp
20041
20042 \end_inset
20043
20044  klicken.
20045 \end_layout
20046
20047 \begin_layout Section
20048 Gleitobjekt-Typen
20049 \begin_inset Index
20050 status collapsed
20051
20052 \begin_layout Plain Layout
20053 Gleitobjekte ! Typen
20054 \end_layout
20055
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \begin_layout Standard
20062 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
20063 \begin_inset Space ~
20064 \end_inset
20065
20066
20067 \begin_inset CommandInset ref
20068 LatexCommand ref
20069 reference "abs:Gleitende-Abbildungen"
20070
20071 \end_inset
20072
20073  und 
20074 \begin_inset CommandInset ref
20075 LatexCommand ref
20076 reference "abs:Gleitende-Tabellen"
20077
20078 \end_inset
20079
20080  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
20081 \end_layout
20082
20083 \begin_layout Subsection
20084 Gleitobjekt-Algorithmen
20085 \begin_inset Index
20086 status collapsed
20087
20088 \begin_layout Plain Layout
20089 Gleitobjekte ! Algorithmen
20090 \end_layout
20091
20092 \end_inset
20093
20094
20095 \begin_inset CommandInset label
20096 LatexCommand label
20097 name "uab:Gleitobjekt-Algorithmen"
20098
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \begin_layout Standard
20105 \begin_inset Float algorithm
20106 placement h
20107 wide false
20108 sideways false
20109 status open
20110
20111 \begin_layout Plain Layout
20112 \begin_inset Caption
20113
20114 \begin_layout Plain Layout
20115 \begin_inset CommandInset label
20116 LatexCommand label
20117 name "alg:Ein-Gleitobjekt-Algorithmus"
20118
20119 \end_inset
20120
20121 Ein Gleitobjekt-Algorithmus 
20122 \end_layout
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \begin_layout LyX-Code
20130 for I in 1..N loop
20131 \begin_inset Newline newline
20132 \end_inset
20133
20134  Sum:= Sum + A(I); /*Kommentar*/
20135 \begin_inset Newline newline
20136 \end_inset
20137
20138 end loop
20139 \begin_inset VSpace -4mm
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \begin_layout Standard
20151 Dieser Typ wird mit 
20152 \family sans
20153 Einfügen\SpecialChar \menuseparator
20154 Gleitobjekt\SpecialChar \menuseparator
20155 Algorithmus
20156 \family default
20157  eingefügt.
20158  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
20159  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
20160  Eine mögliche Absatz-Umgebung hier für ist 
20161 \family sans
20162 LyX-Code
20163 \family default
20164 , beschrieben im 
20165 \emph on
20166 Benutzerhandbuch
20167 \emph default
20168 .
20169  In Algorithmus
20170 \begin_inset Space ~
20171 \end_inset
20172
20173
20174 \begin_inset CommandInset ref
20175 LatexCommand ref
20176 reference "alg:Ein-Gleitobjekt-Algorithmus"
20177
20178 \end_inset
20179
20180  wurden am Ende -0.4
20181 \begin_inset Space \thinspace{}
20182 \end_inset
20183
20184 cm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20185  letzten Zeile gedruckt wird.
20186 \end_layout
20187
20188 \begin_layout Standard
20189 Die Marke 
20190 \emph on
20191 Algorithmus
20192 \emph default
20193  wird nicht automatisch in die druckbare Version übernommen, sondern das
20194  englische Wort 
20195 \emph on
20196 Algorithm
20197 \emph default
20198  verwendet.
20199  Soll
20200 \emph on
20201  Algorithmus
20202 \emph default
20203  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20204 \end_layout
20205
20206 \begin_layout Standard
20207
20208 \series bold
20209
20210 \backslash
20211 floatname{algorithm}{Algorithmus}
20212 \end_layout
20213
20214 \begin_layout Standard
20215 Um das Algorithmenverzeichnis einzufügen, kann für englische Dokumente das
20216  Menü 
20217 \family sans
20218 Einfügen\SpecialChar \menuseparator
20219 Liste
20220 \begin_inset Space \thinspace{}
20221 \end_inset
20222
20223 /
20224 \begin_inset Space \thinspace{}
20225 \end_inset
20226
20227 Inhaltsverzeichnis\SpecialChar \menuseparator
20228 Algorithmenverzeichnis
20229 \family default
20230  verwendet werden.
20231  Für nicht englische Dokumente, muss stattdessen dieser Befehl als TeX-Code
20232  eingefügt werden:
20233 \end_layout
20234
20235 \begin_layout Standard
20236
20237 \series bold
20238
20239 \backslash
20240 listof{algorithm}{Algorithmenverzeichnis}
20241 \end_layout
20242
20243 \begin_layout Standard
20244 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20245  nach dem Schema 
20246 \begin_inset Quotes gld
20247 \end_inset
20248
20249 Kapitelnummer.Algorithmusnummer
20250 \begin_inset Quotes grd
20251 \end_inset
20252
20253  nummeriert.
20254  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20255  einfügen:
20256 \end_layout
20257
20258 \begin_layout Standard
20259
20260 \series bold
20261
20262 \backslash
20263 numberwithin{algorithm}{chapter}
20264 \end_layout
20265
20266 \begin_layout Standard
20267 Um 
20268 \series bold
20269
20270 \backslash
20271 numberwithin
20272 \series default
20273  benutzen zu können, muss in den 
20274 \family sans
20275 Mathe
20276 \begin_inset Space ~
20277 \end_inset
20278
20279 Optionen
20280 \family default
20281  der 
20282 \family sans
20283 Dokument-Einstellungen
20284 \family default
20285  
20286 \family sans
20287 AMS
20288 \begin_inset Space ~
20289 \end_inset
20290
20291 Mathe
20292 \begin_inset Space ~
20293 \end_inset
20294
20295 Paket
20296 \family default
20297
20298 \begin_inset Space ~
20299 \end_inset
20300
20301
20302 \family sans
20303 verwenden
20304 \family default
20305  angekreuzt sein.
20306 \end_layout
20307
20308 \begin_layout Subsection
20309 Textumflossenes [Gleit]Objekt
20310 \begin_inset CommandInset label
20311 LatexCommand label
20312 name "uab:Textumflossenes-[Gleit]Objekt"
20313
20314 \end_inset
20315
20316
20317 \begin_inset Index
20318 status collapsed
20319
20320 \begin_layout Plain Layout
20321 Gleitobjekte ! textumflossene
20322 \end_layout
20323
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \begin_layout Standard
20330 \begin_inset Wrap figure
20331 lines 0
20332 placement l
20333 overhang 0col%
20334 width "40col%"
20335 status open
20336
20337 \begin_layout Plain Layout
20338 \begin_inset Graphics
20339         filename ../clipart/mobius.eps
20340         display color
20341         width 40col%
20342         scaleBeforeRotation
20343         rotateOrigin center
20344
20345 \end_inset
20346
20347
20348 \end_layout
20349
20350 \begin_layout Plain Layout
20351 \begin_inset Caption
20352
20353 \begin_layout Plain Layout
20354 \begin_inset CommandInset label
20355 LatexCommand label
20356 name "abb:This-is-a"
20357
20358 \end_inset
20359
20360 Dies ist eine umflossene Gleitobjekt-Abbildung
20361 \begin_inset VSpace medskip
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373
20374 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
20375  werden, wo sie definiert wurden.
20376  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
20377 \emph on
20378 fließen
20379 \emph default
20380  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
20381  übrig lässt.
20382  Er wird mit dem Befehl
20383 \family sans
20384  Einfügen\SpecialChar \menuseparator
20385 Gleitobjekt\SpecialChar \menuseparator
20386 Umflossenes
20387 \begin_inset Space \space{}
20388 \end_inset
20389
20390 Gleit\SpecialChar \-
20391 ob\SpecialChar \-
20392 jekt
20393 \family default
20394   eingefügt, wenn das LaTeX-Paket 
20395 \series bold
20396 wrapfig
20397 \series default
20398
20399 \begin_inset Index
20400 status collapsed
20401
20402 \begin_layout Plain Layout
20403 LaTeX-Pakete ! wrapfig
20404 \begin_inset ERT
20405 status collapsed
20406
20407 \begin_layout Plain Layout
20408
20409
20410 \backslash
20411
20412 \begin_inset ERT
20413 status collapsed
20414
20415 \begin_layout Plain Layout
20416
20417 {
20418 \end_layout
20419
20420 \end_inset
20421
20422
20423 \begin_inset ERT
20424 status collapsed
20425
20426 \begin_layout Plain Layout
20427
20428 }
20429 \end_layout
20430
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \end_inset
20437
20438 vspace
20439 \begin_inset ERT
20440 status collapsed
20441
20442 \begin_layout Plain Layout
20443
20444 {
20445 \end_layout
20446
20447 \end_inset
20448
20449 4mm
20450 \begin_inset ERT
20451 status collapsed
20452
20453 \begin_layout Plain Layout
20454
20455 }
20456 \end_layout
20457
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \end_inset
20464
20465  installiert ist.
20466 \begin_inset Foot
20467 status collapsed
20468
20469 \begin_layout Plain Layout
20470 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20471 \emph on
20472 LaTeX
20473 \begin_inset Space ~
20474 \end_inset
20475
20476 Konfiguration
20477 \emph default
20478  beschrieben.
20479 \end_layout
20480
20481 \end_inset
20482
20483  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
20484 klick auf
20485  das 
20486 \family sans
20487 Umflossenes
20488 \begin_inset Space ~
20489 \end_inset
20490
20491 Gleitobjekt
20492 \family default
20493 -Kästchen ändern.
20494  Abbildung
20495 \begin_inset Space ~
20496 \end_inset
20497
20498
20499 \begin_inset CommandInset ref
20500 LatexCommand ref
20501 reference "abb:This-is-a"
20502
20503 \end_inset
20504
20505  ist zum Beispiel ein textumflossenes Objekt, das 40
20506 \begin_inset Space \thinspace{}
20507 \end_inset
20508
20509 % der Spaltenbreite einnimmt.
20510 \begin_inset Foot
20511 status collapsed
20512
20513 \begin_layout Plain Layout
20514 Die benutzbaren Einheiten werden in Anhang
20515 \begin_inset Space ~
20516 \end_inset
20517
20518
20519 \begin_inset CommandInset ref
20520 LatexCommand ref
20521 reference "kap:In-LyX-verfügbare"
20522
20523 \end_inset
20524
20525  beschrieben.
20526 \end_layout
20527
20528 \end_inset
20529
20530  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
20531  umgebenden Test zu trennen.
20532 \end_layout
20533
20534 \begin_layout Standard
20535 \begin_inset Note Greyedout
20536 status open
20537
20538 \begin_layout Plain Layout
20539
20540 \series bold
20541 Bemerkung:
20542 \series default
20543  Textumflossene Objekte sind fragil.
20544  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
20545  dass sie gar nicht oder über anderen Text gedruckt wird.
20546 \end_layout
20547
20548 \end_inset
20549
20550
20551 \end_layout
20552
20553 \begin_layout Standard
20554
20555 \series bold
20556 Weitere
20557 \series default
20558  
20559 \series bold
20560 Bemerkungen
20561 \series default
20562 :
20563 \end_layout
20564
20565 \begin_layout Itemize
20566 Textumflossene Objekte
20567 \end_layout
20568
20569 \begin_deeper
20570 \begin_layout Itemize
20571 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
20572  werden.
20573  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
20574  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
20575  erfolgen wird.
20576 \end_layout
20577
20578 \begin_layout Itemize
20579 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
20580  werden oder darin.
20581 \end_layout
20582
20583 \begin_layout Itemize
20584 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
20585  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
20586 \end_layout
20587
20588 \begin_layout Itemize
20589 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
20590 \end_layout
20591
20592 \end_deeper
20593 \begin_layout Itemize
20594 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
20595  unmittelbar auf die Abbildung folgt, eingerückt.
20596  Das können Sie mit dem TeX-Code-Befehl 
20597 \series bold
20598
20599 \backslash
20600 hspace*{-1em}
20601 \series default
20602  direkt vor dem Text korrigieren.
20603  
20604 \family typewriter
20605 1
20606 \begin_inset Space \thinspace{}
20607 \end_inset
20608
20609 em
20610 \family default
20611  entspricht der Standardeinrückung.
20612 \end_layout
20613
20614 \begin_layout Itemize
20615 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
20616  behandelt.
20617 \end_layout
20618
20619 \begin_layout Itemize
20620 Der Text, der um die Abbildung herumfließt, sollte zwischen 
20621 \series bold
20622
20623 \backslash
20624 begin{slop\SpecialChar \-
20625 py\SpecialChar \-
20626 par}
20627 \series default
20628  und 
20629 \series bold
20630
20631 \backslash
20632 end{sloppypar}
20633 \series default
20634  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
20635 \end_layout
20636
20637 \begin_layout Section
20638 Gleitobjekt-Nummerierung
20639 \begin_inset CommandInset label
20640 LatexCommand label
20641 name "abs:Gleitobjekt-Nummerierung"
20642
20643 \end_inset
20644
20645
20646 \begin_inset Index
20647 status collapsed
20648
20649 \begin_layout Plain Layout
20650 Gleitobjekte ! Nummerierung
20651 \end_layout
20652
20653 \end_inset
20654
20655
20656 \end_layout
20657
20658 \begin_layout Standard
20659 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
20660  nummeriert oder nach dem Schema 
20661 \begin_inset Quotes gld
20662 \end_inset
20663
20664 Kapitelnummer.Gleitobjektnummer
20665 \begin_inset Quotes grd
20666 \end_inset
20667
20668  oder 
20669 \begin_inset Quotes gld
20670 \end_inset
20671
20672 Abschnittsnummer.Gleitobjektnummer
20673 \begin_inset Quotes grd
20674 \end_inset
20675
20676 .
20677  Das hängt von der Dokumentklasse ab.
20678 \end_layout
20679
20680 \begin_layout Standard
20681 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20682  in den LaTeX-Vorspann einfügen:
20683 \end_layout
20684
20685 \begin_layout Standard
20686
20687 \series bold
20688
20689 \backslash
20690 renewcommand{
20691 \backslash
20692 thetable}{
20693 \backslash
20694 roman{table}}
20695 \end_layout
20696
20697 \begin_layout Standard
20698
20699 \series bold
20700
20701 \backslash
20702 thetable
20703 \series default
20704  ist der Befehl, der die Tabellennummer druckt.
20705  Für Abbildungen ist das 
20706 \series bold
20707
20708 \backslash
20709 thefigure
20710 \series default
20711 .
20712  Der Befehl 
20713 \series bold
20714
20715 \backslash
20716 roman
20717 \series default
20718  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20719 \end_layout
20720
20721 \begin_layout Standard
20722 Um das Numerierungsschema zum Beispiel auf 
20723 \begin_inset Quotes gld
20724 \end_inset
20725
20726 Unterabschnittsnummer.Num\SpecialChar \-
20727 mer
20728 \begin_inset Quotes grd
20729 \end_inset
20730
20731  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20732 \end_layout
20733
20734 \begin_layout Standard
20735
20736 \series bold
20737
20738 \backslash
20739 numberwithin{table}{subsection}
20740 \end_layout
20741
20742 \begin_layout Standard
20743 Um den Befehl 
20744 \series bold
20745
20746 \backslash
20747 numberwithin
20748 \series default
20749  zu können, müssen Sie in den 
20750 \family sans
20751 Mathe
20752 \begin_inset Space ~
20753 \end_inset
20754
20755 Optionen
20756 \family default
20757  der 
20758 \family sans
20759 Dokument-Einstellungen
20760 \family default
20761  
20762 \family sans
20763 AMS
20764 \begin_inset Space ~
20765 \end_inset
20766
20767 Mathe
20768 \begin_inset Space ~
20769 \end_inset
20770
20771 Paket
20772 \family default
20773
20774 \begin_inset Space ~
20775 \end_inset
20776
20777
20778 \family sans
20779 verwenden
20780 \family default
20781  ankreuzen.
20782 \end_layout
20783
20784 \begin_layout Standard
20785 Sehen Sie sich bitte auch Abschnitt
20786 \begin_inset Space ~
20787 \end_inset
20788
20789
20790 \begin_inset CommandInset ref
20791 LatexCommand ref
20792 reference "uab:Fußnoten-Nummerierung"
20793
20794 \end_inset
20795
20796  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
20797 \end_layout
20798
20799 \begin_layout Section
20800 Auf Gleitobjekte verweisen
20801 \begin_inset CommandInset label
20802 LatexCommand label
20803 name "abs:Auf-Gleitobjekte-verweisen"
20804
20805 \end_inset
20806
20807
20808 \begin_inset Index
20809 status collapsed
20810
20811 \begin_layout Plain Layout
20812 Gleitobjekte ! Querverweise
20813 \end_layout
20814
20815 \end_inset
20816
20817
20818 \begin_inset Index
20819 status collapsed
20820
20821 \begin_layout Plain Layout
20822 Querverweise
20823 \end_layout
20824
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \begin_layout Standard
20831 Zunächst müssen Sie mit 
20832 \family sans
20833 Einfügen\SpecialChar \menuseparator
20834 Marke
20835 \family default
20836  oder einen Klick auf 
20837 \begin_inset Graphics
20838         filename ../../images/label-insert.png
20839         scale 85
20840         scaleBeforeRotation
20841
20842 \end_inset
20843
20844  eine Marke im Titel einfügen.
20845  Im 
20846 \family sans
20847 Marke
20848 \family default
20849 -Dialog schreiben Sie einen Text in das Feld 
20850 \family sans
20851 Marke
20852 \family default
20853  oder übernehmen den vorgeschlagenen.
20854  Die Marke sieht in LyX dann so aus:
20855 \begin_inset Newline newline
20856 \end_inset
20857
20858
20859 \begin_inset Graphics
20860         filename clipart/Marke.png
20861         lyxscale 80
20862         scale 50
20863         scaleBeforeRotation
20864         BoundingBox 0bp 6bp 76bp 23bp
20865
20866 \end_inset
20867
20868
20869 \end_layout
20870
20871 \begin_layout Standard
20872 Die Marke wird als Anker und Name für den Querverweis benutzt.
20873  Mit 
20874 \family sans
20875 Einfügen\SpecialChar \menuseparator
20876 Querverweis
20877 \family default
20878  oder einen Klick auf 
20879 \begin_inset Graphics
20880         filename ../../images/dialog-show-new-inset_ref.png
20881         scale 85
20882         scaleBeforeRotation
20883
20884 \end_inset
20885
20886  können Sie dann auf die Marke verweisen.
20887  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20888  angezeigt:
20889 \begin_inset Newline newline
20890 \end_inset
20891
20892
20893 \begin_inset Graphics
20894         filename clipart/Querverweis.png
20895         lyxscale 80
20896         scale 50
20897         scaleBeforeRotation
20898         BoundingBox 0bp 6bp 76bp 23bp
20899
20900 \end_inset
20901
20902
20903 \begin_inset Newline newline
20904 \end_inset
20905
20906  Mehr zu Querverweisen finden Sie im 
20907 \emph on
20908 Benutzerhandbuch
20909 \emph default
20910 .
20911 \end_layout
20912
20913 \begin_layout Standard
20914 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20915  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20916  durch einen Zeilenumbruch getrennt werden können.
20917 \end_layout
20918
20919 \begin_layout Standard
20920 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20921  LyX passt die Querverweise automatisch an.
20922 \end_layout
20923
20924 \begin_layout Standard
20925 Ein Klick auf den Schalter 
20926 \family sans
20927 Gehe
20928 \begin_inset Space ~
20929 \end_inset
20930
20931 zur
20932 \begin_inset Space ~
20933 \end_inset
20934
20935 Marke
20936 \family default
20937  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20938  Der Text der Schaltfläche heißt jetzt 
20939 \family sans
20940 Gehe
20941 \begin_inset Space ~
20942 \end_inset
20943
20944 zurück
20945 \family default
20946  und ein Klick darauf macht genau dies.
20947   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20948  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20949  Dann ist auch kein 
20950 \family sans
20951 Gehe
20952 \begin_inset Space ~
20953 \end_inset
20954
20955 zurück
20956 \family default
20957  möglich.
20958 \end_layout
20959
20960 \begin_layout Subsection
20961 Querverweis-Formate
20962 \begin_inset CommandInset label
20963 LatexCommand label
20964 name "uab:Querverweis-Formate"
20965
20966 \end_inset
20967
20968
20969 \begin_inset Index
20970 status collapsed
20971
20972 \begin_layout Plain Layout
20973 Querverweise ! Formate
20974 \end_layout
20975
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \begin_layout Standard
20982 Es gibt sechs verschiedene Querverweisstile:
20983 \end_layout
20984
20985 \begin_layout Description
20986 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20987  
20988 \begin_inset CommandInset ref
20989 LatexCommand ref
20990 reference "abb:Zwei-Teilabbildungen"
20991
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \begin_layout Description
20998 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20999  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
21000  verwendet wird, speziell wenn der Name 
21001 \begin_inset Quotes gld
21002 \end_inset
21003
21004 Gleichung
21005 \begin_inset Quotes grd
21006 \end_inset
21007
21008  weggelassen wird: 
21009 \begin_inset CommandInset ref
21010 LatexCommand eqref
21011 reference "eq:Wgn"
21012
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \begin_layout Description
21019 <Seite>: druckt die Seitennummer: Seite
21020 \begin_inset Space ~
21021 \end_inset
21022
21023
21024 \begin_inset CommandInset ref
21025 LatexCommand pageref
21026 reference "abb:Zwei-Teilabbildungen"
21027
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \begin_layout Description
21034 auf
21035 \begin_inset Space ~
21036 \end_inset
21037
21038 Seite
21039 \begin_inset Space ~
21040 \end_inset
21041
21042 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
21043 \begin_inset CommandInset ref
21044 LatexCommand vpageref
21045 reference "abb:Zwei-Teilabbildungen"
21046
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \begin_layout Description
21053 <Querverweis>
21054 \begin_inset Space ~
21055 \end_inset
21056
21057 auf
21058 \begin_inset Space ~
21059 \end_inset
21060
21061 Seite
21062 \begin_inset Space ~
21063 \end_inset
21064
21065 <Seite>: druckt die Nummer der Gleitumgebung, den Text "auf Seite", und
21066  die Seitennummer: 
21067 \begin_inset CommandInset ref
21068 LatexCommand vref
21069 reference "abb:Zwei-Teilabbildungen"
21070
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \begin_layout Description
21077 Formatierter
21078 \begin_inset Space ~
21079 \end_inset
21080
21081 Querverweis: druckt ein selbst definiertes Querverweisformat
21082 \begin_inset Newline newline
21083 \end_inset
21084
21085
21086 \begin_inset Note Greyedout
21087 status open
21088
21089 \begin_layout Plain Layout
21090
21091 \series bold
21092 Bemerkung:
21093 \series default
21094  Dies ist nur möglich, wenn das LaTeX-Paket 
21095 \series bold
21096 prettyref
21097 \series default
21098  installiert ist.
21099 \end_layout
21100
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \begin_layout Standard
21107 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
21108  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
21109  Seite befindet.
21110  Stattdessen wird der Text 
21111 \begin_inset Quotes gld
21112 \end_inset
21113
21114 auf dieser Seite
21115 \begin_inset Quotes grd
21116 \end_inset
21117
21118  gedruckt.
21119 \end_layout
21120
21121 \begin_layout Standard
21122 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21123  automatisch von LaTeX berechnet.
21124  Die Stile können im Feld 
21125 \family sans
21126 Format
21127 \family default
21128  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
21129  einen Querverweis klicken.
21130 \end_layout
21131
21132 \begin_layout Subsection
21133 Auf Teilabbildungen verweisen
21134 \begin_inset CommandInset label
21135 LatexCommand label
21136 name "uab:Auf-Teilabbildungen-verweisen"
21137
21138 \end_inset
21139
21140
21141 \begin_inset Index
21142 status collapsed
21143
21144 \begin_layout Plain Layout
21145 Querverweise ! auf Teilabbildungen
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \begin_layout Standard
21154 Zur Zeit unterstützt LyX das nicht, also müssen Sie LaTeX-Befehle benutzen.
21155  Die Marke erzeugen Sie mit dem Befehl
21156 \end_layout
21157
21158 \begin_layout Standard
21159
21160 \series bold
21161
21162 \backslash
21163 label{abb:IhrMarkenName}
21164 \end_layout
21165
21166 \begin_layout Standard
21167 der direkt in das Titelfeld der Teilabbildung eingefügt wird.
21168  Als Querverweis benutzen Sie dann den Befehl
21169 \end_layout
21170
21171 \begin_layout Standard
21172
21173 \series bold
21174
21175 \backslash
21176 ref{abb:IhrMarkenName}
21177 \end_layout
21178
21179 \begin_layout Standard
21180 Hier ist ein Querverweis auf Teilabbildung
21181 \begin_inset Space ~
21182 \end_inset
21183
21184
21185 \begin_inset ERT
21186 status collapsed
21187
21188 \begin_layout Plain Layout
21189
21190
21191 \backslash
21192 ref{abb:Platypus}
21193 \end_layout
21194
21195 \end_inset
21196
21197 .
21198 \end_layout
21199
21200 \begin_layout Subsection
21201 Automatische Querverweis-Namen
21202 \begin_inset Index
21203 status collapsed
21204
21205 \begin_layout Plain Layout
21206 Querverweise ! Automatische Namen 
21207 \end_layout
21208
21209 \end_inset
21210
21211
21212 \end_layout
21213
21214 \begin_layout Standard
21215 Das LaTeX-Paket 
21216 \series bold
21217 hyperref
21218 \series default
21219
21220 \begin_inset Index
21221 status collapsed
21222
21223 \begin_layout Plain Layout
21224 LaTeX-Pakete ! hyperref
21225 \end_layout
21226
21227 \end_inset
21228
21229  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
21230  Gleitobjekts automatisch enthalten (oder Textteile wie 
21231 \emph on
21232 Abschnitt
21233 \emph default
21234 ).
21235  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
21236  Um diese Funktion benutzen zu können, müssen Sie 
21237 \series bold
21238 hyperref
21239 \series default
21240  in den LaTeX-Vorspann wie folgt einfügen:
21241 \end_layout
21242
21243 \begin_layout Standard
21244
21245 \series bold
21246
21247 \backslash
21248 usepackage[pdfborder={0 0 0}]{hyperref}
21249 \begin_inset Newline newline
21250 \end_inset
21251
21252
21253 \backslash
21254 AtBeginDocument{
21255 \backslash
21256 renewcommand{
21257 \backslash
21258 ref}[1]{
21259 \backslash
21260 mbox{
21261 \backslash
21262 autoref{#1}}}}
21263 \end_layout
21264
21265 \begin_layout Standard
21266
21267 \series bold
21268 hyperref
21269 \series default
21270  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Do\SpecialChar \-
21271 ku\SpecialChar \-
21272 men\SpecialChar \-
21273 ten
21274  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
21275  einen Link klicken, und die angeklickte Stelle wird gezeigt.
21276  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
21277  sich der Cursor.
21278 \end_layout
21279
21280 \begin_layout Standard
21281 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
21282 n.
21283  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
21284  für die Benutzung von 
21285 \series bold
21286 hyperref
21287 \series default
21288  sehen.
21289  In der 
21290 \series bold
21291 hyperref
21292 \series default
21293 -Dokumentation 
21294 \begin_inset CommandInset citation
21295 LatexCommand cite
21296 key "hyperref"
21297
21298 \end_inset
21299
21300  finden Sie mehr darüber.
21301 \end_layout
21302
21303 \begin_layout Standard
21304 \begin_inset Note Greyedout
21305 status open
21306
21307 \begin_layout Plain Layout
21308
21309 \series bold
21310 Bemerkung:
21311 \series default
21312  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21313  als Querverweisstil 
21314 \family sans
21315 Formatierter
21316 \begin_inset Space ~
21317 \end_inset
21318
21319 Querverweis
21320 \family default
21321  benutzen.
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \begin_layout Subsection
21330 Querverweis-Position
21331 \begin_inset CommandInset label
21332 LatexCommand label
21333 name "uab:Querverweis-Position"
21334
21335 \end_inset
21336
21337
21338 \begin_inset Index
21339 status collapsed
21340
21341 \begin_layout Plain Layout
21342 Querverweise !  Position
21343 \end_layout
21344
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \begin_layout Standard
21351 Wenn Sie 
21352 \series bold
21353 hyperref
21354 \series default
21355  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
21356  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21357  und Sie werden das Bild ohne Rollen nicht sehen.
21358  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21359  ist.
21360  Wenn Sie das  LaTeX-Paket 
21361 \series bold
21362 hypcap
21363 \series default
21364
21365 \begin_inset Index
21366 status collapsed
21367
21368 \begin_layout Plain Layout
21369 LaTeX-Pakete ! hypcap
21370 \end_layout
21371
21372 \end_inset
21373
21374 , das Teil des LaTeX-Pakets 
21375 \series bold
21376 oberdiek
21377 \series default
21378
21379 \begin_inset Index
21380 status collapsed
21381
21382 \begin_layout Plain Layout
21383 LaTeX-Pakete ! oberdiek
21384 \end_layout
21385
21386 \end_inset
21387
21388  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21389  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21390 \series bold
21391 hypcap
21392 \series default
21393  zunächst in den LaTeX-Vorspann laden:
21394 \end_layout
21395
21396 \begin_layout Standard
21397
21398 \series bold
21399
21400 \backslash
21401 usepackage[figure]{hypcap}
21402 \end_layout
21403
21404 \begin_layout Standard
21405 Sie können 
21406 \series bold
21407 hypcap
21408 \series default
21409  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
21410  nicht empfohlen.
21411  Weitere Informationen finden Sie im
21412 \series bold
21413  hypcap
21414 \series default
21415 -Handbuch 
21416 \begin_inset CommandInset citation
21417 LatexCommand cite
21418 key "hypcap"
21419
21420 \end_inset
21421
21422 .
21423 \end_layout
21424
21425 \begin_layout Standard
21426 \begin_inset Note Greyedout
21427 status open
21428
21429 \begin_layout Plain Layout
21430
21431 \series bold
21432 Bemerkung 1:
21433 \series default
21434  
21435 \series bold
21436 hypcap
21437 \series default
21438  muss nach 
21439 \series bold
21440 hyperref
21441 \series default
21442  geladen werden.
21443 \end_layout
21444
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \begin_layout Standard
21451 \begin_inset Note Greyedout
21452 status open
21453
21454 \begin_layout Plain Layout
21455
21456 \series bold
21457 Bemerkung 2:
21458 \series default
21459  
21460 \series medium
21461 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
21462  zu Teilabbildungen.
21463 \end_layout
21464
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \begin_layout Section
21471 Gleitobjekt-Platzierung
21472 \begin_inset CommandInset label
21473 LatexCommand label
21474 name "abs:Gleitobjekt-Platzierung"
21475
21476 \end_inset
21477
21478
21479 \begin_inset Index
21480 status collapsed
21481
21482 \begin_layout Plain Layout
21483 Gleitobjekte ! Plazierung
21484 \end_layout
21485
21486 \end_inset
21487
21488
21489 \end_layout
21490
21491 \begin_layout Standard
21492 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21493 \family sans
21494 Gleitobjekt-Einstellungen
21495 \family default
21496 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21497  können.
21498 \begin_inset Newline newline
21499 \end_inset
21500
21501 Die Option 
21502 \family sans
21503 Spalten
21504 \begin_inset Space ~
21505 \end_inset
21506
21507 überspannen
21508 \family default
21509  ist nur bei zweispaltigen Dokumenten sinnvoll.
21510  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21511 \begin_inset Newline newline
21512 \end_inset
21513
21514 Die Option 
21515 \family sans
21516 Seitwärts
21517 \begin_inset Space ~
21518 \end_inset
21519
21520 drehen
21521 \family default
21522  ist in Abschnitt 
21523 \begin_inset CommandInset ref
21524 LatexCommand ref
21525 reference "abs:Gedrehte-Gleitobjekte"
21526
21527 \end_inset
21528
21529  beschrieben.
21530 \end_layout
21531
21532 \begin_layout Standard
21533 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21534  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21535  Sie die Option 
21536 \family sans
21537 Standard-Platzierung
21538 \begin_inset Space ~
21539 \end_inset
21540
21541 verwenden
21542 \family default
21543  nicht verwenden:
21544 \end_layout
21545
21546 \begin_layout Description
21547 Hier
21548 \begin_inset Space ~
21549 \end_inset
21550
21551 wenn
21552 \begin_inset Space ~
21553 \end_inset
21554
21555 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt wurde.
21556 \end_layout
21557
21558 \begin_layout Description
21559 Anfang
21560 \begin_inset Space ~
21561 \end_inset
21562
21563 der
21564 \begin_inset Space ~
21565 \end_inset
21566
21567 Seite
21568 \family sans
21569  
21570 \family default
21571 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21572  Gleitobjekte, die maximal 70
21573 \begin_inset Space \thinspace{}
21574 \end_inset
21575
21576 % einer Seite benötigen, dürfen oben platziert werden.
21577  Dies kann durch die Variable 
21578 \series bold
21579
21580 \backslash
21581 topfraction
21582 \series default
21583  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21584 \end_layout
21585
21586 \begin_deeper
21587 \begin_layout Standard
21588
21589 \series bold
21590
21591 \backslash
21592 renewcommand{
21593 \backslash
21594 topfraction}{0.9}
21595 \family typewriter
21596 \series default
21597  
21598 \end_layout
21599
21600 \end_deeper
21601 \begin_layout Description
21602 Ende
21603 \begin_inset Space ~
21604 \end_inset
21605
21606 der
21607 \begin_inset Space ~
21608 \end_inset
21609
21610 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21611  Gleitobjekte, die maximal 30
21612 \begin_inset Space \thinspace{}
21613 \end_inset
21614
21615 % einer Seite benötigen, dürfen unten platziert werden.
21616  Dies kann durch die Variable 
21617 \series bold
21618
21619 \backslash
21620 bottomfraction
21621 \series default
21622  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21623 \end_layout
21624
21625 \begin_deeper
21626 \begin_layout Standard
21627
21628 \series bold
21629
21630 \backslash
21631 renewcommand{
21632 \backslash
21633 bottomfraction}{0.5}
21634 \end_layout
21635
21636 \begin_layout Standard
21637 die oftmals zu kleine untere Grenze auf 50
21638 \begin_inset Space \thinspace{}
21639 \end_inset
21640
21641 %.
21642 \end_layout
21643
21644 \end_deeper
21645 \begin_layout Description
21646 Seite
21647 \begin_inset Space ~
21648 \end_inset
21649
21650 mit
21651 \begin_inset Space ~
21652 \end_inset
21653
21654 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu platzieren.
21655  Nur wenn mehr als 50
21656 \begin_inset Space \thinspace{}
21657 \end_inset
21658
21659 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21660  Gleitobjekte bereitgestellt.
21661  Dies kann durch die Variable 
21662 \series bold
21663
21664 \backslash
21665 floatpagefraction 
21666 \series default
21667 im LaTeX-Vorspann überschrieben werden.
21668 \end_layout
21669
21670 \begin_layout Standard
21671 Die Reihenfolge der obigen Optionen wird 
21672 \emph on
21673 immer
21674 \emph default
21675  von LaTeX verwendet.
21676  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21677  versuchen 
21678 \family sans
21679 Hier
21680 \begin_inset Space \space{}
21681 \end_inset
21682
21683 wenn
21684 \begin_inset Space \space{}
21685 \end_inset
21686
21687 möglich
21688 \family default
21689 , dann 
21690 \family sans
21691 Anfang
21692 \begin_inset Space ~
21693 \end_inset
21694
21695 der
21696 \begin_inset Space ~
21697 \end_inset
21698
21699 Seite
21700 \family default
21701  und dann die anderen Optionen zu anzuwenden.
21702  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21703  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
21704  Reihenfolge.
21705  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21706 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
21707 \end_layout
21708
21709 \begin_layout Standard
21710 Die Option 
21711 \family sans
21712 Hier,
21713 \begin_inset Space ~
21714 \end_inset
21715
21716 auf
21717 \begin_inset Space ~
21718 \end_inset
21719
21720 jeden
21721 \begin_inset Space ~
21722 \end_inset
21723
21724 Fall
21725 \family default
21726  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21727  fast druckreif ist.
21728  Denn mit der Option kann das Objekt nicht mehr 
21729 \emph on
21730 gleiten
21731 \emph default
21732 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21733  oftmals zerstört.
21734 \end_layout
21735
21736 \begin_layout Standard
21737 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
21738  immer von Text eines bestimmten Paragraphen umgeben sind.
21739 \begin_inset VSpace bigskip
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \begin_layout Standard
21746 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21747 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21748  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21749  Das kann mit dem LaTeX-Befehl
21750 \series bold
21751  
21752 \backslash
21753 suppressfloats
21754 \series default
21755  verhindert werden.
21756  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21757  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21758  gesetzt wird.
21759  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21760 \end_layout
21761
21762 \begin_layout Standard
21763
21764 \series bold
21765
21766 \backslash
21767 let
21768 \backslash
21769 meinAbschnitt
21770 \backslash
21771 section
21772 \begin_inset Newline newline
21773 \end_inset
21774
21775
21776 \backslash
21777 renewcommand{
21778 \backslash
21779 section}{
21780 \backslash
21781 suppressfloats[t]
21782 \backslash
21783 meinAbschnitt}
21784 \end_layout
21785
21786 \begin_layout Standard
21787 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21788  Unterabschnitten festlegen.
21789  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
21790  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21791 \end_layout
21792
21793 \begin_layout Standard
21794 Es gibt auch noch das LaTeX-Paket 
21795 \series bold
21796 flafter
21797 \series default
21798
21799 \begin_inset Index
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803 LaTeX-Pakete ! flafter
21804 \end_layout
21805
21806 \end_inset
21807
21808  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21809  gedruckt wird.
21810 \end_layout
21811
21812 \begin_layout Standard
21813 \begin_inset VSpace bigskip
21814 \end_inset
21815
21816 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21817  Dafür gibt es das LaTeX-Paket 
21818 \series bold
21819 endfloat
21820 \series default
21821
21822 \begin_inset Index
21823 status collapsed
21824
21825 \begin_layout Plain Layout
21826 LaTeX-Pakete ! endf
21827 \begin_inset ERT
21828 status collapsed
21829
21830 \begin_layout Plain Layout
21831
21832
21833 \backslash
21834
21835 \begin_inset ERT
21836 status collapsed
21837
21838 \begin_layout Plain Layout
21839
21840 {
21841 \end_layout
21842
21843 \end_inset
21844
21845
21846 \begin_inset ERT
21847 status collapsed
21848
21849 \begin_layout Plain Layout
21850
21851 }
21852 \end_layout
21853
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \end_inset
21860
21861 /loat
21862 \end_layout
21863
21864 \end_inset
21865
21866 .
21867  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21868  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21869  
21870 \family sans
21871
21872 \begin_inset Quotes gld
21873 \end_inset
21874
21875 [Abbildung
21876 \begin_inset Space ~
21877 \end_inset
21878
21879 3.2 ist ungefähr hier.]
21880 \family default
21881
21882 \begin_inset Quotes grd
21883 \end_inset
21884
21885  finden.
21886  Das 
21887 \series bold
21888 endfloat
21889 \series default
21890 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21891 \end_layout
21892
21893 \begin_layout Standard
21894
21895 \series bold
21896
21897 \backslash
21898 usepackage[Optionen]{endfloat}
21899 \end_layout
21900
21901 \begin_layout Standard
21902 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21903  Tabellen-Abschnitt, die Sie in der 
21904 \series bold
21905 endfloat
21906 \series default
21907 -Dokumentation 
21908 \begin_inset CommandInset citation
21909 LatexCommand cite
21910 key "endfloat"
21911
21912 \end_inset
21913
21914  nachlesen können.
21915 \begin_inset Newline newline
21916 \end_inset
21917
21918
21919 \begin_inset Note Greyedout
21920 status open
21921
21922 \begin_layout Plain Layout
21923
21924 \series bold
21925 Bemerkung
21926 \begin_inset Space ~
21927 \end_inset
21928
21929 1: endfloat
21930 \series default
21931  übersetzt den Hinweistext nicht automatisch.
21932  Abschnitt
21933 \begin_inset Space ~
21934 \end_inset
21935
21936 4 in 
21937 \begin_inset CommandInset citation
21938 LatexCommand cite
21939 key "endfloat"
21940
21941 \end_inset
21942
21943  beschreibt, wie es geht.
21944 \end_layout
21945
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \begin_layout Standard
21952 \begin_inset Note Greyedout
21953 status open
21954
21955 \begin_layout Plain Layout
21956
21957 \series bold
21958 Bemerkung
21959 \begin_inset Space ~
21960 \end_inset
21961
21962 2: 
21963 \series default
21964 Die aktuelle Version von 
21965 \series bold
21966 endfloat
21967 \series default
21968  hat einen Fehler, wenn die Überschrift ein 
21969 \begin_inset Quotes gld
21970 \end_inset
21971
21972 ß
21973 \begin_inset Quotes grd
21974 \end_inset
21975
21976  enthält.
21977  Sie müssen stattdessen den Befehl 
21978 \series bold
21979
21980 \backslash
21981 ss
21982 \series default
21983  als TeX-Code benutzen.
21984 \end_layout
21985
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \begin_layout Standard
21992 \begin_inset VSpace bigskip
21993 \end_inset
21994
21995 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
21996 hern wie 
21997 \begin_inset CommandInset citation
21998 LatexCommand cite
21999 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
22000
22001 \end_inset
22002
22003 .
22004 \end_layout
22005
22006 \begin_layout Section
22007 Gedrehte Gleitobjekte
22008 \begin_inset CommandInset label
22009 LatexCommand label
22010 name "abs:Gedrehte-Gleitobjekte"
22011
22012 \end_inset
22013
22014
22015 \begin_inset Index
22016 status collapsed
22017
22018 \begin_layout Plain Layout
22019 Gleitobjekte ! drehen
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \begin_layout Standard
22028 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22029 t drehen.
22030  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22031  und die Option 
22032 \family sans
22033 Seitwärts
22034 \begin_inset Space ~
22035 \end_inset
22036
22037 drehen
22038 \family default
22039  wählen.
22040 \end_layout
22041
22042 \begin_layout Standard
22043 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
22044  zweispaltigen Dokumenten) gedruckt.
22045  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22046  werden können.
22047  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22048  Option 
22049 \series bold
22050 figuresleft
22051 \series default
22052  oder 
22053 \series bold
22054 figuresright
22055 \series default
22056  zu den Dokumentklassen-Optionen hinzu.
22057 \end_layout
22058
22059 \begin_layout Standard
22060 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22061  Tabelle
22062 \begin_inset Space ~
22063 \end_inset
22064
22065
22066 \begin_inset CommandInset ref
22067 LatexCommand ref
22068 reference "tab:Gedrehte-Tabelle"
22069
22070 \end_inset
22071
22072  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22073 \end_layout
22074
22075 \begin_layout Standard
22076 \begin_inset Note Greyedout
22077 status open
22078
22079 \begin_layout Plain Layout
22080
22081 \series bold
22082 Bemerkung:
22083 \series default
22084  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22085 \end_layout
22086
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \begin_layout Standard
22093 \begin_inset Float table
22094 wide false
22095 sideways true
22096 status open
22097
22098 \begin_layout Plain Layout
22099 \begin_inset Caption
22100
22101 \begin_layout Plain Layout
22102 \begin_inset CommandInset label
22103 LatexCommand label
22104 name "tab:Gedrehte-Tabelle"
22105
22106 \end_inset
22107
22108 Gedrehte Tabelle
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Plain Layout
22117 \align center
22118 \begin_inset Tabular
22119 <lyxtabular version="3" rows="1" columns="5">
22120 <features>
22121 <column alignment="center" valignment="top" width="0">
22122 <column alignment="center" valignment="top" width="0">
22123 <column alignment="center" valignment="top" width="0">
22124 <column alignment="center" valignment="top" width="0">
22125 <column alignment="center" valignment="top" width="0">
22126 <row>
22127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 Test
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 b
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149 c
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158 d
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 e
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 </lyxtabular>
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \begin_layout Section
22186 Gleitobjekte nebeneinander
22187 \begin_inset Index
22188 status collapsed
22189
22190 \begin_layout Plain Layout
22191 Gleitobjekte ! nebeneinander
22192 \end_layout
22193
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \begin_layout Standard
22200 Um Gleitobjekte nebeneinander zu setzen, wie bei Abbildung
22201 \begin_inset Space ~
22202 \end_inset
22203
22204
22205 \begin_inset CommandInset ref
22206 LatexCommand ref
22207 reference "fig:Gleitobjekt-links"
22208
22209 \end_inset
22210
22211  und 
22212 \begin_inset CommandInset ref
22213 LatexCommand ref
22214 reference "fig:Gleitobjekt-rechts"
22215
22216 \end_inset
22217
22218 , wird nur 
22219 \emph on
22220 ein
22221 \emph default
22222  Gleitobjekt verwendet.
22223  In dieses werden zwei Minipage Boxen eingefügt.
22224 \begin_inset Foot
22225 status collapsed
22226
22227 \begin_layout Plain Layout
22228 Minipages sind in Abschnitt
22229 \begin_inset Space ~
22230 \end_inset
22231
22232
22233 \begin_inset CommandInset ref
22234 LatexCommand ref
22235 reference "abs:Minipage"
22236
22237 \end_inset
22238
22239  erklärt.
22240 \end_layout
22241
22242 \end_inset
22243
22244  Die Breite wird für jede Minipage auf 45
22245 \begin_inset Space \thinspace{}
22246 \end_inset
22247
22248 -50
22249 \begin_inset Space \thinspace{}
22250 \end_inset
22251
22252 Spalten% und die Box Ausrichtung auf 
22253 \family sans
22254 Unten
22255 \family default
22256  gesetzt.
22257  Die Minipage Boxen enthalten das Bild und die Beschriftung, so wie in einem
22258  Gleitobjekt.
22259  Der einzige Unterschied ist, dass die Bildeinheit 
22260 \family sans
22261 Spaltenbreite
22262 \begin_inset Space ~
22263 \end_inset
22264
22265 %
22266 \family default
22267  nun bezüglich der Breite der Minipage Boxen berechnet wird.
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset Float figure
22272 wide false
22273 sideways false
22274 status open
22275
22276 \begin_layout Plain Layout
22277 \begin_inset Box Frameless
22278 position "b"
22279 hor_pos "c"
22280 has_inner_box 1
22281 inner_pos "t"
22282 use_parbox 0
22283 width "45col%"
22284 special "none"
22285 height "1in"
22286 height_special "totalheight"
22287 status open
22288
22289 \begin_layout Plain Layout
22290 \align center
22291 \begin_inset Graphics
22292         filename ../clipart/mobius.eps
22293         lyxscale 50
22294         width 100col%
22295         scaleBeforeRotation
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \begin_layout Plain Layout
22303 \begin_inset Caption
22304
22305 \begin_layout Plain Layout
22306 \begin_inset CommandInset label
22307 LatexCommand label
22308 name "fig:Gleitobjekt-links"
22309
22310 \end_inset
22311
22312 Gleitobjekt auf der linken Seite.
22313 \end_layout
22314
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \end_inset
22321
22322
22323 \begin_inset Space \hfill{}
22324 \end_inset
22325
22326
22327 \begin_inset Box Frameless
22328 position "b"
22329 hor_pos "c"
22330 has_inner_box 1
22331 inner_pos "t"
22332 use_parbox 0
22333 width "45col%"
22334 special "none"
22335 height "1in"
22336 height_special "totalheight"
22337 status open
22338
22339 \begin_layout Plain Layout
22340 \align center
22341 \begin_inset Graphics
22342         filename ../clipart/platypus.eps
22343         lyxscale 50
22344         width 100col%
22345         scaleBeforeRotation
22346
22347 \end_inset
22348
22349
22350 \end_layout
22351
22352 \begin_layout Plain Layout
22353 \begin_inset Caption
22354
22355 \begin_layout Plain Layout
22356 \begin_inset CommandInset label
22357 LatexCommand label
22358 name "fig:Gleitobjekt-rechts"
22359
22360 \end_inset
22361
22362 Gleitobjekt auf der rechten Seite.
22363 \end_layout
22364
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376
22377
22378 \end_layout
22379
22380 \begin_layout Section
22381 Beschriftungs-Formatierung
22382 \begin_inset CommandInset label
22383 LatexCommand label
22384 name "abs:Titel-Formatierung"
22385
22386 \end_inset
22387
22388
22389 \begin_inset Index
22390 status collapsed
22391
22392 \begin_layout Plain Layout
22393 Gleitobjekte ! Beschriftung ! Formatierung
22394 \end_layout
22395
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \begin_layout Standard
22402
22403 \family sans
22404 Legende
22405 \family default
22406  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22407  In LyX sehen Titel so aus:  
22408 \family sans
22409
22410 \begin_inset Quotes gld
22411 \end_inset
22412
22413 Abbildung xyz:
22414 \family default
22415
22416 \begin_inset Quotes grd
22417 \end_inset
22418
22419 , gefolgt vom Beschriftungstext, wobei 
22420 \family sans
22421 xyz
22422 \family default
22423  die von LyX vergebene Nummer ist.
22424  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22425  gedruckt.
22426  Dies ist nicht immer brauchbar.
22427 \end_layout
22428
22429 \begin_layout Standard
22430 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22431  
22432 \series bold
22433 caption
22434 \series default
22435
22436 \begin_inset Index
22437 status collapsed
22438
22439 \begin_layout Plain Layout
22440 LaTeX-Pakete ! caption
22441 \end_layout
22442
22443 \end_inset
22444
22445  in den LaTeX-Vorspann laden:
22446 \end_layout
22447
22448 \begin_layout Standard
22449
22450 \series bold
22451
22452 \backslash
22453 usepackage[Format-Definition]{caption}
22454 \end_layout
22455
22456 \begin_layout Standard
22457 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22458  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22459 \end_layout
22460
22461 \begin_layout Standard
22462
22463 \series bold
22464
22465 \backslash
22466 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22467 \end_layout
22468
22469 \begin_layout Standard
22470 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22471  definieren.
22472  Dazu laden Sie das 
22473 \series bold
22474 caption
22475 \series default
22476 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22477  dem Befehl
22478 \end_layout
22479
22480 \begin_layout Standard
22481
22482 \series bold
22483
22484 \backslash
22485 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22486 \end_layout
22487
22488 \begin_layout Standard
22489 Für Abbildung
22490 \begin_inset Space ~
22491 \end_inset
22492
22493
22494 \begin_inset CommandInset ref
22495 LatexCommand ref
22496 reference "abb:Langer-Abb-Titel"
22497
22498 \end_inset
22499
22500  und Tabelle
22501 \begin_inset Space ~
22502 \end_inset
22503
22504
22505 \begin_inset CommandInset ref
22506 LatexCommand ref
22507 reference "tab:Langer-Tab-Titel"
22508
22509 \end_inset
22510
22511  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22512  werden:
22513 \end_layout
22514
22515 \begin_layout Standard
22516
22517 \series bold
22518
22519 \backslash
22520 usepackage[tableposition=top]{caption}
22521 \begin_inset Newline newline
22522 \end_inset
22523
22524
22525 \backslash
22526 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22527 \begin_inset Newline newline
22528 \end_inset
22529
22530
22531 \begin_inset ERT
22532 status collapsed
22533
22534 \begin_layout Plain Layout
22535
22536
22537 \backslash
22538 hphantom{
22539 \backslash
22540
22541 \backslash
22542 captionsetup[figure]
22543 \backslash
22544 {}
22545 \end_layout
22546
22547 \end_inset
22548
22549  labelsep=period}
22550 \begin_inset Newline newline
22551 \end_inset
22552
22553
22554 \backslash
22555 captionsetup[table]{labelfont={bf,sf}}
22556 \end_layout
22557
22558 \begin_layout Standard
22559 \begin_inset Note Greyedout
22560 status open
22561
22562 \begin_layout Plain Layout
22563
22564 \series bold
22565 Bemerkung:
22566 \series default
22567  Die Option 
22568 \series bold
22569 tableposition=top
22570 \series default
22571  hat keine Auswirkung wenn eine 
22572 \series bold
22573 koma-script
22574 \series default
22575
22576 \begin_inset Index
22577 status collapsed
22578
22579 \begin_layout Plain Layout
22580 LaTeX-Pakete ! koma-script
22581 \end_layout
22582
22583 \end_inset
22584
22585 -Dokumentklasse verwendet wird.
22586  Hier muss die Option 
22587 \series bold
22588 tablecaptionabove
22589 \series default
22590  benutzt werden.
22591 \end_layout
22592
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \begin_layout Standard
22599 Weitere Informationen über das Paket
22600 \series bold
22601  caption
22602 \series default
22603  finden Sie in seiner Dokumentation 
22604 \begin_inset CommandInset citation
22605 LatexCommand cite
22606 key "caption"
22607
22608 \end_inset
22609
22610 .
22611 \end_layout
22612
22613 \begin_layout Standard
22614 Wenn Sie den Namen von 
22615 \begin_inset Quotes gld
22616 \end_inset
22617
22618 Abbildung
22619 \begin_inset Quotes grd
22620 \end_inset
22621
22622  auf 
22623 \begin_inset Quotes gld
22624 \end_inset
22625
22626 Bild
22627 \begin_inset Quotes grd
22628 \end_inset
22629
22630  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
22631 \end_layout
22632
22633 \begin_layout Standard
22634
22635 \series bold
22636
22637 \backslash
22638 renewcommand{
22639 \backslash
22640 fnum@figure}{Bild~
22641 \backslash
22642 thefigure}
22643 \end_layout
22644
22645 \begin_layout Standard
22646 wobei 
22647 \series bold
22648
22649 \backslash
22650 thefigure
22651 \series default
22652  die Bildnummer einsetzt und
22653 \series bold
22654  ~
22655 \series default
22656  ein geschütztes Leerzeichen ist.
22657 \end_layout
22658
22659 \begin_layout Standard
22660 \begin_inset VSpace bigskip
22661 \end_inset
22662
22663 Wenn Sie eine 
22664 \series bold
22665 koma-script
22666 \series default
22667
22668 \begin_inset Index
22669 status collapsed
22670
22671 \begin_layout Plain Layout
22672 LaTeX-Pakete ! koma-script
22673 \end_layout
22674
22675 \end_inset
22676
22677 -Dokumentklasse (
22678 \family sans
22679 article (koma-script)
22680 \family default
22681
22682 \family sans
22683 book (koma-script)
22684 \family default
22685
22686 \family sans
22687 letter (koma-script)
22688 \family default
22689  oder 
22690 \family sans
22691 report (koma-script)
22692 \family default
22693 ) benutzen, können Sie anstatt des 
22694 \series bold
22695 caption
22696 \series default
22697 -Paketes den eingebauten Befehl 
22698 \series bold
22699
22700 \backslash
22701 setkomafont
22702 \series default
22703  von 
22704 \series bold
22705 koma-script
22706 \series default
22707  benutzen.
22708  Der Befehl
22709 \end_layout
22710
22711 \begin_layout Standard
22712
22713 \series bold
22714
22715 \backslash
22716 setkomafont{captionlabel}{
22717 \backslash
22718 bfseries}
22719 \end_layout
22720
22721 \begin_layout Standard
22722 im LaTeX-Vorspann druckt den Namen fett.
22723 \end_layout
22724
22725 \begin_layout Standard
22726 Weitere Informationen über 
22727 \series bold
22728
22729 \backslash
22730 setkomafont
22731 \series default
22732  finden Sie in der 
22733 \series bold
22734 koma-script
22735 \series default
22736 -Do\SpecialChar \-
22737 ku\SpecialChar \-
22738 men\SpecialChar \-
22739 ta\SpecialChar \-
22740 tion 
22741 \begin_inset CommandInset citation
22742 LatexCommand cite
22743 key "koma-script"
22744
22745 \end_inset
22746
22747 .
22748 \end_layout
22749
22750 \begin_layout Standard
22751 \begin_inset ERT
22752 status collapsed
22753
22754 \begin_layout Plain Layout
22755
22756
22757 \backslash
22758 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22759 }
22760 \end_layout
22761
22762 \end_inset
22763
22764
22765 \begin_inset Note Note
22766 status open
22767
22768 \begin_layout Plain Layout
22769 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
22770 \end_layout
22771
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \begin_layout Standard
22778 \begin_inset Float figure
22779 placement !p
22780 wide false
22781 sideways false
22782 status open
22783
22784 \begin_layout Plain Layout
22785 \align center
22786 \begin_inset Graphics
22787         filename ../clipart/mobius.eps
22788         lyxscale 50
22789         scale 50
22790         scaleBeforeRotation
22791
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Caption
22799
22800 \begin_layout Plain Layout
22801 \begin_inset CommandInset label
22802 LatexCommand label
22803 name "abb:Langer-Abb-Titel"
22804
22805 \end_inset
22806
22807 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22808  ist, um das andere Beschriftungsformat zu zeigen.
22809  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
22810 \begin_inset OptArg
22811 status collapsed
22812
22813 \begin_layout Plain Layout
22814 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22815  ist.
22816 \end_layout
22817
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \begin_layout Standard
22834 \begin_inset ERT
22835 status collapsed
22836
22837 \begin_layout Plain Layout
22838
22839
22840 \backslash
22841 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22842 on}
22843 \end_layout
22844
22845 \end_inset
22846
22847
22848 \end_layout
22849
22850 \begin_layout Standard
22851 \begin_inset Float table
22852 placement !p
22853 wide false
22854 sideways false
22855 status open
22856
22857 \begin_layout Plain Layout
22858 \begin_inset Caption
22859
22860 \begin_layout Plain Layout
22861 \begin_inset CommandInset label
22862 LatexCommand label
22863 name "tab:Langer-Tab-Titel"
22864
22865 \end_inset
22866
22867 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
22868  ist, um das andere Beschriftungsformat zu zeigen.
22869  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
22870  benutzt.
22871 \begin_inset OptArg
22872 status collapsed
22873
22874 \begin_layout Plain Layout
22875 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
22876  ist.
22877 \end_layout
22878
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \end_inset
22885
22886
22887 \end_layout
22888
22889 \begin_layout Plain Layout
22890 \align center
22891 \begin_inset Tabular
22892 <lyxtabular version="3" rows="1" columns="5">
22893 <features>
22894 <column alignment="center" valignment="top" width="0">
22895 <column alignment="center" valignment="top" width="0">
22896 <column alignment="center" valignment="top" width="0">
22897 <column alignment="center" valignment="top" width="0">
22898 <column alignment="center" valignment="top" width="0">
22899 <row>
22900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904 a
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913 b
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922 c
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 d
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 e
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 </lyxtabular>
22947
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \begin_layout Section
22959 Beschriftungs-Platzierung
22960 \begin_inset CommandInset label
22961 LatexCommand label
22962 name "abs:Titel-Platzierung"
22963
22964 \end_inset
22965
22966
22967 \begin_inset Index
22968 status collapsed
22969
22970 \begin_layout Plain Layout
22971 Gleitobjekte ! Beschriftung ! Platzierung
22972 \end_layout
22973
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \begin_layout Standard
22980 Normalerweise werden die Beschriftungen wie folgt platziert:
22981 \end_layout
22982
22983 \begin_layout Description
22984 Abbildung: darunter
22985 \end_layout
22986
22987 \begin_layout Description
22988 Tabelle: darüber
22989 \end_layout
22990
22991 \begin_layout Standard
22992 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
22993  Das heißt wenn Sie eine der Dokument-Klassen 
22994 \family sans
22995 article
22996 \family default
22997
22998 \family sans
22999 book
23000 \family default
23001
23002 \family sans
23003 letter
23004 \family default
23005  oder 
23006 \family sans
23007 report
23008 \family default
23009  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23010  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23011 \series bold
23012 caption
23013 \series default
23014  im LaTeX-Vorspann folgendes:
23015 \begin_inset Foot
23016 status collapsed
23017
23018 \begin_layout Plain Layout
23019 In Abschnitt
23020 \begin_inset Space ~
23021 \end_inset
23022
23023
23024 \begin_inset CommandInset ref
23025 LatexCommand ref
23026 reference "abs:Titel-Formatierung"
23027
23028 \end_inset
23029
23030  steht mehr über das Paket 
23031 \series bold
23032 caption
23033 \series default
23034 .
23035 \end_layout
23036
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \begin_layout Standard
23043
23044 \series bold
23045 tableposition=top
23046 \end_layout
23047
23048 \begin_layout Standard
23049 Wenn Sie eine 
23050 \series bold
23051 koma-script
23052 \series default
23053
23054 \begin_inset Index
23055 status collapsed
23056
23057 \begin_layout Plain Layout
23058 LaTeX-Pakete ! koma-script
23059 \end_layout
23060
23061 \end_inset
23062
23063 -Dokumentklasse (
23064 \family sans
23065 article (koma-script)
23066 \family default
23067
23068 \family sans
23069 book (koma-script)
23070 \family default
23071
23072 \family sans
23073 letter (koma-script)
23074 \family default
23075  oder 
23076 \family sans
23077 report (koma-script)
23078 \family default
23079 ) benutzen, können Sie alternativ zum 
23080 \series bold
23081 caption
23082 \series default
23083 -Paket die Option 
23084 \series bold
23085 tablecaptionabove
23086 \series default
23087  benutzen.
23088 \end_layout
23089
23090 \begin_layout Standard
23091 \begin_inset VSpace bigskip
23092 \end_inset
23093
23094 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23095  Das bewirkt das LaTeX-Paket 
23096 \series bold
23097 sidecap
23098 \series default
23099
23100 \begin_inset Index
23101 status collapsed
23102
23103 \begin_layout Plain Layout
23104 LaTeX-Pakete ! sidecap
23105 \end_layout
23106
23107 \end_inset
23108
23109 , das so in den LaTeX-Vorspann geladen wird:
23110 \end_layout
23111
23112 \begin_layout Standard
23113
23114 \series bold
23115
23116 \backslash
23117 usepackage[Option]{sidecap}
23118 \end_layout
23119
23120 \begin_layout Standard
23121 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23122  Mit 
23123 \series bold
23124 innercaption
23125 \series default
23126  wird die Beschriftung innen gedruckt.
23127  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23128  
23129 \series bold
23130 rightcaption
23131 \series default
23132  oder 
23133 \series bold
23134 leftcaption
23135 \series default
23136 .
23137 \end_layout
23138
23139 \begin_layout Standard
23140 \begin_inset ERT
23141 status collapsed
23142
23143 \begin_layout Plain Layout
23144
23145
23146 \backslash
23147 ifsidecap
23148 \end_layout
23149
23150 \end_inset
23151
23152
23153 \begin_inset Note Note
23154 status open
23155
23156 \begin_layout Plain Layout
23157 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23158 \series bold
23159 sidecap
23160 \series default
23161  installiert ist.
23162 \end_layout
23163
23164 \end_inset
23165
23166
23167 \end_layout
23168
23169 \begin_layout Standard
23170 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23171  in den LaTeX-Vorspann schreiben:
23172 \end_layout
23173
23174 \begin_layout Standard
23175
23176 \lyxline
23177
23178 \end_layout
23179
23180 \begin_layout Standard
23181
23182 \series bold
23183
23184 \backslash
23185 newcommand{
23186 \backslash
23187 TabBesBeg}{%
23188 \begin_inset Newline newline
23189 \end_inset
23190
23191
23192 \begin_inset ERT
23193 status collapsed
23194
23195 \begin_layout Plain Layout
23196
23197
23198 \backslash
23199 hphantom{ }
23200 \end_layout
23201
23202 \end_inset
23203
23204
23205 \backslash
23206 let
23207 \backslash
23208 MyTable
23209 \backslash
23210 table
23211 \begin_inset Newline newline
23212 \end_inset
23213
23214
23215 \begin_inset ERT
23216 status collapsed
23217
23218 \begin_layout Plain Layout
23219
23220
23221 \backslash
23222 hphantom{ }
23223 \end_layout
23224
23225 \end_inset
23226
23227
23228 \backslash
23229 let
23230 \backslash
23231 MyEndtable
23232 \backslash
23233 endtable
23234 \begin_inset Newline newline
23235 \end_inset
23236
23237
23238 \begin_inset ERT
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242
23243
23244 \backslash
23245 hphantom{ }
23246 \end_layout
23247
23248 \end_inset
23249
23250
23251 \backslash
23252 renewenvironment{table}{
23253 \backslash
23254 begin{SCtable}}{
23255 \backslash
23256 end{SCtable}}}
23257 \end_layout
23258
23259 \begin_layout Standard
23260
23261 \series bold
23262
23263 \backslash
23264 newcommand{
23265 \backslash
23266 TabBesEnd}{%
23267 \begin_inset Newline newline
23268 \end_inset
23269
23270
23271 \begin_inset ERT
23272 status collapsed
23273
23274 \begin_layout Plain Layout
23275
23276
23277 \backslash
23278 hphantom{ }
23279 \end_layout
23280
23281 \end_inset
23282
23283
23284 \backslash
23285 let
23286 \backslash
23287 table
23288 \backslash
23289 MyTable
23290 \begin_inset Newline newline
23291 \end_inset
23292
23293
23294 \begin_inset ERT
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298
23299
23300 \backslash
23301 hphantom{ }
23302 \end_layout
23303
23304 \end_inset
23305
23306
23307 \backslash
23308 let
23309 \backslash
23310 endtable
23311 \backslash
23312 MyEndtable
23313 \end_layout
23314
23315 \begin_layout Standard
23316
23317 \series bold
23318
23319 \backslash
23320 newcommand{
23321 \backslash
23322 FigBesBeg}{%
23323 \begin_inset Newline newline
23324 \end_inset
23325
23326
23327 \begin_inset ERT
23328 status collapsed
23329
23330 \begin_layout Plain Layout
23331
23332
23333 \backslash
23334 hphantom{ }
23335 \end_layout
23336
23337 \end_inset
23338
23339
23340 \backslash
23341 let
23342 \backslash
23343 MyFigure
23344 \backslash
23345 figure
23346 \begin_inset Newline newline
23347 \end_inset
23348
23349
23350 \begin_inset ERT
23351 status collapsed
23352
23353 \begin_layout Plain Layout
23354
23355
23356 \backslash
23357 hphantom{ }
23358 \end_layout
23359
23360 \end_inset
23361
23362
23363 \backslash
23364 let
23365 \backslash
23366 MyEndfigure
23367 \backslash
23368 endfigure
23369 \begin_inset Newline newline
23370 \end_inset
23371
23372
23373 \begin_inset ERT
23374 status collapsed
23375
23376 \begin_layout Plain Layout
23377
23378
23379 \backslash
23380 hphantom{ }
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \backslash
23387 renewenvironment{figure}{
23388 \backslash
23389 begin{SCfigure}}{
23390 \backslash
23391 end{SCfigure}}}
23392 \end_layout
23393
23394 \begin_layout Standard
23395
23396 \series bold
23397
23398 \backslash
23399 newcommand{
23400 \backslash
23401 FigBesEnd}{%
23402 \begin_inset Newline newline
23403 \end_inset
23404
23405
23406 \begin_inset ERT
23407 status collapsed
23408
23409 \begin_layout Plain Layout
23410
23411
23412 \backslash
23413 hphantom{ }
23414 \end_layout
23415
23416 \end_inset
23417
23418
23419 \backslash
23420 let
23421 \backslash
23422 figure
23423 \backslash
23424 MyFigure
23425 \begin_inset Newline newline
23426 \end_inset
23427
23428
23429 \begin_inset ERT
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433
23434
23435 \backslash
23436 hphantom{ }
23437 \end_layout
23438
23439 \end_inset
23440
23441
23442 \backslash
23443 let
23444 \backslash
23445 endfigure
23446 \backslash
23447 MyEndfigure}
23448 \series default
23449
23450 \lyxline
23451
23452 \end_layout
23453
23454 \begin_layout Standard
23455 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23456 ungen seitlich gedruckt werden.
23457  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23458 \end_layout
23459
23460 \begin_layout Standard
23461
23462 \series bold
23463
23464 \backslash
23465 FigBesBeg
23466 \end_layout
23467
23468 \begin_layout Standard
23469 als TeX-Code vor und
23470 \end_layout
23471
23472 \begin_layout Standard
23473
23474 \series bold
23475
23476 \backslash
23477 FigBesEnd
23478 \end_layout
23479
23480 \begin_layout Standard
23481 hinter das Gleitobjekt.
23482  Bei Gleitobjekt-Tabellen heißen die Befehle
23483 \end_layout
23484
23485 \begin_layout Standard
23486
23487 \series bold
23488
23489 \backslash
23490 TabBesBeg
23491 \series default
23492  und 
23493 \series bold
23494
23495 \backslash
23496 TabBesEnd
23497 \series default
23498 .
23499 \end_layout
23500
23501 \begin_layout Standard
23502 Abbildung
23503 \begin_inset Space ~
23504 \end_inset
23505
23506
23507 \begin_inset CommandInset ref
23508 LatexCommand ref
23509 reference "abb:Beschriftung-neben"
23510
23511 \end_inset
23512
23513  und Tabelle
23514 \begin_inset Space ~
23515 \end_inset
23516
23517
23518 \begin_inset CommandInset ref
23519 LatexCommand ref
23520 reference "tab:cap-beside-tab"
23521
23522 \end_inset
23523
23524  sind Beispiele für seitliche Beschriftungen.
23525 \end_layout
23526
23527 \begin_layout Standard
23528 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23529  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23530  der Abbildung.
23531  Das kann man mit dem Befehl
23532 \end_layout
23533
23534 \begin_layout Standard
23535
23536 \series bold
23537
23538 \backslash
23539 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23540 \end_layout
23541
23542 \begin_layout Standard
23543 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23544  Der Gleitobjekt-Typ ist entweder 
23545 \family sans
23546 figure
23547 \family default
23548  oder 
23549 \family sans
23550 table
23551 \family default
23552 , die
23553 \family sans
23554  
23555 \family default
23556 Platzierung ist 
23557 \family typewriter
23558 t
23559 \family default
23560  für oben, 
23561 \family typewriter
23562 c
23563 \family default
23564  für zentriert oder 
23565 \family typewriter
23566 b
23567 \family default
23568  für unten.
23569  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23570  lautet der Befehl
23571 \end_layout
23572
23573 \begin_layout Standard
23574
23575 \series bold
23576
23577 \backslash
23578 sidecaptionvpos{figure}{c}
23579 \end_layout
23580
23581 \begin_layout Standard
23582 Das wurde in Abbildung
23583 \begin_inset Space ~
23584 \end_inset
23585
23586
23587 \begin_inset CommandInset ref
23588 LatexCommand ref
23589 reference "abb:cap-beside-fig-2"
23590
23591 \end_inset
23592
23593  benutzt.
23594 \end_layout
23595
23596 \begin_layout Standard
23597 \begin_inset VSpace medskip
23598 \end_inset
23599
23600 Weitere Informationen über das Paket
23601 \series bold
23602  sidecap
23603 \series default
23604  finden Sie in seiner Dokumentation 
23605 \begin_inset CommandInset citation
23606 LatexCommand cite
23607 key "sidecap"
23608
23609 \end_inset
23610
23611 .
23612 \end_layout
23613
23614 \begin_layout Standard
23615 \begin_inset Note Greyedout
23616 status open
23617
23618 \begin_layout Plain Layout
23619
23620 \series bold
23621 Bemerkung:
23622 \series default
23623  Das LaTeX-Paket 
23624 \series bold
23625 hypcap
23626 \series default
23627
23628 \begin_inset Index
23629 status collapsed
23630
23631 \begin_layout Plain Layout
23632 LaTeX-Pakete ! hypcap
23633 \end_layout
23634
23635 \end_inset
23636
23637  das in Abschnitt
23638 \begin_inset Space ~
23639 \end_inset
23640
23641
23642 \begin_inset CommandInset ref
23643 LatexCommand ref
23644 reference "uab:Querverweis-Position"
23645
23646 \end_inset
23647
23648  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
23649  Beschriftungen.
23650 \end_layout
23651
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \begin_layout Standard
23658 \begin_inset ERT
23659 status collapsed
23660
23661 \begin_layout Plain Layout
23662
23663
23664 \backslash
23665 FigBesBeg 
23666 \end_layout
23667
23668 \end_inset
23669
23670
23671 \end_layout
23672
23673 \begin_layout Standard
23674 \begin_inset Float figure
23675 wide false
23676 sideways false
23677 status open
23678
23679 \begin_layout Plain Layout
23680 \begin_inset Graphics
23681         filename ../clipart/escher-lsd.eps
23682         scale 75
23683         scaleBeforeRotation
23684
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \begin_layout Plain Layout
23691 \begin_inset Caption
23692
23693 \begin_layout Plain Layout
23694 \begin_inset CommandInset label
23695 LatexCommand label
23696 name "abb:Beschriftung-neben"
23697
23698 \end_inset
23699
23700 Dies ist eine Beschriftung neben einer Abbildung.
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \end_inset
23709
23710
23711 \end_layout
23712
23713 \begin_layout Standard
23714 \begin_inset ERT
23715 status collapsed
23716
23717 \begin_layout Plain Layout
23718
23719
23720 \backslash
23721 TabBesBeg 
23722 \end_layout
23723
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \begin_layout Standard
23730 \begin_inset Float table
23731 wide false
23732 sideways false
23733 status open
23734
23735 \begin_layout Plain Layout
23736 \begin_inset Caption
23737
23738 \begin_layout Plain Layout
23739 \begin_inset CommandInset label
23740 LatexCommand label
23741 name "tab:cap-beside-tab"
23742
23743 \end_inset
23744
23745 Dies ist eine Beschriftung neben einer Tabelle.
23746 \end_layout
23747
23748 \end_inset
23749
23750
23751 \end_layout
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Tabular
23755 <lyxtabular version="3" rows="4" columns="5">
23756 <features>
23757 <column alignment="center" valignment="top" width="0">
23758 <column alignment="center" valignment="top" width="0">
23759 <column alignment="center" valignment="top" width="0">
23760 <column alignment="center" valignment="top" width="0">
23761 <column alignment="center" valignment="top" width="0">
23762 <row>
23763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767 a
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 b
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 c
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 </row>
23809 <row>
23810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23811 \begin_inset Text
23812
23813 \begin_layout Plain Layout
23814
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 d
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 e
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 </row>
23856 <row>
23857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23858 \begin_inset Text
23859
23860 \begin_layout Plain Layout
23861 f
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 g
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897 h
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 </row>
23903 <row>
23904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917 i
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 j
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 </lyxtabular>
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \begin_layout Standard
23963 \begin_inset ERT
23964 status collapsed
23965
23966 \begin_layout Plain Layout
23967
23968
23969 \backslash
23970 TabBesEnd
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \begin_layout Standard
23979 \begin_inset ERT
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983
23984
23985 \backslash
23986 sidecaptionvpos{figure}{c}
23987 \end_layout
23988
23989 \end_inset
23990
23991
23992 \begin_inset Float figure
23993 wide false
23994 sideways false
23995 status open
23996
23997 \begin_layout Plain Layout
23998 \begin_inset Graphics
23999         filename ../clipart/escher-lsd.eps
24000         scale 75
24001         scaleBeforeRotation
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \begin_layout Plain Layout
24009 \begin_inset Caption
24010
24011 \begin_layout Plain Layout
24012 \begin_inset CommandInset label
24013 LatexCommand label
24014 name "abb:cap-beside-fig-2"
24015
24016 \end_inset
24017
24018 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24019 \end_layout
24020
24021 \end_inset
24022
24023
24024 \end_layout
24025
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \begin_layout Standard
24032 \begin_inset ERT
24033 status collapsed
24034
24035 \begin_layout Plain Layout
24036
24037
24038 \backslash
24039 FigBesEnd
24040 \end_layout
24041
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \begin_layout Standard
24048 \begin_inset ERT
24049 status collapsed
24050
24051 \begin_layout Plain Layout
24052
24053
24054 \backslash
24055 else
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \begin_inset Note Note
24062 status open
24063
24064 \begin_layout Plain Layout
24065 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24066 \series bold
24067 sidecap
24068 \series default
24069  nicht installiert ist:
24070 \end_layout
24071
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \begin_layout Standard
24078 Das LaTeX-Paket 
24079 \series bold
24080 sidecap
24081 \series default
24082  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24083 \end_layout
24084
24085 \begin_layout Standard
24086 \begin_inset ERT
24087 status collapsed
24088
24089 \begin_layout Plain Layout
24090
24091
24092 \backslash
24093 fi
24094 \end_layout
24095
24096 \end_inset
24097
24098
24099 \end_layout
24100
24101 \begin_layout Section
24102 Gleitobjekt-Verzeichnisse
24103 \begin_inset CommandInset label
24104 LatexCommand label
24105 name "abs:Gleitobjekt-Verzeichnisse"
24106
24107 \end_inset
24108
24109
24110 \begin_inset Index
24111 status collapsed
24112
24113 \begin_layout Plain Layout
24114 Gleitobjekte ! Verzeichnisse
24115 \end_layout
24116
24117 \end_inset
24118
24119
24120 \end_layout
24121
24122 \begin_layout Standard
24123 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24124  Sie können mit den Untermenüs von 
24125 \family sans
24126 Einfügen\SpecialChar \menuseparator
24127 Liste
24128 \begin_inset Space ~
24129 \end_inset
24130
24131 /
24132 \begin_inset Space ~
24133 \end_inset
24134
24135 Inhaltsverzeichnis
24136 \family default
24137  eingefügt werden.
24138 \end_layout
24139
24140 \begin_layout Standard
24141 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24142  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24143 \end_layout
24144
24145 \begin_layout Standard
24146 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24147  und ein Tabellen-Verzeichnis.
24148 \end_layout
24149
24150 \begin_layout Chapter
24151 Notizen
24152 \end_layout
24153
24154 \begin_layout Section
24155 LyX-Notizen
24156 \begin_inset CommandInset label
24157 LatexCommand label
24158 name "abs:LyX-Notizen"
24159
24160 \end_inset
24161
24162
24163 \begin_inset Index
24164 status collapsed
24165
24166 \begin_layout Plain Layout
24167 Notizen ! LyX-Notizen
24168 \end_layout
24169
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \begin_layout Standard
24176 Notizen werden mit einem Klick auf 
24177 \begin_inset Graphics
24178         filename ../../images/note-insert.png
24179         scale 85
24180         scaleBeforeRotation
24181         BoundingBox 0bp 6bp 22bp 22bp
24182
24183 \end_inset
24184
24185  oder 
24186 \family sans
24187 Einfügen\SpecialChar \menuseparator
24188 Notiz
24189 \family default
24190  eingefügt.
24191  Es gibt drei Arten:
24192 \end_layout
24193
24194 \begin_layout Description
24195 LyX-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
24196  Eine 
24197 \family sans
24198 LyX-Notiz
24199 \family default
24200  sieht so aus:
24201 \begin_inset Newline newline
24202 \end_inset
24203
24204
24205 \begin_inset Newline newline
24206 \end_inset
24207
24208
24209 \begin_inset Graphics
24210         filename clipart/LyXNotizQt4.png
24211         display none
24212         scale 60
24213         scaleBeforeRotation
24214
24215 \end_inset
24216
24217  
24218 \begin_inset Note Note
24219 status open
24220
24221 \begin_layout Plain Layout
24222 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24223 \end_layout
24224
24225 \end_inset
24226
24227
24228 \end_layout
24229
24230 \begin_layout Description
24231 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
24232 men\SpecialChar \-
24233 tar,
24234  wenn Sie das Dokument nach LaTeX exportieren (
24235 \family sans
24236 Datei\SpecialChar \menuseparator
24237 Ex\SpecialChar \-
24238 por\SpecialChar \-
24239 tie\SpecialChar \-
24240 ren\SpecialChar \menuseparator
24241 LaTe
24242 \begin_inset ERT
24243 status collapsed
24244
24245 \begin_layout Plain Layout
24246
24247 {}
24248 \end_layout
24249
24250 \end_inset
24251
24252 X (pdflatex) / (plain)
24253 \family default
24254 .
24255  Ein Kommentar sieht so aus:
24256 \begin_inset Newline newline
24257 \end_inset
24258
24259
24260 \begin_inset Newline newline
24261 \end_inset
24262
24263
24264 \begin_inset Graphics
24265         filename clipart/KommentarQt4.png
24266         display none
24267         scale 60
24268         scaleBeforeRotation
24269
24270 \end_inset
24271
24272  
24273 \begin_inset Note Comment
24274 status open
24275
24276 \begin_layout Plain Layout
24277 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24278 \end_layout
24279
24280 \end_inset
24281
24282
24283 \end_layout
24284
24285 \begin_layout Description
24286 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24287 \begin_inset Newline newline
24288 \end_inset
24289
24290
24291 \begin_inset Newline newline
24292 \end_inset
24293
24294
24295 \begin_inset Graphics
24296         filename clipart/GrauschriftNotizQt4.png
24297         display none
24298         scale 60
24299         scaleBeforeRotation
24300
24301 \end_inset
24302
24303
24304 \begin_inset Newline newline
24305 \end_inset
24306
24307
24308 \begin_inset ERT
24309 status collapsed
24310
24311 \begin_layout Plain Layout
24312
24313
24314 \backslash
24315 renewenvironment{lyxgreyedout}
24316 \end_layout
24317
24318 \begin_layout Plain Layout
24319
24320 {
24321 \backslash
24322 textcolor[gray]{0.4}
24323 \backslash
24324 bgroup}{
24325 \backslash
24326 egroup}
24327 \end_layout
24328
24329 \end_inset
24330
24331
24332 \begin_inset Note Greyedout
24333 status open
24334
24335 \begin_layout Plain Layout
24336 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24337 \begin_inset Foot
24338 status open
24339
24340 \begin_layout Plain Layout
24341 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24342 \end_layout
24343
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \end_inset
24350
24351
24352 \begin_inset ERT
24353 status collapsed
24354
24355 \begin_layout Plain Layout
24356
24357
24358 \backslash
24359 renewenvironment{lyxgreyedout}
24360 \end_layout
24361
24362 \begin_layout Plain Layout
24363
24364 {
24365 \backslash
24366 textcolor{blue}
24367 \backslash
24368 bgroup}{
24369 \backslash
24370 egroup}
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \begin_inset Note Note
24377 status collapsed
24378
24379 \begin_layout Plain Layout
24380 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
24381  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
24382  definiert wurden.
24383  
24384 \end_layout
24385
24386 \end_inset
24387
24388
24389 \begin_inset Newline newline
24390 \end_inset
24391
24392
24393 \begin_inset Newline newline
24394 \end_inset
24395
24396 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
24397  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
24398 \end_layout
24399
24400 \begin_layout Description
24401 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
24402 \begin_inset Newline newline
24403 \end_inset
24404
24405
24406 \begin_inset Newline newline
24407 \end_inset
24408
24409
24410 \begin_inset Graphics
24411         filename clipart/GerahmteNotizQt4.png
24412         display none
24413         scale 60
24414         scaleBeforeRotation
24415
24416 \end_inset
24417
24418
24419 \begin_inset Box Framed
24420 position "t"
24421 hor_pos "c"
24422 has_inner_box 0
24423 inner_pos "t"
24424 use_parbox 0
24425 width "100col%"
24426 special "none"
24427 height "1in"
24428 height_special "totalheight"
24429 status open
24430
24431 \begin_layout Plain Layout
24432 Dies ist eine Notiz, die gerahmt gedruckt wird.
24433 \end_layout
24434
24435 \end_inset
24436
24437 Im Gegensatz zu gerahmten Boxen
24438 \begin_inset Foot
24439 status open
24440
24441 \begin_layout Plain Layout
24442 Gerahmte Boxen werden in Abschnitt
24443 \begin_inset Space ~
24444 \end_inset
24445
24446
24447 \begin_inset CommandInset ref
24448 LatexCommand ref
24449 reference "abs:Gerahmte-Boxen"
24450
24451 \end_inset
24452
24453  beschrieben.
24454 \end_layout
24455
24456 \end_inset
24457
24458  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
24459  Notiz ist ein Absatz für sich.
24460  
24461 \end_layout
24462
24463 \begin_layout Description
24464 Schattiert: Diese Notiz müsste eigentlich 
24465 \family sans
24466 farbig
24467 \family default
24468  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
24469 \family sans
24470 Werkzeuge\SpecialChar \menuseparator
24471 Einstellungen\SpecialChar \menuseparator
24472 Farben\SpecialChar \menuseparator
24473 Schat\SpecialChar \-
24474 tier\SpecialChar \-
24475 te
24476 \begin_inset Space \space{}
24477 \end_inset
24478
24479 Box
24480 \family default
24481  definiert ist, und sieht so aus:
24482 \begin_inset Newline newline
24483 \end_inset
24484
24485
24486 \begin_inset Newline newline
24487 \end_inset
24488
24489
24490 \begin_inset Graphics
24491         filename clipart/SchattierteNotizQt4.png
24492         display none
24493         scale 60
24494         scaleBeforeRotation
24495
24496 \end_inset
24497
24498
24499 \begin_inset Box Shaded
24500 position "t"
24501 hor_pos "c"
24502 has_inner_box 0
24503 inner_pos "t"
24504 use_parbox 0
24505 width "100col%"
24506 special "none"
24507 height "1in"
24508 height_special "totalheight"
24509 status open
24510
24511 \begin_layout Plain Layout
24512 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
24513 \end_layout
24514
24515 \end_inset
24516
24517 Im Gegensatz zu farbigen Boxen
24518 \begin_inset Foot
24519 status collapsed
24520
24521 \begin_layout Plain Layout
24522 Farbige Boxen werden in Abschnitt
24523 \begin_inset Space ~
24524 \end_inset
24525
24526
24527 \begin_inset CommandInset ref
24528 LatexCommand ref
24529 reference "abs:Farbige-Boxen"
24530
24531 \end_inset
24532
24533  beschrieben.
24534 \end_layout
24535
24536 \end_inset
24537
24538  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
24539  die Notiz ist ein Absatz für sich.
24540 \end_layout
24541
24542 \begin_layout Standard
24543 \begin_inset VSpace bigskip
24544 \end_inset
24545
24546 Wenn Sie auf den Werzeugleistenknopf 
24547 \begin_inset Graphics
24548         filename ../../images/note-insert.png
24549         scale 85
24550         scaleBeforeRotation
24551         BoundingBox 0bp 6bp 22bp 22bp
24552
24553 \end_inset
24554
24555  klicken, wird zunächst eine 
24556 \family sans
24557 LyX-Notiz
24558 \family default
24559  eingefügt.
24560  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24561  anderen Möglichkeiten auswählen.
24562  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24563  Sie ihn und klicken dann auf den Werzeugleistenknopf.
24564  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace Taste, wenn
24565  der Cursor am Beginn der Notiz ist oder die Entfernen Taste, wenn der Cursor
24566  am Ende der Notiz ist.
24567 \end_layout
24568
24569 \begin_layout Standard
24570 \begin_inset VSpace bigskip
24571 \end_inset
24572
24573 Die Textfarbe der 
24574 \family sans
24575 Grauschrift
24576 \family default
24577 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
24578 \end_layout
24579
24580 \begin_layout Standard
24581
24582 \series bold
24583
24584 \backslash
24585 renewenvironment{lyxgreyedout}
24586 \begin_inset Newline newline
24587 \end_inset
24588
24589
24590 \begin_inset ERT
24591 status collapsed
24592
24593 \begin_layout Plain Layout
24594
24595
24596 \backslash
24597 hphantom{ }
24598 \end_layout
24599
24600 \end_inset
24601
24602 {
24603 \backslash
24604 textcolor{color}
24605 \backslash
24606 bgroup}{
24607 \backslash
24608 egroup}
24609 \end_layout
24610
24611 \begin_layout Standard
24612 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24613 \begin_inset Space ~
24614 \end_inset
24615
24616
24617 \begin_inset CommandInset ref
24618 LatexCommand ref
24619 reference "abs:Farbige-Tabellen"
24620
24621 \end_inset
24622
24623  beschrieben.
24624  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24625 \end_layout
24626
24627 \begin_layout Standard
24628 \begin_inset VSpace bigskip
24629 \end_inset
24630
24631 Der Textstil von 
24632 \family sans
24633 Eingerahmt
24634 \family default
24635  und 
24636 \family sans
24637 Schattiert
24638 \family default
24639  kann im 
24640 \family sans
24641 Textstil
24642 \family default
24643  Dialog eingestellt werden.
24644 \end_layout
24645
24646 \begin_layout Standard
24647 Die Standard-Rahmenbreite für 
24648 \family sans
24649 Eingerahmt
24650 \family default
24651  ist 0.4
24652 \begin_inset Space \thinspace{}
24653 \end_inset
24654
24655 pt; sie kann mit 
24656 \series bold
24657
24658 \backslash
24659 FrameRule
24660 \series default
24661  geändert werden.
24662  Der Standard-Abstand zwischen Rahmen und Text ist 9
24663 \begin_inset Space \thinspace{}
24664 \end_inset
24665
24666 pt; er kann mit 
24667 \series bold
24668
24669 \backslash
24670 FrameSep
24671 \series default
24672  geändert werden.
24673  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
24674  als TeX-Code geändert:
24675 \end_layout
24676
24677 \begin_layout Standard
24678
24679 \series bold
24680
24681 \backslash
24682 FrameRule 5pt 
24683 \backslash
24684 FrameSep 0.5cm
24685 \end_layout
24686
24687 \begin_layout Standard
24688 \begin_inset ERT
24689 status collapsed
24690
24691 \begin_layout Plain Layout
24692
24693
24694 \backslash
24695 FrameRule 5pt 
24696 \backslash
24697 FrameSep 0.5cm
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \begin_inset Box Framed
24704 position "t"
24705 hor_pos "c"
24706 has_inner_box 0
24707 inner_pos "t"
24708 use_parbox 0
24709 width "100col%"
24710 special "none"
24711 height "1in"
24712 height_special "totalheight"
24713 status open
24714
24715 \begin_layout Plain Layout
24716 Dies ist Text in einem anderen Rahmen.
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \begin_layout Standard
24725 \begin_inset ERT
24726 status collapsed
24727
24728 \begin_layout Plain Layout
24729
24730
24731 \backslash
24732 FrameRule 0.4pt 
24733 \backslash
24734 FrameSep 9pt
24735 \end_layout
24736
24737 \end_inset
24738
24739
24740 \end_layout
24741
24742 \begin_layout Standard
24743 \begin_inset VSpace bigskip
24744 \end_inset
24745
24746 Für 
24747 \family sans
24748 Schattiert
24749 \family default
24750  beträgt der Abstand zwischen Rand und Text 3
24751 \begin_inset Space \thinspace{}
24752 \end_inset
24753
24754 pt; er kann mit 
24755 \series bold
24756
24757 \backslash
24758 fboxsep
24759 \series default
24760  geändert werden.
24761  Die Standard-Hintergrundfarbe ist rot und kann mit 
24762 \series bold
24763
24764 \backslash
24765 definecolor{shadebox}
24766 \series default
24767  oder 
24768 \family sans
24769 Werkzeuge\SpecialChar \menuseparator
24770 Einstellungen\SpecialChar \menuseparator
24771 Farben\SpecialChar \menuseparator
24772 Schattierte
24773 \begin_inset Space ~
24774 \end_inset
24775
24776 Box
24777 \family default
24778  geändert werden.
24779  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt
24780 \begin_inset Space ~
24781 \end_inset
24782
24783
24784 \begin_inset CommandInset ref
24785 LatexCommand ref
24786 reference "abs:Farbige-Tabellen"
24787
24788 \end_inset
24789
24790  beschrieben
24791 \begin_inset Foot
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795
24796 \series bold
24797
24798 \backslash
24799 definecolor
24800 \series default
24801  benötigt LaTeX-Paket 
24802 \series bold
24803 color
24804 \series default
24805
24806 \begin_inset Index
24807 status collapsed
24808
24809 \begin_layout Plain Layout
24810 LaTeX-Pakete ! color
24811 \end_layout
24812
24813 \end_inset
24814
24815  im LaTeX-Vorspann, siehe Abschnitt
24816 \begin_inset Space ~
24817 \end_inset
24818
24819
24820 \begin_inset CommandInset ref
24821 LatexCommand ref
24822 reference "abs:Farbige-Boxen"
24823
24824 \end_inset
24825
24826 .
24827 \end_layout
24828
24829 \end_inset
24830
24831 .
24832 \end_layout
24833
24834 \begin_layout Standard
24835 Für das folgende Beispiel wurden folgende TeX-Code-Befehle verwendet:
24836 \end_layout
24837
24838 \begin_layout Standard
24839
24840 \series bold
24841
24842 \backslash
24843 fboxsep 0.5cm
24844 \begin_inset Newline newline
24845 \end_inset
24846
24847
24848 \backslash
24849 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24850 \end_layout
24851
24852 \begin_layout Standard
24853 \begin_inset ERT
24854 status collapsed
24855
24856 \begin_layout Plain Layout
24857
24858
24859 \backslash
24860 fboxsep 0.5cm
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \begin_inset ERT
24867 status collapsed
24868
24869 \begin_layout Plain Layout
24870
24871
24872 \backslash
24873 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24874 \end_layout
24875
24876 \end_inset
24877
24878
24879 \begin_inset Box Shaded
24880 position "t"
24881 hor_pos "c"
24882 has_inner_box 0
24883 inner_pos "t"
24884 use_parbox 0
24885 width "100col%"
24886 special "none"
24887 height "1in"
24888 height_special "totalheight"
24889 status open
24890
24891 \begin_layout Plain Layout
24892
24893 \color yellow
24894 Dies ist gelber Text auf dunkelgrünem Hintergrund.
24895 \end_layout
24896
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \begin_layout Standard
24903 \begin_inset ERT
24904 status collapsed
24905
24906 \begin_layout Plain Layout
24907
24908
24909 \backslash
24910 fboxsep 3pt
24911 \end_layout
24912
24913 \end_inset
24914
24915
24916 \begin_inset ERT
24917 status collapsed
24918
24919 \begin_layout Plain Layout
24920
24921
24922 \backslash
24923 definecolor{shadecolor}{rgb}{1,0,0}
24924 \end_layout
24925
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \begin_layout Section
24932 Fußnoten
24933 \begin_inset CommandInset label
24934 LatexCommand label
24935 name "abs:Fußnoten"
24936
24937 \end_inset
24938
24939
24940 \begin_inset Index
24941 status collapsed
24942
24943 \begin_layout Plain Layout
24944 Notizen ! Fußnoten
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \begin_inset Index
24951 status collapsed
24952
24953 \begin_layout Plain Layout
24954 Fußnoten
24955 \end_layout
24956
24957 \end_inset
24958
24959
24960 \end_layout
24961
24962 \begin_layout Standard
24963 Zu dem, was bereits im 
24964 \emph on
24965 Benutzerhandbuch
24966 \emph default
24967  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24968 \color black
24969
24970 \begin_inset Foot
24971 status open
24972
24973 \begin_layout Plain Layout
24974
24975 \color black
24976 \begin_inset CommandInset label
24977 LatexCommand label
24978 name "fuss:Fußnoten-Beispiel"
24979
24980 \end_inset
24981
24982 Dies ist eine Fußnote.
24983 \end_layout
24984
24985 \end_inset
24986
24987
24988 \end_layout
24989
24990 \begin_layout Standard
24991 \begin_inset ERT
24992 status collapsed
24993
24994 \begin_layout Plain Layout
24995
24996
24997 \backslash
24998 newcounter{MyRepeatFoot}
24999 \end_layout
25000
25001 \begin_layout Plain Layout
25002
25003
25004 \backslash
25005 setcounter{MyRepeatFoot}{
25006 \backslash
25007 thefootnote}
25008 \end_layout
25009
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \begin_layout Standard
25016 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25017  wurde, eine hochgestellte Zahl.
25018  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25019  hochgestellt dem Text vorangeht.
25020  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25021  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25022  werden.
25023 \end_layout
25024
25025 \begin_layout Standard
25026 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25027  der Fußnote eine Marke eingefügt wurde.
25028  Dies ist ein Querverweis auf Fußnote
25029 \begin_inset Space ~
25030 \end_inset
25031
25032
25033 \begin_inset CommandInset ref
25034 LatexCommand ref
25035 reference "fuss:Fußnoten-Beispiel"
25036
25037 \end_inset
25038
25039 .
25040 \end_layout
25041
25042 \begin_layout Standard
25043 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
25044  siehe Abschnitt
25045 \begin_inset Space ~
25046 \end_inset
25047
25048
25049 \begin_inset CommandInset ref
25050 LatexCommand ref
25051 reference "abs:Minipage"
25052
25053 \end_inset
25054
25055 .
25056  Fußnoten in langen Tabellen wurden bereits in Abschnitt
25057 \begin_inset Space ~
25058 \end_inset
25059
25060
25061 \begin_inset CommandInset ref
25062 LatexCommand ref
25063 reference "uab:Fußnoten-in-langen"
25064
25065 \end_inset
25066
25067  beschrieben.
25068 \end_layout
25069
25070 \begin_layout Standard
25071 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
25072  TeX-Code-Befehl 
25073 \series bold
25074
25075 \backslash
25076 footnotemark[Nummer]
25077 \series default
25078  benutzen.
25079  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
25080  mal gedruckt wird.
25081 \end_layout
25082
25083 \begin_layout Standard
25084 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25085  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25086  Hinter Fußnote
25087 \begin_inset Space ~
25088 \end_inset
25089
25090
25091 \begin_inset CommandInset ref
25092 LatexCommand ref
25093 reference "fuss:Fußnoten-Beispiel"
25094
25095 \end_inset
25096
25097  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25098 \end_layout
25099
25100 \begin_layout Standard
25101
25102 \series bold
25103
25104 \backslash
25105 newcounter{MyRepeatFoot}
25106 \begin_inset Newline newline
25107 \end_inset
25108
25109
25110 \backslash
25111 setcounter{MyRepeatFoot}{
25112 \backslash
25113 thefootnote}
25114 \end_layout
25115
25116 \begin_layout Standard
25117 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25118 \end_layout
25119
25120 \begin_layout Standard
25121
25122 \series bold
25123
25124 \backslash
25125 footnotemark[
25126 \backslash
25127 theMyRepeatFoot]
25128 \end_layout
25129
25130 \begin_layout Standard
25131 Hier ist ein Beispiel für eine Fußnotenmarke:
25132 \family roman
25133 \series medium
25134 \bar no
25135
25136 \begin_inset ERT
25137 status collapsed
25138
25139 \begin_layout Plain Layout
25140
25141
25142 \backslash
25143 footnotemark[
25144 \backslash
25145 theMyRepeatFoot]
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \begin_layout Subsection
25154 Fußnoten-Nummerierung
25155 \begin_inset CommandInset label
25156 LatexCommand label
25157 name "uab:Fußnoten-Nummerierung"
25158
25159 \end_inset
25160
25161
25162 \begin_inset Index
25163 status collapsed
25164
25165 \begin_layout Plain Layout
25166 Fußnoten ! Nummerierung
25167 \end_layout
25168
25169 \end_inset
25170
25171
25172 \end_layout
25173
25174 \begin_layout Standard
25175 Um Fußnoten nach jedem Abschnitt
25176 \family roman
25177  auf 1 zurückzusetzen, 
25178 \family default
25179 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25180 \end_layout
25181
25182 \begin_layout Standard
25183
25184 \series bold
25185
25186 \backslash
25187 @addtoreset{footnote}{section}
25188 \end_layout
25189
25190 \begin_layout Standard
25191 \begin_inset VSpace bigskip
25192 \end_inset
25193
25194 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25195  Zahlen:
25196 \end_layout
25197
25198 \begin_layout Standard
25199
25200 \series bold
25201
25202 \backslash
25203 renewcommand{
25204 \backslash
25205 thefootnote}{
25206 \backslash
25207 roman{footnote}}
25208 \end_layout
25209
25210 \begin_layout Standard
25211 \begin_inset ERT
25212 status collapsed
25213
25214 \begin_layout Plain Layout
25215
25216
25217 \backslash
25218 renewcommand{
25219 \backslash
25220 thefootnote}{
25221 \backslash
25222 roman{footnote}}
25223 \end_layout
25224
25225 \end_inset
25226
25227  Hier ist ein Beispiel für solch eine Fußnote:
25228 \begin_inset Foot
25229 status open
25230
25231 \begin_layout Plain Layout
25232 Dies ist eine Fußnote mit kleinen römischen Zahlen
25233 \end_layout
25234
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \begin_layout Standard
25241 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
25242  Sie in obigem Befehl 
25243 \series bold
25244
25245 \backslash
25246 roman
25247 \series default
25248  durch 
25249 \series bold
25250
25251 \backslash
25252 Roman
25253 \series default
25254 .
25255  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25256 \begin_inset Quotes gld
25257 \end_inset
25258
25259 nummerieren
25260 \begin_inset Quotes grd
25261 \end_inset
25262
25263 , verwenden Sie die Befehle 
25264 \series bold
25265
25266 \backslash
25267 Alph
25268 \series default
25269  bzw.
25270 \begin_inset Space ~
25271 \end_inset
25272
25273
25274 \series bold
25275
25276 \backslash
25277 alph
25278 \series default
25279 .
25280  Für die 
25281 \begin_inset Quotes gld
25282 \end_inset
25283
25284 Nummerierung
25285 \begin_inset Quotes grd
25286 \end_inset
25287
25288  mit Symbolen steht der Befehl 
25289 \series bold
25290
25291 \backslash
25292 fnsymbol
25293 \series default
25294  zur Verfügung.
25295 \end_layout
25296
25297 \begin_layout Standard
25298 \begin_inset Note Greyedout
25299 status open
25300
25301 \begin_layout Plain Layout
25302
25303 \series bold
25304 Bemerkung 1:
25305 \series default
25306  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25307  
25308 \emph on
25309 ein
25310 \emph default
25311  Buchstabe verwendet wird.
25312 \end_layout
25313
25314 \end_inset
25315
25316
25317 \begin_inset Newline newline
25318 \end_inset
25319
25320
25321 \begin_inset Note Greyedout
25322 status open
25323
25324 \begin_layout Plain Layout
25325
25326 \series bold
25327 Bemerkung 2:
25328 \series default
25329  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25330 \end_layout
25331
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \begin_layout Standard
25338 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25339 \series bold
25340
25341 \backslash
25342 arabic
25343 \series default
25344  anstelle von 
25345 \series bold
25346
25347 \backslash
25348 roman
25349 \series default
25350  in obigem Befehl.
25351 \begin_inset ERT
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355
25356
25357 \backslash
25358 renewcommand{
25359 \backslash
25360 thefootnote}{
25361 \backslash
25362 arabic{footnote}}
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \begin_layout Standard
25371 \begin_inset VSpace bigskip
25372 \end_inset
25373
25374
25375 \end_layout
25376
25377 \begin_layout Standard
25378 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25379 \begin_inset Quotes gld
25380 \end_inset
25381
25382 Kapitel.Fußnote
25383 \begin_inset Quotes grd
25384 \end_inset
25385
25386  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25387 \end_layout
25388
25389 \begin_layout Standard
25390
25391 \series bold
25392
25393 \backslash
25394 numberwithin{footnote}{chapter}
25395 \end_layout
25396
25397 \begin_layout Standard
25398 Um 
25399 \series bold
25400
25401 \backslash
25402 numberwithin
25403 \series default
25404  benutzen zu können, muss in den 
25405 \family sans
25406 Mathe
25407 \begin_inset Space ~
25408 \end_inset
25409
25410 Optionen
25411 \family default
25412  der 
25413 \family sans
25414 Dokument-Einstellungen
25415 \family default
25416  
25417 \family sans
25418 AMS
25419 \begin_inset Space ~
25420 \end_inset
25421
25422 Mathe
25423 \begin_inset Space ~
25424 \end_inset
25425
25426 Paket
25427 \family default
25428
25429 \begin_inset Space ~
25430 \end_inset
25431
25432
25433 \family sans
25434 verwenden
25435 \family default
25436  angekreuzt sein.
25437 \begin_inset ERT
25438 status collapsed
25439
25440 \begin_layout Plain Layout
25441
25442
25443 \backslash
25444 numberwithin{footnote}{chapter}
25445 \end_layout
25446
25447 \end_inset
25448
25449  Hier ist ein Beispiel für solch eine Fußnote.
25450 \series bold
25451
25452 \begin_inset Foot
25453 status open
25454
25455 \begin_layout Plain Layout
25456 Dies ist eine Fußnote nach dem Schema 
25457 \begin_inset Quotes gld
25458 \end_inset
25459
25460 Kapitel.Fußnote
25461 \begin_inset Quotes grd
25462 \end_inset
25463
25464 .
25465 \end_layout
25466
25467 \end_inset
25468
25469
25470 \series default
25471
25472 \begin_inset ERT
25473 status collapsed
25474
25475 \begin_layout Plain Layout
25476
25477
25478 \backslash
25479 numberwithin{footnote}{part}
25480 \end_layout
25481
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \begin_layout Standard
25488 \begin_inset Note Greyedout
25489 status open
25490
25491 \begin_layout Plain Layout
25492
25493 \series bold
25494 Bemerkung:
25495 \series default
25496  
25497 \series bold
25498
25499 \backslash
25500 numberwithin
25501 \series default
25502  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25503  werden überschrieben.
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \begin_layout Standard
25512 Um also z.
25513 \begin_inset Space \thinspace{}
25514 \end_inset
25515
25516 B.
25517  das Schema 
25518 \begin_inset Quotes gld
25519 \end_inset
25520
25521 Kapitel.
25522 \backslash
25523 Roman{footnote}
25524 \begin_inset Quotes grd
25525 \end_inset
25526
25527  zu erhalten, muss dieser Befehl anstelle von 
25528 \series bold
25529
25530 \backslash
25531 numberwithin
25532 \series default
25533  verwendet werden:
25534 \end_layout
25535
25536 \begin_layout Standard
25537
25538 \series bold
25539
25540 \backslash
25541 renewcommand{
25542 \backslash
25543 thefootnote}{
25544 \backslash
25545 thechapter.
25546 \backslash
25547 Roman{footnote}}
25548 \end_layout
25549
25550 \begin_layout Subsection
25551 Fußnoten-Platzierung
25552 \begin_inset Index
25553 status collapsed
25554
25555 \begin_layout Plain Layout
25556 Fußnoten ! Platzierung
25557 \end_layout
25558
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \begin_layout Standard
25565 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25566  ohne Zwischenraum am Ende der Seite gedruckt.
25567  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25568  LaTeX-Vorspann 1.5
25569 \begin_inset Space \thinspace{}
25570 \end_inset
25571
25572 mm Zwischenraum einfügen:
25573 \end_layout
25574
25575 \begin_layout Standard
25576
25577 \series bold
25578
25579 \backslash
25580 let
25581 \backslash
25582 myFoot
25583 \backslash
25584 footnote
25585 \begin_inset Newline newline
25586 \end_inset
25587
25588
25589 \backslash
25590 renewcommand{
25591 \backslash
25592 footnote}[1]{
25593 \backslash
25594 myFoot{#1
25595 \backslash
25596 vspace{1.5mm}}}
25597 \end_layout
25598
25599 \begin_layout Standard
25600 \begin_inset VSpace bigskip
25601 \end_inset
25602
25603 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25604  Spalte gedruckt, Abbildung
25605 \begin_inset Space ~
25606 \end_inset
25607
25608
25609 \begin_inset CommandInset ref
25610 LatexCommand ref
25611 reference "abb:Standard-Fußnoten-Platzierung-in"
25612
25613 \end_inset
25614
25615 .
25616  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25617  in Abbildung
25618 \begin_inset Space ~
25619 \end_inset
25620
25621
25622 \begin_inset CommandInset ref
25623 LatexCommand ref
25624 reference "abb:Fußnoten-Platzierung-in-einem"
25625
25626 \end_inset
25627
25628 , müssen Sie das LaTeX-Paket 
25629 \series bold
25630 ftnright
25631 \series default
25632
25633 \begin_inset Index
25634 status collapsed
25635
25636 \begin_layout Plain Layout
25637 LaTeX-Pakete ! ftnright
25638 \end_layout
25639
25640 \end_inset
25641
25642  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25643 \end_layout
25644
25645 \begin_layout Standard
25646
25647 \series bold
25648
25649 \backslash
25650 usepackage{ftnright}
25651 \end_layout
25652
25653 \begin_layout Standard
25654 \begin_inset Float figure
25655 placement !h
25656 wide false
25657 sideways false
25658 status collapsed
25659
25660 \begin_layout Plain Layout
25661 \begin_inset ERT
25662 status collapsed
25663
25664 \begin_layout Plain Layout
25665
25666
25667 \backslash
25668 framebox{
25669 \end_layout
25670
25671 \end_inset
25672
25673
25674 \begin_inset Graphics
25675         filename ../clipart/without_fntright.pdf
25676         width 100col%
25677         scaleBeforeRotation
25678
25679 \end_inset
25680
25681
25682 \begin_inset ERT
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686
25687 }
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \begin_layout Plain Layout
25696 \begin_inset Caption
25697
25698 \begin_layout Plain Layout
25699 \begin_inset CommandInset label
25700 LatexCommand label
25701 name "abb:Standard-Fußnoten-Platzierung-in"
25702
25703 \end_inset
25704
25705 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
25706 \begin_inset OptArg
25707 status collapsed
25708
25709 \begin_layout Plain Layout
25710 Standard Fußnoten-Platzierung in einem zweisp.
25711  Dokument
25712 \end_layout
25713
25714 \end_inset
25715
25716
25717 \end_layout
25718
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 \begin_inset Float figure
25731 placement !h
25732 wide false
25733 sideways false
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737 \begin_inset ERT
25738 status collapsed
25739
25740 \begin_layout Plain Layout
25741
25742
25743 \backslash
25744 framebox{
25745 \end_layout
25746
25747 \end_inset
25748
25749
25750 \begin_inset Graphics
25751         filename ../clipart/with_fntright.pdf
25752         width 100col%
25753         scaleBeforeRotation
25754
25755 \end_inset
25756
25757
25758 \begin_inset ERT
25759 status collapsed
25760
25761 \begin_layout Plain Layout
25762
25763 }
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \begin_layout Plain Layout
25772 \begin_inset Caption
25773
25774 \begin_layout Plain Layout
25775 \begin_inset CommandInset label
25776 LatexCommand label
25777 name "abb:Fußnoten-Platzierung-in-einem"
25778
25779 \end_inset
25780
25781 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25782  
25783 \series bold
25784 ftnright
25785 \series default
25786 .
25787 \begin_inset OptArg
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791 Fußnoten-Platzierung mit 
25792 \family typewriter
25793 ftnright
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \end_inset
25802
25803
25804 \end_layout
25805
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \begin_layout Standard
25812 \begin_inset VSpace bigskip
25813 \end_inset
25814
25815 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25816  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25817 \begin_inset Space ~
25818 \end_inset
25819
25820
25821 \begin_inset CommandInset ref
25822 LatexCommand ref
25823 reference "abb:endnotes----Die"
25824
25825 \end_inset
25826
25827  gedruckt.
25828  Man nennt sie dann 
25829 \emph on
25830 Endnoten
25831 \emph default
25832 .
25833 \begin_inset Index
25834 status collapsed
25835
25836 \begin_layout Plain Layout
25837 Endnoten
25838 \end_layout
25839
25840 \end_inset
25841
25842  Um das zu erreichen müssen Sie das LaTeX-Paket 
25843 \series bold
25844 endnotes
25845 \series default
25846
25847 \begin_inset Index
25848 status collapsed
25849
25850 \begin_layout Plain Layout
25851 LaTeX-Pakete ! endnotes
25852 \end_layout
25853
25854 \end_inset
25855
25856  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25857 \end_layout
25858
25859 \begin_layout Standard
25860
25861 \series bold
25862
25863 \backslash
25864 usepackage{endnotes}
25865 \begin_inset Newline newline
25866 \end_inset
25867
25868
25869 \backslash
25870 let
25871 \backslash
25872 footnote
25873 \backslash
25874 endnote
25875 \end_layout
25876
25877 \begin_layout Standard
25878 Um die gesammelten Fußnoten zu drucken fügen Sie den TeX-Code-Befehl
25879 \series bold
25880  
25881 \backslash
25882 theendnotes
25883 \series default
25884  am Ende des Abschnitts oder Kapitels ein.
25885 \end_layout
25886
25887 \begin_layout Standard
25888 \begin_inset Float figure
25889 wide false
25890 sideways false
25891 status collapsed
25892
25893 \begin_layout Plain Layout
25894 \align center
25895 \begin_inset ERT
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899
25900
25901 \backslash
25902 framebox{
25903 \end_layout
25904
25905 \end_inset
25906
25907
25908 \begin_inset Graphics
25909         filename ../clipart/endnotes.pdf
25910         scaleBeforeRotation
25911
25912 \end_inset
25913
25914
25915 \begin_inset ERT
25916 status collapsed
25917
25918 \begin_layout Plain Layout
25919
25920 }
25921 \end_layout
25922
25923 \end_inset
25924
25925
25926 \end_layout
25927
25928 \begin_layout Plain Layout
25929 \begin_inset Caption
25930
25931 \begin_layout Plain Layout
25932 \begin_inset CommandInset label
25933 LatexCommand label
25934 name "abb:endnotes----Die"
25935
25936 \end_inset
25937
25938
25939 \series bold
25940 endnotes
25941 \series default
25942  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25943  gedruckt.
25944 \begin_inset OptArg
25945 status collapsed
25946
25947 \begin_layout Plain Layout
25948 \begin_inset CommandInset label
25949 LatexCommand label
25950 name "abb:endnotes----Die"
25951
25952 \end_inset
25953
25954
25955 \series bold
25956 endnotes
25957 \series default
25958  -- Die Fußnoten werden am Ende gedruckt
25959 \end_layout
25960
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 \begin_inset VSpace medskip
25978 \end_inset
25979
25980 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25981 ache übersetzt.
25982  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25983 \begin_inset Quotes gld
25984 \end_inset
25985
25986 Notes 
25987 \begin_inset Quotes grd
25988 \end_inset
25989
25990 in 
25991 \begin_inset Quotes gld
25992 \end_inset
25993
25994 Anmerkungen
25995 \begin_inset Quotes grd
25996 \end_inset
25997
25998 :
25999 \end_layout
26000
26001 \begin_layout Standard
26002
26003 \series bold
26004
26005 \backslash
26006 renewcommand{
26007 \backslash
26008 notesname}{Anmerkungen}
26009 \end_layout
26010
26011 \begin_layout Standard
26012 \begin_inset VSpace medskip
26013 \end_inset
26014
26015 Wenn Sie in den Befehlen von Abschnitt
26016 \begin_inset Space ~
26017 \end_inset
26018
26019
26020 \begin_inset CommandInset ref
26021 LatexCommand ref
26022 reference "uab:Fußnoten-Nummerierung"
26023
26024 \end_inset
26025
26026  
26027 \series bold
26028
26029 \backslash
26030 thefootnote
26031 \series default
26032  durch 
26033 \series bold
26034
26035 \backslash
26036 theendnote
26037 \series default
26038  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26039  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26040 \series bold
26041
26042 \backslash
26043 @addtoreset
26044 \series default
26045  wie in Abschnitt
26046 \begin_inset Space \space{}
26047 \end_inset
26048
26049
26050 \begin_inset CommandInset ref
26051 LatexCommand ref
26052 reference "uab:Fußnoten-Nummerierung"
26053
26054 \end_inset
26055
26056  beschrieben und ersetzen 
26057 \series bold
26058 footnote
26059 \series default
26060  durch 
26061 \series bold
26062 endnote
26063 \series default
26064 .
26065 \end_layout
26066
26067 \begin_layout Standard
26068 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
26069  
26070 \series bold
26071
26072 \backslash
26073 endnotemark[Nummer]
26074 \series default
26075  ähnlich wie 
26076 \series bold
26077
26078 \backslash
26079 footnotemark
26080 \series default
26081  Abschnitt
26082 \begin_inset Space ~
26083 \end_inset
26084
26085
26086 \begin_inset CommandInset ref
26087 LatexCommand ref
26088 reference "abs:Fußnoten"
26089
26090 \end_inset
26091
26092 .
26093 \end_layout
26094
26095 \begin_layout Standard
26096 \begin_inset VSpace bigskip
26097 \end_inset
26098
26099 Mit dem LaTeX-Paket 
26100 \series bold
26101 footmisc
26102 \series default
26103
26104 \begin_inset Index
26105 status collapsed
26106
26107 \begin_layout Plain Layout
26108 LaTeX-Pakete ! footmisc
26109 \end_layout
26110
26111 \end_inset
26112
26113  (
26114 \begin_inset CommandInset citation
26115 LatexCommand cite
26116 key "footmisc"
26117
26118 \end_inset
26119
26120 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26121 \end_layout
26122
26123 \begin_layout Standard
26124 In LaTeX-Büchern, 
26125 \begin_inset CommandInset citation
26126 LatexCommand cite
26127 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26128
26129 \end_inset
26130
26131 , finden Sie weiteres zu Fußnoten.
26132 \end_layout
26133
26134 \begin_layout Section
26135 Randnotizen
26136 \begin_inset Index
26137 status collapsed
26138
26139 \begin_layout Plain Layout
26140 Randnotizen
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \begin_inset Index
26147 status collapsed
26148
26149 \begin_layout Plain Layout
26150 Notizen ! Randnotizen
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \begin_layout Standard
26159 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26160  Sie fügen sie mit einem Klick auf den Schalter 
26161 \begin_inset Graphics
26162         filename ../../images/marginalnote-insert.png
26163         scale 70
26164         scaleBeforeRotation
26165         BoundingBox 0bp 0bp 22bp 22bp
26166
26167 \end_inset
26168
26169  oder über 
26170 \family sans
26171 Einfügen\SpecialChar \menuseparator
26172 Randnotiz
26173 \family default
26174  ein.
26175  Ein graues Kästchen mit der Aufschrift 
26176 \begin_inset Quotes gld
26177 \end_inset
26178
26179 Rand
26180 \begin_inset Quotes grd
26181 \end_inset
26182
26183  erscheint
26184 \family roman
26185 \series medium
26186 , und dort, wo der Cursor steht, können Sie Text eingeben.
26187 \end_layout
26188
26189 \begin_layout Standard
26190 Hier am Rand sehen Sie eine Randnotiz.
26191 \begin_inset Marginal
26192 status open
26193
26194 \begin_layout Plain Layout
26195 Dies ist eine Randnotiz.
26196 \end_layout
26197
26198 \end_inset
26199
26200
26201 \end_layout
26202
26203 \begin_layout Standard
26204 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26205  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
26206  Seiten und rechts auf den ungeraden.
26207  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26208  wird und umgekehrt.
26209  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26210  wurde.
26211 \end_layout
26212
26213 \begin_layout Standard
26214 \begin_inset VSpace bigskip
26215 \end_inset
26216
26217 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26218 \end_layout
26219
26220 \begin_layout Standard
26221
26222 \series bold
26223
26224 \backslash
26225 reversemarginpar
26226 \end_layout
26227
26228 \begin_layout Standard
26229 als TeX-Code vor einer Randnotiz ein.
26230  Das gilt dann für alle folgenden Randnotizen.
26231 \begin_inset ERT
26232 status collapsed
26233
26234 \begin_layout Plain Layout
26235
26236
26237 \backslash
26238 reversemarginpar 
26239 \end_layout
26240
26241 \end_inset
26242
26243
26244 \begin_inset Marginal
26245 status open
26246
26247 \begin_layout Plain Layout
26248 Hier ist ein Beispiel im inneren Rand.
26249 \end_layout
26250
26251 \end_inset
26252
26253
26254 \begin_inset Newline newline
26255 \end_inset
26256
26257
26258 \begin_inset Note Greyedout
26259 status open
26260
26261 \begin_layout Plain Layout
26262  
26263 \series bold
26264 Achtung:
26265 \series default
26266  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \begin_layout Standard
26275 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26276 \end_layout
26277
26278 \begin_layout Standard
26279
26280 \series bold
26281
26282 \backslash
26283 normalmarginpar
26284 \end_layout
26285
26286 \begin_layout Standard
26287 als TeX-Code ein.
26288 \begin_inset ERT
26289 status collapsed
26290
26291 \begin_layout Plain Layout
26292
26293
26294 \backslash
26295 normalmarginpar 
26296 \end_layout
26297
26298 \end_inset
26299
26300
26301 \begin_inset Note Greyedout
26302 status open
26303
26304 \begin_layout Plain Layout
26305
26306 \series bold
26307 Achtung:
26308 \series default
26309  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26310 \series bold
26311
26312 \backslash
26313 reversemarginpar
26314 \series default
26315  verwendet wird.
26316 \end_layout
26317
26318 \end_inset
26319
26320
26321 \end_layout
26322
26323 \begin_layout Standard
26324 \begin_inset VSpace bigskip
26325 \end_inset
26326
26327 Ähnlich wie in Abschnitt
26328 \begin_inset Space ~
26329 \end_inset
26330
26331
26332 \begin_inset CommandInset ref
26333 LatexCommand ref
26334 reference "uab:Mehrfache-Zeilen-in"
26335
26336 \end_inset
26337
26338  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
26339  erste Wort der Randnotiz sind.
26340  Um das zu vermeiden, können Sie den Befehl
26341 \end_layout
26342
26343 \begin_layout Standard
26344
26345 \series bold
26346
26347 \backslash
26348 hspace{0pt}
26349 \end_layout
26350
26351 \begin_layout Standard
26352 als TeX-Code vor das Wort setzen, so wie hier:
26353 \begin_inset Marginal
26354 status open
26355
26356 \begin_layout Plain Layout
26357 \begin_inset ERT
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361
26362
26363 \backslash
26364 hspace{0pt}
26365 \end_layout
26366
26367 \end_inset
26368
26369
26370 \family roman
26371 \series medium
26372 EinSehrLangesWort am Anfang, das umgebrochen wird.
26373 \end_layout
26374
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \begin_layout Standard
26381 \begin_inset VSpace bigskip
26382 \end_inset
26383
26384
26385 \end_layout
26386
26387 \begin_layout Standard
26388 \begin_inset Note Greyedout
26389 status open
26390
26391 \begin_layout Plain Layout
26392
26393 \series bold
26394 Bemerkung:
26395 \series default
26396  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26397  verwendet werden.
26398 \end_layout
26399
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \begin_layout Standard
26406 \begin_inset VSpace bigskip
26407 \end_inset
26408
26409
26410 \end_layout
26411
26412 \begin_layout Standard
26413 \begin_inset ERT
26414 status collapsed
26415
26416 \begin_layout Plain Layout
26417
26418
26419 \backslash
26420 ifmarginnote
26421 \end_layout
26422
26423 \end_inset
26424
26425
26426 \begin_inset Note Note
26427 status open
26428
26429 \begin_layout Plain Layout
26430 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26431 \series bold
26432 marginnote
26433 \series default
26434  installiert ist.
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \begin_layout Standard
26443 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26444 \series bold
26445 marginnote
26446 \series default
26447
26448 \begin_inset Index
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452 LaTeX-Pakete ! marginnote
26453 \end_layout
26454
26455 \end_inset
26456
26457  verwendet wird.
26458  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26459  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
26460  des Pakets 
26461 \series bold
26462 marginnote
26463 \series default
26464  für Randnotizen verwendet wird:
26465 \end_layout
26466
26467 \begin_layout Standard
26468
26469 \series bold
26470
26471 \backslash
26472 usepackage{marginnote}
26473 \begin_inset Newline newline
26474 \end_inset
26475
26476
26477 \backslash
26478 let
26479 \backslash
26480 marginpar
26481 \backslash
26482 marginnote
26483 \end_layout
26484
26485 \begin_layout Standard
26486 Dies wird auch in diesem Dokument verwendet, denn 
26487 \series bold
26488 marginnote
26489 \series default
26490  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26491  für Randnotizen angeben.
26492  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26493 n sind zu dicht beieinander sind.
26494  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26495  Schema
26496 \end_layout
26497
26498 \begin_layout Standard
26499
26500 \series bold
26501 [Versatz]
26502 \end_layout
26503
26504 \begin_layout Standard
26505 angegeben.
26506  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26507 \begin_inset Space ~
26508 \end_inset
26509
26510
26511 \begin_inset CommandInset ref
26512 LatexCommand ref
26513 reference "tab:Maßeinheiten"
26514
26515 \end_inset
26516
26517  aufgelistet sind.
26518  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
26519  nach unten.
26520  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26521 \begin_inset Space \thinspace{}
26522 \end_inset
26523
26524 cm mit dem TeX-Code-Befehl  
26525 \begin_inset Quotes gld
26526 \end_inset
26527
26528
26529 \series bold
26530 [-1.5cm]
26531 \series default
26532
26533 \begin_inset Quotes grd
26534 \end_inset
26535
26536  nach oben versetzt
26537 \begin_inset Marginal
26538 status open
26539
26540 \begin_layout Plain Layout
26541 Diese Randnotiz ist 1.5
26542 \begin_inset Space \thinspace{}
26543 \end_inset
26544
26545 cm von ihrer Originalposition nach oben versetzt.
26546 \end_layout
26547
26548 \end_inset
26549
26550
26551 \begin_inset ERT
26552 status collapsed
26553
26554 \begin_layout Plain Layout
26555
26556 [-1.5cm]
26557 \end_layout
26558
26559 \end_inset
26560
26561
26562 \end_layout
26563
26564 \begin_layout Standard
26565 \begin_inset VSpace medskip
26566 \end_inset
26567
26568 Mit 
26569 \series bold
26570 marginnote
26571 \series default
26572  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26573  Zum Beispiel setzen die Befehle
26574 \end_layout
26575
26576 \begin_layout Standard
26577
26578 \series bold
26579
26580 \backslash
26581 renewcommand*{
26582 \backslash
26583 raggedleftmarginnote}{
26584 \backslash
26585 centering}
26586 \begin_inset Newline newline
26587 \end_inset
26588
26589
26590 \backslash
26591 renewcommand*{
26592 \backslash
26593 raggedrightmarginnote}{
26594 \backslash
26595 centering}
26596 \end_layout
26597
26598 \begin_layout Standard
26599 die Ausrichtung auf zentriert.
26600  
26601 \series bold
26602
26603 \backslash
26604 raggedleftmarginnote
26605 \series default
26606  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26607  
26608 \begin_inset ERT
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612
26613
26614 \backslash
26615 renewcommand*{
26616 \backslash
26617 raggedleftmarginnote}{
26618 \backslash
26619 centering}
26620 \end_layout
26621
26622 \begin_layout Plain Layout
26623
26624
26625 \backslash
26626 renewcommand*{
26627 \backslash
26628 raggedrightmarginnote}{
26629 \backslash
26630 centering}
26631 \end_layout
26632
26633 \end_inset
26634
26635
26636 \begin_inset Marginal
26637 status open
26638
26639 \begin_layout Plain Layout
26640 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26641 \end_layout
26642
26643 \end_inset
26644
26645  Die Voreinstellung ist
26646 \end_layout
26647
26648 \begin_layout Standard
26649
26650 \series bold
26651
26652 \backslash
26653 renewcommand*{
26654 \backslash
26655 raggedleftmarginnote}{
26656 \backslash
26657 raggedleft}
26658 \begin_inset Newline newline
26659 \end_inset
26660
26661
26662 \backslash
26663 renewcommand*{
26664 \backslash
26665 raggedrightmarginnote}{
26666 \backslash
26667 raggedright}
26668 \series default
26669
26670 \begin_inset ERT
26671 status collapsed
26672
26673 \begin_layout Plain Layout
26674
26675
26676 \backslash
26677 renewcommand*{
26678 \backslash
26679 raggedleftmarginnote}{
26680 \backslash
26681 raggedleft}
26682 \end_layout
26683
26684 \begin_layout Plain Layout
26685
26686
26687 \backslash
26688 renewcommand*{
26689 \backslash
26690 raggedrightmarginnote}{
26691 \backslash
26692 raggedright}
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \begin_layout Standard
26701 \begin_inset VSpace medskip
26702 \end_inset
26703
26704 Für weitere Fähigkeiten des Pakets 
26705 \series bold
26706 marginnote
26707 \series default
26708  sei auf dessen Dokumentation verwiesen 
26709 \begin_inset CommandInset citation
26710 LatexCommand cite
26711 key "marginnote"
26712
26713 \end_inset
26714
26715 .
26716 \end_layout
26717
26718 \begin_layout Standard
26719 \begin_inset VSpace bigskip
26720 \end_inset
26721
26722 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26723  geändert werden.
26724  Um z.
26725 \begin_inset Space \thinspace{}
26726 \end_inset
26727
26728 B.
26729  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26730  und fettgedruckten Text 
26731 \begin_inset Quotes eld
26732 \end_inset
26733
26734
26735 \family sans
26736 \series bold
26737 \bar under
26738 Achtung!
26739 \family default
26740 \series default
26741 \bar default
26742
26743 \begin_inset Quotes erd
26744 \end_inset
26745
26746  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26747 \end_layout
26748
26749 \begin_layout Standard
26750
26751 \series bold
26752
26753 \backslash
26754 let
26755 \backslash
26756 myMarginpar
26757 \backslash
26758 marginpar
26759 \begin_inset Newline newline
26760 \end_inset
26761
26762
26763 \backslash
26764 renewcommand{
26765 \backslash
26766 marginpar}[1]{
26767 \backslash
26768 myMarginpar{%
26769 \begin_inset Newline newline
26770 \end_inset
26771
26772
26773 \begin_inset ERT
26774 status collapsed
26775
26776 \begin_layout Plain Layout
26777
26778
26779 \backslash
26780 hphantom{ }
26781 \end_layout
26782
26783 \end_inset
26784
26785
26786 \backslash
26787 hspace{0pt}
26788 \backslash
26789 textsf{
26790 \backslash
26791 textbf{
26792 \backslash
26793 underbar{Achtung!}}}%
26794 \begin_inset Newline newline
26795 \end_inset
26796
26797
26798 \begin_inset ERT
26799 status collapsed
26800
26801 \begin_layout Plain Layout
26802
26803
26804 \backslash
26805 hphantom{ }
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \backslash
26812 vspace{1.5mm}
26813 \backslash
26814
26815 \backslash
26816 #1}}
26817 \end_layout
26818
26819 \begin_layout Standard
26820 \begin_inset ERT
26821 status collapsed
26822
26823 \begin_layout Plain Layout
26824
26825
26826 \backslash
26827 let
26828 \backslash
26829 myMarginpar
26830 \backslash
26831 marginpar
26832 \end_layout
26833
26834 \begin_layout Plain Layout
26835
26836
26837 \backslash
26838 renewcommand{
26839 \backslash
26840 marginpar}[1]{
26841 \backslash
26842 myMarginpar{%
26843 \end_layout
26844
26845 \begin_layout Plain Layout
26846
26847    
26848 \backslash
26849 textsf{
26850 \backslash
26851 textbf{
26852 \backslash
26853 underbar{Achtung!}}}%
26854 \end_layout
26855
26856 \begin_layout Plain Layout
26857
26858    
26859 \backslash
26860 vspace{1.5mm}
26861 \backslash
26862
26863 \backslash
26864 #1}}
26865 \end_layout
26866
26867 \end_inset
26868
26869
26870 \begin_inset Marginal
26871 status open
26872
26873 \begin_layout Plain Layout
26874 Dies ist eine Randnotiz mit einer definierten Überschrift.
26875 \end_layout
26876
26877 \end_inset
26878
26879
26880 \begin_inset ERT
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884
26885 [-1.5cm]
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \begin_inset ERT
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895
26896
26897 \backslash
26898 renewcommand{
26899 \backslash
26900 marginpar}[1]{
26901 \backslash
26902 myMarginpar{#1}}
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \begin_inset Note Note
26909 status open
26910
26911 \begin_layout Plain Layout
26912 Das Format wurde nur für dieses Beispiel geändert.
26913 \end_layout
26914
26915 \end_inset
26916
26917
26918 \end_layout
26919
26920 \begin_layout Standard
26921 \begin_inset ERT
26922 status collapsed
26923
26924 \begin_layout Plain Layout
26925
26926
26927 \backslash
26928 else
26929 \end_layout
26930
26931 \end_inset
26932
26933
26934 \begin_inset Note Note
26935 status open
26936
26937 \begin_layout Plain Layout
26938 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26939 \series bold
26940 marginnote
26941 \series default
26942  nicht installiert ist:
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \begin_layout Standard
26951 Das LaTeX-Paket 
26952 \series bold
26953 marginnote
26954 \series default
26955  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26956 \end_layout
26957
26958 \begin_layout Standard
26959 \begin_inset ERT
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963
26964
26965 \backslash
26966 fi
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \end_layout
26973
26974 \begin_layout Chapter
26975 Boxen
26976 \end_layout
26977
26978 \begin_layout Section
26979 Einleitung
26980 \begin_inset Index
26981 status collapsed
26982
26983 \begin_layout Plain Layout
26984 Boxen ! Einleitung
26985 \end_layout
26986
26987 \end_inset
26988
26989
26990 \end_layout
26991
26992 \begin_layout Standard
26993 Boxen werden benutzt, um einen Textblock zu formatieren.
26994  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26995  siehe Abschnitt
26996 \begin_inset Space ~
26997 \end_inset
26998
26999
27000 \begin_inset CommandInset ref
27001 LatexCommand ref
27002 reference "abs:Minipage"
27003
27004 \end_inset
27005
27006 , um Text zu umranden, siehe Abschnitt
27007 \begin_inset Space ~
27008 \end_inset
27009
27010
27011 \begin_inset CommandInset ref
27012 LatexCommand ref
27013 reference "abs:Gerahmte-Boxen"
27014
27015 \end_inset
27016
27017 , um Silbentrennung zu verhindern, siehe Abschnitt
27018 \begin_inset Space ~
27019 \end_inset
27020
27021
27022 \begin_inset CommandInset ref
27023 LatexCommand ref
27024 reference "abs:Silbentrennung-unterbinden"
27025
27026 \end_inset
27027
27028 , um Text senkrecht auszurichten, siehe Abschnitt
27029 \begin_inset Space ~
27030 \end_inset
27031
27032
27033 \begin_inset CommandInset ref
27034 LatexCommand ref
27035 reference "uab:Vertikale-Ausrichtung"
27036
27037 \end_inset
27038
27039  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27040 \begin_inset Space ~
27041 \end_inset
27042
27043
27044 \begin_inset CommandInset ref
27045 LatexCommand ref
27046 reference "abs:Farbige-Boxen"
27047
27048 \end_inset
27049
27050 .
27051 \end_layout
27052
27053 \begin_layout Standard
27054 Boxen werden mit 
27055 \family sans
27056 Einfügen\SpecialChar \menuseparator
27057 Box
27058 \family default
27059  oder dem Schalter 
27060 \begin_inset Graphics
27061         filename ../../images/box-insert.png
27062         scale 85
27063         scaleBeforeRotation
27064
27065 \end_inset
27066
27067  eingefügt.
27068  Ein graues Kästchen mit der Aufschrift 
27069 \begin_inset Quotes gld
27070 \end_inset
27071
27072 Box (Minipage)
27073 \begin_inset Quotes grd
27074 \end_inset
27075
27076  erscheint: 
27077 \begin_inset Graphics
27078         filename clipart/StandardBoxQt4.png
27079         lyxscale 80
27080         scale 60
27081         scaleBeforeRotation
27082
27083 \end_inset
27084
27085 .
27086  Mit einem Rechts\SpecialChar \-
27087 klick auf das graue Kästchen kann der Typ spezifiziert
27088  werden.
27089  Das Dialogfenster bietet bei 
27090 \family sans
27091 Innere
27092 \begin_inset Space ~
27093 \end_inset
27094
27095 Box
27096 \family default
27097  die Typen 
27098 \family sans
27099 Parbox
27100 \family default
27101  und 
27102 \family sans
27103 Minipage
27104 \family default
27105  an.
27106  
27107 \family sans
27108 Minipage
27109 \family default
27110  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27111 \begin_inset Space ~
27112 \end_inset
27113
27114
27115 \begin_inset CommandInset ref
27116 LatexCommand ref
27117 reference "abs:Minipage"
27118
27119 \end_inset
27120
27121  beschrieben, 
27122 \family sans
27123 Parbox
27124 \family default
27125  in Abschnitt
27126 \begin_inset Space ~
27127 \end_inset
27128
27129
27130 \begin_inset CommandInset ref
27131 LatexCommand ref
27132 reference "abs:Parbox"
27133
27134 \end_inset
27135
27136 .
27137 \end_layout
27138
27139 \begin_layout Standard
27140 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27141  wie auf Gleitobjekte und Fußnoten.
27142 \end_layout
27143
27144 \begin_layout Standard
27145 \begin_inset Note Greyedout
27146 status open
27147
27148 \begin_layout Plain Layout
27149
27150 \series bold
27151 Bemerkung
27152 \begin_inset Space ~
27153 \end_inset
27154
27155 1:
27156 \series default
27157  Boxen dürfen in 
27158 \family sans
27159 List-
27160 \family default
27161  oder 
27162 \family sans
27163 Beschreibung-
27164 \family default
27165 Umgebungen nicht verwendet werden.
27166 \end_layout
27167
27168 \end_inset
27169
27170
27171 \end_layout
27172
27173 \begin_layout Standard
27174 \begin_inset Note Greyedout
27175 status open
27176
27177 \begin_layout Plain Layout
27178
27179 \series bold
27180 Bemerkung
27181 \begin_inset Space ~
27182 \end_inset
27183
27184 2:
27185 \series default
27186  Boxen ohne 
27187 \family sans
27188 Innere
27189 \begin_inset Space ~
27190 \end_inset
27191
27192 Box
27193 \family default
27194  und ohne Rahmen werden in Abschnitt
27195 \begin_inset Space ~
27196 \end_inset
27197
27198
27199 \begin_inset CommandInset ref
27200 LatexCommand ref
27201 reference "abs:Silbentrennung-unterbinden"
27202
27203 \end_inset
27204
27205  beschrieben.
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Section
27214 Das Box-Einstellungen-Fenster
27215 \begin_inset CommandInset label
27216 LatexCommand label
27217 name "abs:Box-Dialog"
27218
27219 \end_inset
27220
27221
27222 \begin_inset Index
27223 status collapsed
27224
27225 \begin_layout Plain Layout
27226 Boxen ! Box-Dialog-Fenster
27227 \end_layout
27228
27229 \end_inset
27230
27231
27232 \end_layout
27233
27234 \begin_layout Subsection
27235 Box-Größe
27236 \end_layout
27237
27238 \begin_layout Standard
27239 Im 
27240 \family sans
27241 Box-Einstellungen
27242 \family default
27243 -Fenster können Sie die Größe der Box mit 
27244 \family sans
27245 Breite
27246 \family default
27247  und 
27248 \family sans
27249 Höhe 
27250 \family default
27251 festlegen.
27252  Die verfügbaren Einheiten werden in Tabelle
27253 \begin_inset Space ~
27254 \end_inset
27255
27256
27257 \begin_inset CommandInset ref
27258 LatexCommand ref
27259 reference "tab:Maßeinheiten"
27260
27261 \end_inset
27262
27263 aufgelistet.
27264  Das Feld
27265 \family sans
27266  Höhe
27267 \family default
27268  bietet die folgenden zusätzlichen Größen:
27269 \end_layout
27270
27271 \begin_layout Description
27272 Tiefe Dies ist die reine Text-
27273 \begin_inset Quotes gld
27274 \end_inset
27275
27276 Höhe
27277 \begin_inset Quotes grd
27278 \end_inset
27279
27280 .
27281  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27282 \begin_inset Newline newline
27283 \end_inset
27284
27285
27286 \begin_inset Newline newline
27287 \end_inset
27288
27289
27290 \begin_inset Newline newline
27291 \end_inset
27292
27293
27294 \begin_inset Box Boxed
27295 position "c"
27296 hor_pos "c"
27297 has_inner_box 1
27298 inner_pos "c"
27299 use_parbox 0
27300 width "12col%"
27301 special "none"
27302 height "1in"
27303 height_special "depth"
27304 status collapsed
27305
27306 \begin_layout Plain Layout
27307 \align center
27308 Box-Höhe = 1
27309 \begin_inset Space \thinspace{}
27310 \end_inset
27311
27312 Tiefe
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \begin_inset Newline newline
27319 \end_inset
27320
27321
27322 \begin_inset Newline newline
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \begin_layout Description
27329 Höhe Dies ist die Texthöhe innerhalb der Box.
27330  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27331  Texthöhe setzen: 
27332 \begin_inset Box Boxed
27333 position "c"
27334 hor_pos "c"
27335 has_inner_box 1
27336 inner_pos "c"
27337 use_parbox 0
27338 width "20col%"
27339 special "none"
27340 height "2in"
27341 height_special "height"
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345 \align center
27346 Boxhöhe = 2
27347 \begin_inset Space \thinspace{}
27348 \end_inset
27349
27350 Höhe
27351 \end_layout
27352
27353 \end_inset
27354
27355
27356 \end_layout
27357
27358 \begin_layout Description
27359 Gesamthöhe Dies ist Höhe
27360 \begin_inset Space \thinspace{}
27361 \end_inset
27362
27363 +
27364 \begin_inset Space \thinspace{}
27365 \end_inset
27366
27367 Tiefe: 
27368 \begin_inset Box Boxed
27369 position "c"
27370 hor_pos "c"
27371 has_inner_box 1
27372 inner_pos "c"
27373 use_parbox 0
27374 width "20col%"
27375 special "none"
27376 height "1in"
27377 height_special "totalheight"
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381 \align center
27382 Boxhöhe = 1
27383 \begin_inset Space \thinspace{}
27384 \end_inset
27385
27386 Gesamthöhe
27387 \end_layout
27388
27389 \end_inset
27390
27391
27392 \end_layout
27393
27394 \begin_layout Description
27395 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27396 \begin_inset Box Boxed
27397 position "c"
27398 hor_pos "c"
27399 has_inner_box 1
27400 inner_pos "c"
27401 use_parbox 0
27402 width "12col%"
27403 special "none"
27404 height "1in"
27405 height_special "width"
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 \align center
27410 Boxhöhe = 1
27411 \begin_inset Space \thinspace{}
27412 \end_inset
27413
27414 Breite
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Subsection
27423 Ausrichtung
27424 \begin_inset Index
27425 status collapsed
27426
27427 \begin_layout Plain Layout
27428 Boxen ! Ausrichtung
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \begin_layout Standard
27437 Wenn Sie eine 
27438 \family sans
27439 Innere
27440 \begin_inset Space ~
27441 \end_inset
27442
27443 Box
27444 \family default
27445  gewählt haben, kann die Box mit folgenden Werten für 
27446 \family sans
27447 Box
27448 \family default
27449  senkrecht ausgerichtet werden:
27450 \end_layout
27451
27452 \begin_layout Description
27453 Oben Dies ist ein Beispieltext.
27454  
27455 \begin_inset Box Boxed
27456 position "t"
27457 hor_pos "c"
27458 has_inner_box 1
27459 inner_pos "c"
27460 use_parbox 0
27461 width "20col%"
27462 special "none"
27463 height "1in"
27464 height_special "totalheight"
27465 status collapsed
27466
27467 \begin_layout Plain Layout
27468 \align center
27469 Die Ober\SpecialChar \-
27470 kante der Box ist in der Zeile.
27471 \end_layout
27472
27473 \end_inset
27474
27475  Dies ist ein Beispieltext.
27476 \end_layout
27477
27478 \begin_layout Description
27479 Mitte Dies ist ein Beispieltext.
27480  
27481 \begin_inset Box Boxed
27482 position "c"
27483 hor_pos "c"
27484 has_inner_box 1
27485 inner_pos "c"
27486 use_parbox 0
27487 width "20col%"
27488 special "none"
27489 height "1in"
27490 height_special "totalheight"
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494 \align center
27495 Die Mitte der Box ist in der Zeile.
27496 \end_layout
27497
27498 \end_inset
27499
27500  Dies ist ein Beispieltext.
27501 \end_layout
27502
27503 \begin_layout Description
27504 Unten Dies ist ein Beispieltext.
27505  
27506 \begin_inset Box Boxed
27507 position "b"
27508 hor_pos "c"
27509 has_inner_box 1
27510 inner_pos "c"
27511 use_parbox 0
27512 width "20col%"
27513 special "none"
27514 height "1in"
27515 height_special "totalheight"
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519 \align center
27520 Die Unter\SpecialChar \-
27521 kante der Box ist in der Zeile.
27522 \end_layout
27523
27524 \end_inset
27525
27526  Dies ist ein Beispieltext.
27527 \end_layout
27528
27529 \begin_layout Standard
27530 Eine Box kann mit dem Dialog 
27531 \family sans
27532 Absatz-Einstellungen
27533 \family default
27534  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27535 \end_layout
27536
27537 \begin_layout Standard
27538 \begin_inset VSpace bigskip
27539 \end_inset
27540
27541 Wenn Sie eine 
27542 \family sans
27543 Innere
27544 \begin_inset Space ~
27545 \end_inset
27546
27547 Box
27548 \family default
27549  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27550 \family sans
27551 Inhalt
27552 \family default
27553  senkrecht ausgerichtet werden:
27554 \end_layout
27555
27556 \begin_layout Description
27557 Oben Dies ist ein Beispieltext.
27558  
27559 \begin_inset Box Boxed
27560 position "c"
27561 hor_pos "c"
27562 has_inner_box 1
27563 inner_pos "t"
27564 use_parbox 0
27565 width "20col%"
27566 special "none"
27567 height "1.5in"
27568 height_special "totalheight"
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572 \align center
27573 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27574 \end_layout
27575
27576 \end_inset
27577
27578  Dies ist ein Beispieltext.
27579 \end_layout
27580
27581 \begin_layout Description
27582 Mitte Dies ist ein Beispieltext.
27583  
27584 \begin_inset Box Boxed
27585 position "c"
27586 hor_pos "c"
27587 has_inner_box 1
27588 inner_pos "c"
27589 use_parbox 0
27590 width "20col%"
27591 special "none"
27592 height "1.5in"
27593 height_special "totalheight"
27594 status collapsed
27595
27596 \begin_layout Plain Layout
27597 \align center
27598 Der Boxinhalt ist zentriert ausgerichtet.
27599 \end_layout
27600
27601 \end_inset
27602
27603  Dies ist ein Beispieltext.
27604 \end_layout
27605
27606 \begin_layout Description
27607 Unten Dies ist ein Beispieltext.
27608  
27609 \begin_inset Box Boxed
27610 position "c"
27611 hor_pos "c"
27612 has_inner_box 1
27613 inner_pos "b"
27614 use_parbox 0
27615 width "20col%"
27616 special "none"
27617 height "1.5in"
27618 height_special "totalheight"
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622 \align center
27623 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27624 \end_layout
27625
27626 \end_inset
27627
27628  Dies ist ein Beispieltext.
27629 \end_layout
27630
27631 \begin_layout Description
27632 Dehnen Dies ist ein Beispieltext.
27633  
27634 \begin_inset Box Boxed
27635 position "c"
27636 hor_pos "c"
27637 has_inner_box 1
27638 inner_pos "s"
27639 use_parbox 0
27640 width "20col%"
27641 special "none"
27642 height "1in"
27643 height_special "totalheight"
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647 \align center
27648 Der Boxinhalt
27649 \end_layout
27650
27651 \begin_layout Plain Layout
27652 \align center
27653 ist über die
27654 \end_layout
27655
27656 \begin_layout Plain Layout
27657 \align center
27658 Boxhöhe
27659 \end_layout
27660
27661 \begin_layout Plain Layout
27662 \align center
27663 gleichmäßig verteilt.
27664 \end_layout
27665
27666 \end_inset
27667
27668  Dies ist ein Beispieltext.
27669 \end_layout
27670
27671 \begin_layout Standard
27672 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27673  besteht.
27674  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27675 \end_layout
27676
27677 \begin_layout Standard
27678 Ein Boxinhalt kann mit dem Dialog 
27679 \family sans
27680 Absatz-Einstellungen
27681 \family default
27682  waagerecht ausgerichtet werden, wenn Sie eine
27683 \family sans
27684  Innere
27685 \begin_inset Space ~
27686 \end_inset
27687
27688 Box
27689 \family default
27690  gewählt haben.
27691 \end_layout
27692
27693 \begin_layout Standard
27694 \align center
27695 \begin_inset Box Boxed
27696 position "c"
27697 hor_pos "c"
27698 has_inner_box 1
27699 inner_pos "s"
27700 use_parbox 0
27701 width "30col%"
27702 special "none"
27703 height "1.25in"
27704 height_special "totalheight"
27705 status collapsed
27706
27707 \begin_layout Plain Layout
27708 \align left
27709 Hier ist jede Zeile
27710 \end_layout
27711
27712 \begin_layout Plain Layout
27713 \align center
27714 anders
27715 \end_layout
27716
27717 \begin_layout Plain Layout
27718 \align right
27719 ausgerichtet.
27720 \end_layout
27721
27722 \end_inset
27723
27724
27725 \end_layout
27726
27727 \begin_layout Standard
27728 Wenn Sie keine
27729 \family sans
27730  Innere
27731 \begin_inset Space ~
27732 \end_inset
27733
27734 Box
27735 \family default
27736  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27737 \family sans
27738 Box-Einstellungen-
27739 \family default
27740 Dialog ausrichten
27741 \end_layout
27742
27743 \begin_layout Standard
27744 \align center
27745 \begin_inset Box Boxed
27746 position "c"
27747 hor_pos "s"
27748 has_inner_box 0
27749 inner_pos "s"
27750 use_parbox 0
27751 width "90col%"
27752 special "none"
27753 height "1.25in"
27754 height_special "totalheight"
27755 status collapsed
27756
27757 \begin_layout Plain Layout
27758 \align left
27759 Dieser Boxinhalt wurde horizontal gedehnt.
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \begin_layout Section
27768 Gerahmte Boxen
27769 \begin_inset CommandInset label
27770 LatexCommand label
27771 name "abs:Gerahmte-Boxen"
27772
27773 \end_inset
27774
27775
27776 \begin_inset Index
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780 Boxen ! gerahmte
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \end_layout
27787
27788 \begin_layout Standard
27789 Mit dem 
27790 \family sans
27791 Box-Einstellungen-
27792 \family default
27793 Dialog können Sie bei 
27794 \family sans
27795 Verzierung
27796 \family default
27797  die Art des Rahmens auswählen:
27798 \end_layout
27799
27800 \begin_layout Description
27801 Rechteckige
27802 \begin_inset Space ~
27803 \end_inset
27804
27805 Box Um die Box wird ein rechteckiger Rahmen gezogen.
27806  Die Rahmendicke wird durch 
27807 \series bold
27808
27809 \backslash
27810 fboxrule
27811 \series default
27812  festgelegt.
27813  
27814 \begin_inset Box Boxed
27815 position "c"
27816 hor_pos "c"
27817 has_inner_box 1
27818 inner_pos "c"
27819 use_parbox 0
27820 width "21col%"
27821 special "none"
27822 height "1in"
27823 height_special "totalheight"
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827
27828 \series medium
27829 Rechteckige
27830 \begin_inset Space ~
27831 \end_inset
27832
27833 Box
27834 \end_layout
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \begin_layout Description
27842 Ovale
27843 \begin_inset Space ~
27844 \end_inset
27845
27846 Box,
27847 \begin_inset Space ~
27848 \end_inset
27849
27850 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27851  Die Rahmendicke ist 0.4
27852 \begin_inset Space \thinspace{}
27853 \end_inset
27854
27855 pt.
27856  
27857 \begin_inset Box ovalbox
27858 position "c"
27859 hor_pos "c"
27860 has_inner_box 1
27861 inner_pos "c"
27862 use_parbox 0
27863 width "20col%"
27864 special "none"
27865 height "1in"
27866 height_special "totalheight"
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870 Ovale
27871 \begin_inset Space ~
27872 \end_inset
27873
27874 Box,
27875 \begin_inset Space ~
27876 \end_inset
27877
27878 dünn
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \end_layout
27885
27886 \begin_layout Description
27887 Ovale
27888 \begin_inset Space ~
27889 \end_inset
27890
27891 Box,
27892 \begin_inset Space ~
27893 \end_inset
27894
27895 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27896  Die Rahmendicke ist 0.8
27897 \begin_inset Space \thinspace{}
27898 \end_inset
27899
27900 pt.
27901  
27902 \begin_inset Box Ovalbox
27903 position "c"
27904 hor_pos "c"
27905 has_inner_box 1
27906 inner_pos "c"
27907 use_parbox 0
27908 width "20col%"
27909 special "none"
27910 height "1in"
27911 height_special "totalheight"
27912 status collapsed
27913
27914 \begin_layout Plain Layout
27915 Ovale
27916 \begin_inset Space ~
27917 \end_inset
27918
27919 Box,
27920 \begin_inset Space ~
27921 \end_inset
27922
27923 dick
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \end_layout
27930
27931 \begin_layout Description
27932 Schattierte
27933 \begin_inset Space ~
27934 \end_inset
27935
27936 Box Zeichnet einen Rahmen mit Schatten um die Box.
27937  Die Rahmendicke wird durch 
27938 \series bold
27939
27940 \backslash
27941 fboxrule
27942 \series default
27943  festgelegt, der Schatten ist 4
27944 \begin_inset Space \thinspace{}
27945 \end_inset
27946
27947 pt breit.
27948 \begin_inset Newline newline
27949 \end_inset
27950
27951
27952 \begin_inset Box Shadowbox
27953 position "c"
27954 hor_pos "c"
27955 has_inner_box 1
27956 inner_pos "c"
27957 use_parbox 0
27958 width "20col%"
27959 special "none"
27960 height "1in"
27961 height_special "totalheight"
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965 Schattierte
27966 \begin_inset Space ~
27967 \end_inset
27968
27969 Box
27970 \end_layout
27971
27972 \end_inset
27973
27974
27975 \end_layout
27976
27977 \begin_layout Description
27978 Doppelt
27979 \begin_inset Space ~
27980 \end_inset
27981
27982 gerahmte
27983 \begin_inset Space ~
27984 \end_inset
27985
27986 Box Zeichnet einen doppelten Rahmen um die Box Der innere Rahmen ist 0.75
27987 \begin_inset Space \thinspace{}
27988 \end_inset
27989
27990
27991 \series bold
27992
27993 \backslash
27994 fboxrule
27995 \series default
27996  breit, der äußere 1.5
27997 \begin_inset Space \thinspace{}
27998 \end_inset
27999
28000
28001 \series bold
28002
28003 \backslash
28004 fboxrule
28005 \series default
28006 , der Zwischenraum 1.5
28007 \begin_inset Space \thinspace{}
28008 \end_inset
28009
28010
28011 \series bold
28012
28013 \backslash
28014 fboxrule
28015 \series default
28016
28017 \begin_inset Space \thinspace{}
28018 \end_inset
28019
28020 +
28021 \begin_inset Space \thinspace{}
28022 \end_inset
28023
28024 0.5
28025 \begin_inset Space \thinspace{}
28026 \end_inset
28027
28028 pt.
28029  
28030 \begin_inset Box Doublebox
28031 position "c"
28032 hor_pos "c"
28033 has_inner_box 1
28034 inner_pos "c"
28035 use_parbox 0
28036 width "20col%"
28037 special "none"
28038 height "1in"
28039 height_special "totalheight"
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043 Doppelt
28044 \begin_inset Space ~
28045 \end_inset
28046
28047 gerahmte
28048 \begin_inset Space ~
28049 \end_inset
28050
28051 Box
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \begin_layout Standard
28060 \begin_inset VSpace bigskip
28061 \end_inset
28062
28063 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
28064  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
28065 \series bold
28066 fancybox
28067 \series default
28068
28069 \begin_inset Index
28070 status collapsed
28071
28072 \begin_layout Plain Layout
28073 LaTeX-Pakete ! fancybox
28074 \end_layout
28075
28076 \end_inset
28077
28078  installiert sein.
28079 \end_layout
28080
28081 \begin_layout Standard
28082 \begin_inset VSpace bigskip
28083 \end_inset
28084
28085 Der Standardwert für 
28086 \series bold
28087
28088 \backslash
28089 fboxrule
28090 \series default
28091  ist 0.4
28092 \begin_inset Space \thinspace{}
28093 \end_inset
28094
28095 pt.
28096  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28097 \begin_inset Space \thinspace{}
28098 \end_inset
28099
28100 pt gesetzt werden:
28101 \end_layout
28102
28103 \begin_layout Standard
28104
28105 \series bold
28106
28107 \backslash
28108 setlength{
28109 \backslash
28110 fboxrule}{2pt}
28111 \end_layout
28112
28113 \begin_layout Standard
28114 \begin_inset ERT
28115 status collapsed
28116
28117 \begin_layout Plain Layout
28118
28119
28120 \backslash
28121 setlength{
28122 \backslash
28123 fboxrule}{2pt}
28124 \end_layout
28125
28126 \end_inset
28127
28128
28129 \begin_inset Box Boxed
28130 position "c"
28131 hor_pos "c"
28132 has_inner_box 1
28133 inner_pos "c"
28134 use_parbox 0
28135 width "30col%"
28136 special "none"
28137 height "1in"
28138 height_special "totalheight"
28139 status collapsed
28140
28141 \begin_layout Plain Layout
28142 \align center
28143 Rechteckige Box mit einer Rahmenbreite von 2
28144 \begin_inset Space \thinspace{}
28145 \end_inset
28146
28147 pt
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \begin_inset ERT
28154 status collapsed
28155
28156 \begin_layout Plain Layout
28157
28158
28159 \backslash
28160 setlength{
28161 \backslash
28162 fboxrule}{0.4pt}
28163 \end_layout
28164
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \begin_layout Standard
28171 \noindent
28172 \begin_inset VSpace bigskip
28173 \end_inset
28174
28175 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28176 \begin_inset Space \thinspace{}
28177 \end_inset
28178
28179 pt.
28180  Sie können das ändern, indem Sie den Wert von 
28181 \series bold
28182
28183 \backslash
28184 fboxsep
28185 \series default
28186  mit einem TeX-Code-Befehl ändern:
28187 \end_layout
28188
28189 \begin_layout Standard
28190
28191 \series bold
28192
28193 \backslash
28194 setlength{
28195 \backslash
28196 fboxsep}{10pt}
28197 \end_layout
28198
28199 \begin_layout Standard
28200 setzt den Wert auf 10
28201 \begin_inset Space \thinspace{}
28202 \end_inset
28203
28204 pt, wie in der folgenden Box:
28205 \end_layout
28206
28207 \begin_layout Standard
28208 \begin_inset ERT
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212
28213
28214 \backslash
28215 setlength{
28216 \backslash
28217 fboxsep}{10pt}
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \begin_inset Box Boxed
28224 position "c"
28225 hor_pos "c"
28226 has_inner_box 1
28227 inner_pos "c"
28228 use_parbox 0
28229 width "25col%"
28230 special "none"
28231 height "1in"
28232 height_special "totalheight"
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236 \align center
28237 Rechteckige Box mit 
28238 \series bold
28239
28240 \backslash
28241 fboxsep
28242 \series default
28243
28244 \begin_inset Space \thinspace{}
28245 \end_inset
28246
28247 =
28248 \begin_inset Space \thinspace{}
28249 \end_inset
28250
28251 10
28252 \begin_inset Space \thinspace{}
28253 \end_inset
28254
28255 pt
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \begin_inset ERT
28262 status collapsed
28263
28264 \begin_layout Plain Layout
28265
28266
28267 \backslash
28268 setlength{
28269 \backslash
28270 fboxsep}{3pt}
28271 \end_layout
28272
28273 \end_inset
28274
28275
28276 \end_layout
28277
28278 \begin_layout Standard
28279 \noindent
28280 \begin_inset VSpace bigskip
28281 \end_inset
28282
28283 Der Durchmesser der abgerundeten Ecken kann mit 
28284 \series bold
28285
28286 \backslash
28287 cornersize
28288 \series default
28289  gesetzt werden.
28290  Der TeX-Code-Befehl
28291 \end_layout
28292
28293 \begin_layout Standard
28294
28295 \series bold
28296
28297 \backslash
28298 cornersize*{1cm}
28299 \end_layout
28300
28301 \begin_layout Standard
28302 setzt den Durchmesser auf 1
28303 \begin_inset Space \thinspace{}
28304 \end_inset
28305
28306 cm.
28307  Der TeX-Code-Befehl
28308 \end_layout
28309
28310 \begin_layout Standard
28311
28312 \series bold
28313
28314 \backslash
28315 cornersize{num}
28316 \end_layout
28317
28318 \begin_layout Standard
28319 setzt den Durchmesser auf 
28320 \family sans
28321 num
28322 \begin_inset Space \thinspace{}
28323 \end_inset
28324
28325 ×
28326 \begin_inset Space \thinspace{}
28327 \end_inset
28328
28329 Minimum(Breite der Box, Höhe der Box)
28330 \family default
28331 .
28332  Der Standardwert ist 
28333 \series bold
28334
28335 \backslash
28336 cornersize{0.5}
28337 \series default
28338 .
28339 \end_layout
28340
28341 \begin_layout Standard
28342 \begin_inset ERT
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346
28347
28348 \backslash
28349 cornersize*{1.5cm}
28350 \end_layout
28351
28352 \end_inset
28353
28354
28355 \begin_inset Box Ovalbox
28356 position "c"
28357 hor_pos "c"
28358 has_inner_box 1
28359 inner_pos "c"
28360 use_parbox 0
28361 width "30col%"
28362 special "none"
28363 height "1in"
28364 height_special "totalheight"
28365 status collapsed
28366
28367 \begin_layout Plain Layout
28368 \align center
28369 Ovale Box, dicker Rand, mit 
28370 \series bold
28371
28372 \backslash
28373 cornersize
28374 \series default
28375
28376 \begin_inset Space \thinspace{}
28377 \end_inset
28378
28379 =
28380 \begin_inset Space \thinspace{}
28381 \end_inset
28382
28383 1.5
28384 \begin_inset Space \thinspace{}
28385 \end_inset
28386
28387 cm
28388 \end_layout
28389
28390 \end_inset
28391
28392
28393 \begin_inset ERT
28394 status collapsed
28395
28396 \begin_layout Plain Layout
28397
28398
28399 \backslash
28400 cornersize{0.5}
28401 \end_layout
28402
28403 \end_inset
28404
28405
28406 \end_layout
28407
28408 \begin_layout Standard
28409 \noindent
28410 \begin_inset VSpace bigskip
28411 \end_inset
28412
28413 Die Breite des Schattens wird mit 
28414 \series bold
28415
28416 \backslash
28417 shadowsize
28418 \series default
28419  festgelegt.
28420  Mit dem TeX-Code-Befehl
28421 \end_layout
28422
28423 \begin_layout Standard
28424
28425 \series bold
28426
28427 \backslash
28428 setlength{
28429 \backslash
28430 shadowsize}{2pt}
28431 \end_layout
28432
28433 \begin_layout Standard
28434 wird er für die folgende Box auf 2
28435 \begin_inset Space \thinspace{}
28436 \end_inset
28437
28438 pt festgelegt.
28439 \end_layout
28440
28441 \begin_layout Standard
28442 \begin_inset ERT
28443 status collapsed
28444
28445 \begin_layout Plain Layout
28446
28447
28448 \backslash
28449 setlength{
28450 \backslash
28451 shadowsize}{2pt}
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \begin_inset Box Shadowbox
28458 position "c"
28459 hor_pos "c"
28460 has_inner_box 1
28461 inner_pos "c"
28462 use_parbox 0
28463 width "25col%"
28464 special "none"
28465 height "1in"
28466 height_special "totalheight"
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470 \align center
28471 Schattierte Box mit 
28472 \series bold
28473
28474 \backslash
28475 shadowsize
28476 \series default
28477
28478 \begin_inset Space \thinspace{}
28479 \end_inset
28480
28481 =
28482 \begin_inset Space \thinspace{}
28483 \end_inset
28484
28485 2
28486 \begin_inset Space \thinspace{}
28487 \end_inset
28488
28489 pt
28490 \end_layout
28491
28492 \end_inset
28493
28494
28495 \begin_inset ERT
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499
28500
28501 \backslash
28502 setlength{
28503 \backslash
28504 shadowsize}{4pt}
28505 \end_layout
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \begin_layout Standard
28513 \noindent
28514 \begin_inset VSpace bigskip
28515 \end_inset
28516
28517 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
28518  folgen.
28519 \end_layout
28520
28521 \begin_layout Section
28522 Minipage
28523 \begin_inset CommandInset label
28524 LatexCommand label
28525 name "abs:Minipage"
28526
28527 \end_inset
28528
28529
28530 \begin_inset Index
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534 Boxen ! Minipage
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Standard
28543 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28544  deshalb unter anderem eigene Fußnoten haben.
28545 \end_layout
28546
28547 \begin_layout Standard
28548 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28549 \end_layout
28550
28551 \begin_layout Standard
28552 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28553  Ihre Breite ist 45 Spaltenbreite
28554 \begin_inset Space ~
28555 \end_inset
28556
28557 %, und sie sind durch einen 
28558 \family sans
28559 HFill
28560 \family default
28561  getrennt (
28562 \family sans
28563 Einfügen\SpecialChar \menuseparator
28564 Formatierung\SpecialChar \menuseparator
28565 Variabler
28566 \begin_inset Space ~
28567 \end_inset
28568
28569 horiz.
28570 \begin_inset Space ~
28571 \end_inset
28572
28573 Abstand
28574 \family default
28575 ).
28576 \end_layout
28577
28578 \begin_layout Standard
28579 \noindent
28580 \begin_inset Box Frameless
28581 position "t"
28582 hor_pos "c"
28583 has_inner_box 1
28584 inner_pos "c"
28585 use_parbox 0
28586 width "45col%"
28587 special "none"
28588 height "1in"
28589 height_special "totalheight"
28590 status open
28591
28592 \begin_layout Plain Layout
28593 Dies ist ein deutscher Text.
28594  Dies ist ein deutscher Text.
28595  Dies ist ein deutscher Text.
28596  Dies ist ein deutscher Text.
28597  Dies ist ein deutscher Text.
28598  Dies ist ein deutscher Text.
28599  Dies ist ein deutscher Text.
28600  Dies ist ein deutscher Text.
28601  Dies ist ein deutscher Text.
28602  Dies ist ein deutscher Text.
28603  Dies ist ein deutscher Text.
28604  Dies ist ein deutscher Text.
28605  Dies ist ein deutscher Text
28606 \begin_inset Foot
28607 status open
28608
28609 \begin_layout Plain Layout
28610 Dies ist eine deutsche Fußnote.
28611 \end_layout
28612
28613 \end_inset
28614
28615 .
28616  Dies ist ein deutscher Text.
28617  Dies ist ein deutscher Text.
28618 \end_layout
28619
28620 \end_inset
28621
28622
28623 \begin_inset Space \hfill{}
28624 \end_inset
28625
28626
28627 \begin_inset Box Frameless
28628 position "t"
28629 hor_pos "c"
28630 has_inner_box 1
28631 inner_pos "c"
28632 use_parbox 0
28633 width "45col%"
28634 special "none"
28635 height "1in"
28636 height_special "totalheight"
28637 status open
28638
28639 \begin_layout Plain Layout
28640
28641 \lang english
28642 This is an English Text.
28643  This is an English Text.
28644  This is an English Text.
28645  This is an English Text.
28646  This is an English Text.
28647  This is an English Text.
28648  This is an English Text.
28649  This is an English Text.
28650  This is an English Text.
28651  This is an English Text.
28652  This is an English Text.
28653  This is an English Text.
28654  This is an English Text.
28655  This is an English Text.
28656  This is an English Text.
28657  This is an English Text.
28658 \begin_inset Foot
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662
28663 \lang english
28664 This is an English footnote.
28665 \end_layout
28666
28667 \end_inset
28668
28669  This is an English Text.
28670  
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Standard
28679 \noindent
28680 \begin_inset VSpace bigskip
28681 \end_inset
28682
28683 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
28684  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
28685  auf der die Tabelle gedruckt wird: 
28686 \begin_inset Tabular
28687 <lyxtabular version="3" rows="3" columns="4">
28688 <features>
28689 <column alignment="center" valignment="top" width="0pt">
28690 <column alignment="center" valignment="top" width="0pt">
28691 <column alignment="center" valignment="top" width="0pt">
28692 <column alignment="center" valignment="top" width="0pt">
28693 <row>
28694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28695 \begin_inset Text
28696
28697 \begin_layout Plain Layout
28698 1
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707 2
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28713 \begin_inset Text
28714
28715 \begin_layout Plain Layout
28716 3
28717 \begin_inset Foot
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 Dies ist eine Fußnote in einer Tabelle.
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \end_inset
28730 </cell>
28731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28732 \begin_inset Text
28733
28734 \begin_layout Plain Layout
28735 4
28736 \end_layout
28737
28738 \end_inset
28739 </cell>
28740 </row>
28741 <row>
28742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28743 \begin_inset Text
28744
28745 \begin_layout Plain Layout
28746 a
28747 \end_layout
28748
28749 \end_inset
28750 </cell>
28751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28752 \begin_inset Text
28753
28754 \begin_layout Plain Layout
28755 b
28756 \end_layout
28757
28758 \end_inset
28759 </cell>
28760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28761 \begin_inset Text
28762
28763 \begin_layout Plain Layout
28764 c
28765 \end_layout
28766
28767 \end_inset
28768 </cell>
28769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28770 \begin_inset Text
28771
28772 \begin_layout Plain Layout
28773 d
28774 \end_layout
28775
28776 \end_inset
28777 </cell>
28778 </row>
28779 <row>
28780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28781 \begin_inset Text
28782
28783 \begin_layout Plain Layout
28784 e
28785 \end_layout
28786
28787 \end_inset
28788 </cell>
28789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28790 \begin_inset Text
28791
28792 \begin_layout Plain Layout
28793 f
28794 \end_layout
28795
28796 \end_inset
28797 </cell>
28798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28799 \begin_inset Text
28800
28801 \begin_layout Plain Layout
28802 g
28803 \end_layout
28804
28805 \end_inset
28806 </cell>
28807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28808 \begin_inset Text
28809
28810 \begin_layout Plain Layout
28811 h
28812 \end_layout
28813
28814 \end_inset
28815 </cell>
28816 </row>
28817 </lyxtabular>
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Standard
28825 \noindent
28826 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
28827  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
28828  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
28829  außerhalb.
28830 \end_layout
28831
28832 \begin_layout Standard
28833 \align center
28834 \begin_inset Box Frameless
28835 position "t"
28836 hor_pos "c"
28837 has_inner_box 1
28838 inner_pos "c"
28839 use_parbox 0
28840 width "30col%"
28841 special "none"
28842 height "1in"
28843 height_special "totalheight"
28844 status open
28845
28846 \begin_layout Plain Layout
28847 \align center
28848 \begin_inset Tabular
28849 <lyxtabular version="3" rows="3" columns="4">
28850 <features>
28851 <column alignment="center" valignment="top" width="0pt">
28852 <column alignment="center" valignment="top" width="0pt">
28853 <column alignment="center" valignment="top" width="0pt">
28854 <column alignment="center" valignment="top" width="0pt">
28855 <row>
28856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28857 \begin_inset Text
28858
28859 \begin_layout Plain Layout
28860 1
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Plain Layout
28869 2
28870 \end_layout
28871
28872 \end_inset
28873 </cell>
28874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28875 \begin_inset Text
28876
28877 \begin_layout Plain Layout
28878 3
28879 \begin_inset Foot
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883 Dies ist eine Fußnote in einer Tabelle.
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \end_inset
28892 </cell>
28893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28894 \begin_inset Text
28895
28896 \begin_layout Plain Layout
28897 4
28898 \end_layout
28899
28900 \end_inset
28901 </cell>
28902 </row>
28903 <row>
28904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28905 \begin_inset Text
28906
28907 \begin_layout Plain Layout
28908 a
28909 \end_layout
28910
28911 \end_inset
28912 </cell>
28913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28914 \begin_inset Text
28915
28916 \begin_layout Plain Layout
28917 b
28918 \end_layout
28919
28920 \end_inset
28921 </cell>
28922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28923 \begin_inset Text
28924
28925 \begin_layout Plain Layout
28926 c
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935 d
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 </row>
28941 <row>
28942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28943 \begin_inset Text
28944
28945 \begin_layout Plain Layout
28946 e
28947 \end_layout
28948
28949 \end_inset
28950 </cell>
28951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955 f
28956 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Plain Layout
28964 g
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973 h
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 </row>
28979 </lyxtabular>
28980
28981 \end_inset
28982
28983
28984 \end_layout
28985
28986 \end_inset
28987
28988
28989 \end_layout
28990
28991 \begin_layout Standard
28992 \begin_inset VSpace bigskip
28993 \end_inset
28994
28995 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
28996  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
28997  Absätze nicht eingerückt werden, obwohl Sie das in 
28998 \family sans
28999 Dokument
29000 \family default
29001 \SpecialChar \menuseparator
29002
29003 \family sans
29004 Einstellun\SpecialChar \-
29005 gen\SpecialChar \menuseparator
29006 Textformat
29007 \family default
29008  festgelegt haben.
29009  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29010  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code-Befehl
29011  
29012 \series bold
29013
29014 \backslash
29015 hspace*{1em}
29016 \series default
29017 .
29018 \end_layout
29019
29020 \begin_layout Standard
29021 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29022  zu verpassen, siehe Abschnitt
29023 \begin_inset Space ~
29024 \end_inset
29025
29026
29027 \begin_inset CommandInset ref
29028 LatexCommand ref
29029 reference "uab:Farbe-für-Absätze"
29030
29031 \end_inset
29032
29033 .
29034 \end_layout
29035
29036 \begin_layout Standard
29037 \begin_inset Note Greyedout
29038 status open
29039
29040 \begin_layout Plain Layout
29041
29042 \series bold
29043 Bemerkung:
29044 \series default
29045  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29046  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \end_layout
29053
29054 \begin_layout Section
29055 Parbox
29056 \begin_inset CommandInset label
29057 LatexCommand label
29058 name "abs:Parbox"
29059
29060 \end_inset
29061
29062
29063 \begin_inset Index
29064 status collapsed
29065
29066 \begin_layout Plain Layout
29067 Boxen ! Parbox
29068 \end_layout
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \begin_layout Standard
29076 Parbox ist eine Abkürzung für 
29077 \begin_inset Quotes gld
29078 \end_inset
29079
29080 paragraph box
29081 \begin_inset Quotes grd
29082 \end_inset
29083
29084 , was Absatzbox bedeutet.
29085  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29086  Parboxen einige Einschränkungen.
29087  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29088  gedruckt.:
29089 \end_layout
29090
29091 \begin_layout Standard
29092 \align center
29093 \begin_inset Box Frameless
29094 position "t"
29095 hor_pos "c"
29096 has_inner_box 1
29097 inner_pos "t"
29098 use_parbox 1
29099 width "33col%"
29100 special "none"
29101 height "1in"
29102 height_special "totalheight"
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 Dies ist Text in einer Parbox.
29107  Dies ist Text in einer Parbox.
29108 \end_layout
29109
29110 \begin_layout Plain Layout
29111 Diese Fußnote wird nicht gedruckt:
29112 \begin_inset Foot
29113 status collapsed
29114
29115 \begin_layout Plain Layout
29116 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Standard
29130 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29131  und Theoreme enthalten.
29132 \end_layout
29133
29134 \begin_layout Section
29135 Boxen für Worte und Buchstaben
29136 \begin_inset Index
29137 status collapsed
29138
29139 \begin_layout Plain Layout
29140 Boxen ! für Buchstaben
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Subsection
29149 Silbentrennung unterbinden 
29150 \begin_inset CommandInset label
29151 LatexCommand label
29152 name "abs:Silbentrennung-unterbinden"
29153
29154 \end_inset
29155
29156
29157 \begin_inset Index
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161 Boxen ! zur Vermeidung von Silbentrennung
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \begin_layout Standard
29170 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29171 \begin_inset Newline newline
29172 \end_inset
29173
29174 Hier ist ein Beispiel: 
29175 \end_layout
29176
29177 \begin_layout Standard
29178 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29179 \begin_inset Quotes gld
29180 \end_inset
29181
29182 einsehrsehrsehrlangeswort
29183 \begin_inset Quotes grd
29184 \end_inset
29185
29186 .
29187 \end_layout
29188
29189 \begin_layout Standard
29190 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29191  soll, den TeX-Code-Befehl
29192 \end_layout
29193
29194 \begin_layout Standard
29195
29196 \series bold
29197
29198 \backslash
29199 mbox{
29200 \end_layout
29201
29202 \begin_layout Standard
29203 ein TeX-Code, Hinter dem Wort fügen Sie 
29204 \series bold
29205
29206 \begin_inset Quotes gld
29207 \end_inset
29208
29209 }
29210 \series default
29211
29212 \begin_inset Quotes grd
29213 \end_inset
29214
29215  als TeX-Code ein.
29216  Hier ist das Ergebnis:
29217 \end_layout
29218
29219 \begin_layout Standard
29220 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29221 \begin_inset ERT
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225
29226
29227 \backslash
29228 mbox{
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \begin_inset Quotes gld
29235 \end_inset
29236
29237 einsehrsehrsehrlangeswort
29238 \begin_inset Quotes grd
29239 \end_inset
29240
29241
29242 \begin_inset ERT
29243 status collapsed
29244
29245 \begin_layout Plain Layout
29246
29247 }
29248 \end_layout
29249
29250 \end_inset
29251
29252 .
29253 \end_layout
29254
29255 \begin_layout Standard
29256 Alternativ dazu kann man auch den Befehl 
29257 \begin_inset Quotes gld
29258 \end_inset
29259
29260
29261 \series bold
29262
29263 \backslash
29264 -
29265 \series default
29266
29267 \begin_inset Quotes grd
29268 \end_inset
29269
29270  als TeX-Code direkt vor das Wort setzen:
29271 \end_layout
29272
29273 \begin_layout Standard
29274 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29275 \begin_inset Quotes gld
29276 \end_inset
29277
29278
29279 \begin_inset ERT
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283
29284
29285 \backslash
29286 -
29287 \end_layout
29288
29289 \end_inset
29290
29291 einsehrsehrsehrlangeswort
29292 \begin_inset Quotes grd
29293 \end_inset
29294
29295 .
29296 \end_layout
29297
29298 \begin_layout Standard
29299 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29300  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29301 \series bold
29302 Strg-Eingabe
29303 \series default
29304 ) einfügen: 
29305 \end_layout
29306
29307 \begin_layout Standard
29308 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29309 \begin_inset Newline newline
29310 \end_inset
29311
29312
29313 \begin_inset ERT
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317
29318
29319 \backslash
29320 mbox{
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \begin_inset Quotes gld
29327 \end_inset
29328
29329 einsehrsehrsehrlangeswort
29330 \begin_inset Quotes grd
29331 \end_inset
29332
29333
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339 }
29340 \end_layout
29341
29342 \end_inset
29343
29344 .
29345 \end_layout
29346
29347 \begin_layout Subsection
29348 Vertikale Ausrichtung
29349 \begin_inset CommandInset label
29350 LatexCommand label
29351 name "uab:Vertikale-Ausrichtung"
29352
29353 \end_inset
29354
29355
29356 \begin_inset Index
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360 Boxen ! für Vertikale Ausrichtung
29361 \end_layout
29362
29363 \end_inset
29364
29365
29366 \begin_inset Index
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370 Boxen ! raisebox
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \begin_layout Standard
29379 Mit dem LaTeX-Befehl 
29380 \series bold
29381
29382 \backslash
29383 raisebox
29384 \series default
29385  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29386 n Textes ausrichten.
29387  
29388 \series bold
29389
29390 \backslash
29391 raisebox
29392 \series default
29393  wird folgendermaßen benutzt:
29394 \end_layout
29395
29396 \begin_layout Standard
29397
29398 \series bold
29399
29400 \backslash
29401 raisebox{Verschiebung}[oben][unten]{Text}
29402 \end_layout
29403
29404 \begin_layout Standard
29405 Positive Werte für Verschiebung
29406 \series bold
29407  
29408 \series default
29409 verschieben die Box nach oben, negative nach unten.
29410  Die beiden optionalen Parameter 
29411 \family typewriter
29412 oben
29413 \family default
29414  und 
29415 \family typewriter
29416 unten
29417 \family default
29418  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29419  hinausgeht, wenn sie nicht verschoben ist.
29420 \end_layout
29421
29422 \begin_layout Standard
29423 Um zum Beispiel das Wort 
29424 \begin_inset Quotes gld
29425 \end_inset
29426
29427 provokant
29428 \begin_inset Quotes grd
29429 \end_inset
29430
29431  mit seinem 
29432 \begin_inset Quotes gld
29433 \end_inset
29434
29435 niedrigsten
29436 \begin_inset Quotes grd
29437 \end_inset
29438
29439  Buchstaben 
29440 \begin_inset Quotes gld
29441 \end_inset
29442
29443 p
29444 \begin_inset Quotes grd
29445 \end_inset
29446
29447  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29448 \end_layout
29449
29450 \begin_layout Standard
29451
29452 \series bold
29453
29454 \backslash
29455 raisebox{
29456 \backslash
29457 depth}{
29458 \end_layout
29459
29460 \begin_layout Standard
29461 vor dem Wort einfügen und 
29462 \begin_inset Quotes gld
29463 \end_inset
29464
29465
29466 \series bold
29467 }
29468 \series default
29469
29470 \begin_inset Quotes grd
29471 \end_inset
29472
29473  als TeX-Code dahinter:
29474 \end_layout
29475
29476 \begin_layout Standard
29477 Dies ist eine Zeile, in der das Wort 
29478 \begin_inset ERT
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482
29483
29484 \backslash
29485 raisebox{
29486 \backslash
29487 depth}{
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \begin_inset Quotes gld
29494 \end_inset
29495
29496 provokant
29497 \begin_inset Quotes grd
29498 \end_inset
29499
29500
29501 \begin_inset ERT
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505
29506 }
29507 \end_layout
29508
29509 \end_inset
29510
29511  nach oben verschoben wurde.
29512 \end_layout
29513
29514 \begin_layout Standard
29515 \begin_inset VSpace bigskip
29516 \end_inset
29517
29518 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29519  gedehnt:
29520 \end_layout
29521
29522 \begin_layout Standard
29523 Dies ist eine Zeile, in der das Wort 
29524 \begin_inset ERT
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528
29529
29530 \backslash
29531 raisebox{-
29532 \backslash
29533 depth}{
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \begin_inset Quotes gld
29540 \end_inset
29541
29542 provokant
29543 \begin_inset Quotes grd
29544 \end_inset
29545
29546
29547 \begin_inset ERT
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551
29552 }
29553 \end_layout
29554
29555 \end_inset
29556
29557  nach unten verschoben wurde.
29558 \end_layout
29559
29560 \begin_layout Standard
29561 Dies ist eine Zeile, in der das Wort 
29562 \begin_inset ERT
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566
29567
29568 \backslash
29569 raisebox{0.5cm}{
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \begin_inset Quotes gld
29576 \end_inset
29577
29578 testen
29579 \begin_inset Quotes grd
29580 \end_inset
29581
29582
29583 \begin_inset ERT
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587
29588 }
29589 \end_layout
29590
29591 \end_inset
29592
29593  um 0.5
29594 \begin_inset Space \thinspace{}
29595 \end_inset
29596
29597 cm nach oben verschoben wurde.
29598 \end_layout
29599
29600 \begin_layout Standard
29601 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29602 \end_layout
29603
29604 \begin_layout Standard
29605
29606 \series bold
29607
29608 \backslash
29609 raisebox{-
29610 \backslash
29611 depth}[0pt]{
29612 \end_layout
29613
29614 \begin_layout Standard
29615 Dies ist eine Zeile, in der das Wort 
29616 \begin_inset ERT
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620
29621
29622 \backslash
29623 raisebox{-
29624 \backslash
29625 depth}[0pt]{
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \begin_inset Quotes gld
29632 \end_inset
29633
29634 provokant
29635 \begin_inset Quotes grd
29636 \end_inset
29637
29638
29639 \begin_inset ERT
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643
29644 }
29645 \end_layout
29646
29647 \end_inset
29648
29649  nach unten verschoben wurde.
29650 \end_layout
29651
29652 \begin_layout Standard
29653 Dies ist eine Zeile, in der das Wort 
29654 \begin_inset ERT
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658
29659
29660 \backslash
29661 raisebox{0.5cm}[0pt]{
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \begin_inset Quotes gld
29668 \end_inset
29669
29670 testen
29671 \begin_inset Quotes grd
29672 \end_inset
29673
29674
29675 \begin_inset ERT
29676 status collapsed
29677
29678 \begin_layout Plain Layout
29679
29680 }
29681 \end_layout
29682
29683 \end_inset
29684
29685  um 0.5
29686 \begin_inset Space \thinspace{}
29687 \end_inset
29688
29689 cm nach oben verschoben wurde.
29690  Jetzt überschneiden sich die verschobenen Worte.
29691 \end_layout
29692
29693 \begin_layout Section
29694 Farbige Boxen
29695 \begin_inset CommandInset label
29696 LatexCommand label
29697 name "abs:Farbige-Boxen"
29698
29699 \end_inset
29700
29701
29702 \begin_inset Index
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706 Boxen ! farbige
29707 \end_layout
29708
29709 \end_inset
29710
29711
29712 \end_layout
29713
29714 \begin_layout Subsection
29715 Text-Hintergrundfarbe
29716 \begin_inset Index
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720 Farbe ! für Text-Hintergrund
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Standard
29729 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
29730  sogenannten 
29731 \begin_inset Quotes gld
29732 \end_inset
29733
29734 colorbox
29735 \begin_inset Quotes grd
29736 \end_inset
29737
29738  stehen.
29739  Dafür muss das LaTeX-Paket 
29740 \series bold
29741 color
29742 \series default
29743
29744 \begin_inset Index
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748 LaTeX-Pakete ! color
29749 \end_layout
29750
29751 \end_inset
29752
29753  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
29754 \end_layout
29755
29756 \begin_layout Standard
29757
29758 \series bold
29759
29760 \backslash
29761 @ifundef\SpecialChar \textcompwordmark{}
29762 ined{textcolor}
29763 \begin_inset Newline newline
29764 \end_inset
29765
29766
29767 \begin_inset ERT
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771
29772
29773 \backslash
29774 hphantom{ }
29775 \end_layout
29776
29777 \end_inset
29778
29779 {
29780 \backslash
29781 usepackage{color}}{}
29782 \end_layout
29783
29784 \begin_layout Standard
29785 Wenn Sie Text einfärben, lädt LyX das Paket 
29786 \series bold
29787 color
29788 \series default
29789  automatisch.
29790 \begin_inset Foot
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794 Der Befehl 
29795 \series bold
29796
29797 \backslash
29798 @ifundef\SpecialChar \textcompwordmark{}
29799 ined
29800 \series default
29801  vermeidet, dass es in diesem Fall doppelt geladen wird.
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \end_layout
29808
29809 \begin_layout Standard
29810 \begin_inset VSpace medskip
29811 \end_inset
29812
29813 Colorboxen werden mit dem Befehl 
29814 \series bold
29815
29816 \backslash
29817 colorbox
29818 \series default
29819  erzeugt:
29820 \end_layout
29821
29822 \begin_layout Standard
29823
29824 \series bold
29825
29826 \backslash
29827 colorbox{Farbe}{Boxinhalt}
29828 \end_layout
29829
29830 \begin_layout Standard
29831 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
29832  Boxen sein.
29833 \end_layout
29834
29835 \begin_layout Standard
29836 Die folgenden Farben sind vordefiniert (
29837 \begin_inset Graphics
29838         filename ../../images/dialog-show_character.png
29839         scale 70
29840         scaleBeforeRotation
29841         BoundingBox 0bp 0bp 22bp 22bp
29842
29843 \end_inset
29844
29845 \SpecialChar \menuseparator
29846
29847 \family sans
29848 Farbe
29849 \family default
29850 ):
29851 \family sans
29852  schwarz
29853 \family default
29854
29855 \family sans
29856 wei
29857 \family default
29858 ß, 
29859 \family sans
29860 rot
29861 \family default
29862 \series bold
29863 ,
29864 \series default
29865  
29866 \family sans
29867 grün
29868 \family default
29869
29870 \family sans
29871 blau
29872 \family default
29873
29874 \family sans
29875 türkis
29876 \family default
29877
29878 \family sans
29879 purpurrot
29880 \family default
29881  und 
29882 \family sans
29883 gelb
29884 \family default
29885 .
29886 \end_layout
29887
29888 \begin_layout Standard
29889 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
29890 \begin_inset Space ~
29891 \end_inset
29892
29893
29894 \begin_inset CommandInset ref
29895 LatexCommand ref
29896 reference "abs:Farbige-Tabellen"
29897
29898 \end_inset
29899
29900  beschrieben.
29901 \end_layout
29902
29903 \begin_layout Standard
29904 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
29905  den TeX-Code-Befehl
29906 \end_layout
29907
29908 \begin_layout Standard
29909
29910 \series bold
29911
29912 \backslash
29913 colorbox{red}{
29914 \end_layout
29915
29916 \begin_layout Standard
29917 vor dem Wort ein.
29918  Hinter dem Wort fügen Sie 
29919 \series bold
29920
29921 \begin_inset Quotes gld
29922 \end_inset
29923
29924 }
29925 \series default
29926
29927 \begin_inset Quotes grd
29928 \end_inset
29929
29930  als TeX-Code ein.
29931  Hier ist das Ergebnis:
29932 \end_layout
29933
29934 \begin_layout Standard
29935 In dieser Zeile hat 
29936 \begin_inset ERT
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940
29941
29942 \backslash
29943 colorbox{red}{
29944 \end_layout
29945
29946 \end_inset
29947
29948 Achtung!
29949 \begin_inset ERT
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953
29954 }
29955 \end_layout
29956
29957 \end_inset
29958
29959  einen roten Hintergrund.
29960 \end_layout
29961
29962 \begin_layout Standard
29963 \begin_inset VSpace bigskip
29964 \end_inset
29965
29966 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
29967  
29968 \series bold
29969
29970 \backslash
29971 fcolorbox
29972 \series default
29973  verwenden:
29974 \end_layout
29975
29976 \begin_layout Standard
29977
29978 \series bold
29979
29980 \backslash
29981 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
29982 \end_layout
29983
29984 \begin_layout Standard
29985
29986 \series bold
29987
29988 \backslash
29989 fcolorbox
29990 \series default
29991  ist eine Erweiterung von 
29992 \series bold
29993
29994 \backslash
29995 colorbox
29996 \series default
29997 .
29998  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
29999  
30000 \series bold
30001
30002 \backslash
30003 fboxrule
30004 \series default
30005  und 
30006 \series bold
30007
30008 \backslash
30009 fboxsep
30010 \series default
30011  gesteuert werden, wie in Abschnitt
30012 \begin_inset Space ~
30013 \end_inset
30014
30015
30016 \begin_inset CommandInset ref
30017 LatexCommand ref
30018 reference "abs:Gerahmte-Boxen"
30019
30020 \end_inset
30021
30022  beschrieben.
30023 \end_layout
30024
30025 \begin_layout Standard
30026 Für das folgende Beispiel wurde der Befehl
30027 \end_layout
30028
30029 \begin_layout Standard
30030
30031 \series bold
30032
30033 \backslash
30034 fcolorbox{cyan}{magenta}{
30035 \end_layout
30036
30037 \begin_layout Standard
30038 benutzt.
30039  Hier wurden die Rahmendicke und der Abstand auf 1
30040 \begin_inset Space \thinspace{}
30041 \end_inset
30042
30043 mm gesetzt:
30044 \begin_inset Newline newline
30045 \end_inset
30046
30047
30048 \begin_inset ERT
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052
30053
30054 \backslash
30055 fboxrule 1mm 
30056 \backslash
30057 fboxsep 1mm
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \begin_inset ERT
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067
30068
30069 \backslash
30070 fcolorbox{cyan}{green}{
30071 \end_layout
30072
30073 \end_inset
30074
30075 Dies ist Text in einer farbigen, gerahmten Box.
30076 \begin_inset ERT
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080
30081 }
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \begin_layout Standard
30090 \begin_inset VSpace bigskip
30091 \end_inset
30092
30093 Natürlich gibt es auch farbigen Text in einer Colorbox:
30094 \begin_inset Newline newline
30095 \end_inset
30096
30097
30098 \begin_inset ERT
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103
30104 \backslash
30105 fcolorbox{cyan}{green}{
30106 \end_layout
30107
30108 \end_inset
30109
30110
30111 \color yellow
30112 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30113 \color none
30114
30115 \begin_inset ERT
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119
30120 }
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \begin_inset ERT
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130
30131
30132 \backslash
30133 fboxrule 0.4pt 
30134 \backslash
30135 fboxsep 3pt
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Standard
30144 \begin_inset VSpace bigskip
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \begin_layout Standard
30151 \begin_inset Note Greyedout
30152 status open
30153
30154 \begin_layout Plain Layout
30155 \noindent
30156
30157 \series bold
30158 Bemerkung:
30159 \series default
30160  Text in Colorboxen kann nicht umgebrochen werden.
30161  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30162  wie im folgenden beschrieben.
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \begin_layout Subsection
30171 Farbe für Absätze
30172 \begin_inset CommandInset label
30173 LatexCommand label
30174 name "uab:Farbe-für-Absätze"
30175
30176 \end_inset
30177
30178
30179 \begin_inset Index
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183 Farbe ! für Absätze
30184 \end_layout
30185
30186 \end_inset
30187
30188
30189 \end_layout
30190
30191 \begin_layout Standard
30192 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30193  den Text in eine Minipage stellen.
30194  Vor der Minipage fügen Sie den TeX-Code-Befehl
30195 \end_layout
30196
30197 \begin_layout Standard
30198
30199 \series bold
30200
30201 \backslash
30202 colorbox{color}{
30203 \end_layout
30204
30205 \begin_layout Standard
30206 ein.
30207  Hinter der Minipage fügen Sie 
30208 \series bold
30209
30210 \begin_inset Quotes gld
30211 \end_inset
30212
30213 }
30214 \series default
30215
30216 \begin_inset Quotes grd
30217 \end_inset
30218
30219  als TeX-Code ein.
30220 \end_layout
30221
30222 \begin_layout Standard
30223 \begin_inset ERT
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228
30229 \backslash
30230 colorbox{hellgrau}{
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \begin_inset Box Frameless
30237 position "t"
30238 hor_pos "c"
30239 has_inner_box 1
30240 inner_pos "t"
30241 use_parbox 0
30242 width "100col%"
30243 special "none"
30244 height "1in"
30245 height_special "totalheight"
30246 status collapsed
30247
30248 \begin_layout Plain Layout
30249 Dies ist Text mit einer Hintergrundfarbe.
30250  Dies ist Text mit einer Hintergrundfarbe.
30251 \end_layout
30252
30253 \begin_layout Plain Layout
30254 Der Text kann Fußnoten
30255 \begin_inset Foot
30256 status open
30257
30258 \begin_layout Plain Layout
30259 Eine weitere Fußnote
30260 \end_layout
30261
30262 \end_inset
30263
30264  und Tabellen und Abbildungen enthalten.
30265 \end_layout
30266
30267 \begin_layout Plain Layout
30268 \align center
30269 \begin_inset Tabular
30270 <lyxtabular version="3" rows="3" columns="3">
30271 <features>
30272 <column alignment="center" valignment="top" width="0">
30273 <column alignment="center" valignment="top" width="0">
30274 <column alignment="center" valignment="top" width="0">
30275 <row>
30276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30277 \begin_inset Text
30278
30279 \begin_layout Plain Layout
30280 a
30281 \end_layout
30282
30283 \end_inset
30284 </cell>
30285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30286 \begin_inset Text
30287
30288 \begin_layout Plain Layout
30289 !
30290 \end_layout
30291
30292 \end_inset
30293 </cell>
30294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30295 \begin_inset Text
30296
30297 \begin_layout Plain Layout
30298 3
30299 \end_layout
30300
30301 \end_inset
30302 </cell>
30303 </row>
30304 <row>
30305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30306 \begin_inset Text
30307
30308 \begin_layout Plain Layout
30309 <
30310 \end_layout
30311
30312 \end_inset
30313 </cell>
30314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30315 \begin_inset Text
30316
30317 \begin_layout Plain Layout
30318 b2
30319 \begin_inset Quotes erd
30320 \end_inset
30321
30322 |
30323 \end_layout
30324
30325 \end_inset
30326 </cell>
30327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30328 \begin_inset Text
30329
30330 \begin_layout Plain Layout
30331 >
30332 \end_layout
30333
30334 \end_inset
30335 </cell>
30336 </row>
30337 <row>
30338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30339 \begin_inset Text
30340
30341 \begin_layout Plain Layout
30342 1
30343 \end_layout
30344
30345 \end_inset
30346 </cell>
30347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30348 \begin_inset Text
30349
30350 \begin_layout Plain Layout
30351 §
30352 \end_layout
30353
30354 \end_inset
30355 </cell>
30356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30357 \begin_inset Text
30358
30359 \begin_layout Plain Layout
30360 c
30361 \end_layout
30362
30363 \end_inset
30364 </cell>
30365 </row>
30366 </lyxtabular>
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \begin_inset ERT
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380
30381 }
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \end_layout
30388
30389 \begin_layout Section
30390 Rotierte und skalierte Boxen
30391 \end_layout
30392
30393 \begin_layout Standard
30394 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30395 \series bold
30396 graphicx
30397 \series default
30398
30399 \begin_inset Index
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403 LaTeX-Pakete ! graphicx
30404 \end_layout
30405
30406 \end_inset
30407
30408  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30409 \end_layout
30410
30411 \begin_layout Standard
30412
30413 \series bold
30414
30415 \backslash
30416 @ifundefined{rotatebox}
30417 \begin_inset Newline newline
30418 \end_inset
30419
30420
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426
30427 \backslash
30428 hphantom{ }
30429 \end_layout
30430
30431 \end_inset
30432
30433 {
30434 \backslash
30435 usepackage{graphicx}}{}
30436 \end_layout
30437
30438 \begin_layout Standard
30439 \begin_inset Note Greyedout
30440 status open
30441
30442 \begin_layout Plain Layout
30443
30444 \series bold
30445 Bemerkung:
30446 \series default
30447  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30448  darstellen.
30449  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30450 \end_layout
30451
30452 \end_inset
30453
30454
30455 \end_layout
30456
30457 \begin_layout Standard
30458 \begin_inset Note Greyedout
30459 status open
30460
30461 \begin_layout Plain Layout
30462
30463 \series bold
30464 Bemerkung:
30465 \series default
30466  Gleitobjekte dürfen nicht in eine rotiere oder skaliere Box gesetzt werden.
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Subsection
30475 Rotierte Boxen
30476 \begin_inset Index
30477 status collapsed
30478
30479 \begin_layout Plain Layout
30480 Boxen ! rotierte
30481 \end_layout
30482
30483 \end_inset
30484
30485
30486 \begin_inset Index
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490 Rotiertes Material
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \begin_inset Index
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500 Abbildungen ! rotierte
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \begin_inset Index
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510 Tabellen ! rotierte
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \end_layout
30517
30518 \begin_layout Standard
30519 Um Text zu drehen, verwendet man den Befehl 
30520 \series bold
30521
30522 \backslash
30523 rotatebox
30524 \series default
30525  im TeX-Code nach folgendem Schema:
30526 \end_layout
30527
30528 \begin_layout Standard
30529
30530 \series bold
30531
30532 \backslash
30533 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30534 \end_layout
30535
30536 \begin_layout Standard
30537 Der Drehpunkt wird mit 
30538 \series bold
30539 origin=Position
30540 \series default
30541  angegeben.
30542  Folgende Positionen sind möglich: 
30543 \emph on
30544 c
30545 \emph default
30546  (mittig), 
30547 \emph on
30548 l
30549 \emph default
30550  (links), 
30551 \emph on
30552 r
30553 \emph default
30554  (rechts), 
30555 \emph on
30556 b
30557 \emph default
30558  (unten), 
30559 \emph on
30560 t
30561 \emph default
30562  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30563  Z.
30564 \begin_inset Space \thinspace{}
30565 \end_inset
30566
30567 B.
30568  bedeutet 
30569 \emph on
30570 lt
30571 \emph default
30572 , dass sich der Drehpunkt links oben befindet.
30573  Wird kein Drehpunkt angegeben, wird die Position 
30574 \emph on
30575 l
30576 \emph default
30577  verwendet.
30578  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30579  Gedreht wird gegen den Uhrzeigersinn.
30580 \end_layout
30581
30582 \begin_layout Standard
30583 Im folgenden Beispiel wurde vor dem Text der Befehl 
30584 \series bold
30585
30586 \backslash
30587 rotatebox[origin=c]{60}{
30588 \series default
30589  im TeX-Modus eingegeben.
30590  Nach dem Text wurde die schließende Klammer 
30591 \series bold
30592 }
30593 \series default
30594  wiederum im TeX-Modus eingegeben.
30595 \end_layout
30596
30597 \begin_layout Standard
30598 Dies ist eine Zeile 
30599 \begin_inset ERT
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603
30604
30605 \backslash
30606 rotatebox[origin=c]{60}{
30607 \end_layout
30608
30609 \end_inset
30610
30611 mit rotiertem
30612 \begin_inset ERT
30613 status collapsed
30614
30615 \begin_layout Plain Layout
30616
30617 }
30618 \end_layout
30619
30620 \end_inset
30621
30622  Text.
30623 \end_layout
30624
30625 \begin_layout Standard
30626 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30627 \end_layout
30628
30629 \begin_layout Standard
30630 Dies ist eine Zeile 
30631 \begin_inset ERT
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635
30636
30637 \backslash
30638 rotatebox[origin=r]{-60}{
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \begin_inset Box Doublebox
30645 position "c"
30646 hor_pos "c"
30647 has_inner_box 0
30648 inner_pos "c"
30649 use_parbox 0
30650 width "1in"
30651 special "width"
30652 height "1in"
30653 height_special "totalheight"
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657 mit rotiertem
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668 }
30669 \end_layout
30670
30671 \end_inset
30672
30673  umrandeten Text 
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679
30680 \backslash
30681 rotatebox[origin=lb]{60}{
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30688 \end_inset
30689
30690
30691 \begin_inset ERT
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695
30696 }
30697 \end_layout
30698
30699 \end_inset
30700
30701  und einer Formel.
30702 \end_layout
30703
30704 \begin_layout Standard
30705 oder ein Bild oder Tabelle:
30706 \end_layout
30707
30708 \begin_layout Standard
30709 Dies ist eine Zeile 
30710 \begin_inset ERT
30711 status collapsed
30712
30713 \begin_layout Plain Layout
30714
30715
30716 \backslash
30717 rotatebox[origin=lb]{90}{
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset Graphics
30724         filename ../clipart/platypus.eps
30725         lyxscale 50
30726         width 25col%
30727
30728 \end_inset
30729
30730
30731 \begin_inset ERT
30732 status collapsed
30733
30734 \begin_layout Plain Layout
30735
30736 }
30737 \end_layout
30738
30739 \end_inset
30740
30741  mit einem rotierten Bild 
30742 \begin_inset ERT
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746
30747
30748 \backslash
30749 rotatebox[origin=l]{-90}{
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \begin_inset Tabular
30756 <lyxtabular version="3" rows="2" columns="2">
30757 <features>
30758 <column alignment="center" valignment="top" width="0">
30759 <column alignment="center" valignment="top" width="0">
30760 <row>
30761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30762 \begin_inset Text
30763
30764 \begin_layout Plain Layout
30765 q
30766 \end_layout
30767
30768 \end_inset
30769 </cell>
30770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30771 \begin_inset Text
30772
30773 \begin_layout Plain Layout
30774 w
30775 \end_layout
30776
30777 \end_inset
30778 </cell>
30779 </row>
30780 <row>
30781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30782 \begin_inset Text
30783
30784 \begin_layout Plain Layout
30785 e
30786 \end_layout
30787
30788 \end_inset
30789 </cell>
30790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30791 \begin_inset Text
30792
30793 \begin_layout Plain Layout
30794 r
30795 \end_layout
30796
30797 \end_inset
30798 </cell>
30799 </row>
30800 </lyxtabular>
30801
30802 \end_inset
30803
30804
30805 \begin_inset ERT
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809
30810 }
30811 \end_layout
30812
30813 \end_inset
30814
30815  und Tabelle.
30816 \end_layout
30817
30818 \begin_layout Subsection
30819 Skalierte Boxen
30820 \begin_inset Index
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824 Boxen ! skalierte
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \begin_inset Index
30831 status collapsed
30832
30833 \begin_layout Plain Layout
30834 Skaliertes Material
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \begin_inset Index
30841 status collapsed
30842
30843 \begin_layout Plain Layout
30844 Abbildungen ! skalierte
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \begin_inset Index
30851 status collapsed
30852
30853 \begin_layout Plain Layout
30854 Tabellen ! skalierte
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \begin_layout Standard
30863 Um Text zu skalieren, kann man die Befehle 
30864 \series bold
30865
30866 \backslash
30867 scalebox
30868 \series default
30869  und 
30870 \series bold
30871
30872 \backslash
30873 resizebox
30874 \series default
30875  im TeX-Modus verwenden.
30876 \end_layout
30877
30878 \begin_layout Standard
30879
30880 \series bold
30881
30882 \backslash
30883 scalebox
30884 \series default
30885  wird nach folgendem Schema verwendet:
30886 \end_layout
30887
30888 \begin_layout Standard
30889
30890 \series bold
30891
30892 \backslash
30893 scalebox{horizontal}[vertikal]{Boxinhalt}
30894 \end_layout
30895
30896 \begin_layout Standard
30897 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
30898  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
30899  verwendet.
30900 \end_layout
30901
30902 \begin_layout Standard
30903 Z.
30904 \begin_inset Space \thinspace{}
30905 \end_inset
30906
30907 B.
30908  ergibt der Befehl 
30909 \series bold
30910
30911 \backslash
30912 scalebox{2}{Hallo}
30913 \series default
30914  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
30915 \begin_inset ERT
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919
30920
30921 \backslash
30922 scalebox{2}{
30923 \end_layout
30924
30925 \end_inset
30926
30927 Hallo
30928 \begin_inset ERT
30929 status collapsed
30930
30931 \begin_layout Plain Layout
30932
30933 }
30934 \end_layout
30935
30936 \end_inset
30937
30938 .
30939 \end_layout
30940
30941 \begin_layout Standard
30942
30943 \series bold
30944
30945 \backslash
30946 scalebox{2}[1]{Hallo}
30947 \series default
30948  verzerrt hingegen das 
30949 \begin_inset ERT
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953
30954
30955 \backslash
30956 scalebox{2}[1]{
30957 \end_layout
30958
30959 \end_inset
30960
30961 Hallo
30962 \begin_inset ERT
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966
30967 }
30968 \end_layout
30969
30970 \end_inset
30971
30972 .
30973 \end_layout
30974
30975 \begin_layout Standard
30976 Die Skalierungsfaktoren dürfen auch negativ sein.
30977  In diesem Fall wird der Boxinhalt gespiegelt.
30978 \end_layout
30979
30980 \begin_layout Standard
30981 Daher lässt sich mit dem Befehl 
30982 \series bold
30983
30984 \backslash
30985 scalebox{-1}[1]{Hallo}
30986 \series default
30987  Spiegelschrift erstellen: 
30988 \begin_inset ERT
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992
30993
30994 \backslash
30995 scalebox{-1}[1]{
30996 \end_layout
30997
30998 \end_inset
30999
31000 Hallo
31001 \begin_inset ERT
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006 }
31007 \end_layout
31008
31009 \end_inset
31010
31011
31012 \end_layout
31013
31014 \begin_layout Standard
31015
31016 \series bold
31017
31018 \backslash
31019 scalebox{1}[-1]{Hallo}
31020 \series default
31021  spiegelt das 
31022 \begin_inset ERT
31023 status collapsed
31024
31025 \begin_layout Plain Layout
31026
31027
31028 \backslash
31029 scalebox{1}[-1]{
31030 \end_layout
31031
31032 \end_inset
31033
31034 Hallo
31035 \begin_inset ERT
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039
31040 }
31041 \end_layout
31042
31043 \end_inset
31044
31045  an der Grundlinie.
31046 \end_layout
31047
31048 \begin_layout Standard
31049 Zu 
31050 \series bold
31051
31052 \backslash
31053 scalebox{-1}[1]{Boxinhalt}
31054 \series default
31055  gibt es den äquivalenten Befehl
31056 \begin_inset Newline newline
31057 \end_inset
31058
31059
31060 \series bold
31061
31062 \backslash
31063 ref\SpecialChar \textcompwordmark{}
31064 lectbox{Boxinhalt}
31065 \series default
31066 .
31067 \end_layout
31068
31069 \begin_layout Standard
31070 \begin_inset VSpace bigskip
31071 \end_inset
31072
31073
31074 \series bold
31075
31076 \backslash
31077 resizebox
31078 \series default
31079  verwendet man um den Boxinhalt auf eine bestimmte Höhe bzw.
31080  Breite zu skalieren.
31081  Das Befehlsschema ist folgendes:
31082 \end_layout
31083
31084 \begin_layout Standard
31085
31086 \series bold
31087
31088 \backslash
31089 resizebox{Breite}{Höhe}{Boxinhalt}
31090 \end_layout
31091
31092 \begin_layout Standard
31093 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31094 \series bold
31095 !
31096 \series default
31097  ein, wird die Größe so gewählt, dass das Aspektverhältnis der Box beibehalten
31098  wird.
31099 \end_layout
31100
31101 \begin_layout Standard
31102 Der Befehl 
31103 \series bold
31104
31105 \backslash
31106 resizebox{2cm}{1cm}{Hallo}
31107 \series default
31108  ergibt: 
31109 \begin_inset ERT
31110 status collapsed
31111
31112 \begin_layout Plain Layout
31113
31114
31115 \backslash
31116 resizebox{2cm}{1cm}{
31117 \end_layout
31118
31119 \end_inset
31120
31121 Hallo
31122 \begin_inset ERT
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126
31127 }
31128 \end_layout
31129
31130 \end_inset
31131
31132
31133 \begin_inset Newline newline
31134 \end_inset
31135
31136 Der Befehl 
31137 \series bold
31138
31139 \backslash
31140 resizebox{2cm}{!}{Hallo}
31141 \series default
31142  ergibt: 
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148
31149 \backslash
31150 resizebox{2cm}{!}{
31151 \end_layout
31152
31153 \end_inset
31154
31155 Hallo
31156 \begin_inset ERT
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160
31161 }
31162 \end_layout
31163
31164 \end_inset
31165
31166
31167 \end_layout
31168
31169 \begin_layout Standard
31170 \begin_inset VSpace bigskip
31171 \end_inset
31172
31173
31174 \begin_inset Note Greyedout
31175 status open
31176
31177 \begin_layout Plain Layout
31178
31179 \series bold
31180 Bemerkung:
31181 \series default
31182  Wurde in Argumenten von 
31183 \series bold
31184
31185 \backslash
31186 scalebox
31187 \series default
31188  oder 
31189 \series bold
31190
31191 \backslash
31192 resizebox
31193 \series default
31194  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31195  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31196  werden.
31197 \end_layout
31198
31199 \end_inset
31200
31201
31202 \end_layout
31203
31204 \begin_layout Standard
31205 \begin_inset VSpace bigskip
31206 \end_inset
31207
31208
31209 \end_layout
31210
31211 \begin_layout Standard
31212 Alle Boxen können beliebig miteinander kombiniert werden.
31213  So ergibt z.
31214 \begin_inset Space \thinspace{}
31215 \end_inset
31216
31217 B.
31218  der Befehl
31219 \begin_inset Newline newline
31220 \end_inset
31221
31222
31223 \series bold
31224
31225 \backslash
31226 rotatebox[origin=c]{-45}{
31227 \backslash
31228 resizebox{2cm}{!}{
31229 \backslash
31230 reflectbox{Hallo}}}
31231 \series default
31232 :
31233 \end_layout
31234
31235 \begin_layout Standard
31236 \align center
31237 \begin_inset ERT
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241
31242
31243 \backslash
31244 rotatebox[origin=c]{-45}{
31245 \backslash
31246 resizebox{2cm}{!}{
31247 \backslash
31248 reflectbox{
31249 \end_layout
31250
31251 \end_inset
31252
31253 Hallo
31254 \begin_inset ERT
31255 status collapsed
31256
31257 \begin_layout Plain Layout
31258
31259 }}}
31260 \end_layout
31261
31262 \end_inset
31263
31264
31265 \end_layout
31266
31267 \begin_layout Standard
31268 \noindent
31269 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31270 \end_layout
31271
31272 \begin_layout Standard
31273 \align center
31274 \begin_inset ERT
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278
31279
31280 \backslash
31281 rotatebox[origin=c]{-30}{
31282 \backslash
31283 resizebox{2cm}{!}{
31284 \backslash
31285 reflectbox{
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \begin_inset Graphics
31292         filename ../clipart/platypus.eps
31293         lyxscale 50
31294         width 25col%
31295
31296 \end_inset
31297
31298
31299 \begin_inset ERT
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303
31304 }}}
31305 \end_layout
31306
31307 \end_inset
31308
31309
31310 \begin_inset ERT
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314
31315
31316 \backslash
31317 rotatebox[origin=c]{-45}{
31318 \backslash
31319 resizebox{2cm}{!}{
31320 \backslash
31321 reflectbox{
31322 \end_layout
31323
31324 \end_inset
31325
31326
31327 \begin_inset Tabular
31328 <lyxtabular version="3" rows="2" columns="2">
31329 <features>
31330 <column alignment="center" valignment="top" width="0">
31331 <column alignment="center" valignment="top" width="0">
31332 <row>
31333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31334 \begin_inset Text
31335
31336 \begin_layout Plain Layout
31337 q
31338 \end_layout
31339
31340 \end_inset
31341 </cell>
31342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31343 \begin_inset Text
31344
31345 \begin_layout Plain Layout
31346 w
31347 \end_layout
31348
31349 \end_inset
31350 </cell>
31351 </row>
31352 <row>
31353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31354 \begin_inset Text
31355
31356 \begin_layout Plain Layout
31357 e
31358 \end_layout
31359
31360 \end_inset
31361 </cell>
31362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31363 \begin_inset Text
31364
31365 \begin_layout Plain Layout
31366 r
31367 \end_layout
31368
31369 \end_inset
31370 </cell>
31371 </row>
31372 </lyxtabular>
31373
31374 \end_inset
31375
31376
31377 \begin_inset ERT
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381
31382 }}}
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \begin_inset ERT
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392
31393
31394 \backslash
31395 rotatebox[origin=c]{-45}{
31396 \backslash
31397 resizebox{2cm}{!}{
31398 \backslash
31399 reflectbox{
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31406 \end_inset
31407
31408
31409 \begin_inset ERT
31410 status collapsed
31411
31412 \begin_layout Plain Layout
31413
31414 }}}
31415 \end_layout
31416
31417 \end_inset
31418
31419
31420 \end_layout
31421
31422 \begin_layout Standard
31423 Hat man den globalen Formelstil 
31424 \series bold
31425 fleqn
31426 \series default
31427
31428 \begin_inset Foot
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432 Wenn 
31433 \begin_inset Quotes gld
31434 \end_inset
31435
31436 fleqn
31437 \begin_inset Quotes grd
31438 \end_inset
31439
31440  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31441 \end_layout
31442
31443 \end_inset
31444
31445  gewählt, kann man auch abgesetzte Formeln skalieren.
31446 \end_layout
31447
31448 \begin_layout Chapter
31449 Externe Dateien
31450 \begin_inset Index
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454 Dateien ! externe
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \end_layout
31461
31462 \begin_layout Standard
31463 Mit 
31464 \family sans
31465 Einfügen\SpecialChar \menuseparator
31466 Datei
31467 \family default
31468  können Sie fremdes Material in Ihr Dokument einsetzen.
31469  Das kann folgendes sein:
31470 \end_layout
31471
31472 \begin_layout Description
31473 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31474  eingefügt.
31475 \end_layout
31476
31477 \begin_layout Description
31478 Einfacher
31479 \begin_inset Space ~
31480 \end_inset
31481
31482 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31483  eingefügt.
31484 \end_layout
31485
31486 \begin_layout Description
31487 Einfacher
31488 \begin_inset Space ~
31489 \end_inset
31490
31491 Text,
31492 \begin_inset Space ~
31493 \end_inset
31494
31495 Zeilen
31496 \begin_inset Space ~
31497 \end_inset
31498
31499 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31500  Leerzeilen trennen die Absätze.
31501 \end_layout
31502
31503 \begin_layout Description
31504 Externes
31505 \begin_inset Space ~
31506 \end_inset
31507
31508 Material Dateien in verschiedenen Formaten.
31509 \end_layout
31510
31511 \begin_layout Description
31512 Unterdokument LyX- oder LaTeX-Dokumente.
31513 \end_layout
31514
31515 \begin_layout Section
31516 Externes Material
31517 \begin_inset Index
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521 Externes Material
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \begin_layout Standard
31530 Mit 
31531 \family sans
31532 Einfügen\SpecialChar \menuseparator
31533 Datei\SpecialChar \menuseparator
31534  Externes Material
31535 \family default
31536  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31537  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31538  weil LyX sich darum kümmert.
31539  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31540  eingefügt werden können.
31541 \end_layout
31542
31543 \begin_layout Standard
31544 Zur Zeit können Sie folgende Dateitypen (
31545 \family sans
31546 Vorlagen
31547 \family default
31548 ) benutzen:
31549 \end_layout
31550
31551 \begin_layout Description
31552 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31553 \begin_inset ERT
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557
31558
31559 \backslash
31560 href{http://en.wikipedia.org/wiki/XBoard}{
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \series bold
31567 XBoard
31568 \series default
31569
31570 \begin_inset ERT
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574
31575 }
31576 \end_layout
31577
31578 \end_inset
31579
31580  erzeugt wurden.
31581 \end_layout
31582
31583 \begin_layout Description
31584 Datum fügt ein Datum mit dem Format 
31585 \emph on
31586 Tag-Monat-Jahr
31587 \emph default
31588  ein.
31589  Hier ist ein Beispiel: 
31590 \begin_inset External
31591         template Date
31592         filename .
31593
31594 \end_inset
31595
31596
31597 \lang english
31598
31599 \begin_inset Space ~
31600 \end_inset
31601
31602
31603 \begin_inset Note Note
31604 status open
31605
31606 \begin_layout Plain Layout
31607
31608 \lang english
31609 Remove the protected space when bug 4398 is fixed!
31610 \end_layout
31611
31612 \end_inset
31613
31614
31615 \lang ngerman
31616
31617 \begin_inset Newline newline
31618 \end_inset
31619
31620 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31621  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31622  Menü 
31623 \family sans
31624 Einfügen\SpecialChar \menuseparator
31625 Datum
31626 \family default
31627  und mit dem LaTeX-Befehl 
31628 \series bold
31629
31630 \backslash
31631 today
31632 \series default
31633 .
31634  Die verschiedenen Methoden werden in Tabelle
31635 \begin_inset Space ~
31636 \end_inset
31637
31638
31639 \begin_inset CommandInset ref
31640 LatexCommand ref
31641 reference "tab:Vergleich-der-Datums-Eingaben"
31642
31643 \end_inset
31644
31645  verglichen.
31646 \end_layout
31647
31648 \begin_layout Description
31649 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
31650 \begin_inset ERT
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655
31656 \backslash
31657 href{http://en.wikipedia.org/wiki/LilyPond}{
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \series bold
31664 LilyPond
31665 \series default
31666
31667 \begin_inset ERT
31668 status collapsed
31669
31670 \begin_layout Plain Layout
31671
31672 }
31673 \end_layout
31674
31675 \end_inset
31676
31677  schreiben.
31678 \end_layout
31679
31680 \begin_layout Description
31681 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
31682  Fast alle bekannten Bildformate werden unterstützt.
31683  Die Bilddateien können im Dialogfenster 
31684 \family sans
31685 Externes
31686 \begin_inset Space ~
31687 \end_inset
31688
31689 Material
31690 \family default
31691  genauso behandelt werden wie die mit dem normalen 
31692 \family sans
31693 Grafik
31694 \family default
31695 -Dialog eingefügten, siehe Abschnitt
31696 \begin_inset Space ~
31697 \end_inset
31698
31699
31700 \begin_inset CommandInset ref
31701 LatexCommand ref
31702 reference "abs:Grafik-Dialog"
31703
31704 \end_inset
31705
31706 .
31707  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
31708  und EPS-Bilder werden nicht unterstützt.
31709 \end_layout
31710
31711 \begin_layout Description
31712 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
31713 \begin_inset ERT
31714 status collapsed
31715
31716 \begin_layout Plain Layout
31717
31718
31719 \backslash
31720 href{http://en.wikipedia.org/wiki/Xfig}{
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \series bold
31727 Xfig
31728 \series default
31729
31730 \begin_inset ERT
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734
31735 }
31736 \end_layout
31737
31738 \end_inset
31739
31740  erzeugt wurden.
31741 \end_layout
31742
31743 \begin_layout Standard
31744 \begin_inset Float table
31745 placement h
31746 wide false
31747 sideways false
31748 status open
31749
31750 \begin_layout Plain Layout
31751 \begin_inset Caption
31752
31753 \begin_layout Plain Layout
31754 \begin_inset CommandInset label
31755 LatexCommand label
31756 name "tab:Vergleich-der-Datums-Eingaben"
31757
31758 \end_inset
31759
31760 Vergleich der Datums-Eingaben
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Plain Layout
31769 \align center
31770 \begin_inset Tabular
31771 <lyxtabular version="3" rows="4" columns="4">
31772 <features>
31773 <column alignment="center" valignment="top" width="0">
31774 <column alignment="center" valignment="top" width="0">
31775 <column alignment="center" valignment="top" width="0">
31776 <column alignment="center" valignment="top" width="0">
31777 <row>
31778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31779 \begin_inset Text
31780
31781 \begin_layout Plain Layout
31782 Dokumentformat
31783 \end_layout
31784
31785 \end_inset
31786 </cell>
31787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31788 \begin_inset Text
31789
31790 \begin_layout Plain Layout
31791
31792 \family sans
31793 Externes Material\SpecialChar \menuseparator
31794 Datum
31795 \end_layout
31796
31797 \end_inset
31798 </cell>
31799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31800 \begin_inset Text
31801
31802 \begin_layout Plain Layout
31803
31804 \family sans
31805 Einfügen\SpecialChar \menuseparator
31806 Datum
31807 \end_layout
31808
31809 \end_inset
31810 </cell>
31811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31812 \begin_inset Text
31813
31814 \begin_layout Plain Layout
31815 Befehl 
31816 \series bold
31817
31818 \backslash
31819 today
31820 \end_layout
31821
31822 \end_inset
31823 </cell>
31824 </row>
31825 <row>
31826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31827 \begin_inset Text
31828
31829 \begin_layout Plain Layout
31830 LyX
31831 \end_layout
31832
31833 \end_inset
31834 </cell>
31835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31836 \begin_inset Text
31837
31838 \begin_layout Plain Layout
31839 als Box
31840 \end_layout
31841
31842 \end_inset
31843 </cell>
31844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31845 \begin_inset Text
31846
31847 \begin_layout Plain Layout
31848 als Datum
31849 \end_layout
31850
31851 \end_inset
31852 </cell>
31853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31854 \begin_inset Text
31855
31856 \begin_layout Plain Layout
31857 als TeX-Code-Befehl
31858 \end_layout
31859
31860 \end_inset
31861 </cell>
31862 </row>
31863 <row>
31864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31865 \begin_inset Text
31866
31867 \begin_layout Plain Layout
31868 LaTeX
31869 \end_layout
31870
31871 \end_inset
31872 </cell>
31873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31874 \begin_inset Text
31875
31876 \begin_layout Plain Layout
31877 als Datum
31878 \end_layout
31879
31880 \end_inset
31881 </cell>
31882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31883 \begin_inset Text
31884
31885 \begin_layout Plain Layout
31886 als Datum
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Plain Layout
31895 als Befehl
31896 \end_layout
31897
31898 \end_inset
31899 </cell>
31900 </row>
31901 <row>
31902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31903 \begin_inset Text
31904
31905 \begin_layout Plain Layout
31906 DVI, PDF, PS
31907 \end_layout
31908
31909 \end_inset
31910 </cell>
31911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31912 \begin_inset Text
31913
31914 \begin_layout Plain Layout
31915 als Datum
31916 \end_layout
31917
31918 \end_inset
31919 </cell>
31920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31921 \begin_inset Text
31922
31923 \begin_layout Plain Layout
31924 als Datum
31925 \end_layout
31926
31927 \end_inset
31928 </cell>
31929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31930 \begin_inset Text
31931
31932 \begin_layout Plain Layout
31933 als Datum
31934 \end_layout
31935
31936 \end_inset
31937 </cell>
31938 </row>
31939 </lyxtabular>
31940
31941 \end_inset
31942
31943
31944 \end_layout
31945
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \begin_layout Standard
31952 Wenn Sie im Dialogfenster
31953 \family sans
31954  Externes
31955 \begin_inset Space ~
31956 \end_inset
31957
31958 Material 
31959 \family default
31960 in der Karteikarte
31961 \family sans
31962  Datei
31963 \family default
31964  die Option 
31965 \family sans
31966 Entwurf
31967 \family default
31968  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
31969 \end_layout
31970
31971 \begin_layout Standard
31972 LyX kann externes Material entweder als Box wie hier: 
31973 \begin_inset Graphics
31974         filename clipart/ExternesMaterialQt4.png
31975         lyxscale 80
31976         scale 60
31977         scaleBeforeRotation
31978
31979 \end_inset
31980
31981  oder als Bild darstellen.
31982  Das hängt davon ab, ob Sie im Dialogfenster
31983 \family sans
31984  Externes
31985 \begin_inset Space ~
31986 \end_inset
31987
31988 Material 
31989 \family default
31990 in der Karteikarte 
31991 \family sans
31992 LyX-Ansicht
31993 \family default
31994  die Option 
31995 \family sans
31996 in
31997 \begin_inset Space ~
31998 \end_inset
31999
32000 LyX
32001 \begin_inset Space ~
32002 \end_inset
32003
32004 anzeigen
32005 \family default
32006  gewählt haben oder nicht.
32007 \end_layout
32008
32009 \begin_layout Standard
32010 Im LyX-Handbuch 
32011 \family sans
32012 \emph on
32013 Anpassung
32014 \family default
32015 \emph default
32016  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
32017 \end_layout
32018
32019 \begin_layout Section
32020 Unterdokumente
32021 \begin_inset CommandInset label
32022 LatexCommand label
32023 name "abs:Unterdokumente"
32024
32025 \end_inset
32026
32027
32028 \begin_inset Index
32029 status collapsed
32030
32031 \begin_layout Plain Layout
32032 Unterdokument
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \begin_layout Standard
32041 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32042  oder Abschnitten bestehen.
32043  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32044  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32045 \end_layout
32046
32047 \begin_layout Standard
32048 Unterdokumente werden in LyX als Box angezeigt: 
32049 \begin_inset Graphics
32050         filename clipart/UnterdokumentQt4.png
32051         lyxscale 80
32052         scale 60
32053         scaleBeforeRotation
32054
32055 \end_inset
32056
32057 .
32058  Sie werden über
32059 \family sans
32060  Einfügen\SpecialChar \menuseparator
32061 Datei\SpecialChar \menuseparator
32062 Unterdokument
32063 \family default
32064  eingebunden, was das Dialogfenster
32065 \family sans
32066  Unterdokument
32067 \family default
32068  öffnet.
32069  Für 
32070 \family sans
32071 die Art
32072 \begin_inset Space ~
32073 \end_inset
32074
32075 der
32076 \begin_inset Space ~
32077 \end_inset
32078
32079 Einbindung
32080 \family default
32081  gibt es dort vier Möglichkeiten:
32082 \end_layout
32083
32084 \begin_layout Description
32085 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32086  Wenn Sie im Dialogfenster
32087 \family sans
32088  Unterdokument
32089 \family default
32090  auf 
32091 \family sans
32092 Öffnen
32093 \family default
32094  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32095  und sie können es editieren.
32096 \begin_inset Newline newline
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \begin_layout Standard
32103 Hier wird ein Unterdokument
32104 \family sans
32105  
32106 \family default
32107 per 
32108 \family sans
32109 Include
32110 \family default
32111  eingebunden: 
32112 \begin_inset CommandInset include
32113 LatexCommand include
32114 filename "DummyDocument1.lyx"
32115
32116 \end_inset
32117
32118 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32119  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
32120  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32121 s.
32122  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32123 \begin_inset Space ~
32124 \end_inset
32125
32126
32127 \begin_inset CommandInset ref
32128 LatexCommand ref
32129 reference "uab:Externer-Unterabschnitt-1"
32130
32131 \end_inset
32132
32133 .
32134 \end_layout
32135
32136 \begin_layout Standard
32137 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32138  wird benutzt.
32139  Unterdokumente, die per 
32140 \family sans
32141 Include
32142 \family default
32143  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32144  und enden mit einem Seitenumbruch.
32145 \end_layout
32146
32147 \begin_layout Standard
32148 Mit dem LaTeX-Befehl 
32149 \series bold
32150
32151 \backslash
32152 includeonly 
32153 \series default
32154 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32155  erstellt werden soll.
32156  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32157  sehen wollen, und es geht schneller.
32158  
32159 \series bold
32160
32161 \backslash
32162 includeonly
32163 \series default
32164  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32165  Im folgenden Beispiel:
32166 \end_layout
32167
32168 \begin_layout Standard
32169
32170 \series bold
32171
32172 \backslash
32173 includeonly{Kapitel1,Kapitel5}
32174 \end_layout
32175
32176 \begin_layout Standard
32177 werden nur die Dateien 
32178 \begin_inset Quotes gld
32179 \end_inset
32180
32181 Kapitel1.lyx
32182 \begin_inset Quotes grd
32183 \end_inset
32184
32185  (oder 
32186 \begin_inset Quotes gld
32187 \end_inset
32188
32189 Kapitel1.tex
32190 \begin_inset Quotes grd
32191 \end_inset
32192
32193 ) und 
32194 \begin_inset Quotes gld
32195 \end_inset
32196
32197 Kapitel5.lyx
32198 \begin_inset Quotes grd
32199 \end_inset
32200
32201
32202 \series bold
32203  
32204 \series default
32205 eingebunden.
32206 \end_layout
32207
32208 \begin_layout Standard
32209 \begin_inset Note Greyedout
32210 status open
32211
32212 \begin_layout Plain Layout
32213
32214 \series bold
32215 Bemerkung:
32216 \series default
32217  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32218  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32219  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32220  Ergebnissen führen wird.
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \end_layout
32227
32228 \begin_layout Description
32229 Input Diese Methode ist 
32230 \family sans
32231 Include
32232 \family default
32233  sehr ähnlich mit folgenden Unterschieden:
32234 \end_layout
32235
32236 \begin_deeper
32237 \begin_layout Itemize
32238 Unterdokumente, die per 
32239 \family sans
32240 Input
32241 \family default
32242  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32243  Seite und enden NICHT mit einem Seitenumbruch.
32244 \end_layout
32245
32246 \begin_layout Itemize
32247 Unterdokumente, die per 
32248 \family sans
32249 Input
32250 \family default
32251  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32252 \family sans
32253  Unterdokument Vorschau
32254 \begin_inset Space ~
32255 \end_inset
32256
32257 anzeigen
32258 \family default
32259  angekreuzt wurde und in den LyX-
32260 \family sans
32261 Einstellungen\SpecialChar \menuseparator
32262 Aussehen
32263 \begin_inset Space ~
32264 \end_inset
32265
32266 &
32267 \begin_inset Space ~
32268 \end_inset
32269
32270 Handhabung\SpecialChar \menuseparator
32271 Grafik Sofortige
32272 \begin_inset Space ~
32273 \end_inset
32274
32275 Vorschau
32276 \family default
32277  auf 
32278 \family sans
32279 An
32280 \family default
32281  gesetzt wurde.
32282  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
32283  aus.
32284 \end_layout
32285
32286 \begin_layout Itemize
32287 Der LaTeX-Befehl 
32288 \series bold
32289
32290 \backslash
32291 includeonly
32292 \series default
32293  kann nicht benutzt werden.
32294 \end_layout
32295
32296 \end_deeper
32297 \begin_layout Standard
32298 Hier ist ein Unterdokument, das mit
32299 \family sans
32300  Input
32301 \family default
32302  eingebunden wurde: 
32303 \begin_inset CommandInset include
32304 LatexCommand input
32305 filename "DummyDocument2.lyx"
32306
32307 \end_inset
32308
32309 .
32310 \end_layout
32311
32312 \begin_layout Description
32313 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32314   In der Druckvorschau wird für den Text der Stil 
32315 \family typewriter
32316 Schreibmaschine
32317 \family default
32318  verwendet.
32319  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32320  Wenn Sie im Dialogfenster
32321 \family sans
32322  Unterdokument Leerzeichen
32323 \begin_inset Space ~
32324 \end_inset
32325
32326 bei
32327 \begin_inset Space ~
32328 \end_inset
32329
32330 der
32331 \begin_inset Space ~
32332 \end_inset
32333
32334 Ausgabe
32335 \begin_inset Space ~
32336 \end_inset
32337
32338 kennzeichnen 
32339 \family default
32340 ankreuzen, wird in der Druckvorschau das Zeichen 
32341 \begin_inset Quotes gld
32342 \end_inset
32343
32344
32345 \begin_inset ERT
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349
32350
32351 \backslash
32352 textvisiblespace 
32353 \end_layout
32354
32355 \end_inset
32356
32357
32358 \begin_inset Quotes grd
32359 \end_inset
32360
32361  für jedes Leerzeichen eingefügt.
32362 \begin_inset Newline newline
32363 \end_inset
32364
32365 Im Gegensatz zu 
32366 \family sans
32367 Einfügen\SpecialChar \menuseparator
32368 Datei\SpecialChar \menuseparator
32369 Einfacher
32370 \begin_inset Space ~
32371 \end_inset
32372
32373 Text
32374 \family default
32375  wird bei 
32376 \family sans
32377 Unformatiert
32378 \family default
32379  der Dateiinhalt in LyX nicht dargestellt.
32380 \end_layout
32381
32382 \begin_layout Standard
32383 Hier ist ein Unterdokument, das mit
32384 \family sans
32385  Unformatiert
32386 \family default
32387  eingebunden wurde: 
32388 \begin_inset CommandInset include
32389 LatexCommand verbatiminput
32390 filename "DummyTextDocument.txt"
32391
32392 \end_inset
32393
32394
32395 \begin_inset VSpace bigskip
32396 \end_inset
32397
32398 Hier ist ein Unterdokument, das mit
32399 \family sans
32400  Unformatiert
32401 \family default
32402  eingebunden wurde und
32403 \family sans
32404  Leerzeichen
32405 \begin_inset Space ~
32406 \end_inset
32407
32408 bei
32409 \begin_inset Space ~
32410 \end_inset
32411
32412 der
32413 \begin_inset Space ~
32414 \end_inset
32415
32416 Ausgabe
32417 \begin_inset Space ~
32418 \end_inset
32419
32420 kennzeichnen
32421 \family default
32422  angekreuzt hat: 
32423 \begin_inset CommandInset include
32424 LatexCommand verbatiminput*
32425 filename "DummyTextDocument.txt"
32426
32427 \end_inset
32428
32429
32430 \end_layout
32431
32432 \begin_layout Standard
32433 \begin_inset VSpace bigskip
32434 \end_inset
32435
32436
32437 \end_layout
32438
32439 \begin_layout Standard
32440 \begin_inset Note Greyedout
32441 status open
32442
32443 \begin_layout Plain Layout
32444
32445 \series bold
32446 Bemerkung:
32447 \series default
32448  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32449  
32450 \family sans
32451 Unformatiert
32452 \family default
32453  eingebunden werden, am Zeilenende nicht umgebrochen.
32454 \end_layout
32455
32456 \end_inset
32457
32458
32459 \end_layout
32460
32461 \begin_layout Description
32462 Listing Dieser Typ wird in Kapitel
32463 \begin_inset Space ~
32464 \end_inset
32465
32466
32467 \begin_inset CommandInset ref
32468 LatexCommand ref
32469 reference "kap:Programm-Code-Listen"
32470
32471 \end_inset
32472
32473  beschrieben.
32474 \end_layout
32475
32476 \begin_layout Standard
32477 \begin_inset Note Greyedout
32478 status open
32479
32480 \begin_layout Plain Layout
32481
32482 \series bold
32483 Bemerkung:
32484 \series default
32485  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32486  das zu LaTeX-Problemen führen.
32487 \end_layout
32488
32489 \end_inset
32490
32491
32492 \end_layout
32493
32494 \begin_layout Chapter
32495 Programm-Code-Listen
32496 \begin_inset CommandInset label
32497 LatexCommand label
32498 name "kap:Programm-Code-Listen"
32499
32500 \end_inset
32501
32502
32503 \begin_inset Index
32504 status collapsed
32505
32506 \begin_layout Plain Layout
32507 Listen
32508 \end_layout
32509
32510 \end_inset
32511
32512
32513 \begin_inset Index
32514 status collapsed
32515
32516 \begin_layout Plain Layout
32517 Programm-Code
32518 \end_layout
32519
32520 \end_inset
32521
32522
32523 \end_layout
32524
32525 \begin_layout Standard
32526 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32527 \family sans
32528 Einfügen\SpecialChar \menuseparator
32529 Pro\SpecialChar \-
32530 gramm\SpecialChar \-
32531 listing
32532 \family default
32533  verwenden.
32534  Das LaTeX-Paket 
32535 \series bold
32536 listings
32537 \series default
32538
32539 \begin_inset Index
32540 status collapsed
32541
32542 \begin_layout Plain Layout
32543 LaTeX-Pakete ! listings
32544 \end_layout
32545
32546 \end_inset
32547
32548  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32549 \end_layout
32550
32551 \begin_layout Standard
32552 Ein Rechtsklick auf das 
32553 \family sans
32554 Listing
32555 \family default
32556 -Kästchen öffnet das Dialogfenster 
32557 \family sans
32558 Programm\SpecialChar \-
32559 listing-Einstellungen
32560 \family default
32561 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
32562 \end_layout
32563
32564 \begin_layout Standard
32565 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32566  Die 
32567 \family sans
32568 Platzierung
32569 \family default
32570 -Option 
32571 \family sans
32572 Eingebettetes
32573 \begin_inset Space ~
32574 \end_inset
32575
32576 Listing
32577 \family default
32578  druckt das Listing in der Zeile wie hier: 
32579 \begin_inset listings
32580 lstparams "language={C++}"
32581 inline true
32582 status open
32583
32584 \begin_layout Plain Layout
32585
32586 \lang english
32587 int a=5;
32588 \end_layout
32589
32590 \end_inset
32591
32592
32593 \begin_inset Newline newline
32594 \end_inset
32595
32596 Die Option 
32597 \family sans
32598 Gleitobjekt
32599 \family default
32600  erzeugt ein Listing-Gleitobjekt, dessen 
32601 \family sans
32602 Platzierung 
32603 \family default
32604 Sie mit 
32605 \family sans
32606 h
32607 \family default
32608
32609 \family sans
32610 t
32611 \family default
32612
32613 \family sans
32614 b
32615 \family default
32616  und 
32617 \family sans
32618 p
32619 \family default
32620 , analog zu den in Abschnitt
32621 \begin_inset Space ~
32622 \end_inset
32623
32624
32625 \begin_inset CommandInset ref
32626 LatexCommand ref
32627 reference "abs:Gleitobjekt-Platzierung"
32628
32629 \end_inset
32630
32631  beschriebenen Platzierungsoptionen festlegen können.
32632  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32633  hintereinander angegeben, z.
32634 \begin_inset Space \thinspace{}
32635 \end_inset
32636
32637 B.
32638  
32639 \begin_inset Quotes gld
32640 \end_inset
32641
32642
32643 \family sans
32644 htbp
32645 \family default
32646
32647 \begin_inset Quotes grd
32648 \end_inset
32649
32650 .
32651  Die Option 
32652 \begin_inset Quotes eld
32653 \end_inset
32654
32655 h
32656 \begin_inset Quotes erd
32657 \end_inset
32658
32659  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
32660  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
32661 \end_layout
32662
32663 \begin_layout Standard
32664 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
32665  zu verweisen: Listing
32666 \begin_inset Space ~
32667 \end_inset
32668
32669
32670 \begin_inset CommandInset ref
32671 LatexCommand ref
32672 reference "lst:Gleitendes-Programm-Listing"
32673
32674 \end_inset
32675
32676 .
32677 \end_layout
32678
32679 \begin_layout Standard
32680 \begin_inset listings
32681 lstparams "language=Python"
32682 inline false
32683 status open
32684
32685 \begin_layout Plain Layout
32686
32687 \lang english
32688 \begin_inset Caption
32689
32690 \begin_layout Plain Layout
32691 \begin_inset CommandInset label
32692 LatexCommand label
32693 name "lst:Gleitendes-Programm-Listing"
32694
32695 \end_inset
32696
32697 Gleitendes Programm-Listing
32698 \end_layout
32699
32700 \end_inset
32701
32702 # Gleitendes Programm-Listing
32703 \end_layout
32704
32705 \begin_layout Plain Layout
32706
32707 \lang english
32708 def func(param):
32709 \end_layout
32710
32711 \begin_layout Plain Layout
32712
32713 \lang english
32714     'Dies ist eine Python-Funktion'
32715 \end_layout
32716
32717 \begin_layout Plain Layout
32718
32719 \lang english
32720     pass
32721 \end_layout
32722
32723 \end_inset
32724
32725
32726 \end_layout
32727
32728 \begin_layout Standard
32729 Wenn Sie eine Programmier-
32730 \family sans
32731 Sprache
32732 \family default
32733  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
32734  gedruckt, wie 
32735 \emph on
32736 #
32737 \emph default
32738
32739 \emph on
32740 def
32741 \emph default
32742  und 
32743 \emph on
32744 pass
32745 \emph default
32746  in Listing
32747 \begin_inset Space ~
32748 \end_inset
32749
32750
32751 \begin_inset CommandInset ref
32752 LatexCommand ref
32753 reference "lst:Gleitendes-Programm-Listing"
32754
32755 \end_inset
32756
32757 .
32758 \end_layout
32759
32760 \begin_layout Standard
32761 \begin_inset Note Greyedout
32762 status open
32763
32764 \begin_layout Plain Layout
32765
32766 \series bold
32767 Bemerkung:
32768 \series default
32769  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
32770 \family typewriter
32771 Schreib\SpecialChar \-
32772 maschine
32773 \family default
32774  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
32775 h keine fett gedruckten Buchstaben.
32776  Wählen Sie in diesem Fall eine andere Schrift für 
32777 \family typewriter
32778 Schreibmaschine
32779 \family default
32780  im Menü 
32781 \family sans
32782 Dokument\SpecialChar \menuseparator
32783 Einstellungen\SpecialChar \menuseparator
32784 Schriften
32785 \family default
32786 .
32787  (Die Schriften 
32788 \emph on
32789 LuxiMono, BeraMono
32790 \emph default
32791  and 
32792 \emph on
32793 Courier
32794 \emph default
32795  enthalten fett gedruckte Buchstaben.)
32796 \end_layout
32797
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \begin_layout Standard
32804 Im Abschnitt 
32805 \family sans
32806 Zeilennummerierung
32807 \family default
32808  des Dialog 
32809 \family sans
32810 Programm\SpecialChar \-
32811 listing-Einstellungen
32812 \family default
32813 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
32814  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
32815  werden soll und die 
32816 \family sans
32817 Schriftgröße
32818 \family default
32819  der Nummerierung.
32820 \end_layout
32821
32822 \begin_layout Standard
32823 Im Abschnitt 
32824 \family sans
32825 Bereich
32826 \family default
32827  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
32828  Im Abschnitt 
32829 \family sans
32830 Stil
32831 \family default
32832  legen Sie fest, wie die Liste ausgedruckt werden soll.
32833  Die Option 
32834 \family sans
32835 Erweiterte
32836 \begin_inset Space ~
32837 \end_inset
32838
32839 Zeichentabelle
32840 \family default
32841  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
32842 \end_layout
32843
32844 \begin_layout Standard
32845 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
32846  Sprache 
32847 \begin_inset Quotes gld
32848 \end_inset
32849
32850 Python
32851 \begin_inset Quotes grd
32852 \end_inset
32853
32854 , den Optionen 
32855 \family sans
32856 Erweiterte
32857 \begin_inset Space ~
32858 \end_inset
32859
32860 Zeichentabelle
32861 \family default
32862  und 
32863 \family sans
32864 Leerzeichen
32865 \begin_inset Space ~
32866 \end_inset
32867
32868 als
32869 \begin_inset Space ~
32870 \end_inset
32871
32872 Symbol
32873 \family default
32874  und Bereich 3
32875 \begin_inset Space \thinspace{}
32876 \end_inset
32877
32878 -
32879 \begin_inset Space \thinspace{}
32880 \end_inset
32881
32882 8:
32883 \end_layout
32884
32885 \begin_layout Standard
32886 \begin_inset listings
32887 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
32888 inline false
32889 status open
32890
32891 \begin_layout Plain Layout
32892
32893 \lang english
32894 def func(param):
32895 \end_layout
32896
32897 \begin_layout Plain Layout
32898
32899 \lang english
32900     'Dies ist eine Python-Funktion'
32901 \end_layout
32902
32903 \begin_layout Plain Layout
32904
32905 \lang english
32906     pass
32907 \end_layout
32908
32909 \begin_layout Plain Layout
32910
32911 \lang english
32912 def func(param):
32913 \end_layout
32914
32915 \begin_layout Plain Layout
32916
32917 \lang english
32918 'Sonderzeichen: Tschüß'
32919 \end_layout
32920
32921 \begin_layout Plain Layout
32922
32923 \lang english
32924 pass
32925 \end_layout
32926
32927 \begin_layout Plain Layout
32928
32929 \lang english
32930 def func(param):
32931 \end_layout
32932
32933 \begin_layout Plain Layout
32934
32935 \lang english
32936 'Dies ist eine Python-Funktion'
32937 \end_layout
32938
32939 \begin_layout Plain Layout
32940
32941 \lang english
32942 pass
32943 \end_layout
32944
32945 \end_inset
32946
32947
32948 \end_layout
32949
32950 \begin_layout Standard
32951 \noindent
32952 \begin_inset Note Greyedout
32953 status open
32954
32955 \begin_layout Plain Layout
32956
32957 \series bold
32958 Bemerkung:
32959 \series default
32960  Wegen eines Fehlers im 
32961 \series bold
32962 listings
32963 \series default
32964  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
32965  verschoben.
32966  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
32967  Liste nummeriert werden.
32968 \end_layout
32969
32970 \end_inset
32971
32972
32973 \end_layout
32974
32975 \begin_layout Standard
32976 \begin_inset VSpace bigskip
32977 \end_inset
32978
32979
32980 \end_layout
32981
32982 \begin_layout Standard
32983 \noindent
32984 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
32985  Das machen Sie mit
32986 \family sans
32987  Einfügen\SpecialChar \menuseparator
32988 Datei\SpecialChar \menuseparator
32989 Unterdokument
32990 \family default
32991  und der 
32992 \family sans
32993 Art
32994 \begin_inset Space ~
32995 \end_inset
32996
32997 der
32998 \begin_inset Space ~
32999 \end_inset
33000
33001 Einbindung
33002 \family default
33003  
33004 \family sans
33005 Listing
33006 \family default
33007 .
33008 \begin_inset Foot
33009 status collapsed
33010
33011 \begin_layout Plain Layout
33012 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33013 \begin_inset Space ~
33014 \end_inset
33015
33016
33017 \begin_inset CommandInset ref
33018 LatexCommand ref
33019 reference "abs:Unterdokumente"
33020
33021 \end_inset
33022
33023  beschrieben.
33024 \end_layout
33025
33026 \end_inset
33027
33028  Im Dialogfenster
33029 \family sans
33030  Unterdokument
33031 \family default
33032  können Sie die Listing-Parameters unter 
33033 \family sans
33034 Weitere
33035 \begin_inset Space ~
33036 \end_inset
33037
33038 Parameter
33039 \family default
33040  eingeben.
33041  Wenn Sie dort ein Fragezeichen 
33042 \begin_inset Quotes gld
33043 \end_inset
33044
33045 ?
33046 \begin_inset Quotes grd
33047 \end_inset
33048
33049  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33050 det.
33051 \end_layout
33052
33053 \begin_layout Standard
33054 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33055  Text ins Feld 
33056 \family sans
33057 Marke
33058 \family default
33059 , auf die dann wie üblich verwiesen werden kann.
33060 \end_layout
33061
33062 \begin_layout Standard
33063 Listing
33064 \begin_inset Space ~
33065 \end_inset
33066
33067
33068 \begin_inset CommandInset ref
33069 LatexCommand ref
33070 reference "lst:Datei-Listing"
33071
33072 \end_inset
33073
33074  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33075 \begin_inset Space \thinspace{}
33076 \end_inset
33077
33078 -
33079 \begin_inset Space \thinspace{}
33080 \end_inset
33081
33082 15 gedruckt werden.
33083 \end_layout
33084
33085 \begin_layout Standard
33086 \begin_inset CommandInset include
33087 LatexCommand lstinputlisting
33088 filename "EmbeddedObjects.lyx"
33089 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33090
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \begin_layout Standard
33097 \begin_inset VSpace bigskip
33098 \end_inset
33099
33100
33101 \end_layout
33102
33103 \begin_layout Standard
33104 \noindent
33105 Dokumentweite Listing-Eigenschaften können in
33106 \family sans
33107  Dokument\SpecialChar \menuseparator
33108 Einstellungen\SpecialChar \menuseparator
33109 Text\SpecialChar \-
33110 for\SpecialChar \-
33111 mat\SpecialChar \menuseparator
33112 Listing-Einstellungen
33113 \family default
33114  festgelegt werden.
33115  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33116 \begin_inset Quotes gld
33117 \end_inset
33118
33119 ?
33120 \begin_inset Quotes grd
33121 \end_inset
33122
33123  links davon eine Liste aller möglichen Parameter.
33124 \end_layout
33125
33126 \begin_layout Standard
33127 Weitere Informationen über das 
33128 \series bold
33129 listings
33130 \series default
33131 -Paket finden Sie in 
33132 \begin_inset CommandInset citation
33133 LatexCommand cite
33134 key "listings"
33135
33136 \end_inset
33137
33138 .
33139 \begin_inset Newpage newpage
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \begin_layout Chapter
33146 \start_of_appendix
33147 In LyX verfügbare Maßeinheiten
33148 \begin_inset CommandInset label
33149 LatexCommand label
33150 name "kap:In-LyX-verfügbare"
33151
33152 \end_inset
33153
33154
33155 \begin_inset Index
33156 status collapsed
33157
33158 \begin_layout Plain Layout
33159 Einheiten
33160 \end_layout
33161
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \begin_layout Standard
33168 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33169  Tabelle
33170 \begin_inset Space ~
33171 \end_inset
33172
33173
33174 \begin_inset CommandInset ref
33175 LatexCommand ref
33176 reference "tab:Maßeinheiten"
33177
33178 \end_inset
33179
33180  alle in LyX verfügbaren Maßeinheiten.
33181 \end_layout
33182
33183 \begin_layout Standard
33184 \begin_inset Float table
33185 placement h
33186 wide false
33187 sideways false
33188 status open
33189
33190 \begin_layout Plain Layout
33191 \begin_inset Caption
33192
33193 \begin_layout Plain Layout
33194 \begin_inset CommandInset label
33195 LatexCommand label
33196 name "tab:Maßeinheiten"
33197
33198 \end_inset
33199
33200 Maßeinheiten
33201 \end_layout
33202
33203 \end_inset
33204
33205
33206 \end_layout
33207
33208 \begin_layout Plain Layout
33209 \begin_inset VSpace medskip
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \begin_layout Plain Layout
33216 \align center
33217 \begin_inset Tabular
33218 <lyxtabular version="3" rows="20" columns="2">
33219 <features>
33220 <column alignment="center" valignment="top" width="0">
33221 <column alignment="center" valignment="top" width="0">
33222 <row>
33223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33224 \begin_inset Text
33225
33226 \begin_layout Plain Layout
33227
33228 \series bold
33229 Maßeinheit
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238
33239 \series bold
33240 Name/Beschreibung
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 </row>
33246 <row>
33247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 mm
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33257 \begin_inset Text
33258
33259 \begin_layout Plain Layout
33260 Millimeter
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 </row>
33266 <row>
33267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33268 \begin_inset Text
33269
33270 \begin_layout Plain Layout
33271 cm
33272 \end_layout
33273
33274 \end_inset
33275 </cell>
33276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33277 \begin_inset Text
33278
33279 \begin_layout Plain Layout
33280 Zentimeter
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 </row>
33286 <row>
33287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33288 \begin_inset Text
33289
33290 \begin_layout Plain Layout
33291 in
33292 \end_layout
33293
33294 \end_inset
33295 </cell>
33296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33297 \begin_inset Text
33298
33299 \begin_layout Plain Layout
33300 Zoll (1
33301 \begin_inset Space \thinspace{}
33302 \end_inset
33303
33304 in = 2.54
33305 \begin_inset Space \thinspace{}
33306 \end_inset
33307
33308 cm
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 </row>
33314 <row>
33315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 pt
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33325 \begin_inset Text
33326
33327 \begin_layout Plain Layout
33328 Punkt (72.27
33329 \begin_inset Space \thinspace{}
33330 \end_inset
33331
33332 pt = 1
33333 \begin_inset Space \thinspace{}
33334 \end_inset
33335
33336 in)
33337 \end_layout
33338
33339 \end_inset
33340 </cell>
33341 </row>
33342 <row>
33343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347 pc
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356 Pica (1
33357 \begin_inset Space \thinspace{}
33358 \end_inset
33359
33360 pc = 12
33361 \begin_inset Space \thinspace{}
33362 \end_inset
33363
33364 pt)
33365 \end_layout
33366
33367 \end_inset
33368 </cell>
33369 </row>
33370 <row>
33371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33372 \begin_inset Text
33373
33374 \begin_layout Plain Layout
33375 sp
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33381 \begin_inset Text
33382
33383 \begin_layout Plain Layout
33384 skalierter Punkt (65536
33385 \begin_inset Space \thinspace{}
33386 \end_inset
33387
33388 sp = 1
33389 \begin_inset Space \thinspace{}
33390 \end_inset
33391
33392 pt)
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 </row>
33398 <row>
33399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33400 \begin_inset Text
33401
33402 \begin_layout Plain Layout
33403 bp
33404 \end_layout
33405
33406 \end_inset
33407 </cell>
33408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33409 \begin_inset Text
33410
33411 \begin_layout Plain Layout
33412 großer Punkt (72
33413 \begin_inset Space \thinspace{}
33414 \end_inset
33415
33416 bp = 1
33417 \begin_inset Space \thinspace{}
33418 \end_inset
33419
33420 in)
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 </row>
33426 <row>
33427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33428 \begin_inset Text
33429
33430 \begin_layout Plain Layout
33431 dd
33432 \end_layout
33433
33434 \end_inset
33435 </cell>
33436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33437 \begin_inset Text
33438
33439 \begin_layout Plain Layout
33440 Didot (1
33441 \begin_inset Space \thinspace{}
33442 \end_inset
33443
33444 dd 
33445 \begin_inset Formula $\approx$
33446 \end_inset
33447
33448  0,376
33449 \begin_inset Space \thinspace{}
33450 \end_inset
33451
33452 mm)
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 </row>
33458 <row>
33459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 cc
33464 \end_layout
33465
33466 \end_inset
33467 </cell>
33468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33469 \begin_inset Text
33470
33471 \begin_layout Plain Layout
33472 Cicero (1
33473 \begin_inset Space \thinspace{}
33474 \end_inset
33475
33476 cc = 12
33477 \begin_inset Space \thinspace{}
33478 \end_inset
33479
33480 dd)
33481 \end_layout
33482
33483 \end_inset
33484 </cell>
33485 </row>
33486 <row>
33487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33488 \begin_inset Text
33489
33490 \begin_layout Plain Layout
33491 Skalierung%
33492 \end_layout
33493
33494 \end_inset
33495 </cell>
33496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33497 \begin_inset Text
33498
33499 \begin_layout Plain Layout
33500 % der originalen Bildbreite
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 </row>
33506 <row>
33507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33508 \begin_inset Text
33509
33510 \begin_layout Plain Layout
33511 Textbreite %
33512 \end_layout
33513
33514 \end_inset
33515 </cell>
33516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33517 \begin_inset Text
33518
33519 \begin_layout Plain Layout
33520 % der Textbreite
33521 \end_layout
33522
33523 \end_inset
33524 </cell>
33525 </row>
33526 <row>
33527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33528 \begin_inset Text
33529
33530 \begin_layout Plain Layout
33531 Spaltenbreite %
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33537 \begin_inset Text
33538
33539 \begin_layout Plain Layout
33540 % der Spaltenbreite
33541 \end_layout
33542
33543 \end_inset
33544 </cell>
33545 </row>
33546 <row>
33547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Plain Layout
33551 Seitenbreite %
33552 \end_layout
33553
33554 \end_inset
33555 </cell>
33556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33557 \begin_inset Text
33558
33559 \begin_layout Plain Layout
33560 % der Seitenbreite
33561 \end_layout
33562
33563 \end_inset
33564 </cell>
33565 </row>
33566 <row>
33567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33568 \begin_inset Text
33569
33570 \begin_layout Plain Layout
33571 Zeilenbreite %
33572 \end_layout
33573
33574 \end_inset
33575 </cell>
33576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33577 \begin_inset Text
33578
33579 \begin_layout Plain Layout
33580 % der Zeilenbreite
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 </row>
33586 <row>
33587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33588 \begin_inset Text
33589
33590 \begin_layout Plain Layout
33591 Texthöhe %
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600 % der Texthöhe
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 </row>
33606 <row>
33607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33608 \begin_inset Text
33609
33610 \begin_layout Plain Layout
33611 Seitenhöhe %
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33617 \begin_inset Text
33618
33619 \begin_layout Plain Layout
33620 % der Seitenhöhe
33621 \end_layout
33622
33623 \end_inset
33624 </cell>
33625 </row>
33626 <row>
33627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33628 \begin_inset Text
33629
33630 \begin_layout Plain Layout
33631 ex
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Plain Layout
33640 Die Höhe des Buchstabens 
33641 \emph on
33642 x
33643 \emph default
33644  im aktiven Zeichensatz
33645 \end_layout
33646
33647 \end_inset
33648 </cell>
33649 </row>
33650 <row>
33651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33652 \begin_inset Text
33653
33654 \begin_layout Plain Layout
33655 em
33656 \end_layout
33657
33658 \end_inset
33659 </cell>
33660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33661 \begin_inset Text
33662
33663 \begin_layout Plain Layout
33664 Die Breite des Buchstabens 
33665 \emph on
33666 M
33667 \emph default
33668  im aktiven Zeichensatz
33669 \end_layout
33670
33671 \end_inset
33672 </cell>
33673 </row>
33674 <row>
33675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33676 \begin_inset Text
33677
33678 \begin_layout Plain Layout
33679 mu
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33685 \begin_inset Text
33686
33687 \begin_layout Plain Layout
33688 mathematische  Maßeinheit
33689 \series bold
33690  
33691 \series default
33692 (1
33693 \begin_inset Space \thinspace{}
33694 \end_inset
33695
33696 mu = 1/18
33697 \begin_inset Space \thinspace{}
33698 \end_inset
33699
33700 em)
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 </row>
33706 </lyxtabular>
33707
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \end_inset
33714
33715
33716 \end_layout
33717
33718 \begin_layout Chapter
33719 Ausgabedatei-Formate mit Grafiken
33720 \begin_inset CommandInset label
33721 LatexCommand label
33722 name "kap:Ausgabedatei-Formate"
33723
33724 \end_inset
33725
33726
33727 \end_layout
33728
33729 \begin_layout Section
33730 DVI
33731 \begin_inset Index
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735 Dateiformat! DVI
33736 \end_layout
33737
33738 \end_inset
33739
33740
33741 \begin_inset Index
33742 status collapsed
33743
33744 \begin_layout Plain Layout
33745 DVI
33746 \end_layout
33747
33748 \end_inset
33749
33750
33751 \end_layout
33752
33753 \begin_layout Standard
33754 Dieser Dateityp hat die Erweiterung 
33755 \begin_inset Quotes gld
33756 \end_inset
33757
33758
33759 \family typewriter
33760 .dvi
33761 \family default
33762
33763 \begin_inset Quotes grd
33764 \end_inset
33765
33766  und wird 
33767 \begin_inset Quotes gld
33768 \end_inset
33769
33770 device-independent
33771 \begin_inset Quotes grd
33772 \end_inset
33773
33774  genannt, weil er vollkommen portierbar ist.
33775  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
33776  dvi-Betrachter installiert hat.
33777  
33778 \family typewriter
33779 .dvi
33780 \family default
33781 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
33782  wie PostScript benutzt.
33783 \end_layout
33784
33785 \begin_layout Standard
33786 \begin_inset Note Greyedout
33787 status open
33788
33789 \begin_layout Plain Layout
33790
33791 \series bold
33792 Bemerkung:
33793 \series default
33794  
33795 \family typewriter
33796 .dvi
33797 \family default
33798 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
33799 \end_layout
33800
33801 \end_inset
33802
33803
33804 \end_layout
33805
33806 \begin_layout Standard
33807 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
33808 \family typewriter
33809 .dvi
33810 \family default
33811 -Datei auf einen anderen Computer kopieren.
33812  Dies Eigenschaft kann Ihren Computer verlangsamen.
33813  wenn Sie die 
33814 \family typewriter
33815 .dvi
33816 \family default
33817 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
33818  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
33819 \family typewriter
33820 .dvi
33821 \family default
33822 -Datei
33823 \family typewriter
33824  
33825 \family default
33826 blättern.
33827
33828 \family typewriter
33829  
33830 \family default
33831 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
33832  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
33833  
33834 \end_layout
33835
33836 \begin_layout Standard
33837 Sie können Ihr Dokument als DVI über das Menü 
33838 \family sans
33839 Datei\SpecialChar \menuseparator
33840 Exportieren\SpecialChar \menuseparator
33841 DVI
33842 \family default
33843  exportieren.
33844  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
33845 \family sans
33846 Ansicht
33847 \family default
33848  oder den Werkzeugleistenknopf 
33849 \begin_inset Graphics
33850         filename ../../images/buffer-view_dvi.png
33851         scale 85
33852         scaleBeforeRotation
33853
33854 \end_inset
33855
33856  anschauen.
33857 \end_layout
33858
33859 \begin_layout Section
33860 PostScript
33861 \begin_inset CommandInset label
33862 LatexCommand label
33863 name "abs:PostScript"
33864
33865 \end_inset
33866
33867
33868 \begin_inset Index
33869 status collapsed
33870
33871 \begin_layout Plain Layout
33872 Dateiformat  ! PostScript
33873 \end_layout
33874
33875 \end_inset
33876
33877
33878 \begin_inset Index
33879 status collapsed
33880
33881 \begin_layout Plain Layout
33882 PostScript
33883 \end_layout
33884
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \begin_layout Standard
33891 Dieser Dateityp hat die Erweiterung 
33892 \begin_inset Quotes gld
33893 \end_inset
33894
33895
33896 \family typewriter
33897 .ps
33898 \family default
33899
33900 \begin_inset Quotes grd
33901 \end_inset
33902
33903 .
33904  PostScript wurde von der Firma
33905 \family typewriter
33906  Adobe
33907 \family default
33908  als Druckersprache entwickelt.
33909  Die Datei enthält deshalb Druckbefehle.
33910  PostScript kann als 
33911 \begin_inset Quotes gld
33912 \end_inset
33913
33914 Programmiersprache
33915 \begin_inset Quotes grd
33916 \end_inset
33917
33918  angesehen werden.
33919  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
33920 \begin_inset Foot
33921 status collapsed
33922
33923 \begin_layout Plain Layout
33924 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
33925  von
33926 \series bold
33927  PSTricks
33928 \series default
33929  
33930 \begin_inset CommandInset citation
33931 LatexCommand cite
33932 key "pstricks"
33933
33934 \end_inset
33935
33936  oder 
33937 \begin_inset CommandInset citation
33938 LatexCommand cite
33939 key "latex-praxisbuch"
33940
33941 \end_inset
33942
33943  ansehen.
33944 \end_layout
33945
33946 \end_inset
33947
33948 .
33949  Wegen dieser Möglichkeiten sind 
33950 \family typewriter
33951 .ps
33952 \family default
33953 -Dateien oft größer als 
33954 \family typewriter
33955 .pdf
33956 \family default
33957 -Dateien.
33958 \end_layout
33959
33960 \begin_layout Standard
33961 PostScript kann nur Bilder im Format EPS
33962 \begin_inset Index
33963 status collapsed
33964
33965 \begin_layout Plain Layout
33966 EPS
33967 \end_layout
33968
33969 \end_inset
33970
33971  (Encapsulated PostScript, Datei-Er\SpecialChar \-
33972 wei\SpecialChar \-
33973 te\SpecialChar \-
33974 rung 
33975 \begin_inset Quotes gld
33976 \end_inset
33977
33978
33979 \family typewriter
33980 .eps
33981 \family default
33982
33983 \begin_inset Quotes grd
33984 \end_inset
33985
33986 ) enthalten.
33987  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
33988  intern nach EPS konvertiert werden.
33989  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
33990  verlangsamen.
33991  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
33992  konvertieren und direkt als EPS einfügen.
33993 \end_layout
33994
33995 \begin_layout Standard
33996 Sie können Ihr Dokument als PostScript über das Menü 
33997 \family sans
33998 Datei\SpecialChar \menuseparator
33999 Exportieren\SpecialChar \menuseparator
34000 PostScript
34001 \family default
34002  exportieren.
34003  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34004 \family sans
34005 Ansicht
34006 \family default
34007  oder den Werkzeugleistenknopf 
34008 \begin_inset Graphics
34009         filename ../../images/buffer-view_ps.png
34010         scale 85
34011         scaleBeforeRotation
34012
34013 \end_inset
34014
34015  anschauen.
34016 \end_layout
34017
34018 \begin_layout Section
34019 PDF
34020 \begin_inset CommandInset label
34021 LatexCommand label
34022 name "abs:PDF"
34023
34024 \end_inset
34025
34026
34027 \begin_inset Index
34028 status collapsed
34029
34030 \begin_layout Plain Layout
34031 Dateiformat! PDF
34032 \end_layout
34033
34034 \end_inset
34035
34036
34037 \begin_inset Index
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041 PDF
34042 \end_layout
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \begin_layout Standard
34050 Dieser Dateityp hat die Erweiterung 
34051 \begin_inset Quotes gld
34052 \end_inset
34053
34054
34055 \family typewriter
34056 .pdf
34057 \family default
34058
34059 \begin_inset Quotes grd
34060 \end_inset
34061
34062 .
34063  Das
34064 \emph on
34065  
34066 \emph default
34067
34068 \begin_inset Quotes gld
34069 \end_inset
34070
34071 Portable Document Format
34072 \begin_inset Quotes grd
34073 \end_inset
34074
34075  (PDF) wurde auch von der Firma 
34076 \family typewriter
34077 Adobe
34078 \family default
34079  als Derivat von PostScript entwickelt.
34080  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34081  Wie der Begriff 
34082 \begin_inset Quotes gld
34083 \end_inset
34084
34085 portable
34086 \begin_inset Quotes grd
34087 \end_inset
34088
34089  (übertragbar) vermuten lässt, kann eine 
34090 \family typewriter
34091 .pdf
34092 \family default
34093 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
34094  gleich aus.
34095 \end_layout
34096
34097 \begin_layout Standard
34098 PDF kann Bilder im eigenen PDF-Format, im Format 
34099 \begin_inset Quotes gld
34100 \end_inset
34101
34102 Joint Photographic Experts Group
34103 \begin_inset Quotes grd
34104 \end_inset
34105
34106  (JPEG
34107 \begin_inset Index
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 JPG, JPEG
34112 \end_layout
34113
34114 \end_inset
34115
34116 , Datei-Erweiterung 
34117 \begin_inset Quotes gld
34118 \end_inset
34119
34120
34121 \family typewriter
34122 .jpg
34123 \family default
34124
34125 \begin_inset Quotes grd
34126 \end_inset
34127
34128  oder 
34129 \begin_inset Quotes gld
34130 \end_inset
34131
34132
34133 \family typewriter
34134 .jpeg
34135 \family default
34136
34137 \begin_inset Quotes grd
34138 \end_inset
34139
34140 ) und im Format 
34141 \begin_inset Quotes gld
34142 \end_inset
34143
34144 Portable Network Graphics
34145 \begin_inset Quotes grd
34146 \end_inset
34147
34148  (PNG
34149 \begin_inset Index
34150 status collapsed
34151
34152 \begin_layout Plain Layout
34153 PNG
34154 \end_layout
34155
34156 \end_inset
34157
34158 , Datei-Erweiterung 
34159 \begin_inset Quotes gld
34160 \end_inset
34161
34162
34163 \family typewriter
34164 .png
34165 \family default
34166
34167 \begin_inset Quotes grd
34168 \end_inset
34169
34170 ) enthalten.
34171  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34172  Sie konvertieren wird.
34173  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34174  wird, eines der drei erwähnten Bildformate zu benutzen.
34175 \end_layout
34176
34177 \begin_layout Standard
34178 PDF-Dateien können Sie über 
34179 \family sans
34180 Datei\SpecialChar \menuseparator
34181 Exportieren
34182 \family default
34183  auf drei Arten erzeugen:
34184 \end_layout
34185
34186 \begin_layout Description
34187 PDF
34188 \begin_inset Space ~
34189 \end_inset
34190
34191 (ps2pdf) benutzt das Programm
34192 \family typewriter
34193  ps2pdf
34194 \family default
34195 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
34196  Die PostScript-Version wird Programm 
34197 \family typewriter
34198 dvips
34199 \family default
34200  aus einer DVI-Version erstellt.
34201  Es werden also drei Konvertierungen verwendet.
34202 \end_layout
34203
34204 \begin_layout Description
34205 PDF
34206 \begin_inset Space ~
34207 \end_inset
34208
34209 (dvipdfm) benutzt das Programm 
34210 \family typewriter
34211 dvipdfm
34212 \family default
34213 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34214  PDF konvertiert.
34215 \end_layout
34216
34217 \begin_layout Description
34218 PDF
34219 \begin_inset Space ~
34220 \end_inset
34221
34222 (pdflatex) benutzt das Programm
34223 \family typewriter
34224  pdftex
34225 \family default
34226 , das Ihr Dokument direkt nach PDF konvertiert.
34227 \end_layout
34228
34229 \begin_layout Standard
34230
34231 \family sans
34232 PDF
34233 \begin_inset Space ~
34234 \end_inset
34235
34236 (pdflatex)
34237 \family default
34238  wird empfohlen, weil
34239 \family typewriter
34240  pdftex
34241 \family default
34242  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34243  ohne Probleme arbeitet.
34244  Das Programm 
34245 \family typewriter
34246 dvi\SpecialChar \-
34247 pdfm
34248 \family default
34249  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34250 \end_layout
34251
34252 \begin_layout Standard
34253 Sie können Ihr Dokument als PDF über das Menü 
34254 \family sans
34255 Datei\SpecialChar \menuseparator
34256 Exportieren\SpecialChar \menuseparator
34257 PDF
34258 \family default
34259  exportieren.
34260  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34261 \family sans
34262 Ansicht
34263 \family default
34264  oder den Werkzeugleistenknopf 
34265 \begin_inset Graphics
34266         filename ../../images/buffer-view_pdf2.png
34267         scale 85
34268         scaleBeforeRotation
34269
34270 \end_inset
34271
34272  anschauen 
34273 \family sans
34274 (
34275 \family default
34276 der 
34277 \family sans
34278 PDF
34279 \begin_inset Space ~
34280 \end_inset
34281
34282 (pdflatex)
34283 \family default
34284  verwendet).
34285 \end_layout
34286
34287 \begin_layout Chapter
34288 Erklärung der Gleichung
34289 \begin_inset Space ~
34290 \end_inset
34291
34292
34293 \begin_inset CommandInset ref
34294 LatexCommand eqref
34295 reference "eq:Wgn"
34296
34297 \end_inset
34298
34299
34300 \begin_inset CommandInset label
34301 LatexCommand label
34302 name "kap:Exläuterung-einer-Gleichung"
34303
34304 \end_inset
34305
34306
34307 \end_layout
34308
34309 \begin_layout Standard
34310 Die Gesamtbreite von
34311 \emph on
34312  n
34313 \emph default
34314  Tabellenzellen 
34315 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34316 \end_inset
34317
34318  kann wie folgt berechnet werden:
34319 \end_layout
34320
34321 \begin_layout Standard
34322 \begin_inset Formula \begin{equation}
34323 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}
34324
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \begin_layout Standard
34331 Dabei ist 
34332 \begin_inset Formula $W_{g\, n}$
34333 \end_inset
34334
34335  die Breite jeder Zelle.
34336
34337 \series bold
34338  
34339 \backslash
34340 tabcolsep
34341 \series default
34342  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34343  Standardwert 6
34344 \begin_inset Space \thinspace{}
34345 \end_inset
34346
34347 pt.
34348  
34349 \series bold
34350
34351 \backslash
34352 arrayrulewidth
34353 \series default
34354  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34355 \begin_inset Space \thinspace{}
34356 \end_inset
34357
34358 pt.
34359 \end_layout
34360
34361 \begin_layout Standard
34362 Nach Gleichung
34363 \begin_inset Space ~
34364 \end_inset
34365
34366
34367 \begin_inset CommandInset ref
34368 LatexCommand ref
34369 reference "eq:Wtot_n"
34370
34371 \end_inset
34372
34373  ist die Gesamtbreite einer Mehrfachspalte, 
34374 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34375 \end_inset
34376
34377 ,
34378 \end_layout
34379
34380 \begin_layout Standard
34381 \begin_inset Formula \begin{equation}
34382 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34383
34384 \end_inset
34385
34386
34387 \end_layout
34388
34389 \begin_layout Standard
34390 Setzt man die Gleichungen
34391 \begin_inset Space ~
34392 \end_inset
34393
34394
34395 \begin_inset CommandInset ref
34396 LatexCommand ref
34397 reference "eq:Wtot_n"
34398
34399 \end_inset
34400
34401  und 
34402 \begin_inset CommandInset ref
34403 LatexCommand ref
34404 reference "eq:Wtot_mult"
34405
34406 \end_inset
34407
34408  gleich, kann man die benötigte Breite 
34409 \begin_inset Formula $W_{g\, n}$
34410 \end_inset
34411
34412 , wenn 
34413 \emph on
34414 n
34415 \emph default
34416  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34417 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34418 \end_inset
34419
34420  hat, berechnen:
34421 \end_layout
34422
34423 \begin_layout Standard
34424 \begin_inset Formula \begin{equation}
34425 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \begin_layout Bibliography
34433 \begin_inset CommandInset bibitem
34434 LatexCommand bibitem
34435 key "booktabs"
34436
34437 \end_inset
34438
34439
34440 \begin_inset ERT
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444
34445
34446 \backslash
34447 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
34448 {
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \series bold
34455 booktabs
34456 \series default
34457
34458 \begin_inset ERT
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462
34463 }
34464 \end_layout
34465
34466 \end_inset
34467
34468 -Dokumentation im Internet
34469 \begin_inset Index
34470 status collapsed
34471
34472 \begin_layout Plain Layout
34473 LaTeX-Pakete ! booktabs
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \begin_layout Bibliography
34482 \begin_inset CommandInset bibitem
34483 LatexCommand bibitem
34484 key "caption"
34485
34486 \end_inset
34487
34488
34489 \begin_inset ERT
34490 status collapsed
34491
34492 \begin_layout Plain Layout
34493
34494
34495 \backslash
34496 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pd
34497 f}{
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \series bold
34504 caption
34505 \series default
34506
34507 \begin_inset ERT
34508 status collapsed
34509
34510 \begin_layout Plain Layout
34511
34512 }
34513 \end_layout
34514
34515 \end_inset
34516
34517 -Dokumentation im Internet
34518 \begin_inset Index
34519 status collapsed
34520
34521 \begin_layout Plain Layout
34522 LaTeX-Pakete ! caption
34523 \end_layout
34524
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Bibliography
34531 \begin_inset CommandInset bibitem
34532 LatexCommand bibitem
34533 key "endfloat"
34534
34535 \end_inset
34536
34537
34538 \begin_inset ERT
34539 status collapsed
34540
34541 \begin_layout Plain Layout
34542
34543
34544 \backslash
34545 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
34546 {
34547 \end_layout
34548
34549 \end_inset
34550
34551
34552 \series bold
34553 endfloat
34554 \series default
34555
34556 \begin_inset ERT
34557 status collapsed
34558
34559 \begin_layout Plain Layout
34560
34561 }
34562 \end_layout
34563
34564 \end_inset
34565
34566 -Dokumentation im Internet
34567 \begin_inset Index
34568 status collapsed
34569
34570 \begin_layout Plain Layout
34571 LaTeX-Pakete ! endf
34572 \begin_inset ERT
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576
34577
34578 \backslash
34579
34580 \begin_inset ERT
34581 status collapsed
34582
34583 \begin_layout Plain Layout
34584
34585 {
34586 \end_layout
34587
34588 \end_inset
34589
34590
34591 \begin_inset ERT
34592 status collapsed
34593
34594 \begin_layout Plain Layout
34595
34596 }
34597 \end_layout
34598
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \end_inset
34605
34606 /loat
34607 \end_layout
34608
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \begin_layout Bibliography
34615 \begin_inset CommandInset bibitem
34616 LatexCommand bibitem
34617 key "wrapfig"
34618
34619 \end_inset
34620
34621
34622 \begin_inset ERT
34623 status collapsed
34624
34625 \begin_layout Plain Layout
34626
34627
34628 \backslash
34629 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty}{
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \series bold
34636 wrapfig
34637 \series default
34638
34639 \begin_inset ERT
34640 status collapsed
34641
34642 \begin_layout Plain Layout
34643
34644 }
34645 \end_layout
34646
34647 \end_inset
34648
34649 -Dokumentation im Internet
34650 \begin_inset Index
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654 LaTeX-Pakete ! wrapfig
34655 \begin_inset ERT
34656 status collapsed
34657
34658 \begin_layout Plain Layout
34659
34660
34661 \backslash
34662
34663 \begin_inset ERT
34664 status collapsed
34665
34666 \begin_layout Plain Layout
34667
34668 {
34669 \end_layout
34670
34671 \end_inset
34672
34673
34674 \begin_inset ERT
34675 status collapsed
34676
34677 \begin_layout Plain Layout
34678
34679 }
34680 \end_layout
34681
34682 \end_inset
34683
34684
34685 \end_layout
34686
34687 \end_inset
34688
34689 vspace
34690 \begin_inset ERT
34691 status collapsed
34692
34693 \begin_layout Plain Layout
34694
34695 {
34696 \end_layout
34697
34698 \end_inset
34699
34700 4mm
34701 \begin_inset ERT
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705
34706 }
34707 \end_layout
34708
34709 \end_inset
34710
34711
34712 \end_layout
34713
34714 \end_inset
34715
34716
34717 \end_layout
34718
34719 \begin_layout Bibliography
34720 \begin_inset CommandInset bibitem
34721 LatexCommand bibitem
34722 key "footmisc"
34723
34724 \end_inset
34725
34726
34727 \begin_inset ERT
34728 status collapsed
34729
34730 \begin_layout Plain Layout
34731
34732
34733 \backslash
34734 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
34735 {
34736 \end_layout
34737
34738 \end_inset
34739
34740
34741 \series bold
34742 footmisc
34743 \series default
34744
34745 \begin_inset ERT
34746 status collapsed
34747
34748 \begin_layout Plain Layout
34749
34750 }
34751 \end_layout
34752
34753 \end_inset
34754
34755 -Dokumentation im Internet
34756 \begin_inset Index
34757 status collapsed
34758
34759 \begin_layout Plain Layout
34760 LaTeX-Pakete ! footmisc
34761 \end_layout
34762
34763 \end_inset
34764
34765
34766 \end_layout
34767
34768 \begin_layout Bibliography
34769 \begin_inset CommandInset bibitem
34770 LatexCommand bibitem
34771 key "hypcap"
34772
34773 \end_inset
34774
34775
34776 \begin_inset ERT
34777 status collapsed
34778
34779 \begin_layout Plain Layout
34780
34781
34782 \backslash
34783 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \series bold
34790 hypcap
34791 \series default
34792
34793 \begin_inset ERT
34794 status collapsed
34795
34796 \begin_layout Plain Layout
34797
34798 }
34799 \end_layout
34800
34801 \end_inset
34802
34803 -Dokumentation im Internet
34804 \begin_inset Index
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808 LaTeX-Pakete ! hypcap
34809 \end_layout
34810
34811 \end_inset
34812
34813
34814 \end_layout
34815
34816 \begin_layout Bibliography
34817 \begin_inset CommandInset bibitem
34818 LatexCommand bibitem
34819 key "hyperref"
34820
34821 \end_inset
34822
34823
34824 \begin_inset ERT
34825 status collapsed
34826
34827 \begin_layout Plain Layout
34828
34829
34830 \backslash
34831 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
34832 {
34833 \end_layout
34834
34835 \end_inset
34836
34837
34838 \series bold
34839 hyperref
34840 \series default
34841
34842 \begin_inset ERT
34843 status collapsed
34844
34845 \begin_layout Plain Layout
34846
34847 }
34848 \end_layout
34849
34850 \end_inset
34851
34852 -Dokumentation im Internet
34853 \begin_inset Index
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857 LaTeX-Pakete ! hyperref
34858 \end_layout
34859
34860 \end_inset
34861
34862
34863 \end_layout
34864
34865 \begin_layout Bibliography
34866 \begin_inset CommandInset bibitem
34867 LatexCommand bibitem
34868 key "koma-script"
34869
34870 \end_inset
34871
34872
34873 \begin_inset ERT
34874 status collapsed
34875
34876 \begin_layout Plain Layout
34877
34878
34879 \backslash
34880 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
34881 df}{
34882 \end_layout
34883
34884 \end_inset
34885
34886
34887 \series bold
34888 koma-script
34889 \series default
34890
34891 \begin_inset ERT
34892 status collapsed
34893
34894 \begin_layout Plain Layout
34895
34896 }
34897 \end_layout
34898
34899 \end_inset
34900
34901 -Dokumentation im Internet
34902 \begin_inset Index
34903 status collapsed
34904
34905 \begin_layout Plain Layout
34906 LaTeX-Pakete ! koma-script
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \begin_layout Bibliography
34915 \begin_inset CommandInset bibitem
34916 LatexCommand bibitem
34917 key "latexguide"
34918
34919 \end_inset
34920
34921 Kopka, Helmut und Daly, Patrick W.: 
34922 \emph on
34923 A Guide to LaTeX Fourth Edition.
34924
34925 \emph default
34926  Addison-Wesley, 2003
34927 \end_layout
34928
34929 \begin_layout Bibliography
34930 \begin_inset CommandInset bibitem
34931 LatexCommand bibitem
34932 key "lamport"
34933
34934 \end_inset
34935
34936 Lamport, Leslie: 
34937 \emph on
34938 LaTeX: A Document Preparation System.
34939
34940 \emph default
34941  Addison-Wesley, second edition, 1994
34942 \end_layout
34943
34944 \begin_layout Bibliography
34945 \begin_inset CommandInset bibitem
34946 LatexCommand bibitem
34947 key "listings"
34948
34949 \end_inset
34950
34951
34952 \begin_inset ERT
34953 status collapsed
34954
34955 \begin_layout Plain Layout
34956
34957
34958 \backslash
34959 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
34960 {
34961 \end_layout
34962
34963 \end_inset
34964
34965
34966 \series bold
34967 listings
34968 \series default
34969
34970 \begin_inset ERT
34971 status collapsed
34972
34973 \begin_layout Plain Layout
34974
34975 }
34976 \end_layout
34977
34978 \end_inset
34979
34980 -Dokumentation im Internet
34981 \begin_inset Index
34982 status collapsed
34983
34984 \begin_layout Plain Layout
34985 LaTeX-Pakete ! listings
34986 \end_layout
34987
34988 \end_inset
34989
34990
34991 \end_layout
34992
34993 \begin_layout Bibliography
34994 \begin_inset CommandInset bibitem
34995 LatexCommand bibitem
34996 key "marginnote"
34997
34998 \end_inset
34999
35000
35001 \begin_inset ERT
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005
35006
35007 \backslash
35008 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
35009 pdf}{
35010 \end_layout
35011
35012 \end_inset
35013
35014
35015 \series bold
35016 marginnote
35017 \series default
35018
35019 \begin_inset ERT
35020 status collapsed
35021
35022 \begin_layout Plain Layout
35023
35024 }
35025 \end_layout
35026
35027 \end_inset
35028
35029 -Dokumentation im Internet
35030 \begin_inset Index
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034 LaTeX-Pakete ! marginnote
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \begin_layout Bibliography
35043 \begin_inset CommandInset bibitem
35044 LatexCommand bibitem
35045 key "latexcompanion"
35046
35047 \end_inset
35048
35049 Mittelbach, Frank und Goossens, Michel: 
35050 \emph on
35051 The LaTeX Companion Second Edition.
35052
35053 \emph default
35054  Addison-Wesley, 2004
35055 \end_layout
35056
35057 \begin_layout Bibliography
35058 \begin_inset CommandInset bibitem
35059 LatexCommand bibitem
35060 key "latex-praxisbuch"
35061
35062 \end_inset
35063
35064 Niedermair, Elke & Michael: 
35065 \emph on
35066 LaTeX-Praxisbuch
35067 \emph default
35068 , Franzis-Verlag, 2004
35069 \end_layout
35070
35071 \begin_layout Bibliography
35072 \begin_inset CommandInset bibitem
35073 LatexCommand bibitem
35074 key "pstricks"
35075
35076 \end_inset
35077
35078
35079 \begin_inset ERT
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083
35084
35085 \backslash
35086 href{http://tug.org/PSTricks/main.cgi/}{
35087 \end_layout
35088
35089 \end_inset
35090
35091
35092 \series bold
35093 PSTricks
35094 \series default
35095
35096 \begin_inset ERT
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100
35101 }
35102 \end_layout
35103
35104 \end_inset
35105
35106 -Internetseite
35107 \begin_inset Index
35108 status collapsed
35109
35110 \begin_layout Plain Layout
35111 LaTeX-Pakete ! pstricks
35112 \end_layout
35113
35114 \end_inset
35115
35116
35117 \end_layout
35118
35119 \begin_layout Bibliography
35120 \begin_inset CommandInset bibitem
35121 LatexCommand bibitem
35122 key "sidecap"
35123
35124 \end_inset
35125
35126
35127 \begin_inset ERT
35128 status collapsed
35129
35130 \begin_layout Plain Layout
35131
35132
35133 \backslash
35134 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
35135 \end_layout
35136
35137 \end_inset
35138
35139
35140 \series bold
35141 sidecap
35142 \series default
35143
35144 \begin_inset ERT
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148
35149 }
35150 \end_layout
35151
35152 \end_inset
35153
35154 -Dokumentation im Internet
35155 \begin_inset Index
35156 status collapsed
35157
35158 \begin_layout Plain Layout
35159 LaTeX-Pakete ! sidecap
35160 \end_layout
35161
35162 \end_inset
35163
35164
35165 \end_layout
35166
35167 \begin_layout Bibliography
35168 \begin_inset CommandInset bibitem
35169 LatexCommand bibitem
35170 key "NewInLyX15"
35171
35172 \end_inset
35173
35174
35175 \begin_inset ERT
35176 status collapsed
35177
35178 \begin_layout Plain Layout
35179
35180
35181 \backslash
35182 href{http://wiki.lyx.org/LyX/NewInLyX15}{
35183 \end_layout
35184
35185 \end_inset
35186
35187 Wiki-Seite
35188 \begin_inset ERT
35189 status collapsed
35190
35191 \begin_layout Plain Layout
35192
35193 }
35194 \end_layout
35195
35196 \end_inset
35197
35198  über neue Funktionen in 
35199 \family sans
35200 LyX 1.5.0
35201 \family default
35202 .
35203 \end_layout
35204
35205 \begin_layout Standard
35206 \begin_inset CommandInset index_print
35207 LatexCommand printindex
35208
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \begin_layout Standard
35215 \begin_inset FloatList figure
35216
35217 \end_inset
35218
35219
35220 \end_layout
35221
35222 \begin_layout Standard
35223 \begin_inset FloatList table
35224
35225 \end_inset
35226
35227
35228 \end_layout
35229
35230 \begin_layout Standard
35231 \begin_inset ERT
35232 status open
35233
35234 \begin_layout Plain Layout
35235
35236
35237 \backslash
35238 listof{algorithm}{Algorithmenverzeichnis}
35239 \end_layout
35240
35241 \end_inset
35242
35243
35244 \begin_inset Note Note
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248 siehe Abschnitt
35249 \begin_inset Space ~
35250 \end_inset
35251
35252
35253 \begin_inset CommandInset ref
35254 LatexCommand ref
35255 reference "uab:Gleitobjekt-Algorithmen"
35256
35257 \end_inset
35258
35259  für eine Beschreibung
35260 \end_layout
35261
35262 \end_inset
35263
35264
35265 \end_layout
35266
35267 \end_body
35268 \end_document