]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
2afd67d8b36a377a6b74dfd3f45d79cfde216020
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.5.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
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}} % wenn vorhanden
14  {% wenn nicht vorhanden
15   \usepackage[scaled=0.92]{helvet}
16   \usepackage{mathptmx}
17   \usepackage{courier}
18  } % Ende des Nein-Zweiges
19
20 % Alle Querverweise und URLs als Link darstellen
21 % In der PDF-Ausgabe
22  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
23   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
24   pdfpagelayout=OneColumn, pdfnewwindow=true,
25   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
26   pdfauthor={LyX Team}, pdftex,
27   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
28   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
29   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
30  
31 \else % In der DVI- oder PS-Ausgabe
32
33  % Alle Querverweise und URLs als Link in der DVI-Ansicht darstellen
34  \usepackage[ps2pdf, colorlinks=true,
35   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
36
37 \fi % Ende von: wenn pdflatex benutzt wird
38
39 % Setzt den Link fuer Sprünge zu Gleitabbildungen
40 % auf den Anfang des Gelitobjekts und nicht aufs Ende
41 \usepackage[figure]{hypcap}
42
43 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
44 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
45 \pagenumbering{roman}
46 \let\myTOC\tableofcontents
47 \renewcommand{\tableofcontents}{%
48  \pdfbookmark[1]{Inhaltsverzeichnis}{}
49  \myTOC
50  \cleardoublepage
51  \pagenumbering{arabic}}
52
53 % Formatierung von Legenden
54 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
55
56 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
57 \usepackage{sidecap}
58
59 \newcommand{\TabBesBeg}{%
60  \let\MyTable\table
61  \let\MyEndtable\endtable
62  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
63
64 \newcommand{\TabBesEnd}{%
65  \let\table\MyTable
66  \let\endtable\MyEndtable}
67
68 \newcommand{\FigBesBeg}{%
69  \let\MyFigure\figure
70  \let\MyEndfigure\endfigure
71  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
72
73 \newcommand{\FigBesEnd}{%
74  \let\figure\MyFigure
75  \let\endfigure\MyEndfigure}
76
77 % ermöglicht das Berechnen von Werten
78 \usepackage{calc}
79
80 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
81 \usepackage{dcolumn}
82
83 %Vergrößert den Teil der Seite, in dem Gleitobjekte
84 % unten angeordnet werden dürfen
85 \renewcommand{\bottomfraction}{0.5}
86
87 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
88 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
89
90 % beschleunigt die Berechnung von langen Tabellen
91 \setcounter{LTchunksize}{100}
92
93 % wird für skalierte und rotierte Boxen benötigt
94 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
95
96 % wird bei farbigen Tabellen benutzt
97 \@ifundefined{textcolor}
98  {\usepackage{color}}{}
99 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
100 \definecolor{hellgrau}{gray}{0.8}
101
102 % testen ob paket colortbl installiert ist
103 % wird für farbige Tabellenzellen benutzt
104 \newboolean{colortbl}
105 \IfFileExists{colortbl.sty}
106  {\usepackage{colortbl}
107   \setboolean{colortbl}{true}}
108  {\setboolean{colortbl}{false}}
109
110 % wird für Mehrfachzeilen benutzt
111 \usepackage{multirow}
112 %\renewcommand{\multirowsetup}{\centering}
113
114 % wird fuer Tabellen im Buchstil benutzt
115 \usepackage{booktabs}
116
117 % wird benutzt, um Tabellenzellen zu vergrößern
118 \@ifundefined{extrarowheight}
119  {\usepackage{array}}{}
120 \setlength{\extrarowheight}{2pt}
121
122 % wird fuer benutzerdefinierte Tabellen benutzt
123 % ---
124 \newcolumntype{M}[1]
125  {>{\centering\hspace{0pt}}m{#1}}
126
127 \newcolumntype{S}[2]
128  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
129
130 \newcolumntype{K}[1]
131  {>{\columncolor{#1}\hspace{0pt}}c}
132
133 \newcolumntype{V}{!{\vrule width 1.5pt}}
134
135 \newcolumntype{W}{!{\color{green}\vline}}
136 % ---
137
138 % Setzt einen zusaetzlichen Abstand von
139 % 1.5 mm zwischen Fussnoten
140 \let\myFoot\footnote
141 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
142
143 % damit kann auf Gleit-Algorithmen verwiesen werden
144 \newfloat{Xalgorithm}{tbp}{loa}
145 \floatname{Xalgorithm}{Algorithmus}
146 \newcommand{\theHalgorithm}{\theHXalgorithm}
147 \renewenvironment{algorithm}[1][tbp]
148  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
149
150 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
151 \numberwithin{Xalgorithm}{chapter}
152
153 % Grauschrift-Notizen in blauer Farbe
154 \renewenvironment{lyxgreyedout}
155  {\textcolor{blue}\bgroup}{\egroup}
156
157 % ------------------------------------
158 % Prüfung auf benötigte LaTeXPakete
159 \usepackage{ifthen}
160
161 % Pruefung auf arydshln
162 % für Tabellen mit gestrichelten Linien
163 \newboolean{arydshln}
164 \IfFileExists{arydshln.sty}
165  {\usepackage{arydshln}
166   \setboolean{arydshln}{true}}
167  {\setboolean{arydshln}{false}}
168
169 % Prüfung auf marginnote
170 % für Randnotizen
171 \newboolean{marginnote}
172 \IfFileExists{marginnote.sty}
173  {\usepackage{marginnote}
174   \let\marginpar\marginnote
175   \setboolean{marginnote}{true}}
176  {\setboolean{marginnote}{false}}
177
178 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
179 \def\LyX{\texorpdfstring{%
180   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
181   {LyX }}
182
183 % Damit der Index den Namen "Stichwortverzeichnis" erhält
184 \usepackage[ngerman]{babel}
185 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
186 \end_preamble
187 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
188 \language ngerman
189 \inputencoding auto
190 \font_roman default
191 \font_sans default
192 \font_typewriter default
193 \font_default_family default
194 \font_sc false
195 \font_osf false
196 \font_sf_scale 100
197 \font_tt_scale 100
198 \graphics default
199 \paperfontsize 12
200 \spacing single
201 \papersize a4paper
202 \use_geometry false
203 \use_amsmath 2
204 \use_esint 0
205 \cite_engine basic
206 \use_bibtopic false
207 \paperorientation portrait
208 \secnumdepth 3
209 \tocdepth 3
210 \paragraph_separation skip
211 \defskip medskip
212 \quotes_language german
213 \papercolumns 1
214 \papersides 2
215 \paperpagestyle default
216 \bullet 1 0 9 -1
217 \bullet 2 2 35 -1
218 \bullet 3 2 7 -1
219 \tracking_changes false
220 \output_changes false
221 \author "" 
222 \author "" 
223 \end_header
224
225 \begin_body
226
227 \begin_layout Title
228 Das LyX-Handbuch der Einfügungen:
229 \newline
230  
231 \size larger
232 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
233 \end_layout
234
235 \begin_layout Author
236 vom LyX Team
237 \size normal
238
239 \begin_inset Foot
240 status collapsed
241
242 \begin_layout Standard
243
244 \size normal
245 Übersetzung und Bearbeitung: Hartmut Haase
246 \end_layout
247
248 \end_inset
249
250
251 \size default
252
253 \begin_inset Foot
254 status collapsed
255
256 \begin_layout Standard
257 \noindent
258 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
259  bitte an: 
260 \family typewriter
261
262 \begin_inset ERT
263 status collapsed
264
265 \begin_layout Standard
266
267
268 \backslash
269 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
270 \end_layout
271
272 \end_inset
273
274 lyx-docs@lists.lyx.org
275 \begin_inset ERT
276 status collapsed
277
278 \begin_layout Standard
279
280 }
281 \end_layout
282
283 \end_inset
284
285
286 \end_layout
287
288 \end_inset
289
290
291 \begin_inset Note Note
292 status collapsed
293
294 \begin_layout Standard
295 Autor: Uwe Stöhr <uwestoehr@web.de>
296 \end_layout
297
298 \end_inset
299
300
301 \newline
302
303 \newline
304
305 \family sans
306 Version 1.5.2-0
307 \end_layout
308
309 \begin_layout Date
310 letzte Änderung: 
311 \begin_inset ERT
312 status collapsed
313
314 \begin_layout Standard
315
316
317 \backslash
318 today
319 \end_layout
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset LatexCommand tableofcontents
328
329 \end_inset
330
331
332 \end_layout
333
334 \begin_layout Standard
335 \begin_inset Note Note
336 status open
337
338 \begin_layout Standard
339 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder Rich
340  Text exportieren zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte
341  
342 \series bold
343 arydshln
344 \series default
345
346 \series bold
347 colortbl
348 \series default
349  und 
350 \series bold
351 marginnote
352 \series default
353 .
354  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
355  denen sie benötigt werden.
356 \end_layout
357
358 \begin_layout Standard
359 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
360  des englischen Originals hier finden:
361 \newline
362
363 \series bold
364 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
365 \end_layout
366
367 \end_inset
368
369
370 \end_layout
371
372 \begin_layout Chapter
373 Abbildungen
374 \begin_inset LatexCommand label
375 name "kap:Abbildungen"
376
377 \end_inset
378
379
380 \begin_inset LatexCommand index
381 name "Abbildungen"
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Section
389 Grafik-Dialog
390 \begin_inset LatexCommand index
391 name "Abbildungen ! Grafik-Dialog"
392
393 \end_inset
394
395
396 \begin_inset LatexCommand label
397 name "abs:Grafik-Dialog"
398
399 \end_inset
400
401
402 \end_layout
403
404 \begin_layout Standard
405 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
406  
407 \begin_inset Graphics
408         filename ../../images/dialog-show-new-inset_graphics.png
409         scale 70
410         scaleBeforeRotation
411         BoundingBox 0bp 6bp 22bp 22bp
412
413 \end_inset
414
415  in der Werkzeugleiste oder wählen das Menü 
416 \family sans
417 Einfügen\SpecialChar \menuseparator
418 Grafik
419 \family default
420 .
421  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
422  
423 \family sans
424 Durchsuchen
425 \family default
426  eingeben können.
427  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
428  an der Sie es eingefügt haben.
429 \end_layout
430
431 \begin_layout Standard
432 \begin_inset Note Greyedout
433 status open
434
435 \begin_layout Quote
436
437 \series bold
438 Bemerkung
439 \series default
440 : Wenn Sie einen Dateinamen über 
441 \family sans
442 Durchsuchen
443 \family default
444  eingeben, wird LyX den gesamten Pfad in das Feld 
445 \family sans
446 Datei
447 \family default
448  eintragen.
449  Das ist etwas lästig, wenn Sie relative Pfade benötigen.
450 \end_layout
451
452 \end_inset
453
454
455 \end_layout
456
457 \begin_layout Standard
458 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
459  klicken.
460  Der Dialog hat drei Karteikarten:
461 \end_layout
462
463 \begin_layout Description
464
465 \family sans
466 Grafik
467 \family default
468  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
469  Version festlegen.
470  Die für die Bildgröße verfügbaren Einheiten werden im Anhang\InsetSpace ~
471
472 \begin_inset LatexCommand ref
473 reference "kap:In-LyX-verfügbare"
474
475 \end_inset
476
477  erklärt.
478 \newline
479
480 \begin_inset LatexCommand index
481 name "Abbildungen ! rotierte"
482
483 \end_inset
484
485 Sie können Abbildungen durch Angabe eines 
486 \family sans
487 Winkel
488 \family default
489 \InsetSpace ~
490
491 \family sans
492 (Grad)
493 \family default
494  und Festlegung eines 
495 \family sans
496 Drehpunktes
497 \family default
498  drehen.
499  Negative Winkel drehen Uhrzeigersinn.
500  Die Abbildung wird auch in LyX gedreht.
501 \newline
502
503 \begin_inset LatexCommand index
504 name "Abbildungen ! skalierte"
505
506 \end_inset
507
508 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
509  oder Höhe und Breite definiert.
510  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
511  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
512  wobei sie möglicherweise verzerrt wird.
513  Um das zu vermeiden, sollten Sie 
514 \family sans
515 Seitenverhältnis\InsetSpace ~
516 beibehalten
517 \family default
518  ankreuzen.
519  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für 
520 \family sans
521 Höhe
522 \family default
523  und 
524 \family sans
525 Breite
526 \family default
527  nicht überschritten werden.
528 \newline
529 Wenn Sie auf 
530 \family sans
531 Bearbeiten
532 \family default
533  klicken, können Abbildungen mit einem Programm, das in 
534 \family sans
535 Werkzeuge\SpecialChar \menuseparator
536 Einstellungen\SpecialChar \menuseparator
537 Dateiformate
538 \family default
539  im Feld 
540 \family sans
541 Bearbeiter
542 \family default
543  festgelegt wurde, bearbeitet werden.
544 \end_layout
545
546 \begin_layout Description
547
548 \family sans
549 Ausschnitt
550 \family default
551  Alternativ zur Festlegung der 
552 \family sans
553 Ausgabegröße
554 \family default
555  unter 
556 \family sans
557 \series bold
558 Grafik
559 \family default
560 \series default
561  kann man hier Koordinaten angeben, um Höhe und Breite der Abbildung für
562  die Ausgabe festzulegen.
563  Wenn Sie auf 
564 \family sans
565 Lese\InsetSpace ~
566 aus\InsetSpace ~
567 Datei
568 \family default
569  klicken, werden die Koordinaten automatisch berechnet.
570  Die Option 
571 \family sans
572 Auf\InsetSpace ~
573 Begrenzungsbox\InsetSpace ~
574 zuschneiden
575 \family default
576  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
577  Koordinaten liegt.
578  Normalerweise können Sie die Karteikarte 
579 \family sans
580 \series bold
581 Ausschnitt
582 \family default
583 \series default
584  ignorieren, weil Sie sich um die Koordinaten nicht kümmern müssen.
585 \end_layout
586
587 \begin_layout Description
588
589 \family sans
590 LaTeX-\InsetSpace ~
591 und\InsetSpace ~
592 LyX-Optionen
593 \family default
594  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
595  festlegen, ob die Abbildung ein Teil einer gleitenden Abbildung mit eigener
596  Beschriftung sein soll.
597  Teilabbildungen werden in Abschnitt\InsetSpace ~
598
599 \begin_inset LatexCommand ref
600 reference "abs:Gleitende-Abbildungen"
601
602 \end_inset
603
604  beschrieben.
605 \newline
606  LaTeX-Experten können hier weitere LaTeX-Optionen definieren.
607 \newline
608 Ist
609  die Option 
610 \family sans
611 Entwurfsmodus 
612 \family default
613 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
614  darin gedruckt.
615 \newline
616 Die Option 
617 \family sans
618 Beim\InsetSpace ~
619 Exportieren\InsetSpace ~
620 nicht\InsetSpace ~
621 entpacken
622 \family default
623  betrifft nur gepackte EPS-Dateien, zum Beispiel 
624 \emph on
625 x.eps.gz
626 \emph default
627 .
628  LaTeX kann so mit ihnen umgehen.
629 \newline
630 Gepackte EPS-Dateien sparen Platz, wenn
631  Sie als Ausgebe-Format PostScript wählen, siehe Anhang\InsetSpace ~
632
633 \begin_inset LatexCommand ref
634 reference "abs:PostScript"
635
636 \end_inset
637
638 .
639  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
640 \newline
641
642 \series bold
643 gzip x.eps
644 \newline
645 zgrep %%Bounding x.eps.gz > x.eps.bb
646 \series default
647
648 \newline
649 Der zweite Befehl erzeugt die Begrenzungsbox 
650 \begin_inset Quotes gld
651 \end_inset
652
653 x.eps.bb
654 \begin_inset Quotes grd
655 \end_inset
656
657 , die LaTeX für gepackte Abbildungen benötigt.
658 \end_layout
659
660 \begin_layout Standard
661 \begin_inset VSpace bigskip
662 \end_inset
663
664
665 \end_layout
666
667 \begin_layout Standard
668 Hier ist eine zentrierte .eps-Abbildung
669 \begin_inset Foot
670 status open
671
672 \begin_layout Standard
673 Abbildungsformate sind in Abschnitt\InsetSpace ~
674
675 \begin_inset LatexCommand ref
676 reference "abs:Bildformate"
677
678 \end_inset
679
680  beschrieben.
681 \end_layout
682
683 \end_inset
684
685  in einem eigenen Absatz:
686 \end_layout
687
688 \begin_layout Standard
689 \align center
690 \begin_inset Graphics
691         filename ../clipart/mobius.eps
692         display color
693         scale 70
694         scaleBeforeRotation
695         rotateOrigin center
696
697 \end_inset
698
699
700 \end_layout
701
702 \begin_layout Standard
703 \noindent
704 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
705 \end_layout
706
707 \begin_layout Standard
708 \align center
709 \begin_inset Graphics
710         filename ../clipart/mobius.eps
711         display color
712         scale 70
713         draft
714         scaleBeforeRotation
715         rotateOrigin center
716
717 \end_inset
718
719
720 \end_layout
721
722 \begin_layout Section
723 Gleitende Abbildungen
724 \begin_inset LatexCommand label
725 name "abs:Gleitende-Abbildungen"
726
727 \end_inset
728
729
730 \begin_inset LatexCommand index
731 name "Abbildungen ! gleitende"
732
733 \end_inset
734
735
736 \begin_inset LatexCommand index
737 name "Gleitobjekte ! Abbildungen"
738
739 \end_inset
740
741
742 \end_layout
743
744 \begin_layout Standard
745 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
746 \begin_inset LatexCommand ref
747 reference "abs:Gleitobjekte-Einleitung"
748
749 \end_inset
750
751 .
752 \end_layout
753
754 \begin_layout Standard
755 Wenn Sie auf das Werkzeugleisten-Symbol 
756 \begin_inset Graphics
757         filename ../../images/float-insert_figure.png
758         scale 70
759         scaleBeforeRotation
760         BoundingBox 0bp 6bp 22bp 22bp
761
762 \end_inset
763
764  klicken oder 
765 \family sans
766 Einfügen\SpecialChar \menuseparator
767 Gleit\SpecialChar \-
768 objekt\SpecialChar \menuseparator
769 Abbildung
770 \family default
771  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
772  In das rot umrahmte Feld rechts von 
773 \emph on
774 Abbildung\InsetSpace ~
775 Nr:
776 \emph default
777  schreiben Sie den Bildbeschriftung.
778  Nach einem Klick oberhalb oder unterhalb von 
779 \emph on
780 Abbildung\InsetSpace ~
781 Nr:
782 \emph default
783  können Sie dann eine Abbildung wie 
784 \begin_inset LatexCommand ref
785 reference "abb:kill-plat"
786
787 \end_inset
788
789  oberhalb oder wie Abbildung\InsetSpace ~
790
791 \begin_inset LatexCommand ref
792 reference "abb:escher"
793
794 \end_inset
795
796  unterhalb der Bildbeschriftung einfügen.
797  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt\InsetSpace ~
798
799 \begin_inset LatexCommand ref
800 reference "abs:Titel-Platzierung"
801
802 \end_inset
803
804 .
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Standard
814 \align center
815 \begin_inset Graphics
816         filename ../clipart/platypus.eps
817         display color
818         width 50col%
819         scaleBeforeRotation
820         rotateOrigin center
821
822 \end_inset
823
824
825 \end_layout
826
827 \begin_layout Standard
828 \begin_inset Caption
829
830 \begin_layout Standard
831 \begin_inset LatexCommand label
832 name "abb:kill-plat"
833
834 \end_inset
835
836 Platypus in einem Gleitobjekt
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Float figure
851 wide false
852 sideways false
853 status open
854
855 \begin_layout Standard
856 \begin_inset Caption
857
858 \begin_layout Standard
859 \begin_inset LatexCommand label
860 name "abb:escher"
861
862 \end_inset
863
864 M.C.
865  Escher
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Standard
874 \align center
875 \begin_inset Graphics
876         filename ../clipart/escher-lsd.eps
877         display color
878         scale 80
879         scaleBeforeRotation
880         rotateOrigin center
881
882 \end_inset
883
884
885 \end_layout
886
887 \end_inset
888
889
890 \end_layout
891
892 \begin_layout Standard
893 \begin_inset LatexCommand index
894 name "Abbildungen ! Beispiele"
895
896 \end_inset
897
898 Abbildung\InsetSpace ~
899
900 \begin_inset LatexCommand ref
901 reference "abb:kill-plat"
902
903 \end_inset
904
905  und 
906 \begin_inset LatexCommand ref
907 reference "abb:escher"
908
909 \end_inset
910
911  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
912  Dafür fügen Sie in der Beschriftung mit 
913 \family sans
914 Einfügen\SpecialChar \menuseparator
915 Marke
916 \family default
917  oder durch Klicken auf 
918 \begin_inset Graphics
919         filename ../../images/label-insert.png
920         scale 70
921         scaleBeforeRotation
922         BoundingBox 0bp 6bp 20bp 20bp
923
924 \end_inset
925
926  eine Marke ein.
927  Auf diese können Sie dann wie gewohnt mit 
928 \family sans
929 Einfügen\SpecialChar \menuseparator
930 Querverweis
931 \family default
932  oder durch Klicken auf 
933 \begin_inset Graphics
934         filename ../../images/dialog-show-new-inset_ref.png
935         scale 70
936         scaleBeforeRotation
937         BoundingBox 0bp 6bp 22bp 22bp
938
939 \end_inset
940
941  verweisen.
942  Das ist besser als eine vage Formulierung wie 
943 \begin_inset Quotes gld
944 \end_inset
945
946 die obige Abbildung
947 \begin_inset Quotes grd
948 \end_inset
949
950  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
951  erscheint, und das muss nicht 
952 \emph on
953 oben
954 \emph default
955  sein.
956  Verweise werden detailliert in Abschnitt\InsetSpace ~
957
958 \begin_inset LatexCommand ref
959 reference "abs:Auf-Gleitobjekte-verweisen"
960
961 \end_inset
962
963  beschrieben.
964 \end_layout
965
966 \begin_layout Standard
967 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
968  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen
969  nebeneinander.
970  Das erreicht man mit der Karteikarte 
971 \family sans
972 LaTe
973 \begin_inset ERT
974 status collapsed
975
976 \begin_layout Standard
977
978 {}
979 \end_layout
980
981 \end_inset
982
983 X-\InsetSpace ~
984 und\InsetSpace ~
985 LyX-Optionen
986 \family default
987  des 
988 \family sans
989 Grafik
990 \family default
991 -Dialoges.
992  Kreuzen Sie dort 
993 \family sans
994 Teilabbildung
995 \family default
996  an und geben die Beschriftung des Bildes im Feld 
997 \family sans
998 Legende
999 \family default
1000  ein.
1001  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1002  Verweise auf Teilabbildungen werden in Abschnitt\InsetSpace ~
1003
1004 \begin_inset LatexCommand ref
1005 reference "uab:Auf-Teilabbildungen-verweisen"
1006
1007 \end_inset
1008
1009  beschrieben.
1010 \end_layout
1011
1012 \begin_layout Standard
1013 Abbildung\InsetSpace ~
1014
1015 \begin_inset LatexCommand ref
1016 reference "abb:Zwei-Teilabbildungen"
1017
1018 \end_inset
1019
1020  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander
1021 - Sie können sie auch untereinander setzen, indem Sie nach dem ersten Bild
1022  auf Eingabe drücken.
1023 \end_layout
1024
1025 \begin_layout Standard
1026 \begin_inset Float figure
1027 wide false
1028 sideways false
1029 status open
1030
1031 \begin_layout Standard
1032
1033 \hfill
1034
1035 \begin_inset Graphics
1036         filename ../clipart/escher-lsd.eps
1037         width 35col%
1038         scaleBeforeRotation
1039         subcaption
1040         subcaptionText "M. C. Escher"
1041
1042 \end_inset
1043
1044
1045 \hfill
1046
1047 \begin_inset Graphics
1048         filename ../clipart/platypus.eps
1049         lyxscale 60
1050         width 45col%
1051         scaleBeforeRotation
1052         subcaption
1053         subcaptionText "\label{abb:Platypus} Platypus"
1054
1055 \end_inset
1056
1057
1058 \hfill
1059
1060 \end_layout
1061
1062 \begin_layout Standard
1063 \begin_inset Caption
1064
1065 \begin_layout Standard
1066 \begin_inset LatexCommand label
1067 name "abb:Zwei-Teilabbildungen"
1068
1069 \end_inset
1070
1071 Zwei Teilabbildungen nebeneinander.
1072 \end_layout
1073
1074 \end_inset
1075
1076
1077 \end_layout
1078
1079 \end_inset
1080
1081
1082 \end_layout
1083
1084 \begin_layout Section
1085 Bildformate
1086 \begin_inset LatexCommand label
1087 name "abs:Bildformate"
1088
1089 \end_inset
1090
1091
1092 \begin_inset LatexCommand index
1093 name "Abbildungen ! Bildformate"
1094
1095 \end_inset
1096
1097
1098 \end_layout
1099
1100 \begin_layout Standard
1101 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1102  Aber wie in Anhang\InsetSpace ~
1103
1104 \begin_inset LatexCommand ref
1105 reference "kap:Ausgabedatei-Formate"
1106
1107 \end_inset
1108
1109  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1110  LyX benutzt im Hintergrund das Programm
1111 \family typewriter
1112  Imagemagick
1113 \family default
1114 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1115  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1116  vermeiden.
1117  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1118  werden können.
1119  Diese Formate werden in Anhang\InsetSpace ~
1120
1121 \begin_inset LatexCommand ref
1122 reference "kap:Ausgabedatei-Formate"
1123
1124 \end_inset
1125
1126  beschrieben.
1127 \end_layout
1128
1129 \begin_layout Standard
1130 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1131 \end_layout
1132
1133 \begin_layout Description
1134 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1135  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1136  
1137 \emph on
1138 pixelig
1139 \emph default
1140  aus.
1141  Bekannte Pixel-Formate sind 
1142 \begin_inset Quotes gld
1143 \end_inset
1144
1145 Graphics Interchange Format
1146 \begin_inset Quotes grd
1147 \end_inset
1148
1149  (GIF, Dateiendung
1150 \family typewriter
1151  
1152 \family default
1153
1154 \begin_inset Quotes gld
1155 \end_inset
1156
1157
1158 \family typewriter
1159 .gif
1160 \family default
1161
1162 \begin_inset Quotes grd
1163 \end_inset
1164
1165 )
1166 \begin_inset LatexCommand index
1167 name "GIF"
1168
1169 \end_inset
1170
1171
1172 \begin_inset Quotes gld
1173 \end_inset
1174
1175 Portable Network Graphics
1176 \begin_inset Quotes grd
1177 \end_inset
1178
1179  (PNG, Dateiendung 
1180 \begin_inset Quotes gld
1181 \end_inset
1182
1183
1184 \family typewriter
1185 .png
1186 \family default
1187
1188 \begin_inset Quotes grd
1189 \end_inset
1190
1191 )
1192 \begin_inset LatexCommand index
1193 name "PNG"
1194
1195 \end_inset
1196
1197
1198 \begin_inset Quotes gld
1199 \end_inset
1200
1201 Joint Photographic Experts Group
1202 \begin_inset Quotes grd
1203 \end_inset
1204
1205  (JPG, Dateiendung
1206 \family typewriter
1207  
1208 \family default
1209
1210 \begin_inset Quotes gld
1211 \end_inset
1212
1213
1214 \family typewriter
1215 .jpg
1216 \family default
1217
1218 \begin_inset Quotes grd
1219 \end_inset
1220
1221  oder 
1222 \begin_inset Quotes gld
1223 \end_inset
1224
1225
1226 \family typewriter
1227 .jpeg
1228 \family default
1229
1230 \begin_inset Quotes grd
1231 \end_inset
1232
1233 )
1234 \begin_inset LatexCommand index
1235 name "JPG, JPEG"
1236
1237 \end_inset
1238
1239  und 
1240 \begin_inset Quotes gld
1241 \end_inset
1242
1243 Windows Bitmap
1244 \begin_inset Quotes grd
1245 \end_inset
1246
1247  (BMP, Dateiendung 
1248 \begin_inset Quotes gld
1249 \end_inset
1250
1251
1252 \family typewriter
1253 .bmp
1254 \family default
1255
1256 \begin_inset Quotes grd
1257 \end_inset
1258
1259 )
1260 \begin_inset LatexCommand index
1261 name "BMP"
1262
1263 \end_inset
1264
1265 .
1266 \end_layout
1267
1268 \begin_layout Description
1269 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1270  auf jede beliebige Größe skaliert werden.
1271  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1272  zoomen zu können.
1273 \newline
1274 Bekannte Formate sind 
1275 \begin_inset Quotes gld
1276 \end_inset
1277
1278 Scalable Vector Graphics
1279 \begin_inset Quotes grd
1280 \end_inset
1281
1282  (SVG, Dateiendung
1283 \family typewriter
1284  
1285 \family default
1286
1287 \begin_inset Quotes gld
1288 \end_inset
1289
1290
1291 \family typewriter
1292 .svg
1293 \family default
1294
1295 \begin_inset Quotes grd
1296 \end_inset
1297
1298 )
1299 \begin_inset LatexCommand index
1300 name "SVG"
1301
1302 \end_inset
1303
1304
1305 \begin_inset Quotes gld
1306 \end_inset
1307
1308 Encapsulated PostScript
1309 \begin_inset Quotes grd
1310 \end_inset
1311
1312  (EPS, Dateiendung 
1313 \begin_inset Quotes gld
1314 \end_inset
1315
1316
1317 \family typewriter
1318 .eps
1319 \family default
1320
1321 \begin_inset Quotes grd
1322 \end_inset
1323
1324 )
1325 \begin_inset LatexCommand index
1326 name "EPS"
1327
1328 \end_inset
1329
1330
1331 \begin_inset Quotes gld
1332 \end_inset
1333
1334 Portable Document Format
1335 \begin_inset Quotes grd
1336 \end_inset
1337
1338  (PDF, Dateiendung
1339 \family typewriter
1340  
1341 \family default
1342
1343 \begin_inset Quotes gld
1344 \end_inset
1345
1346
1347 \family typewriter
1348 .pdf
1349 \family default
1350
1351 \begin_inset Quotes grd
1352 \end_inset
1353
1354 )
1355 \begin_inset LatexCommand index
1356 name "PDF"
1357
1358 \end_inset
1359
1360  und 
1361 \begin_inset Quotes gld
1362 \end_inset
1363
1364 Windows Metafile
1365 \begin_inset Quotes grd
1366 \end_inset
1367
1368  (WMF, Dateiendung 
1369 \begin_inset Quotes gld
1370 \end_inset
1371
1372
1373 \family typewriter
1374 .wmf
1375 \family default
1376
1377 \begin_inset Quotes grd
1378 \end_inset
1379
1380 )
1381 \begin_inset LatexCommand index
1382 name "WMF"
1383
1384 \end_inset
1385
1386 .
1387 \end_layout
1388
1389 \begin_layout Standard
1390 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1391  das Ergebnis ist immer noch ein Pixelbild.
1392  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1393  hinzugefügt.
1394 \begin_inset Foot
1395 status open
1396
1397 \begin_layout Standard
1398 Bei PDF wird das Originalbild auch noch komprimiert.
1399 \end_layout
1400
1401 \end_inset
1402
1403  Die PDF-Dateien, die 
1404 \family typewriter
1405 Adobe Photoshop
1406 \family default
1407  erzeugt, sind zum Beispiel Pixelbilder.
1408 \end_layout
1409
1410 \begin_layout Standard
1411 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1412  umgekehrt.
1413  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1414  eingefügt werden.
1415  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1416  erzeugt wird, weil es zur Zeit keine WMF/SVG
1417 \begin_inset Formula $\to$
1418 \end_inset
1419
1420 PDF/EPS Konverter gibt.
1421 \end_layout
1422
1423 \begin_layout Chapter
1424 Tabellen
1425 \begin_inset LatexCommand label
1426 name "kap:Tabellen"
1427
1428 \end_inset
1429
1430
1431 \begin_inset LatexCommand index
1432 name "Tabellen"
1433
1434 \end_inset
1435
1436
1437 \end_layout
1438
1439 \begin_layout Section
1440 Einführung
1441 \begin_inset LatexCommand index
1442 name "Tabellen ! Einführung"
1443
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \begin_layout Standard
1450 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1451 \begin_inset Graphics
1452         filename ../../images/tabular-insert.png
1453         scale 70
1454         scaleBeforeRotation
1455         BoundingBox 0bp 6bp 22bp 22bp
1456
1457 \end_inset
1458
1459  oder das Menü 
1460 \family sans
1461 Einfügen\SpecialChar \menuseparator
1462 Tabelle
1463 \family default
1464  einfügen.
1465  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5\InsetSpace \thinspace{}
1466 -Tabelle.
1467  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1468  und die Größe der dunkelblauen Tabelle angezeigt.
1469  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1470  ein.
1471  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1472  Spaltenanzahl festlegen können.
1473 \end_layout
1474
1475 \begin_layout Standard
1476 In der so erstellten Tabelle ist jede Zelle umrandet.
1477  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1478  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1479  die zweite Zeile eine Linie oberhalb haben.Hier ist ein Beispiel:
1480 \end_layout
1481
1482 \begin_layout Standard
1483 \align center
1484 \begin_inset Tabular
1485 <lyxtabular version="3" rows="5" columns="4">
1486 <features>
1487 <column alignment="center" valignment="top" leftline="true" width="0">
1488 <column alignment="center" valignment="top" leftline="true" width="0">
1489 <column alignment="center" valignment="top" leftline="true" width="0">
1490 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1491 <row topline="true" bottomline="true">
1492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1493 \begin_inset Text
1494
1495 \begin_layout Standard
1496
1497 \end_layout
1498
1499 \end_inset
1500 </cell>
1501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1502 \begin_inset Text
1503
1504 \begin_layout Standard
1505
1506 \family roman
1507 \series medium
1508 \shape up
1509 \size normal
1510 \emph off
1511 \bar no
1512 \noun off
1513 \color none
1514 1
1515 \end_layout
1516
1517 \end_inset
1518 </cell>
1519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1520 \begin_inset Text
1521
1522 \begin_layout Standard
1523 2
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Standard
1532 3
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 </row>
1538 <row topline="true">
1539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1540 \begin_inset Text
1541
1542 \begin_layout Standard
1543
1544 \family roman
1545 \series medium
1546 \shape up
1547 \size normal
1548 \emph off
1549 \bar no
1550 \noun off
1551 \color none
1552 A
1553 \end_layout
1554
1555 \end_inset
1556 </cell>
1557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Standard
1561
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Standard
1570
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Standard
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 </row>
1585 <row topline="true">
1586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1587 \begin_inset Text
1588
1589 \begin_layout Standard
1590
1591 \family roman
1592 \series medium
1593 \shape up
1594 \size normal
1595 \emph off
1596 \bar no
1597 \noun off
1598 \color none
1599 B
1600 \end_layout
1601
1602 \end_inset
1603 </cell>
1604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Standard
1608
1609 \end_layout
1610
1611 \end_inset
1612 </cell>
1613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Standard
1617
1618 \end_layout
1619
1620 \end_inset
1621 </cell>
1622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1623 \begin_inset Text
1624
1625 \begin_layout Standard
1626
1627 \end_layout
1628
1629 \end_inset
1630 </cell>
1631 </row>
1632 <row topline="true">
1633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Standard
1637
1638 \family roman
1639 \series medium
1640 \shape up
1641 \size normal
1642 \emph off
1643 \bar no
1644 \noun off
1645 \color none
1646 C
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1652 \begin_inset Text
1653
1654 \begin_layout Standard
1655
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Standard
1664
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1670 \begin_inset Text
1671
1672 \begin_layout Standard
1673
1674 \end_layout
1675
1676 \end_inset
1677 </cell>
1678 </row>
1679 <row topline="true" bottomline="true">
1680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1681 \begin_inset Text
1682
1683 \begin_layout Standard
1684 D
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Standard
1693
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Standard
1702
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Standard
1711
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 </row>
1717 </lyxtabular>
1718
1719 \end_inset
1720
1721
1722 \end_layout
1723
1724 \begin_layout Section
1725 Tabellen-Einstellungen
1726 \begin_inset LatexCommand index
1727 name "Tabellen ! Einstellungen"
1728
1729 \end_inset
1730
1731
1732 \end_layout
1733
1734 \begin_layout Standard
1735 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1736  Maustaste draufklicken.
1737  Dadurch wird das Fenster 
1738 \family sans
1739 Tabellen-Einstellungen
1740 \family default
1741  geöffnet.
1742  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1743  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1744  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1745  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1746  -- sie sind dann hellblau hinterlegt -- gilt eine Aktion für die gesamte
1747  Auswahl.
1748  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1749 \emph on
1750 Inhalt
1751 \emph default
1752  einer Zelle oder die Zelle selber ausgewählt haben.
1753  Das 
1754 \family sans
1755 Tabellen-Einstellungen
1756 \family default
1757 -Menü hat folgende Karteikarten:
1758 \end_layout
1759
1760 \begin_layout Description
1761
1762 \family sans
1763 Tabellen-Einstellungen
1764 \family default
1765  Hier können Sie die 
1766 \family sans
1767 Horizontale\InsetSpace ~
1768 Ausrichtung
1769 \family default
1770  der momentanen Spalte und die 
1771 \family sans
1772 Spaltenbreite
1773 \family default
1774  festlegen.
1775  Wenn Sie eine 
1776 \family sans
1777 Spaltenbreite
1778 \family default
1779  festgelegt haben, können Sie auch eine 
1780 \family sans
1781 Vertikale\InsetSpace ~
1782 Ausrichtung
1783 \family default
1784  der momentanen Zeile wählen.
1785  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1786  Absätze haben, wie in Abschnitt\InsetSpace ~
1787
1788 \begin_inset LatexCommand ref
1789 reference "uab:Mehrfache-Zeilen-in"
1790
1791 \end_inset
1792
1793  beschrieben.
1794  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1795 \newline
1796 Außerd
1797 em können Sie mehrere Zellen einer Zeile markieren und die Auswahl als 
1798 \family sans
1799 Mehrfachspalte
1800 \family default
1801  definieren, wie in Abschnitt\InsetSpace ~
1802
1803 \begin_inset LatexCommand ref
1804 reference "uab:Mehrfachspalten"
1805
1806 \end_inset
1807
1808  beschrieben.
1809 \newline
1810 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte
1811  Tabelle gegen den Uhrzeigersinn um 90° drehen.
1812  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1813 \newline
1814
1815 \begin_inset Note Greyedout
1816 status open
1817
1818 \begin_layout Standard
1819
1820 \series bold
1821 Achtung:
1822 \series default
1823  Nicht alle DVI-Betrachter können Rotationen anzeigen.
1824 \end_layout
1825
1826 \end_inset
1827
1828
1829 \newline
1830 Man kann auch ein 
1831 \family sans
1832 LaTe
1833 \begin_inset ERT
1834 status collapsed
1835
1836 \begin_layout Standard
1837
1838 {}
1839 \end_layout
1840
1841 \end_inset
1842
1843 X-Argument
1844 \family default
1845  für besondere Tabellen-Formatierun\SpecialChar \-
1846 gen einfügen, wie in Abschnitten 
1847 \begin_inset LatexCommand ref
1848 reference "uab:Mehrfachspalten-Berechnungen"
1849
1850 \end_inset
1851
1852  und 
1853 \begin_inset LatexCommand ref
1854 reference "abs:Farbige-Tabellen"
1855
1856 \end_inset
1857
1858  beschrieben.
1859 \end_layout
1860
1861 \begin_layout Description
1862
1863 \family sans
1864 Rahmen
1865 \family default
1866  Hier können Sie Begrenzungslinien für die momentane Zeile(n) und Spalte(n)
1867  hinzufügen und löschen.
1868 \newline
1869 Wenn Sie die Stil-Option
1870 \family sans
1871  Formal
1872 \family default
1873  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt\InsetSpace ~
1874
1875 \begin_inset LatexCommand ref
1876 reference "abs:Formale-Tabellen"
1877
1878 \end_inset
1879
1880  beschrieben, konvertiert.
1881 \newline
1882 Hier können Sie auch zusätzliche Abstände für Zeilen
1883  festlegen, wie in Abschnitt\InsetSpace ~
1884
1885 \begin_inset LatexCommand ref
1886 reference "uab:Zeilenabstand"
1887
1888 \end_inset
1889
1890  beschrieben.
1891 \end_layout
1892
1893 \begin_layout Description
1894
1895 \family sans
1896 Lange\InsetSpace ~
1897 Tabelle
1898 \family default
1899  Hier kann eine Tabelle als 
1900 \family sans
1901 Lange\InsetSpace ~
1902 Tabelle
1903 \family default
1904  definiert werden, die über mehrere Seiten reicht.
1905  Die Abschnitte\InsetSpace ~
1906
1907 \begin_inset LatexCommand ref
1908 reference "abs:Lange-Tabellen"
1909
1910 \end_inset
1911
1912  und 
1913 \begin_inset LatexCommand ref
1914 reference "abs:Special-Longtable-Issues"
1915
1916 \end_inset
1917
1918  beschreiben diese Funktion genauer.
1919 \end_layout
1920
1921 \begin_layout Standard
1922 Wenn das Menü 
1923 \family sans
1924 Tabellen-Einstellungen
1925 \family default
1926  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
1927  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
1928 \end_layout
1929
1930 \begin_layout Section
1931 Tabellen-Werkzeugleiste
1932 \begin_inset LatexCommand index
1933 name "Tabellen ! Werkzeugleiste"
1934
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \begin_layout Standard
1941 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
1942 \family sans
1943 Tabellen-Einstellungen
1944 \family default
1945 , wenn man Tabellen-Einstellungen schneller ändern möchte.
1946  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
1947  LyX-Fensters.
1948 \end_layout
1949
1950 \begin_layout Standard
1951 Die Werkzeugleiste hat folgende Knöpfe:
1952 \end_layout
1953
1954 \begin_layout Labeling
1955 \labelwidthstring 00.00.0000
1956 \begin_inset Graphics
1957         filename ../../images/tabular-feature_append-row.png
1958         scale 70
1959         scaleBeforeRotation
1960         BoundingBox 0bp 6bp 22bp 22bp
1961
1962 \end_inset
1963
1964  Fügt eine Zeile unterhalb der momentanen an
1965 \end_layout
1966
1967 \begin_layout Labeling
1968 \labelwidthstring 00.00.0000
1969 \begin_inset Graphics
1970         filename ../../images/tabular-feature_append-column.png
1971         scale 70
1972         scaleBeforeRotation
1973         BoundingBox 0bp 6bp 22bp 22bp
1974
1975 \end_inset
1976
1977  Fügt eine Spalte rechts von der momentanen an
1978 \end_layout
1979
1980 \begin_layout Labeling
1981 \labelwidthstring 00.00.0000
1982 \begin_inset Graphics
1983         filename ../../images/tabular-feature_delete-row.png
1984         scale 70
1985         scaleBeforeRotation
1986         BoundingBox 0bp 6bp 22bp 22bp
1987
1988 \end_inset
1989
1990  Löscht die ausgewählte(n) Zeile(n)
1991 \end_layout
1992
1993 \begin_layout Labeling
1994 \labelwidthstring 00.00.0000
1995 \begin_inset Graphics
1996         filename ../../images/tabular-feature_delete-column.png
1997         scale 70
1998         scaleBeforeRotation
1999         BoundingBox 0bp 6bp 22bp 22bp
2000
2001 \end_inset
2002
2003  Löscht die ausgewählte(n) Spalte(n)
2004 \end_layout
2005
2006 \begin_layout Labeling
2007 \labelwidthstring 00.00.0000
2008 \begin_inset Graphics
2009         filename ../../images/tabular-feature_toggle-line-top.png
2010         scale 70
2011         scaleBeforeRotation
2012         BoundingBox 0bp 6bp 22bp 22bp
2013
2014 \end_inset
2015
2016  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2017  wenn der Knopf grau hinterlegt ist
2018 \end_layout
2019
2020 \begin_layout Labeling
2021 \labelwidthstring 00.00.0000
2022 \begin_inset Graphics
2023         filename ../../images/tabular-feature_toggle-line-bottom.png
2024         scale 70
2025         scaleBeforeRotation
2026         BoundingBox 0bp 6bp 22bp 22bp
2027
2028 \end_inset
2029
2030  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2031  wenn der Knopf grau hinterlegt ist
2032 \end_layout
2033
2034 \begin_layout Labeling
2035 \labelwidthstring 00.00.0000
2036 \begin_inset Graphics
2037         filename ../../images/tabular-feature_toggle-line-left.png
2038         scale 70
2039         scaleBeforeRotation
2040         BoundingBox 0bp 6bp 22bp 22bp
2041
2042 \end_inset
2043
2044  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2045  wenn der Knopf grau hinterlegt ist
2046 \end_layout
2047
2048 \begin_layout Labeling
2049 \labelwidthstring 00.00.0000
2050 \begin_inset Graphics
2051         filename ../../images/tabular-feature_toggle-line-right.png
2052         scale 70
2053         scaleBeforeRotation
2054         BoundingBox 0bp 6bp 22bp 22bp
2055
2056 \end_inset
2057
2058  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2059  wenn der Knopf grau hinterlegt ist
2060 \end_layout
2061
2062 \begin_layout Labeling
2063 \labelwidthstring 00.00.0000
2064 \begin_inset Graphics
2065         filename ../../images/tabular-feature_set-all-lines.png
2066         scale 70
2067         scaleBeforeRotation
2068         BoundingBox 0bp 6bp 22bp 22bp
2069
2070 \end_inset
2071
2072  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2073 \end_layout
2074
2075 \begin_layout Labeling
2076 \labelwidthstring 00.00.0000
2077 \begin_inset Graphics
2078         filename ../../images/tabular-feature_unset-all-lines.png
2079         scale 70
2080         scaleBeforeRotation
2081         BoundingBox 0bp 6bp 22bp 22bp
2082
2083 \end_inset
2084
2085  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2086 \end_layout
2087
2088 \begin_layout Labeling
2089 \labelwidthstring 00.00.0000
2090 \begin_inset Graphics
2091         filename ../../images/tabular-feature_align-left.png
2092         scale 70
2093         scaleBeforeRotation
2094         BoundingBox 0bp 6bp 22bp 22bp
2095
2096 \end_inset
2097
2098  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2099 \end_layout
2100
2101 \begin_layout Labeling
2102 \labelwidthstring 00.00.0000
2103 \begin_inset Graphics
2104         filename ../../images/tabular-feature_align-center.png
2105         scale 70
2106         scaleBeforeRotation
2107         BoundingBox 0bp 6bp 22bp 22bp
2108
2109 \end_inset
2110
2111  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2112 \end_layout
2113
2114 \begin_layout Labeling
2115 \labelwidthstring 00.00.0000
2116 \begin_inset Graphics
2117         filename ../../images/tabular-feature_align-right.png
2118         scale 70
2119         scaleBeforeRotation
2120         BoundingBox 0bp 6bp 22bp 22bp
2121
2122 \end_inset
2123
2124  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2125 \end_layout
2126
2127 \begin_layout Labeling
2128 \labelwidthstring 00.00.0000
2129 \begin_inset Graphics
2130         filename ../../images/tabular-feature_valign-top.png
2131         scale 70
2132         scaleBeforeRotation
2133         BoundingBox 0bp 6bp 22bp 22bp
2134
2135 \end_inset
2136
2137  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2138 \end_layout
2139
2140 \begin_layout Labeling
2141 \labelwidthstring 00.00.0000
2142 \begin_inset Graphics
2143         filename ../../images/tabular-feature_valign-middle.png
2144         scale 70
2145         scaleBeforeRotation
2146         BoundingBox 0bp 6bp 22bp 22bp
2147
2148 \end_inset
2149
2150  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2151 \end_layout
2152
2153 \begin_layout Labeling
2154 \labelwidthstring 00.00.0000
2155 \begin_inset Graphics
2156         filename ../../images/tabular-feature_valign-bottom.png
2157         scale 70
2158         scaleBeforeRotation
2159         BoundingBox 0bp 6bp 22bp 22bp
2160
2161 \end_inset
2162
2163  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2164 \end_layout
2165
2166 \begin_layout Labeling
2167 \labelwidthstring 00.00.0000
2168 \begin_inset Graphics
2169         filename ../../images/tabular-feature_set-rotate-cell.png
2170         scale 70
2171         scaleBeforeRotation
2172         BoundingBox 0bp 6bp 22bp 22bp
2173
2174 \end_inset
2175
2176  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Graphics
2182         filename ../../images/tabular-feature_set-rotate-tabular.png
2183         scale 70
2184         scaleBeforeRotation
2185         BoundingBox 0bp 6bp 22bp 22bp
2186
2187 \end_inset
2188
2189  Dreht die Tabelle um 90° im gegen den Uhrzeigersinn
2190 \end_layout
2191
2192 \begin_layout Labeling
2193 \labelwidthstring 00.00.0000
2194 \begin_inset Graphics
2195         filename ../../images/tabular-feature_multicolumn.png
2196         scale 70
2197         scaleBeforeRotation
2198         BoundingBox 0bp 6bp 22bp 22bp
2199
2200 \end_inset
2201
2202  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2203 \end_layout
2204
2205 \begin_layout Standard
2206 \begin_inset Note Greyedout
2207 status open
2208
2209 \begin_layout Standard
2210
2211 \series bold
2212 Note:
2213 \series default
2214  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2215  Reihe für alle Zelle der Reihe verwendet.
2216 \end_layout
2217
2218 \end_inset
2219
2220
2221 \end_layout
2222
2223 \begin_layout Section
2224 Bearbeiten-Menü
2225 \begin_inset LatexCommand index
2226 name "Tabellen ! Bearbeiten-Menü"
2227
2228 \end_inset
2229
2230
2231 \end_layout
2232
2233 \begin_layout Standard
2234 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2235  Wenn der Cursor in einer Tabelle steht, sind im 
2236 \family sans
2237 Bearbeiten
2238 \family default
2239 -Menü folgende Punkte aktiviert: 
2240 \family sans
2241 Tabelle
2242 \family default
2243
2244 \family sans
2245 Zeilen\InsetSpace ~
2246 &\InsetSpace ~
2247 Spalten
2248 \family default
2249  und 
2250 \family sans
2251 Tabellen-Einstellungen
2252 \family default
2253 .
2254  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2255 ngsmöglichkeiten zu erreichen.
2256 \end_layout
2257
2258 \begin_layout Section
2259 Gleitende Tabellen
2260 \begin_inset LatexCommand label
2261 name "abs:Gleitende-Tabellen"
2262
2263 \end_inset
2264
2265
2266 \begin_inset LatexCommand index
2267 name "Gleitobjekte ! Tabellen"
2268
2269 \end_inset
2270
2271
2272 \begin_inset LatexCommand index
2273 name "Tabellen ! gleitende"
2274
2275 \end_inset
2276
2277
2278 \end_layout
2279
2280 \begin_layout Standard
2281 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt\InsetSpace ~
2282
2283 \begin_inset LatexCommand ref
2284 reference "abs:Gleitobjekte-Einleitung"
2285
2286 \end_inset
2287
2288 .
2289 \end_layout
2290
2291 \begin_layout Standard
2292 \begin_inset Float table
2293 placement h
2294 wide false
2295 sideways false
2296 status open
2297
2298 \begin_layout Standard
2299 \begin_inset Caption
2300
2301 \begin_layout Standard
2302 \begin_inset LatexCommand label
2303 name "tab:a table float"
2304
2305 \end_inset
2306
2307 Eine gleitende Tabelle
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Standard
2316 \align center
2317 \begin_inset Tabular
2318 <lyxtabular version="3" rows="3" columns="3">
2319 <features>
2320 <column alignment="center" valignment="top" leftline="true" width="0pt">
2321 <column alignment="center" valignment="top" leftline="true" width="0pt">
2322 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2323 <row topline="true" bottomline="true">
2324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2325 \begin_inset Text
2326
2327 \begin_layout Standard
2328
2329 \family roman
2330 \series medium
2331 \shape up
2332 \size normal
2333 \emph off
2334 \bar no
2335 \noun off
2336 \color none
2337 1
2338 \end_layout
2339
2340 \end_inset
2341 </cell>
2342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2343 \begin_inset Text
2344
2345 \begin_layout Standard
2346
2347 \family roman
2348 \series medium
2349 \shape up
2350 \size normal
2351 \emph off
2352 \bar no
2353 \noun off
2354 \color none
2355 2
2356 \end_layout
2357
2358 \end_inset
2359 </cell>
2360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2361 \begin_inset Text
2362
2363 \begin_layout Standard
2364
2365 \family roman
2366 \series medium
2367 \shape up
2368 \size normal
2369 \emph off
2370 \bar no
2371 \noun off
2372 \color none
2373 3
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 </row>
2379 <row topline="true">
2380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2381 \begin_inset Text
2382
2383 \begin_layout Standard
2384
2385 \family roman
2386 \series medium
2387 \shape up
2388 \size normal
2389 \emph off
2390 \bar no
2391 \noun off
2392 \color none
2393 Martin
2394 \end_layout
2395
2396 \end_inset
2397 </cell>
2398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2399 \begin_inset Text
2400
2401 \begin_layout Standard
2402
2403 \family roman
2404 \series medium
2405 \shape up
2406 \size normal
2407 \emph off
2408 \bar no
2409 \noun off
2410 \color none
2411 Lena
2412 \end_layout
2413
2414 \end_inset
2415 </cell>
2416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2417 \begin_inset Text
2418
2419 \begin_layout Standard
2420
2421 \family roman
2422 \series medium
2423 \shape up
2424 \size normal
2425 \emph off
2426 \bar no
2427 \noun off
2428 \color none
2429 Alina
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 </row>
2435 <row topline="true" bottomline="true">
2436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2437 \begin_inset Text
2438
2439 \begin_layout Standard
2440
2441 \family roman
2442 \series medium
2443 \shape up
2444 \size normal
2445 \emph off
2446 \bar no
2447 \noun off
2448 \color none
2449 \begin_inset Formula $\int x^{2}dx$
2450 \end_inset
2451
2452
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Standard
2461
2462 \family roman
2463 \series medium
2464 \shape up
2465 \size normal
2466 \emph off
2467 \bar no
2468 \noun off
2469 \color none
2470 \begin_inset Formula $\left[\begin{array}{cc}
2471 a & b\\
2472 c & d\end{array}\right]$
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \end_inset
2479 </cell>
2480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2481 \begin_inset Text
2482
2483 \begin_layout Standard
2484
2485 \family roman
2486 \series medium
2487 \shape up
2488 \size normal
2489 \emph off
2490 \bar no
2491 \noun off
2492 \color none
2493 \begin_inset Formula $1+1=2$
2494 \end_inset
2495
2496
2497 \end_layout
2498
2499 \end_inset
2500 </cell>
2501 </row>
2502 </lyxtabular>
2503
2504 \end_inset
2505
2506
2507 \end_layout
2508
2509 \end_inset
2510
2511
2512 \end_layout
2513
2514 \begin_layout Standard
2515 Gleitende Tabellen können über 
2516 \family sans
2517 Einfügen\SpecialChar \menuseparator
2518 Gleitobjekt\SpecialChar \menuseparator
2519 Tabelle
2520 \family default
2521  oder einen Klick auf den Werkzeugleistenknopf 
2522 \begin_inset Graphics
2523         filename ../../images/float-insert_table.png
2524         scale 70
2525         scaleBeforeRotation
2526         BoundingBox 0bp 6bp 22bp 22bp
2527
2528 \end_inset
2529
2530  erzeugt werden.
2531  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2532  In das rot umrahmte Feld rechts von 
2533 \emph on
2534 Tabelle\InsetSpace ~
2535 Nr:
2536 \emph default
2537  schreiben Sie die Tabellenbeschriftung.
2538  Nach einem Klick oberhalb oder unterhalb von 
2539 \emph on
2540 Tabelle\InsetSpace ~
2541 Nr:
2542 \emph default
2543  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2544 \begin_inset Graphics
2545         filename ../../images/tabular-insert.png
2546         scale 70
2547         scaleBeforeRotation
2548         BoundingBox 0bp 6bp 22bp 22bp
2549
2550 \end_inset
2551
2552  oder dem Menü 
2553 \family sans
2554 Einfügen\SpecialChar \menuseparator
2555 Tabelle
2556 \family default
2557  einfügen.
2558 \end_layout
2559
2560 \begin_layout Standard
2561 Tabelle\InsetSpace ~
2562
2563 \begin_inset LatexCommand ref
2564 reference "tab:a table float"
2565
2566 \end_inset
2567
2568  ist ein Beispiel für eine gleitende Tabelle.
2569 \end_layout
2570
2571 \begin_layout Standard
2572 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2573 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2574  Das bedeutet, dass bei den Klassen 
2575 \family sans
2576 article
2577 \family default
2578
2579 \family sans
2580 book
2581 \family default
2582
2583 \family sans
2584 letter
2585 \family default
2586 , und 
2587 \family sans
2588 report
2589 \family default
2590  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2591  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2592 \series bold
2593 caption
2594 \series default
2595
2596 \begin_inset LatexCommand index
2597 name "LaTeX-Pakete ! caption"
2598
2599 \end_inset
2600
2601  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2602 \begin_inset Foot
2603 status open
2604
2605 \begin_layout Standard
2606 Näheres finden Sie im Abschnitt\InsetSpace ~
2607
2608 \begin_inset LatexCommand ref
2609 reference "abs:Titel-Platzierung"
2610
2611 \end_inset
2612
2613 .
2614 \end_layout
2615
2616 \end_inset
2617
2618
2619 \end_layout
2620
2621 \begin_layout Standard
2622
2623 \series bold
2624 tableposition=top
2625 \end_layout
2626
2627 \begin_layout Standard
2628 Das Paket 
2629 \series bold
2630 caption
2631 \series default
2632 , das in Abschnitt\InsetSpace ~
2633
2634 \begin_inset LatexCommand ref
2635 reference "abs:Titel-Formatierung"
2636
2637 \end_inset
2638
2639 beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2640 \end_layout
2641
2642 \begin_layout Standard
2643 \begin_inset LatexCommand index
2644 name "Tabellen ! zitieren"
2645
2646 \end_inset
2647
2648 Auf Tabellen kann über ihre Marke verwiesen werden.
2649  Dafür fügen Sie in der Beschriftung mit 
2650 \family sans
2651 Einfügen\SpecialChar \menuseparator
2652 Marke
2653 \family default
2654  oder durch Klicken auf 
2655 \begin_inset Graphics
2656         filename ../../images/label-insert.png
2657         scale 70
2658         scaleBeforeRotation
2659         BoundingBox 0bp 6bp 20bp 20bp
2660
2661 \end_inset
2662
2663  eine Marke ein.
2664  Auf diese können Sie dann wie gewohnt mit 
2665 \family sans
2666 Einfügen\SpecialChar \menuseparator
2667 Querverweis
2668 \family default
2669  oder durch Klicken auf 
2670 \begin_inset Graphics
2671         filename ../../images/dialog-show-new-inset_ref.png
2672         scale 70
2673         scaleBeforeRotation
2674         BoundingBox 0bp 6bp 22bp 22bp
2675
2676 \end_inset
2677
2678  verweisen.
2679  Verweise werden detailliert in Abschnitt\InsetSpace ~
2680
2681 \begin_inset LatexCommand ref
2682 reference "abs:Auf-Gleitobjekte-verweisen"
2683
2684 \end_inset
2685
2686  beschrieben.
2687 \end_layout
2688
2689 \begin_layout Section
2690 Lange Tabellen
2691 \begin_inset LatexCommand label
2692 name "abs:Lange-Tabellen"
2693
2694 \end_inset
2695
2696
2697 \begin_inset LatexCommand index
2698 name "Tabellen ! lange"
2699
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \begin_layout Standard
2706 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2707  Dialogfenster 
2708 \family sans
2709 Tabellen-Einstellungen
2710 \family default
2711  auf der Karteikarte  
2712 \family sans
2713 Lange\InsetSpace ~
2714 Tabelle
2715 \family default
2716  die Option 
2717 \family sans
2718 Lange\InsetSpace ~
2719 Tabelle\InsetSpace ~
2720 verwenden
2721 \family default
2722  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2723  Außerdem werden weitere Optionen aktiviert, die im 
2724 \emph on
2725 Benutzerhandbuch
2726 \emph default
2727  beschrieben sind.
2728 \end_layout
2729
2730 \begin_layout Standard
2731 Hier ist ein Beispiel einer langen Tabelle:
2732 \end_layout
2733
2734 \begin_layout Standard
2735 \align center
2736 \begin_inset Tabular
2737 <lyxtabular version="3" rows="69" columns="3">
2738 <features islongtable="true">
2739 <column alignment="left" valignment="top" leftline="true" width="0cm">
2740 <column alignment="left" valignment="top" width="0pt">
2741 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2742 <row topline="true" bottomline="true" endfirsthead="true">
2743 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2744 \begin_inset Text
2745
2746 \begin_layout Standard
2747
2748 \series bold
2749 Telefonliste (ignoriere die Namen)
2750 \end_layout
2751
2752 \end_inset
2753 </cell>
2754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2755 \begin_inset Text
2756
2757 \begin_layout Standard
2758
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Standard
2767
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 </row>
2773 <row topline="true" bottomline="true" endfirsthead="true">
2774 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Standard
2778
2779 \series bold
2780 NAME
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Standard
2789
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Standard
2798
2799 \series bold
2800 TEL.
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 </row>
2806 <row topline="true" bottomline="true" endhead="true">
2807 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Standard
2811
2812 \series bold
2813 Telefonliste
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2819 \begin_inset Text
2820
2821 \begin_layout Standard
2822
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Standard
2831
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 </row>
2837 <row topline="true" bottomline="true" endhead="true">
2838 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Standard
2842
2843 \series bold
2844 NAME
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Standard
2853
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Standard
2862
2863 \series bold
2864 TEL.
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 </row>
2870 <row topline="true" bottomline="true" endfoot="true">
2871 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Standard
2875
2876 \series bold
2877 wird fortgesetzt
2878 \series default
2879  \SpecialChar \ldots{}
2880
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Standard
2889
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Standard
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row>
2905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Standard
2909
2910 \series bold
2911 Annovi
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 <cell alignment="center" valignment="top" topline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Standard
2920 Silvia
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Standard
2929 111
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 </row>
2935 <row>
2936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Standard
2940
2941 \series bold
2942 Bertoli
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Standard
2951 Stefano
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Standard
2960 111
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Standard
2971
2972 \series bold
2973 Bozzi
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell alignment="center" valignment="top" topline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Standard
2982 Walter
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Standard
2991 111
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 </row>
2997 <row>
2998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Standard
3002
3003 \series bold
3004 Cachia
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 <cell alignment="center" valignment="top" topline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Standard
3013 Maria
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Standard
3022 111
3023 \end_layout
3024
3025 \end_inset
3026 </cell>
3027 </row>
3028 <row>
3029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Standard
3033
3034 \series bold
3035 Cachia
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell alignment="center" valignment="top" topline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Standard
3044 Maurizio
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Standard
3053 111
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 </row>
3059 <row>
3060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Standard
3064
3065 \series bold
3066 Cinquemani
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 <cell alignment="center" valignment="top" topline="true" usebox="none">
3072 \begin_inset Text
3073
3074 \begin_layout Standard
3075 Giusi
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Standard
3084 111
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 </row>
3090 <row>
3091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Standard
3095
3096 \series bold
3097 Colin
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell alignment="center" valignment="top" topline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Standard
3106 Bernard
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Standard
3115 111
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 </row>
3121 <row>
3122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Standard
3126
3127 \series bold
3128 Concli
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell alignment="center" valignment="top" topline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Standard
3137 Gianfranco
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Standard
3146 111
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row>
3153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Standard
3157
3158 \series bold
3159 Dal Bosco
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" topline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Standard
3168 Carolina
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Standard
3177 111
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 </row>
3183 <row>
3184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Standard
3188
3189 \series bold
3190 Dalpiaz
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell alignment="center" valignment="top" topline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Standard
3199 Annamaria
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Standard
3208 111
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 <row>
3215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Standard
3219
3220 \series bold
3221 Feliciello
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell alignment="center" valignment="top" topline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Standard
3230 Domenico
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Standard
3239 111
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 <row>
3246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Standard
3250
3251 \series bold
3252 Focarelli
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell alignment="center" valignment="top" topline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Standard
3261 Paola
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Standard
3270 111
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 </row>
3276 <row>
3277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Standard
3281
3282 \series bold
3283 Galletti
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell alignment="center" valignment="top" topline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Standard
3292 Oreste
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Standard
3301 111
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 </row>
3307 <row>
3308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Standard
3312
3313 \series bold
3314 Gasparini
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell alignment="center" valignment="top" topline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Standard
3323 Franca
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Standard
3332 111
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 </row>
3338 <row>
3339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Standard
3343
3344 \series bold
3345 Rizzardi
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" topline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Standard
3354 Paola
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Standard
3363 111
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 </row>
3369 <row>
3370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Standard
3374
3375 \series bold
3376 Lassini
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" topline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Standard
3385 Giancarlo
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Standard
3394 111
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row>
3401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Standard
3405
3406 \series bold
3407 Malfatti
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" topline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Standard
3416 Luciano
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Standard
3425 111
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 </row>
3431 <row>
3432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Standard
3436
3437 \series bold
3438 Malfatti
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" topline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Standard
3447 Valeriano
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Standard
3456 111
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 </row>
3462 <row>
3463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Standard
3467
3468 \series bold
3469 Meneguzzo
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" topline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Standard
3478 Roberto
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Standard
3487 111
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 </row>
3493 <row>
3494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Standard
3498
3499 \series bold
3500 Mezzadra
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" topline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Standard
3509 Roberto
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Standard
3518 111
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 </row>
3524 <row>
3525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Standard
3529
3530 \series bold
3531 Pirpamer
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" topline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Standard
3540 Erich
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Standard
3549 111
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 </row>
3555 <row>
3556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Standard
3560
3561 \series bold
3562 Pochiesa
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" topline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Standard
3571 Paolo
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Standard
3580 111, 222
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 <row>
3587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Standard
3591
3592 \series bold
3593 Radina
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" topline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Standard
3602 Claudio
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Standard
3611 111
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 <row>
3618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Standard
3622
3623 \series bold
3624 Stuffer
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" topline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Standard
3633 Oskar
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Standard
3642 111
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Standard
3653
3654 \series bold
3655 Tacchelli
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" topline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Standard
3664 Ugo
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Standard
3673 111
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 <row>
3680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Standard
3684
3685 \series bold
3686 Tezzele
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" topline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Standard
3695 Margit
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Standard
3704 111
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 </row>
3710 <row>
3711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Standard
3715
3716 \series bold
3717 Unterkalmsteiner
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" topline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Standard
3726 Frieda
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Standard
3735 111
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 </row>
3741 <row>
3742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Standard
3746
3747 \series bold
3748 Vieider
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" topline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Standard
3757 Hilde
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Standard
3766 111
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 </row>
3772 <row>
3773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Standard
3777
3778 \series bold
3779 Vigna
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" topline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Standard
3788 Jürgen
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Standard
3797 111
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 </row>
3803 <row>
3804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Standard
3808
3809 \series bold
3810 Weber
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" topline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Standard
3819 Maurizio
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Standard
3828 111
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 <row bottomline="true">
3835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Standard
3839
3840 \series bold
3841 Winkler
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" topline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Standard
3850 Franz
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Standard
3859 111
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row bottomline="true">
3866 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Standard
3870  
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Standard
3879
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Standard
3888
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Standard
3899
3900 \series bold
3901 Annovi
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" topline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Standard
3910 Silvia
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Standard
3919 555
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Standard
3930
3931 \series bold
3932 Bertoli
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" topline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Standard
3941 Stefano
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Standard
3950 555
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Standard
3961
3962 \series bold
3963 Bozzi
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" topline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Standard
3972 Walter
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Standard
3981 555
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Standard
3992
3993 \series bold
3994 Cachia
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" topline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Standard
4003 Maria
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Standard
4012 555
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Standard
4023
4024 \series bold
4025 Cachia
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" topline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Standard
4034 Maurizio
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Standard
4043 555
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Standard
4054
4055 \series bold
4056 Cinquemani
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" topline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Standard
4065 Giusi
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Standard
4074 555
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Standard
4085
4086 \series bold
4087 Colin
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" topline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Standard
4096 Bernard
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Standard
4105 555
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Standard
4116
4117 \series bold
4118 Concli
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" topline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Standard
4127 Gianfranco
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Standard
4136 555
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Standard
4147
4148 \series bold
4149 Dal Bosco
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" topline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Standard
4158 Carolina
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Standard
4167 555
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Standard
4178
4179 \series bold
4180 Dalpiaz
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" topline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Standard
4189 Annamaria
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Standard
4198 555
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Standard
4209
4210 \series bold
4211 Feliciello
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" topline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Standard
4220 Domenico
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Standard
4229 555
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Standard
4240
4241 \series bold
4242 Focarelli
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" topline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Standard
4251 Paola
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Standard
4260 555
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 </row>
4266 <row>
4267 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Standard
4271
4272 \series bold
4273 Galletti
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" topline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Standard
4282 Oreste
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Standard
4291 555
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 </row>
4297 <row>
4298 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Standard
4302
4303 \series bold
4304 Gasparini
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" topline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Standard
4313 Franca
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Standard
4322 555
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 <row>
4329 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Standard
4333
4334 \series bold
4335 Rizzardi
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" topline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Standard
4344 Paola
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Standard
4353 555
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 <row>
4360 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Standard
4364
4365 \series bold
4366 Lassini
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" topline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Standard
4375 Giancarlo
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Standard
4384 555
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 </row>
4390 <row>
4391 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Standard
4395
4396 \series bold
4397 Malfatti
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" topline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Standard
4406 Luciano
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Standard
4415 555
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 </row>
4421 <row>
4422 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Standard
4426
4427 \series bold
4428 Malfatti
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" topline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Standard
4437 Valeriano
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Standard
4446 555
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 </row>
4452 <row>
4453 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Standard
4457
4458 \series bold
4459 Meneguzzo
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" topline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Standard
4468 Roberto
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Standard
4477 555
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 </row>
4483 <row>
4484 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Standard
4488
4489 \series bold
4490 Mezzadra
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" topline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Standard
4499 Roberto
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Standard
4508 555
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Standard
4519
4520 \series bold
4521 Pirpamer
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" topline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Standard
4530 Erich
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Standard
4539 555
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 </row>
4545 <row>
4546 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Standard
4550
4551 \series bold
4552 Pochiesa
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" topline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Standard
4561 Paolo
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Standard
4570 555, 222
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Standard
4581
4582 \series bold
4583 Radina
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" topline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Standard
4592 Claudio
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Standard
4601 555
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Standard
4612
4613 \series bold
4614 Stuffer
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" topline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Standard
4623 Oskar
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Standard
4632 555
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Standard
4643
4644 \series bold
4645 Tacchelli
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Standard
4654 Ugo
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Standard
4663 555
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 </row>
4669 <row>
4670 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Standard
4674
4675 \series bold
4676 Tezzele
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" topline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Standard
4685 Margit
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Standard
4694 555
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 </row>
4700 <row>
4701 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Standard
4705
4706 \series bold
4707 Unterkalmsteiner
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" topline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Standard
4716 Frieda
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Standard
4725 555
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 </row>
4731 <row>
4732 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Standard
4736
4737 \series bold
4738 Vieider
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" topline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Standard
4747 Hilde
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Standard
4756 555
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 </row>
4762 <row>
4763 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Standard
4767
4768 \series bold
4769 Vigna
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" topline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Standard
4778 Jürgen
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Standard
4787 999
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 <row>
4794 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Standard
4798
4799 \series bold
4800 Weber
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" topline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Standard
4809 Maurizio
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Standard
4818 555
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 </row>
4824 <row bottomline="true">
4825 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Standard
4829
4830 \series bold
4831 Winkler
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" topline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Standard
4840 Franz
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Standard
4849 555
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 </row>
4855 <row bottomline="true" endlastfoot="true">
4856 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Standard
4860
4861 \series bold
4862 Ende
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Standard
4871
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Standard
4880
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 </row>
4886 </lyxtabular>
4887
4888 \end_inset
4889
4890
4891 \begin_inset ERT
4892 status collapsed
4893
4894 \begin_layout Standard
4895
4896
4897 \backslash
4898 addtocounter{table}{-1}
4899 \end_layout
4900
4901 \end_inset
4902
4903
4904 \begin_inset Note Note
4905 status collapsed
4906
4907 \begin_layout Standard
4908 Die Bedeutung diese Befehle finden Sie in der Bemerkung 1 von Abschnitt\InsetSpace ~
4909
4910 \begin_inset LatexCommand ref
4911 reference "uab:Titel-für-lange"
4912
4913 \end_inset
4914
4915
4916 \end_layout
4917
4918 \end_inset
4919
4920
4921 \end_layout
4922
4923 \begin_layout Subsection
4924 Fußnoten in langen Tabellen
4925 \begin_inset LatexCommand label
4926 name "uab:Fußnoten-in-langen"
4927
4928 \end_inset
4929
4930
4931 \begin_inset LatexCommand index
4932 name "Tabellen ! lange ! Fußnoten"
4933
4934 \end_inset
4935
4936
4937 \end_layout
4938
4939 \begin_layout Standard
4940 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
4941  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
4942  Tabelle\InsetSpace ~
4943
4944 \begin_inset LatexCommand ref
4945 reference "tab:DiffCaptions"
4946
4947 \end_inset
4948
4949  hat zum Beispiel eine Fußnote.
4950 \end_layout
4951
4952 \begin_layout Subsection
4953 Ausrichtung langer Tabellen
4954 \begin_inset LatexCommand index
4955 name "Tabellen ! lange ! Ausrichtung"
4956
4957 \end_inset
4958
4959
4960 \end_layout
4961
4962 \begin_layout Standard
4963 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
4964  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
4965 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
4966  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
4967  Längen 
4968 \series bold
4969
4970 \backslash
4971 LTleft 
4972 \series default
4973 und 
4974 \series bold
4975
4976 \backslash
4977 LTright
4978 \series default
4979  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
4980  wird:
4981 \end_layout
4982
4983 \begin_layout Standard
4984
4985 \series bold
4986
4987 \backslash
4988 setlength{
4989 \backslash
4990 LTleft}{Wert}
4991 \end_layout
4992
4993 \begin_layout Standard
4994 Wobei der Wert eine der in Tabelle\InsetSpace ~
4995
4996 \begin_inset LatexCommand ref
4997 reference "tab:Maßeinheiten"
4998
4999 \end_inset
5000
5001  aufgelisteten Einheiten haben kann.
5002  
5003 \series bold
5004
5005 \backslash
5006 LTleft
5007 \series default
5008  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5009  
5010 \series bold
5011
5012 \backslash
5013 LTright
5014 \series default
5015  den Abstand von rechts.
5016  Die Voreinstellung für beide Werte ist 
5017 \series bold
5018
5019 \backslash
5020 fill
5021 \series default
5022 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5023  in LyX ist.
5024 \end_layout
5025
5026 \begin_layout Standard
5027 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5028 \series bold
5029
5030 \backslash
5031 LTleft
5032 \series default
5033  auf den Wert 0\InsetSpace \thinspace{}
5034 pt gesetzt wurde.
5035 \begin_inset ERT
5036 status collapsed
5037
5038 \begin_layout Standard
5039
5040
5041 \backslash
5042 setlength{
5043 \backslash
5044 LTleft}{0pt}
5045 \end_layout
5046
5047 \end_inset
5048
5049
5050 \end_layout
5051
5052 \begin_layout Standard
5053 \begin_inset Tabular
5054 <lyxtabular version="3" rows="5" columns="5">
5055 <features islongtable="true">
5056 <column alignment="center" valignment="top" leftline="true" width="0">
5057 <column alignment="center" valignment="top" leftline="true" width="0">
5058 <column alignment="center" valignment="top" leftline="true" width="0">
5059 <column alignment="center" valignment="top" leftline="true" width="0">
5060 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5061 <row topline="true">
5062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Standard
5066 1
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Standard
5075 2
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Standard
5084 3
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Standard
5093 4
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Standard
5102 5
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row topline="true">
5109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Standard
5113 asd
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Standard
5122 s
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Standard
5131 s
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Standard
5140 s
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Standard
5149 asd
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 </row>
5155 <row topline="true">
5156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Standard
5160 asd
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Standard
5169 s
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Standard
5178 s
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Standard
5187 s
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Standard
5196 asd
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row topline="true">
5203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Standard
5207 asd
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Standard
5216 s
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Standard
5225 s
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Standard
5234 s
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Standard
5243 asd
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 </row>
5249 <row topline="true" bottomline="true">
5250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Standard
5254 asd
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Standard
5263 asd
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Standard
5272 asd
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Standard
5281 asd
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Standard
5290 asd
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 </row>
5296 </lyxtabular>
5297
5298 \end_inset
5299
5300
5301 \begin_inset ERT
5302 status collapsed
5303
5304 \begin_layout Standard
5305
5306
5307 \backslash
5308 setlength{
5309 \backslash
5310 LTleft}{
5311 \backslash
5312 fill}
5313 \end_layout
5314
5315 \end_inset
5316
5317
5318 \end_layout
5319
5320 \begin_layout Subsection
5321 Beschriftungen lange Tabellen
5322 \begin_inset LatexCommand index
5323 name "Tabellen ! lange ! Titel"
5324
5325 \end_inset
5326
5327
5328 \begin_inset LatexCommand label
5329 name "uab:Titel-für-lange"
5330
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \begin_layout Standard
5337 Eine 
5338 \family sans
5339 lange\InsetSpace ~
5340 Tabelle
5341 \family default
5342  kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte nur auf eine
5343  Seite gedruckt werden können.
5344  Aber die 
5345 \family sans
5346 Legende
5347 \family default
5348 -Umgebung von Gleitobjekten kann auch in langen Tabellen benutzt werden.
5349 \end_layout
5350
5351 \begin_layout Standard
5352 Weil LyX das noch nicht völlig unterstützt, muss man ein wenig tricksen:
5353 \end_layout
5354
5355 \begin_layout Enumerate
5356 Erstellen Sie eine 
5357 \family sans
5358 lange\InsetSpace ~
5359 Tabelle
5360 \family default
5361 .
5362 \end_layout
5363
5364 \begin_layout Enumerate
5365 Markieren Sie die erste Zeile und entfernen Sie die obere Linie.
5366 \end_layout
5367
5368 \begin_layout Enumerate
5369 Fügen Sie 
5370 \family sans
5371 mit Einfügen\SpecialChar \menuseparator
5372 Legende
5373 \family default
5374  eine Beschriftung in die erste Tabellenzelle.
5375  Sie können auch noch einen Kurztitel hinzufügen, 
5376 \family sans
5377 Einfügen\SpecialChar \menuseparator
5378 Kurztitel
5379 \family default
5380 .
5381 \end_layout
5382
5383 \begin_layout Enumerate
5384 Fügen Sie hinter dem Titel 
5385 \series bold
5386
5387 \begin_inset Quotes gld
5388 \end_inset
5389
5390
5391 \backslash
5392
5393 \backslash
5394 %
5395 \series default
5396
5397 \begin_inset Quotes grd
5398 \end_inset
5399
5400  als TeX-Code ein.
5401 \end_layout
5402
5403 \begin_layout Standard
5404 Ein Kurztitel wird anstatt der richtigen Beschriftung im Tabellenverzeichnis
5405  gedruckt.
5406  Die Zeichen 
5407 \series bold
5408
5409 \begin_inset Quotes gld
5410 \end_inset
5411
5412
5413 \backslash
5414
5415 \backslash
5416 %
5417 \series default
5418
5419 \begin_inset Quotes grd
5420 \end_inset
5421
5422  hinter dem Titel lässt die vertikalen Linien aller Zellen der ersten Zeile
5423  weg.
5424  Die erste Tabellenzeile ist damit nur so eine Platzhalter für die Beschriftung,
5425  und die eigentliche Tabelle beginnt mit der zweiten Zeile.
5426 \end_layout
5427
5428 \begin_layout Standard
5429 Hier ist eine kleine 
5430 \family sans
5431 lange\InsetSpace ~
5432 Tabelle
5433 \family default
5434 , die zeigt, wie das funktioniert:
5435 \end_layout
5436
5437 \begin_layout Standard
5438 \begin_inset Tabular
5439 <lyxtabular version="3" rows="6" columns="5">
5440 <features islongtable="true">
5441 <column alignment="center" valignment="top" leftline="true" width="0">
5442 <column alignment="center" valignment="top" leftline="true" width="0">
5443 <column alignment="center" valignment="top" leftline="true" width="0">
5444 <column alignment="center" valignment="top" leftline="true" width="0">
5445 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5446 <row>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Standard
5451 \begin_inset Caption
5452
5453 \begin_layout Standard
5454 Eine 
5455 \family sans
5456 lange\InsetSpace ~
5457 Tabelle
5458 \family default
5459  mit Titel
5460 \begin_inset OptArg
5461 status open
5462
5463 \begin_layout Standard
5464 Lange Tabelle
5465 \end_layout
5466
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \end_inset
5473
5474
5475 \begin_inset ERT
5476 status collapsed
5477
5478 \begin_layout Standard
5479
5480
5481 \backslash
5482
5483 \backslash
5484 %
5485 \end_layout
5486
5487 \end_inset
5488
5489
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Standard
5498
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Standard
5507
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Standard
5516
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Standard
5525
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row topline="true">
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Standard
5536 1
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Standard
5545 2
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Standard
5554 3
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Standard
5563 4
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Standard
5572 5
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 <row topline="true">
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Standard
5583 asd
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Standard
5592 s
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Standard
5601 s
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Standard
5610 s
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Standard
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 </row>
5625 <row topline="true">
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Standard
5630 asd
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Standard
5639 s
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Standard
5648 s
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Standard
5657 s
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Standard
5666 asd
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 </row>
5672 <row topline="true">
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Standard
5677 asd
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Standard
5686 s
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Standard
5695 s
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Standard
5704 s
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Standard
5713 asd
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 </row>
5719 <row topline="true" bottomline="true">
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Standard
5724 asd
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Standard
5733 asd
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Standard
5742 asd
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Standard
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Standard
5760 asd
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 </lyxtabular>
5767
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \begin_layout Standard
5774 \begin_inset VSpace medskip
5775 \end_inset
5776
5777
5778 \begin_inset Note Greyedout
5779 status open
5780
5781 \begin_layout Standard
5782
5783 \series bold
5784 Bemerkung\InsetSpace ~
5785 1:
5786 \series default
5787  Die Tabellennummer wird für jede 
5788 \family sans
5789 lange\InsetSpace ~
5790 Tabelle
5791 \family default
5792  erhöht, auch wenn Sie keinen Titel vergeben.
5793  Deshalb könnte es passieren, dass zum Beispiel Tabelle\InsetSpace ~
5794 2.4 auf Tabelle\InsetSpace ~
5795 2.1
5796  im Tabellenverzeichnis folgt, wenn dazwischen zwei
5797 \family sans
5798  lange\InsetSpace ~
5799 Tabellen
5800 \family default
5801  ohne Titel sind.
5802  Um das zu vermeiden, können Sie hinter jede 
5803 \family sans
5804 lange\InsetSpace ~
5805 Tabelle
5806 \family default
5807  ohne Titel folgenden LaTeX-Befehl als TeX-Code einfügen:
5808 \end_layout
5809
5810 \begin_layout Standard
5811
5812 \series bold
5813
5814 \backslash
5815 addtocounter{table}{-1}
5816 \end_layout
5817
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \begin_layout Standard
5824 \begin_inset Note Greyedout
5825 status open
5826
5827 \begin_layout Standard
5828
5829 \series bold
5830 Bemerkung\InsetSpace ~
5831 2:
5832 \series default
5833  Wenn Sie das LaTeX-Paket 
5834 \series bold
5835 hyperref
5836 \series default
5837
5838 \begin_inset LatexCommand index
5839 name "LaTeX-Pakete ! hyperref"
5840
5841 \end_inset
5842
5843  für Querverweise benutzen, wird der Verweis auf eine 
5844 \family sans
5845 lange\InsetSpace ~
5846 Tabelle
5847 \family default
5848  immer auf den Anfang des Dokuments zeigen.
5849 \end_layout
5850
5851 \end_inset
5852
5853
5854 \newpage
5855
5856 \end_layout
5857
5858 \begin_layout Subsubsection
5859 Querverweise auf 
5860 \family sans
5861 lange\InsetSpace ~
5862 Tabelle
5863 \family default
5864 n
5865 \begin_inset LatexCommand index
5866 name "Tabellen ! lange ! Querverweis"
5867
5868 \end_inset
5869
5870
5871 \end_layout
5872
5873 \begin_layout Standard
5874 \begin_inset Tabular
5875 <lyxtabular version="3" rows="6" columns="5">
5876 <features islongtable="true">
5877 <column alignment="center" valignment="top" leftline="true" width="0">
5878 <column alignment="center" valignment="top" leftline="true" width="0">
5879 <column alignment="center" valignment="top" leftline="true" width="0">
5880 <column alignment="center" valignment="top" leftline="true" width="0">
5881 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5882 <row>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Standard
5887 \begin_inset Caption
5888
5889 \begin_layout Standard
5890
5891 \family sans
5892 Lange\InsetSpace ~
5893 Tabelle
5894 \family default
5895  mit Marke
5896 \begin_inset LatexCommand label
5897 name "tab:LangeTabelle-mit-Marke"
5898
5899 \end_inset
5900
5901
5902 \end_layout
5903
5904 \end_inset
5905
5906
5907 \begin_inset ERT
5908 status collapsed
5909
5910 \begin_layout Standard
5911
5912
5913 \backslash
5914
5915 \backslash
5916 %
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Standard
5930
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Standard
5939
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Standard
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Standard
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 </row>
5963 <row topline="true">
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Standard
5968 1
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Standard
5977 2
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Standard
5986 3
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Standard
5995 4
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Standard
6004 5
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 </row>
6010 <row topline="true">
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Standard
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Standard
6024 s
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Standard
6033 s
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Standard
6042 s
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Standard
6051 asd
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 <row topline="true">
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Standard
6062 asd
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Standard
6071 s
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Standard
6080 s
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Standard
6089 s
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Standard
6098 asd
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 </row>
6104 <row topline="true">
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Standard
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Standard
6118 s
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Standard
6127 s
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Standard
6136 s
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Standard
6145 asd
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 </row>
6151 <row topline="true" bottomline="true">
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Standard
6156 asd
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Standard
6165 sad
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Standard
6174 asd
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Standard
6183 asd
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Standard
6192 asd
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 </row>
6198 </lyxtabular>
6199
6200 \end_inset
6201
6202
6203 \end_layout
6204
6205 \begin_layout Standard
6206 Damit auf eine 
6207 \family sans
6208 lange\InsetSpace ~
6209 Tabelle
6210 \family default
6211  verwiesen werden kann, müssen Sie eine 
6212 \family sans
6213 Marke
6214 \family default
6215  im Titel einfügen.
6216  Beachten Sie dabei, dass Sie 
6217 \emph on
6218
6219 \begin_inset Quotes gld
6220 \end_inset
6221
6222 tab:
6223 \emph default
6224
6225 \begin_inset Quotes grd
6226 \end_inset
6227
6228  selber ins Markenfeld schreiben müssen.
6229 \end_layout
6230
6231 \begin_layout Standard
6232 Dies ist ein Verweis auf Tabelle\InsetSpace ~
6233
6234 \begin_inset LatexCommand ref
6235 reference "tab:LangeTabelle-mit-Marke"
6236
6237 \end_inset
6238
6239 .
6240 \end_layout
6241
6242 \begin_layout Standard
6243 Mit dem LaTeX-Paket 
6244 \series bold
6245 caption
6246 \series default
6247
6248 \begin_inset LatexCommand index
6249 name "LaTeX-Pakete ! caption"
6250
6251 \end_inset
6252
6253 , siehe Abschnitt\InsetSpace ~
6254
6255 \begin_inset LatexCommand ref
6256 reference "abs:Titel-Formatierung"
6257
6258 \end_inset
6259
6260 , können Sie alle anderen 
6261 \family sans
6262 Legende
6263 \family default
6264 -Optionen benutzen.
6265 \end_layout
6266
6267 \begin_layout Subsubsection
6268 Titelbreite
6269 \begin_inset LatexCommand index
6270 name "Tabellen ! lange ! Beschriftungsbreite"
6271
6272 \end_inset
6273
6274
6275 \end_layout
6276
6277 \begin_layout Standard
6278 Die maximale Titelbreite wird durch die Variable 
6279 \series bold
6280
6281 \backslash
6282 LTcapwidth
6283 \series default
6284  definiert.
6285  Ihr Standardwert ist 4\InsetSpace \thinspace{}
6286 Zoll (
6287 \begin_inset Formula $\approx10$
6288 \end_inset
6289
6290 \InsetSpace \thinspace{}
6291 cm).
6292  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6293  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6294 \end_layout
6295
6296 \begin_layout Standard
6297
6298 \series bold
6299
6300 \backslash
6301 setlength{
6302 \backslash
6303 LTcapwidth}{Breite}
6304 \end_layout
6305
6306 \begin_layout Standard
6307 wobei 
6308 \family typewriter
6309 Breite
6310 \family default
6311  eine der in Anhang\InsetSpace ~
6312
6313 \begin_inset LatexCommand ref
6314 reference "kap:In-LyX-verfügbare"
6315
6316 \end_inset
6317
6318  aufgelisteten Einheiten haben kann.
6319 \end_layout
6320
6321 \begin_layout Standard
6322 Die beiden folgenden Tabellen zeigen den Unterschied:
6323 \end_layout
6324
6325 \begin_layout Standard
6326 \begin_inset Tabular
6327 <lyxtabular version="3" rows="6" columns="5">
6328 <features islongtable="true">
6329 <column alignment="center" valignment="top" leftline="true" width="0">
6330 <column alignment="center" valignment="top" leftline="true" width="0">
6331 <column alignment="center" valignment="top" leftline="true" width="0">
6332 <column alignment="center" valignment="top" leftline="true" width="0">
6333 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6334 <row>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Standard
6339 \begin_inset Caption
6340
6341 \begin_layout Standard
6342 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite, Langer
6343  Titel 
6344 \begin_inset OptArg
6345 status open
6346
6347 \begin_layout Standard
6348 Titel mit Standardbreite
6349 \end_layout
6350
6351 \end_inset
6352
6353
6354 \end_layout
6355
6356 \end_inset
6357
6358
6359 \begin_inset ERT
6360 status collapsed
6361
6362 \begin_layout Standard
6363
6364
6365 \backslash
6366
6367 \backslash
6368 %
6369 \end_layout
6370
6371 \end_inset
6372
6373
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Standard
6382
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Standard
6391
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Standard
6400
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Standard
6409
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 </row>
6415 <row topline="true">
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Standard
6420 1
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Standard
6429 2
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Standard
6438 3
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Standard
6447 4
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Standard
6456 5
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 <row topline="true">
6463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Standard
6467 asd
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Standard
6476 s
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Standard
6485 s
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Standard
6494 s
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Standard
6503 asd
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 </row>
6509 <row topline="true">
6510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Standard
6514 asd
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Standard
6523 s
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Standard
6532 s
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Standard
6541 s
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Standard
6550 asd
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 </row>
6556 <row topline="true">
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Standard
6561 asd
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Standard
6570 s
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Standard
6579 s
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Standard
6588 s
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Standard
6597 asd
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 </row>
6603 <row topline="true" bottomline="true">
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Standard
6608 asd
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Standard
6617 sad
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Standard
6626 asd
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Standard
6635 asd
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Standard
6644 asd
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 </row>
6650 </lyxtabular>
6651
6652 \end_inset
6653
6654
6655 \end_layout
6656
6657 \begin_layout Standard
6658 \begin_inset ERT
6659 status collapsed
6660
6661 \begin_layout Standard
6662
6663
6664 \backslash
6665 setlength{
6666 \backslash
6667 LTcapwidth}{5cm}
6668 \end_layout
6669
6670 \end_inset
6671
6672
6673 \begin_inset Tabular
6674 <lyxtabular version="3" rows="6" columns="5">
6675 <features islongtable="true">
6676 <column alignment="center" valignment="top" leftline="true" width="0">
6677 <column alignment="center" valignment="top" leftline="true" width="0">
6678 <column alignment="center" valignment="top" leftline="true" width="0">
6679 <column alignment="center" valignment="top" leftline="true" width="0">
6680 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
6681 <row>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Standard
6686 \begin_inset Caption
6687
6688 \begin_layout Standard
6689 Langer Titel mit 5\InsetSpace \thinspace{}
6690 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6691 cm Breite, Langer Titel mit
6692  5\InsetSpace \thinspace{}
6693 cm Breite, Langer Titel mit 5\InsetSpace \thinspace{}
6694 cm Breite 
6695 \begin_inset OptArg
6696 status open
6697
6698 \begin_layout Standard
6699 Titel mit 5\InsetSpace \thinspace{}
6700 cm Breite
6701 \end_layout
6702
6703 \end_inset
6704
6705
6706 \end_layout
6707
6708 \end_inset
6709
6710
6711 \begin_inset ERT
6712 status collapsed
6713
6714 \begin_layout Standard
6715
6716
6717 \backslash
6718
6719 \backslash
6720 %
6721 \end_layout
6722
6723 \end_inset
6724
6725
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Standard
6734
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Standard
6743
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Standard
6752
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Standard
6761
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 <row topline="true">
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Standard
6772 1
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Standard
6781 2
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Standard
6790 3
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Standard
6799 4
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Standard
6808 5
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 </row>
6814 <row topline="true">
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Standard
6819 asd
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Standard
6828 s
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Standard
6837 s
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Standard
6846 s
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Standard
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 </row>
6861 <row topline="true">
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Standard
6866 asd
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Standard
6875 s
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Standard
6884 s
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Standard
6893 s
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Standard
6902 asd
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 <row topline="true">
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Standard
6913 asd
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Standard
6922 s
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Standard
6931 s
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Standard
6940 s
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Standard
6949 asd
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 </row>
6955 <row topline="true" bottomline="true">
6956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Standard
6960 asd
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Standard
6969 sad
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Standard
6978 asd
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Standard
6987 asd
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Standard
6996 asd
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 </row>
7002 </lyxtabular>
7003
7004 \end_inset
7005
7006
7007 \begin_inset ERT
7008 status collapsed
7009
7010 \begin_layout Standard
7011
7012
7013 \backslash
7014 setlength{
7015 \backslash
7016 LTcapwidth}{4in}
7017 \end_layout
7018
7019 \end_inset
7020
7021
7022 \begin_inset Note Note
7023 status collapsed
7024
7025 \begin_layout Standard
7026 Beschriftungsbreite zurücksetzen
7027 \end_layout
7028
7029 \end_inset
7030
7031
7032 \end_layout
7033
7034 \begin_layout Standard
7035 \begin_inset Note Greyedout
7036 status open
7037
7038 \begin_layout Standard
7039
7040 \series bold
7041 Achtung:
7042 \series default
7043  Wenn das LaTeX-Paket 
7044 \series bold
7045 caption
7046 \series default
7047
7048 \begin_inset LatexCommand index
7049 name "LaTeX-Pakete ! caption"
7050
7051 \end_inset
7052
7053  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7054  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7055  4\InsetSpace \thinspace{}
7056 Zoll für 
7057 \series bold
7058
7059 \backslash
7060 LTcapwidth
7061 \series default
7062  benutzen.
7063  Um in diesem Fall eine genau a 4\InsetSpace \thinspace{}
7064 Zoll breite Beschriftung zu erhalten, können
7065  Sie entweder einen leicht von 4\InsetSpace \thinspace{}
7066 Zoll veränderten Wert wie z.\InsetSpace \thinspace{}
7067 B.
7068  3.99\InsetSpace \thinspace{}
7069 Zoll verwenden oder den LaTeX-Befehl 
7070 \series bold
7071
7072 \backslash
7073 captionsetup{width=Wert}
7074 \series default
7075  benutzen, der vom 
7076 \series bold
7077 caption
7078 \series default
7079 -Paket bereitgestellt wird.
7080 \end_layout
7081
7082 \end_inset
7083
7084
7085 \end_layout
7086
7087 \begin_layout Subsubsection
7088 Unterschiedliche Titel für Tabellenseiten
7089 \begin_inset LatexCommand index
7090 name "Tabellen ! lange ! mehrere Titel"
7091
7092 \end_inset
7093
7094
7095 \end_layout
7096
7097 \begin_layout Standard
7098 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7099  die erste, müssen Sie eine 
7100 \family sans
7101 Legende
7102 \family default
7103  mit einem nicht-leeren 
7104 \family sans
7105 Kurztitel
7106 \family default
7107  in eine leere Legende-Zeile, die als 
7108 \family sans
7109 Erste\InsetSpace ~
7110 Kopfzeile
7111 \family default
7112  definiert wurde, einfügen.
7113  Der Titel für die anderen Tabellenseiten wird als 
7114 \family sans
7115 Legende
7116 \family default
7117  ohne 
7118 \family sans
7119 Kurztitel
7120 \family default
7121  in eine leere Legende-Zeile, die als 
7122 \family sans
7123 Kopfzeile
7124 \family default
7125  definiert wurde, einfügen.
7126  Wenn dieser Titel nicht die Tabellennummer enthalten soll, müssen Sie den
7127  Befehl
7128 \end_layout
7129
7130 \begin_layout Standard
7131
7132 \series bold
7133
7134 \backslash
7135 caption*{caption text}
7136 \end_layout
7137
7138 \begin_layout Standard
7139 anstatt der 
7140 \family sans
7141 Legende
7142 \family default
7143 -Umgebung von LyX benutzen.
7144  Die Marke, die zum Verweis auf die Tabelle benutzt werden soll, muss in
7145  den Titel der 
7146 \family sans
7147 Ersten\InsetSpace ~
7148 Kopfzeile
7149 \family default
7150  eingefügt werden.
7151  Tabelle\InsetSpace ~
7152
7153 \begin_inset LatexCommand ref
7154 reference "tab:DiffCaptions"
7155
7156 \end_inset
7157
7158  ist ein Beispiel für eine 
7159 \family sans
7160 lange\InsetSpace ~
7161 Tabelle
7162 \family default
7163  mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
7164 \end_layout
7165
7166 \begin_layout Standard
7167 \align center
7168 \begin_inset Tabular
7169 <lyxtabular version="3" rows="60" columns="3">
7170 <features islongtable="true">
7171 <column alignment="left" valignment="top" leftline="true" width="0cm">
7172 <column alignment="left" valignment="top" rightline="true" width="0pt">
7173 <column alignment="right" valignment="top" rightline="true" width="0pt">
7174 <row endfirsthead="true">
7175 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Standard
7179 \begin_inset Caption
7180
7181 \begin_layout Standard
7182 Telefonliste
7183 \begin_inset LatexCommand label
7184 name "tab:DiffCaptions"
7185
7186 \end_inset
7187
7188
7189 \begin_inset OptArg
7190 status collapsed
7191
7192 \begin_layout Standard
7193 Telefonliste
7194 \end_layout
7195
7196 \end_inset
7197
7198
7199 \end_layout
7200
7201 \end_inset
7202
7203
7204 \begin_inset ERT
7205 status collapsed
7206
7207 \begin_layout Standard
7208
7209
7210 \backslash
7211
7212 \backslash
7213 %
7214 \end_layout
7215
7216 \end_inset
7217
7218
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Standard
7227
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Standard
7236
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 </row>
7242 <row topline="true" bottomline="true" endfirsthead="true">
7243 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Standard
7247
7248 \series bold
7249 Telefonliste (ignoriere die Namen)
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Standard
7258
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Standard
7267
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 </row>
7273 <row topline="true" bottomline="true" endfirsthead="true">
7274 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Standard
7278
7279 \series bold
7280 NAME
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Standard
7289
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Standard
7298
7299 \series bold
7300 TEL.
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 </row>
7306 <row bottomline="true" endhead="true">
7307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Standard
7311 \begin_inset ERT
7312 status open
7313
7314 \begin_layout Standard
7315
7316
7317 \backslash
7318 caption*{Fortsetzung der Telefonliste}
7319 \backslash
7320
7321 \backslash
7322 %
7323 \end_layout
7324
7325 \end_inset
7326
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Standard
7336
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Standard
7345
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 </row>
7351 <row topline="true" bottomline="true" endhead="true">
7352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Standard
7356
7357 \series bold
7358 Telefonliste
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Standard
7367
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Standard
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row topline="true" bottomline="true" endhead="true">
7383 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Standard
7387
7388 \series bold
7389 NAME
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Standard
7398
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Standard
7407
7408 \series bold
7409 TEL.
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 </row>
7415 <row topline="true" bottomline="true" endfoot="true">
7416 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Standard
7420 wird fortgesetzt\SpecialChar \ldots{}
7421
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Standard
7430
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Standard
7439
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 <row>
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Standard
7450
7451 \series bold
7452 Annovi
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Standard
7461 Silvia
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Standard
7470 111
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 <row>
7477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Standard
7481
7482 \series bold
7483 Bertoli
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell alignment="center" valignment="top" topline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Standard
7492 Stefano
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Standard
7501 111
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 </row>
7507 <row>
7508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Standard
7512
7513 \series bold
7514 Bozzi
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Standard
7523 Walter
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Standard
7532 111
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Standard
7543
7544 \series bold
7545 Cachia
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Standard
7554 Maria
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Standard
7563 111
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 </row>
7569 <row>
7570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Standard
7574
7575 \series bold
7576 Cachia
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Standard
7585 Maurizio
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Standard
7594 111
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 </row>
7600 <row>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Standard
7605
7606 \series bold
7607 Cinquemani
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" topline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Standard
7616 Giusi
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Standard
7625 111
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row>
7632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Standard
7636
7637 \series bold
7638 Colin
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Standard
7647 Bernard
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Standard
7656 111
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 </row>
7662 <row>
7663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Standard
7667
7668 \series bold
7669 Concli
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" topline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Standard
7678 Gianfranco
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Standard
7687 111
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Standard
7698
7699 \series bold
7700 Dal Bosco
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" topline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Standard
7709 Carolina
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Standard
7718 111
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 </row>
7724 <row>
7725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Standard
7729
7730 \series bold
7731 Dalpiaz
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" topline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Standard
7740 Annamaria
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Standard
7749 111
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Standard
7760
7761 \series bold
7762 Feliciello
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" topline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Standard
7771 Domenico
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Standard
7780 111
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row>
7787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Standard
7791
7792 \series bold
7793 Focarelli
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" topline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Standard
7802 Paola
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Standard
7811 111
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row>
7818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Standard
7822
7823 \series bold
7824 Galletti
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" topline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Standard
7833 Oreste
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Standard
7842 111
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Standard
7853
7854 \series bold
7855 Gasparini
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" topline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Standard
7864 Franca
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Standard
7873 111
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row>
7880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Standard
7884
7885 \series bold
7886 Rizzardi
7887 \series default
7888
7889 \begin_inset Foot
7890 status open
7891
7892 \begin_layout Standard
7893 Beispielfußnote
7894 \end_layout
7895
7896 \end_inset
7897
7898
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" topline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Standard
7907 Paola
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Standard
7916 111
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 </row>
7922 <row>
7923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Standard
7927
7928 \series bold
7929 Lassini
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" topline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Standard
7938 Giancarlo
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Standard
7947 111
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Standard
7958
7959 \series bold
7960 Malfatti
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" topline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Standard
7969 Luciano
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Standard
7978 111
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row>
7985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Standard
7989
7990 \series bold
7991 Malfatti
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" topline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Standard
8000 Valeriano
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Standard
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Standard
8020
8021 \series bold
8022 Meneguzzo
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" topline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Standard
8031 Roberto
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Standard
8040 111
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Standard
8051
8052 \series bold
8053 Mezzadra
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" topline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Standard
8062 Roberto
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Standard
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Standard
8082
8083 \series bold
8084 Pirpamer
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" topline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Standard
8093 Erich
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Standard
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Standard
8113
8114 \series bold
8115 Pochiesa
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" topline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Standard
8124 Paolo
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Standard
8133 111, 222
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Standard
8144
8145 \series bold
8146 Radina
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" topline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Standard
8155 Claudio
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Standard
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Standard
8175
8176 \series bold
8177 Stuffer
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" topline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Standard
8186 Oskar
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Standard
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Standard
8206
8207 \series bold
8208 Tacchelli
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" topline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Standard
8217 Ugo
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Standard
8226 111
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Standard
8237
8238 \series bold
8239 Tezzele
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" topline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Standard
8248 Margit
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Standard
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Standard
8268
8269 \series bold
8270 Unterkalmsteiner
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" topline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Standard
8279 Frieda
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Standard
8288 111
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Standard
8299
8300 \series bold
8301 Vieider
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" topline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Standard
8310 Hilde
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Standard
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Standard
8330
8331 \series bold
8332 Vigna
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" topline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Standard
8341 Jürgen
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Standard
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Standard
8361
8362 \series bold
8363 Weber
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" topline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Standard
8372 Maurizio
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Standard
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row bottomline="true">
8388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Standard
8392
8393 \series bold
8394 Winkler
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" topline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Standard
8403 Franz
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Standard
8412 111
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row bottomline="true">
8419 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Standard
8423  
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Standard
8432
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Standard
8441
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Standard
8452
8453 \series bold
8454 Annovi
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" topline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Standard
8463 Silvia
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Standard
8472 555
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Standard
8483
8484 \series bold
8485 Bertoli
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" topline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Standard
8494 Stefano
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Standard
8503 555
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Standard
8514
8515 \series bold
8516 Bozzi
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" topline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Standard
8525 Walter
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Standard
8534 555
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Standard
8545
8546 \series bold
8547 Cachia
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" topline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Standard
8556 Maria
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Standard
8565 555
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Standard
8576
8577 \series bold
8578 Cachia
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" topline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Standard
8587 Maurizio
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Standard
8596 555
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Standard
8607
8608 \series bold
8609 Cinquemani
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" topline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Standard
8618 Giusi
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Standard
8627 555
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Standard
8638
8639 \series bold
8640 Colin
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" topline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Standard
8649 Bernard
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Standard
8658 555
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Standard
8669
8670 \series bold
8671 Concli
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" topline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Standard
8680 Gianfranco
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Standard
8689 555
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Standard
8700
8701 \series bold
8702 Dal Bosco
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" topline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Standard
8711 Carolina
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Standard
8720 555
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Standard
8731
8732 \series bold
8733 Dalpiaz
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" topline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Standard
8742 Annamaria
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Standard
8751 555
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Standard
8762
8763 \series bold
8764 Feliciello
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" topline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Standard
8773 Domenico
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Standard
8782 555
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Standard
8793
8794 \series bold
8795 Focarelli
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" topline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Standard
8804 Paola
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Standard
8813 555
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Standard
8824
8825 \series bold
8826 Galletti
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" topline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Standard
8835 Oreste
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Standard
8844 555
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Standard
8855
8856 \series bold
8857 Gasparini
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" topline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Standard
8866 Franca
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Standard
8875 555
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Standard
8886
8887 \series bold
8888 Rizzardi
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" topline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Standard
8897 Paola
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Standard
8906 555
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Standard
8917
8918 \series bold
8919 Lassini
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" topline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Standard
8928 Giancarlo
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Standard
8937 555
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Standard
8948
8949 \series bold
8950 Malfatti
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" topline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Standard
8959 Luciano
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Standard
8968 555
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Standard
8979
8980 \series bold
8981 Malfatti
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" topline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Standard
8990 Valeriano
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Standard
8999 555
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Standard
9010
9011 \series bold
9012 Meneguzzo
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" topline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Standard
9021 Roberto
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Standard
9030 555
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row bottomline="true">
9037 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Standard
9041
9042 \series bold
9043 Mezzadra
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" topline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Standard
9052 Roberto
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Standard
9061 555
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row bottomline="true" endlastfoot="true">
9068 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Standard
9072
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Standard
9081
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Standard
9090
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 </lyxtabular>
9097
9098 \end_inset
9099
9100
9101 \end_layout
9102
9103 \begin_layout Section
9104 Weitere Möglichkeiten für 
9105 \family sans
9106 lange Tabelle
9107 \family default
9108 n
9109 \begin_inset LatexCommand label
9110 name "abs:Special-Longtable-Issues"
9111
9112 \end_inset
9113
9114
9115 \end_layout
9116
9117 \begin_layout Subsection
9118 L
9119 \family sans
9120 ange Tabelle
9121 \family default
9122 n: Berechnung
9123 \begin_inset LatexCommand index
9124 name "Tabellen ! lange ! Berechnung"
9125
9126 \end_inset
9127
9128
9129 \end_layout
9130
9131 \begin_layout Standard
9132 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9133  sogenannten 
9134 \emph on
9135 chunks
9136 \emph default
9137  (chunks).
9138  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9139  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9140  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9141  das die Druckausgabe.
9142  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9143  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9144  einfügen:
9145 \end_layout
9146
9147 \begin_layout Standard
9148
9149 \series bold
9150
9151 \backslash
9152 setcounter{LTchunksize}{100}
9153 \end_layout
9154
9155 \begin_layout Subsection
9156 Gleitobjekte und L
9157 \family sans
9158 ange Tabelle
9159 \family default
9160 n
9161 \begin_inset LatexCommand index
9162 name "Tabellen ! lange ! und Gleitobjekte"
9163
9164 \end_inset
9165
9166
9167 \end_layout
9168
9169 \begin_layout Standard
9170 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9171 \family sans
9172 lange\InsetSpace ~
9173 Tabelle
9174 \family default
9175  beginnt, ein Gleitobjekt befindet.
9176  Um das zu vermeiden, können Sie vor der 
9177 \family sans
9178 langen\InsetSpace ~
9179 Tabelle
9180 \family default
9181  den LaTeX-Befehl
9182 \series bold
9183  
9184 \backslash
9185 clearpage
9186 \series default
9187  als TeX-Code einfügen.
9188 \end_layout
9189
9190 \begin_layout Subsection
9191 Manuelle Seitenumbrüche
9192 \begin_inset LatexCommand index
9193 name "Tabellen ! lange ! manueller Seitenumbruch"
9194
9195 \end_inset
9196
9197
9198 \end_layout
9199
9200 \begin_layout Standard
9201 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9202  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9203  der Zelle umbrechen wollen, fügen Sie den Befehl  
9204 \begin_inset Quotes gld
9205 \end_inset
9206
9207
9208 \series bold
9209
9210 \backslash
9211
9212 \backslash
9213
9214 \series default
9215
9216 \begin_inset Quotes grd
9217 \end_inset
9218
9219  für einen neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebroche
9220 n werden soll.
9221  Vor dem 
9222 \begin_inset Quotes gld
9223 \end_inset
9224
9225
9226 \series bold
9227
9228 \backslash
9229
9230 \backslash
9231
9232 \series default
9233
9234 \begin_inset Quotes grd
9235 \end_inset
9236
9237 -Befehl müssen Sie so viele 
9238 \begin_inset Quotes gld
9239 \end_inset
9240
9241
9242 \series bold
9243 &
9244 \series default
9245
9246 \begin_inset Quotes grd
9247 \end_inset
9248
9249  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9250  Mit 
9251 \begin_inset Quotes gld
9252 \end_inset
9253
9254
9255 \series bold
9256 &
9257 \series default
9258
9259 \begin_inset Quotes grd
9260 \end_inset
9261
9262   werden in LaTeX Tabellenzellen getrennt.
9263  Hinter jedes 
9264 \begin_inset Quotes gld
9265 \end_inset
9266
9267
9268 \series bold
9269 &
9270 \series default
9271
9272 \begin_inset Quotes grd
9273 \end_inset
9274
9275  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9276  und löschen den Inhalt dieser Zellen.
9277 \end_layout
9278
9279 \begin_layout Standard
9280 Hinter dem 
9281 \begin_inset Quotes gld
9282 \end_inset
9283
9284
9285 \series bold
9286
9287 \backslash
9288
9289 \backslash
9290
9291 \series default
9292
9293 \begin_inset Quotes grd
9294 \end_inset
9295
9296 -Befehl müssen Sie so viele 
9297 \begin_inset Quotes gld
9298 \end_inset
9299
9300
9301 \series bold
9302 &
9303 \series default
9304
9305 \begin_inset Quotes grd
9306 \end_inset
9307
9308  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9309  In Tabelle\InsetSpace ~
9310
9311 \begin_inset LatexCommand ref
9312 reference "tab:ForcedPagebreak"
9313
9314 \end_inset
9315
9316  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9317  Es folgt noch eine weitere Spalte.
9318  Deshalb wurde hinter dem Wort 
9319 \emph on
9320 Castelchiodato, 
9321 \emph default
9322 folgendes eingefügt:
9323 \end_layout
9324
9325 \begin_layout Standard
9326
9327 \series bold
9328 & 111
9329 \backslash
9330
9331 \backslash
9332
9333 \newline
9334 &
9335 \end_layout
9336
9337 \begin_layout Standard
9338 Die 
9339 \begin_inset Quotes gld
9340 \end_inset
9341
9342 111
9343 \begin_inset Quotes grd
9344 \end_inset
9345
9346  in der dritten Spalte wurde gelöscht.
9347  Wenn die Fußzeile Ihrer 
9348 \family sans
9349 langen\InsetSpace ~
9350 Tabelle
9351 \family default
9352  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9353  Befehle benutzen:
9354 \end_layout
9355
9356 \begin_layout Standard
9357
9358 \series bold
9359 & 111
9360 \backslash
9361
9362 \backslash
9363
9364 \newline
9365
9366 \backslash
9367 hline &
9368 \end_layout
9369
9370 \begin_layout Standard
9371 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9372  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9373 \end_layout
9374
9375 \begin_layout Standard
9376
9377 \series bold
9378
9379 \backslash
9380 setlength{
9381 \backslash
9382 parf\SpecialChar \textcompwordmark{}
9383 illskip}{0pt}
9384 \end_layout
9385
9386 \begin_layout Standard
9387 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9388  erscheint.
9389 \end_layout
9390
9391 \begin_layout Standard
9392 \align center
9393 \begin_inset Tabular
9394 <lyxtabular version="3" rows="39" columns="3">
9395 <features islongtable="true">
9396 <column alignment="left" valignment="top" leftline="true" width="0cm">
9397 <column alignment="left" valignment="top" rightline="true" width="3cm">
9398 <column alignment="right" valignment="top" rightline="true" width="0pt">
9399 <row endfirsthead="true">
9400 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Standard
9404 \begin_inset Caption
9405
9406 \begin_layout Standard
9407 Tabelle mit manuellem Seitenumbruch in einer Zelle
9408 \begin_inset LatexCommand label
9409 name "tab:ForcedPagebreak"
9410
9411 \end_inset
9412
9413
9414 \begin_inset OptArg
9415 status collapsed
9416
9417 \begin_layout Standard
9418 Tabelle mit manuellem Seitenumbruch in einer Zelle
9419 \end_layout
9420
9421 \end_inset
9422
9423
9424 \end_layout
9425
9426 \end_inset
9427
9428
9429 \begin_inset ERT
9430 status collapsed
9431
9432 \begin_layout Standard
9433
9434
9435 \backslash
9436
9437 \backslash
9438 %
9439 \end_layout
9440
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Standard
9452
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Standard
9461
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row topline="true" bottomline="true" endfirsthead="true">
9468 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Standard
9472
9473 \series bold
9474 Telefonliste (ignoriere die Namen)
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Standard
9483
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Standard
9492
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 </row>
9498 <row topline="true" bottomline="true" endfirsthead="true">
9499 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Standard
9503
9504 \series bold
9505 NAME
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Standard
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Standard
9523
9524 \series bold
9525 TEL.
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row bottomline="true" endhead="true">
9532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Standard
9536 \begin_inset ERT
9537 status collapsed
9538
9539 \begin_layout Standard
9540
9541
9542 \backslash
9543 caption*{Fortsetzung der Tabelle mit manuellem Seitenumbruch in einer Zelle}
9544 \backslash
9545
9546 \backslash
9547 %
9548 \end_layout
9549
9550 \end_inset
9551
9552
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Standard
9561
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Standard
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 </row>
9576 <row topline="true" bottomline="true" endhead="true">
9577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Standard
9581
9582 \series bold
9583 Telefonliste
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Standard
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Standard
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 </row>
9607 <row topline="true" bottomline="true" endhead="true">
9608 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Standard
9612
9613 \series bold
9614 NAME
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Standard
9623
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Standard
9632
9633 \series bold
9634 TEL.
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 </row>
9640 <row topline="true" bottomline="true" endfoot="true">
9641 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Standard
9645 wird fortgesetzt\SpecialChar \ldots{}
9646
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Standard
9655
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Standard
9664
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 </row>
9670 <row>
9671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Standard
9675
9676 \series bold
9677 Annovi
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 <cell alignment="center" valignment="top" topline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Standard
9686 Silvia
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Standard
9695 111
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 </row>
9701 <row>
9702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Standard
9706
9707 \series bold
9708 Bertoli
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 <cell alignment="center" valignment="top" topline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Standard
9717 Stefano
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Standard
9726 111
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 </row>
9732 <row>
9733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Standard
9737
9738 \series bold
9739 Bozzi
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 <cell alignment="center" valignment="top" topline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Standard
9748 Walter
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Standard
9757 111
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 </row>
9763 <row>
9764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Standard
9768
9769 \series bold
9770 Cachia
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 <cell alignment="center" valignment="top" topline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Standard
9779 Maria
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Standard
9788 111
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 </row>
9794 <row>
9795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Standard
9799
9800 \series bold
9801 Cachia
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 <cell alignment="center" valignment="top" topline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Standard
9810 Maurizio
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Standard
9819 111
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 </row>
9825 <row>
9826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Standard
9830
9831 \series bold
9832 Cinquemani
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell alignment="center" valignment="top" topline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Standard
9841 Giusi
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Standard
9850 111
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 </row>
9856 <row>
9857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Standard
9861
9862 \series bold
9863 Colin
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell alignment="center" valignment="top" topline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Standard
9872 Bernard
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Standard
9881 111
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 </row>
9887 <row>
9888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Standard
9892
9893 \series bold
9894 Concli
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell alignment="center" valignment="top" topline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Standard
9903 Gianfranco
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Standard
9912 111
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 </row>
9918 <row>
9919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Standard
9923
9924 \series bold
9925 Dal Bosco
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell alignment="center" valignment="top" topline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Standard
9934 Carolina
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Standard
9943 111
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row>
9950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Standard
9954
9955 \series bold
9956 Dalpiaz
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell alignment="center" valignment="top" topline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Standard
9965 Annamaria
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Standard
9974 111
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 <row>
9981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Standard
9985
9986 \series bold
9987 Feliciello
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 <cell alignment="center" valignment="top" topline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Standard
9996 Domenico
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Standard
10005 111
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 </row>
10011 <row>
10012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Standard
10016
10017 \series bold
10018 Focarelli
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="center" valignment="top" topline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Standard
10027 Paola
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Standard
10036 111
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 </row>
10042 <row>
10043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Standard
10047
10048 \series bold
10049 Galletti
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell alignment="center" valignment="top" topline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Standard
10058 Oreste
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Standard
10067 111
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 </row>
10073 <row>
10074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Standard
10078
10079 \series bold
10080 Gasparini
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" topline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Standard
10089 Franca
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Standard
10098 111
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 <row>
10105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Standard
10109
10110 \series bold
10111 Lassini
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" topline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Standard
10120 Giancarlo
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Standard
10129 111
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row>
10136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Standard
10140
10141 \series bold
10142 Malfatti
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" topline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Standard
10151 Luciano
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Standard
10160 111
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 </row>
10166 <row>
10167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Standard
10171
10172 \series bold
10173 Malfatti
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" topline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Standard
10182 Valeriano
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Standard
10191 111
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 </row>
10197 <row>
10198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Standard
10202
10203 \series bold
10204 Meneguzzo
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" topline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Standard
10213 Roberto
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Standard
10222 111
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 </row>
10228 <row>
10229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Standard
10233
10234 \series bold
10235 Mezzadra
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" topline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Standard
10244 Roberto
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Standard
10253 111
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 </row>
10259 <row>
10260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Standard
10264
10265 \series bold
10266 Pirpamer
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" topline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Standard
10275 Erich
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Standard
10284 111
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 </row>
10290 <row>
10291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Standard
10295
10296 \series bold
10297 Pochiesa
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" topline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Standard
10306 Paolo
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Standard
10315 111, 222
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row>
10322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Standard
10326
10327 \series bold
10328 Radina
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" topline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Standard
10337 Claudio
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Standard
10346 111
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 </row>
10352 <row>
10353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Standard
10357
10358 \series bold
10359 Rizzardi
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Standard
10368 Paolo, 11.
10369  Fürst von Monte\SpecialChar \-
10370 com\SpecialChar \-
10371 patri, 11.
10372  Fürst von Sulmona und Vivaro, 10.
10373  Fürst von Rossano, 5.
10374  Herzog von Canemorte, 11.
10375  Herzog von Palombara, 5.
10376  Herzog von Castelchiodato,
10377 \begin_inset ERT
10378 status collapsed
10379
10380 \begin_layout Standard
10381
10382 & 111
10383 \backslash
10384
10385 \backslash
10386
10387 \end_layout
10388
10389 \begin_layout Standard
10390
10391 &
10392 \end_layout
10393
10394 \end_inset
10395
10396  11.
10397  Herzog von Poggionativo, 11.
10398  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10399  Graf von Valinfreda, 11.
10400  Baron von Cropalati, 11.
10401  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Standard
10410
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 </row>
10416 <row>
10417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Standard
10421
10422 \series bold
10423 Stuffer
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" topline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Standard
10432 Oskar
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Standard
10441 111
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 </row>
10447 <row>
10448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Standard
10452
10453 \series bold
10454 Tacchelli
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" topline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Standard
10463 Ugo
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Standard
10472 111
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 </row>
10478 <row>
10479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Standard
10483
10484 \series bold
10485 Tezzele
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" topline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Standard
10494 Margit
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Standard
10503 111
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 </row>
10509 <row>
10510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Standard
10514
10515 \series bold
10516 Unterkalmsteiner
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" topline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Standard
10525 Frieda
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Standard
10534 111
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 </row>
10540 <row>
10541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Standard
10545
10546 \series bold
10547 Vieider
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" topline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Standard
10556 Hilde
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Standard
10565 111
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 </row>
10571 <row>
10572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Standard
10576
10577 \series bold
10578 Vigna
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" topline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Standard
10587 Jürgen
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Standard
10596 111
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Standard
10607
10608 \series bold
10609 Weber
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" topline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Standard
10618 Maurizio
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Standard
10627 111
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 </row>
10633 <row bottomline="true">
10634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Standard
10638
10639 \series bold
10640 Winkler
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" topline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Standard
10649 Franz
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Standard
10658 111
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 <row endlastfoot="true">
10665 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Standard
10669
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Standard
10678
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Standard
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 </lyxtabular>
10694
10695 \end_inset
10696
10697
10698 \end_layout
10699
10700 \begin_layout Section
10701 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10702 \end_layout
10703
10704 \begin_layout Subsection
10705 Mehrfache Zeilen in Zellen
10706 \begin_inset LatexCommand label
10707 name "uab:Mehrfache-Zeilen-in"
10708
10709 \end_inset
10710
10711
10712 \begin_inset LatexCommand index
10713 name "Mehrfache ! Zeilen in Zellen"
10714
10715 \end_inset
10716
10717
10718 \begin_inset LatexCommand index
10719 name "Tabellen ! Zeilenumbrüche"
10720
10721 \end_inset
10722
10723
10724 \end_layout
10725
10726 \begin_layout Standard
10727 \align center
10728 \begin_inset Float table
10729 placement H
10730 wide false
10731 sideways false
10732 status open
10733
10734 \begin_layout Standard
10735 \begin_inset Caption
10736
10737 \begin_layout Standard
10738 \begin_inset LatexCommand label
10739 name "tab:Table-with-multiple"
10740
10741 \end_inset
10742
10743 Tabelle mit mehrfachen Zeilen in einer Zelle
10744 \end_layout
10745
10746 \end_inset
10747
10748
10749 \end_layout
10750
10751 \begin_layout Standard
10752 \align center
10753 \begin_inset Tabular
10754 <lyxtabular version="3" rows="3" columns="3">
10755 <features>
10756 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10757 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10758 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10759 <row topline="true">
10760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Standard
10764 zwei
10765 \begin_inset ERT
10766 status collapsed
10767
10768 \begin_layout Standard
10769
10770
10771 \backslash
10772 linebreak 
10773 \end_layout
10774
10775 \end_inset
10776
10777  Zeilen
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Standard
10786 b
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Standard
10795 c
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row topline="true">
10802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Standard
10806 d
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Standard
10815 e
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Standard
10824 f
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 </row>
10830 <row topline="true" bottomline="true">
10831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Standard
10835 g
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Standard
10844 h
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Standard
10853 i
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 </lyxtabular>
10860
10861 \end_inset
10862
10863
10864 \end_layout
10865
10866 \end_inset
10867
10868
10869 \end_layout
10870
10871 \begin_layout Standard
10872 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
10873  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
10874  Tabelle\InsetSpace ~
10875
10876 \begin_inset LatexCommand ref
10877 reference "tab:Table-with-multiple"
10878
10879 \end_inset
10880
10881  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
10882 \family sans
10883 Tabellen-Einstellungen
10884 \family default
10885 -Dialog auf 2.5\InsetSpace \thinspace{}
10886 cm gesetzt und die vertikalen und horizontalen Ausrichtungen
10887  zentriert.
10888  Weil unser Text schmaler als 2.5\InsetSpace \thinspace{}
10889 cm ist, würde er in einer Zeile gedruckt
10890  werden.
10891  Um zwei Zeilen zu bekommen, wurde folgender Befehl als TeX-Code zwischen
10892  die beiden Worten eingefügt:
10893 \end_layout
10894
10895 \begin_layout Standard
10896
10897 \series bold
10898
10899 \backslash
10900 linebreak
10901 \end_layout
10902
10903 \begin_layout Standard
10904 Wenn der Text länger ist, wird er automatisch umgebrochen.
10905 \end_layout
10906
10907 \begin_layout Standard
10908 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
10909  setzen Sie die Breite der beiden Spalten im 
10910 \family sans
10911 Tabellen-Einstellungen
10912 \family default
10913 -Dialog auf 0.5\InsetSpace \thinspace{}
10914 cm und die vertikale Ausrichtung auf zentriert.
10915 \end_layout
10916
10917 \begin_layout Standard
10918 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
10919  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
10920  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
10921  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
10922  Fügen Sie den Befehl
10923 \end_layout
10924
10925 \begin_layout Standard
10926
10927 \series bold
10928
10929 \backslash
10930 hspace{0pt}
10931 \end_layout
10932
10933 \begin_layout Standard
10934 als TeX-Code vor dem Wort ein.
10935  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
10936  Tabelle\InsetSpace ~
10937
10938 \begin_inset LatexCommand ref
10939 reference "tab:Table-with-and"
10940
10941 \end_inset
10942
10943  zeigt die Wirkungen.
10944 \end_layout
10945
10946 \begin_layout Standard
10947 \begin_inset Float table
10948 wide false
10949 sideways false
10950 status open
10951
10952 \begin_layout Standard
10953 \begin_inset Caption
10954
10955 \begin_layout Standard
10956 \begin_inset LatexCommand label
10957 name "tab:Table-with-and"
10958
10959 \end_inset
10960
10961 Tabelle ohne und mit Silbentrennung
10962 \end_layout
10963
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \begin_layout Standard
10970 \begin_inset Tabular
10971 <lyxtabular version="3" rows="3" columns="3">
10972 <features>
10973 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10974 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10975 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10976 <row topline="true">
10977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Standard
10981 einsehrlangesZellenwort
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Standard
10990 b
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Standard
10999 c
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 </row>
11005 <row topline="true">
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Standard
11010 d
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Standard
11019 e
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Standard
11028 f
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 </row>
11034 <row topline="true" bottomline="true">
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Standard
11039 g
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Standard
11048 h
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Standard
11057 i
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 </lyxtabular>
11064
11065 \end_inset
11066
11067
11068 \hfill
11069
11070 \begin_inset Tabular
11071 <lyxtabular version="3" rows="3" columns="3">
11072 <features>
11073 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
11074 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
11075 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
11076 <row topline="true">
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Standard
11081 \begin_inset ERT
11082 status collapsed
11083
11084 \begin_layout Standard
11085
11086
11087 \backslash
11088 hspace{0pt}
11089 \end_layout
11090
11091 \end_inset
11092
11093 einsehrlangesZellenwort
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Standard
11102 b
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Standard
11111 c
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 </row>
11117 <row topline="true">
11118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Standard
11122 d
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Standard
11131 e
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Standard
11140 f
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 </row>
11146 <row topline="true" bottomline="true">
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Standard
11151 g
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Standard
11160 h
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Standard
11169 i
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 </row>
11175 </lyxtabular>
11176
11177 \end_inset
11178
11179
11180 \hfill
11181
11182 \begin_inset Tabular
11183 <lyxtabular version="3" rows="3" columns="3">
11184 <features>
11185 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
11186 <column alignment="center" valignment="top" leftline="true" width="0">
11187 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11188 <row topline="true">
11189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Standard
11193 ein\SpecialChar \-
11194 sehr\SpecialChar \-
11195 lan\SpecialChar \-
11196 ges\SpecialChar \-
11197 Zel\SpecialChar \-
11198 len\SpecialChar \-
11199 wort
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Standard
11208 c
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Standard
11217 d
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 </row>
11223 <row topline="true">
11224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Standard
11228 d
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Standard
11237 e
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Standard
11246 f
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 </row>
11252 <row topline="true" bottomline="true">
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Standard
11257 g
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Standard
11266 h
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Standard
11275 i
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 </row>
11281 </lyxtabular>
11282
11283 \end_inset
11284
11285
11286 \end_layout
11287
11288 \end_inset
11289
11290
11291 \end_layout
11292
11293 \begin_layout Subsection
11294 Mehrfachspalten
11295 \begin_inset LatexCommand label
11296 name "uab:Mehrfachspalten"
11297
11298 \end_inset
11299
11300
11301 \begin_inset LatexCommand index
11302 name "Mahrfachspalten"
11303
11304 \end_inset
11305
11306
11307 \begin_inset LatexCommand index
11308 name "Tabellen ! Mahrfachspalten"
11309
11310 \end_inset
11311
11312
11313 \end_layout
11314
11315 \begin_layout Subsubsection
11316 Grundlagen
11317 \end_layout
11318
11319 \begin_layout Standard
11320 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11321  und verwenden dann den Knopf 
11322 \begin_inset Graphics
11323         filename ../../images/tabular-feature_multicolumn.png
11324         scale 70
11325         scaleBeforeRotation
11326         BoundingBox 0bp 6bp 22bp 22bp
11327
11328 \end_inset
11329
11330 in der Werkzeugleiste, das Menü 
11331 \family sans
11332 Bearbeiten\SpecialChar \menuseparator
11333 Tabelle\SpecialChar \menuseparator
11334 Mehrfachspalte
11335 \family default
11336  oder den 
11337 \family sans
11338 Tabellen-Einstellungen
11339 \family default
11340 -Dialog, in dem Sie auf der Karteikarte 
11341 \family sans
11342 Tabellen-Einstellungen
11343 \family default
11344  
11345 \family sans
11346 Mehrfachspalte
11347 \family default
11348  ankreuzen.
11349 \end_layout
11350
11351 \begin_layout Standard
11352 Mehrfachspalten haben ihre eigenen Einstellungen.
11353  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11354  Hier ist ein Beispiel, wobei 
11355 \begin_inset Quotes gld
11356 \end_inset
11357
11358 B 2
11359 \begin_inset Quotes grd
11360 \end_inset
11361
11362  keine Mehrfachzeile ist, wie in Abschnitt\InsetSpace ~
11363
11364 \begin_inset LatexCommand ref
11365 reference "uab:Mehrfachzeilen"
11366
11367 \end_inset
11368
11369  beschrieben.
11370  Es wurde nur eine Linie weggelassen:
11371 \end_layout
11372
11373 \begin_layout Standard
11374 \align center
11375 \begin_inset Tabular
11376 <lyxtabular version="3" rows="3" columns="4">
11377 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11378 <column alignment="center" valignment="top" leftline="true" width="0pt">
11379 <column alignment="center" valignment="middle" leftline="true" width="0">
11380 <column alignment="center" valignment="top" leftline="true" width="0in">
11381 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
11382 <row topline="true" bottomline="true">
11383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Standard
11387 abc
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Standard
11396 def ghi
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Standard
11405
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Standard
11414 jkl
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row topline="true">
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Standard
11425
11426 \family roman
11427 \series medium
11428 \shape up
11429 \size normal
11430 \emph off
11431 \bar no
11432 \noun off
11433 \color none
11434 A
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Standard
11443 B
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Standard
11452 C
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Standard
11461 D
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 </row>
11467 <row topline="true" bottomline="true">
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Standard
11472 1
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Standard
11481 2
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Standard
11490 3
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Standard
11499 4
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 </row>
11505 </lyxtabular>
11506
11507 \end_inset
11508
11509
11510 \end_layout
11511
11512 \begin_layout Subsubsection
11513 Mehrfachspalten-Berechnungen
11514 \begin_inset LatexCommand label
11515 name "uab:Mehrfachspalten-Berechnungen"
11516
11517 \end_inset
11518
11519
11520 \begin_inset LatexCommand index
11521 name "Mahrfachspalten ! Berechnung"
11522
11523 \end_inset
11524
11525
11526 \begin_inset LatexCommand index
11527 name "Tabellen ! Mahrfachspalten ! Berechnung"
11528
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \begin_layout Standard
11535 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11536  Zellen beachten.
11537 \end_layout
11538
11539 \begin_layout Standard
11540 \begin_inset Float table
11541 placement h
11542 wide false
11543 sideways false
11544 status open
11545
11546 \begin_layout Standard
11547 \begin_inset Caption
11548
11549 \begin_layout Standard
11550 \begin_inset LatexCommand label
11551 name "tab:Table-with-centered"
11552
11553 \end_inset
11554
11555 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11556  die halbe Breite der Mehrfachspalten-Zelle haben
11557 \begin_inset OptArg
11558 status collapsed
11559
11560 \begin_layout Standard
11561 Eine Mehrfachspalten-Tabelle
11562 \end_layout
11563
11564 \end_inset
11565
11566
11567 \end_layout
11568
11569 \end_inset
11570
11571
11572 \end_layout
11573
11574 \begin_layout Standard
11575 \align center
11576 \begin_inset Tabular
11577 <lyxtabular version="3" rows="3" columns="3">
11578 <features>
11579 <column alignment="center" valignment="middle" leftline="true" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11580 <column alignment="center" valignment="middle" leftline="true" width="0">
11581 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11582 <row topline="true">
11583 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11584 \begin_inset Text
11585
11586 \begin_layout Standard
11587 Dies ist eine Mehrfach\SpecialChar \-
11588 spalten-Zelle
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Standard
11597
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Standard
11606 c
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 </row>
11612 <row topline="true">
11613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Standard
11617 d
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Standard
11626 e
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Standard
11635 f
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 </row>
11641 <row topline="true" bottomline="true">
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Standard
11646 g
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Standard
11655 h
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Standard
11664 i
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 </row>
11670 </lyxtabular>
11671
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \begin_layout Standard
11683 Um Tabelle\InsetSpace ~
11684
11685 \begin_inset LatexCommand ref
11686 reference "tab:Table-with-centered"
11687
11688 \end_inset
11689
11690  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11691  3×3-Tabelle, kreuzen im 
11692 \family sans
11693 Tabellen-Einstellungen
11694 \family default
11695 -Dialog 
11696 \family sans
11697 Mehrfachspalte
11698 \family default
11699  an, setzen die 
11700 \family sans
11701 Horizontale\InsetSpace ~
11702 Ausrichtung
11703 \family default
11704  auf 
11705 \family sans
11706 Zentriert
11707 \family default
11708  und die 
11709 \family sans
11710 Breite
11711 \family default
11712  auf 2.5\InsetSpace \thinspace{}
11713 cm.
11714  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11715  Sie die Breite der ersten Spalte auf 1.25\InsetSpace \thinspace{}
11716 cm setzen.
11717  Die zweite Spalte wird dann automatisch 1.25\InsetSpace \thinspace{}
11718 cm breit (Breite der 
11719 \family sans
11720 Mehrfachspalte
11721 \family default
11722  
11723 \begin_inset Formula $-$
11724 \end_inset
11725
11726  Breite der ersten Spalte).
11727  Dies wurde so für Tabelle\InsetSpace ~
11728
11729 \begin_inset LatexCommand ref
11730 reference "tab:Table-without-half"
11731
11732 \end_inset
11733
11734  gemacht.
11735 \end_layout
11736
11737 \begin_layout Standard
11738 \begin_inset Float table
11739 wide false
11740 sideways false
11741 status open
11742
11743 \begin_layout Standard
11744 \begin_inset Caption
11745
11746 \begin_layout Standard
11747 \begin_inset LatexCommand label
11748 name "tab:Table-without-half"
11749
11750 \end_inset
11751
11752 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11753  wie die Mehrfachspalte
11754 \begin_inset OptArg
11755 status collapsed
11756
11757 \begin_layout Standard
11758 Eine unvollkommene Mehrfachspalten-Tabelle
11759 \end_layout
11760
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \begin_layout Standard
11772 \align center
11773 \begin_inset Tabular
11774 <lyxtabular version="3" rows="3" columns="3">
11775 <features>
11776 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
11777 <column alignment="center" valignment="top" leftline="true" width="0">
11778 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11779 <row topline="true" bottomline="true">
11780 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11781 \begin_inset Text
11782
11783 \begin_layout Standard
11784 Dies ist auch eine Mehr\SpecialChar \-
11785 fach\SpecialChar \-
11786 spalten-Zelle
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Standard
11795
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11801 \begin_inset Text
11802
11803 \begin_layout Standard
11804 c
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 </row>
11810 <row topline="true">
11811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Standard
11815 d
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Standard
11824 e
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Standard
11833 f
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 </row>
11839 <row topline="true" bottomline="true">
11840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Standard
11844 g
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Standard
11853 h
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Standard
11862 i
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 </row>
11868 </lyxtabular>
11869
11870 \end_inset
11871
11872
11873 \end_layout
11874
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \begin_layout Standard
11881 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
11882  als die zweite ist.
11883  Das liegt daran, dass die Zellenbreite 
11884 \begin_inset Formula $W_{\mathrm{tot}}$
11885 \end_inset
11886
11887  nicht ihre definierte Breite 
11888 \begin_inset Formula $W_{g}$
11889 \end_inset
11890
11891  ist, sondern ein wenig mehr.
11892  Anhang\InsetSpace ~
11893
11894 \begin_inset LatexCommand ref
11895 reference "kap:Exläuterung-einer-Gleichung"
11896
11897 \end_inset
11898
11899  erklärt das genauer.
11900 \end_layout
11901
11902 \begin_layout Standard
11903 Wenn 
11904 \emph on
11905 n
11906 \emph default
11907  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
11908  die definierte Breite 
11909 \begin_inset Formula $W_{g\, n}$
11910 \end_inset
11911
11912  einer Spalte, deren totale Breite = 
11913 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11914 \end_inset
11915
11916  sein soll, wie folgt:
11917 \begin_inset Formula \begin{equation}
11918 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11919
11920 \end_inset
11921
11922
11923 \end_layout
11924
11925 \begin_layout Standard
11926 In unserem Falls ist 
11927 \begin_inset Formula $n=2$
11928 \end_inset
11929
11930
11931 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11932 \end_inset
11933
11934 cm, und damit wird aus Gleichung\InsetSpace ~
11935
11936 \begin_inset LatexCommand ref
11937 reference "eq:Wgn"
11938
11939 \end_inset
11940
11941  
11942 \begin_inset Formula \begin{equation}
11943 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11944
11945 \end_inset
11946
11947
11948 \end_layout
11949
11950 \begin_layout Standard
11951 Damit LaTeX rechnen kann, muss das Paket 
11952 \series bold
11953 calc
11954 \series default
11955  im Vorspann geladen werden.
11956 \begin_inset LatexCommand index
11957 name "LaTeX-Pakete ! calc"
11958
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \begin_layout Standard
11965
11966 \series bold
11967
11968 \backslash
11969 usepackage{calc}
11970 \end_layout
11971
11972 \begin_layout Standard
11973 LyX erlaubt im 
11974 \family sans
11975 Breite
11976 \family default
11977 -Feld des 
11978 \family sans
11979 Tabellen-Einstellungen
11980 \family default
11981 -Dialogs keine Berechnungen.
11982  Deshalb müssen Sie die Formel für die Breite im Feld 
11983 \family sans
11984 LaTe
11985 \begin_inset ERT
11986 status collapsed
11987
11988 \begin_layout Standard
11989
11990 {}
11991 \end_layout
11992
11993 \end_inset
11994
11995 X-Argument
11996 \family default
11997  eingeben.
11998  Hier iss ein Überblick über die Argumente:
11999 \end_layout
12000
12001 \begin_layout Itemize
12002
12003 \series bold
12004 p{Breite}
12005 \series default
12006  die Zelle bekommt eine feste 
12007 \series bold
12008 Breite
12009 \series default
12010 , und die vertikale Ausrichtung ist 
12011 \family sans
12012 Oben
12013 \end_layout
12014
12015 \begin_layout Itemize
12016
12017 \series bold
12018 m{Breite}
12019 \series default
12020  die Zelle bekommt eine feste 
12021 \series bold
12022 Breite
12023 \series default
12024 , und die vertikale Ausrichtung ist 
12025 \family sans
12026 Mitte
12027 \end_layout
12028
12029 \begin_layout Itemize
12030
12031 \series bold
12032 b{Breite}
12033 \series default
12034  die Zelle bekommt eine feste 
12035 \series bold
12036 Breite
12037 \series default
12038 , und die vertikale Ausrichtung ist 
12039 \family sans
12040 Unten
12041 \end_layout
12042
12043 \begin_layout Standard
12044 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12045  für diese Zelle überschrieben.
12046 \end_layout
12047
12048 \begin_layout Standard
12049 \begin_inset Note Greyedout
12050 status open
12051
12052 \begin_layout Standard
12053
12054 \series bold
12055 Bemerkung:
12056 \series default
12057  Wegen eines Fehlers in LyX, werden die überschriebenen Einstellungen dennoch
12058  angezeigt.
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \end_layout
12065
12066 \begin_layout Standard
12067 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12068  der Zelle mit dem Inhalt 
12069 \begin_inset Quotes gld
12070 \end_inset
12071
12072 d
12073 \begin_inset Quotes grd
12074 \end_inset
12075
12076  der Tabelle\InsetSpace ~
12077
12078 \begin_inset LatexCommand ref
12079 reference "tab:Table-with-centered"
12080
12081 \end_inset
12082
12083  auch noch der Befehl
12084 \family typewriter
12085 \series bold
12086  
12087 \family default
12088
12089 \backslash
12090 centering
12091 \series default
12092  hinzugefügt.
12093  Das Ganze sieht dann so aus:
12094 \end_layout
12095
12096 \begin_layout Standard
12097
12098 \series bold
12099 |>{
12100 \backslash
12101 centering}m{1.25cm-6.2pt}
12102 \end_layout
12103
12104 \begin_layout Standard
12105 Der vertikale Strich 
12106 \series bold
12107
12108 \begin_inset Quotes gld
12109 \end_inset
12110
12111 |
12112 \series default
12113
12114 \begin_inset Quotes grd
12115 \end_inset
12116
12117  am Anfang zeichnet die linke Linie, und der Befehl 
12118 \series bold
12119
12120 \begin_inset Quotes gld
12121 \end_inset
12122
12123 >{ }
12124 \begin_inset Quotes grd
12125 \end_inset
12126
12127
12128 \series default
12129  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12130  der Zelle benutzt werden sollen.
12131 \end_layout
12132
12133 \begin_layout Standard
12134 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12135  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12136  für einzelne Spalten anwendet.
12137  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12138  werden:
12139 \end_layout
12140
12141 \begin_layout Standard
12142
12143 \series bold
12144 |>{
12145 \backslash
12146 centering}m{2.5cm}|
12147 \end_layout
12148
12149 \begin_layout Subsection
12150 Mehrfachzeilen
12151 \begin_inset LatexCommand label
12152 name "uab:Mehrfachzeilen"
12153
12154 \end_inset
12155
12156
12157 \begin_inset LatexCommand index
12158 name "Mehrfachzeilen"
12159
12160 \end_inset
12161
12162
12163 \begin_inset LatexCommand index
12164 name "Tabellen ! Mehrfachzeilen"
12165
12166 \end_inset
12167
12168
12169 \end_layout
12170
12171 \begin_layout Standard
12172 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12173  unterstützt, sodass etwas TeX-Code notwendig.
12174  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12175 \series bold
12176 multirow
12177 \series default
12178
12179 \begin_inset LatexCommand index
12180 name "LaTeX-Pakete ! multirow"
12181
12182 \end_inset
12183
12184  im Vorspann geladen werden:
12185 \end_layout
12186
12187 \begin_layout Standard
12188
12189 \series bold
12190
12191 \backslash
12192 usepackage{multirow}
12193 \end_layout
12194
12195 \begin_layout Standard
12196 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12197 \end_layout
12198
12199 \begin_layout Standard
12200
12201 \series bold
12202
12203 \backslash
12204 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12205 \end_layout
12206
12207 \begin_layout Standard
12208 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12209  Mehrfachspalte definiert und die obere Linie entfernt.
12210 \end_layout
12211
12212 \begin_layout Standard
12213 \align center
12214 \begin_inset ERT
12215 status collapsed
12216
12217 \begin_layout Standard
12218
12219
12220 \backslash
12221 renewcommand{
12222 \backslash
12223 multirowsetup}{
12224 \backslash
12225 centering}
12226 \end_layout
12227
12228 \end_inset
12229
12230
12231 \begin_inset Tabular
12232 <lyxtabular version="3" rows="3" columns="3">
12233 <features>
12234 <column alignment="center" valignment="top" leftline="true" width="0">
12235 <column alignment="center" valignment="top" leftline="true" width="0">
12236 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12237 <row topline="true">
12238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Standard
12242 a
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12248 \begin_inset Text
12249
12250 \begin_layout Standard
12251 b
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Standard
12260 c
12261 \end_layout
12262
12263 \end_inset
12264 </cell>
12265 </row>
12266 <row topline="true">
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Standard
12271 \begin_inset ERT
12272 status collapsed
12273
12274 \begin_layout Standard
12275
12276
12277 \backslash
12278 multirow{2}{2.5cm}{
12279 \end_layout
12280
12281 \end_inset
12282
12283 Mehrfach\SpecialChar \-
12284 zeilen-Text
12285 \begin_inset ERT
12286 status collapsed
12287
12288 \begin_layout Standard
12289
12290 }
12291 \end_layout
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12301 \begin_inset Text
12302
12303 \begin_layout Standard
12304 e
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Standard
12313 f
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 </row>
12319 <row topline="true" bottomline="true">
12320 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12321 \begin_inset Text
12322
12323 \begin_layout Standard
12324
12325 \end_layout
12326
12327 \end_inset
12328 </cell>
12329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Standard
12333 h
12334 \end_layout
12335
12336 \end_inset
12337 </cell>
12338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12339 \begin_inset Text
12340
12341 \begin_layout Standard
12342 i
12343 \end_layout
12344
12345 \end_inset
12346 </cell>
12347 </row>
12348 </lyxtabular>
12349
12350 \end_inset
12351
12352
12353 \begin_inset ERT
12354 status collapsed
12355
12356 \begin_layout Standard
12357
12358
12359 \backslash
12360 renewcommand{
12361 \backslash
12362 multirowsetup}{
12363 \backslash
12364 raggedright}
12365 \end_layout
12366
12367 \end_inset
12368
12369
12370 \end_layout
12371
12372 \begin_layout Standard
12373 In der Zelle darüber wurde dann mit dem Befehl
12374 \end_layout
12375
12376 \begin_layout Standard
12377
12378 \series bold
12379
12380 \backslash
12381 multirow{2}{2.5cm}{
12382 \end_layout
12383
12384 \begin_layout Standard
12385 als TeX-Code die Mehrfachzeile definiert.
12386  Sie besteht aus zwei Zeilen und einer Breite von 2.5\InsetSpace \thinspace{}
12387 cm.
12388  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12389  mit der Klammer 
12390 \begin_inset Quotes gld
12391 \end_inset
12392
12393
12394 \series bold
12395 }
12396 \series default
12397
12398 \begin_inset Quotes grd
12399 \end_inset
12400
12401  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12402 \end_layout
12403
12404 \begin_layout Standard
12405
12406 \series bold
12407
12408 \backslash
12409 multirow
12410 \series default
12411  richtet seinen Inhalt standardmäßig linksbündig aus.
12412  Das wurde mit dem Befehl
12413 \end_layout
12414
12415 \begin_layout Standard
12416
12417 \series bold
12418
12419 \backslash
12420 renewcommand{
12421 \backslash
12422 multirowsetup}{
12423 \backslash
12424 centering}
12425 \end_layout
12426
12427 \begin_layout Standard
12428 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12429 \end_layout
12430
12431 \begin_layout Standard
12432
12433 \series bold
12434
12435 \backslash
12436 renewcommand{
12437 \backslash
12438 multirowsetup}{
12439 \backslash
12440 raggedright}
12441 \end_layout
12442
12443 \begin_layout Standard
12444 zurückgesetzt.
12445  Für rechtsbündigen Text benutzt man 
12446 \series bold
12447
12448 \backslash
12449 raggedleft
12450 \series default
12451 .
12452 \end_layout
12453
12454 \begin_layout Section
12455 Formale Tabellen
12456 \begin_inset LatexCommand label
12457 name "abs:Formale-Tabellen"
12458
12459 \end_inset
12460
12461
12462 \begin_inset LatexCommand index
12463 name "Tabellen ! Formale"
12464
12465 \end_inset
12466
12467
12468 \end_layout
12469
12470 \begin_layout Standard
12471 Tabellen werden in Büchern oft wie Tabelle\InsetSpace ~
12472
12473 \begin_inset LatexCommand ref
12474 reference "tab:Formale-Tabelle"
12475
12476 \end_inset
12477
12478  gesetzt.
12479  Diese Tabellen werden
12480 \emph on
12481  formal
12482 \emph default
12483  genannt.
12484  Formale Tabellen bekommen Sie, wenn Sie im 
12485 \family sans
12486 Tabellen-Einstellungen
12487 \family default
12488 -Dialog auf der Karteikarte 
12489 \family sans
12490 Rahmen
12491 \family default
12492  den 
12493 \family sans
12494 Stil
12495 \family default
12496  
12497 \family sans
12498 Formal
12499 \family default
12500  ankreuzen.
12501 \end_layout
12502
12503 \begin_layout Standard
12504 \begin_inset Float table
12505 placement h
12506 wide false
12507 sideways false
12508 status open
12509
12510 \begin_layout Standard
12511 \begin_inset Caption
12512
12513 \begin_layout Standard
12514 \begin_inset LatexCommand label
12515 name "tab:Formale-Tabelle"
12516
12517 \end_inset
12518
12519 Formale Tabelle
12520 \end_layout
12521
12522 \end_inset
12523
12524
12525 \end_layout
12526
12527 \begin_layout Standard
12528 \align center
12529 \begin_inset Tabular
12530 <lyxtabular version="3" rows="8" columns="4">
12531 <features booktabs="true">
12532 <column alignment="center" valignment="top" rightline="true" width="0">
12533 <column alignment="right" valignment="top" width="0">
12534 <column alignment="right" valignment="top" width="0">
12535 <column alignment="right" valignment="top" width="0">
12536 <row topline="true">
12537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Standard
12541 System
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" topline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Standard
12550 Medipix
12551 \begin_inset Formula $\,$
12552 \end_inset
12553
12554 1
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Standard
12563 Medipix
12564 \begin_inset Formula $\,$
12565 \end_inset
12566
12567 2
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Standard
12576
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 </row>
12582 <row>
12583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Standard
12587 \begin_inset ERT
12588 status collapsed
12589
12590 \begin_layout Standard
12591
12592
12593 \backslash
12594 cmidrule(r){2-2}
12595 \end_layout
12596
12597 \end_inset
12598
12599
12600 \begin_inset ERT
12601 status collapsed
12602
12603 \begin_layout Standard
12604
12605
12606 \backslash
12607 cmidrule(l){3-4}
12608 \end_layout
12609
12610 \end_inset
12611
12612 Detektordicke [µm]
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Standard
12621 300
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Standard
12630 300
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Standard
12639 700
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 </row>
12645 <row topline="true">
12646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Standard
12650 Kantenwinkel [°]
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Standard
12659 3.55
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Standard
12668 2.71
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Standard
12677 7.99
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 <row topspace="default">
12684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Standard
12688 räumliche Auflösung [µm]
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Standard
12697 4.26
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Standard
12706 10.17
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Standard
12715 10.56
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 </row>
12721 <row topspace="default">
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Standard
12726 MTF bei 
12727 \begin_inset Formula $f_{\mathrm{max}}$
12728 \end_inset
12729
12730
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Standard
12739 0.53
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Standard
12748 0.37
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Standard
12757 0.39
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 </row>
12763 <row topspace="default">
12764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Standard
12768 \begin_inset ERT
12769 status collapsed
12770
12771 \begin_layout Standard
12772
12773
12774 \backslash
12775 cmidrule(l{10pt}){1-1}
12776 \end_layout
12777
12778 \end_inset
12779
12780 LSF räumliche Auflösung
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Standard
12789
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Standard
12798
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Standard
12807
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 </row>
12813 <row>
12814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Standard
12818 in µm
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Standard
12827 129.7
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Standard
12836 52.75
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Standard
12845 50.78
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 </row>
12851 <row bottomline="true">
12852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Standard
12856 in % der Pixelgröße
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Standard
12865 76.3
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Standard
12874 95.9
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Standard
12883 92.3
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 </row>
12889 </lyxtabular>
12890
12891 \end_inset
12892
12893
12894 \end_layout
12895
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \begin_layout Standard
12902 Abstände zu Tabellenzeilen können auf der Karteikarte 
12903 \family sans
12904 Rahmen
12905 \family default
12906  des 
12907 \family sans
12908 Tabellen-Einstellungen
12909 \family default
12910 -Dialogs hinzugefügt werden, wie in Abschnitt\InsetSpace ~
12911
12912 \begin_inset LatexCommand ref
12913 reference "uab:Zeilenabstand"
12914
12915 \end_inset
12916
12917  beschrieben.
12918 \end_layout
12919
12920 \begin_layout Standard
12921 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
12922  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
12923  gedruckt aber anders aus.
12924  Die erste und letzte Linie ist 0.08\InsetSpace \thinspace{}
12925 em dick, während die anderen 0.05\InsetSpace \thinspace{}
12926 em dick
12927  sind.
12928 \end_layout
12929
12930 \begin_layout Standard
12931 Die Standarddicken können im LaTeX-Vorspann geändert werden:
12932 \end_layout
12933
12934 \begin_layout Standard
12935
12936 \series bold
12937
12938 \backslash
12939 let
12940 \backslash
12941 mytoprule
12942 \backslash
12943 toprule
12944 \newline
12945
12946 \backslash
12947 renewcommand{
12948 \backslash
12949 toprule}{
12950 \backslash
12951 mytoprule[Breite]}
12952 \end_layout
12953
12954 \begin_layout Standard
12955 Dies Beispiel gilt für die oberste Linie, genannt 
12956 \series bold
12957 toprule
12958 \series default
12959 .
12960  Für die letzte müssen Sie 
12961 \series bold
12962 toprule
12963 \series default
12964  durch 
12965 \series bold
12966 bottomrule
12967 \series default
12968  ersetzen.
12969  Die Linien dazwischen heißen 
12970 \series bold
12971 midrule
12972 \series default
12973 .
12974  Für 
12975 \family sans
12976 Breite
12977 \family default
12978  können Sie alle Einheiten benutzen, die in Anhang\InsetSpace ~
12979
12980 \begin_inset LatexCommand ref
12981 reference "kap:In-LyX-verfügbare"
12982
12983 \end_inset
12984
12985  aufgelistet sind.
12986 \end_layout
12987
12988 \begin_layout Standard
12989 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
12990  eine Linie unter einer Mehrfachspalte.
12991  LyX wird intern den Befehl 
12992 \series bold
12993
12994 \backslash
12995 cmidrule
12996 \series default
12997  benutzen, um diese Linie zu drucken.
12998  Der ganze Befehl sieht so aus:
12999 \end_layout
13000
13001 \begin_layout Standard
13002
13003 \series bold
13004
13005 \backslash
13006 cmidrule[width](trim){Anfangsspalte-Endspalte}
13007 \end_layout
13008
13009 \begin_layout Standard
13010 Die 
13011 \series bold
13012
13013 \backslash
13014 cmidrule
13015 \series default
13016 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13017  benutzen.
13018  
13019 \series bold
13020
13021 \backslash
13022 cmidrule
13023 \series default
13024  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13025  erste Zelle einer Zeile einfügt.
13026  Die Linie wird dann über der Zeile gedruckt.
13027 \end_layout
13028
13029 \begin_layout Standard
13030 Der Standardwert ist 0.03\InsetSpace \thinspace{}
13031 em.
13032  Die Linie reicht von 
13033 \family typewriter
13034 Anfangsspalte
13035 \family default
13036  bis 
13037 \family typewriter
13038 End\SpecialChar \-
13039 spal\SpecialChar \-
13040 te
13041 \family default
13042 .
13043  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13044   Der optionale Parameter 
13045 \family typewriter
13046 trim
13047 \family default
13048  kann die Werte 
13049 \emph on
13050 r
13051 \emph default
13052
13053 \emph on
13054 r{Breite}
13055 \emph default
13056
13057 \emph on
13058 l
13059 \family typewriter
13060 \emph default
13061  
13062 \family default
13063 oder 
13064 \emph on
13065 l{Breite}
13066 \emph default
13067  annehmen, wobei die 
13068 \family sans
13069 Breite
13070 \family default
13071  optional ist.
13072  
13073 \emph on
13074 l{2pt}
13075 \emph default
13076  zum Beispiel bedeutet, dass die Linie links um 2\InsetSpace \thinspace{}
13077 pt gekürzt wird.
13078  Ohne Breitenangabe werden die Linien um 0.5\InsetSpace \thinspace{}
13079 em gekürzt.
13080 \end_layout
13081
13082 \begin_layout Standard
13083 \begin_inset VSpace bigskip
13084 \end_inset
13085
13086 In Tabelle\InsetSpace ~
13087
13088 \begin_inset LatexCommand ref
13089 reference "tab:Formale-Tabelle"
13090
13091 \end_inset
13092
13093  wurden die Befehle
13094 \end_layout
13095
13096 \begin_layout Standard
13097
13098 \series bold
13099
13100 \backslash
13101 cmidrule(r){2-2}
13102 \backslash
13103 cmidrule(l){3-4}
13104 \end_layout
13105
13106 \begin_layout Standard
13107 am Anfange der zweiten Zeile und
13108 \end_layout
13109
13110 \begin_layout Standard
13111
13112 \series bold
13113
13114 \backslash
13115 cmidrule(l{10pt}){1-1}
13116 \end_layout
13117
13118 \begin_layout Standard
13119 in der sechsten benutzt.
13120 \end_layout
13121
13122 \begin_layout Standard
13123 \begin_inset VSpace bigskip
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \begin_layout Standard
13130 Sie können mit 
13131 \series bold
13132
13133 \backslash
13134 cmidrule
13135 \series default
13136  auch überlappende Linien wie in Tabelle\InsetSpace ~
13137
13138 \begin_inset LatexCommand ref
13139 reference "tab:Special-booktabs-table"
13140
13141 \end_inset
13142
13143  definieren.
13144  Der Befehl ist:
13145 \end_layout
13146
13147 \begin_layout Standard
13148
13149 \series bold
13150
13151 \backslash
13152 morecmidrules
13153 \end_layout
13154
13155 \begin_layout Standard
13156 In Zeile zwei der Tabelle\InsetSpace ~
13157
13158 \begin_inset LatexCommand ref
13159 reference "tab:Special-booktabs-table"
13160
13161 \end_inset
13162
13163  wurde folgender Befehl benutzt:
13164 \end_layout
13165
13166 \begin_layout Standard
13167
13168 \series bold
13169
13170 \backslash
13171 cmidrule(r){2-2}
13172 \backslash
13173 cmidrule(l){3-4}
13174 \backslash
13175 morecmidrules
13176 \newline
13177
13178 \backslash
13179 cmidrule{2-4}
13180 \end_layout
13181
13182 \begin_layout Standard
13183 und in Zeile sechs:
13184 \end_layout
13185
13186 \begin_layout Standard
13187
13188 \series bold
13189
13190 \backslash
13191 midrule
13192 \backslash
13193 morecmidrules
13194 \backslash
13195 cmidrule{3-4}
13196 \end_layout
13197
13198 \begin_layout Standard
13199 \begin_inset VSpace bigskip
13200 \end_inset
13201
13202
13203 \end_layout
13204
13205 \begin_layout Standard
13206 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13207  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13208 \end_layout
13209
13210 \begin_layout Standard
13211
13212 \series bold
13213
13214 \backslash
13215 specialrule{Dicke}{Abstand davor}{Abstand danach}
13216 \end_layout
13217
13218 \begin_layout Standard
13219 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13220 \series bold
13221 booktabs
13222 \series default
13223  
13224 \begin_inset LatexCommand cite
13225 key "booktabs"
13226
13227 \end_inset
13228
13229 .
13230 \begin_inset LatexCommand index
13231 name "LaTeX-Pakete ! booktabs"
13232
13233 \end_inset
13234
13235
13236 \end_layout
13237
13238 \begin_layout Standard
13239 \begin_inset Float table
13240 placement h
13241 wide false
13242 sideways false
13243 status open
13244
13245 \begin_layout Standard
13246 \begin_inset Caption
13247
13248 \begin_layout Standard
13249 \begin_inset LatexCommand label
13250 name "tab:Special-booktabs-table"
13251
13252 \end_inset
13253
13254 Eine spezielle formale Tabelle
13255 \end_layout
13256
13257 \end_inset
13258
13259
13260 \end_layout
13261
13262 \begin_layout Standard
13263 \align center
13264 \begin_inset Tabular
13265 <lyxtabular version="3" rows="8" columns="4">
13266 <features booktabs="true">
13267 <column alignment="center" valignment="top" width="0">
13268 <column alignment="center" valignment="top" width="0">
13269 <column alignment="right" valignment="top" width="0">
13270 <column alignment="right" valignment="top" width="0">
13271 <row topline="true">
13272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Standard
13276 System
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Standard
13285 Medipix\InsetSpace \thinspace{}
13286 1
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Standard
13295 Medipix\InsetSpace \thinspace{}
13296 2
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13302 \begin_inset Text
13303
13304 \begin_layout Standard
13305
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 </row>
13311 <row>
13312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Standard
13316 \begin_inset ERT
13317 status collapsed
13318
13319 \begin_layout Standard
13320
13321
13322 \backslash
13323 cmidrule(r){2-2}
13324 \end_layout
13325
13326 \end_inset
13327
13328
13329 \begin_inset ERT
13330 status collapsed
13331
13332 \begin_layout Standard
13333
13334
13335 \backslash
13336 cmidrule(l){3-4}
13337 \end_layout
13338
13339 \end_inset
13340
13341
13342 \begin_inset ERT
13343 status collapsed
13344
13345 \begin_layout Standard
13346
13347
13348 \backslash
13349 morecmidrules 
13350 \end_layout
13351
13352 \end_inset
13353
13354
13355 \begin_inset ERT
13356 status collapsed
13357
13358 \begin_layout Standard
13359
13360
13361 \backslash
13362 cmidrule{2-4}
13363 \end_layout
13364
13365 \end_inset
13366
13367 Detektordicke  [µm]
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Standard
13376 300
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Standard
13385 300
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Standard
13394 700
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 </row>
13400 <row topline="true">
13401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Standard
13405 Kantenwinkel [°]
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Standard
13414 3,55
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Standard
13423 2,71
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Standard
13432 7,99
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 </row>
13438 <row topspace="default">
13439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Standard
13443 räumliche Auflösung [µm]
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Standard
13452 4,26
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Standard
13461 10,17
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Standard
13470 10,56
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 </row>
13476 <row topspace="default">
13477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Standard
13481 MTF bei 
13482 \begin_inset Formula $f_{\mathrm{max}}$
13483 \end_inset
13484
13485
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Standard
13494 0,53
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Standard
13503 0,37
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Standard
13512 0,39
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 </row>
13518 <row topline="true">
13519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Standard
13523 \begin_inset ERT
13524 status collapsed
13525
13526 \begin_layout Standard
13527
13528
13529 \backslash
13530 morecmidrules 
13531 \end_layout
13532
13533 \end_inset
13534
13535
13536 \begin_inset ERT
13537 status collapsed
13538
13539 \begin_layout Standard
13540
13541
13542 \backslash
13543 cmidrule{3-4}
13544 \end_layout
13545
13546 \end_inset
13547
13548 LSF-räumliche Auflösung
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Standard
13557
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Standard
13566
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Standard
13575
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 </row>
13581 <row>
13582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Standard
13586 in µm
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Standard
13595 129,7
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Standard
13604 52,75
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Standard
13613 50,78
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 </row>
13619 <row bottomline="true">
13620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Standard
13624 in % der Pixelgröße
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Standard
13633 76,3
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Standard
13642 95,9
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Standard
13651 92,3
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 </row>
13657 </lyxtabular>
13658
13659 \end_inset
13660
13661
13662 \end_layout
13663
13664 \end_inset
13665
13666
13667 \end_layout
13668
13669 \begin_layout Section
13670 Vertikale Tabellen-Ausrichtung
13671 \begin_inset LatexCommand index
13672 name "Tabellen ! Ausrichtung"
13673
13674 \end_inset
13675
13676
13677 \end_layout
13678
13679 \begin_layout Standard
13680 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13681  einer Box sein.
13682  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt\InsetSpace ~
13683
13684 \begin_inset LatexCommand ref
13685 reference "abs:Box-Dialog"
13686
13687 \end_inset
13688
13689  beschrieben.
13690 \end_layout
13691
13692 \begin_layout Standard
13693 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13694 \begin_inset Foot
13695 status collapsed
13696
13697 \begin_layout Standard
13698 Minipages werden in Abschnitt\InsetSpace ~
13699
13700 \begin_inset LatexCommand ref
13701 reference "abs:Minipage"
13702
13703 \end_inset
13704
13705  beschrieben.
13706 \end_layout
13707
13708 \end_inset
13709
13710  mit 15\InsetSpace \thinspace{}
13711 col%-Breite:
13712 \end_layout
13713
13714 \begin_layout Itemize
13715 Test 
13716 \begin_inset Box Frameless
13717 position "t"
13718 hor_pos "c"
13719 has_inner_box 1
13720 inner_pos "c"
13721 use_parbox 0
13722 width "15col%"
13723 special "none"
13724 height "1in"
13725 height_special "totalheight"
13726 status collapsed
13727
13728 \begin_layout Standard
13729 \begin_inset Tabular
13730 <lyxtabular version="3" rows="3" columns="3">
13731 <features>
13732 <column alignment="center" valignment="top" leftline="true" width="0">
13733 <column alignment="center" valignment="top" leftline="true" width="0">
13734 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13735 <row topline="true">
13736 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Standard
13740 Tabelle 1
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Standard
13749
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Standard
13758
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 </row>
13764 <row topline="true">
13765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Standard
13769 b
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Standard
13778 e
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Standard
13787 h
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 </row>
13793 <row topline="true" bottomline="true">
13794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Standard
13798 c
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Standard
13807 f
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Standard
13816 i
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 </row>
13822 </lyxtabular>
13823
13824 \end_inset
13825
13826
13827 \end_layout
13828
13829 \end_inset
13830
13831  Test 
13832 \begin_inset ERT
13833 status collapsed
13834
13835 \begin_layout Standard
13836
13837
13838 \backslash
13839 raisebox{0.85
13840 \backslash
13841 baselineskip}{
13842 \end_layout
13843
13844 \end_inset
13845
13846
13847 \begin_inset Box Frameless
13848 position "t"
13849 hor_pos "c"
13850 has_inner_box 1
13851 inner_pos "c"
13852 use_parbox 0
13853 width "15col%"
13854 special "none"
13855 height "1in"
13856 height_special "totalheight"
13857 status collapsed
13858
13859 \begin_layout Standard
13860 \begin_inset Tabular
13861 <lyxtabular version="3" rows="3" columns="3">
13862 <features>
13863 <column alignment="center" valignment="top" leftline="true" width="0">
13864 <column alignment="center" valignment="top" leftline="true" width="0">
13865 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13866 <row topline="true">
13867 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Standard
13871 Tabelle 2
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Standard
13880
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Standard
13889
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 </row>
13895 <row topline="true">
13896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Standard
13900 b
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Standard
13909 e
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Standard
13918 h
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 </row>
13924 <row topline="true" bottomline="true">
13925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Standard
13929 c
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Standard
13938 f
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Standard
13947 i
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 </row>
13953 </lyxtabular>
13954
13955 \end_inset
13956
13957
13958 \end_layout
13959
13960 \end_inset
13961
13962
13963 \begin_inset ERT
13964 status collapsed
13965
13966 \begin_layout Standard
13967
13968 }
13969 \end_layout
13970
13971 \end_inset
13972
13973
13974 \end_layout
13975
13976 \begin_layout Itemize
13977 Test 
13978 \begin_inset Box Frameless
13979 position "c"
13980 hor_pos "c"
13981 has_inner_box 1
13982 inner_pos "c"
13983 use_parbox 0
13984 width "15col%"
13985 special "none"
13986 height "1in"
13987 height_special "totalheight"
13988 status collapsed
13989
13990 \begin_layout Standard
13991 \begin_inset Tabular
13992 <lyxtabular version="3" rows="3" columns="3">
13993 <features>
13994 <column alignment="center" valignment="top" leftline="true" width="0">
13995 <column alignment="center" valignment="top" leftline="true" width="0">
13996 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13997 <row topline="true">
13998 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Standard
14002 Tabelle 3
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Standard
14011
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Standard
14020
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 </row>
14026 <row topline="true">
14027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Standard
14031 b
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Standard
14040 e
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Standard
14049 h
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 </row>
14055 <row topline="true" bottomline="true">
14056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Standard
14060 c
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Standard
14069 f
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Standard
14078 i
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 </lyxtabular>
14085
14086 \end_inset
14087
14088
14089 \end_layout
14090
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \begin_layout Itemize
14097 Test 
14098 \begin_inset Box Frameless
14099 position "b"
14100 hor_pos "c"
14101 has_inner_box 1
14102 inner_pos "c"
14103 use_parbox 0
14104 width "15col%"
14105 special "none"
14106 height "1in"
14107 height_special "totalheight"
14108 status collapsed
14109
14110 \begin_layout Standard
14111 \begin_inset Tabular
14112 <lyxtabular version="3" rows="3" columns="3">
14113 <features>
14114 <column alignment="center" valignment="top" leftline="true" width="0">
14115 <column alignment="center" valignment="top" leftline="true" width="0">
14116 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14117 <row topline="true">
14118 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Standard
14122 Tabelle 4
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Standard
14131
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Standard
14140
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 </row>
14146 <row topline="true">
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Standard
14151 b
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Standard
14160 e
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Standard
14169 h
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 </row>
14175 <row topline="true" bottomline="true">
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Standard
14180 c
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Standard
14189 f
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Standard
14198 i
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 </row>
14204 </lyxtabular>
14205
14206 \end_inset
14207
14208
14209 \end_layout
14210
14211 \end_inset
14212
14213 Test 
14214 \begin_inset ERT
14215 status collapsed
14216
14217 \begin_layout Standard
14218
14219
14220 \backslash
14221 raisebox{-0.32
14222 \backslash
14223 baselineskip}{
14224 \end_layout
14225
14226 \end_inset
14227
14228
14229 \begin_inset Box Frameless
14230 position "b"
14231 hor_pos "c"
14232 has_inner_box 1
14233 inner_pos "c"
14234 use_parbox 0
14235 width "15col%"
14236 special "none"
14237 height "1in"
14238 height_special "totalheight"
14239 status collapsed
14240
14241 \begin_layout Standard
14242 \begin_inset Tabular
14243 <lyxtabular version="3" rows="3" columns="3">
14244 <features>
14245 <column alignment="center" valignment="top" leftline="true" width="0">
14246 <column alignment="center" valignment="top" leftline="true" width="0">
14247 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14248 <row topline="true">
14249 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Standard
14253 Tabelle 5
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Standard
14262
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Standard
14271
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 </row>
14277 <row topline="true">
14278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Standard
14282 b
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Standard
14291 e
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Standard
14300 h
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 </row>
14306 <row topline="true" bottomline="true">
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Standard
14311 c
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Standard
14320 f
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Standard
14329 i
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 </row>
14335 </lyxtabular>
14336
14337 \end_inset
14338
14339
14340 \end_layout
14341
14342 \end_inset
14343
14344
14345 \begin_inset ERT
14346 status collapsed
14347
14348 \begin_layout Standard
14349
14350 }
14351 \end_layout
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \begin_layout Standard
14359 Wie Sie sehen können, ist der Inhalt der ersten und letzten Zeile bezüglich
14360  der Textzeile nicht richtig ausgerichtet.
14361  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14362 \begin_inset Quotes gld
14363 \end_inset
14364
14365 Raisebox
14366 \begin_inset Quotes grd
14367 \end_inset
14368
14369
14370 \begin_inset Foot
14371 status collapsed
14372
14373 \begin_layout Standard
14374 Raiseboxen werden in Abschnitt\InsetSpace ~
14375
14376 \begin_inset LatexCommand ref
14377 reference "uab:Vertikale-Ausrichtung"
14378
14379 \end_inset
14380
14381  beschrieben.
14382 \end_layout
14383
14384 \end_inset
14385
14386  setzen.
14387  Im obigen Beispiel wurde in der zweiten Tabelle des ersten Zeile mit dem
14388  Befehl
14389 \end_layout
14390
14391 \begin_layout Standard
14392
14393 \series bold
14394
14395 \backslash
14396 raisebox{0.85
14397 \backslash
14398 baselineskip}{
14399 \end_layout
14400
14401 \begin_layout Standard
14402 vor der Box ausgerichtet.
14403  Hinter der Box wurde auch noch 
14404 \series bold
14405 }
14406 \series default
14407  als TeX-Code eingefügt, weil der obige Befehl mit 
14408 \series bold
14409 {
14410 \series default
14411  aufhörte.
14412  Für die zweite Tabelle in der letzten Zeile wurde der Befehl
14413 \end_layout
14414
14415 \begin_layout Standard
14416
14417 \series bold
14418
14419 \backslash
14420 raisebox{-0.32
14421 \backslash
14422 baselineskip}{
14423 \end_layout
14424
14425 \begin_layout Standard
14426 benutzt.
14427 \end_layout
14428
14429 \begin_layout Standard
14430 \begin_inset Note Greyedout
14431 status open
14432
14433 \begin_layout Standard
14434
14435 \series bold
14436 Bemerkung:
14437 \series default
14438  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14439  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14440  Der Faktor im 
14441 \series bold
14442
14443 \backslash
14444 raisebox
14445 \series default
14446 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14447 \end_layout
14448
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \begin_layout Section
14455 Farbige Tabellen
14456 \begin_inset LatexCommand label
14457 name "abs:Farbige-Tabellen"
14458
14459 \end_inset
14460
14461
14462 \begin_inset LatexCommand index
14463 name "Tabellen ! farbige"
14464
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \begin_layout Subsection
14471 Farbige Zellen
14472 \begin_inset LatexCommand index
14473 name "farbige !  Tabellenzellen"
14474
14475 \end_inset
14476
14477
14478 \end_layout
14479
14480 \begin_layout Standard
14481 \begin_inset Float table
14482 placement h
14483 wide false
14484 sideways false
14485 status open
14486
14487 \begin_layout Standard
14488 \begin_inset Caption
14489
14490 \begin_layout Standard
14491 \begin_inset LatexCommand label
14492 name "tab:Farbige-Tabelle-ohne"
14493
14494 \end_inset
14495
14496 Farbige Tabelle, ohne Paket 
14497 \series bold
14498 colortbl
14499 \series default
14500
14501 \begin_inset OptArg
14502 status collapsed
14503
14504 \begin_layout Standard
14505 Tabelle ohne 
14506 \family typewriter
14507 colortbl
14508 \end_layout
14509
14510 \end_inset
14511
14512
14513 \end_layout
14514
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \begin_layout Standard
14521 \align center
14522 \begin_inset Tabular
14523 <lyxtabular version="3" rows="3" columns="3">
14524 <features>
14525 <column alignment="center" valignment="top" leftline="true" width="0">
14526 <column alignment="center" valignment="top" leftline="true" width="0">
14527 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14528 <row topline="true">
14529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Standard
14533
14534 \color green
14535 a
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Standard
14544
14545 \color red
14546 b
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Standard
14555
14556 \color red
14557 c
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 <row topline="true">
14564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Standard
14568
14569 \color green
14570 d
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Standard
14579
14580 \color blue
14581 e
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Standard
14590
14591 \color blue
14592 f
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 </row>
14598 <row topline="true" bottomline="true">
14599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Standard
14603
14604 \color green
14605 g
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Standard
14614
14615 \color blue
14616 h
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Standard
14625
14626 \color blue
14627 i
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 </row>
14633 </lyxtabular>
14634
14635 \end_inset
14636
14637
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Standard
14646 \begin_inset LatexCommand label
14647 name "Wenn-Sie-nur"
14648
14649 \end_inset
14650
14651 Wenn Sie nur farbigen Text
14652 \begin_inset LatexCommand index
14653 name "Farbe ! für Text"
14654
14655 \end_inset
14656
14657  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14658  auf den Werkzeugleistenknopf 
14659 \begin_inset Graphics
14660         filename ../../images/dialog-show_character.png
14661         scale 70
14662         scaleBeforeRotation
14663         BoundingBox 0bp 6bp 22bp 22bp
14664
14665 \end_inset
14666
14667  oder über das Menü 
14668 \family sans
14669 Bearbeiten\SpecialChar \menuseparator
14670 Textstil\SpecialChar \menuseparator
14671 Benutzerdefiniert
14672 \family default
14673  mit dem 
14674 \family sans
14675 Textstil
14676 \family default
14677 -Dialog wie es in Tabelle\InsetSpace ~
14678
14679 \begin_inset LatexCommand ref
14680 reference "tab:Farbige-Tabelle-ohne"
14681
14682 \end_inset
14683
14684  gemacht wurde.
14685  In anderen Fällen müssen Sie das LaTeX-Paket 
14686 \series bold
14687 colortbl
14688 \series default
14689  benutzen.
14690 \begin_inset LatexCommand index
14691 name "LaTeX-Pakete ! colortbl"
14692
14693 \end_inset
14694
14695
14696 \end_layout
14697
14698 \begin_layout Standard
14699 \begin_inset ERT
14700 status collapsed
14701
14702 \begin_layout Standard
14703
14704
14705 \backslash
14706 ifcolortbl
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \begin_inset Note Note
14713 status open
14714
14715 \begin_layout Standard
14716 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
14717 \series bold
14718 colortbl
14719 \series default
14720  installiert ist.
14721 \end_layout
14722
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \begin_layout Standard
14729 Um farbige Tabellen zu erzeugen, muss 
14730 \series bold
14731 colortbl
14732 \series default
14733  im LaTeX-Vorspann geladen werden:
14734 \end_layout
14735
14736 \begin_layout Standard
14737
14738 \series bold
14739
14740 \backslash
14741 usepackage{colortbl}
14742 \end_layout
14743
14744 \begin_layout Standard
14745 Die Farbe einer Spalte ändert man dann mit dem Befehl
14746 \end_layout
14747
14748 \begin_layout Standard
14749
14750 \series bold
14751
14752 \backslash
14753 columncolor{Farbname}
14754 \end_layout
14755
14756 \begin_layout Standard
14757 innerhalb des Befehls 
14758 \series bold
14759 >{}
14760 \series default
14761 .
14762  Mehr über den Befehl 
14763 \series bold
14764 >{}
14765 \series default
14766  finden Sie im Abschnitt\InsetSpace ~
14767
14768 \begin_inset LatexCommand ref
14769 reference "uab:Mehrfachspalten-Berechnungen"
14770
14771 \end_inset
14772
14773 .
14774 \end_layout
14775
14776 \begin_layout Standard
14777 Folgende Farbnamen sind vordefiniert:
14778 \end_layout
14779
14780 \begin_layout Standard
14781
14782 \family sans
14783 red
14784 \family default
14785
14786 \family sans
14787 green
14788 \family default
14789
14790 \family sans
14791 yellow
14792 \family default
14793
14794 \family sans
14795 blue
14796 \family default
14797
14798 \family sans
14799 cyan
14800 \family default
14801
14802 \family sans
14803 magenta
14804 \family default
14805
14806 \family sans
14807 black
14808 \family default
14809  und 
14810 \family sans
14811 white
14812 \newline
14813 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
14814 \family default
14815 und
14816 \family sans
14817  weiß)
14818 \end_layout
14819
14820 \begin_layout Standard
14821 \begin_inset VSpace medskip
14822 \end_inset
14823
14824
14825 \end_layout
14826
14827 \begin_layout Standard
14828 Sie können auch eigene Farben definieren:
14829 \end_layout
14830
14831 \begin_layout Standard
14832
14833 \series bold
14834
14835 \backslash
14836 definecolor{Farbname}{Farbmodell}{Farbwerte}
14837 \end_layout
14838
14839 \begin_layout Standard
14840 Das Farbmodell kann eins der folgenden sein:
14841 \end_layout
14842
14843 \begin_layout Labeling
14844 \labelwidthstring 00.00.0000
14845 cmyk: cyan, magenta, yellow, black
14846 \end_layout
14847
14848 \begin_layout Labeling
14849 \labelwidthstring 00.00.0000
14850 rgb: red, green blue
14851 \end_layout
14852
14853 \begin_layout Labeling
14854 \labelwidthstring 00.00.0000
14855 gray: gray
14856 \end_layout
14857
14858 \begin_layout Standard
14859 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
14860  die die entsprechende Farbe für das Farbmodell beschreiben.
14861 \end_layout
14862
14863 \begin_layout Standard
14864 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
14865 \emph on
14866
14867 \begin_inset Quotes gld
14868 \end_inset
14869
14870 dunkelgruen
14871 \emph default
14872
14873 \begin_inset Quotes grd
14874 \end_inset
14875
14876  und 
14877 \begin_inset Quotes gld
14878 \end_inset
14879
14880
14881 \emph on
14882 hellgrau
14883 \emph default
14884
14885 \begin_inset Quotes grd
14886 \end_inset
14887
14888  folgendermaßen definieren:
14889 \end_layout
14890
14891 \begin_layout Standard
14892
14893 \series bold
14894
14895 \backslash
14896 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
14897 \end_layout
14898
14899 \begin_layout Standard
14900
14901 \series bold
14902
14903 \backslash
14904 definecolor{hellgrau}{gray}{0.8}
14905 \end_layout
14906
14907 \begin_layout Standard
14908 \begin_inset VSpace medskip
14909 \end_inset
14910
14911
14912 \end_layout
14913
14914 \begin_layout Standard
14915 Linien werden mit dem Befehl
14916 \end_layout
14917
14918 \begin_layout Standard
14919
14920 \series bold
14921
14922 \backslash
14923 rowcolor{Farbname}
14924 \end_layout
14925
14926 \begin_layout Standard
14927 gefärbt, Zellen mit dem Befehl
14928 \end_layout
14929
14930 \begin_layout Standard
14931
14932 \series bold
14933
14934 \backslash
14935 cellcolor{Farbname}
14936 \end_layout
14937
14938 \begin_layout Standard
14939 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben..
14940 \end_layout
14941
14942 \begin_layout Standard
14943 Um nur Text zu färben, machen Sie es wie 
14944 \begin_inset LatexCommand vpageref
14945 reference "Wenn-Sie-nur"
14946
14947 \end_inset
14948
14949  beschrieben.
14950  Wenn die Zelle aber TeX-Code zum Färben enthält, 
14951 \emph on
14952 markieren Sie nur den Text
14953 \emph default
14954 , sonst werden die ERTs LaTeX-Fehler erzeugen.
14955 \end_layout
14956
14957 \begin_layout Standard
14958 \begin_inset Note Greyedout
14959 status open
14960
14961 \begin_layout Standard
14962
14963 \series bold
14964 Achtung:
14965 \series default
14966  Nicht alle DVI-Betrachter können alle selbst definierte Farben anzeigen.
14967 \end_layout
14968
14969 \end_inset
14970
14971
14972 \end_layout
14973
14974 \begin_layout Standard
14975 \begin_inset VSpace medskip
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \begin_layout Standard
14982 Die Tabelle\InsetSpace ~
14983
14984 \begin_inset LatexCommand ref
14985 reference "tab:Table-colored-using"
14986
14987 \end_inset
14988
14989  wurde folgendermaßen erstellt: die erste Spalte soll 
14990 \emph on
14991
14992 \begin_inset Quotes gld
14993 \end_inset
14994
14995 dunkelgruen
14996 \emph default
14997
14998 \begin_inset Quotes grd
14999 \end_inset
15000
15001  werden, also müssen Sie ins 
15002 \family sans
15003 LaTe
15004 \begin_inset ERT
15005 status collapsed
15006
15007 \begin_layout Standard
15008
15009 {}
15010 \end_layout
15011
15012 \end_inset
15013
15014 X-Argument
15015 \family default
15016  der Zellen der ersten Spalte den Befehl
15017 \end_layout
15018
15019 \begin_layout Standard
15020
15021 \series bold
15022 >{
15023 \backslash
15024 columncolor{dunkelgruen}
15025 \backslash
15026 centering}c
15027 \end_layout
15028
15029 \begin_layout Standard
15030 schreiben.
15031  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15032 \end_layout
15033
15034 \begin_layout Standard
15035
15036 \series bold
15037
15038 \backslash
15039 rowcolow{cyan}
15040 \end_layout
15041
15042 \begin_layout Standard
15043 in die erste Zelle der ersten Zeile eingefügt.
15044  Diese Farbe ersetzt die Spaltenfarbe.
15045  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15046  wird mit folgendem Befehl erreicht:
15047 \end_layout
15048
15049 \begin_layout Standard
15050
15051 \series bold
15052
15053 \backslash
15054 cellcolor{magenta}
15055 \end_layout
15056
15057 \begin_layout Standard
15058 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15059 \family sans
15060 Textstil
15061 \family default
15062 -Dialog.
15063 \end_layout
15064
15065 \begin_layout Standard
15066 \begin_inset Float table
15067 placement h
15068 wide false
15069 sideways false
15070 status open
15071
15072 \begin_layout Standard
15073 \begin_inset Caption
15074
15075 \begin_layout Standard
15076 \begin_inset LatexCommand label
15077 name "tab:Table-colored-using"
15078
15079 \end_inset
15080
15081 Eine mit dem Paket 
15082 \series bold
15083 colortbl
15084 \series default
15085  gefärbte Tabelle
15086 \begin_inset OptArg
15087 status collapsed
15088
15089 \begin_layout Standard
15090 Tabelle mit 
15091 \family typewriter
15092 colortbl
15093 \end_layout
15094
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101
15102
15103 \end_layout
15104
15105 \begin_layout Standard
15106 \align center
15107 \begin_inset Tabular
15108 <lyxtabular version="3" rows="3" columns="3">
15109 <features>
15110 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15111 <column alignment="center" valignment="top" width="0">
15112 <column alignment="center" valignment="top" width="0">
15113 <row>
15114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Standard
15118 \begin_inset ERT
15119 status collapsed
15120
15121 \begin_layout Standard
15122
15123
15124 \backslash
15125 rowcolor{cyan}
15126 \end_layout
15127
15128 \end_inset
15129
15130
15131 \color magenta
15132 a
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Standard
15141
15142 \color red
15143 b
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Standard
15152
15153 \color red
15154 c
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 <row>
15161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Standard
15165
15166 \color yellow
15167 d
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Standard
15176
15177 \color blue
15178 e
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Standard
15187
15188 \color blue
15189 f
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 </row>
15195 <row>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Standard
15200
15201 \color yellow
15202 g
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Standard
15211
15212 \color blue
15213 h
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Standard
15222 \begin_inset ERT
15223 status collapsed
15224
15225 \begin_layout Standard
15226
15227
15228 \backslash
15229 cellcolor{magenta}
15230 \end_layout
15231
15232 \end_inset
15233
15234
15235 \color green
15236 i
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 </row>
15242 </lyxtabular>
15243
15244 \end_inset
15245
15246
15247 \end_layout
15248
15249 \end_inset
15250
15251
15252 \end_layout
15253
15254 \begin_layout Standard
15255 \begin_inset ERT
15256 status collapsed
15257
15258 \begin_layout Standard
15259
15260
15261 \backslash
15262 else
15263 \end_layout
15264
15265 \end_inset
15266
15267
15268 \begin_inset Note Note
15269 status open
15270
15271 \begin_layout Standard
15272 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15273 \series bold
15274 colortbl
15275 \series default
15276  nicht installiert ist:
15277 \end_layout
15278
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \begin_layout Standard
15285 Sie müssen das LaTeX-Paket 
15286 \series bold
15287 colortbl
15288 \series default
15289  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15290 \end_layout
15291
15292 \begin_layout Standard
15293 \begin_inset ERT
15294 status collapsed
15295
15296 \begin_layout Standard
15297
15298
15299 \backslash
15300 fi
15301 \end_layout
15302
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \begin_layout Subsection
15309 Farbige Linien
15310 \begin_inset LatexCommand index
15311 name "farbige !  Tabellenlinien"
15312
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \begin_layout Standard
15319 Wie in Abschnitt\InsetSpace ~
15320
15321 \begin_inset LatexCommand ref
15322 reference "uab:Liniendicke"
15323
15324 \end_inset
15325
15326  beschrieben, kann Die Dicke aller Tabellenlinien mit der Länge 
15327 \series bold
15328
15329 \backslash
15330 arrayrulewidth
15331 \series default
15332  definiert werden.
15333  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5\InsetSpace \thinspace{}
15334 pt gesetzt.
15335 \begin_inset ERT
15336 status collapsed
15337
15338 \begin_layout Standard
15339
15340
15341 \backslash
15342 setlength{
15343 \backslash
15344 arrayrulewidth}{1.5pt}
15345 \end_layout
15346
15347 \end_inset
15348
15349
15350 \end_layout
15351
15352 \begin_layout Standard
15353 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15354 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt\InsetSpace ~
15355
15356 \begin_inset LatexCommand ref
15357 reference "uab:Angepasste-Zellen/Spaltenformat"
15358
15359 \end_inset
15360
15361  definiert:
15362 \end_layout
15363
15364 \begin_layout Standard
15365
15366 \series bold
15367
15368 \backslash
15369 newcolumntype{W}{!{
15370 \backslash
15371 color{green}
15372 \backslash
15373 vline}}
15374 \end_layout
15375
15376 \begin_layout Standard
15377 In Tabelle\InsetSpace ~
15378
15379 \begin_inset LatexCommand ref
15380 reference "tab:Tabelle-mit-farbigen-vert"
15381
15382 \end_inset
15383
15384  wurde das LaTeX-Argument 
15385 \series bold
15386 WcW
15387 \series default
15388  für die letzte und 
15389 \series bold
15390 Wc
15391 \series default
15392  für die anderen Spalten benutzt.
15393 \end_layout
15394
15395 \begin_layout Standard
15396 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15397 \end_layout
15398
15399 \begin_layout Standard
15400 \begin_inset Float table
15401 placement h
15402 wide false
15403 sideways false
15404 status open
15405
15406 \begin_layout Standard
15407 \begin_inset Caption
15408
15409 \begin_layout Standard
15410 \begin_inset LatexCommand label
15411 name "tab:Tabelle-mit-farbigen-vert"
15412
15413 \end_inset
15414
15415 Tabelle mit farbigen vertikalen Linien
15416 \end_layout
15417
15418 \end_inset
15419
15420
15421 \end_layout
15422
15423 \begin_layout Standard
15424 \align center
15425 \begin_inset Tabular
15426 <lyxtabular version="3" rows="3" columns="3">
15427 <features>
15428 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
15429 <column alignment="center" valignment="top" width="0" special="Wc">
15430 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
15431 <row topline="true">
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Standard
15436 sd
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Standard
15445
15446 \end_layout
15447
15448 \end_inset
15449 </cell>
15450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Standard
15454
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 </row>
15460 <row topline="true">
15461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Standard
15465
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Standard
15474 sd
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Standard
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 </row>
15489 <row topline="true" bottomline="true">
15490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Standard
15494
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Standard
15503
15504 \end_layout
15505
15506 \end_inset
15507 </cell>
15508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Standard
15512 sd
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 </row>
15518 </lyxtabular>
15519
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \end_inset
15526
15527
15528 \end_layout
15529
15530 \begin_layout Standard
15531 \begin_inset VSpace bigskip
15532 \end_inset
15533
15534 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle\InsetSpace ~
15535
15536 \begin_inset LatexCommand ref
15537 reference "tab:Tabelle-mit-farbigen-horiz"
15538
15539 \end_inset
15540
15541 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15542  einfügen:
15543 \end_layout
15544
15545 \begin_layout Standard
15546
15547 \series bold
15548
15549 \backslash
15550 let
15551 \backslash
15552 myHlineC
15553 \backslash
15554 hline
15555 \newline
15556
15557 \backslash
15558 renewcommand{
15559 \backslash
15560 hline}
15561 \newline
15562
15563 \begin_inset ERT
15564 status collapsed
15565
15566 \begin_layout Standard
15567
15568
15569 \backslash
15570 hphantom{ }
15571 \end_layout
15572
15573 \end_inset
15574
15575 {
15576 \backslash
15577 arrayrulecolor{red}
15578 \backslash
15579 myHlineC
15580 \backslash
15581 arrayrulecolor{black}}
15582 \end_layout
15583
15584 \begin_layout Standard
15585 \begin_inset ERT
15586 status collapsed
15587
15588 \begin_layout Standard
15589
15590
15591 \backslash
15592 let
15593 \backslash
15594 myHlineC
15595 \backslash
15596 hline
15597 \end_layout
15598
15599 \begin_layout Standard
15600
15601
15602 \backslash
15603 renewcommand{
15604 \backslash
15605 hline}
15606 \end_layout
15607
15608 \begin_layout Standard
15609
15610  {
15611 \backslash
15612 arrayrulecolor{red}
15613 \backslash
15614 myHlineC
15615 \backslash
15616 arrayrulecolor{black}}
15617 \end_layout
15618
15619 \end_inset
15620
15621
15622 \begin_inset Float table
15623 wide false
15624 sideways false
15625 status open
15626
15627 \begin_layout Standard
15628 \begin_inset Caption
15629
15630 \begin_layout Standard
15631 \begin_inset LatexCommand label
15632 name "tab:Tabelle-mit-farbigen-horiz"
15633
15634 \end_inset
15635
15636 Tabelle mit farbigen horizontalen Linien
15637 \end_layout
15638
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \begin_layout Standard
15645 \align center
15646 \begin_inset Tabular
15647 <lyxtabular version="3" rows="3" columns="3">
15648 <features>
15649 <column alignment="center" valignment="top" leftline="true" width="0">
15650 <column alignment="center" valignment="top" leftline="true" width="0">
15651 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15652 <row topline="true">
15653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Standard
15657 sd
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Standard
15666
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Standard
15675
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 </row>
15681 <row topline="true">
15682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Standard
15686
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Standard
15695 sd
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Standard
15704
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 </row>
15710 <row topline="true" bottomline="true">
15711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Standard
15715
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Standard
15724
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Standard
15733 sd
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 </row>
15739 </lyxtabular>
15740
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \begin_layout Standard
15752 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
15753  als TeX-Code hinter der Tabelle einfügen:
15754 \end_layout
15755
15756 \begin_layout Standard
15757
15758 \series bold
15759
15760 \backslash
15761 renewcommand{
15762 \backslash
15763 hline}{
15764 \backslash
15765 myHlineC}
15766 \end_layout
15767
15768 \begin_layout Standard
15769 Tabelle\InsetSpace ~
15770
15771 \begin_inset LatexCommand ref
15772 reference "tab:Table-with-colored"
15773
15774 \end_inset
15775
15776  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
15777 \end_layout
15778
15779 \begin_layout Standard
15780 \begin_inset Float table
15781 placement h
15782 wide false
15783 sideways false
15784 status open
15785
15786 \begin_layout Standard
15787 \begin_inset Caption
15788
15789 \begin_layout Standard
15790 \begin_inset LatexCommand label
15791 name "tab:Table-with-colored"
15792
15793 \end_inset
15794
15795 Tabelle mit farbigen Linien
15796 \end_layout
15797
15798 \end_inset
15799
15800
15801 \end_layout
15802
15803 \begin_layout Standard
15804 \align center
15805 \begin_inset Tabular
15806 <lyxtabular version="3" rows="3" columns="3">
15807 <features>
15808 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
15809 <column alignment="center" valignment="top" width="0" special="Wc">
15810 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
15811 <row topline="true">
15812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Standard
15816 sd
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Standard
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Standard
15834
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 <row topline="true">
15841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Standard
15845
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Standard
15854 sd
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Standard
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 </row>
15869 <row topline="true" bottomline="true" topspace="default">
15870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Standard
15874
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Standard
15883
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Standard
15892 sd
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 </row>
15898 </lyxtabular>
15899
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \end_inset
15906
15907
15908 \end_layout
15909
15910 \begin_layout Standard
15911 \begin_inset ERT
15912 status collapsed
15913
15914 \begin_layout Standard
15915
15916
15917 \backslash
15918 renewcommand{
15919 \backslash
15920 hline}{
15921 \backslash
15922 myHlineC}
15923 \end_layout
15924
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \begin_layout Standard
15931 \begin_inset ERT
15932 status collapsed
15933
15934 \begin_layout Standard
15935
15936
15937 \backslash
15938 setlength{
15939 \backslash
15940 arrayrulewidth}{0.4pt}
15941 \end_layout
15942
15943 \end_inset
15944
15945
15946 \begin_inset Note Note
15947 status collapsed
15948
15949 \begin_layout Standard
15950 setzt die Liniendicke wieder auf ihren Standardwert zurück
15951 \end_layout
15952
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \begin_layout Section
15959 Tabellen-Anpassung
15960 \begin_inset LatexCommand index
15961 name "Tabellen ! Anpassung"
15962
15963 \end_inset
15964
15965
15966 \end_layout
15967
15968 \begin_layout Subsection
15969 Zeilenabstand
15970 \begin_inset LatexCommand label
15971 name "uab:Zeilenabstand"
15972
15973 \end_inset
15974
15975
15976 \begin_inset LatexCommand index
15977 name "Tabellen ! Zeilenabstand"
15978
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Standard
15985 Auf der Karteikarte 
15986 \family sans
15987 Rahmen
15988 \family default
15989  des 
15990 \family sans
15991 Tabellen-Einstellungen
15992 \family default
15993 -Dialogs können Sie 
15994 \family sans
15995 zusätzliche\InsetSpace ~
15996 Abstände
15997 \family default
15998  einfügen.
15999  Dabei haben Sie drei Möglichkeiten:
16000 \end_layout
16001
16002 \begin_layout Description
16003 Oberhalb\InsetSpace ~
16004 der\InsetSpace ~
16005 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16006  Bei einer formalen Tabelle
16007 \begin_inset Foot
16008 status collapsed
16009
16010 \begin_layout Standard
16011 Formale Tabellen wurden in Abschnitt\InsetSpace ~
16012
16013 \begin_inset LatexCommand ref
16014 reference "abs:Formale-Tabellen"
16015
16016 \end_inset
16017
16018  beschrieben.
16019 \end_layout
16020
16021 \end_inset
16022
16023  fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16024 em Leerraum ein.
16025  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16026 \begin_inset VSpace medskip
16027 \end_inset
16028
16029
16030 \newline
16031
16032 \begin_inset ERT
16033 status collapsed
16034
16035 \begin_layout Standard
16036
16037
16038 \backslash
16039 hspace*{0pt}
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \hfill
16046
16047 \begin_inset Tabular
16048 <lyxtabular version="3" rows="3" columns="1">
16049 <features>
16050 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16051 <row topline="true">
16052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Standard
16056 A
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 </row>
16062 <row topline="true" topspace="3mm">
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Standard
16067 3\InsetSpace \thinspace{}
16068 mm Leerraum oberhalb der Zeile
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 <row topline="true" bottomline="true">
16075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Standard
16079 C
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 </row>
16085 </lyxtabular>
16086
16087 \end_inset
16088
16089
16090 \hfill
16091
16092 \begin_inset ERT
16093 status collapsed
16094
16095 \begin_layout Standard
16096
16097
16098 \backslash
16099 hspace*{0pt}
16100 \end_layout
16101
16102 \end_inset
16103
16104
16105 \begin_inset VSpace medskip
16106 \end_inset
16107
16108
16109 \newline
16110 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16111 n Linien verwenden.
16112 \end_layout
16113
16114 \begin_layout Description
16115 Unterhalb\InsetSpace ~
16116 der\InsetSpace ~
16117 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum
16118  ein.
16119  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16120 em Leerraum ein.
16121  Bei normalen Tabellen ist der Standardwert 2\InsetSpace \thinspace{}
16122 pt.
16123 \end_layout
16124
16125 \begin_layout Description
16126 Zwischen\InsetSpace ~
16127 den\InsetSpace ~
16128 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16129  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5\InsetSpace \thinspace{}
16130 em Leerraum ein.
16131  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16132 \begin_inset VSpace medskip
16133 \end_inset
16134
16135
16136 \newline
16137
16138 \begin_inset ERT
16139 status collapsed
16140
16141 \begin_layout Standard
16142
16143
16144 \backslash
16145 hspace*{0pt}
16146 \end_layout
16147
16148 \end_inset
16149
16150
16151 \hfill
16152
16153 \begin_inset Tabular
16154 <lyxtabular version="3" rows="3" columns="1">
16155 <features>
16156 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16157 <row topline="true">
16158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Standard
16162 A
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 </row>
16168 <row topline="true" interlinespace="3mm">
16169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Standard
16173 \begin_inset Formula $\downarrow$
16174 \end_inset
16175
16176  3\InsetSpace \thinspace{}
16177 mm Leerraum zwischen den Zeilen 
16178 \begin_inset Formula $\downarrow$
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 <row topline="true" bottomline="true">
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Standard
16192 \begin_inset Formula $\uparrow$
16193 \end_inset
16194
16195  3\InsetSpace \thinspace{}
16196 mm Leerraum zwischen den Zeilen 
16197 \begin_inset Formula $\uparrow$
16198 \end_inset
16199
16200
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 </row>
16206 </lyxtabular>
16207
16208 \end_inset
16209
16210
16211 \hfill
16212
16213 \begin_inset ERT
16214 status collapsed
16215
16216 \begin_layout Standard
16217
16218
16219 \backslash
16220 hspace*{0pt}
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \begin_inset VSpace medskip
16227 \end_inset
16228
16229
16230 \newline
16231 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16232 n Linien verwenden.
16233 \end_layout
16234
16235 \begin_layout Standard
16236 \begin_inset VSpace bigskip
16237 \end_inset
16238
16239 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16240  Befehlen im LaTeX-Vorspann machen:
16241 \end_layout
16242
16243 \begin_layout Standard
16244
16245 \series bold
16246
16247 \backslash
16248 @ifundef\SpecialChar \textcompwordmark{}
16249 ined{extrarowheight}
16250 \newline
16251
16252 \begin_inset ERT
16253 status collapsed
16254
16255 \begin_layout Standard
16256
16257
16258 \backslash
16259 hphantom{ }
16260 \end_layout
16261
16262 \end_inset
16263
16264 {
16265 \backslash
16266 usepackage{array}}{}
16267 \newline
16268
16269 \backslash
16270 setlength{
16271 \backslash
16272 extrarowheight}{Höhe}
16273 \end_layout
16274
16275 \begin_layout Standard
16276 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16277  ausgerichtet sind.
16278  (Das Paket 
16279 \series bold
16280 array
16281 \series default
16282  wird automatisch von LyX geladen, wenn Sie selbst-definierte Tabellenformate
16283  verwenden.
16284  Der Befehl 
16285 \series bold
16286
16287 \backslash
16288 @ifundef\SpecialChar \textcompwordmark{}
16289 ined
16290 \series default
16291  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16292 \end_layout
16293
16294 \begin_layout Subsection
16295 Besondere Zellenausrichtung
16296 \begin_inset LatexCommand index
16297 name "Tabellen ! Zellenausrichtung"
16298
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \begin_layout Standard
16305 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16306  sind wie zum Beispiel den Dezimalpunkt wie in Tabelle\InsetSpace ~
16307
16308 \begin_inset LatexCommand ref
16309 reference "tab:Tabellenzellen-sind-auf"
16310
16311 \end_inset
16312
16313 .
16314 \end_layout
16315
16316 \begin_layout Standard
16317 \begin_inset Float table
16318 placement h
16319 wide false
16320 sideways false
16321 status open
16322
16323 \begin_layout Standard
16324 \begin_inset Caption
16325
16326 \begin_layout Standard
16327 \begin_inset LatexCommand label
16328 name "tab:Tabellenzellen-sind-auf"
16329
16330 \end_inset
16331
16332 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16333 \end_layout
16334
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \begin_layout Standard
16341 \align center
16342 \begin_inset Tabular
16343 <lyxtabular version="3" rows="4" columns="2">
16344 <features>
16345 <column alignment="right" valignment="top" width="0">
16346 <column alignment="left" valignment="top" width="0" special="@{}l">
16347 <row bottomline="true">
16348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Standard
16352 Überschrift
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Standard
16361
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 </row>
16367 <row>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Standard
16372 12.
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Standard
16381 6
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Standard
16392 0.
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Standard
16401 68
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Standard
16412 -123.
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Standard
16421 0
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 </lyxtabular>
16428
16429 \end_inset
16430
16431
16432 \end_layout
16433
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \begin_layout Standard
16440 Diese Tabelle wurde als 4×2 Tabelle erstellt.
16441  Die Überschrift ist eine zentrierte Mehrfachspalte.
16442  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
16443  der Zahlen einschließlich Dezimalpunkt.
16444  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
16445  der Zahlen.
16446   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
16447 \family sans
16448 LaTe
16449 \begin_inset ERT
16450 status collapsed
16451
16452 \begin_layout Standard
16453
16454 {}
16455 \end_layout
16456
16457 \end_inset
16458
16459 X-Argument
16460 \family default
16461  für die zweite Spalte folgendes eingefügt:
16462 \end_layout
16463
16464 \begin_layout Standard
16465
16466 \series bold
16467 @{}l
16468 \end_layout
16469
16470 \begin_layout Standard
16471 Tabelle\InsetSpace ~
16472
16473 \begin_inset LatexCommand ref
16474 reference "tab:Verschiedene-Ausrichtungen"
16475
16476 \end_inset
16477
16478  zeigt einige Ausrichtungen.
16479  Für die Ausrichtung der Relationen müssen Sie den 
16480 \family sans
16481 Mittleren\InsetSpace ~
16482 Abstand
16483 \family default
16484  aus der 
16485 \family sans
16486 Mathe-Werkzeugleiste
16487 \family default
16488  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
16489  rechts vom Relationszeichen zu bekommen.
16490 \end_layout
16491
16492 \begin_layout Standard
16493
16494 \color black
16495 \begin_inset Float table
16496 placement h
16497 wide false
16498 sideways false
16499 status open
16500
16501 \begin_layout Standard
16502
16503 \color black
16504 \begin_inset Caption
16505
16506 \begin_layout Standard
16507
16508 \color black
16509 \begin_inset LatexCommand label
16510 name "tab:Verschiedene-Ausrichtungen"
16511
16512 \end_inset
16513
16514
16515 \color inherit
16516 Verschiedene Ausrichtungen
16517 \end_layout
16518
16519 \end_inset
16520
16521
16522 \end_layout
16523
16524 \begin_layout Standard
16525 \align center
16526
16527 \color black
16528 \begin_inset Tabular
16529 <lyxtabular version="3" rows="4" columns="6">
16530 <features>
16531 <column alignment="right" valignment="top" width="0">
16532 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16533 <column alignment="right" valignment="top" width="0">
16534 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
16535 <column alignment="right" valignment="top" width="0">
16536 <column alignment="left" valignment="top" width="0" special="@{}l">
16537 <row bottomline="true">
16538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Standard
16542 Einheiten
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Standard
16551
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Standard
16560 Exponenten
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Standard
16569
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Standard
16578 Relationen
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Standard
16587
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 </row>
16593 <row>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Standard
16598
16599 \color black
16600 12×
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Standard
16609
16610 \color black
16611 24\InsetSpace \thinspace{}
16612
16613 \color inherit
16614 Flaschen
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Standard
16623
16624 \color black
16625 \begin_inset Formula $10\cdot$
16626 \end_inset
16627
16628
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Standard
16637
16638 \color black
16639 \begin_inset Formula $10^{\mbox{-}17}$
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Standard
16651
16652 \color black
16653 \begin_inset Formula $\Gamma(t)\propto$
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Standard
16665
16666 \color black
16667 \begin_inset Formula $\:\Upsilon(t)$
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Standard
16681
16682 \color black
16683 1024×
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Standard
16692
16693 \color black
16694 768\InsetSpace \thinspace{}
16695 Pixel
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Standard
16704
16705 \color black
16706 \begin_inset Formula $5.78\cdot$
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Standard
16718
16719 \color black
16720 \begin_inset Formula $10^{7}$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Standard
16732
16733 \color black
16734 \begin_inset Formula $A\ne$
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Standard
16746
16747 \color black
16748 \begin_inset Formula $\: B_{\mathrm{red}}$
16749 \end_inset
16750
16751
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 </row>
16757 <row>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Standard
16762
16763 \color black
16764 32×
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Standard
16773
16774 \color black
16775 6\InsetSpace \thinspace{}
16776 cm
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Standard
16785
16786 \color black
16787 -
16788 \begin_inset Formula $33.5\cdot$
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Standard
16800
16801 \color black
16802 \begin_inset Formula $10^{4}$
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Standard
16814
16815 \color black
16816 \begin_inset Formula $\sin(\alpha)\ge$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Standard
16828
16829 \color black
16830 \begin_inset Formula $\:\sin(\beta)$
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 </lyxtabular>
16840
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \begin_layout Standard
16852 \begin_inset VSpace bigskip
16853 \end_inset
16854
16855 Es gibt auch noch das LaTeX-Paket 
16856 \series bold
16857 dcolumn
16858 \series default
16859
16860 \begin_inset LatexCommand index
16861 name "LaTeX-Pakete ! dcolumn"
16862
16863 \end_inset
16864
16865  mit dem man Zellen ausrichten kann.
16866  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
16867  in den Zellen.
16868  Die erste Spalte von Tabelle\InsetSpace ~
16869
16870 \begin_inset LatexCommand ref
16871 reference "tab:Verschiedene-Ausrichtungen"
16872
16873 \end_inset
16874
16875  wird mit 
16876 \family typewriter
16877 dcolumn
16878 \family default
16879  wie die erste Spalte von Tabelle\InsetSpace ~
16880
16881 \begin_inset LatexCommand ref
16882 reference "tab:Ausrichtung-mit-dem"
16883
16884 \end_inset
16885
16886  aussehen und nur mit ein paar Tricks wie erwartet.
16887  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle\InsetSpace ~
16888
16889 \begin_inset LatexCommand ref
16890 reference "tab:Verschiedene-Ausrichtungen"
16891
16892 \end_inset
16893
16894  ist mit 
16895 \series bold
16896 dcolumn
16897 \series default
16898  nicht möglich.
16899 \end_layout
16900
16901 \begin_layout Standard
16902 \begin_inset Float table
16903 placement h
16904 wide false
16905 sideways false
16906 status open
16907
16908 \begin_layout Standard
16909 \begin_inset Caption
16910
16911 \begin_layout Standard
16912 \begin_inset LatexCommand label
16913 name "tab:Ausrichtung-mit-dem"
16914
16915 \end_inset
16916
16917 Ausrichtung mit dem LaTeX-Paket 
16918 \series bold
16919 dcolumn
16920 \series default
16921 .
16922  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
16923  bekommen.
16924 \begin_inset OptArg
16925 status collapsed
16926
16927 \begin_layout Standard
16928 Ausrichtung mit dem LaTeX-Paket 
16929 \series bold
16930 dcolumn
16931 \end_layout
16932
16933 \end_inset
16934
16935
16936 \end_layout
16937
16938 \end_inset
16939
16940
16941 \end_layout
16942
16943 \begin_layout Standard
16944 \align center
16945 \begin_inset Tabular
16946 <lyxtabular version="3" rows="4" columns="3">
16947 <features>
16948 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{-1}|">
16949 <column alignment="center" valignment="top" rightline="true" width="0" special="D{x}{\times}{4.9}|">
16950 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
16951 <row bottomline="true">
16952 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Standard
16956 Einheiten
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Standard
16965 Einheiten
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Standard
16974 Einheiten
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Standard
16985 12x24\InsetSpace \thinspace{}
16986
16987 \begin_inset Formula $\mbox{Flaschen}$
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Standard
16999 12x24\InsetSpace \thinspace{}
17000
17001 \begin_inset Formula $\mbox{Flaschen}$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Standard
17013 12
17014 \begin_inset ERT
17015 status collapsed
17016
17017 \begin_layout Standard
17018
17019
17020 \backslash
17021 times 
17022 \end_layout
17023
17024 \end_inset
17025
17026 24~
17027 \begin_inset Formula $\mbox{Flaschen}$
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 </row>
17036 <row>
17037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Standard
17041 1024x768\InsetSpace \thinspace{}
17042
17043 \begin_inset Formula $\mbox{Pixel}$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Standard
17055 1024x768\InsetSpace \thinspace{}
17056
17057 \begin_inset Formula $\mbox{Pixel}$
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Standard
17069 1024
17070 \begin_inset ERT
17071 status collapsed
17072
17073 \begin_layout Standard
17074
17075
17076 \backslash
17077 times 
17078 \end_layout
17079
17080 \end_inset
17081
17082 768~
17083 \begin_inset Formula $\mbox{Pixel}$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Standard
17097 32x6\InsetSpace \thinspace{}
17098
17099 \begin_inset Formula $\mbox{cm}$
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Standard
17111 32x6\InsetSpace \thinspace{}
17112
17113 \begin_inset Formula $\mbox{cm}$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Standard
17125 32
17126 \begin_inset ERT
17127 status collapsed
17128
17129 \begin_layout Standard
17130
17131
17132 \backslash
17133 times 
17134 \end_layout
17135
17136 \end_inset
17137
17138 6~
17139 \begin_inset Formula $\mbox{cm}$
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 </row>
17148 </lyxtabular>
17149
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \begin_layout Subsection
17161 Angepasste Zellen/Spaltenformat
17162 \begin_inset LatexCommand label
17163 name "uab:Angepasste-Zellen/Spaltenformat"
17164
17165 \end_inset
17166
17167
17168 \begin_inset LatexCommand index
17169 name "Tabellen ! Spaltenformat"
17170
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \begin_layout Standard
17177 Wenn man wie in Abschnitt\InsetSpace ~
17178
17179 \begin_inset LatexCommand ref
17180 reference "uab:Mehrfachspalten-Berechnungen"
17181
17182 \end_inset
17183
17184  die gewünschte Breite einer Mehrfachspalte berechnen will, ist bei mehreren
17185  Tabellen mit Mehrfachspalten sehr lästig.
17186  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann ein Zellen/Spalt
17187 en definieren:
17188 \end_layout
17189
17190 \begin_layout Standard
17191
17192 \series bold
17193
17194 \backslash
17195 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17196 \end_layout
17197
17198 \begin_layout Standard
17199 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17200 \emph on
17201 b
17202 \emph default
17203
17204 \emph on
17205 c
17206 \emph default
17207
17208 \emph on
17209 l
17210 \emph default
17211
17212 \emph on
17213 m
17214 \emph default
17215
17216 \emph on
17217 p
17218 \emph default
17219  oder 
17220 \emph on
17221 r
17222 \emph default
17223 , weil diese vordefiniert sind.
17224  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17225 \end_layout
17226
17227 \begin_layout Standard
17228 \begin_inset VSpace medskip
17229 \end_inset
17230
17231
17232 \end_layout
17233
17234 \begin_layout Standard
17235 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17236  Breite könnte das Format so aussehen:
17237 \end_layout
17238
17239 \begin_layout Standard
17240
17241 \series bold
17242
17243 \backslash
17244 newcolumntype{M}[1]{>{
17245 \backslash
17246 centering
17247 \backslash
17248 hspace{0pt}}m{#1}}
17249 \end_layout
17250
17251 \begin_layout Standard
17252 wobei 
17253 \series bold
17254
17255 \backslash
17256 hspace{0pt}
17257 \series default
17258  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17259  Abschnitt\InsetSpace ~
17260
17261 \begin_inset LatexCommand ref
17262 reference "uab:Mehrfache-Zeilen-in"
17263
17264 \end_inset
17265
17266  beschrieben.
17267  Jetzt können Sie mit
17268 \end_layout
17269
17270 \begin_layout Standard
17271
17272 \series bold
17273 M{Breite}
17274 \end_layout
17275
17276 \begin_layout Standard
17277 im 
17278 \family sans
17279 LaTeX-Argument
17280 \family default
17281  im 
17282 \family sans
17283 Tabellen-Einstellungen
17284 \family default
17285 -Dialog eine Mehrfachspalten definieren.
17286 \end_layout
17287
17288 \begin_layout Standard
17289 \begin_inset VSpace bigskip
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \begin_layout Standard
17296 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17297  Format definieren:
17298 \end_layout
17299
17300 \begin_layout Standard
17301
17302 \series bold
17303
17304 \backslash
17305 newcolumntype{S}[2]{>{
17306 \backslash
17307 centering
17308 \backslash
17309 hspace{0pt}}
17310 \newline
17311
17312 \begin_inset ERT
17313 status collapsed
17314
17315 \begin_layout Standard
17316
17317
17318 \backslash
17319 phantom{
17320 \end_layout
17321
17322 \end_inset
17323
17324
17325 \backslash
17326 newcolumntype{S}[2]
17327 \begin_inset ERT
17328 status collapsed
17329
17330 \begin_layout Standard
17331
17332 }
17333 \end_layout
17334
17335 \end_inset
17336
17337 m{(#1+(2
17338 \backslash
17339 tabcolsep+
17340 \backslash
17341 arrayrulewidth)*(1-#2))/#2}}
17342 \end_layout
17343
17344 \begin_layout Standard
17345 Diese Format benutzt Gleichung\InsetSpace ~
17346
17347 \begin_inset LatexCommand ref
17348 reference "eq:Wgn"
17349
17350 \end_inset
17351
17352 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17353  breit ist.
17354 \end_layout
17355
17356 \begin_layout Standard
17357 Jetzt können Sie im 
17358 \family sans
17359 LaTeX-Argument
17360 \family default
17361  im 
17362 \family sans
17363 Tabellen-Einstellungen
17364 \family default
17365 -Dialog folgendes einfügen:
17366 \end_layout
17367
17368 \begin_layout Standard
17369
17370 \series bold
17371 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
17372 \end_layout
17373
17374 \begin_layout Standard
17375 \begin_inset VSpace bigskip
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \begin_layout Standard
17382 Für farbige Spalten können Sie folgendes einfügen:
17383 \end_layout
17384
17385 \begin_layout Standard
17386
17387 \series bold
17388
17389 \backslash
17390 newcolumntype{K}[1]{>{
17391 \backslash
17392 columncolor{#1}
17393 \backslash
17394 hspace{0pt}}c}
17395 \end_layout
17396
17397 \begin_layout Standard
17398 Das 
17399 \begin_inset Quotes gld
17400 \end_inset
17401
17402 c
17403 \begin_inset Quotes grd
17404 \end_inset
17405
17406  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
17407  zentriert ist.
17408  Jetzt können Sie als 
17409 \family sans
17410 LaTeX-Argument
17411 \family default
17412  folgendes einfügen:
17413 \end_layout
17414
17415 \begin_layout Standard
17416
17417 \series bold
17418 K{Farbname}
17419 \end_layout
17420
17421 \begin_layout Standard
17422 \begin_inset VSpace bigskip
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \begin_layout Standard
17429 Für Tabelle\InsetSpace ~
17430
17431 \begin_inset LatexCommand ref
17432 reference "tab:Tabelle-mit-benutzerdefinierte"
17433
17434 \end_inset
17435
17436  wurden folgende 
17437 \family sans
17438 LaTeX-Argumente
17439 \family default
17440  benutzt:
17441 \end_layout
17442
17443 \begin_layout Standard
17444
17445 \series bold
17446 M{2.5cm}
17447 \end_layout
17448
17449 \begin_layout Standard
17450 für die erste Spalte und die Mehrfachspalte,
17451 \end_layout
17452
17453 \begin_layout Standard
17454
17455 \series bold
17456 K{red}
17457 \end_layout
17458
17459 \begin_layout Standard
17460 für die letzte Spalte und
17461 \end_layout
17462
17463 \begin_layout Standard
17464
17465 \series bold
17466 S{2.5cm}{2}
17467 \end_layout
17468
17469 \begin_layout Standard
17470 für die Spalten in der zweiten Mehrfachspalte.
17471 \end_layout
17472
17473 \begin_layout Standard
17474 \begin_inset Float table
17475 placement h
17476 wide false
17477 sideways false
17478 status open
17479
17480 \begin_layout Standard
17481 \begin_inset Caption
17482
17483 \begin_layout Standard
17484 \begin_inset LatexCommand label
17485 name "tab:Tabelle-mit-benutzerdefinierte"
17486
17487 \end_inset
17488
17489 Tabelle mit benutzerdefinierte Formaten
17490 \end_layout
17491
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \begin_layout Standard
17498 \align center
17499 \begin_inset Tabular
17500 <lyxtabular version="3" rows="3" columns="4">
17501 <features>
17502 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="M{2.5cm}">
17503 <column alignment="center" valignment="middle" leftline="true" width="0" special="S{2.5cm}{2}">
17504 <column alignment="center" valignment="middle" leftline="true" width="0">
17505 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="K{red}">
17506 <row topline="true">
17507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Standard
17511 einsehrlangesWort
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}">
17517 \begin_inset Text
17518
17519 \begin_layout Standard
17520 Mehrfachspalte mit mehreren Zeilen
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Standard
17529
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Standard
17538 c
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 <row topline="true">
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Standard
17549 d
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Standard
17558 e
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Standard
17567 f
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Standard
17576 g
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 </row>
17582 <row topline="true" bottomline="true">
17583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Standard
17587 h
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Standard
17596 i
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Standard
17605 j
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Standard
17614 k
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 </row>
17620 </lyxtabular>
17621
17622 \end_inset
17623
17624
17625 \end_layout
17626
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \begin_layout Subsection
17633 Liniendicke
17634 \begin_inset LatexCommand label
17635 name "uab:Liniendicke"
17636
17637 \end_inset
17638
17639
17640 \begin_inset LatexCommand index
17641 name "Tabellen  ! Linien ! -dicke"
17642
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \begin_layout Standard
17649 Die Liniendicke für alle Linien einer Tabelle kann mit 
17650 \series bold
17651
17652 \backslash
17653 arrayrulewidth
17654 \series default
17655  eingestellt werden.
17656  Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17657 pt, wie in Tabelle\InsetSpace ~
17658
17659 \begin_inset LatexCommand ref
17660 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
17661
17662 \end_inset
17663
17664  zu bekommen, geben Sie den Befehl
17665 \end_layout
17666
17667 \begin_layout Standard
17668
17669 \series bold
17670
17671 \backslash
17672 setlength{
17673 \backslash
17674 arrayrulewidth}{1.5pt}
17675 \end_layout
17676
17677 \begin_layout Standard
17678 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
17679  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
17680  Mit
17681 \end_layout
17682
17683 \begin_layout Standard
17684
17685 \series bold
17686
17687 \backslash
17688 setlength{
17689 \backslash
17690 arrayrulewidth}{0.4pt}
17691 \end_layout
17692
17693 \begin_layout Standard
17694 bekommen Sie wieder die Standarddicke.
17695 \end_layout
17696
17697 \begin_layout Standard
17698 \begin_inset ERT
17699 status collapsed
17700
17701 \begin_layout Standard
17702
17703
17704 \backslash
17705 setlength{
17706 \backslash
17707 arrayrulewidth}{1.5pt}
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \begin_inset Float table
17714 placement H
17715 wide false
17716 sideways false
17717 status open
17718
17719 \begin_layout Standard
17720 \begin_inset Caption
17721
17722 \begin_layout Standard
17723 \begin_inset LatexCommand label
17724 name "tab:Tabelle-mit-1.5pt-Liniendicke"
17725
17726 \end_inset
17727
17728 Tabelle mit 1.5\InsetSpace \thinspace{}
17729 pt Liniendicke
17730 \end_layout
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \begin_layout Standard
17738 \align center
17739 \begin_inset Tabular
17740 <lyxtabular version="3" rows="3" columns="3">
17741 <features>
17742 <column alignment="center" valignment="top" leftline="true" width="0">
17743 <column alignment="center" valignment="top" leftline="true" width="0">
17744 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17745 <row topline="true">
17746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Standard
17750 sd
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Standard
17759
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Standard
17768
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 </row>
17774 <row topline="true">
17775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Standard
17779
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Standard
17788 sd
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Standard
17797
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 </row>
17803 <row topline="true" bottomline="true">
17804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17805 \begin_inset Text
17806
17807 \begin_layout Standard
17808
17809 \end_layout
17810
17811 \end_inset
17812 </cell>
17813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Standard
17817
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Standard
17826 sd
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 </row>
17832 </lyxtabular>
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \end_inset
17840
17841
17842 \begin_inset ERT
17843 status collapsed
17844
17845 \begin_layout Standard
17846
17847
17848 \backslash
17849 setlength{
17850 \backslash
17851 arrayrulewidth}{0.4pt}
17852 \end_layout
17853
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \begin_layout Standard
17860 \begin_inset VSpace bigskip
17861 \end_inset
17862
17863 Um eine Liniendicke von 1.5\InsetSpace \thinspace{}
17864 pt nur für horizontale Linien zu bekommen, wie
17865  in Tabelle\InsetSpace ~
17866
17867 \begin_inset LatexCommand ref
17868 reference "tab:Tabelle-mit-1.5pt-horiz"
17869
17870 \end_inset
17871
17872 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
17873  einfügen:
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879
17880 \backslash
17881 let
17882 \backslash
17883 myHline
17884 \backslash
17885 hline
17886 \newline
17887
17888 \backslash
17889 renewcommand{
17890 \backslash
17891 hline}
17892 \newline
17893  {
17894 \backslash
17895 noalign{
17896 \backslash
17897 global
17898 \backslash
17899 arrayrulewidth 1.5pt}
17900 \newline
17901  
17902 \backslash
17903 myHline
17904 \backslash
17905 noalign{
17906 \backslash
17907 global
17908 \backslash
17909 arrayrulewidth 0.4pt}}
17910 \end_layout
17911
17912 \begin_layout Standard
17913 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
17914  der (Gleit\SpecialChar \-
17915 objekt-)Tabelle zurück:
17916 \end_layout
17917
17918 \begin_layout Standard
17919
17920 \series bold
17921
17922 \backslash
17923 renewcommand{
17924 \backslash
17925 hline}{
17926 \backslash
17927 myHline}
17928 \end_layout
17929
17930 \begin_layout Standard
17931 \begin_inset ERT
17932 status collapsed
17933
17934 \begin_layout Standard
17935
17936
17937 \backslash
17938 let
17939 \backslash
17940 myHline
17941 \backslash
17942 hline
17943 \end_layout
17944
17945 \begin_layout Standard
17946
17947
17948 \backslash
17949 renewcommand{
17950 \backslash
17951 hline}
17952 \end_layout
17953
17954 \begin_layout Standard
17955
17956  {
17957 \backslash
17958 noalign{
17959 \backslash
17960 global
17961 \backslash
17962 arrayrulewidth 1.5pt}
17963 \end_layout
17964
17965 \begin_layout Standard
17966
17967   
17968 \backslash
17969 myHline
17970 \backslash
17971 noalign{
17972 \backslash
17973 global
17974 \backslash
17975 arrayrulewidth 0.4pt}}
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \begin_inset Float table
17982 placement h
17983 wide false
17984 sideways false
17985 status open
17986
17987 \begin_layout Standard
17988 \begin_inset Caption
17989
17990 \begin_layout Standard
17991 \begin_inset LatexCommand label
17992 name "tab:Tabelle-mit-1.5pt-horiz"
17993
17994 \end_inset
17995
17996 Tabelle mit 1.5\InsetSpace \thinspace{}
17997 pt dicken horizontalen Linien
17998 \end_layout
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \begin_layout Standard
18006 \align center
18007 \begin_inset Tabular
18008 <lyxtabular version="3" rows="3" columns="3">
18009 <features>
18010 <column alignment="center" valignment="top" leftline="true" width="0">
18011 <column alignment="center" valignment="top" leftline="true" width="0">
18012 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18013 <row topline="true">
18014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Standard
18018 sd
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Standard
18027
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Standard
18036
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 </row>
18042 <row topline="true">
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Standard
18047
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Standard
18056 sd
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Standard
18065
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 <row topline="true" bottomline="true">
18072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Standard
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Standard
18085
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Standard
18094 sd
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 </row>
18100 </lyxtabular>
18101
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \begin_inset ERT
18111 status collapsed
18112
18113 \begin_layout Standard
18114
18115
18116 \backslash
18117 renewcommand{
18118 \backslash
18119 hline}{
18120 \backslash
18121 myHline}
18122 \end_layout
18123
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \begin_layout Standard
18130 \begin_inset VSpace bigskip
18131 \end_inset
18132
18133 Um die Liniendicke von 1.5\InsetSpace \thinspace{}
18134 pt nur für vertikale Linien zu bekommen, müssen
18135  Sie im LaTeX-Vorspann folgendes Spaltenformat entsprechend der Beschreibung
18136  in Abschnitt\InsetSpace ~
18137
18138 \begin_inset LatexCommand ref
18139 reference "uab:Angepasste-Zellen/Spaltenformat"
18140
18141 \end_inset
18142
18143 definieren:
18144 \end_layout
18145
18146 \begin_layout Standard
18147
18148 \series bold
18149
18150 \backslash
18151 newcolumntype{V}{!{
18152 \backslash
18153 vrule width 1.5pt}}
18154 \end_layout
18155
18156 \begin_layout Standard
18157 In Tabelle\InsetSpace ~
18158
18159 \begin_inset LatexCommand ref
18160 reference "tab:Tabelle-mit-1.5pt-vert"
18161
18162 \end_inset
18163
18164  wurde das 
18165 \family sans
18166 LaTe
18167 \begin_inset ERT
18168 status collapsed
18169
18170 \begin_layout Standard
18171
18172 {}
18173 \end_layout
18174
18175 \end_inset
18176
18177 X-Argument
18178 \family default
18179 \series bold
18180  VcV
18181 \series default
18182  für die letzte Spalte und
18183 \series bold
18184  Vc
18185 \series default
18186  für die anderen benutzt.
18187 \end_layout
18188
18189 \begin_layout Standard
18190 \begin_inset Float table
18191 placement H
18192 wide false
18193 sideways false
18194 status open
18195
18196 \begin_layout Standard
18197 \begin_inset Caption
18198
18199 \begin_layout Standard
18200 \begin_inset LatexCommand label
18201 name "tab:Tabelle-mit-1.5pt-vert"
18202
18203 \end_inset
18204
18205 Tabelle mit 1.5\InsetSpace \thinspace{}
18206 pt dicken vertikalen Linien
18207 \end_layout
18208
18209 \end_inset
18210
18211
18212 \end_layout
18213
18214 \begin_layout Standard
18215 \align center
18216 \begin_inset Tabular
18217 <lyxtabular version="3" rows="3" columns="3">
18218 <features>
18219 <column alignment="center" valignment="top" width="0" special="Vc">
18220 <column alignment="center" valignment="top" width="0" special="Vc">
18221 <column alignment="center" valignment="top" width="0" special="VcV">
18222 <row topline="true">
18223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Standard
18227 sd
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Standard
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Standard
18245
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 <row topline="true">
18252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Standard
18256
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18262 \begin_inset Text
18263
18264 \begin_layout Standard
18265 sd
18266 \end_layout
18267
18268 \end_inset
18269 </cell>
18270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Standard
18274
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 </row>
18280 <row topline="true" bottomline="true">
18281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Standard
18285
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Standard
18294
18295 \end_layout
18296
18297 \end_inset
18298 </cell>
18299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Standard
18303 sd
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 </row>
18309 </lyxtabular>
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \begin_layout Subsection
18322 Gestrichelte Linien
18323 \begin_inset LatexCommand index
18324 name "Tabellen  ! Linien ! gestrichelte "
18325
18326 \end_inset
18327
18328
18329 \end_layout
18330
18331 \begin_layout Standard
18332 \begin_inset ERT
18333 status collapsed
18334
18335 \begin_layout Standard
18336
18337
18338 \backslash
18339 ifarydshln
18340 \end_layout
18341
18342 \end_inset
18343
18344
18345 \begin_inset Note Note
18346 status open
18347
18348 \begin_layout Standard
18349 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
18350 \series bold
18351 arydshln
18352 \series default
18353  installiert ist.
18354 \end_layout
18355
18356 \end_inset
18357
18358
18359 \end_layout
18360
18361 \begin_layout Standard
18362 \begin_inset Float table
18363 placement h
18364 wide false
18365 sideways false
18366 status open
18367
18368 \begin_layout Standard
18369 \begin_inset Caption
18370
18371 \begin_layout Standard
18372 \begin_inset LatexCommand label
18373 name "tab:Tabelle-mit-gestrichelten"
18374
18375 \end_inset
18376
18377 Tabelle mit gestrichelten Linien
18378 \end_layout
18379
18380 \end_inset
18381
18382
18383 \end_layout
18384
18385 \begin_layout Standard
18386 \align center
18387 \begin_inset Tabular
18388 <lyxtabular version="3" rows="5" columns="5">
18389 <features>
18390 <column alignment="center" valignment="top" leftline="true" width="0">
18391 <column alignment="center" valignment="top" leftline="true" width="0">
18392 <column alignment="center" valignment="top" width="0" special=":c">
18393 <column alignment="center" valignment="top" leftline="true" width="0">
18394 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18395 <row topline="true" bottomline="true">
18396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Standard
18400 a
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Standard
18409 b
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Standard
18418 c
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Standard
18427 d
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Standard
18436 e
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 </row>
18442 <row topline="true">
18443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Standard
18447 f
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Standard
18456 g
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Standard
18465 h
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Standard
18474 i
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Standard
18483 j
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 </row>
18489 <row>
18490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Standard
18494 \begin_inset ERT
18495 status collapsed
18496
18497 \begin_layout Standard
18498
18499
18500 \backslash
18501 hdashline 
18502 \end_layout
18503
18504 \end_inset
18505
18506 k
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Standard
18515 l
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Standard
18524 m
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Standard
18533 n
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Standard
18542 o
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 </row>
18548 <row topline="true">
18549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Standard
18553 \begin_inset ERT
18554 status collapsed
18555
18556 \begin_layout Standard
18557
18558
18559 \backslash
18560 cdashline{4-5}
18561 \end_layout
18562
18563 \end_inset
18564
18565 p
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Standard
18574 q
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
18580 \begin_inset Text
18581
18582 \begin_layout Standard
18583 r
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
18589 \begin_inset Text
18590
18591 \begin_layout Standard
18592 s
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Standard
18601
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 </row>
18607 <row topline="true" bottomline="true">
18608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Standard
18612 t
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Standard
18621 u
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Standard
18630 v
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Standard
18639 w
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18645 \begin_inset Text
18646
18647 \begin_layout Standard
18648 x
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 </row>
18654 </lyxtabular>
18655
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \begin_layout Standard
18667 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
18668  TeX-Code benutzen.
18669  Zunächst müssen Sie das LaTeX-Paket 
18670 \series bold
18671 arydshln
18672 \series default
18673
18674 \begin_inset LatexCommand index
18675 name "LaTeX-Pakete ! arydshln"
18676
18677 \end_inset
18678
18679  im LaTeX-Vorspann geladen werden:
18680 \end_layout
18681
18682 \begin_layout Standard
18683
18684 \series bold
18685
18686 \backslash
18687 usepackage{arydshln}
18688 \end_layout
18689
18690 \begin_layout Standard
18691 Um senkrechte Linien zu stricheln, müssen Sie im 
18692 \family sans
18693 LaTe
18694 \begin_inset ERT
18695 status collapsed
18696
18697 \begin_layout Standard
18698
18699 {}
18700 \end_layout
18701
18702 \end_inset
18703
18704 X-Argument
18705 \family default
18706  des 
18707 \family sans
18708 Tabellen-Einstellungen
18709 \family default
18710 -Dialogs 
18711 \begin_inset Quotes gld
18712 \end_inset
18713
18714 :
18715 \begin_inset Quotes grd
18716 \end_inset
18717
18718 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
18719 \end_layout
18720
18721 \begin_layout Standard
18722 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
18723 \end_layout
18724
18725 \begin_layout Standard
18726
18727 \series bold
18728
18729 \backslash
18730 hdashline
18731 \end_layout
18732
18733 \begin_layout Standard
18734 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
18735 \end_layout
18736
18737 \begin_layout Standard
18738 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
18739 \end_layout
18740
18741 \begin_layout Standard
18742
18743 \series bold
18744
18745 \backslash
18746 cdashline{Anfangsspalte-Endspalte}
18747 \end_layout
18748
18749 \begin_layout Standard
18750 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
18751  Wenn Sie z.\InsetSpace \thinspace{}
18752 B.
18753  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
18754  gestrichelte Linie haben, fügen Sie diesen Befehl
18755 \end_layout
18756
18757 \begin_layout Standard
18758
18759 \series bold
18760
18761 \backslash
18762 cdashline{2-4}
18763 \end_layout
18764
18765 \begin_layout Standard
18766 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
18767 \end_layout
18768
18769 \begin_layout Standard
18770 \begin_inset VSpace bigskip
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \begin_layout Standard
18777 In Tabelle\InsetSpace ~
18778
18779 \begin_inset LatexCommand ref
18780 reference "tab:Tabelle-mit-gestrichelten"
18781
18782 \end_inset
18783
18784  wurde der dritten Spalte der Befehl
18785 \series bold
18786  
18787 \series default
18788
18789 \begin_inset Quotes gld
18790 \end_inset
18791
18792
18793 \series bold
18794 :c
18795 \begin_inset Quotes grd
18796 \end_inset
18797
18798
18799 \series default
18800  benutzt.
18801  Der Befehl 
18802 \series bold
18803
18804 \backslash
18805 hdashline
18806 \series default
18807  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
18808 \newline
18809  
18810 \series bold
18811
18812 \backslash
18813 cdashline{4-5} 
18814 \series default
18815 wurde in die erste Zelle der vierten Zeile eingefügt.
18816 \end_layout
18817
18818 \begin_layout Standard
18819 \begin_inset Note Greyedout
18820 status open
18821
18822 \begin_layout Standard
18823
18824 \series bold
18825 Bemerkung:
18826 \series default
18827  Das LaTeX-Paket 
18828 \series bold
18829 arydshln
18830 \series default
18831  ist nicht kompatibel dem LaTeX-Paket 
18832 \series bold
18833 colortbl
18834 \series default
18835
18836 \begin_inset LatexCommand index
18837 name "LaTeX-Pakete ! colortbl"
18838
18839 \end_inset
18840
18841 , das für die farbigen Tabellen in Abschnitt\InsetSpace ~
18842
18843 \begin_inset LatexCommand ref
18844 reference "abs:Farbige-Tabellen"
18845
18846 \end_inset
18847
18848  benutzt wurde.
18849  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
18850 \end_layout
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \begin_layout Standard
18858 \begin_inset ERT
18859 status collapsed
18860
18861 \begin_layout Standard
18862
18863
18864 \backslash
18865 else
18866 \end_layout
18867
18868 \end_inset
18869
18870
18871 \begin_inset Note Note
18872 status open
18873
18874 \begin_layout Standard
18875 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18876 \series bold
18877 arydshln
18878 \series default
18879  nicht installiert ist:
18880 \end_layout
18881
18882 \end_inset
18883
18884
18885 \end_layout
18886
18887 \begin_layout Standard
18888 Sie müssen das LaTeX-Paket 
18889 \series bold
18890 arydshln
18891 \series default
18892  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18893 \end_layout
18894
18895 \begin_layout Standard
18896 \begin_inset ERT
18897 status collapsed
18898
18899 \begin_layout Standard
18900
18901
18902 \backslash
18903 fi
18904 \end_layout
18905
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \begin_layout Chapter
18912 Gleitobjekte
18913 \begin_inset LatexCommand label
18914 name "kap:Gleitobjekte"
18915
18916 \end_inset
18917
18918
18919 \begin_inset LatexCommand index
18920 name "Gleitobjekte"
18921
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \begin_layout Section
18928 Einleitung
18929 \begin_inset LatexCommand label
18930 name "abs:Gleitobjekte-Einleitung"
18931
18932 \end_inset
18933
18934
18935 \begin_inset LatexCommand index
18936 name "Gleitobjekte ! Einleitung"
18937
18938 \end_inset
18939
18940
18941 \end_layout
18942
18943 \begin_layout Standard
18944 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
18945  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
18946  der beste Platz ist.
18947  
18948 \family sans
18949 Fußnoten
18950 \family default
18951  und 
18952 \family sans
18953 Randnotizen
18954 \family default
18955  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
18956  wenn auf ihrer Seite schon zu viele sind.
18957 \end_layout
18958
18959 \begin_layout Standard
18960 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
18961  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
18962  um weiße Flächen und Seiten ohne Text zu vermeiden.
18963  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auflöst,
18964  kann im Text auf ein Gleitobjekt verwiesen werden.
18965  Gleitobjekte sind deshalb nummeriert.
18966  Querverweise werden in Abschnitt\InsetSpace ~
18967
18968 \begin_inset LatexCommand ref
18969 reference "abs:Auf-Gleitobjekte-verweisen"
18970
18971 \end_inset
18972
18973  beschrieben.
18974 \end_layout
18975
18976 \begin_layout Standard
18977 Ein Gleitobjekt wird mit 
18978 \family sans
18979 Einfügen\SpecialChar \menuseparator
18980 Gleitobjekt\SpecialChar \menuseparator
18981 Algorithmus/Abbildung/Ta\SpecialChar \-
18982 belle/Umflossenes\InsetSpace ~
18983 Gleitobjekt
18984 \family default
18985  eingefügt.
18986  Für Abbildungen oder Tabellen können Sie auch auf 
18987 \begin_inset Graphics
18988         filename ../../images/float-insert_figure.png
18989         scale 70
18990         scaleBeforeRotation
18991         BoundingBox 0bp 6bp 22bp 22bp
18992
18993 \end_inset
18994
18995  oder 
18996 \begin_inset Graphics
18997         filename ../../images/float-insert_table.png
18998         scale 70
18999         scaleBeforeRotation
19000         BoundingBox 0bp 6bp 22bp 22bp
19001
19002 \end_inset
19003
19004  klicken.
19005  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19006  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19007  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19008  #:).
19009  Statt # sehen Sie die von LyX vergebene Nummer.
19010  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19011  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19012  eingefügt.
19013  In Abschnitt\InsetSpace ~
19014 \InsetSpace ~
19015
19016 \begin_inset LatexCommand ref
19017 reference "abs:Titel-Platzierung"
19018
19019 \end_inset
19020
19021  finden Sie mehr über die Platzierung des Titels.
19022  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19023  auch wieder geöffnet.
19024  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19025 \begin_inset Graphics
19026         filename clipart/GleitobjektQt4.png
19027         scale 70
19028         scaleBeforeRotation
19029         BoundingBox 0bp 6bp 128bp 22bp
19030
19031 \end_inset
19032
19033  -- ein graues Kästchen mit roter Beschriftung.
19034 \end_layout
19035
19036 \begin_layout Standard
19037 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19038  Gleitobjekte in einem eigenen Absatz einzufügen.
19039 \end_layout
19040
19041 \begin_layout Standard
19042 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19043  indem Sie sie markieren und dann auf 
19044 \begin_inset Graphics
19045         filename ../../images/float-insert_figure.png
19046         scale 70
19047         scaleBeforeRotation
19048         BoundingBox 0bp 6bp 22bp 22bp
19049
19050 \end_inset
19051
19052  oder 
19053 \begin_inset Graphics
19054         filename ../../images/float-insert_table.png
19055         scale 70
19056         scaleBeforeRotation
19057         BoundingBox 0bp 6bp 22bp 22bp
19058
19059 \end_inset
19060
19061  klicken.
19062 \end_layout
19063
19064 \begin_layout Section
19065 Gleitobjekt-Typen
19066 \begin_inset LatexCommand index
19067 name "Gleitobjekte ! Typen"
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \begin_layout Standard
19075 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt\InsetSpace ~
19076
19077 \begin_inset LatexCommand ref
19078 reference "abs:Gleitende-Abbildungen"
19079
19080 \end_inset
19081
19082  und 
19083 \begin_inset LatexCommand ref
19084 reference "abs:Gleitende-Tabellen"
19085
19086 \end_inset
19087
19088  beschrieben wurden, gibt es -Algorithmen und umflossene Gleitobjekte
19089 \end_layout
19090
19091 \begin_layout Subsection
19092 Gleitobjekt-Algorithmen
19093 \begin_inset LatexCommand index
19094 name "Gleitobjekte ! Algorithmen"
19095
19096 \end_inset
19097
19098
19099 \begin_inset LatexCommand label
19100 name "uab:Gleitobjekt-Algorithmen"
19101
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \begin_layout Standard
19108 \begin_inset Float algorithm
19109 placement h
19110 wide false
19111 sideways false
19112 status open
19113
19114 \begin_layout Standard
19115 \begin_inset Caption
19116
19117 \begin_layout Standard
19118 \begin_inset LatexCommand label
19119 name "alg:Ein-Gleitobjekt-Algorithmus"
19120
19121 \end_inset
19122
19123 Ein Gleitobjekt-Algorithmus 
19124 \end_layout
19125
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \begin_layout LyX-Code
19132 for I in 1..N loop
19133 \newline
19134  Sum:= Sum + A(I); /*Kommentar*/
19135 \newline
19136 end loop
19137 \begin_inset VSpace -4mm
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \begin_layout Standard
19149 Dieser Typ wird mit 
19150 \family sans
19151 Einfügen\SpecialChar \menuseparator
19152 Gleitobjekt\SpecialChar \menuseparator
19153 Algorithmus
19154 \family default
19155  eingefügt.
19156  Es gibt hierfür (noch) keinen Werkzeugleisten-Knopf.
19157  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet.
19158  Eine mögliche Absatz-Umgebung hier für ist 
19159 \family sans
19160 LyX-Code
19161 \family default
19162 , beschrieben im 
19163 \emph on
19164 Benutzerhandbuch
19165 \emph default
19166 .
19167  In Algorithmus\InsetSpace ~
19168
19169 \begin_inset LatexCommand ref
19170 reference "alg:Ein-Gleitobjekt-Algorithmus"
19171
19172 \end_inset
19173
19174  wurden am Ende -0.4\InsetSpace \thinspace{}
19175 cm vertikaler Abstand eingefügt, damit die untere Linie
19176  direkt unter der letzten Zeile gedruckt wird.
19177 \end_layout
19178
19179 \begin_layout Standard
19180 Die Marke 
19181 \emph on
19182 Algorithmus
19183 \emph default
19184  wird nicht automatisch in die druckbare Version übernommen, sondern das
19185  englische Wort 
19186 \emph on
19187 Algorithm
19188 \emph default
19189  verwendet.
19190  Soll
19191 \emph on
19192  Algorithmus
19193 \emph default
19194  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19195 \end_layout
19196
19197 \begin_layout Standard
19198
19199 \series bold
19200
19201 \backslash
19202 floatname{algorithm}{Algorithmus}
19203 \end_layout
19204
19205 \begin_layout Description
19206
19207 \series bold
19208 Bemerkung:
19209 \series default
19210  Wenn Sie das LaTeX-Paket 
19211 \series bold
19212 hyperref
19213 \series default
19214
19215 \begin_inset LatexCommand index
19216 name "LaTeX-Pakete ! hyperref"
19217
19218 \end_inset
19219
19220  benutzen, um in PDF-Dateien auf Gleitobjekte zu verweisen, muss es im LaTeX-Vor
19221 spann vor der Definition der Gleitobjekte geladen werden.
19222  Weil LyX Gleitobjekt-Definitionen automatisch vor den editierbaren Teil
19223  des LaTeX-Vorspanns schreibt, müssen Sie 
19224 \emph on
19225 nach
19226 \emph default
19227  dem Laden von 
19228 \series bold
19229 hyperref
19230 \series default
19231  folgende Befehle einfügen:
19232 \begin_inset VSpace defskip
19233 \end_inset
19234
19235
19236 \series bold
19237
19238 \newline
19239
19240 \backslash
19241 newfloat{Xalgorithm}{tbp}{loa}
19242 \newline
19243
19244 \backslash
19245 floatname{Xalgorithm}{Ihr\InsetSpace ~
19246 Name}
19247 \newline
19248
19249 \backslash
19250 newcommand{
19251 \backslash
19252 theHalgorithm}{
19253 \backslash
19254 theHXalgorithm}
19255 \newline
19256
19257 \backslash
19258 renewenvironment{algorithm}[1][tbp]
19259 \newline
19260
19261 \begin_inset ERT
19262 status collapsed
19263
19264 \begin_layout Standard
19265
19266
19267 \backslash
19268 hphantom{ }
19269 \end_layout
19270
19271 \end_inset
19272
19273 {
19274 \backslash
19275 begin{Xalgorithm}[#1]}{
19276 \backslash
19277 end{Xalgorithm}}
19278 \series default
19279
19280 \begin_inset VSpace defskip
19281 \end_inset
19282
19283
19284 \newline
19285 Um das Algorithmenverzeichnis einzufügen, kann in diesem Fall nicht das
19286  Menü 
19287 \family sans
19288 Einfügen\SpecialChar \menuseparator
19289 Liste\InsetSpace \thinspace{}
19290 /\InsetSpace \thinspace{}
19291 Inhaltsverzeichnis\SpecialChar \menuseparator
19292 Algorithmenverzeichnis
19293 \family default
19294  nicht verwendet werden.
19295  Stattdessen wird dieser Befehl als TeX-Code eingefügt:
19296 \newline
19297
19298 \series bold
19299
19300 \backslash
19301 listof{Xalgorithm}{Algorithmenverzeichnis}
19302 \series default
19303
19304 \begin_inset Note Note
19305 status collapsed
19306
19307 \begin_layout Standard
19308 wird am Ende dieses Dokuments verwendet
19309 \end_layout
19310
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \begin_layout Standard
19317 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
19318  nach dem Schema 
19319 \begin_inset Quotes gld
19320 \end_inset
19321
19322 Kapitelnummer.Algorithmusnummer
19323 \begin_inset Quotes grd
19324 \end_inset
19325
19326  nummeriert.
19327  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
19328  einfügen:
19329 \end_layout
19330
19331 \begin_layout Standard
19332
19333 \series bold
19334
19335 \backslash
19336 numberwithin{algorithm}{chapter}
19337 \end_layout
19338
19339 \begin_layout Standard
19340 Wenn Sie 
19341 \series bold
19342 hyperref
19343 \series default
19344  benutzen, heißt der Befehl
19345 \end_layout
19346
19347 \begin_layout Standard
19348
19349 \series bold
19350
19351 \backslash
19352 numberwithin{Xalgorithm}{chapter}
19353 \end_layout
19354
19355 \begin_layout Standard
19356 Um 
19357 \series bold
19358
19359 \backslash
19360 numberwithin
19361 \series default
19362  benutzen zu können, muss in den 
19363 \family sans
19364 Mathe\InsetSpace ~
19365 Optionen
19366 \family default
19367  der 
19368 \family sans
19369 Dokument-Einstellungen
19370 \family default
19371  
19372 \family sans
19373 AMS\InsetSpace ~
19374 Mathe\InsetSpace ~
19375 Paket
19376 \family default
19377 \InsetSpace ~
19378
19379 \family sans
19380 verwenden
19381 \family default
19382  angekreuzt sein.
19383 \end_layout
19384
19385 \begin_layout Subsection
19386 Textumflossenes [Gleit]Objekt
19387 \begin_inset LatexCommand label
19388 name "uab:Textumflossenes-[Gleit]Objekt"
19389
19390 \end_inset
19391
19392
19393 \begin_inset LatexCommand index
19394 name "Gleitobjekte ! textumflossene"
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \begin_layout Standard
19402 Textumflossene [Gleit]Objekte sind eigentlich keine, weil sie dort gedruckt
19403  werden, wo sie definiert wurden.
19404  Dieser Typ wird benutzt, um Text um eine Abbildung herum 
19405 \emph on
19406 fließen
19407 \emph default
19408  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den die Abbildung
19409  übrig lässt.
19410  Er wird mit dem Befehl 
19411 \begin_inset Wrap figure
19412 placement l
19413 width "40col%"
19414 status open
19415
19416 \begin_layout Standard
19417 \begin_inset Graphics
19418         filename ../clipart/mobius.eps
19419         display color
19420         width 40col%
19421         scaleBeforeRotation
19422         rotateOrigin center
19423
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \begin_layout Standard
19430 \begin_inset Caption
19431
19432 \begin_layout Standard
19433 \begin_inset LatexCommand label
19434 name "abb:This-is-a"
19435
19436 \end_inset
19437
19438 Dies ist eine umflossene Gleitobjekt-Abbildung
19439 \begin_inset VSpace medskip
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \end_inset
19451
19452  
19453 \family sans
19454 Einfügen\SpecialChar \menuseparator
19455 Gleitobjekt\SpecialChar \menuseparator
19456 Umflossenes Gleit-ob\SpecialChar \-
19457 jekt
19458 \family default
19459  eingefügt, wenn das LaTeX-Paket 
19460 \series bold
19461 f\SpecialChar \textcompwordmark{}
19462 loatf\SpecialChar \textcompwordmark{}
19463 lt
19464 \series default
19465
19466 \begin_inset LatexCommand index
19467 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
19468
19469 \end_inset
19470
19471  installiert ist.
19472 \begin_inset Foot
19473 status collapsed
19474
19475 \begin_layout Standard
19476 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
19477 \emph on
19478 LaTeX\InsetSpace ~
19479 Konfiguration
19480 \emph default
19481  beschrieben.
19482 \end_layout
19483
19484 \end_inset
19485
19486  Breite und Platzierung des Objekts können Sie mit einem Rechts\SpecialChar \-
19487 klick auf
19488  das 
19489 \family sans
19490 Umflossenes\InsetSpace ~
19491 Gleitobjekt
19492 \family default
19493 -Kästchen ändern.
19494  Abbildung\InsetSpace ~
19495
19496 \begin_inset LatexCommand ref
19497 reference "abb:This-is-a"
19498
19499 \end_inset
19500
19501  ist zum Beispiel ein textumflossenes Objekt, das 40% der Spaltenbreite
19502  einnimmt.
19503 \begin_inset Foot
19504 status collapsed
19505
19506 \begin_layout Standard
19507 Die benutzbaren Einheiten werden in Anhang\InsetSpace ~
19508
19509 \begin_inset LatexCommand ref
19510 reference "kap:In-LyX-verfügbare"
19511
19512 \end_inset
19513
19514  beschrieben.
19515 \end_layout
19516
19517 \end_inset
19518
19519  Unter dem Titel wurde ein vertikaler Abstand eingefügt, um es besser vom
19520  umgebenden Test zu trennen.
19521 \end_layout
19522
19523 \begin_layout Standard
19524 Mit dem LaTeX-Paket 
19525 \series bold
19526 f\SpecialChar \textcompwordmark{}
19527 loatf\SpecialChar \textcompwordmark{}
19528 lt
19529 \series default
19530  können auch textumflossene Tabellen erstellt werden, aber LyX unterstützt
19531  das (noch) nicht.
19532  In der 
19533 \series bold
19534 f\SpecialChar \textcompwordmark{}
19535 loatf\SpecialChar \textcompwordmark{}
19536 lt
19537 \series default
19538 -Dokumentation
19539 \begin_inset LatexCommand cite
19540 key "floatflt"
19541
19542 \end_inset
19543
19544  wird beschrieben, wie es geht.
19545  Wenn Sie es mit LyX machen, wird der Titel mit 
19546 \emph on
19547 Abbildung
19548 \emph default
19549  anfangen.
19550 \end_layout
19551
19552 \begin_layout Standard
19553 \begin_inset Note Greyedout
19554 status open
19555
19556 \begin_layout Standard
19557
19558 \series bold
19559 Bemerkung:
19560 \series default
19561  Textumflossene Objekte sind sehr 
19562 \emph on
19563 zerbrechlich
19564 \emph default
19565 .
19566  Wenn die Abbildung zu nahe am unteren Seitenrand ist, kann es passieren,
19567  dass sie gar nicht oder über anderen Text gedruckt wird.
19568 \end_layout
19569
19570 \end_inset
19571
19572
19573 \end_layout
19574
19575 \begin_layout Standard
19576
19577 \series bold
19578 Weitere
19579 \series default
19580  
19581 \series bold
19582 Bemerkungen
19583 \series default
19584 :
19585 \end_layout
19586
19587 \begin_layout Itemize
19588 Textumflossene Objekte
19589 \end_layout
19590
19591 \begin_deeper
19592 \begin_layout Itemize
19593 sollten nicht in Absätze gepackt werden, die auf der nächsten Seite fortgesetzt
19594  werden.
19595  Das bedeutet, dass man umflossene Gleitobjekte erst dann einfügen sollte,
19596  wenn das Dokument fast fertig ist und man sehen kann, wo ein Seitenumbruch
19597  erfolgen wird.
19598 \end_layout
19599
19600 \begin_layout Itemize
19601 sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
19602  werden oder darin.
19603 \end_layout
19604
19605 \begin_layout Itemize
19606 in aufeinanderfolgenden Absätzen können Probleme bereiten, also achten Sie
19607  darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
19608 \end_layout
19609
19610 \begin_layout Itemize
19611 sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
19612 \end_layout
19613
19614 \end_deeper
19615 \begin_layout Itemize
19616 Wenn Sie als Absatztrennung Einrückung benutzen, wird auch der Text, der
19617  unmittelbar auf die Abbildung folgt, eingerückt.
19618  Das können Sie mit dem TeX-Code-Befehl 
19619 \series bold
19620
19621 \backslash
19622 hspace*{-1em}
19623 \series default
19624  direkt vor dem Text korrigieren.
19625  
19626 \family typewriter
19627 1\InsetSpace \thinspace{}
19628 em
19629 \family default
19630  entspricht der Standardeinrückung.
19631 \end_layout
19632
19633 \begin_layout Itemize
19634 Der Text vor und hinter dem textumflossenen Objekt wird als eigener Absatz
19635  behandelt.
19636 \end_layout
19637
19638 \begin_layout Itemize
19639 Der Text, der um die Abbildung herumfließt, sollte zwischen 
19640 \series bold
19641
19642 \backslash
19643 begin{sloppypar}
19644 \series default
19645  und 
19646 \series bold
19647
19648 \backslash
19649 end{sloppypar}
19650 \series default
19651  gepackt werden, um unnötige manuelle Zeilenumbrüche zu vermeiden.
19652 \end_layout
19653
19654 \begin_layout Itemize
19655 Es gibt für textumflossene Objekte noch andere LaTeX-Pakete: 
19656 \series bold
19657 picins
19658 \series default
19659
19660 \begin_inset LatexCommand index
19661 name "LaTeX-Pakete ! picins"
19662
19663 \end_inset
19664
19665 ,
19666 \family typewriter
19667  
19668 \family default
19669 \series bold
19670 picinpar
19671 \series default
19672
19673 \begin_inset LatexCommand index
19674 name "LaTeX-Pakete ! picinpar"
19675
19676 \end_inset
19677
19678 ,
19679 \family typewriter
19680  
19681 \family default
19682 \series bold
19683 wrapfig
19684 \series default
19685
19686 \begin_inset LatexCommand index
19687 name "LaTeX-Pakete ! wrapfig"
19688
19689 \end_inset
19690
19691 , aber sie werden von LyX (noch) nicht unterstützt.
19692  Diese Pakete machen in etwa das gleiche wie 
19693 \series bold
19694 floatflt
19695 \series default
19696
19697 \begin_inset LatexCommand index
19698 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
19699
19700 \end_inset
19701
19702 .
19703 \end_layout
19704
19705 \begin_layout Section
19706 Gleitobjekt-Nummerierung
19707 \begin_inset LatexCommand label
19708 name "abs:Gleitobjekt-Nummerierung"
19709
19710 \end_inset
19711
19712
19713 \begin_inset LatexCommand index
19714 name "Gleitobjekte ! Nummerierung"
19715
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \begin_layout Standard
19722 Gleitobjekte werden entweder unabhängig vom abschnitt, in dem sie sind,
19723  nummeriert oder nach dem Schema 
19724 \begin_inset Quotes gld
19725 \end_inset
19726
19727 Kapitelnummer.Gleitobjektnummer
19728 \begin_inset Quotes grd
19729 \end_inset
19730
19731  oder 
19732 \begin_inset Quotes gld
19733 \end_inset
19734
19735 Abschnittsnummer.Gleitobjektnummer
19736 \begin_inset Quotes grd
19737 \end_inset
19738
19739 .
19740  Das hängt von der Dokumentklasse ab.
19741 \end_layout
19742
19743 \begin_layout Standard
19744 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
19745  in den LaTeX-Vorspann einfügen:
19746 \end_layout
19747
19748 \begin_layout Standard
19749
19750 \series bold
19751
19752 \backslash
19753 renewcommand{
19754 \backslash
19755 thetable}{
19756 \backslash
19757 roman{table}}
19758 \end_layout
19759
19760 \begin_layout Standard
19761
19762 \series bold
19763
19764 \backslash
19765 thetable
19766 \series default
19767  ist der Befehl, der die Tabellennummer druckt.
19768  Für Abbildungen ist das 
19769 \series bold
19770
19771 \backslash
19772 thefigure
19773 \series default
19774 .
19775  Der Befehl 
19776 \series bold
19777
19778 \backslash
19779 roman
19780 \series default
19781  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
19782 \end_layout
19783
19784 \begin_layout Standard
19785 Um das Numerierungsschema zum Beispiel auf 
19786 \begin_inset Quotes gld
19787 \end_inset
19788
19789 Unterabschnittsnummer.Num\SpecialChar \-
19790 mer
19791 \begin_inset Quotes grd
19792 \end_inset
19793
19794  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
19795 \end_layout
19796
19797 \begin_layout Standard
19798
19799 \series bold
19800
19801 \backslash
19802 numberwithin{table}{subsection}
19803 \end_layout
19804
19805 \begin_layout Standard
19806 Um den Befehl 
19807 \series bold
19808
19809 \backslash
19810 numberwithin
19811 \series default
19812  zu können, müssen Sie in den 
19813 \family sans
19814 Mathe\InsetSpace ~
19815 Optionen
19816 \family default
19817  der 
19818 \family sans
19819 Dokument-Einstellungen
19820 \family default
19821  
19822 \family sans
19823 AMS\InsetSpace ~
19824 Mathe\InsetSpace ~
19825 Paket
19826 \family default
19827 \InsetSpace ~
19828
19829 \family sans
19830 verwenden
19831 \family default
19832  ankreuzen.
19833 \end_layout
19834
19835 \begin_layout Standard
19836 Sehen Sie sich bitte auch Abschnitt\InsetSpace ~
19837
19838 \begin_inset LatexCommand ref
19839 reference "uab:Fußnoten-Nummerierung"
19840
19841 \end_inset
19842
19843  für Einzelheiten und wichtigen Bemerkungen zu Nummerierung-Befehlen an.
19844 \end_layout
19845
19846 \begin_layout Section
19847 Auf Gleitobjekte verweisen
19848 \begin_inset LatexCommand label
19849 name "abs:Auf-Gleitobjekte-verweisen"
19850
19851 \end_inset
19852
19853
19854 \begin_inset LatexCommand index
19855 name "Gleitobjekte ! Querverweise"
19856
19857 \end_inset
19858
19859
19860 \begin_inset LatexCommand index
19861 name "Querverweise"
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Standard
19869 Zunächst müssen Sie mit 
19870 \family sans
19871 Einfügen\SpecialChar \menuseparator
19872 Marke
19873 \family default
19874  oder einen Klick auf 
19875 \begin_inset Graphics
19876         filename ../../images/label-insert.png
19877         scale 85
19878         scaleBeforeRotation
19879
19880 \end_inset
19881
19882  eine Marke im Titel einfügen.
19883  Im 
19884 \family sans
19885 Marke
19886 \family default
19887 -Dialog schreiben Sie einen Text in das Feld 
19888 \family sans
19889 Marke
19890 \family default
19891  oder übernehmen den vorgeschlagenen.
19892  Die Marke sieht in LyX dann so aus:
19893 \newline
19894
19895 \begin_inset Graphics
19896         filename clipart/Marke.png
19897         lyxscale 80
19898         scale 50
19899         scaleBeforeRotation
19900         BoundingBox 0bp 6bp 76bp 23bp
19901
19902 \end_inset
19903
19904
19905 \end_layout
19906
19907 \begin_layout Standard
19908 Die Marke wird als Anker und Name für den Querverweis benutzt.
19909  Mit 
19910 \family sans
19911 Einfügen\SpecialChar \menuseparator
19912 Querverweis
19913 \family default
19914  oder einen Klick auf 
19915 \begin_inset Graphics
19916         filename ../../images/dialog-show-new-inset_ref.png
19917         scale 85
19918         scaleBeforeRotation
19919
19920 \end_inset
19921
19922  können Sie dann auf die Marke verweisen.
19923  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
19924  angezeigt:
19925 \newline
19926
19927 \begin_inset Graphics
19928         filename clipart/Querverweis.png
19929         lyxscale 80
19930         scale 50
19931         scaleBeforeRotation
19932         BoundingBox 0bp 6bp 76bp 23bp
19933
19934 \end_inset
19935
19936
19937 \newline
19938  Mehr zu Querverweisen finden Sie im 
19939 \emph on
19940 Benutzerhandbuch
19941 \emph default
19942 .
19943 \end_layout
19944
19945 \begin_layout Standard
19946 Es empfiehlt sich zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
19947  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
19948  durch einen Zeilenumbruch getrennt werden können.
19949 \end_layout
19950
19951 \begin_layout Standard
19952 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
19953  LyX passt die Querverweise automatisch an.
19954 \end_layout
19955
19956 \begin_layout Standard
19957 Ein Klick auf den Schalter 
19958 \family sans
19959 Gehe\InsetSpace ~
19960 zur\InsetSpace ~
19961 Marke
19962 \family default
19963  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
19964  Der Text der Schaltfläche heißt jetzt 
19965 \family sans
19966 Gehe\InsetSpace ~
19967 zurück
19968 \family default
19969  und ein Klick darauf macht genau dies.
19970   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
19971  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
19972  Dann ist auch kein 
19973 \family sans
19974 Gehe\InsetSpace ~
19975 zurück
19976 \family default
19977  möglich.
19978 \end_layout
19979
19980 \begin_layout Subsection
19981 Querverweis-Formate
19982 \begin_inset LatexCommand label
19983 name "uab:Querverweis-Formate"
19984
19985 \end_inset
19986
19987
19988 \begin_inset LatexCommand index
19989 name "Querverweise ! Formate"
19990
19991 \end_inset
19992
19993
19994 \end_layout
19995
19996 \begin_layout Standard
19997 Es gibt sechs verschiedene Querverweisstile:
19998 \end_layout
19999
20000 \begin_layout Description
20001 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20002  
20003 \begin_inset LatexCommand ref
20004 reference "abb:Zwei-Teilabbildungen"
20005
20006 \end_inset
20007
20008
20009 \end_layout
20010
20011 \begin_layout Description
20012 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20013  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20014  verwendet wird, speziell wenn der Name 
20015 \begin_inset Quotes gld
20016 \end_inset
20017
20018 Gleichung
20019 \begin_inset Quotes grd
20020 \end_inset
20021
20022  weggelassen wird: 
20023 \begin_inset LatexCommand eqref
20024 reference "eq:Wgn"
20025
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \begin_layout Description
20032 <Seite>: druckt die Seitennummer: Seite\InsetSpace ~
20033
20034 \begin_inset LatexCommand pageref
20035 reference "abb:Zwei-Teilabbildungen"
20036
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \begin_layout Description
20043 auf\InsetSpace ~
20044 Seite\InsetSpace ~
20045 <Seite>: druckt den Text "auf Seite" und die Seitennummer: 
20046 \begin_inset LatexCommand vpageref
20047 reference "abb:Zwei-Teilabbildungen"
20048
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \begin_layout Description
20055 <Querverweis>\InsetSpace ~
20056 auf\InsetSpace ~
20057 Seite\InsetSpace ~
20058 <Seite>: druckt die Nummer der Gleitumgebung, den Text
20059  "auf Seite", und die Seitennummer: 
20060 \begin_inset LatexCommand vref
20061 reference "abb:Zwei-Teilabbildungen"
20062
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \begin_layout Description
20069 Formatierter\InsetSpace ~
20070 Querverweis: druckt ein selbst definiertes Querverweisformat
20071  
20072 \begin_inset Note Greyedout
20073 status open
20074
20075 \begin_layout Standard
20076
20077 \series bold
20078 Bemerkung:
20079 \series default
20080  Dies ist nur möglich wenn das LaTeX-Paket 
20081 \series bold
20082 prettyref
20083 \series default
20084  installiert ist.
20085 \end_layout
20086
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \begin_layout Standard
20093 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20094  sich die referenzierte Marke auf der vorherigen, der selben oder der nächsten
20095  Seite befindet.
20096  Stattdessen wird der Text 
20097 \begin_inset Quotes gld
20098 \end_inset
20099
20100 auf dieser Seite
20101 \begin_inset Quotes grd
20102 \end_inset
20103
20104  gedruckt.
20105 \end_layout
20106
20107 \begin_layout Standard
20108 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20109  automatisch von LaTeX berechnet.
20110  Die Stile können im Feld 
20111 \family sans
20112 Format
20113 \family default
20114  des Querverweis Fensters eingestellt werden, das erscheint, wenn Sie auf
20115  einen Querverweis klicken.
20116 \end_layout
20117
20118 \begin_layout Subsection
20119 Auf Teilabbildungen verweisen
20120 \begin_inset LatexCommand label
20121 name "uab:Auf-Teilabbildungen-verweisen"
20122
20123 \end_inset
20124
20125
20126 \begin_inset LatexCommand index
20127 name "Querverweise ! auf Teilabbildungen"
20128
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \begin_layout Standard
20135 Zur Zeit unterstützt LyX das nicht, also müssen Sie LaTeX-Befehle benutzen.
20136  Die Marke erzeugen Sie mit dem Befehl
20137 \end_layout
20138
20139 \begin_layout Standard
20140
20141 \series bold
20142
20143 \backslash
20144 label{abb:IhrMarkenName}
20145 \end_layout
20146
20147 \begin_layout Standard
20148 der direkt in das Titelfeld der Teilabbildung eingefügt wird.
20149  Als Querverweis benutzen Sie dann den Befehl
20150 \end_layout
20151
20152 \begin_layout Standard
20153
20154 \series bold
20155
20156 \backslash
20157 ref{abb:IhrMarkenName}
20158 \end_layout
20159
20160 \begin_layout Standard
20161 Hier ist ein Querverweis auf Teilabbildung\InsetSpace ~
20162
20163 \begin_inset ERT
20164 status collapsed
20165
20166 \begin_layout Standard
20167
20168
20169 \backslash
20170 ref{abb:Platypus}
20171 \end_layout
20172
20173 \end_inset
20174
20175 .
20176 \end_layout
20177
20178 \begin_layout Subsection
20179 Automatische Querverweis-Namen
20180 \begin_inset LatexCommand index
20181 name "Querverweise ! Automatische Namen "
20182
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \begin_layout Standard
20189 Das LaTeX-Paket 
20190 \series bold
20191 hyperref
20192 \series default
20193
20194 \begin_inset LatexCommand index
20195 name "LaTeX-Pakete ! hyperref"
20196
20197 \end_inset
20198
20199  besitzt eine sehr nützliche Funktion, damit Querverweise den Namen des
20200  Gleitobjekts automatisch enthalten (oder Textteile wie 
20201 \emph on
20202 Abschnitt
20203 \emph default
20204 ).
20205  Sie müssen nicht mehr Abbildung vor das Querverweis-Kästchen schreiben.
20206  Um diese Funktion benutzen zu können, müssen Sie 
20207 \series bold
20208 hyperref
20209 \series default
20210  in den LaTeX-Vorspann wie folgt einfügen:
20211 \end_layout
20212
20213 \begin_layout Standard
20214
20215 \series bold
20216
20217 \backslash
20218 usepackage[pdfborder={0 0 0}]{hyperref}
20219 \newline
20220
20221 \backslash
20222 AtBeginDocument{
20223 \backslash
20224 renewcommand{
20225 \backslash
20226 ref}[1]{
20227 \backslash
20228 mbox{
20229 \backslash
20230 autoref{#1}}}}
20231 \end_layout
20232
20233 \begin_layout Standard
20234
20235 \series bold
20236 hyperref
20237 \series default
20238  wird benutzt, um Marken und Querverweise in der DVI- und PDF-Dokumenten
20239  zu verlinken, das heißt der Leser der entsprechenden Datei kann auf solch
20240  einen Link klicken, und die angeklickte Stelle wird gezeigt.
20241  In DVI-Dateien ist ein Link blau unterstrichen, in der PDF-Datei ändert
20242  sich der Cursor.
20243 \end_layout
20244
20245 \begin_layout Standard
20246 Dies Funktion wird auch in diesem Dokument und nach und nach in allen Handbücher
20247 n.
20248  Wenn Sie sich den LaTeX-Vorspann ansehen, werden Sie verschiedene Optionen
20249  für die Benutzung von 
20250 \series bold
20251 hyperref
20252 \series default
20253  sehen.
20254  In der 
20255 \series bold
20256 hyperref
20257 \series default
20258 -Dokumentation 
20259 \begin_inset LatexCommand cite
20260 key "hyperref"
20261
20262 \end_inset
20263
20264  finden Sie mehr darüber.
20265 \end_layout
20266
20267 \begin_layout Standard
20268 \begin_inset Note Greyedout
20269 status open
20270
20271 \begin_layout Standard
20272
20273 \series bold
20274 Bemerkung:
20275 \series default
20276  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
20277  als Querverweisstil 
20278 \family sans
20279 Formatierter\InsetSpace ~
20280 Querverweis
20281 \family default
20282  benutzen.
20283 \end_layout
20284
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \begin_layout Subsection
20291 Querverweis-Position
20292 \begin_inset LatexCommand label
20293 name "uab:Querverweis-Position"
20294
20295 \end_inset
20296
20297
20298 \begin_inset LatexCommand index
20299 name "Querverweise !  Position"
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Standard
20307 Wenn Sie 
20308 \series bold
20309 hyperref
20310 \series default
20311  benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein Klick
20312  auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
20313  und Sie werden das Bild ohne Rollen nicht sehen.
20314  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
20315  ist.
20316  Wenn Sie das  LaTeX-Paket 
20317 \series bold
20318 hypcap
20319 \series default
20320
20321 \begin_inset LatexCommand index
20322 name "LaTeX-Pakete ! hypcap"
20323
20324 \end_inset
20325
20326 , das Teil des LaTeX-Pakets 
20327 \series bold
20328 oberdiek
20329 \series default
20330
20331 \begin_inset LatexCommand index
20332 name "LaTeX-Pakete ! oberdiek"
20333
20334 \end_inset
20335
20336  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
20337  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
20338 \series bold
20339 hypcap
20340 \series default
20341  zunächst in den LaTeX-Vorspann laden:
20342 \end_layout
20343
20344 \begin_layout Standard
20345
20346 \series bold
20347
20348 \backslash
20349 usepackage[f\SpecialChar \textcompwordmark{}
20350 igure]{hypcap}
20351 \end_layout
20352
20353 \begin_layout Standard
20354 Sie können 
20355 \series bold
20356 hypcap
20357 \series default
20358  auch für alle Gleitobjekte benutzen, aber das wird aus Stabilitätsgründen
20359  nicht empfohlen.
20360  Weitere Informationen finden Sie im
20361 \series bold
20362  hypcap
20363 \series default
20364 -Handbuch 
20365 \begin_inset LatexCommand cite
20366 key "hypcap"
20367
20368 \end_inset
20369
20370 .
20371 \end_layout
20372
20373 \begin_layout Standard
20374 \begin_inset Note Greyedout
20375 status open
20376
20377 \begin_layout Standard
20378
20379 \series bold
20380 Bemerkung 1:
20381 \series default
20382  
20383 \series bold
20384 hypcap
20385 \series default
20386  muss nach 
20387 \series bold
20388 hyperref
20389 \series default
20390  geladen werden.
20391 \end_layout
20392
20393 \end_inset
20394
20395
20396 \end_layout
20397
20398 \begin_layout Standard
20399 \begin_inset Note Greyedout
20400 status open
20401
20402 \begin_layout Standard
20403
20404 \series bold
20405 Bemerkung 2:
20406 \series default
20407  
20408 \series medium
20409 Das Setzen der Querverweis-Position hat keinen Einfluss auf Querverweise
20410  zu Teilabbildungen.
20411 \end_layout
20412
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Section
20419 Gleitobjekt-Platzierung
20420 \begin_inset LatexCommand label
20421 name "abs:Gleitobjekt-Platzierung"
20422
20423 \end_inset
20424
20425
20426 \begin_inset LatexCommand index
20427 name "Gleitobjekte ! Plazierung"
20428
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \begin_layout Standard
20435 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
20436 \family sans
20437 Gleitobjekt-Einstellungen
20438 \family default
20439 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
20440  können.
20441 \newline
20442 Die Option 
20443 \family sans
20444 Spalten\InsetSpace ~
20445 überspannen
20446 \family default
20447  ist nur bei zweispaltigen Dokumenten sinnvoll.
20448  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
20449 \newline
20450 Die
20451  Option 
20452 \family sans
20453 Seitwärts\InsetSpace ~
20454 drehen
20455 \family default
20456  ist in Abschnitt 
20457 \begin_inset LatexCommand ref
20458 reference "abs:Gedrehte-Gleitobjekte"
20459
20460 \end_inset
20461
20462  beschrieben.
20463 \end_layout
20464
20465 \begin_layout Standard
20466 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
20467  verwenden um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
20468  Sie die Option 
20469 \family sans
20470 Standard-Platzierung\InsetSpace ~
20471 verwenden
20472 \family default
20473  nicht verwenden:
20474 \end_layout
20475
20476 \begin_layout Description
20477 Hier\InsetSpace ~
20478 wenn\InsetSpace ~
20479 möglich versuche das Gleitobjekt dort zu platzieren wo es eingefügt
20480  wurde.
20481 \end_layout
20482
20483 \begin_layout Description
20484 Anfang\InsetSpace ~
20485 der\InsetSpace ~
20486 Seite
20487 \family sans
20488  
20489 \family default
20490 versuche das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
20491  Gleitobjekte, die maximal 70\InsetSpace \thinspace{}
20492 % einer Seite benötigen, dürfen oben platziert
20493  werden.
20494  Dies kann durch die Variable 
20495 \series bold
20496
20497 \backslash
20498 topfraction
20499 \series default
20500  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
20501 \end_layout
20502
20503 \begin_deeper
20504 \begin_layout Standard
20505
20506 \series bold
20507
20508 \backslash
20509 renewcommand{
20510 \backslash
20511 topfraction}{0.9}
20512 \family typewriter
20513 \series default
20514  
20515 \end_layout
20516
20517 \end_deeper
20518 \begin_layout Description
20519 Ende\InsetSpace ~
20520 der\InsetSpace ~
20521 Seite versuche das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
20522  Gleitobjekte, die maximal 30\InsetSpace \thinspace{}
20523 % einer Seite benötigen, dürfen unten platziert
20524  werden.
20525  Dies kann durch die Variable 
20526 \series bold
20527
20528 \backslash
20529 bottomfraction
20530 \series default
20531  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
20532 \end_layout
20533
20534 \begin_deeper
20535 \begin_layout Standard
20536
20537 \series bold
20538
20539 \backslash
20540 renewcommand{
20541 \backslash
20542 bottomfraction}{0.5}
20543 \end_layout
20544
20545 \begin_layout Standard
20546 die oftmals zu kleine untere Grenze auf 50\InsetSpace \thinspace{}
20547 %.
20548 \end_layout
20549
20550 \end_deeper
20551 \begin_layout Description
20552 Seite\InsetSpace ~
20553 mit\InsetSpace ~
20554 Gleitobjekten versuche das Gleitobjekt auf einer eigenen Seite zu
20555  platzieren.
20556  Nur wenn mehr als 50\InsetSpace \thinspace{}
20557 % einer Seite von Gleitobjekten belegt wird, wird eine
20558  neue Seite für weitere Gleitobjekte bereitgestellt.
20559  Dies kann durch die Variable 
20560 \series bold
20561
20562 \backslash
20563 floatpagefraction 
20564 \series default
20565 im LaTeX-Vorspann überschrieben werden.
20566 \end_layout
20567
20568 \begin_layout Standard
20569 Die Reihenfolge der obigen Optionen wird 
20570 \emph on
20571 immer
20572 \emph default
20573  von LaTeX verwendet.
20574  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
20575  versuchen 
20576 \family sans
20577 Hier\InsetSpace ~
20578 wenn\InsetSpace ~
20579 möglich
20580 \family default
20581 , dann 
20582 \family sans
20583 Anfang\InsetSpace ~
20584 der\InsetSpace ~
20585 Seite
20586 \family default
20587  und dann die anderen Optionen zu anzuwenden.
20588  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
20589  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in der selben
20590  Reihenfolge.
20591  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
20592 t, aber diesmal mit dem Ziel das Gleitobjekt auf die nächste Seite zu setzen.
20593 \end_layout
20594
20595 \begin_layout Standard
20596 Die Option 
20597 \family sans
20598 Hier,\InsetSpace ~
20599 auf\InsetSpace ~
20600 jeden\InsetSpace ~
20601 Fall
20602 \family default
20603  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
20604  fast druckreif ist.
20605  Denn mit der Option kann das Objekt nicht mehr 
20606 \emph on
20607 gleiten
20608 \emph default
20609 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
20610  oftmals zerstört.
20611 \end_layout
20612
20613 \begin_layout Standard
20614 Es gibt keine Platzierungsoption für textumflossene [Gleit]Objekte, da diese
20615  immer von Text eines bestimmten Paragraphen umgeben sind.
20616 \begin_inset VSpace bigskip
20617 \end_inset
20618
20619
20620 \end_layout
20621
20622 \begin_layout Standard
20623 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
20624 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
20625  das Gleitobjekt sei Teil des vorherigen Abschnitts.
20626  Das kann mit dem LaTeX-Befehl
20627 \series bold
20628  
20629 \backslash
20630 suppressfloats
20631 \series default
20632  verhindert werden.
20633  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
20634  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
20635  gesetzt wird.
20636  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
20637 \end_layout
20638
20639 \begin_layout Standard
20640
20641 \series bold
20642
20643 \backslash
20644 let
20645 \backslash
20646 meinAbschnitt
20647 \backslash
20648 section
20649 \newline
20650
20651 \backslash
20652 renewcommand{
20653 \backslash
20654 section}{
20655 \backslash
20656 suppressfloats[t]
20657 \backslash
20658 meinAbschnitt}
20659 \end_layout
20660
20661 \begin_layout Standard
20662 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
20663  Unterabschnitten festlegen.
20664  Für kleinere Teile wie Unterunterabschnitten wird es nicht empfohlen, weil
20665  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
20666 \end_layout
20667
20668 \begin_layout Standard
20669 Es gibt auch noch das LaTeX-Paket 
20670 \series bold
20671 f\SpecialChar \textcompwordmark{}
20672 lafter
20673 \series default
20674
20675 \begin_inset LatexCommand index
20676 name "LaTeX-Pakete ! flafter"
20677
20678 \end_inset
20679
20680  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
20681  gedruckt wird.
20682 \end_layout
20683
20684 \begin_layout Standard
20685 \begin_inset VSpace bigskip
20686 \end_inset
20687
20688 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
20689  Dafür gibt es das LaTeX-Paket 
20690 \series bold
20691 endfloat
20692 \series default
20693
20694 \begin_inset LatexCommand index
20695 name "LaTeX-Pakete ! endf\\/loat"
20696
20697 \end_inset
20698
20699 .
20700  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
20701  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
20702  
20703 \family sans
20704
20705 \begin_inset Quotes gld
20706 \end_inset
20707
20708 [Abbildung\InsetSpace ~
20709 3.2 ist ungefähr hier.]
20710 \family default
20711
20712 \begin_inset Quotes grd
20713 \end_inset
20714
20715  finden.
20716  Das 
20717 \series bold
20718 endfloat
20719 \series default
20720 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
20721 \end_layout
20722
20723 \begin_layout Standard
20724
20725 \series bold
20726
20727 \backslash
20728 usepackage[Optionen]{endfloat}
20729 \end_layout
20730
20731 \begin_layout Standard
20732 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
20733  Tabellen-Abschnitt, die Sie in der 
20734 \series bold
20735 endfloat
20736 \series default
20737 -Dokumentation 
20738 \begin_inset LatexCommand cite
20739 key "endfloat"
20740
20741 \end_inset
20742
20743  nachlesen können.
20744 \newline
20745
20746 \begin_inset Note Greyedout
20747 status open
20748
20749 \begin_layout Standard
20750
20751 \series bold
20752 Bemerkung\InsetSpace ~
20753 1: endfloat
20754 \series default
20755  übersetzt den Hinweistext nicht automatisch.
20756  Abschnitt\InsetSpace ~
20757 4 in 
20758 \begin_inset LatexCommand cite
20759 key "endfloat"
20760
20761 \end_inset
20762
20763  beschreibt, wie es geht.
20764 \end_layout
20765
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \begin_layout Standard
20772 \begin_inset Note Greyedout
20773 status open
20774
20775 \begin_layout Standard
20776
20777 \series bold
20778 Bemerkung\InsetSpace ~
20779 2: 
20780 \series default
20781 Die aktuelle Version von 
20782 \series bold
20783 endfloat
20784 \series default
20785  hat einen Fehler, wenn die Überschrift ein 
20786 \begin_inset Quotes gld
20787 \end_inset
20788
20789 ß
20790 \begin_inset Quotes grd
20791 \end_inset
20792
20793  enthält.
20794  Sie müssen stattdessen den Befehl 
20795 \series bold
20796
20797 \backslash
20798 ss
20799 \series default
20800  als TeX-Code benutzen.
20801 \end_layout
20802
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \begin_layout Standard
20809 \begin_inset VSpace bigskip
20810 \end_inset
20811
20812 Weitere Einzelheiten finden über Gleitobjekt-Platzierung finden Sie in LaTeX-Büc
20813 hern wie 
20814 \begin_inset LatexCommand cite
20815 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
20816
20817 \end_inset
20818
20819 .
20820 \end_layout
20821
20822 \begin_layout Section
20823 Gedrehte Gleitobjekte
20824 \begin_inset LatexCommand label
20825 name "abs:Gedrehte-Gleitobjekte"
20826
20827 \end_inset
20828
20829
20830 \begin_inset LatexCommand index
20831 name "Gleitobjekte ! drehen"
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Standard
20839 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
20840 t drehen.
20841  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
20842  und die Option 
20843 \family sans
20844 Seitwärts\InsetSpace ~
20845 drehen
20846 \family default
20847  wählen.
20848 \end_layout
20849
20850 \begin_layout Standard
20851 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte bei
20852  zweispaltigen Dokumenten) gedruckt.
20853  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
20854  werden können.
20855  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
20856  Option 
20857 \series bold
20858 figuresleft
20859 \series default
20860  oder 
20861 \series bold
20862 figuresright
20863 \series default
20864  zu den Dokumentklassen-Optionen hinzu.
20865 \end_layout
20866
20867 \begin_layout Standard
20868 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
20869  Tabelle\InsetSpace ~
20870
20871 \begin_inset LatexCommand ref
20872 reference "tab:Gedrehte-Tabelle"
20873
20874 \end_inset
20875
20876  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
20877 \end_layout
20878
20879 \begin_layout Standard
20880 \begin_inset Note Greyedout
20881 status open
20882
20883 \begin_layout Standard
20884
20885 \series bold
20886 Bemerkung:
20887 \series default
20888  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
20889 \end_layout
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \begin_layout Standard
20897 \begin_inset Float table
20898 wide false
20899 sideways true
20900 status open
20901
20902 \begin_layout Standard
20903 \begin_inset Caption
20904
20905 \begin_layout Standard
20906 \begin_inset LatexCommand label
20907 name "tab:Gedrehte-Tabelle"
20908
20909 \end_inset
20910
20911 Gedrehte Tabelle
20912 \end_layout
20913
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \begin_layout Standard
20920 \align center
20921 \begin_inset Tabular
20922 <lyxtabular version="3" rows="1" columns="5">
20923 <features>
20924 <column alignment="center" valignment="top" leftline="true" width="0">
20925 <column alignment="center" valignment="top" leftline="true" width="0">
20926 <column alignment="center" valignment="top" leftline="true" width="0">
20927 <column alignment="center" valignment="top" leftline="true" width="0">
20928 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20929 <row topline="true" bottomline="true">
20930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Standard
20934 Test
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Standard
20943 b
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Standard
20952 c
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Standard
20961 d
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Standard
20970 e
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 </row>
20976 </lyxtabular>
20977
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \begin_layout Section
20989 Beschriftungs-Formatierung
20990 \begin_inset LatexCommand label
20991 name "abs:Titel-Formatierung"
20992
20993 \end_inset
20994
20995
20996 \begin_inset LatexCommand index
20997 name "Gleitobjekte ! Beschriftung ! Formatierung"
20998
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \begin_layout Standard
21005
21006 \family sans
21007 Legende
21008 \family default
21009  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
21010  In LyX sehen Titel so aus:  
21011 \family sans
21012
21013 \begin_inset Quotes gld
21014 \end_inset
21015
21016 Abbildung xyz:
21017 \family default
21018
21019 \begin_inset Quotes grd
21020 \end_inset
21021
21022 , gefolgt vom Beschriftungstext, wobei 
21023 \family sans
21024 xyz
21025 \family default
21026  die von LyX vergebene Nummer ist.
21027  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
21028  gedruckt.
21029  Dies ist nicht immer brauchbar.
21030 \end_layout
21031
21032 \begin_layout Standard
21033 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
21034  
21035 \series bold
21036 caption
21037 \series default
21038
21039 \begin_inset LatexCommand index
21040 name "LaTeX-Pakete ! caption"
21041
21042 \end_inset
21043
21044  in den LaTeX-Vorspann laden:
21045 \end_layout
21046
21047 \begin_layout Standard
21048
21049 \series bold
21050
21051 \backslash
21052 usepackage[Format-Definition]{caption}
21053 \end_layout
21054
21055 \begin_layout Standard
21056 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
21057  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
21058 \end_layout
21059
21060 \begin_layout Standard
21061
21062 \series bold
21063
21064 \backslash
21065 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21066 \end_layout
21067
21068 \begin_layout Standard
21069 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
21070  definieren.
21071  Dazu laden Sie das 
21072 \series bold
21073 caption
21074 \series default
21075 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
21076  dem Befehl
21077 \end_layout
21078
21079 \begin_layout Standard
21080
21081 \series bold
21082
21083 \backslash
21084 captionsetup[Gleitobjekt-Typ]{Format-Definition}
21085 \end_layout
21086
21087 \begin_layout Standard
21088 Für Abbildung\InsetSpace ~
21089
21090 \begin_inset LatexCommand ref
21091 reference "abb:Langer-Abb-Titel"
21092
21093 \end_inset
21094
21095  und Tabelle\InsetSpace ~
21096
21097 \begin_inset LatexCommand ref
21098 reference "tab:Langer-Tab-Titel"
21099
21100 \end_inset
21101
21102  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
21103  werden:
21104 \end_layout
21105
21106 \begin_layout Standard
21107
21108 \series bold
21109
21110 \backslash
21111 usepackage[tableposition=top]{caption}
21112 \newline
21113
21114 \backslash
21115 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21116 \newline
21117
21118 \begin_inset ERT
21119 status collapsed
21120
21121 \begin_layout Standard
21122
21123
21124 \backslash
21125 hphantom{
21126 \backslash
21127
21128 \backslash
21129 captionsetup[figure]
21130 \backslash
21131 {}
21132 \end_layout
21133
21134 \end_inset
21135
21136  labelsep=period}
21137 \newline
21138
21139 \backslash
21140 captionsetup[table]{labelfont={bf,sf}}
21141 \end_layout
21142
21143 \begin_layout Standard
21144 \begin_inset Note Greyedout
21145 status open
21146
21147 \begin_layout Standard
21148
21149 \series bold
21150 Bemerkung:
21151 \series default
21152  Die Option 
21153 \series bold
21154 tableposition=top
21155 \series default
21156  hat keine Auswirkung wenn eine 
21157 \series bold
21158 koma-script
21159 \series default
21160
21161 \begin_inset LatexCommand index
21162 name "LaTeX-Pakete ! koma-script"
21163
21164 \end_inset
21165
21166 -Dokumentklasse verwendet wird.
21167  Hier muss die Option 
21168 \series bold
21169 tablecaptionabove
21170 \series default
21171  benutzt werden.
21172 \end_layout
21173
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \begin_layout Standard
21180 Weitere Informationen über das Paket
21181 \series bold
21182  caption
21183 \series default
21184  finden Sie in seiner Dokumentation 
21185 \begin_inset LatexCommand cite
21186 key "caption,caption-de"
21187
21188 \end_inset
21189
21190 .
21191 \end_layout
21192
21193 \begin_layout Standard
21194 Wenn Sie den Namen von 
21195 \begin_inset Quotes gld
21196 \end_inset
21197
21198 Abbildung
21199 \begin_inset Quotes grd
21200 \end_inset
21201
21202  auf 
21203 \begin_inset Quotes gld
21204 \end_inset
21205
21206 Bild
21207 \begin_inset Quotes grd
21208 \end_inset
21209
21210  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
21211 \end_layout
21212
21213 \begin_layout Standard
21214
21215 \series bold
21216
21217 \backslash
21218 renewcommand{
21219 \backslash
21220 fnum@figure}{Bild~
21221 \backslash
21222 thefigure}
21223 \end_layout
21224
21225 \begin_layout Standard
21226 wobei 
21227 \series bold
21228
21229 \backslash
21230 thefigure
21231 \series default
21232  die Bildnummer einsetzt und
21233 \series bold
21234  ~
21235 \series default
21236  ein geschütztes Leerzeichen ist.
21237 \end_layout
21238
21239 \begin_layout Standard
21240 \begin_inset VSpace bigskip
21241 \end_inset
21242
21243 Wenn Sie eine 
21244 \series bold
21245 koma-script
21246 \series default
21247
21248 \begin_inset LatexCommand index
21249 name "LaTeX-Pakete ! koma-script"
21250
21251 \end_inset
21252
21253 -Dokumentklasse (
21254 \family sans
21255 article (koma-script)
21256 \family default
21257
21258 \family sans
21259 book (koma-script)
21260 \family default
21261
21262 \family sans
21263 letter (koma-script)
21264 \family default
21265  oder 
21266 \family sans
21267 report (koma-script)
21268 \family default
21269 ) benutzen, können Sie anstatt des 
21270 \series bold
21271 caption
21272 \series default
21273 -Paketes den eingebauten Befehl 
21274 \series bold
21275
21276 \backslash
21277 setkomafont
21278 \series default
21279  von 
21280 \series bold
21281 koma-script
21282 \series default
21283  benutzen.
21284  Der Befehl
21285 \end_layout
21286
21287 \begin_layout Standard
21288
21289 \series bold
21290
21291 \backslash
21292 setkomafont{captionlabel}{
21293 \backslash
21294 bfseries}
21295 \end_layout
21296
21297 \begin_layout Standard
21298 im LaTeX-Vorspann druckt den Namen fett.
21299 \end_layout
21300
21301 \begin_layout Standard
21302 Weitere Informationen über 
21303 \series bold
21304
21305 \backslash
21306 setkomafont
21307 \series default
21308  finden Sie in der 
21309 \series bold
21310 koma-script
21311 \series default
21312 -Dokumentation 
21313 \begin_inset LatexCommand cite
21314 key "koma-script,koma-script-de"
21315
21316 \end_inset
21317
21318 .
21319 \end_layout
21320
21321 \begin_layout Standard
21322 \begin_inset ERT
21323 status collapsed
21324
21325 \begin_layout Standard
21326
21327
21328 \backslash
21329 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21330 }
21331 \end_layout
21332
21333 \end_inset
21334
21335
21336 \begin_inset Note Note
21337 status open
21338
21339 \begin_layout Standard
21340 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
21341 \end_layout
21342
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \begin_layout Standard
21349 \begin_inset Float figure
21350 placement !p
21351 wide false
21352 sideways false
21353 status open
21354
21355 \begin_layout Standard
21356 \align center
21357 \begin_inset Graphics
21358         filename ../clipart/mobius.eps
21359         lyxscale 50
21360         scale 50
21361         scaleBeforeRotation
21362
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \begin_layout Standard
21369 \begin_inset Caption
21370
21371 \begin_layout Standard
21372 \begin_inset LatexCommand label
21373 name "abb:Langer-Abb-Titel"
21374
21375 \end_inset
21376
21377 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
21378  ist, um das andere Beschriftungsformat zu zeigen.
21379  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
21380 \begin_inset OptArg
21381 status collapsed
21382
21383 \begin_layout Standard
21384 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
21385  ist.
21386 \end_layout
21387
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \begin_layout Standard
21404 \begin_inset ERT
21405 status collapsed
21406
21407 \begin_layout Standard
21408
21409
21410 \backslash
21411 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21412 on}
21413 \end_layout
21414
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \begin_layout Standard
21421 \begin_inset Float table
21422 placement !p
21423 wide false
21424 sideways false
21425 status open
21426
21427 \begin_layout Standard
21428 \begin_inset Caption
21429
21430 \begin_layout Standard
21431 \begin_inset LatexCommand label
21432 name "tab:Langer-Tab-Titel"
21433
21434 \end_inset
21435
21436 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
21437  ist, um das andere Beschriftungsformat zu zeigen.
21438  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
21439  benutzt.
21440 \begin_inset OptArg
21441 status collapsed
21442
21443 \begin_layout Standard
21444 Dies ist ein Beispiel einer Beschriftung, der länger als eine Zeile lang
21445  ist.
21446 \end_layout
21447
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \begin_layout Standard
21459 \align center
21460 \begin_inset Tabular
21461 <lyxtabular version="3" rows="1" columns="5">
21462 <features>
21463 <column alignment="center" valignment="top" leftline="true" width="0">
21464 <column alignment="center" valignment="top" leftline="true" width="0">
21465 <column alignment="center" valignment="top" leftline="true" width="0">
21466 <column alignment="center" valignment="top" leftline="true" width="0">
21467 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
21468 <row topline="true" bottomline="true">
21469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Standard
21473 a
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Standard
21482 b
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Standard
21491 c
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Standard
21500 d
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Standard
21509 e
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 </row>
21515 </lyxtabular>
21516
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \begin_layout Section
21528 Beschriftungs-Platzierung
21529 \begin_inset LatexCommand label
21530 name "abs:Titel-Platzierung"
21531
21532 \end_inset
21533
21534
21535 \begin_inset LatexCommand index
21536 name "Gleitobjekte ! Beschriftung ! Platzierung"
21537
21538 \end_inset
21539
21540
21541 \end_layout
21542
21543 \begin_layout Standard
21544 Normalerweise werden die Beschriftungen wie folgt platziert:
21545 \end_layout
21546
21547 \begin_layout Description
21548 Abbildung: darunter
21549 \end_layout
21550
21551 \begin_layout Description
21552 Tabelle: darüber
21553 \end_layout
21554
21555 \begin_layout Standard
21556 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
21557  Das heißt wenn Sie eine der Dokument-Klassen 
21558 \family sans
21559 article
21560 \family default
21561
21562 \family sans
21563 book
21564 \family default
21565
21566 \family sans
21567 letter
21568 \family default
21569  oder 
21570 \family sans
21571 report
21572 \family default
21573  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
21574  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
21575 \series bold
21576 caption
21577 \series default
21578  im LaTeX-Vorspann folgendes:
21579 \begin_inset Foot
21580 status collapsed
21581
21582 \begin_layout Standard
21583 In Abschnitt\InsetSpace ~
21584
21585 \begin_inset LatexCommand ref
21586 reference "abs:Titel-Formatierung"
21587
21588 \end_inset
21589
21590  steht mehr über das Paket 
21591 \series bold
21592 caption
21593 \series default
21594 .
21595 \end_layout
21596
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \begin_layout Standard
21603
21604 \series bold
21605 tableposition=top
21606 \end_layout
21607
21608 \begin_layout Standard
21609 Wenn Sie eine 
21610 \series bold
21611 koma-script
21612 \series default
21613
21614 \begin_inset LatexCommand index
21615 name "LaTeX-Pakete ! koma-script"
21616
21617 \end_inset
21618
21619 -Dokumentklasse (
21620 \family sans
21621 article (koma-script)
21622 \family default
21623
21624 \family sans
21625 book (koma-script)
21626 \family default
21627
21628 \family sans
21629 letter (koma-script)
21630 \family default
21631  oder 
21632 \family sans
21633 report (koma-script)
21634 \family default
21635 ) benutzen, können Sie alternativ zum 
21636 \series bold
21637 caption
21638 \series default
21639 -Paket die Option 
21640 \series bold
21641 tablecaptionabove
21642 \series default
21643  benutzen.
21644 \end_layout
21645
21646 \begin_layout Standard
21647 \begin_inset VSpace bigskip
21648 \end_inset
21649
21650 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
21651  Das bewirkt das LaTeX-Paket 
21652 \series bold
21653 sidecap
21654 \series default
21655
21656 \begin_inset LatexCommand index
21657 name "LaTeX-Pakete ! sidecap"
21658
21659 \end_inset
21660
21661 , das so in den LaTeX-Vorspann geladen wird:
21662 \end_layout
21663
21664 \begin_layout Standard
21665
21666 \series bold
21667
21668 \backslash
21669 usepackage[Option]{sidecap}
21670 \end_layout
21671
21672 \begin_layout Standard
21673 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
21674  Mit 
21675 \series bold
21676 innercaption
21677 \series default
21678  wird die Beschriftung innen gedruckt.
21679  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
21680  
21681 \series bold
21682 rightcaption
21683 \series default
21684  oder 
21685 \series bold
21686 leftcaption
21687 \series default
21688 .
21689 \end_layout
21690
21691 \begin_layout Standard
21692 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
21693  in den LaTeX-Vorspann schreiben:
21694 \end_layout
21695
21696 \begin_layout Standard
21697
21698 \lyxline
21699
21700 \end_layout
21701
21702 \begin_layout Standard
21703
21704 \series bold
21705
21706 \backslash
21707 newcommand{
21708 \backslash
21709 TabBesBeg}{%
21710 \newline
21711
21712 \begin_inset ERT
21713 status collapsed
21714
21715 \begin_layout Standard
21716
21717
21718 \backslash
21719 hphantom{ }
21720 \end_layout
21721
21722 \end_inset
21723
21724
21725 \backslash
21726 let
21727 \backslash
21728 MyTable
21729 \backslash
21730 table
21731 \newline
21732
21733 \begin_inset ERT
21734 status collapsed
21735
21736 \begin_layout Standard
21737
21738
21739 \backslash
21740 hphantom{ }
21741 \end_layout
21742
21743 \end_inset
21744
21745
21746 \backslash
21747 let
21748 \backslash
21749 MyEndtable
21750 \backslash
21751 endtable
21752 \newline
21753
21754 \begin_inset ERT
21755 status collapsed
21756
21757 \begin_layout Standard
21758
21759
21760 \backslash
21761 hphantom{ }
21762 \end_layout
21763
21764 \end_inset
21765
21766
21767 \backslash
21768 renewenvironment{table}{
21769 \backslash
21770 begin{SCtable}}{
21771 \backslash
21772 end{SCtable}}}
21773 \end_layout
21774
21775 \begin_layout Standard
21776
21777 \series bold
21778
21779 \backslash
21780 newcommand{
21781 \backslash
21782 TabBesEnd}{%
21783 \newline
21784
21785 \begin_inset ERT
21786 status collapsed
21787
21788 \begin_layout Standard
21789
21790
21791 \backslash
21792 hphantom{ }
21793 \end_layout
21794
21795 \end_inset
21796
21797
21798 \backslash
21799 let
21800 \backslash
21801 table
21802 \backslash
21803 MyTable
21804 \newline
21805
21806 \begin_inset ERT
21807 status collapsed
21808
21809 \begin_layout Standard
21810
21811
21812 \backslash
21813 hphantom{ }
21814 \end_layout
21815
21816 \end_inset
21817
21818
21819 \backslash
21820 let
21821 \backslash
21822 endtable
21823 \backslash
21824 MyEndtable
21825 \end_layout
21826
21827 \begin_layout Standard
21828
21829 \series bold
21830
21831 \backslash
21832 newcommand{
21833 \backslash
21834 FigBesBeg}{%
21835 \newline
21836
21837 \begin_inset ERT
21838 status collapsed
21839
21840 \begin_layout Standard
21841
21842
21843 \backslash
21844 hphantom{ }
21845 \end_layout
21846
21847 \end_inset
21848
21849
21850 \backslash
21851 let
21852 \backslash
21853 MyFigure
21854 \backslash
21855 f\SpecialChar \textcompwordmark{}
21856 igure
21857 \newline
21858
21859 \begin_inset ERT
21860 status collapsed
21861
21862 \begin_layout Standard
21863
21864
21865 \backslash
21866 hphantom{ }
21867 \end_layout
21868
21869 \end_inset
21870
21871
21872 \backslash
21873 let
21874 \backslash
21875 MyEndf\SpecialChar \textcompwordmark{}
21876 igure
21877 \backslash
21878 endf\SpecialChar \textcompwordmark{}
21879 igure
21880 \newline
21881
21882 \begin_inset ERT
21883 status collapsed
21884
21885 \begin_layout Standard
21886
21887
21888 \backslash
21889 hphantom{ }
21890 \end_layout
21891
21892 \end_inset
21893
21894
21895 \backslash
21896 renewenvironment{f\SpecialChar \textcompwordmark{}
21897 igure}{
21898 \backslash
21899 begin{SCf\SpecialChar \textcompwordmark{}
21900 igure}}{
21901 \backslash
21902 end{SCf\SpecialChar \textcompwordmark{}
21903 igure}}}
21904 \end_layout
21905
21906 \begin_layout Standard
21907
21908 \series bold
21909
21910 \backslash
21911 newcommand{
21912 \backslash
21913 FigBesEnd}{%
21914 \newline
21915
21916 \begin_inset ERT
21917 status collapsed
21918
21919 \begin_layout Standard
21920
21921
21922 \backslash
21923 hphantom{ }
21924 \end_layout
21925
21926 \end_inset
21927
21928
21929 \backslash
21930 let
21931 \backslash
21932 f\SpecialChar \textcompwordmark{}
21933 igure
21934 \backslash
21935 MyFigure
21936 \newline
21937
21938 \begin_inset ERT
21939 status collapsed
21940
21941 \begin_layout Standard
21942
21943
21944 \backslash
21945 hphantom{ }
21946 \end_layout
21947
21948 \end_inset
21949
21950
21951 \backslash
21952 let
21953 \backslash
21954 endf\SpecialChar \textcompwordmark{}
21955 igure
21956 \backslash
21957 MyEndf\SpecialChar \textcompwordmark{}
21958 igure}
21959 \series default
21960
21961 \lyxline
21962
21963 \end_layout
21964
21965 \begin_layout Standard
21966 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
21967 ungen seitlich gedruckt werden.
21968  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
21969 \end_layout
21970
21971 \begin_layout Standard
21972
21973 \series bold
21974
21975 \backslash
21976 FigBesBeg
21977 \end_layout
21978
21979 \begin_layout Standard
21980 als TeX-Code vor und
21981 \end_layout
21982
21983 \begin_layout Standard
21984
21985 \series bold
21986
21987 \backslash
21988 FigBesEnd
21989 \end_layout
21990
21991 \begin_layout Standard
21992 hinter das Gleitobjekt.
21993  Bei Gleitobjekt-Tabellen heißen die Befehle
21994 \end_layout
21995
21996 \begin_layout Standard
21997
21998 \series bold
21999
22000 \backslash
22001 TabBesBeg
22002 \series default
22003  und 
22004 \series bold
22005
22006 \backslash
22007 TabBesEnd
22008 \series default
22009 .
22010 \end_layout
22011
22012 \begin_layout Standard
22013 Abbildung\InsetSpace ~
22014
22015 \begin_inset LatexCommand ref
22016 reference "abb:Beschriftung-neben"
22017
22018 \end_inset
22019
22020  und Tabelle\InsetSpace ~
22021
22022 \begin_inset LatexCommand ref
22023 reference "tab:cap-beside-tab"
22024
22025 \end_inset
22026
22027  sind Beispiele für seitliche Beschriftungen.
22028 \end_layout
22029
22030 \begin_layout Standard
22031 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
22032  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
22033  der Abbildung.
22034  Das kann man mit dem Befehl
22035 \end_layout
22036
22037 \begin_layout Standard
22038
22039 \series bold
22040
22041 \backslash
22042 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
22043 \end_layout
22044
22045 \begin_layout Standard
22046 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
22047  Der Gleitobjekt-Typ ist entweder 
22048 \family sans
22049 figure
22050 \family default
22051  oder 
22052 \family sans
22053 table
22054 \family default
22055 , die
22056 \family sans
22057  
22058 \family default
22059 Platzierung ist 
22060 \family typewriter
22061 t
22062 \family default
22063  für oben, 
22064 \family typewriter
22065 c
22066 \family default
22067  für zentriert oder 
22068 \family typewriter
22069 b
22070 \family default
22071  für unten.
22072  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
22073  lautet der Befehl
22074 \end_layout
22075
22076 \begin_layout Standard
22077
22078 \series bold
22079
22080 \backslash
22081 sidecaptionvpos{figure}{c}
22082 \end_layout
22083
22084 \begin_layout Standard
22085 Das wurde in Abbildung\InsetSpace ~
22086
22087 \begin_inset LatexCommand ref
22088 reference "abb:cap-beside-fig-2"
22089
22090 \end_inset
22091
22092  benutzt.
22093 \end_layout
22094
22095 \begin_layout Standard
22096 \begin_inset VSpace medskip
22097 \end_inset
22098
22099 Weitere Informationen über das Paket
22100 \series bold
22101  sidecap
22102 \series default
22103  finden Sie in seiner Dokumentation 
22104 \begin_inset LatexCommand cite
22105 key "sidecap"
22106
22107 \end_inset
22108
22109 .
22110 \end_layout
22111
22112 \begin_layout Standard
22113 \begin_inset Note Greyedout
22114 status open
22115
22116 \begin_layout Standard
22117
22118 \series bold
22119 Bemerkung:
22120 \series default
22121  Das LaTeX-Paket 
22122 \series bold
22123 hypcap
22124 \series default
22125
22126 \begin_inset LatexCommand index
22127 name "LaTeX-Pakete ! hypcap"
22128
22129 \end_inset
22130
22131  das in Abschnitt\InsetSpace ~
22132
22133 \begin_inset LatexCommand ref
22134 reference "uab:Querverweis-Position"
22135
22136 \end_inset
22137
22138  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
22139  Beschriftungen.
22140 \end_layout
22141
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \begin_layout Standard
22148 \begin_inset ERT
22149 status collapsed
22150
22151 \begin_layout Standard
22152
22153
22154 \backslash
22155 FigBesBeg 
22156 \end_layout
22157
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \begin_layout Standard
22164 \begin_inset Float figure
22165 wide false
22166 sideways false
22167 status open
22168
22169 \begin_layout Standard
22170 \begin_inset Graphics
22171         filename ../clipart/escher-lsd.eps
22172         scale 75
22173         scaleBeforeRotation
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \begin_layout Standard
22181 \begin_inset Caption
22182
22183 \begin_layout Standard
22184 \begin_inset LatexCommand label
22185 name "abb:Beschriftung-neben"
22186
22187 \end_inset
22188
22189 Dies ist eine Beschriftung neben einer Abbildung.
22190 \end_layout
22191
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \begin_layout Standard
22203 \begin_inset ERT
22204 status collapsed
22205
22206 \begin_layout Standard
22207
22208
22209 \backslash
22210 TabBesBeg 
22211 \end_layout
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \begin_layout Standard
22219 \begin_inset Float table
22220 wide false
22221 sideways false
22222 status open
22223
22224 \begin_layout Standard
22225 \begin_inset Caption
22226
22227 \begin_layout Standard
22228 \begin_inset LatexCommand label
22229 name "tab:cap-beside-tab"
22230
22231 \end_inset
22232
22233 Dies ist eine Beschriftung neben einer Tabelle.
22234 \end_layout
22235
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \begin_layout Standard
22242 \begin_inset Tabular
22243 <lyxtabular version="3" rows="4" columns="5">
22244 <features>
22245 <column alignment="center" valignment="top" leftline="true" width="0">
22246 <column alignment="center" valignment="top" leftline="true" width="0">
22247 <column alignment="center" valignment="top" leftline="true" width="0">
22248 <column alignment="center" valignment="top" leftline="true" width="0">
22249 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22250 <row topline="true">
22251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Standard
22255 a
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Standard
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Standard
22273 b
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Standard
22282
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Standard
22291 c
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 </row>
22297 <row topline="true">
22298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Standard
22302
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Standard
22311 d
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Standard
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Standard
22329 e
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Standard
22338
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 </row>
22344 <row topline="true">
22345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Standard
22349 f
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Standard
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Standard
22367 g
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Standard
22376
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Standard
22385 h
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 </row>
22391 <row topline="true" bottomline="true">
22392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Standard
22396
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Standard
22405 i
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Standard
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Standard
22423 j
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Standard
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 </lyxtabular>
22439
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \begin_layout Standard
22451 \begin_inset ERT
22452 status collapsed
22453
22454 \begin_layout Standard
22455
22456
22457 \backslash
22458 TabBesEnd
22459 \end_layout
22460
22461 \end_inset
22462
22463
22464 \end_layout
22465
22466 \begin_layout Standard
22467 \begin_inset ERT
22468 status collapsed
22469
22470 \begin_layout Standard
22471
22472
22473 \backslash
22474 sidecaptionvpos{figure}{c}
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \begin_inset Float figure
22481 wide false
22482 sideways false
22483 status open
22484
22485 \begin_layout Standard
22486 \begin_inset Graphics
22487         filename ../clipart/escher-lsd.eps
22488         scale 75
22489         scaleBeforeRotation
22490
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \begin_layout Standard
22497 \begin_inset Caption
22498
22499 \begin_layout Standard
22500 \begin_inset LatexCommand label
22501 name "abb:cap-beside-fig-2"
22502
22503 \end_inset
22504
22505 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
22506 \end_layout
22507
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \begin_layout Standard
22519 \begin_inset ERT
22520 status collapsed
22521
22522 \begin_layout Standard
22523
22524
22525 \backslash
22526 FigBesEnd
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \end_layout
22533
22534 \begin_layout Section
22535 Gleitobjekt-Verzeichnisse
22536 \begin_inset LatexCommand label
22537 name "abs:Gleitobjekt-Verzeichnisse"
22538
22539 \end_inset
22540
22541
22542 \begin_inset LatexCommand index
22543 name "Gleitobjekte ! Verzeichnisse"
22544
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \begin_layout Standard
22551 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
22552  Sie können mit den Untermenüs von 
22553 \family sans
22554 Einfügen\SpecialChar \menuseparator
22555 Liste\InsetSpace ~
22556 /\InsetSpace ~
22557 Inhaltsverzeichnis
22558 \family default
22559  eingefügt werden.
22560 \end_layout
22561
22562 \begin_layout Standard
22563 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
22564  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
22565 \end_layout
22566
22567 \begin_layout Standard
22568 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
22569  und ein Tabellen-Verzeichnis.
22570 \end_layout
22571
22572 \begin_layout Chapter
22573 Notizen
22574 \end_layout
22575
22576 \begin_layout Section
22577 LyX-Notizen
22578 \begin_inset LatexCommand label
22579 name "abs:LyX-Notizen"
22580
22581 \end_inset
22582
22583
22584 \begin_inset LatexCommand index
22585 name "Notizen ! LyX-Notizen"
22586
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \begin_layout Standard
22593 Notizen werden mit einem Klick auf 
22594 \begin_inset Graphics
22595         filename ../../images/note-insert.png
22596         scale 85
22597         scaleBeforeRotation
22598         BoundingBox 0bp 6bp 22bp 22bp
22599
22600 \end_inset
22601
22602  oder 
22603 \family sans
22604 Einfügen\SpecialChar \menuseparator
22605 Notiz
22606 \family default
22607  eingefügt.
22608  Es gibt drei Arten:
22609 \end_layout
22610
22611 \begin_layout Description
22612 LyX-Notiz: Dieser Typ ist für interne Notizen wird nicht gedruckt.
22613  Eine 
22614 \family sans
22615 LyX-Notiz
22616 \family default
22617  sieht so aus:
22618 \newline
22619
22620 \newline
22621
22622 \begin_inset Graphics
22623         filename clipart/LyXNotizQt4.png
22624         display none
22625         scale 60
22626         scaleBeforeRotation
22627
22628 \end_inset
22629
22630  
22631 \begin_inset Note Note
22632 status open
22633
22634 \begin_layout Standard
22635 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
22636 \end_layout
22637
22638 \end_inset
22639
22640
22641 \end_layout
22642
22643 \begin_layout Description
22644 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie als LaTeX-Kom\SpecialChar \-
22645 men\SpecialChar \-
22646 tar,
22647  wenn Sie das Dokument nach LaTeX exportieren (
22648 \family sans
22649 Datei\SpecialChar \menuseparator
22650 Ex\SpecialChar \-
22651 por\SpecialChar \-
22652 tie\SpecialChar \-
22653 ren\SpecialChar \menuseparator
22654 LaTe
22655 \begin_inset ERT
22656 status collapsed
22657
22658 \begin_layout Standard
22659
22660 {}
22661 \end_layout
22662
22663 \end_inset
22664
22665 X (pdflatex) / (plain)
22666 \family default
22667 .
22668  Ein Kommentar sieht so aus:
22669 \newline
22670
22671 \newline
22672
22673 \begin_inset Graphics
22674         filename clipart/KommentarQt4.png
22675         display none
22676         scale 60
22677         scaleBeforeRotation
22678
22679 \end_inset
22680
22681  
22682 \begin_inset Note Comment
22683 status open
22684
22685 \begin_layout Standard
22686 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
22687 \end_layout
22688
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \begin_layout Description
22695 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
22696 \newline
22697
22698 \newline
22699
22700 \begin_inset Graphics
22701         filename clipart/GrauschriftNotizQt4.png
22702         display none
22703         scale 60
22704         scaleBeforeRotation
22705
22706 \end_inset
22707
22708
22709 \newline
22710
22711 \begin_inset ERT
22712 status collapsed
22713
22714 \begin_layout Standard
22715
22716
22717 \backslash
22718 renewenvironment{lyxgreyedout}
22719 \end_layout
22720
22721 \begin_layout Standard
22722
22723 {
22724 \backslash
22725 textcolor[gray]{0.4}
22726 \backslash
22727 bgroup}{
22728 \backslash
22729 egroup}
22730 \end_layout
22731
22732 \end_inset
22733
22734
22735 \begin_inset Note Greyedout
22736 status open
22737
22738 \begin_layout Standard
22739 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
22740 \begin_inset Foot
22741 status open
22742
22743 \begin_layout Standard
22744 Dies ist eine Fußnote in einer Grauschrift-Notiz.
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \end_inset
22753
22754
22755 \begin_inset ERT
22756 status collapsed
22757
22758 \begin_layout Standard
22759
22760
22761 \backslash
22762 renewenvironment{lyxgreyedout}
22763 \end_layout
22764
22765 \begin_layout Standard
22766
22767 {
22768 \backslash
22769 textcolor{blue}
22770 \backslash
22771 bgroup}{
22772 \backslash
22773 egroup}
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \begin_inset Note Note
22780 status collapsed
22781
22782 \begin_layout Standard
22783 Die Grauschrift-Notiz wurde (fast) auf die ursprüngliche LyX-Definition
22784  zurückgesetzt, weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau
22785  definiert wurden.
22786  
22787 \end_layout
22788
22789 \end_inset
22790
22791
22792 \newline
22793
22794 \newline
22795 Das Beispiel zeigt,dass die erste Zeile von Grauschrift-Notizen wird eingerückt
22796  wird und dass Grauschrift-Notizen können Fußnoten enthalten können.
22797 \end_layout
22798
22799 \begin_layout Description
22800 Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus:
22801 \newline
22802
22803 \newline
22804
22805 \begin_inset Graphics
22806         filename clipart/GerahmteNotizQt4.png
22807         display none
22808         scale 60
22809         scaleBeforeRotation
22810
22811 \end_inset
22812
22813
22814 \begin_inset Note Framed
22815 status open
22816
22817 \begin_layout Standard
22818 Dies ist eine Notiz, die gerahmt gedruckt wird.
22819 \end_layout
22820
22821 \end_inset
22822
22823 Im Gegensatz zu gerahmten Boxen
22824 \begin_inset Foot
22825 status open
22826
22827 \begin_layout Standard
22828 Gerahmte Boxen werden in Abschnitt\InsetSpace ~
22829
22830 \begin_inset LatexCommand ref
22831 reference "abs:Gerahmte-Boxen"
22832
22833 \end_inset
22834
22835  beschrieben.
22836 \end_layout
22837
22838 \end_inset
22839
22840  wird der Rahmen immer über die gesamte Zeilenbreite gezeichnet, und die
22841  Notiz ist ein Absatz für sich.
22842  
22843 \end_layout
22844
22845 \begin_layout Description
22846 Schattiert: Diese Notiz müsste eigentlich 
22847 \family sans
22848 farbig
22849 \family default
22850  heißen und wird auf dem Hintergrund dargestellt und gedruckt, der in 
22851 \family sans
22852 Werkzeuge\SpecialChar \menuseparator
22853 Einstellungen\SpecialChar \menuseparator
22854 Farben\SpecialChar \menuseparator
22855 Schattierte\InsetSpace ~
22856 Box
22857 \family default
22858  definiert ist, und sieht so aus:
22859 \newline
22860
22861 \newline
22862
22863 \begin_inset Graphics
22864         filename clipart/SchattierteNotizQt4.png
22865         display none
22866         scale 60
22867         scaleBeforeRotation
22868
22869 \end_inset
22870
22871
22872 \begin_inset Note Shaded
22873 status open
22874
22875 \begin_layout Standard
22876 Diese Notiz wird auf einem farbigen Hintergrund gedruckt.
22877 \end_layout
22878
22879 \end_inset
22880
22881 Im Gegensatz zu farbigen Boxen
22882 \begin_inset Foot
22883 status collapsed
22884
22885 \begin_layout Standard
22886 Farbige Boxen werden in Abschnitt\InsetSpace ~
22887
22888 \begin_inset LatexCommand ref
22889 reference "abs:Farbige-Boxen"
22890
22891 \end_inset
22892
22893  beschrieben.
22894 \end_layout
22895
22896 \end_inset
22897
22898  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
22899  die Notiz ist ein Absatz für sich.
22900 \end_layout
22901
22902 \begin_layout Standard
22903 \begin_inset VSpace bigskip
22904 \end_inset
22905
22906 Wenn Sie auf den Werzeugleistenknopf 
22907 \begin_inset Graphics
22908         filename ../../images/note-insert.png
22909         scale 85
22910         scaleBeforeRotation
22911         BoundingBox 0bp 6bp 22bp 22bp
22912
22913 \end_inset
22914
22915  klicken, wird zunächst eine 
22916 \family sans
22917 LyX-Notiz
22918 \family default
22919  eingefügt.
22920  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
22921  anderen Möglichkeiten auswählen.
22922  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
22923  Sie ihn und klicken dann auf den Werzeugleistenknopf.
22924 \end_layout
22925
22926 \begin_layout Standard
22927 \begin_inset VSpace bigskip
22928 \end_inset
22929
22930 Die Textfarbe der 
22931 \family sans
22932 Grauschrift
22933 \family default
22934 -Notiz können Sie im LaTeX-Vorspann mit folgenden Befehl ändern:
22935 \end_layout
22936
22937 \begin_layout Standard
22938
22939 \series bold
22940
22941 \backslash
22942 renewenvironment{lyxgreyedout}
22943 \newline
22944
22945 \begin_inset ERT
22946 status collapsed
22947
22948 \begin_layout Standard
22949
22950
22951 \backslash
22952 hphantom{ }
22953 \end_layout
22954
22955 \end_inset
22956
22957 {
22958 \backslash
22959 textcolor{color}
22960 \backslash
22961 bgroup}{
22962 \backslash
22963 egroup}
22964 \end_layout
22965
22966 \begin_layout Standard
22967 Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
22968
22969 \begin_inset LatexCommand ref
22970 reference "abs:Farbige-Tabellen"
22971
22972 \end_inset
22973
22974  beschrieben.
22975  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
22976 \end_layout
22977
22978 \begin_layout Standard
22979 \begin_inset VSpace bigskip
22980 \end_inset
22981
22982 Der Textstil von 
22983 \family sans
22984 Eingerahmt
22985 \family default
22986  und 
22987 \family sans
22988 Schattiert
22989 \family default
22990  kann im 
22991 \family sans
22992 Textstil
22993 \family default
22994  Dialog eingestellt werden.
22995 \end_layout
22996
22997 \begin_layout Standard
22998 Die Standard-Rahmenbreite für 
22999 \family sans
23000 Eingerahmt
23001 \family default
23002  ist 0.4\InsetSpace \thinspace{}
23003 pt; sie kann mit 
23004 \series bold
23005
23006 \backslash
23007 FrameRule
23008 \series default
23009  geändert werden.
23010  Der Standard-Abstand zwischen Rahmen und Text ist 9\InsetSpace \thinspace{}
23011 pt; er kann mit 
23012 \series bold
23013
23014 \backslash
23015 FrameSep
23016 \series default
23017  geändert werden.
23018  Im folgenden Beispiel wurden die die Standardwerte mit folgenden Befehlen
23019  als TeX-Code geändert:
23020 \end_layout
23021
23022 \begin_layout Standard
23023
23024 \series bold
23025
23026 \backslash
23027 FrameRule 5pt 
23028 \backslash
23029 FrameSep 0.5cm
23030 \end_layout
23031
23032 \begin_layout Standard
23033 \begin_inset ERT
23034 status collapsed
23035
23036 \begin_layout Standard
23037
23038
23039 \backslash
23040 FrameRule 5pt 
23041 \backslash
23042 FrameSep 0.5cm
23043 \end_layout
23044
23045 \end_inset
23046
23047
23048 \begin_inset Note Framed
23049 status open
23050
23051 \begin_layout Standard
23052 Dies ist Text in einem anderen Rahmen.
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \begin_layout Standard
23061 \begin_inset ERT
23062 status collapsed
23063
23064 \begin_layout Standard
23065
23066
23067 \backslash
23068 FrameRule 0.4pt 
23069 \backslash
23070 FrameSep 9pt
23071 \end_layout
23072
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \begin_layout Standard
23079 \begin_inset VSpace bigskip
23080 \end_inset
23081
23082 Für 
23083 \family sans
23084 Schattiert
23085 \family default
23086  beträgt der Abstand zwischen Rand und Text 3\InsetSpace \thinspace{}
23087 pt; er kann mit 
23088 \series bold
23089
23090 \backslash
23091 fboxsep
23092 \series default
23093  geändert werden.
23094  Die Standard-Hintergrundfarbe ist rot und kann mit 
23095 \series bold
23096
23097 \backslash
23098 definecolor{shadebox}
23099 \series default
23100  oder 
23101 \family sans
23102 Werkzeuge\SpecialChar \menuseparator
23103 Einstellungen\SpecialChar \menuseparator
23104 Farben\SpecialChar \menuseparator
23105 Schattierte\InsetSpace ~
23106 Box
23107 \family default
23108  geändert werden.
23109  Die verfügbaren Farben und wie man eigene definiert wurde bereits in Abschnitt\InsetSpace ~
23110
23111 \begin_inset LatexCommand ref
23112 reference "abs:Farbige-Tabellen"
23113
23114 \end_inset
23115
23116  beschrieben
23117 \begin_inset Foot
23118 status collapsed
23119
23120 \begin_layout Standard
23121
23122 \series bold
23123
23124 \backslash
23125 definecolor
23126 \series default
23127  benötigt LaTeX-Paket 
23128 \series bold
23129 color
23130 \series default
23131
23132 \begin_inset LatexCommand index
23133 name "LaTeX-Pakete ! color"
23134
23135 \end_inset
23136
23137  im LaTeX-Vorspann, siehe Abschnitt\InsetSpace ~
23138
23139 \begin_inset LatexCommand ref
23140 reference "abs:Farbige-Boxen"
23141
23142 \end_inset
23143
23144 .
23145 \end_layout
23146
23147 \end_inset
23148
23149 .
23150 \end_layout
23151
23152 \begin_layout Standard
23153 Für das folgende Beispiel wurden folgende TeX-Code-Befehle verwendet:
23154 \end_layout
23155
23156 \begin_layout Standard
23157
23158 \series bold
23159
23160 \backslash
23161 fboxsep 0.5cm
23162 \newline
23163
23164 \backslash
23165 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23166 \end_layout
23167
23168 \begin_layout Standard
23169 \begin_inset ERT
23170 status collapsed
23171
23172 \begin_layout Standard
23173
23174
23175 \backslash
23176 fboxsep 0.5cm
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \begin_inset ERT
23183 status collapsed
23184
23185 \begin_layout Standard
23186
23187
23188 \backslash
23189 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23190 \end_layout
23191
23192 \end_inset
23193
23194
23195 \begin_inset Note Shaded
23196 status open
23197
23198 \begin_layout Standard
23199
23200 \color yellow
23201 Dies ist gelber Text auf dunkelgrünem Hintergrund.
23202 \end_layout
23203
23204 \end_inset
23205
23206
23207 \end_layout
23208
23209 \begin_layout Standard
23210 \begin_inset ERT
23211 status collapsed
23212
23213 \begin_layout Standard
23214
23215
23216 \backslash
23217 fboxsep 3pt
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \begin_inset ERT
23224 status collapsed
23225
23226 \begin_layout Standard
23227
23228
23229 \backslash
23230 definecolor{shadecolor}{rgb}{1,0,0}
23231 \end_layout
23232
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \begin_layout Section
23239 Fußnoten
23240 \begin_inset LatexCommand label
23241 name "abs:Fußnoten"
23242
23243 \end_inset
23244
23245
23246 \begin_inset LatexCommand index
23247 name "Notizen ! Fußnoten"
23248
23249 \end_inset
23250
23251
23252 \begin_inset LatexCommand index
23253 name "Fußnoten"
23254
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \begin_layout Standard
23261 Zu dem, was bereits im 
23262 \emph on
23263 Benutzerhandbuch
23264 \emph default
23265  und in den 
23266 \emph on
23267 Handbuchergänzungen
23268 \emph default
23269  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
23270 \color black
23271
23272 \begin_inset Foot
23273 status open
23274
23275 \begin_layout Standard
23276
23277 \color black
23278 \begin_inset LatexCommand label
23279 name "fuss:Fußnoten-Beispiel"
23280
23281 \end_inset
23282
23283 Dies ist eine Fußnote.
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292 \begin_inset ERT
23293 status collapsed
23294
23295 \begin_layout Standard
23296
23297
23298 \backslash
23299 newcounter{MyRepeatFoot}
23300 \end_layout
23301
23302 \begin_layout Standard
23303
23304
23305 \backslash
23306 setcounter{MyRepeatFoot}{
23307 \backslash
23308 thefootnote}
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \begin_layout Standard
23317 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
23318  wurde, eine hochgestellte Zahl.
23319  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
23320  hochgestellt dem Text vorangeht.
23321  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
23322  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
23323  werden.
23324 \end_layout
23325
23326 \begin_layout Standard
23327 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
23328  der Fußnote eine Marke eingefügt wurde.
23329  Dies ist ein Querverweis auf Fußnote\InsetSpace ~
23330
23331 \begin_inset LatexCommand ref
23332 reference "fuss:Fußnoten-Beispiel"
23333
23334 \end_inset
23335
23336 .
23337 \end_layout
23338
23339 \begin_layout Standard
23340 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
23341  siehe Abschnitt\InsetSpace ~
23342
23343 \begin_inset LatexCommand ref
23344 reference "abs:Minipage"
23345
23346 \end_inset
23347
23348 .
23349  Fußnoten in langen Tabellen wurden bereits in Abschnitt\InsetSpace ~
23350
23351 \begin_inset LatexCommand ref
23352 reference "uab:Fußnoten-in-langen"
23353
23354 \end_inset
23355
23356  beschrieben.
23357 \end_layout
23358
23359 \begin_layout Standard
23360 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
23361  TeX-Code-Befehl 
23362 \series bold
23363
23364 \backslash
23365 footnotemark[Nummer]
23366 \series default
23367  benutzen.
23368  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
23369  mal gedruckt wird.
23370 \end_layout
23371
23372 \begin_layout Standard
23373 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
23374  sie speichern, nachdem Sie die Fußnote eingefügt haben.
23375  Hinter Fußnote\InsetSpace ~
23376
23377 \begin_inset LatexCommand ref
23378 reference "fuss:Fußnoten-Beispiel"
23379
23380 \end_inset
23381
23382  wurde das mit folgenden TeX-Code-Befehlen gemacht:
23383 \end_layout
23384
23385 \begin_layout Standard
23386
23387 \series bold
23388
23389 \backslash
23390 newcounter{MyRepeatFoot}
23391 \newline
23392
23393 \backslash
23394 setcounter{MyRepeatFoot}{
23395 \backslash
23396 thefootnote}
23397 \end_layout
23398
23399 \begin_layout Standard
23400 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
23401 \end_layout
23402
23403 \begin_layout Standard
23404
23405 \series bold
23406
23407 \backslash
23408 footnotemark[
23409 \backslash
23410 theMyRepeatFoot]
23411 \end_layout
23412
23413 \begin_layout Standard
23414 Hier ist ein Beispiel für eine Fußnotenmarke:
23415 \family roman
23416 \series medium
23417 \bar no
23418
23419 \begin_inset ERT
23420 status collapsed
23421
23422 \begin_layout Standard
23423
23424
23425 \backslash
23426 footnotemark[
23427 \backslash
23428 theMyRepeatFoot]
23429 \end_layout
23430
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \begin_layout Subsection
23437 Fußnoten-Nummerierung
23438 \begin_inset LatexCommand label
23439 name "uab:Fußnoten-Nummerierung"
23440
23441 \end_inset
23442
23443
23444 \begin_inset LatexCommand index
23445 name "Fußnoten ! Nummerierung"
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \begin_layout Standard
23453 Um Fußnoten nach jedem Abschnitt
23454 \family roman
23455  auf 1 zurückzusetzen, 
23456 \family default
23457 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23458 \end_layout
23459
23460 \begin_layout Standard
23461
23462 \series bold
23463
23464 \backslash
23465 @addtoreset{footnote}{section}
23466 \end_layout
23467
23468 \begin_layout Standard
23469 \begin_inset VSpace bigskip
23470 \end_inset
23471
23472 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
23473  Zahlen:
23474 \end_layout
23475
23476 \begin_layout Standard
23477
23478 \series bold
23479
23480 \backslash
23481 renewcommand{
23482 \backslash
23483 thefootnote}{
23484 \backslash
23485 roman{footnote}}
23486 \end_layout
23487
23488 \begin_layout Standard
23489 \begin_inset ERT
23490 status collapsed
23491
23492 \begin_layout Standard
23493
23494
23495 \backslash
23496 renewcommand{
23497 \backslash
23498 thefootnote}{
23499 \backslash
23500 roman{footnote}}
23501 \end_layout
23502
23503 \end_inset
23504
23505  Hier ist ein Beispiel für solch eine Fußnote:
23506 \begin_inset Foot
23507 status open
23508
23509 \begin_layout Standard
23510 Dies ist eine Fußnote mit kleinen römischen Zahlen
23511 \end_layout
23512
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \begin_layout Standard
23519 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzten
23520  Sie in obigem Befehl 
23521 \series bold
23522
23523 \backslash
23524 roman
23525 \series default
23526  durch 
23527 \series bold
23528
23529 \backslash
23530 Roman
23531 \series default
23532 .
23533  Um Fußnoten mit großen oder kleinen Buchstaben zu 
23534 \begin_inset Quotes gld
23535 \end_inset
23536
23537 nummerieren
23538 \begin_inset Quotes grd
23539 \end_inset
23540
23541 , verwenden Sie die Befehle 
23542 \series bold
23543
23544 \backslash
23545 Alph
23546 \series default
23547  bzw.\InsetSpace ~
23548
23549 \series bold
23550
23551 \backslash
23552 alph
23553 \series default
23554 .
23555  Für die 
23556 \begin_inset Quotes gld
23557 \end_inset
23558
23559 Nummerierung
23560 \begin_inset Quotes grd
23561 \end_inset
23562
23563  mit Symbolen steht der Befehl 
23564 \series bold
23565
23566 \backslash
23567 fnsymbol
23568 \series default
23569  zur Verfügung.
23570 \end_layout
23571
23572 \begin_layout Standard
23573 \begin_inset Note Greyedout
23574 status open
23575
23576 \begin_layout Standard
23577
23578 \series bold
23579 Bemerkung 1:
23580 \series default
23581  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
23582  
23583 \emph on
23584 ein
23585 \emph default
23586  Buchstabe verwendet wird.
23587 \end_layout
23588
23589 \end_inset
23590
23591
23592 \newline
23593
23594 \begin_inset Note Greyedout
23595 status open
23596
23597 \begin_layout Standard
23598
23599 \series bold
23600 Bemerkung 2:
23601 \series default
23602  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
23603 \end_layout
23604
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \begin_layout Standard
23611 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
23612 \series bold
23613
23614 \backslash
23615 arabic
23616 \series default
23617  anstelle von 
23618 \series bold
23619
23620 \backslash
23621 roman
23622 \series default
23623  in obigem Befehl.
23624 \begin_inset ERT
23625 status collapsed
23626
23627 \begin_layout Standard
23628
23629
23630 \backslash
23631 renewcommand{
23632 \backslash
23633 thefootnote}{
23634 \backslash
23635 arabic{footnote}}
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \begin_layout Standard
23644 \begin_inset VSpace bigskip
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \begin_layout Standard
23651 Wenn Sie wollen, dass Fußnoten nach dem Schema 
23652 \begin_inset Quotes gld
23653 \end_inset
23654
23655 Kapitel.Fußnote
23656 \begin_inset Quotes grd
23657 \end_inset
23658
23659  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
23660 \end_layout
23661
23662 \begin_layout Standard
23663
23664 \series bold
23665
23666 \backslash
23667 numberwithin{footnote}{chapter}
23668 \end_layout
23669
23670 \begin_layout Standard
23671 Um 
23672 \series bold
23673
23674 \backslash
23675 numberwithin
23676 \series default
23677  benutzen zu können, muss in den 
23678 \family sans
23679 Mathe\InsetSpace ~
23680 Optionen
23681 \family default
23682  der 
23683 \family sans
23684 Dokument-Einstellungen
23685 \family default
23686  
23687 \family sans
23688 AMS\InsetSpace ~
23689 Mathe\InsetSpace ~
23690 Paket
23691 \family default
23692 \InsetSpace ~
23693
23694 \family sans
23695 verwenden
23696 \family default
23697  angekreuzt sein.
23698 \begin_inset ERT
23699 status collapsed
23700
23701 \begin_layout Standard
23702
23703
23704 \backslash
23705 numberwithin{footnote}{chapter}
23706 \end_layout
23707
23708 \end_inset
23709
23710  Hier ist ein Beispiel für solch eine Fußnote.
23711 \series bold
23712
23713 \begin_inset Foot
23714 status open
23715
23716 \begin_layout Standard
23717 Dies ist eine Fußnote nach dem Schema 
23718 \begin_inset Quotes gld
23719 \end_inset
23720
23721 Kapitel.Fußnote
23722 \begin_inset Quotes grd
23723 \end_inset
23724
23725 .
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \series default
23732
23733 \begin_inset ERT
23734 status collapsed
23735
23736 \begin_layout Standard
23737
23738
23739 \backslash
23740 numberwithin{footnote}{part}
23741 \end_layout
23742
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \begin_layout Standard
23749 \begin_inset Note Greyedout
23750 status open
23751
23752 \begin_layout Standard
23753
23754 \series bold
23755 Bemerkung:
23756 \series default
23757  
23758 \series bold
23759
23760 \backslash
23761 numberwithin
23762 \series default
23763  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
23764  werden überschrieben.
23765 \end_layout
23766
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \begin_layout Standard
23773 Um also z.\InsetSpace \thinspace{}
23774 B.
23775  das Schema 
23776 \begin_inset Quotes gld
23777 \end_inset
23778
23779 Kapitel.
23780 \backslash
23781 Roman{footnote}
23782 \begin_inset Quotes grd
23783 \end_inset
23784
23785  zu erhalten, muss dieser Befehl anstelle von 
23786 \series bold
23787
23788 \backslash
23789 numberwithin
23790 \series default
23791  verwendet werden:
23792 \end_layout
23793
23794 \begin_layout Standard
23795
23796 \series bold
23797
23798 \backslash
23799 renewcommand{
23800 \backslash
23801 thefootnote}{
23802 \backslash
23803 thechapter.
23804 \backslash
23805 Roman{footnote}}
23806 \end_layout
23807
23808 \begin_layout Subsection
23809 Fußnoten-Platzierung
23810 \begin_inset LatexCommand index
23811 name "Fußnoten ! Platzierung"
23812
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \begin_layout Standard
23819 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
23820  ohne Zwischenraum am Ende der Seite gedruckt.
23821  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
23822  LaTeX-Vorspann 1.5\InsetSpace \thinspace{}
23823 mm Zwischenraum einfügen:
23824 \end_layout
23825
23826 \begin_layout Standard
23827
23828 \series bold
23829
23830 \backslash
23831 let
23832 \backslash
23833 myFoot
23834 \backslash
23835 footnote
23836 \newline
23837
23838 \backslash
23839 renewcommand{
23840 \backslash
23841 footnote}[1]{
23842 \backslash
23843 myFoot{#1
23844 \backslash
23845 vspace{1.5mm}}}
23846 \end_layout
23847
23848 \begin_layout Standard
23849 \begin_inset VSpace bigskip
23850 \end_inset
23851
23852 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
23853  Spalte gedruckt, Abbildung\InsetSpace ~
23854
23855 \begin_inset LatexCommand ref
23856 reference "abb:Standard-Fußnoten-Platzierung-in"
23857
23858 \end_inset
23859
23860 .
23861  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
23862  in Abbildung\InsetSpace ~
23863
23864 \begin_inset LatexCommand ref
23865 reference "abb:Fußnoten-Platzierung-in-einem"
23866
23867 \end_inset
23868
23869 , müssen Sie das LaTeX-Paket 
23870 \series bold
23871 ftnright
23872 \series default
23873
23874 \begin_inset LatexCommand index
23875 name "LaTeX-Pakete ! ftnright"
23876
23877 \end_inset
23878
23879  mit folgendem Befehl im LaTeX-Vorspann einfügen:
23880 \end_layout
23881
23882 \begin_layout Standard
23883
23884 \series bold
23885
23886 \backslash
23887 usepackage{ftnright}
23888 \end_layout
23889
23890 \begin_layout Standard
23891 \begin_inset Float figure
23892 placement !h
23893 wide false
23894 sideways false
23895 status open
23896
23897 \begin_layout Standard
23898 \begin_inset ERT
23899 status collapsed
23900
23901 \begin_layout Standard
23902
23903
23904 \backslash
23905 framebox{
23906 \end_layout
23907
23908 \end_inset
23909
23910
23911 \begin_inset Graphics
23912         filename ../clipart/without_fntright.pdf
23913         width 100col%
23914         scaleBeforeRotation
23915
23916 \end_inset
23917
23918
23919 \begin_inset ERT
23920 status collapsed
23921
23922 \begin_layout Standard
23923
23924 }
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \begin_layout Standard
23933 \begin_inset Caption
23934
23935 \begin_layout Standard
23936 \begin_inset LatexCommand label
23937 name "abb:Standard-Fußnoten-Platzierung-in"
23938
23939 \end_inset
23940
23941 Standard Fußnoten-Platzierung in einem zweispaltigen Dokument
23942 \begin_inset OptArg
23943 status collapsed
23944
23945 \begin_layout Standard
23946 Standard Fußnoten-Platzierung in einem zweisp.
23947  Dokument
23948 \end_layout
23949
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \begin_layout Standard
23966 \begin_inset Float figure
23967 placement !h
23968 wide false
23969 sideways false
23970 status open
23971
23972 \begin_layout Standard
23973 \begin_inset ERT
23974 status collapsed
23975
23976 \begin_layout Standard
23977
23978
23979 \backslash
23980 framebox{
23981 \end_layout
23982
23983 \end_inset
23984
23985
23986 \begin_inset Graphics
23987         filename ../clipart/with_fntright.pdf
23988         width 100col%
23989         scaleBeforeRotation
23990
23991 \end_inset
23992
23993
23994 \begin_inset ERT
23995 status collapsed
23996
23997 \begin_layout Standard
23998
23999 }
24000 \end_layout
24001
24002 \end_inset
24003
24004
24005 \end_layout
24006
24007 \begin_layout Standard
24008 \begin_inset Caption
24009
24010 \begin_layout Standard
24011 \begin_inset LatexCommand label
24012 name "abb:Fußnoten-Platzierung-in-einem"
24013
24014 \end_inset
24015
24016 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
24017  
24018 \series bold
24019 ftnright
24020 \series default
24021 .
24022 \begin_inset OptArg
24023 status collapsed
24024
24025 \begin_layout Standard
24026 Fußnoten-Platzierung mit 
24027 \family typewriter
24028 ftnright
24029 \end_layout
24030
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037
24038
24039 \end_layout
24040
24041 \end_inset
24042
24043
24044 \end_layout
24045
24046 \begin_layout Standard
24047 \begin_inset VSpace bigskip
24048 \end_inset
24049
24050 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
24051  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung\InsetSpace ~
24052
24053 \begin_inset LatexCommand ref
24054 reference "abb:endnotes----Die"
24055
24056 \end_inset
24057
24058  gedruckt.
24059  Man nennt sie dann 
24060 \emph on
24061 Endnoten
24062 \emph default
24063 .
24064  Um das zu erreichen müssen Sie das LaTeX-Paket 
24065 \series bold
24066 endnotes
24067 \series default
24068
24069 \begin_inset LatexCommand index
24070 name "LaTeX-Pakete ! endnotes"
24071
24072 \end_inset
24073
24074  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
24075 \end_layout
24076
24077 \begin_layout Standard
24078
24079 \series bold
24080
24081 \backslash
24082 usepackage{endnotes}
24083 \newline
24084
24085 \backslash
24086 let
24087 \backslash
24088 footnote
24089 \backslash
24090 endnote
24091 \end_layout
24092
24093 \begin_layout Standard
24094 Um die gesammelten Fußnoten zu drucken fügen Sie den TeX-Code-Befehl
24095 \series bold
24096  
24097 \backslash
24098 theendnotes
24099 \series default
24100  am Ende des Abschnitts oder Kapitels ein.
24101 \end_layout
24102
24103 \begin_layout Standard
24104 \begin_inset Float figure
24105 wide false
24106 sideways false
24107 status open
24108
24109 \begin_layout Standard
24110 \align center
24111 \begin_inset ERT
24112 status collapsed
24113
24114 \begin_layout Standard
24115
24116
24117 \backslash
24118 framebox{
24119 \end_layout
24120
24121 \end_inset
24122
24123
24124 \begin_inset Graphics
24125         filename ../clipart/endnotes.pdf
24126         scaleBeforeRotation
24127
24128 \end_inset
24129
24130
24131 \begin_inset ERT
24132 status collapsed
24133
24134 \begin_layout Standard
24135
24136 }
24137 \end_layout
24138
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \begin_layout Standard
24145 \begin_inset Caption
24146
24147 \begin_layout Standard
24148 \begin_inset LatexCommand label
24149 name "abb:endnotes----Die"
24150
24151 \end_inset
24152
24153
24154 \series bold
24155 endnotes
24156 \series default
24157  -- Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
24158  gedruckt.
24159 \begin_inset OptArg
24160 status collapsed
24161
24162 \begin_layout Standard
24163 \begin_inset LatexCommand label
24164 name "abb:endnotes----Die"
24165
24166 \end_inset
24167
24168
24169 \series bold
24170 endnotes
24171 \series default
24172  -- Die Fußnoten werden am Ende gedruckt
24173 \end_layout
24174
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \begin_layout Standard
24191 \begin_inset VSpace medskip
24192 \end_inset
24193
24194 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
24195 ache übersetzt.
24196  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
24197 \begin_inset Quotes gld
24198 \end_inset
24199
24200 Notes 
24201 \begin_inset Quotes grd
24202 \end_inset
24203
24204 in 
24205 \begin_inset Quotes gld
24206 \end_inset
24207
24208 Anmerkungen
24209 \begin_inset Quotes grd
24210 \end_inset
24211
24212 :
24213 \end_layout
24214
24215 \begin_layout Standard
24216
24217 \series bold
24218
24219 \backslash
24220 renewcommand{
24221 \backslash
24222 notesname}{Anmerkungen}
24223 \end_layout
24224
24225 \begin_layout Standard
24226 \begin_inset VSpace medskip
24227 \end_inset
24228
24229 Wenn Sie in den Befehlen von Abschnitt\InsetSpace ~
24230
24231 \begin_inset LatexCommand ref
24232 reference "uab:Fußnoten-Nummerierung"
24233
24234 \end_inset
24235
24236  
24237 \series bold
24238
24239 \backslash
24240 thefootnote
24241 \series default
24242  durch 
24243 \series bold
24244
24245 \backslash
24246 theendnote
24247 \series default
24248  ersetzen, können Sie die Nummerierung von Endnoten ändern.
24249  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
24250 \series bold
24251
24252 \backslash
24253 @addtoreset
24254 \series default
24255  wie in Abschnitt\InsetSpace ~
24256
24257 \begin_inset LatexCommand ref
24258 reference "uab:Fußnoten-Nummerierung"
24259
24260 \end_inset
24261
24262  beschrieben und ersetzen 
24263 \series bold
24264 footnote
24265 \series default
24266  durch 
24267 \series bold
24268 endnote
24269 \series default
24270 .
24271 \end_layout
24272
24273 \begin_layout Standard
24274 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
24275  
24276 \series bold
24277
24278 \backslash
24279 endnotemark[Nummer]
24280 \series default
24281  ähnlich wie 
24282 \series bold
24283
24284 \backslash
24285 footnotemark
24286 \series default
24287  Abschnitt\InsetSpace ~
24288
24289 \begin_inset LatexCommand ref
24290 reference "abs:Fußnoten"
24291
24292 \end_inset
24293
24294 .
24295 \end_layout
24296
24297 \begin_layout Standard
24298 \begin_inset VSpace bigskip
24299 \end_inset
24300
24301 Mit dem LaTeX-Paket 
24302 \series bold
24303 footmisc
24304 \series default
24305
24306 \begin_inset LatexCommand index
24307 name "LaTeX-Pakete ! footmisc"
24308
24309 \end_inset
24310
24311  (
24312 \begin_inset LatexCommand cite
24313 key "footmisc"
24314
24315 \end_inset
24316
24317 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
24318 \end_layout
24319
24320 \begin_layout Standard
24321 In LaTeX-Büchern, 
24322 \begin_inset LatexCommand cite
24323 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
24324
24325 \end_inset
24326
24327 , finden Sie weiteres zu Fußnoten.
24328 \end_layout
24329
24330 \begin_layout Section
24331 Randnotizen
24332 \begin_inset LatexCommand index
24333 name "Randnotizen"
24334
24335 \end_inset
24336
24337
24338 \begin_inset LatexCommand index
24339 name "Notizen ! Randnotizen"
24340
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \begin_layout Standard
24347 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
24348  Sie fügen sie mit einem Klick auf den Schalter 
24349 \begin_inset Graphics
24350         filename ../../images/marginalnote-insert.png
24351         scale 70
24352         scaleBeforeRotation
24353         BoundingBox 0bp 0bp 22bp 22bp
24354
24355 \end_inset
24356
24357  oder über 
24358 \family sans
24359 Einfügen\SpecialChar \menuseparator
24360 Randnotiz
24361 \family default
24362  ein.
24363  Ein graues Kästchen mit der Aufschrift 
24364 \begin_inset Quotes gld
24365 \end_inset
24366
24367 Rand
24368 \begin_inset Quotes grd
24369 \end_inset
24370
24371  erscheint
24372 \family roman
24373 \series medium
24374 , und dort, wo der Cursor steht, können Sie Text eingeben.
24375 \end_layout
24376
24377 \begin_layout Standard
24378 Hier am Rand sehen Sie eine Randnotiz.
24379 \begin_inset Marginal
24380 status open
24381
24382 \begin_layout Standard
24383 Dies ist eine Randnotiz.
24384 \end_layout
24385
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \begin_layout Standard
24392 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
24393  am rechten Rand gesetzt, bei doppelseitigen außen -- links auf den geraden
24394  Seiten und rechts auf den ungeraden.
24395  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
24396  wird und umgekehrt.
24397  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
24398  wurde.
24399 \end_layout
24400
24401 \begin_layout Standard
24402 \begin_inset VSpace bigskip
24403 \end_inset
24404
24405 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
24406 \end_layout
24407
24408 \begin_layout Standard
24409
24410 \series bold
24411
24412 \backslash
24413 reversemarginpar
24414 \end_layout
24415
24416 \begin_layout Standard
24417 als TeX-Code vor einer Randnotiz ein.
24418  Das gilt dann für alle folgenden Randnotizen.
24419 \begin_inset ERT
24420 status collapsed
24421
24422 \begin_layout Standard
24423
24424
24425 \backslash
24426 reversemarginpar 
24427 \end_layout
24428
24429 \end_inset
24430
24431
24432 \begin_inset Marginal
24433 status open
24434
24435 \begin_layout Standard
24436 Hier ist ein Beispiel im inneren Rand.
24437 \end_layout
24438
24439 \end_inset
24440
24441
24442 \newline
24443
24444 \begin_inset Note Greyedout
24445 status open
24446
24447 \begin_layout Standard
24448  
24449 \series bold
24450 Achtung:
24451 \series default
24452  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
24453 \end_layout
24454
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \begin_layout Standard
24461 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
24462 \end_layout
24463
24464 \begin_layout Standard
24465
24466 \series bold
24467
24468 \backslash
24469 normalmarginpar
24470 \end_layout
24471
24472 \begin_layout Standard
24473 als TeX-Code ein.
24474 \begin_inset ERT
24475 status collapsed
24476
24477 \begin_layout Standard
24478
24479
24480 \backslash
24481 normalmarginpar 
24482 \end_layout
24483
24484 \end_inset
24485
24486
24487 \begin_inset Note Greyedout
24488 status open
24489
24490 \begin_layout Standard
24491
24492 \series bold
24493 Achtung:
24494 \series default
24495  Der Befehl wird missachtet, wenn er im selben Absatz wie 
24496 \series bold
24497
24498 \backslash
24499 reversemarginpar
24500 \series default
24501  verwendet wird.
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \begin_layout Standard
24510 \begin_inset VSpace bigskip
24511 \end_inset
24512
24513 Ähnlich wie in Abschnitt\InsetSpace ~
24514
24515 \begin_inset LatexCommand ref
24516 reference "uab:Mehrfache-Zeilen-in"
24517
24518 \end_inset
24519
24520  beschrieben, können lange Worte nicht umgebrochen werden, wenn sie das
24521  erste Wort der Randnotiz sind.
24522  Um das zu vermeiden, können Sie den Befehl
24523 \end_layout
24524
24525 \begin_layout Standard
24526
24527 \series bold
24528
24529 \backslash
24530 hspace{0pt}
24531 \end_layout
24532
24533 \begin_layout Standard
24534 als TeX-Code vor das Wort setzen, so wie hier:
24535 \begin_inset Marginal
24536 status open
24537
24538 \begin_layout Standard
24539 \begin_inset ERT
24540 status collapsed
24541
24542 \begin_layout Standard
24543
24544
24545 \backslash
24546 hspace{0pt}
24547 \end_layout
24548
24549 \end_inset
24550
24551
24552 \family roman
24553 \series medium
24554 EinSehrLangesWort am Anfang, das umgebrochen wird.
24555 \end_layout
24556
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \begin_layout Standard
24563 \begin_inset VSpace bigskip
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \begin_layout Standard
24570 \begin_inset Note Greyedout
24571 status open
24572
24573 \begin_layout Standard
24574
24575 \series bold
24576 Bemerkung:
24577 \series default
24578  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
24579  verwendet werden.
24580 \end_layout
24581
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \begin_layout Standard
24588 \begin_inset VSpace bigskip
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout Standard
24595 \begin_inset ERT
24596 status collapsed
24597
24598 \begin_layout Standard
24599
24600
24601 \backslash
24602 ifmarginnote
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \begin_inset Note Note
24609 status open
24610
24611 \begin_layout Standard
24612 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
24613 \series bold
24614 marginnote
24615 \series default
24616  installiert ist.
24617 \end_layout
24618
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \begin_layout Standard
24625 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
24626 \series bold
24627 marginnote
24628 \series default
24629
24630 \begin_inset LatexCommand index
24631 name "LaTeX-Pakete ! marginnote"
24632
24633 \end_inset
24634
24635  verwendet wird.
24636  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
24637  der von LyX für Randnotizen verwendet wird umdefiniert, so dass der Befehl
24638  des Pakets 
24639 \series bold
24640 marginnote
24641 \series default
24642  für Randnotizen verwendet wird:
24643 \end_layout
24644
24645 \begin_layout Standard
24646
24647 \series bold
24648
24649 \backslash
24650 usepackage{marginnote}
24651 \newline
24652
24653 \backslash
24654 let
24655 \backslash
24656 marginpar
24657 \backslash
24658 marginnote
24659 \end_layout
24660
24661 \begin_layout Standard
24662 Dies wird auch in diesem Dokument verwendet, denn 
24663 \series bold
24664 marginnote
24665 \series default
24666  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
24667  für Randnotizen angeben.
24668  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
24669 n sind zu dicht beieinander sind.
24670  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
24671  Schema
24672 \end_layout
24673
24674 \begin_layout Standard
24675
24676 \series bold
24677 [Versatz]
24678 \end_layout
24679
24680 \begin_layout Standard
24681 angegeben.
24682  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle\InsetSpace ~
24683
24684 \begin_inset LatexCommand ref
24685 reference "tab:Maßeinheiten"
24686
24687 \end_inset
24688
24689  aufgelistet sind.
24690  Eine negativer Wert versetzt die Randnotiz nach oben, ein positiver Wer
24691  nach unten.
24692  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5\InsetSpace \thinspace{}
24693 cm mit dem TeX-Code-Befeh
24694 l  
24695 \begin_inset Quotes gld
24696 \end_inset
24697
24698
24699 \series bold
24700 [-1.5cm]
24701 \series default
24702
24703 \begin_inset Quotes grd
24704 \end_inset
24705
24706  nach oben versetzt
24707 \begin_inset Marginal
24708 status open
24709
24710 \begin_layout Standard
24711 Diese Randnotiz ist 1.5\InsetSpace \thinspace{}
24712 cm von ihrer Originalposition nach oben versetzt.
24713 \end_layout
24714
24715 \end_inset
24716
24717
24718 \begin_inset ERT
24719 status collapsed
24720
24721 \begin_layout Standard
24722
24723 [-1.5cm]
24724 \end_layout
24725
24726 \end_inset
24727
24728
24729 \end_layout
24730
24731 \begin_layout Standard
24732 \begin_inset VSpace medskip
24733 \end_inset
24734
24735 Mit 
24736 \series bold
24737 marginnote
24738 \series default
24739  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
24740  Zum Beispiel setzen die Befehle
24741 \end_layout
24742
24743 \begin_layout Standard
24744
24745 \series bold
24746
24747 \backslash
24748 renewcommand*{
24749 \backslash
24750 raggedleftmarginnote}{
24751 \backslash
24752 centering}
24753 \newline
24754
24755 \backslash
24756 renewcommand*{
24757 \backslash
24758 raggedrightmarginnote}{
24759 \backslash
24760 centering}
24761 \end_layout
24762
24763 \begin_layout Standard
24764 die Ausrichtung auf zentriert.
24765  
24766 \series bold
24767
24768 \backslash
24769 raggedleftmarginnote
24770 \series default
24771  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
24772  
24773 \begin_inset ERT
24774 status collapsed
24775
24776 \begin_layout Standard
24777
24778
24779 \backslash
24780 renewcommand*{
24781 \backslash
24782 raggedleftmarginnote}{
24783 \backslash
24784 centering}
24785 \end_layout
24786
24787 \begin_layout Standard
24788
24789
24790 \backslash
24791 renewcommand*{
24792 \backslash
24793 raggedrightmarginnote}{
24794 \backslash
24795 centering}
24796 \end_layout
24797
24798 \end_inset
24799
24800
24801 \begin_inset Marginal
24802 status open
24803
24804 \begin_layout Standard
24805 Der Text dieser Randnotiz ist zentriert ausgerichtet.
24806 \end_layout
24807
24808 \end_inset
24809
24810  Die Voreinstellung ist
24811 \end_layout
24812
24813 \begin_layout Standard
24814
24815 \series bold
24816
24817 \backslash
24818 renewcommand*{
24819 \backslash
24820 raggedleftmarginnote}{
24821 \backslash
24822 raggedleft}
24823 \newline
24824
24825 \backslash
24826 renewcommand*{
24827 \backslash
24828 raggedrightmarginnote}{
24829 \backslash
24830 raggedright}
24831 \series default
24832
24833 \begin_inset ERT
24834 status collapsed
24835
24836 \begin_layout Standard
24837
24838
24839 \backslash
24840 renewcommand*{
24841 \backslash
24842 raggedleftmarginnote}{
24843 \backslash
24844 raggedleft}
24845 \end_layout
24846
24847 \begin_layout Standard
24848
24849
24850 \backslash
24851 renewcommand*{
24852 \backslash
24853 raggedrightmarginnote}{
24854 \backslash
24855 raggedright}
24856 \end_layout
24857
24858 \end_inset
24859
24860
24861 \end_layout
24862
24863 \begin_layout Standard
24864 \begin_inset VSpace medskip
24865 \end_inset
24866
24867 Für weitere Fähigkeiten des Pakets 
24868 \series bold
24869 marginnote
24870 \series default
24871  sei auf dessen Dokumentation verwiesen 
24872 \begin_inset LatexCommand cite
24873 key "marginnote"
24874
24875 \end_inset
24876
24877 .
24878 \end_layout
24879
24880 \begin_layout Standard
24881 \begin_inset VSpace bigskip
24882 \end_inset
24883
24884 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
24885  geändert werden.
24886  Um z.\InsetSpace \thinspace{}
24887 B.
24888  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
24889  und fettgedruckten Text 
24890 \begin_inset Quotes eld
24891 \end_inset
24892
24893
24894 \family sans
24895 \series bold
24896 \bar under
24897 Achtung!
24898 \family default
24899 \series default
24900 \bar default
24901
24902 \begin_inset Quotes erd
24903 \end_inset
24904
24905  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
24906 \end_layout
24907
24908 \begin_layout Standard
24909
24910 \series bold
24911
24912 \backslash
24913 let
24914 \backslash
24915 myMarginpar
24916 \backslash
24917 marginpar
24918 \newline
24919
24920 \backslash
24921 renewcommand{
24922 \backslash
24923 marginpar}[1]{
24924 \backslash
24925 myMarginpar{%
24926 \newline
24927
24928 \begin_inset ERT
24929 status collapsed
24930
24931 \begin_layout Standard
24932
24933
24934 \backslash
24935 hphantom{ }
24936 \end_layout
24937
24938 \end_inset
24939
24940
24941 \backslash
24942 hspace{0pt}
24943 \backslash
24944 textsf{
24945 \backslash
24946 textbf{
24947 \backslash
24948 underbar{Achtung!}}}%
24949 \newline
24950
24951 \begin_inset ERT
24952 status collapsed
24953
24954 \begin_layout Standard
24955
24956
24957 \backslash
24958 hphantom{ }
24959 \end_layout
24960
24961 \end_inset
24962
24963
24964 \backslash
24965 vspace{1.5mm}
24966 \backslash
24967
24968 \backslash
24969 #1}}
24970 \end_layout
24971
24972 \begin_layout Standard
24973 \begin_inset ERT
24974 status collapsed
24975
24976 \begin_layout Standard
24977
24978
24979 \backslash
24980 let
24981 \backslash
24982 myMarginpar
24983 \backslash
24984 marginpar
24985 \end_layout
24986
24987 \begin_layout Standard
24988
24989
24990 \backslash
24991 renewcommand{
24992 \backslash
24993 marginpar}[1]{
24994 \backslash
24995 myMarginpar{%
24996 \end_layout
24997
24998 \begin_layout Standard
24999
25000    
25001 \backslash
25002 textsf{
25003 \backslash
25004 textbf{
25005 \backslash
25006 underbar{Achtung!}}}%
25007 \end_layout
25008
25009 \begin_layout Standard
25010
25011    
25012 \backslash
25013 vspace{1.5mm}
25014 \backslash
25015
25016 \backslash
25017 #1}}
25018 \end_layout
25019
25020 \end_inset
25021
25022
25023 \begin_inset Marginal
25024 status open
25025
25026 \begin_layout Standard
25027 Dies ist eine Randnotiz mit einer definierten Überschrift.
25028 \end_layout
25029
25030 \end_inset
25031
25032
25033 \begin_inset ERT
25034 status collapsed
25035
25036 \begin_layout Standard
25037
25038 [-1.5cm]
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \begin_inset ERT
25045 status collapsed
25046
25047 \begin_layout Standard
25048
25049
25050 \backslash
25051 renewcommand{
25052 \backslash
25053 marginpar}[1]{
25054 \backslash
25055 myMarginpar{#1}}
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \begin_inset Note Note
25062 status open
25063
25064 \begin_layout Standard
25065 Das Format wurde nur für dieses Beispiel geändert.
25066 \end_layout
25067
25068 \end_inset
25069
25070
25071 \end_layout
25072
25073 \begin_layout Standard
25074 \begin_inset ERT
25075 status collapsed
25076
25077 \begin_layout Standard
25078
25079
25080 \backslash
25081 else
25082 \end_layout
25083
25084 \end_inset
25085
25086
25087 \begin_inset Note Note
25088 status open
25089
25090 \begin_layout Standard
25091 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
25092 \series bold
25093 marginnote
25094 \series default
25095  nicht installiert ist:
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Standard
25104 Das LaTeX-Paket 
25105 \series bold
25106 marginnote
25107 \series default
25108  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
25109 \end_layout
25110
25111 \begin_layout Standard
25112 \begin_inset ERT
25113 status collapsed
25114
25115 \begin_layout Standard
25116
25117
25118 \backslash
25119 fi
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \begin_layout Chapter
25128 Boxen
25129 \end_layout
25130
25131 \begin_layout Section
25132 Einleitung
25133 \begin_inset LatexCommand index
25134 name "Boxen ! Einleitung"
25135
25136 \end_inset
25137
25138
25139 \end_layout
25140
25141 \begin_layout Standard
25142 Boxen werden benutzt, um einen Textblock zu formatieren.
25143  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
25144  siehe Abschnitt\InsetSpace ~
25145
25146 \begin_inset LatexCommand ref
25147 reference "abs:Minipage"
25148
25149 \end_inset
25150
25151 , um Text zu umranden, siehe Abschnitt\InsetSpace ~
25152
25153 \begin_inset LatexCommand ref
25154 reference "abs:Gerahmte-Boxen"
25155
25156 \end_inset
25157
25158 , um Silbentrennung zu verhindern, siehe Abschnitt\InsetSpace ~
25159
25160 \begin_inset LatexCommand ref
25161 reference "abs:Silbentrennung-unterbinden"
25162
25163 \end_inset
25164
25165 , um Text senkrecht auszurichten, siehe Abschnitt\InsetSpace ~
25166
25167 \begin_inset LatexCommand ref
25168 reference "uab:Vertikale-Ausrichtung"
25169
25170 \end_inset
25171
25172  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt\InsetSpace ~
25173
25174 \begin_inset LatexCommand ref
25175 reference "abs:Farbige-Boxen"
25176
25177 \end_inset
25178
25179 .
25180 \end_layout
25181
25182 \begin_layout Standard
25183 Boxen werden mit 
25184 \family sans
25185 Einfügen\SpecialChar \menuseparator
25186 Box
25187 \family default
25188  eingefügt.
25189  Ein graues Kästchen mit der Aufschrift 
25190 \begin_inset Quotes gld
25191 \end_inset
25192
25193 Box (Minipage)
25194 \begin_inset Quotes grd
25195 \end_inset
25196
25197  erscheint: 
25198 \begin_inset Graphics
25199         filename clipart/StandardBoxQt4.png
25200         lyxscale 80
25201         scale 60
25202         scaleBeforeRotation
25203
25204 \end_inset
25205
25206 .
25207  Mit einem Rechtsklick auf das graue Kästchen kann der Typ spezifiziert
25208  werden.
25209  Das Dialogfenster bietet bei 
25210 \family sans
25211 Innere\InsetSpace ~
25212 Box
25213 \family default
25214  die Typen 
25215 \family sans
25216 Parbox
25217 \family default
25218  und 
25219 \family sans
25220 Minipage
25221 \family default
25222  an.
25223  
25224 \family sans
25225 Minipage
25226 \family default
25227  ist die Standard-Einstellung für neue Boxen und in Abschnitt\InsetSpace ~
25228
25229 \begin_inset LatexCommand ref
25230 reference "abs:Minipage"
25231
25232 \end_inset
25233
25234  beschrieben, 
25235 \family sans
25236 Parbox
25237 \family default
25238  in Abschnitt\InsetSpace ~
25239
25240 \begin_inset LatexCommand ref
25241 reference "abs:Parbox"
25242
25243 \end_inset
25244
25245 .
25246 \end_layout
25247
25248 \begin_layout Standard
25249 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
25250  wie auf Gleitobjekte und Fußnoten.
25251 \end_layout
25252
25253 \begin_layout Standard
25254 \begin_inset Note Greyedout
25255 status open
25256
25257 \begin_layout Standard
25258
25259 \series bold
25260 Bemerkung\InsetSpace ~
25261 1:
25262 \series default
25263  Wegen eines Fehlers in LyX müssen Sie hinter einer Box ein geschütztes
25264  Leerzeichen einfügen, um die Box vom nachfolgenden Text zu trennen.
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \begin_layout Standard
25273 \begin_inset Note Greyedout
25274 status open
25275
25276 \begin_layout Standard
25277
25278 \series bold
25279 Bemerkung\InsetSpace ~
25280 2:
25281 \series default
25282  Boxen dürfen in 
25283 \family sans
25284 List-
25285 \family default
25286  oder 
25287 \family sans
25288 Beschreibung-
25289 \family default
25290 Umgebungen nicht verwendet werden.
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 \begin_inset Note Greyedout
25300 status open
25301
25302 \begin_layout Standard
25303
25304 \series bold
25305 Bemerkung\InsetSpace ~
25306 3:
25307 \series default
25308  Boxen ohne 
25309 \family sans
25310 Innere\InsetSpace ~
25311 Box
25312 \family default
25313  und ohne Rahmen werden in Abschnitt\InsetSpace ~
25314
25315 \begin_inset LatexCommand ref
25316 reference "abs:Silbentrennung-unterbinden"
25317
25318 \end_inset
25319
25320  beschrieben.
25321 \end_layout
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Section
25329 Das Box-Einstellungen-Fenster
25330 \begin_inset LatexCommand label
25331 name "abs:Box-Dialog"
25332
25333 \end_inset
25334
25335
25336 \begin_inset LatexCommand index
25337 name "Boxen ! Box-Dialog-Fenster"
25338
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \begin_layout Subsection
25345 Box-Größe
25346 \end_layout
25347
25348 \begin_layout Standard
25349 Im 
25350 \family sans
25351 Box-Einstellungen
25352 \family default
25353 -Fenster können Sie die Größe der Box mit 
25354 \family sans
25355 Breite
25356 \family default
25357  und 
25358 \family sans
25359 Höhe 
25360 \family default
25361 festlegen.
25362  Die verfügbaren Einheiten werden in Tabelle\InsetSpace ~
25363
25364 \begin_inset LatexCommand ref
25365 reference "tab:Maßeinheiten"
25366
25367 \end_inset
25368
25369 aufgelistet.
25370  Das Feld
25371 \family sans
25372  Höhe
25373 \family default
25374  bietet die folgenden zusätzlichen Größen:
25375 \end_layout
25376
25377 \begin_layout Description
25378 Tiefe Dies ist die reine Text-
25379 \begin_inset Quotes gld
25380 \end_inset
25381
25382 Höhe
25383 \begin_inset Quotes grd
25384 \end_inset
25385
25386 .
25387  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
25388 \newline
25389
25390 \newline
25391
25392 \newline
25393
25394 \begin_inset Box Boxed
25395 position "c"
25396 hor_pos "c"
25397 has_inner_box 1
25398 inner_pos "c"
25399 use_parbox 0
25400 width "12col%"
25401 special "none"
25402 height "1in"
25403 height_special "depth"
25404 status collapsed
25405
25406 \begin_layout Standard
25407 \align center
25408 Box-Höhe = 1\InsetSpace \thinspace{}
25409 Tiefe
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \newline
25416
25417 \newline
25418
25419 \end_layout
25420
25421 \begin_layout Description
25422 Höhe Dies ist die Texthöhe innerhalb der Box.
25423  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
25424  Texthöhe setzen: 
25425 \begin_inset Box Boxed
25426 position "c"
25427 hor_pos "c"
25428 has_inner_box 1
25429 inner_pos "c"
25430 use_parbox 0
25431 width "20col%"
25432 special "none"
25433 height "2in"
25434 height_special "height"
25435 status collapsed
25436
25437 \begin_layout Standard
25438 \align center
25439 Boxhöhe = 2\InsetSpace \thinspace{}
25440 Höhe
25441 \end_layout
25442
25443 \end_inset
25444
25445
25446 \end_layout
25447
25448 \begin_layout Description
25449 Gesamthöhe Dies ist Höhe\InsetSpace \thinspace{}
25450 +\InsetSpace \thinspace{}
25451 Tiefe: 
25452 \begin_inset Box Boxed
25453 position "c"
25454 hor_pos "c"
25455 has_inner_box 1
25456 inner_pos "c"
25457 use_parbox 0
25458 width "20col%"
25459 special "none"
25460 height "1in"
25461 height_special "totalheight"
25462 status collapsed
25463
25464 \begin_layout Standard
25465 \align center
25466 Boxhöhe = 1\InsetSpace \thinspace{}
25467 Gesamthöhe
25468 \end_layout
25469
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \begin_layout Description
25476 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
25477 \begin_inset Box Boxed
25478 position "c"
25479 hor_pos "c"
25480 has_inner_box 1
25481 inner_pos "c"
25482 use_parbox 0
25483 width "12col%"
25484 special "none"
25485 height "1in"
25486 height_special "width"
25487 status collapsed
25488
25489 \begin_layout Standard
25490 \align center
25491 Boxhöhe = 1\InsetSpace \thinspace{}
25492 Breite
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \begin_layout Subsection
25501 Ausrichtung
25502 \begin_inset LatexCommand index
25503 name "Boxen ! Ausrichtung"
25504
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \begin_layout Standard
25511 Wenn Sie eine 
25512 \family sans
25513 Innere\InsetSpace ~
25514 Box
25515 \family default
25516  gewählt haben, kann die Box mit folgenden Werten für 
25517 \family sans
25518 Box
25519 \family default
25520  senkrecht ausgerichtet werden:
25521 \end_layout
25522
25523 \begin_layout Description
25524 Oben Dies ist ein Beispieltext.
25525  
25526 \begin_inset Box Boxed
25527 position "t"
25528 hor_pos "c"
25529 has_inner_box 1
25530 inner_pos "c"
25531 use_parbox 0
25532 width "20col%"
25533 special "none"
25534 height "1in"
25535 height_special "totalheight"
25536 status collapsed
25537
25538 \begin_layout Standard
25539 \align center
25540 Die Ober\SpecialChar \-
25541 kante der Box ist in der Zeile.
25542 \end_layout
25543
25544 \end_inset
25545
25546 \InsetSpace ~
25547 Dies ist ein Beispieltext.
25548 \end_layout
25549
25550 \begin_layout Description
25551 Mitte Dies ist ein Beispieltext.
25552  
25553 \begin_inset Box Boxed
25554 position "c"
25555 hor_pos "c"
25556 has_inner_box 1
25557 inner_pos "c"
25558 use_parbox 0
25559 width "20col%"
25560 special "none"
25561 height "1in"
25562 height_special "totalheight"
25563 status collapsed
25564
25565 \begin_layout Standard
25566 \align center
25567 Die Mitte der Box ist in der Zeile.
25568 \end_layout
25569
25570 \end_inset
25571
25572 \InsetSpace ~
25573 Dies ist ein Beispieltext.
25574 \end_layout
25575
25576 \begin_layout Description
25577 Unten Dies ist ein Beispieltext.
25578  
25579 \begin_inset Box Boxed
25580 position "b"
25581 hor_pos "c"
25582 has_inner_box 1
25583 inner_pos "c"
25584 use_parbox 0
25585 width "20col%"
25586 special "none"
25587 height "1in"
25588 height_special "totalheight"
25589 status collapsed
25590
25591 \begin_layout Standard
25592 \align center
25593 Die Unter\SpecialChar \-
25594 kante der Box ist in der Zeile.
25595 \end_layout
25596
25597 \end_inset
25598
25599 \InsetSpace ~
25600 Dies ist ein Beispieltext.
25601 \end_layout
25602
25603 \begin_layout Standard
25604 Eine Box kann mit dem Dialog 
25605 \family sans
25606 Absatz-Einstellungen
25607 \family default
25608  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
25609 \end_layout
25610
25611 \begin_layout Standard
25612 \begin_inset VSpace bigskip
25613 \end_inset
25614
25615 Wenn Sie eine 
25616 \family sans
25617 Innere\InsetSpace ~
25618 Box
25619 \family default
25620  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
25621 \family sans
25622 Inhalt
25623 \family default
25624  senkrecht ausgerichtet werden:
25625 \end_layout
25626
25627 \begin_layout Description
25628 Oben Dies ist ein Beispieltext.
25629  
25630 \begin_inset Box Boxed
25631 position "c"
25632 hor_pos "c"
25633 has_inner_box 1
25634 inner_pos "t"
25635 use_parbox 0
25636 width "20col%"
25637 special "none"
25638 height "1.5in"
25639 height_special "totalheight"
25640 status collapsed
25641
25642 \begin_layout Standard
25643 \align center
25644 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
25645 \end_layout
25646
25647 \end_inset
25648
25649 \InsetSpace ~
25650 Dies ist ein Beispieltext.
25651 \end_layout
25652
25653 \begin_layout Description
25654 Mitte Dies ist ein Beispieltext.
25655  
25656 \begin_inset Box Boxed
25657 position "c"
25658 hor_pos "c"
25659 has_inner_box 1
25660 inner_pos "c"
25661 use_parbox 0
25662 width "20col%"
25663 special "none"
25664 height "1.5in"
25665 height_special "totalheight"
25666 status collapsed
25667
25668 \begin_layout Standard
25669 \align center
25670 Der Boxinhalt ist zentriert ausgerichtet.
25671 \end_layout
25672
25673 \end_inset
25674
25675 \InsetSpace ~
25676 Dies ist ein Beispieltext.
25677 \end_layout
25678
25679 \begin_layout Description
25680 Unten Dies ist ein Beispieltext.
25681  
25682 \begin_inset Box Boxed
25683 position "c"
25684 hor_pos "c"
25685 has_inner_box 1
25686 inner_pos "b"
25687 use_parbox 0
25688 width "20col%"
25689 special "none"
25690 height "1.5in"
25691 height_special "totalheight"
25692 status collapsed
25693
25694 \begin_layout Standard
25695 \align center
25696 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
25697 \end_layout
25698
25699 \end_inset
25700
25701 \InsetSpace ~
25702 Dies ist ein Beispieltext.
25703 \end_layout
25704
25705 \begin_layout Description
25706 Dehnen Dies ist ein Beispieltext.
25707  
25708 \begin_inset Box Boxed
25709 position "c"
25710 hor_pos "c"
25711 has_inner_box 1
25712 inner_pos "s"
25713 use_parbox 0
25714 width "20col%"
25715 special "none"
25716 height "1in"
25717 height_special "totalheight"
25718 status collapsed
25719
25720 \begin_layout Standard
25721 \align center
25722 Der Boxinhalt
25723 \end_layout
25724
25725 \begin_layout Standard
25726 \align center
25727 ist über die
25728 \end_layout
25729
25730 \begin_layout Standard
25731 \align center
25732 Boxhöhe
25733 \end_layout
25734
25735 \begin_layout Standard
25736 \align center
25737 gleichmäßig verteilt.
25738 \end_layout
25739
25740 \end_inset
25741
25742 \InsetSpace ~
25743 Dies ist ein Beispieltext.
25744 \end_layout
25745
25746 \begin_layout Standard
25747 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
25748  besteht.
25749  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
25750 \end_layout
25751
25752 \begin_layout Standard
25753 Ein Boxinhalt kann mit dem Dialog 
25754 \family sans
25755 Absatz-Einstellungen
25756 \family default
25757  waagerecht ausgerichtet werden, wenn Sie eine
25758 \family sans
25759  Innere\InsetSpace ~
25760 Box
25761 \family default
25762  gewählt haben.
25763 \end_layout
25764
25765 \begin_layout Standard
25766 \align center
25767 \begin_inset Box Boxed
25768 position "c"
25769 hor_pos "c"
25770 has_inner_box 1
25771 inner_pos "s"
25772 use_parbox 0
25773 width "30col%"
25774 special "none"
25775 height "1.25in"
25776 height_special "totalheight"
25777 status collapsed
25778
25779 \begin_layout Standard
25780 \align left
25781 Hier ist jede Zeile
25782 \end_layout
25783
25784 \begin_layout Standard
25785 \align center
25786 anders
25787 \end_layout
25788
25789 \begin_layout Standard
25790 \align right
25791 ausgerichtet.
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 Wenn Sie keine
25801 \family sans
25802  Innere\InsetSpace ~
25803 Box
25804 \family default
25805  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
25806 \family sans
25807 Box-Einstellungen-
25808 \family default
25809 Dialog ausrichten
25810 \end_layout
25811
25812 \begin_layout Standard
25813 \align center
25814 \begin_inset Box Boxed
25815 position "c"
25816 hor_pos "s"
25817 has_inner_box 0
25818 inner_pos "s"
25819 use_parbox 0
25820 width "90col%"
25821 special "none"
25822 height "1.25in"
25823 height_special "totalheight"
25824 status collapsed
25825
25826 \begin_layout Standard
25827 \align left
25828 Dieser Boxinhalt wurde horizontal gedehnt.
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \begin_layout Section
25837 Gerahmte Boxen
25838 \begin_inset LatexCommand label
25839 name "abs:Gerahmte-Boxen"
25840
25841 \end_inset
25842
25843
25844 \begin_inset LatexCommand index
25845 name "Boxen ! gerahmte"
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \begin_layout Standard
25853 Mit dem 
25854 \family sans
25855 Box-Einstellungen-
25856 \family default
25857 Dialog können Sie bei 
25858 \family sans
25859 Verzierung
25860 \family default
25861  die Art des Rahmens auswählen:
25862 \end_layout
25863
25864 \begin_layout Description
25865 Rechteckige\InsetSpace ~
25866 Box Um die Box wird ein rechteckiger Rahmen gezogen.
25867  Die Rahmendicke wird durch 
25868 \series bold
25869
25870 \backslash
25871 fboxrule
25872 \series default
25873  festgelegt.
25874  
25875 \begin_inset Box Boxed
25876 position "c"
25877 hor_pos "c"
25878 has_inner_box 1
25879 inner_pos "c"
25880 use_parbox 0
25881 width "21col%"
25882 special "none"
25883 height "1in"
25884 height_special "totalheight"
25885 status collapsed
25886
25887 \begin_layout Standard
25888
25889 \series medium
25890 Rechteckige\InsetSpace ~
25891 Box
25892 \end_layout
25893
25894 \end_inset
25895
25896
25897 \end_layout
25898
25899 \begin_layout Description
25900 Ovale\InsetSpace ~
25901 Box,\InsetSpace ~
25902 dünn Zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die
25903  Box.
25904  Die Rahmendicke ist 0.4\InsetSpace \thinspace{}
25905 pt.
25906  
25907 \begin_inset Box ovalbox
25908 position "c"
25909 hor_pos "c"
25910 has_inner_box 1
25911 inner_pos "c"
25912 use_parbox 0
25913 width "20col%"
25914 special "none"
25915 height "1in"
25916 height_special "totalheight"
25917 status collapsed
25918
25919 \begin_layout Standard
25920 Ovale\InsetSpace ~
25921 Box,\InsetSpace ~
25922 dünn
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \begin_layout Description
25931 Ovale\InsetSpace ~
25932 Box,\InsetSpace ~
25933 dick Zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die
25934  Box.
25935  Die Rahmendicke ist 0.8\InsetSpace \thinspace{}
25936 pt.
25937  
25938 \begin_inset Box Ovalbox
25939 position "c"
25940 hor_pos "c"
25941 has_inner_box 1
25942 inner_pos "c"
25943 use_parbox 0
25944 width "20col%"
25945 special "none"
25946 height "1in"
25947 height_special "totalheight"
25948 status collapsed
25949
25950 \begin_layout Standard
25951 Ovale\InsetSpace ~
25952 Box,\InsetSpace ~
25953 dick
25954 \end_layout
25955
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \begin_layout Description
25962 Schattierte\InsetSpace ~
25963 Box Zeichnet einen Rahmen mit Schatten um die Box.
25964  Die Rahmendicke wird durch 
25965 \series bold
25966
25967 \backslash
25968 fboxrule
25969 \series default
25970  festgelegt, der Schatten ist 4\InsetSpace \thinspace{}
25971 pt breit.
25972  
25973 \begin_inset Box Shadowbox
25974 position "c"
25975 hor_pos "c"
25976 has_inner_box 1
25977 inner_pos "c"
25978 use_parbox 0
25979 width "20col%"
25980 special "none"
25981 height "1in"
25982 height_special "totalheight"
25983 status collapsed
25984
25985 \begin_layout Standard
25986 Schattierte\InsetSpace ~
25987 Box
25988 \end_layout
25989
25990 \end_inset
25991
25992
25993 \end_layout
25994
25995 \begin_layout Description
25996 Doppelt\InsetSpace ~
25997 gerahmte\InsetSpace ~
25998 Box Zeichnet einen doppelten Rahmen um die Box Der innere
25999  Rahmen ist 0.75\InsetSpace \thinspace{}
26000
26001 \series bold
26002
26003 \backslash
26004 fboxrule
26005 \series default
26006  breit, der äußere 1.5\InsetSpace \thinspace{}
26007
26008 \series bold
26009
26010 \backslash
26011 fboxrule
26012 \series default
26013 , der Zwischenraum 1.5\InsetSpace \thinspace{}
26014
26015 \series bold
26016
26017 \backslash
26018 fboxrule
26019 \series default
26020 \InsetSpace \thinspace{}
26021 +\InsetSpace \thinspace{}
26022 0.5\InsetSpace \thinspace{}
26023 pt.
26024  
26025 \begin_inset Box Doublebox
26026 position "c"
26027 hor_pos "c"
26028 has_inner_box 1
26029 inner_pos "c"
26030 use_parbox 0
26031 width "20col%"
26032 special "none"
26033 height "1in"
26034 height_special "totalheight"
26035 status collapsed
26036
26037 \begin_layout Standard
26038 Doppelt\InsetSpace ~
26039 gerahmte\InsetSpace ~
26040 Box
26041 \end_layout
26042
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \begin_layout Standard
26049 \begin_inset VSpace bigskip
26050 \end_inset
26051
26052 Die Aufschrift der Box in LyX ändert sich mit dem gewählten Rahmen.
26053  Um verschiedene Rahmenstile zu verwenden, muss das LaTeX-Paket 
26054 \series bold
26055 fancybox
26056 \series default
26057
26058 \begin_inset LatexCommand index
26059 name "LaTeX-Pakete ! fancybox"
26060
26061 \end_inset
26062
26063  installiert sein.
26064 \end_layout
26065
26066 \begin_layout Standard
26067 \begin_inset VSpace bigskip
26068 \end_inset
26069
26070 Der Standardwert für 
26071 \series bold
26072
26073 \backslash
26074 fboxrule
26075 \series default
26076  ist 0.4\InsetSpace \thinspace{}
26077 pt.
26078  Mit dem folgenden TeX-Code-Befehl kann er auf 2\InsetSpace \thinspace{}
26079 pt gesetzt werden:
26080 \end_layout
26081
26082 \begin_layout Standard
26083
26084 \series bold
26085
26086 \backslash
26087 setlength{
26088 \backslash
26089 fboxrule}{2pt}
26090 \end_layout
26091
26092 \begin_layout Standard
26093 \begin_inset ERT
26094 status collapsed
26095
26096 \begin_layout Standard
26097
26098
26099 \backslash
26100 setlength{
26101 \backslash
26102 fboxrule}{2pt}
26103 \end_layout
26104
26105 \end_inset
26106
26107
26108 \begin_inset Box Boxed
26109 position "c"
26110 hor_pos "c"
26111 has_inner_box 1
26112 inner_pos "c"
26113 use_parbox 0
26114 width "30col%"
26115 special "none"
26116 height "1in"
26117 height_special "totalheight"
26118 status collapsed
26119
26120 \begin_layout Standard
26121 \align center
26122 Rechteckige Box mit einer Rahmenbreite von 2\InsetSpace \thinspace{}
26123 pt
26124 \end_layout
26125
26126 \end_inset
26127
26128
26129 \begin_inset ERT
26130 status collapsed
26131
26132 \begin_layout Standard
26133
26134
26135 \backslash
26136 setlength{
26137 \backslash
26138 fboxrule}{0.4pt}
26139 \end_layout
26140
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \begin_layout Standard
26147 \noindent
26148 \begin_inset VSpace bigskip
26149 \end_inset
26150
26151 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3\InsetSpace \thinspace{}
26152 pt.
26153  Sie können das ändern, indem Sie den Wert von 
26154 \series bold
26155
26156 \backslash
26157 fboxsep
26158 \series default
26159  mit einem TeX-Code-Befehl ändern:
26160 \end_layout
26161
26162 \begin_layout Standard
26163
26164 \series bold
26165
26166 \backslash
26167 setlength{
26168 \backslash
26169 fboxsep}{10pt}
26170 \end_layout
26171
26172 \begin_layout Standard
26173 setzt den Wert auf 10\InsetSpace \thinspace{}
26174 pt, wie in der folgenden Box:
26175 \end_layout
26176
26177 \begin_layout Standard
26178 \begin_inset ERT
26179 status collapsed
26180
26181 \begin_layout Standard
26182
26183
26184 \backslash
26185 setlength{
26186 \backslash
26187 fboxsep}{10pt}
26188 \end_layout
26189
26190 \end_inset
26191
26192
26193 \begin_inset Box Boxed
26194 position "c"
26195 hor_pos "c"
26196 has_inner_box 1
26197 inner_pos "c"
26198 use_parbox 0
26199 width "25col%"
26200 special "none"
26201 height "1in"
26202 height_special "totalheight"
26203 status collapsed
26204
26205 \begin_layout Standard
26206 \align center
26207 Rechteckige Box mit 
26208 \series bold
26209
26210 \backslash
26211 fboxsep
26212 \series default
26213 \InsetSpace \thinspace{}
26214 =\InsetSpace \thinspace{}
26215 10\InsetSpace \thinspace{}
26216 pt
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \begin_inset ERT
26223 status collapsed
26224
26225 \begin_layout Standard
26226
26227
26228 \backslash
26229 setlength{
26230 \backslash
26231 fboxsep}{3pt}
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \begin_layout Standard
26240 \noindent
26241 \begin_inset VSpace bigskip
26242 \end_inset
26243
26244 Der Durchmesser der abgerundeten Ecken kann mit 
26245 \series bold
26246
26247 \backslash
26248 cornersize
26249 \series default
26250  gesetzt werden.
26251  Der TeX-Code-Befehl
26252 \end_layout
26253
26254 \begin_layout Standard
26255
26256 \series bold
26257
26258 \backslash
26259 cornersize*{1cm}
26260 \end_layout
26261
26262 \begin_layout Standard
26263 setzt den Durchmesser auf 1\InsetSpace \thinspace{}
26264 cm.
26265  Der TeX-Code-Befehl
26266 \end_layout
26267
26268 \begin_layout Standard
26269
26270 \series bold
26271
26272 \backslash
26273 cornersize{num}
26274 \end_layout
26275
26276 \begin_layout Standard
26277 setzt den Durchmesser auf 
26278 \family sans
26279 num\InsetSpace \thinspace{}
26280 ×\InsetSpace \thinspace{}
26281 Minimum(Breite der Box, Höhe der Box)
26282 \family default
26283 .
26284  Der Standardwert ist 
26285 \series bold
26286
26287 \backslash
26288 cornersize{0.5}
26289 \series default
26290 .
26291 \end_layout
26292
26293 \begin_layout Standard
26294 \begin_inset ERT
26295 status collapsed
26296
26297 \begin_layout Standard
26298
26299
26300 \backslash
26301 cornersize*{1.5cm}
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \begin_inset Box Ovalbox
26308 position "c"
26309 hor_pos "c"
26310 has_inner_box 1
26311 inner_pos "c"
26312 use_parbox 0
26313 width "30col%"
26314 special "none"
26315 height "1in"
26316 height_special "totalheight"
26317 status collapsed
26318
26319 \begin_layout Standard
26320 \align center
26321 Ovale Box, dicker Rand, mit 
26322 \series bold
26323
26324 \backslash
26325 cornersize
26326 \series default
26327 \InsetSpace \thinspace{}
26328 =\InsetSpace \thinspace{}
26329 1.5\InsetSpace \thinspace{}
26330 cm
26331 \end_layout
26332
26333 \end_inset
26334
26335
26336 \begin_inset ERT
26337 status collapsed
26338
26339 \begin_layout Standard
26340
26341
26342 \backslash
26343 cornersize{0.5}
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \begin_layout Standard
26352 \noindent
26353 \begin_inset VSpace bigskip
26354 \end_inset
26355
26356 Die Breite des Schattens wird mit 
26357 \series bold
26358
26359 \backslash
26360 shadowsize
26361 \series default
26362  festgelegt.
26363  Mit dem TeX-Code-Befehl
26364 \end_layout
26365
26366 \begin_layout Standard
26367
26368 \series bold
26369
26370 \backslash
26371 setlength{
26372 \backslash
26373 shadowsize}{2pt}
26374 \end_layout
26375
26376 \begin_layout Standard
26377 wird er für die folgende Box auf 2\InsetSpace \thinspace{}
26378 pt festgelegt.
26379 \end_layout
26380
26381 \begin_layout Standard
26382 \begin_inset ERT
26383 status collapsed
26384
26385 \begin_layout Standard
26386
26387
26388 \backslash
26389 setlength{
26390 \backslash
26391 shadowsize}{2pt}
26392 \end_layout
26393
26394 \end_inset
26395
26396
26397 \begin_inset Box Shadowbox
26398 position "c"
26399 hor_pos "c"
26400 has_inner_box 1
26401 inner_pos "c"
26402 use_parbox 0
26403 width "25col%"
26404 special "none"
26405 height "1in"
26406 height_special "totalheight"
26407 status collapsed
26408
26409 \begin_layout Standard
26410 \align center
26411 Schattierte Box mit 
26412 \series bold
26413
26414 \backslash
26415 shadowsize
26416 \series default
26417 \InsetSpace \thinspace{}
26418 =\InsetSpace \thinspace{}
26419 2\InsetSpace \thinspace{}
26420 pt
26421 \end_layout
26422
26423 \end_inset
26424
26425
26426 \begin_inset ERT
26427 status collapsed
26428
26429 \begin_layout Standard
26430
26431
26432 \backslash
26433 setlength{
26434 \backslash
26435 shadowsize}{4pt}
26436 \end_layout
26437
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \begin_layout Standard
26444 \noindent
26445 \begin_inset VSpace bigskip
26446 \end_inset
26447
26448 Die geänderten Werte gelten für alle Boxen, die auf den entsprechenden Befehl
26449  folgen.
26450 \end_layout
26451
26452 \begin_layout Section
26453 Minipage
26454 \begin_inset LatexCommand label
26455 name "abs:Minipage"
26456
26457 \end_inset
26458
26459
26460 \begin_inset LatexCommand index
26461 name "Boxen ! Minipage"
26462
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \begin_layout Standard
26469 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
26470  deshalb unter anderem eigene Fußnoten haben.
26471 \end_layout
26472
26473 \begin_layout Standard
26474 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
26475 \end_layout
26476
26477 \begin_layout Standard
26478 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
26479  Ihre Breite ist 45 Spaltenbreite\InsetSpace ~
26480 %, und sie sind durch einen 
26481 \family sans
26482 HFill
26483 \family default
26484  getrennt (
26485 \family sans
26486 Einfügen\SpecialChar \menuseparator
26487 Formatierung\SpecialChar \menuseparator
26488 Variabler\InsetSpace ~
26489 horiz.\InsetSpace ~
26490 Abstand
26491 \family default
26492 ).
26493 \end_layout
26494
26495 \begin_layout Standard
26496 \noindent
26497 \begin_inset Box Frameless
26498 position "t"
26499 hor_pos "c"
26500 has_inner_box 1
26501 inner_pos "c"
26502 use_parbox 0
26503 width "45col%"
26504 special "none"
26505 height "1in"
26506 height_special "totalheight"
26507 status open
26508
26509 \begin_layout Standard
26510 Dies ist ein deutscher Text.
26511  Dies ist ein deutscher Text.
26512  Dies ist ein deutscher Text.
26513  Dies ist ein deutscher Text.
26514  Dies ist ein deutscher Text.
26515  Dies ist ein deutscher Text.
26516  Dies ist ein deutscher Text.
26517  Dies ist ein deutscher Text.
26518  Dies ist ein deutscher Text.
26519  Dies ist ein deutscher Text.
26520  Dies ist ein deutscher Text.
26521  Dies ist ein deutscher Text.
26522  Dies ist ein deutscher Text
26523 \begin_inset Foot
26524 status open
26525
26526 \begin_layout Standard
26527 Dies ist eine deutsche Fußnote.
26528 \end_layout
26529
26530 \end_inset
26531
26532 .
26533  Dies ist ein deutscher Text.
26534  Dies ist ein deutscher Text.
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \hfill
26541
26542 \begin_inset Box Frameless
26543 position "t"
26544 hor_pos "c"
26545 has_inner_box 1
26546 inner_pos "c"
26547 use_parbox 0
26548 width "45col%"
26549 special "none"
26550 height "1in"
26551 height_special "totalheight"
26552 status open
26553
26554 \begin_layout Standard
26555
26556 \lang english
26557 This is an English Text.
26558  This is an English Text.
26559  This is an English Text.
26560  This is an English Text.
26561  This is an English Text.
26562  This is an English Text.
26563  This is an English Text.
26564  This is an English Text.
26565  This is an English Text.
26566  This is an English Text.
26567  This is an English Text.
26568  This is an English Text.
26569  This is an English Text.
26570  This is an English Text.
26571  This is an English Text.
26572  This is an English Text.
26573 \begin_inset Foot
26574 status collapsed
26575
26576 \begin_layout Standard
26577
26578 \lang english
26579 This is an English footnote.
26580 \end_layout
26581
26582 \end_inset
26583
26584  This is an English Text.
26585  
26586 \end_layout
26587
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \begin_layout Standard
26594 \noindent
26595 \begin_inset VSpace bigskip
26596 \end_inset
26597
26598 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
26599  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
26600  auf der die Tabelle gedruckt wird: 
26601 \begin_inset Tabular
26602 <lyxtabular version="3" rows="3" columns="4">
26603 <features>
26604 <column alignment="center" valignment="top" leftline="true" width="0pt">
26605 <column alignment="center" valignment="top" leftline="true" width="0pt">
26606 <column alignment="center" valignment="top" leftline="true" width="0pt">
26607 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26608 <row topline="true">
26609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Standard
26613 1
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Standard
26622 2
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Standard
26631 3
26632 \begin_inset Foot
26633 status collapsed
26634
26635 \begin_layout Standard
26636 Dies ist eine Fußnote in einer Tabelle.
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Standard
26650 4
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 </row>
26656 <row topline="true">
26657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Standard
26661 a
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Standard
26670 b
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Standard
26679 c
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Standard
26688 d
26689 \end_layout
26690
26691 \end_inset
26692 </cell>
26693 </row>
26694 <row topline="true" bottomline="true">
26695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Standard
26699 e
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Standard
26708 f
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26714 \begin_inset Text
26715
26716 \begin_layout Standard
26717 g
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Standard
26726 h
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 </row>
26732 </lyxtabular>
26733
26734 \end_inset
26735
26736
26737 \end_layout
26738
26739 \begin_layout Standard
26740 \noindent
26741 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
26742  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
26743  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
26744  außerhalb.
26745 \end_layout
26746
26747 \begin_layout Standard
26748 \align center
26749 \begin_inset Box Frameless
26750 position "t"
26751 hor_pos "c"
26752 has_inner_box 1
26753 inner_pos "c"
26754 use_parbox 0
26755 width "30col%"
26756 special "none"
26757 height "1in"
26758 height_special "totalheight"
26759 status open
26760
26761 \begin_layout Standard
26762 \align center
26763 \begin_inset Tabular
26764 <lyxtabular version="3" rows="3" columns="4">
26765 <features>
26766 <column alignment="center" valignment="top" leftline="true" width="0pt">
26767 <column alignment="center" valignment="top" leftline="true" width="0pt">
26768 <column alignment="center" valignment="top" leftline="true" width="0pt">
26769 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26770 <row topline="true">
26771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Standard
26775 1
26776 \end_layout
26777
26778 \end_inset
26779 </cell>
26780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Standard
26784 2
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Standard
26793 3
26794 \begin_inset Foot
26795 status collapsed
26796
26797 \begin_layout Standard
26798 Dies ist eine Fußnote in einer Tabelle.
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \end_inset
26807 </cell>
26808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26809 \begin_inset Text
26810
26811 \begin_layout Standard
26812 4
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 </row>
26818 <row topline="true">
26819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Standard
26823 a
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Standard
26832 b
26833 \end_layout
26834
26835 \end_inset
26836 </cell>
26837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26838 \begin_inset Text
26839
26840 \begin_layout Standard
26841 c
26842 \end_layout
26843
26844 \end_inset
26845 </cell>
26846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Standard
26850 d
26851 \end_layout
26852
26853 \end_inset
26854 </cell>
26855 </row>
26856 <row topline="true" bottomline="true">
26857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26858 \begin_inset Text
26859
26860 \begin_layout Standard
26861 e
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26867 \begin_inset Text
26868
26869 \begin_layout Standard
26870 f
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26876 \begin_inset Text
26877
26878 \begin_layout Standard
26879 g
26880 \end_layout
26881
26882 \end_inset
26883 </cell>
26884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26885 \begin_inset Text
26886
26887 \begin_layout Standard
26888 h
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 </row>
26894 </lyxtabular>
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \begin_layout Standard
26907 \begin_inset VSpace bigskip
26908 \end_inset
26909
26910 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
26911  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
26912  Absätze nicht eingerückt werden, obwohl Sie das in 
26913 \family sans
26914 Dokument
26915 \family default
26916 \SpecialChar \menuseparator
26917
26918 \family sans
26919 Einstellun\SpecialChar \-
26920 gen\SpecialChar \menuseparator
26921 Textformat
26922 \family default
26923  festgelegt haben.
26924  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
26925  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code-Befehl
26926  
26927 \series bold
26928
26929 \backslash
26930 hspace*{1em}
26931 \series default
26932 .
26933 \end_layout
26934
26935 \begin_layout Standard
26936 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
26937  zu verpassen, siehe Abschnitt\InsetSpace ~
26938
26939 \begin_inset LatexCommand ref
26940 reference "uab:Farbe-für-Absätze"
26941
26942 \end_inset
26943
26944 .
26945 \end_layout
26946
26947 \begin_layout Standard
26948 \begin_inset Note Greyedout
26949 status open
26950
26951 \begin_layout Standard
26952
26953 \series bold
26954 Bemerkung:
26955 \series default
26956  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
26957  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \end_layout
26964
26965 \begin_layout Section
26966 Parbox
26967 \begin_inset LatexCommand label
26968 name "abs:Parbox"
26969
26970 \end_inset
26971
26972
26973 \begin_inset LatexCommand index
26974 name "Boxen ! Parbox"
26975
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \begin_layout Standard
26982 Parbox ist eine Abkürzung für 
26983 \begin_inset Quotes gld
26984 \end_inset
26985
26986 paragraph box
26987 \begin_inset Quotes grd
26988 \end_inset
26989
26990 , was Absatzbox bedeutet.
26991  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
26992  Parboxen einige Einschränkungen.
26993  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
26994  gedruckt.:
26995 \end_layout
26996
26997 \begin_layout Standard
26998 \align center
26999 \begin_inset Box Frameless
27000 position "t"
27001 hor_pos "c"
27002 has_inner_box 1
27003 inner_pos "t"
27004 use_parbox 1
27005 width "33col%"
27006 special "none"
27007 height "1in"
27008 height_special "totalheight"
27009 status collapsed
27010
27011 \begin_layout Standard
27012 Dies ist Text in einer Parbox.
27013  Dies ist Text in einer Parbox.
27014 \end_layout
27015
27016 \begin_layout Standard
27017 Diese Fußnote wird nicht gedruckt:
27018 \begin_inset Foot
27019 status collapsed
27020
27021 \begin_layout Standard
27022 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
27037  und Theoreme enthalten.
27038 \end_layout
27039
27040 \begin_layout Section
27041 Boxen für Worte und Buchstaben
27042 \begin_inset LatexCommand index
27043 name "Boxen ! für Buchstaben"
27044
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \begin_layout Subsection
27051 Silbentrennung unterbinden 
27052 \begin_inset LatexCommand label
27053 name "abs:Silbentrennung-unterbinden"
27054
27055 \end_inset
27056
27057
27058 \begin_inset LatexCommand index
27059 name "Boxen ! zur Vermeidung von Silbentrennung"
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Standard
27067 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
27068 \newline
27069 Hier
27070  ist ein Beispiel: 
27071 \end_layout
27072
27073 \begin_layout Standard
27074 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
27075 \begin_inset Quotes gld
27076 \end_inset
27077
27078 einsehrserlangeswort
27079 \begin_inset Quotes grd
27080 \end_inset
27081
27082 .
27083 \end_layout
27084
27085 \begin_layout Standard
27086 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
27087  soll, den TeX-Code-Befehl
27088 \end_layout
27089
27090 \begin_layout Standard
27091
27092 \series bold
27093
27094 \backslash
27095 mbox{
27096 \end_layout
27097
27098 \begin_layout Standard
27099 ein TeX-Code, Hinter dem Wort fügen Sie 
27100 \series bold
27101
27102 \begin_inset Quotes gld
27103 \end_inset
27104
27105 }
27106 \series default
27107
27108 \begin_inset Quotes grd
27109 \end_inset
27110
27111  als TeX-Code ein.
27112  Hier ist das Ergebnis:
27113 \end_layout
27114
27115 \begin_layout Standard
27116 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
27117 \begin_inset ERT
27118 status collapsed
27119
27120 \begin_layout Standard
27121
27122
27123 \backslash
27124 mbox{
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \begin_inset Quotes gld
27131 \end_inset
27132
27133 einsehrserlangeswort
27134 \begin_inset Quotes grd
27135 \end_inset
27136
27137
27138 \begin_inset ERT
27139 status collapsed
27140
27141 \begin_layout Standard
27142
27143 }
27144 \end_layout
27145
27146 \end_inset
27147
27148 .
27149 \end_layout
27150
27151 \begin_layout Standard
27152 Alternativ dazu kann man auch den Befehl 
27153 \begin_inset Quotes gld
27154 \end_inset
27155
27156
27157 \series bold
27158
27159 \backslash
27160 -
27161 \series default
27162
27163 \begin_inset Quotes grd
27164 \end_inset
27165
27166  als TeX-Code direkt vor das Wort setzen:
27167 \end_layout
27168
27169 \begin_layout Standard
27170 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
27171 \begin_inset Quotes gld
27172 \end_inset
27173
27174
27175 \begin_inset ERT
27176 status collapsed
27177
27178 \begin_layout Standard
27179
27180
27181 \backslash
27182 -
27183 \end_layout
27184
27185 \end_inset
27186
27187 einsehrserlangeswort
27188 \begin_inset Quotes grd
27189 \end_inset
27190
27191 .
27192 \end_layout
27193
27194 \begin_layout Standard
27195 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
27196  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
27197 \series bold
27198 Strg-Return
27199 \series default
27200 ) einfügen: 
27201 \end_layout
27202
27203 \begin_layout Standard
27204 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
27205 \newline
27206
27207 \begin_inset ERT
27208 status collapsed
27209
27210 \begin_layout Standard
27211
27212
27213 \backslash
27214 mbox{
27215 \end_layout
27216
27217 \end_inset
27218
27219
27220 \begin_inset Quotes gld
27221 \end_inset
27222
27223 einsehrserlangeswort
27224 \begin_inset Quotes grd
27225 \end_inset
27226
27227
27228 \begin_inset ERT
27229 status collapsed
27230
27231 \begin_layout Standard
27232
27233 }
27234 \end_layout
27235
27236 \end_inset
27237
27238 .
27239 \end_layout
27240
27241 \begin_layout Subsection
27242 Vertikale Ausrichtung
27243 \begin_inset LatexCommand label
27244 name "uab:Vertikale-Ausrichtung"
27245
27246 \end_inset
27247
27248
27249 \begin_inset LatexCommand index
27250 name "Boxen ! für Vertikale Ausrichtung"
27251
27252 \end_inset
27253
27254
27255 \begin_inset LatexCommand index
27256 name "Boxen ! raisebox"
27257
27258 \end_inset
27259
27260
27261 \end_layout
27262
27263 \begin_layout Standard
27264 Mit dem LaTeX-Befehl 
27265 \series bold
27266
27267 \backslash
27268 raisebox
27269 \series default
27270  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
27271 n Textes ausrichten.
27272  
27273 \series bold
27274
27275 \backslash
27276 raisebox
27277 \series default
27278  wird folgendermaßen benutzt:
27279 \end_layout
27280
27281 \begin_layout Standard
27282
27283 \series bold
27284
27285 \backslash
27286 raisebox{Verschiebung}[oben][unten]{Text}
27287 \end_layout
27288
27289 \begin_layout Standard
27290 Positive Werte für Verschiebung
27291 \series bold
27292  
27293 \series default
27294 verschieben die Box nach oben, negative nach unten.
27295  Die beiden optionalen Parameter 
27296 \family typewriter
27297 oben
27298 \family default
27299  und 
27300 \family typewriter
27301 unten
27302 \family default
27303  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
27304  hinausgeht, wenn sie nicht verschoben ist.
27305 \end_layout
27306
27307 \begin_layout Standard
27308 Um zum Beispiel das Wort 
27309 \begin_inset Quotes gld
27310 \end_inset
27311
27312 provokant
27313 \begin_inset Quotes grd
27314 \end_inset
27315
27316  mit seinem 
27317 \begin_inset Quotes gld
27318 \end_inset
27319
27320 niedrigsten
27321 \begin_inset Quotes grd
27322 \end_inset
27323
27324  Buchstaben 
27325 \begin_inset Quotes gld
27326 \end_inset
27327
27328 p
27329 \begin_inset Quotes grd
27330 \end_inset
27331
27332  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
27333 \end_layout
27334
27335 \begin_layout Standard
27336
27337 \series bold
27338
27339 \backslash
27340 raisebox{
27341 \backslash
27342 depth}{
27343 \end_layout
27344
27345 \begin_layout Standard
27346 vor dem Wort einfügen und 
27347 \begin_inset Quotes gld
27348 \end_inset
27349
27350
27351 \series bold
27352 }
27353 \series default
27354
27355 \begin_inset Quotes grd
27356 \end_inset
27357
27358  als TeX-Code dahinter:
27359 \end_layout
27360
27361 \begin_layout Standard
27362 Dies ist eine Zeile, in der das Wort 
27363 \begin_inset ERT
27364 status collapsed
27365
27366 \begin_layout Standard
27367
27368
27369 \backslash
27370 raisebox{
27371 \backslash
27372 depth}{
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \begin_inset Quotes gld
27379 \end_inset
27380
27381 provokant
27382 \begin_inset Quotes grd
27383 \end_inset
27384
27385
27386 \begin_inset ERT
27387 status collapsed
27388
27389 \begin_layout Standard
27390
27391 }
27392 \end_layout
27393
27394 \end_inset
27395
27396  nach oben verschoben wurde.
27397 \end_layout
27398
27399 \begin_layout Standard
27400 \begin_inset VSpace bigskip
27401 \end_inset
27402
27403 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
27404  gedehnt:
27405 \end_layout
27406
27407 \begin_layout Standard
27408 Dies ist eine Zeile, in der das Wort 
27409 \begin_inset ERT
27410 status collapsed
27411
27412 \begin_layout Standard
27413
27414
27415 \backslash
27416 raisebox{-
27417 \backslash
27418 depth}{
27419 \end_layout
27420
27421 \end_inset
27422
27423
27424 \begin_inset Quotes gld
27425 \end_inset
27426
27427 provokant
27428 \begin_inset Quotes grd
27429 \end_inset
27430
27431
27432 \begin_inset ERT
27433 status collapsed
27434
27435 \begin_layout Standard
27436
27437 }
27438 \end_layout
27439
27440 \end_inset
27441
27442  nach unten verschoben wurde.
27443 \end_layout
27444
27445 \begin_layout Standard
27446 Dies ist eine Zeile, in der das Wort 
27447 \begin_inset ERT
27448 status collapsed
27449
27450 \begin_layout Standard
27451
27452
27453 \backslash
27454 raisebox{0.5cm}{
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \begin_inset Quotes gld
27461 \end_inset
27462
27463 testen
27464 \begin_inset Quotes grd
27465 \end_inset
27466
27467
27468 \begin_inset ERT
27469 status collapsed
27470
27471 \begin_layout Standard
27472
27473 }
27474 \end_layout
27475
27476 \end_inset
27477
27478  um 0.5\InsetSpace \thinspace{}
27479 cm nach oben verschoben wurde.
27480 \end_layout
27481
27482 \begin_layout Standard
27483 Wenn Sie das nicht wollen, können Sie die Boxhöhe auf 0 setzen:
27484 \end_layout
27485
27486 \begin_layout Standard
27487
27488 \series bold
27489
27490 \backslash
27491 raisebox{-
27492 \backslash
27493 depth}[0pt]{
27494 \end_layout
27495
27496 \begin_layout Standard
27497 Dies ist eine Zeile, in der das Wort 
27498 \begin_inset ERT
27499 status collapsed
27500
27501 \begin_layout Standard
27502
27503
27504 \backslash
27505 raisebox{-
27506 \backslash
27507 depth}[0pt]{
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \begin_inset Quotes gld
27514 \end_inset
27515
27516 provokant
27517 \begin_inset Quotes grd
27518 \end_inset
27519
27520
27521 \begin_inset ERT
27522 status collapsed
27523
27524 \begin_layout Standard
27525
27526 }
27527 \end_layout
27528
27529 \end_inset
27530
27531  nach unten verschoben wurde.
27532 \end_layout
27533
27534 \begin_layout Standard
27535 Dies ist eine Zeile, in der das Wort 
27536 \begin_inset ERT
27537 status collapsed
27538
27539 \begin_layout Standard
27540
27541
27542 \backslash
27543 raisebox{0.5cm}[0pt]{
27544 \end_layout
27545
27546 \end_inset
27547
27548
27549 \begin_inset Quotes gld
27550 \end_inset
27551
27552 testen
27553 \begin_inset Quotes grd
27554 \end_inset
27555
27556
27557 \begin_inset ERT
27558 status collapsed
27559
27560 \begin_layout Standard
27561
27562 }
27563 \end_layout
27564
27565 \end_inset
27566
27567  um 0.5\InsetSpace \thinspace{}
27568 cm nach oben verschoben wurde.
27569  Jetzt überschneiden sich die verschobenen Worte.
27570 \end_layout
27571
27572 \begin_layout Section
27573 Farbige Boxen
27574 \begin_inset LatexCommand label
27575 name "abs:Farbige-Boxen"
27576
27577 \end_inset
27578
27579
27580 \begin_inset LatexCommand index
27581 name "Boxen ! farbige"
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Subsection
27589 Text-Hintergrundfarbe
27590 \begin_inset LatexCommand index
27591 name "Farbe ! für Text-Hintergrund"
27592
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \begin_layout Standard
27599 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
27600  sogenannten 
27601 \begin_inset Quotes gld
27602 \end_inset
27603
27604 colorbox
27605 \begin_inset Quotes grd
27606 \end_inset
27607
27608  stehen.
27609  Dafür muss das LaTeX-Paket 
27610 \series bold
27611 color
27612 \series default
27613
27614 \begin_inset LatexCommand index
27615 name "LaTeX-Pakete ! color"
27616
27617 \end_inset
27618
27619  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
27620 \end_layout
27621
27622 \begin_layout Standard
27623
27624 \series bold
27625
27626 \backslash
27627 @ifundef\SpecialChar \textcompwordmark{}
27628 ined{textcolor}
27629 \newline
27630
27631 \begin_inset ERT
27632 status collapsed
27633
27634 \begin_layout Standard
27635
27636
27637 \backslash
27638 hphantom{ }
27639 \end_layout
27640
27641 \end_inset
27642
27643 {
27644 \backslash
27645 usepackage{color}}{}
27646 \end_layout
27647
27648 \begin_layout Standard
27649 Wenn Sie Text einfärben, lädt LyX das Paket 
27650 \series bold
27651 color
27652 \series default
27653  automatisch.
27654 \begin_inset Foot
27655 status collapsed
27656
27657 \begin_layout Standard
27658 Der Befehl 
27659 \series bold
27660
27661 \backslash
27662 @ifundef\SpecialChar \textcompwordmark{}
27663 ined
27664 \series default
27665  vermeidet, dass es in diesem Fall doppelt geladen wird.
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \begin_layout Standard
27674 \begin_inset VSpace medskip
27675 \end_inset
27676
27677 Colorboxen werden mit dem Befehl 
27678 \series bold
27679
27680 \backslash
27681 colorbox
27682 \series default
27683  erzeugt:
27684 \end_layout
27685
27686 \begin_layout Standard
27687
27688 \series bold
27689
27690 \backslash
27691 colorbox{Farbe}{Boxinhalt}
27692 \end_layout
27693
27694 \begin_layout Standard
27695 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
27696  Boxen sein.
27697 \end_layout
27698
27699 \begin_layout Standard
27700 Die folgenden Farben sind vordefiniert (
27701 \begin_inset Graphics
27702         filename ../../images/dialog-show_character.png
27703         scale 70
27704         scaleBeforeRotation
27705         BoundingBox 0bp 0bp 22bp 22bp
27706
27707 \end_inset
27708
27709 \SpecialChar \menuseparator
27710
27711 \family sans
27712 Farbe
27713 \family default
27714 ):
27715 \family sans
27716  schwarz
27717 \family default
27718
27719 \family sans
27720 wei
27721 \family default
27722 ß, 
27723 \family sans
27724 rot
27725 \family default
27726 \series bold
27727 ,
27728 \series default
27729  
27730 \family sans
27731 grün
27732 \family default
27733
27734 \family sans
27735 blau
27736 \family default
27737
27738 \family sans
27739 türkis
27740 \family default
27741
27742 \family sans
27743 purpurrot
27744 \family default
27745  und 
27746 \family sans
27747 gelb
27748 \family default
27749 .
27750 \end_layout
27751
27752 \begin_layout Standard
27753 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt\InsetSpace ~
27754
27755 \begin_inset LatexCommand ref
27756 reference "abs:Farbige-Tabellen"
27757
27758 \end_inset
27759
27760  beschrieben.
27761 \end_layout
27762
27763 \begin_layout Standard
27764 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
27765  den TeX-Code-Befehl
27766 \end_layout
27767
27768 \begin_layout Standard
27769
27770 \series bold
27771
27772 \backslash
27773 colorbox{red}{
27774 \end_layout
27775
27776 \begin_layout Standard
27777 vor dem Wort ein.
27778  Hinter dem Wort fügen Sie 
27779 \series bold
27780
27781 \begin_inset Quotes gld
27782 \end_inset
27783
27784 }
27785 \series default
27786
27787 \begin_inset Quotes grd
27788 \end_inset
27789
27790  als TeX-Code ein.
27791  Hier ist das Ergebnis:
27792 \end_layout
27793
27794 \begin_layout Standard
27795 In dieser Zeile hat 
27796 \begin_inset ERT
27797 status collapsed
27798
27799 \begin_layout Standard
27800
27801
27802 \backslash
27803 colorbox{red}{
27804 \end_layout
27805
27806 \end_inset
27807
27808 Achtung!
27809 \begin_inset ERT
27810 status collapsed
27811
27812 \begin_layout Standard
27813
27814 }
27815 \end_layout
27816
27817 \end_inset
27818
27819  einen roten Hintergrund.
27820 \end_layout
27821
27822 \begin_layout Standard
27823 \begin_inset VSpace bigskip
27824 \end_inset
27825
27826 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
27827  
27828 \series bold
27829
27830 \backslash
27831 fcolorbox
27832 \series default
27833  verwenden:
27834 \end_layout
27835
27836 \begin_layout Standard
27837
27838 \series bold
27839
27840 \backslash
27841 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
27842 \end_layout
27843
27844 \begin_layout Standard
27845
27846 \series bold
27847
27848 \backslash
27849 fcolorbox
27850 \series default
27851  ist eine Erweiterung von 
27852 \series bold
27853
27854 \backslash
27855 colorbox
27856 \series default
27857 .
27858  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
27859  
27860 \series bold
27861
27862 \backslash
27863 fboxrule
27864 \series default
27865  und 
27866 \series bold
27867
27868 \backslash
27869 fboxsep
27870 \series default
27871  gesteuert werden, wie in Abschnitt\InsetSpace ~
27872
27873 \begin_inset LatexCommand ref
27874 reference "abs:Gerahmte-Boxen"
27875
27876 \end_inset
27877
27878  beschrieben.
27879 \end_layout
27880
27881 \begin_layout Standard
27882 Für das folgende Beispiel wurde der Befehl
27883 \end_layout
27884
27885 \begin_layout Standard
27886
27887 \series bold
27888
27889 \backslash
27890 fcolorbox{cyan}{magenta}{
27891 \end_layout
27892
27893 \begin_layout Standard
27894 benutzt.
27895  Hier wurden die Rahmendicke und der Abstand auf 1\InsetSpace \thinspace{}
27896 mm gesetzt:
27897 \newline
27898
27899 \begin_inset ERT
27900 status collapsed
27901
27902 \begin_layout Standard
27903
27904
27905 \backslash
27906 fboxrule 1mm 
27907 \backslash
27908 fboxsep 1mm
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \begin_inset ERT
27915 status collapsed
27916
27917 \begin_layout Standard
27918
27919
27920 \backslash
27921 fcolorbox{cyan}{green}{
27922 \end_layout
27923
27924 \end_inset
27925
27926 Dies ist Text in einer farbigen, gerahmten Box.
27927 \begin_inset ERT
27928 status collapsed
27929
27930 \begin_layout Standard
27931
27932 }
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \begin_layout Standard
27941 \begin_inset VSpace bigskip
27942 \end_inset
27943
27944 Natürlich gibt es auch farbigen Text in einer Colorbox:
27945 \newline
27946
27947 \begin_inset ERT
27948 status collapsed
27949
27950 \begin_layout Standard
27951
27952
27953 \backslash
27954 fcolorbox{cyan}{green}{
27955 \end_layout
27956
27957 \end_inset
27958
27959
27960 \color yellow
27961 Dies ist farbiger Text in einer farbigen, gerahmten Box.
27962 \color none
27963
27964 \begin_inset ERT
27965 status collapsed
27966
27967 \begin_layout Standard
27968
27969 }
27970 \end_layout
27971
27972 \end_inset
27973
27974
27975 \begin_inset ERT
27976 status collapsed
27977
27978 \begin_layout Standard
27979
27980
27981 \backslash
27982 fboxrule 0.4pt 
27983 \backslash
27984 fboxsep 3pt
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \begin_layout Standard
27993 \begin_inset VSpace bigskip
27994 \end_inset
27995
27996
27997 \end_layout
27998
27999 \begin_layout Standard
28000 \begin_inset Note Greyedout
28001 status open
28002
28003 \begin_layout Standard
28004 \noindent
28005
28006 \series bold
28007 Bemerkung:
28008 \series default
28009  Text in Colorboxen kann nicht umgebrochen werden.
28010  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
28011  wie im folgenden beschrieben.
28012 \end_layout
28013
28014 \end_inset
28015
28016
28017 \end_layout
28018
28019 \begin_layout Subsection
28020 Farbe für Absätze
28021 \begin_inset LatexCommand label
28022 name "uab:Farbe-für-Absätze"
28023
28024 \end_inset
28025
28026
28027 \begin_inset LatexCommand index
28028 name "Farbe ! für Absätze"
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Standard
28036 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
28037  den Text in eine Minipage stellen.
28038  Vor der Minipage fügen Sie den TeX-Code-Befehl
28039 \end_layout
28040
28041 \begin_layout Standard
28042
28043 \series bold
28044
28045 \backslash
28046 colorbox{color}{
28047 \end_layout
28048
28049 \begin_layout Standard
28050 ein.
28051  Hinter der Minipage fügen Sie 
28052 \series bold
28053
28054 \begin_inset Quotes gld
28055 \end_inset
28056
28057 }
28058 \series default
28059
28060 \begin_inset Quotes grd
28061 \end_inset
28062
28063  als TeX-Code ein.
28064 \end_layout
28065
28066 \begin_layout Standard
28067 \begin_inset ERT
28068 status collapsed
28069
28070 \begin_layout Standard
28071
28072
28073 \backslash
28074 colorbox{hellgrau}{
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \begin_inset Box Frameless
28081 position "t"
28082 hor_pos "c"
28083 has_inner_box 1
28084 inner_pos "t"
28085 use_parbox 0
28086 width "100col%"
28087 special "none"
28088 height "1in"
28089 height_special "totalheight"
28090 status collapsed
28091
28092 \begin_layout Standard
28093 Dies ist Text mit einer Hintergrundfarbe.
28094  Dies ist Text mit einer Hintergrundfarbe.
28095 \end_layout
28096
28097 \begin_layout Standard
28098 Der Text kann Fußnoten
28099 \begin_inset Foot
28100 status open
28101
28102 \begin_layout Standard
28103 Eine weitere Fußnote
28104 \end_layout
28105
28106 \end_inset
28107
28108  und Tabellen und Abbildungen enthalten.
28109 \end_layout
28110
28111 \begin_layout Standard
28112 \align center
28113 \begin_inset Tabular
28114 <lyxtabular version="3" rows="3" columns="3">
28115 <features>
28116 <column alignment="center" valignment="top" leftline="true" width="0">
28117 <column alignment="center" valignment="top" leftline="true" width="0">
28118 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28119 <row topline="true">
28120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Standard
28124 a
28125 \end_layout
28126
28127 \end_inset
28128 </cell>
28129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28130 \begin_inset Text
28131
28132 \begin_layout Standard
28133 !
28134 \end_layout
28135
28136 \end_inset
28137 </cell>
28138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28139 \begin_inset Text
28140
28141 \begin_layout Standard
28142 3
28143 \end_layout
28144
28145 \end_inset
28146 </cell>
28147 </row>
28148 <row topline="true">
28149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28150 \begin_inset Text
28151
28152 \begin_layout Standard
28153 <
28154 \end_layout
28155
28156 \end_inset
28157 </cell>
28158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28159 \begin_inset Text
28160
28161 \begin_layout Standard
28162 b2
28163 \begin_inset Quotes erd
28164 \end_inset
28165
28166 |
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28172 \begin_inset Text
28173
28174 \begin_layout Standard
28175 >
28176 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 </row>
28181 <row topline="true" bottomline="true">
28182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28183 \begin_inset Text
28184
28185 \begin_layout Standard
28186 1
28187 \end_layout
28188
28189 \end_inset
28190 </cell>
28191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28192 \begin_inset Text
28193
28194 \begin_layout Standard
28195 §
28196 \end_layout
28197
28198 \end_inset
28199 </cell>
28200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28201 \begin_inset Text
28202
28203 \begin_layout Standard
28204 c
28205 \end_layout
28206
28207 \end_inset
28208 </cell>
28209 </row>
28210 </lyxtabular>
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \begin_inset ERT
28221 status collapsed
28222
28223 \begin_layout Standard
28224
28225 }
28226 \end_layout
28227
28228 \end_inset
28229
28230
28231 \end_layout
28232
28233 \begin_layout Section
28234 Rotierte und skalierte Boxen
28235 \end_layout
28236
28237 \begin_layout Standard
28238 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
28239 \series bold
28240 graphicx
28241 \series default
28242
28243 \begin_inset LatexCommand index
28244 name "LaTeX-Pakete ! graphicx"
28245
28246 \end_inset
28247
28248  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
28249 \end_layout
28250
28251 \begin_layout Standard
28252
28253 \series bold
28254
28255 \backslash
28256 @ifundefined{rotatebox}
28257 \newline
28258
28259 \begin_inset ERT
28260 status collapsed
28261
28262 \begin_layout Standard
28263
28264
28265 \backslash
28266 hphantom{ }
28267 \end_layout
28268
28269 \end_inset
28270
28271 {
28272 \backslash
28273 usepackage{graphicx}}{}
28274 \end_layout
28275
28276 \begin_layout Standard
28277 \begin_inset Note Greyedout
28278 status open
28279
28280 \begin_layout Standard
28281
28282 \series bold
28283 Bemerkung:
28284 \series default
28285  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
28286  darstellen.
28287  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
28288 \end_layout
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Standard
28296 \begin_inset Note Greyedout
28297 status open
28298
28299 \begin_layout Standard
28300
28301 \series bold
28302 Bemerkung:
28303 \series default
28304  Gleitobjekte dürfen nicht in eine rotiere oder skaliere Box gesetzt werden.
28305 \end_layout
28306
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \begin_layout Subsection
28313 Rotierte Boxen
28314 \begin_inset LatexCommand index
28315 name "Boxen ! rotierte"
28316
28317 \end_inset
28318
28319
28320 \begin_inset LatexCommand index
28321 name "Rotiertes Material"
28322
28323 \end_inset
28324
28325
28326 \begin_inset LatexCommand index
28327 name "Abbildungen ! rotierte"
28328
28329 \end_inset
28330
28331
28332 \begin_inset LatexCommand index
28333 name "Tabellen ! rotierte"
28334
28335 \end_inset
28336
28337
28338 \end_layout
28339
28340 \begin_layout Standard
28341 Um Text zu drehen, verwendet man den Befehl 
28342 \series bold
28343
28344 \backslash
28345 rotatebox
28346 \series default
28347  im TeX-Code nach folgendem Schema:
28348 \end_layout
28349
28350 \begin_layout Standard
28351
28352 \series bold
28353
28354 \backslash
28355 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
28356 \end_layout
28357
28358 \begin_layout Standard
28359 Der Drehpunkt wird mit 
28360 \series bold
28361 origin=Position
28362 \series default
28363  angegeben.
28364  Folgende Positionen sind möglich: 
28365 \emph on
28366 c
28367 \emph default
28368  (mittig), 
28369 \emph on
28370 l
28371 \emph default
28372  (links), 
28373 \emph on
28374 r
28375 \emph default
28376  (rechts), 
28377 \emph on
28378 b
28379 \emph default
28380  (unten), 
28381 \emph on
28382 t
28383 \emph default
28384  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
28385  Z.\InsetSpace \thinspace{}
28386 B.
28387  bedeutet 
28388 \emph on
28389 lt
28390 \emph default
28391 , dass sich der Drehpunkt links oben befindet.
28392  Wird kein Drehpunkt angegeben, wird die Position 
28393 \emph on
28394 l
28395 \emph default
28396  verwendet.
28397  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
28398  Gedreht wird gegen den Uhrzeigersinn.
28399 \end_layout
28400
28401 \begin_layout Standard
28402 Im folgenden Beispiel wurde vor dem Text der Befehl 
28403 \series bold
28404
28405 \backslash
28406 rotatebox[origin=c]{60}{
28407 \series default
28408  im TeX-Modus eingegeben.
28409  Nach dem Text wurde die schließende Klammer 
28410 \series bold
28411 }
28412 \series default
28413  wiederum im TeX-Modus eingegeben.
28414 \end_layout
28415
28416 \begin_layout Standard
28417 Dies ist eine Zeile 
28418 \begin_inset ERT
28419 status collapsed
28420
28421 \begin_layout Standard
28422
28423
28424 \backslash
28425 rotatebox[origin=c]{60}{
28426 \end_layout
28427
28428 \end_inset
28429
28430 mit rotiertem
28431 \begin_inset ERT
28432 status collapsed
28433
28434 \begin_layout Standard
28435
28436 }
28437 \end_layout
28438
28439 \end_inset
28440
28441  Text.
28442 \end_layout
28443
28444 \begin_layout Standard
28445 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
28446 \end_layout
28447
28448 \begin_layout Standard
28449 Dies ist eine Zeile 
28450 \begin_inset ERT
28451 status collapsed
28452
28453 \begin_layout Standard
28454
28455
28456 \backslash
28457 rotatebox[origin=r]{-60}{
28458 \end_layout
28459
28460 \end_inset
28461
28462
28463 \begin_inset Box Doublebox
28464 position "c"
28465 hor_pos "c"
28466 has_inner_box 0
28467 inner_pos "c"
28468 use_parbox 0
28469 width "1in"
28470 special "width"
28471 height "1in"
28472 height_special "totalheight"
28473 status collapsed
28474
28475 \begin_layout Standard
28476 mit rotiertem
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \begin_inset ERT
28483 status collapsed
28484
28485 \begin_layout Standard
28486
28487 }
28488 \end_layout
28489
28490 \end_inset
28491
28492  umrandeten Text 
28493 \begin_inset ERT
28494 status collapsed
28495
28496 \begin_layout Standard
28497
28498
28499 \backslash
28500 rotatebox[origin=lb]{60}{
28501 \end_layout
28502
28503 \end_inset
28504
28505
28506 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28507 \end_inset
28508
28509
28510 \begin_inset ERT
28511 status collapsed
28512
28513 \begin_layout Standard
28514
28515 }
28516 \end_layout
28517
28518 \end_inset
28519
28520  und einer Formel.
28521 \end_layout
28522
28523 \begin_layout Standard
28524 oder ein Bild oder Tabelle:
28525 \end_layout
28526
28527 \begin_layout Standard
28528 Dies ist eine Zeile 
28529 \begin_inset ERT
28530 status collapsed
28531
28532 \begin_layout Standard
28533
28534
28535 \backslash
28536 rotatebox[origin=lb]{90}{
28537 \end_layout
28538
28539 \end_inset
28540
28541
28542 \begin_inset Graphics
28543         filename ../clipart/platypus.eps
28544         lyxscale 50
28545         width 25col%
28546
28547 \end_inset
28548
28549
28550 \begin_inset ERT
28551 status collapsed
28552
28553 \begin_layout Standard
28554
28555 }
28556 \end_layout
28557
28558 \end_inset
28559
28560  mit einem rotierten Bild 
28561 \begin_inset ERT
28562 status collapsed
28563
28564 \begin_layout Standard
28565
28566
28567 \backslash
28568 rotatebox[origin=l]{-90}{
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \begin_inset Tabular
28575 <lyxtabular version="3" rows="2" columns="2">
28576 <features>
28577 <column alignment="center" valignment="top" leftline="true" width="0">
28578 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
28579 <row topline="true">
28580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28581 \begin_inset Text
28582
28583 \begin_layout Standard
28584 q
28585 \end_layout
28586
28587 \end_inset
28588 </cell>
28589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28590 \begin_inset Text
28591
28592 \begin_layout Standard
28593 w
28594 \end_layout
28595
28596 \end_inset
28597 </cell>
28598 </row>
28599 <row topline="true" bottomline="true">
28600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28601 \begin_inset Text
28602
28603 \begin_layout Standard
28604 e
28605 \end_layout
28606
28607 \end_inset
28608 </cell>
28609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28610 \begin_inset Text
28611
28612 \begin_layout Standard
28613 r
28614 \end_layout
28615
28616 \end_inset
28617 </cell>
28618 </row>
28619 </lyxtabular>
28620
28621 \end_inset
28622
28623
28624 \begin_inset ERT
28625 status collapsed
28626
28627 \begin_layout Standard
28628
28629 }
28630 \end_layout
28631
28632 \end_inset
28633
28634  und Tabelle.
28635 \end_layout
28636
28637 \begin_layout Subsection
28638 Skalierte Boxen
28639 \begin_inset LatexCommand index
28640 name "Boxen ! skalierte"
28641
28642 \end_inset
28643
28644
28645 \begin_inset LatexCommand index
28646 name "Skaliertes Material"
28647
28648 \end_inset
28649
28650
28651 \begin_inset LatexCommand index
28652 name "Abbildungen ! skalierte"
28653
28654 \end_inset
28655
28656
28657 \begin_inset LatexCommand index
28658 name "Tabellen ! skalierte"
28659
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \begin_layout Standard
28666 Um Text zu skalieren, kann man die Befehle 
28667 \series bold
28668
28669 \backslash
28670 scalebox
28671 \series default
28672  und 
28673 \series bold
28674
28675 \backslash
28676 resizebox
28677 \series default
28678  im TeX-Modus verwenden.
28679 \end_layout
28680
28681 \begin_layout Standard
28682
28683 \series bold
28684
28685 \backslash
28686 scalebox
28687 \series default
28688  wird nach folgendem Schema verwendet:
28689 \end_layout
28690
28691 \begin_layout Standard
28692
28693 \series bold
28694
28695 \backslash
28696 scalebox{horizontal}[vertikal]{Boxinhalt}
28697 \end_layout
28698
28699 \begin_layout Standard
28700 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
28701  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
28702  verwendet.
28703 \end_layout
28704
28705 \begin_layout Standard
28706 Z.\InsetSpace \thinspace{}
28707 B.
28708  ergibt der Befehl 
28709 \series bold
28710
28711 \backslash
28712 scalebox{2}{Hallo}
28713 \series default
28714  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
28715 \begin_inset ERT
28716 status collapsed
28717
28718 \begin_layout Standard
28719
28720
28721 \backslash
28722 scalebox{2}{
28723 \end_layout
28724
28725 \end_inset
28726
28727 Hallo
28728 \begin_inset ERT
28729 status collapsed
28730
28731 \begin_layout Standard
28732
28733 }
28734 \end_layout
28735
28736 \end_inset
28737
28738 .
28739 \end_layout
28740
28741 \begin_layout Standard
28742
28743 \series bold
28744
28745 \backslash
28746 scalebox{2}[1]{Hallo}
28747 \series default
28748  verzerrt hingegen das 
28749 \begin_inset ERT
28750 status collapsed
28751
28752 \begin_layout Standard
28753
28754
28755 \backslash
28756 scalebox{2}[1]{
28757 \end_layout
28758
28759 \end_inset
28760
28761 Hallo
28762 \begin_inset ERT
28763 status collapsed
28764
28765 \begin_layout Standard
28766
28767 }
28768 \end_layout
28769
28770 \end_inset
28771
28772 .
28773 \end_layout
28774
28775 \begin_layout Standard
28776 Die Skalierungsfaktoren dürfen auch negativ sein.
28777  In diesem Fall wird der Boxinhalt gespiegelt.
28778 \end_layout
28779
28780 \begin_layout Standard
28781 Daher lässt sich mit dem Befehl 
28782 \series bold
28783
28784 \backslash
28785 scalebox{-1}[1]{Hallo}
28786 \series default
28787  Spiegelschrift erstellen: 
28788 \begin_inset ERT
28789 status collapsed
28790
28791 \begin_layout Standard
28792
28793
28794 \backslash
28795 scalebox{-1}[1]{
28796 \end_layout
28797
28798 \end_inset
28799
28800 Hallo
28801 \begin_inset ERT
28802 status collapsed
28803
28804 \begin_layout Standard
28805
28806 }
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \begin_layout Standard
28815
28816 \series bold
28817
28818 \backslash
28819 scalebox{1}[-1]{Hallo}
28820 \series default
28821  spiegelt das 
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Standard
28826
28827
28828 \backslash
28829 scalebox{1}[-1]{
28830 \end_layout
28831
28832 \end_inset
28833
28834 Hallo
28835 \begin_inset ERT
28836 status collapsed
28837
28838 \begin_layout Standard
28839
28840 }
28841 \end_layout
28842
28843 \end_inset
28844
28845  an der Grundlinie.
28846 \end_layout
28847
28848 \begin_layout Standard
28849 Zu 
28850 \series bold
28851
28852 \backslash
28853 scalebox{-1}[1]{Boxinhalt}
28854 \series default
28855  gibt es den äquivalenten Befehl
28856 \newline
28857
28858 \series bold
28859
28860 \backslash
28861 ref\SpecialChar \textcompwordmark{}
28862 lectbox{Boxinhalt}
28863 \series default
28864 .
28865 \end_layout
28866
28867 \begin_layout Standard
28868 \begin_inset VSpace bigskip
28869 \end_inset
28870
28871
28872 \series bold
28873
28874 \backslash
28875 resizebox
28876 \series default
28877  verwendet man um den Boxinhalt auf eine bestimmte Höhe bzw.
28878  Breite zu skalieren.
28879  Das Befehlsschema ist folgendes:
28880 \end_layout
28881
28882 \begin_layout Standard
28883
28884 \series bold
28885
28886 \backslash
28887 resizebox{Breite}{Höhe}{Boxinhalt}
28888 \end_layout
28889
28890 \begin_layout Standard
28891 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
28892 \series bold
28893 !
28894 \series default
28895  ein, wird die Größe so gewählt, dass das Aspektverhältnis der Box beibehalten
28896  wird.
28897 \end_layout
28898
28899 \begin_layout Standard
28900 Der Befehl 
28901 \series bold
28902
28903 \backslash
28904 resizebox{2cm}{1cm}{Hallo}
28905 \series default
28906  ergibt: 
28907 \begin_inset ERT
28908 status collapsed
28909
28910 \begin_layout Standard
28911
28912
28913 \backslash
28914 resizebox{2cm}{1cm}{
28915 \end_layout
28916
28917 \end_inset
28918
28919 Hallo
28920 \begin_inset ERT
28921 status collapsed
28922
28923 \begin_layout Standard
28924
28925 }
28926 \end_layout
28927
28928 \end_inset
28929
28930
28931 \newline
28932 Der Befehl 
28933 \series bold
28934
28935 \backslash
28936 resizebox{2cm}{!}{Hallo}
28937 \series default
28938  ergibt: 
28939 \begin_inset ERT
28940 status collapsed
28941
28942 \begin_layout Standard
28943
28944
28945 \backslash
28946 resizebox{2cm}{!}{
28947 \end_layout
28948
28949 \end_inset
28950
28951 Hallo
28952 \begin_inset ERT
28953 status collapsed
28954
28955 \begin_layout Standard
28956
28957 }
28958 \end_layout
28959
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \begin_layout Standard
28966 \begin_inset VSpace bigskip
28967 \end_inset
28968
28969
28970 \begin_inset Note Greyedout
28971 status open
28972
28973 \begin_layout Standard
28974
28975 \series bold
28976 Bemerkung:
28977 \series default
28978  Wurde in Argumenten von 
28979 \series bold
28980
28981 \backslash
28982 scalebox
28983 \series default
28984  oder 
28985 \series bold
28986
28987 \backslash
28988 resizebox
28989 \series default
28990  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
28991  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
28992  werden.
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Standard
29001 \begin_inset VSpace bigskip
29002 \end_inset
29003
29004
29005 \end_layout
29006
29007 \begin_layout Standard
29008 Alle Boxen können beliebig miteinander kombiniert werden.
29009  So ergibt z.\InsetSpace \thinspace{}
29010 B.
29011  der Befehl
29012 \newline
29013
29014 \series bold
29015
29016 \backslash
29017 rotatebox[origin=c]{-45}{
29018 \backslash
29019 resizebox{2cm}{!}{
29020 \backslash
29021 reflectbox{Hallo}}}
29022 \series default
29023 :
29024 \end_layout
29025
29026 \begin_layout Standard
29027 \align center
29028 \begin_inset ERT
29029 status collapsed
29030
29031 \begin_layout Standard
29032
29033
29034 \backslash
29035 rotatebox[origin=c]{-45}{
29036 \backslash
29037 resizebox{2cm}{!}{
29038 \backslash
29039 reflectbox{
29040 \end_layout
29041
29042 \end_inset
29043
29044 Hallo
29045 \begin_inset ERT
29046 status collapsed
29047
29048 \begin_layout Standard
29049
29050 }}}
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Standard
29059 \noindent
29060 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
29061 \end_layout
29062
29063 \begin_layout Standard
29064 \align center
29065 \begin_inset ERT
29066 status collapsed
29067
29068 \begin_layout Standard
29069
29070
29071 \backslash
29072 rotatebox[origin=c]{-30}{
29073 \backslash
29074 resizebox{2cm}{!}{
29075 \backslash
29076 reflectbox{
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \begin_inset Graphics
29083         filename ../clipart/platypus.eps
29084         lyxscale 50
29085         width 25col%
29086
29087 \end_inset
29088
29089
29090 \begin_inset ERT
29091 status collapsed
29092
29093 \begin_layout Standard
29094
29095 }}}
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \begin_inset ERT
29102 status collapsed
29103
29104 \begin_layout Standard
29105
29106
29107 \backslash
29108 rotatebox[origin=c]{-45}{
29109 \backslash
29110 resizebox{2cm}{!}{
29111 \backslash
29112 reflectbox{
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \begin_inset Tabular
29119 <lyxtabular version="3" rows="2" columns="2">
29120 <features>
29121 <column alignment="center" valignment="top" leftline="true" width="0">
29122 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29123 <row topline="true">
29124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29125 \begin_inset Text
29126
29127 \begin_layout Standard
29128 q
29129 \end_layout
29130
29131 \end_inset
29132 </cell>
29133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29134 \begin_inset Text
29135
29136 \begin_layout Standard
29137 w
29138 \end_layout
29139
29140 \end_inset
29141 </cell>
29142 </row>
29143 <row topline="true" bottomline="true">
29144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29145 \begin_inset Text
29146
29147 \begin_layout Standard
29148 e
29149 \end_layout
29150
29151 \end_inset
29152 </cell>
29153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29154 \begin_inset Text
29155
29156 \begin_layout Standard
29157 r
29158 \end_layout
29159
29160 \end_inset
29161 </cell>
29162 </row>
29163 </lyxtabular>
29164
29165 \end_inset
29166
29167
29168 \begin_inset ERT
29169 status collapsed
29170
29171 \begin_layout Standard
29172
29173 }}}
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Standard
29183
29184
29185 \backslash
29186 rotatebox[origin=c]{-45}{
29187 \backslash
29188 resizebox{2cm}{!}{
29189 \backslash
29190 reflectbox{
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29197 \end_inset
29198
29199
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Standard
29204
29205 }}}
29206 \end_layout
29207
29208 \end_inset
29209
29210
29211 \end_layout
29212
29213 \begin_layout Standard
29214 Hat man den globalen Formelstil 
29215 \series bold
29216 fleqn
29217 \series default
29218
29219 \begin_inset Foot
29220 status collapsed
29221
29222 \begin_layout Standard
29223 Wenn 
29224 \begin_inset Quotes gld
29225 \end_inset
29226
29227 fleqn
29228 \begin_inset Quotes grd
29229 \end_inset
29230
29231  zu den Dokumentklassen-Optionen hinzugefügt wurde.
29232 \end_layout
29233
29234 \end_inset
29235
29236  gewählt, kann man auch abgesetzte Formeln skalieren.
29237 \end_layout
29238
29239 \begin_layout Section
29240 URL (Uniform Resource Locator)
29241 \begin_inset LatexCommand index
29242 name "URL"
29243
29244 \end_inset
29245
29246
29247 \end_layout
29248
29249 \begin_layout Standard
29250 Internet- oder Email-Adressen können mit 
29251 \begin_inset Graphics
29252         filename ../../images/url-insert.png
29253         scale 70
29254         scaleBeforeRotation
29255         BoundingBox 0bp 0bp 22bp 22bp
29256
29257 \end_inset
29258
29259  oder
29260 \family sans
29261  Einfügen\SpecialChar \menuseparator
29262 URL
29263 \family default
29264  eingefügt werden.
29265  Das Dialogfenster 
29266 \family sans
29267 URL
29268 \family default
29269  hat zwei Felder: 
29270 \family sans
29271 URL
29272 \family default
29273  für die Adresse und 
29274 \family sans
29275 Name
29276 \family default
29277  für die URL-Beschreibung, die vor der URL gedruckt wird.
29278 \end_layout
29279
29280 \begin_layout Standard
29281 Hier ist ein Beispiel: 
29282 \begin_inset LatexCommand url
29283 name "LyX-Homepage:"
29284 target "http://www.lyx.org"
29285
29286 \end_inset
29287
29288 .
29289 \end_layout
29290
29291 \begin_layout Standard
29292 Die Option 
29293 \family sans
29294 Hyperlink
29295 \family default
29296 \InsetSpace ~
29297
29298 \family sans
29299 erzeugen
29300 \family default
29301  bewirkt nichts.
29302  Dieses Relikt wird mit der nächsten LyX-Version beseitigt.
29303 \end_layout
29304
29305 \begin_layout Standard
29306 Das Aussehen des Textes können Sie nicht ändern.
29307  Der Text im 
29308 \family sans
29309 Name
29310 \family default
29311 -Feld wird so gedruckt wie der Text Ihres Dokumentes und der Text 
29312 \family sans
29313 des URL
29314 \family default
29315 -Feldes im Stil 
29316 \family sans
29317
29318 \begin_inset Quotes gld
29319 \end_inset
29320
29321 Schreibmaschine
29322 \family default
29323
29324 \begin_inset Quotes grd
29325 \end_inset
29326
29327 .
29328 \end_layout
29329
29330 \begin_layout Standard
29331 Wenn Sie das LaTeX-Paket 
29332 \series bold
29333 hyperref
29334 \series default
29335
29336 \begin_inset LatexCommand index
29337 name "LaTeX-Pakete ! hyperref"
29338
29339 \end_inset
29340
29341  benutzen, um Querverweise in der Druckvorschau zu verlinken, werden die
29342  URLs automatisch zu anklickbaren Hyperlinks in DVI- und PDF-Vorschau.
29343 \end_layout
29344
29345 \begin_layout Standard
29346 \begin_inset Note Greyedout
29347 status open
29348
29349 \begin_layout Standard
29350
29351 \series bold
29352 Bemerkung:
29353 \series default
29354  Wenn Sie die folgenden Buchstaben benutzen wollen, müssen Sie mit einem
29355  vorangestellten 
29356 \begin_inset Quotes gld
29357 \end_inset
29358
29359
29360 \backslash
29361
29362 \begin_inset Quotes grd
29363 \end_inset
29364
29365  eingeben: 
29366 \begin_inset Quotes gld
29367 \end_inset
29368
29369
29370 \backslash
29371 %
29372 \begin_inset Quotes grd
29373 \end_inset
29374
29375
29376 \begin_inset Quotes gld
29377 \end_inset
29378
29379
29380 \backslash
29381 #
29382 \begin_inset Quotes grd
29383 \end_inset
29384
29385
29386 \begin_inset Quotes gld
29387 \end_inset
29388
29389
29390 \backslash
29391 ^
29392 \begin_inset Quotes grd
29393 \end_inset
29394
29395 .
29396  URLs dürfen nicht mit einem 
29397 \begin_inset Quotes gld
29398 \end_inset
29399
29400
29401 \backslash
29402
29403 \begin_inset Quotes grd
29404 \end_inset
29405
29406  aufhören.
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \end_layout
29413
29414 \begin_layout Standard
29415 Um wirkliche Hyperlinks zu erzeugen, ohne gezwungen zu sein, die Link-Adresse
29416  im Text angeben zu müssen, können Sie den TeX-Code-Befehl
29417 \end_layout
29418
29419 \begin_layout Standard
29420
29421 \series bold
29422
29423 \backslash
29424 href{Linkadresse}{Linktext}
29425 \end_layout
29426
29427 \begin_layout Standard
29428 benutzen.
29429  Um z.\InsetSpace \thinspace{}
29430 B.
29431  einen Link auf LyXs Webseite zu setzen, schreiben Sie den TeX-Code-Befehl
29432 \end_layout
29433
29434 \begin_layout Standard
29435
29436 \series bold
29437
29438 \backslash
29439 href{http://www.lyx.org}{
29440 \end_layout
29441
29442 \begin_layout Standard
29443 Danach fügen Sie den Linktext 
29444 \begin_inset Quotes gld
29445 \end_inset
29446
29447 LyX-Homepage
29448 \begin_inset Quotes grd
29449 \end_inset
29450
29451  als normalen Text ein, gefolgt von einer schließenden geschweiften Klammer
29452  
29453 \begin_inset Quotes gld
29454 \end_inset
29455
29456
29457 \series bold
29458 }
29459 \series default
29460
29461 \begin_inset Quotes grd
29462 \end_inset
29463
29464  als TeX-Code.
29465  Dies ist das Ergebnis:
29466 \newline
29467
29468 \begin_inset ERT
29469 status collapsed
29470
29471 \begin_layout Standard
29472
29473
29474 \backslash
29475 href{http://www.lyx.org}{
29476 \end_layout
29477
29478 \end_inset
29479
29480 LyX-Homepage
29481 \begin_inset ERT
29482 status collapsed
29483
29484 \begin_layout Standard
29485
29486 }
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \end_layout
29493
29494 \begin_layout Standard
29495 Für Email-Adressen setzen Sie 
29496 \family sans
29497
29498 \begin_inset Quotes gld
29499 \end_inset
29500
29501 mailto:
29502 \family default
29503
29504 \begin_inset Quotes grd
29505 \end_inset
29506
29507  vor die Adresse:
29508 \newline
29509 Email an 
29510 \begin_inset ERT
29511 status collapsed
29512
29513 \begin_layout Standard
29514
29515
29516 \backslash
29517 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
29518 \end_layout
29519
29520 \end_inset
29521
29522 lyx-docs Mailing-Liste
29523 \begin_inset ERT
29524 status collapsed
29525
29526 \begin_layout Standard
29527
29528 }
29529 \end_layout
29530
29531 \end_inset
29532
29533 .
29534 \end_layout
29535
29536 \begin_layout Standard
29537 Wenn Sie 
29538 \series bold
29539
29540 \backslash
29541 href
29542 \series default
29543  anstatt LyXs URL-Box benutzen, hat das den Vorteil, dass Sie einen eigenen
29544  Textstil definieren können.
29545  Sie können dann auch Trennhilfen und manuelle Zeilenumbrüche setzen, damit
29546  lange Texte richtig umgebrochen werden.
29547  Des Weiteren können Sie mit einer Option in 
29548 \series bold
29549 hyperref
29550 \series default
29551 s
29552 \series bold
29553  
29554 \series default
29555 Ladebefehl denselben Stil für alle Hyperlinks definieren und die oben erwähnten
29556  Einschränkungen gelten nicht für 
29557 \series bold
29558
29559 \backslash
29560 href
29561 \series default
29562 .
29563 \end_layout
29564
29565 \begin_layout Chapter
29566 Externe Dateien
29567 \begin_inset LatexCommand index
29568 name "Dateien ! externe"
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \begin_layout Standard
29576 Mit 
29577 \family sans
29578 Einfügen\SpecialChar \menuseparator
29579 Datei
29580 \family default
29581  können Sie fremdes Material in Ihr Dokument einsetzen.
29582  Das kann folgendes sein:
29583 \end_layout
29584
29585 \begin_layout Description
29586 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
29587  eingefügt.
29588 \end_layout
29589
29590 \begin_layout Description
29591 Einfacher\InsetSpace ~
29592 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz
29593  in Ihr Dokument eingefügt.
29594 \end_layout
29595
29596 \begin_layout Description
29597 Einfacher\InsetSpace ~
29598 Text,\InsetSpace ~
29599 Zeilen\InsetSpace ~
29600 verbinden Ein Text-Dokument; Zeilen werden so eingefügt,
29601  wie sie sind.
29602  Leerzeilen trennen die Absätze.
29603 \end_layout
29604
29605 \begin_layout Description
29606 Externes\InsetSpace ~
29607 Material Dateien in verschiedenen Formaten.
29608 \end_layout
29609
29610 \begin_layout Description
29611 Unterdokument LyX- oder LaTeX-Dokumente.
29612 \end_layout
29613
29614 \begin_layout Section
29615 Externes Material
29616 \begin_inset LatexCommand index
29617 name "Externes Material"
29618
29619 \end_inset
29620
29621
29622 \end_layout
29623
29624 \begin_layout Standard
29625 Mit 
29626 \family sans
29627 Einfügen\SpecialChar \menuseparator
29628 Datei\SpecialChar \menuseparator
29629  Externes Material
29630 \family default
29631  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
29632  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
29633  weil LyX sich darum kümmert.
29634  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
29635  eingefügt werden können.
29636 \end_layout
29637
29638 \begin_layout Standard
29639 Zur Zeit können Sie folgende Dateitypen (
29640 \family sans
29641 Vorlagen
29642 \family default
29643 ) benutzen:
29644 \end_layout
29645
29646 \begin_layout Description
29647 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
29648 \begin_inset ERT
29649 status collapsed
29650
29651 \begin_layout Standard
29652
29653
29654 \backslash
29655 href{http://en.wikipedia.org/wiki/XBoard}{
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \series bold
29662 XBoard
29663 \series default
29664
29665 \begin_inset ERT
29666 status collapsed
29667
29668 \begin_layout Standard
29669
29670 }
29671 \end_layout
29672
29673 \end_inset
29674
29675  erzeugt wurden.
29676 \end_layout
29677
29678 \begin_layout Description
29679 Datum fügt ein Datum mit dem Format 
29680 \emph on
29681 Tag-Monat-Jahr
29682 \emph default
29683  ein.
29684  Hier ist ein Beispiel: 
29685 \begin_inset External
29686         template Date
29687         filename .
29688
29689 \end_inset
29690
29691 .
29692 \newline
29693 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
29694  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
29695  Menü 
29696 \family sans
29697 Einfügen\SpecialChar \menuseparator
29698 Datum
29699 \family default
29700  und mit dem LaTeX-Befehl 
29701 \series bold
29702
29703 \backslash
29704 today
29705 \series default
29706 .
29707  Die verschiedenen Methoden werden in Tabelle\InsetSpace ~
29708
29709 \begin_inset LatexCommand ref
29710 reference "tab:Vergleich-der-Datums-Eingaben"
29711
29712 \end_inset
29713
29714  verglichen.
29715 \end_layout
29716
29717 \begin_layout Description
29718 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
29719 \begin_inset ERT
29720 status collapsed
29721
29722 \begin_layout Standard
29723
29724
29725 \backslash
29726 href{http://en.wikipedia.org/wiki/LilyPond}{
29727 \end_layout
29728
29729 \end_inset
29730
29731
29732 \series bold
29733 LilyPond
29734 \series default
29735
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Standard
29740
29741 }
29742 \end_layout
29743
29744 \end_inset
29745
29746  schreiben.
29747 \end_layout
29748
29749 \begin_layout Description
29750 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
29751  Fast alle bekannten Bildformate werden unterstützt.
29752  Die Bilddateien können im Dialogfenster 
29753 \family sans
29754 Externes\InsetSpace ~
29755 Material
29756 \family default
29757  genauso behandelt werden wie die mit dem normalen 
29758 \family sans
29759 Grafik
29760 \family default
29761 -Dialog eingefügten, siehe Abschnitt\InsetSpace ~
29762
29763 \begin_inset LatexCommand ref
29764 reference "abs:Grafik-Dialog"
29765
29766 \end_inset
29767
29768 .
29769  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
29770  und EPS-Bilder werden nicht unterstützt.
29771 \end_layout
29772
29773 \begin_layout Description
29774 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
29775 \begin_inset ERT
29776 status collapsed
29777
29778 \begin_layout Standard
29779
29780
29781 \backslash
29782 href{http://en.wikipedia.org/wiki/Xfig}{
29783 \end_layout
29784
29785 \end_inset
29786
29787
29788 \series bold
29789 Xfig
29790 \series default
29791
29792 \begin_inset ERT
29793 status collapsed
29794
29795 \begin_layout Standard
29796
29797 }
29798 \end_layout
29799
29800 \end_inset
29801
29802  erzeugt wurden.
29803 \end_layout
29804
29805 \begin_layout Standard
29806 \begin_inset Float table
29807 placement h
29808 wide false
29809 sideways false
29810 status open
29811
29812 \begin_layout Standard
29813 \begin_inset Caption
29814
29815 \begin_layout Standard
29816 \begin_inset LatexCommand label
29817 name "tab:Vergleich-der-Datums-Eingaben"
29818
29819 \end_inset
29820
29821 Vergleich der Datums-Eingaben
29822 \end_layout
29823
29824 \end_inset
29825
29826
29827 \end_layout
29828
29829 \begin_layout Standard
29830 \align center
29831 \begin_inset Tabular
29832 <lyxtabular version="3" rows="4" columns="4">
29833 <features>
29834 <column alignment="center" valignment="top" leftline="true" width="0">
29835 <column alignment="center" valignment="top" leftline="true" width="0">
29836 <column alignment="center" valignment="top" leftline="true" width="0">
29837 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29838 <row topline="true">
29839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29840 \begin_inset Text
29841
29842 \begin_layout Standard
29843 Dokumentformat
29844 \end_layout
29845
29846 \end_inset
29847 </cell>
29848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29849 \begin_inset Text
29850
29851 \begin_layout Standard
29852
29853 \family sans
29854 Externes Material\SpecialChar \menuseparator
29855 Datum
29856 \end_layout
29857
29858 \end_inset
29859 </cell>
29860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29861 \begin_inset Text
29862
29863 \begin_layout Standard
29864
29865 \family sans
29866 Einfügen\SpecialChar \menuseparator
29867 Datum
29868 \end_layout
29869
29870 \end_inset
29871 </cell>
29872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29873 \begin_inset Text
29874
29875 \begin_layout Standard
29876 Befehl 
29877 \series bold
29878
29879 \backslash
29880 today
29881 \end_layout
29882
29883 \end_inset
29884 </cell>
29885 </row>
29886 <row topline="true">
29887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29888 \begin_inset Text
29889
29890 \begin_layout Standard
29891 LyX
29892 \end_layout
29893
29894 \end_inset
29895 </cell>
29896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29897 \begin_inset Text
29898
29899 \begin_layout Standard
29900 als Box
29901 \end_layout
29902
29903 \end_inset
29904 </cell>
29905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29906 \begin_inset Text
29907
29908 \begin_layout Standard
29909 als Datum
29910 \end_layout
29911
29912 \end_inset
29913 </cell>
29914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29915 \begin_inset Text
29916
29917 \begin_layout Standard
29918 als TeX-Code-Befehl
29919 \end_layout
29920
29921 \end_inset
29922 </cell>
29923 </row>
29924 <row topline="true">
29925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29926 \begin_inset Text
29927
29928 \begin_layout Standard
29929 LaTeX
29930 \end_layout
29931
29932 \end_inset
29933 </cell>
29934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29935 \begin_inset Text
29936
29937 \begin_layout Standard
29938 als Datum
29939 \end_layout
29940
29941 \end_inset
29942 </cell>
29943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29944 \begin_inset Text
29945
29946 \begin_layout Standard
29947 als Datum
29948 \end_layout
29949
29950 \end_inset
29951 </cell>
29952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29953 \begin_inset Text
29954
29955 \begin_layout Standard
29956 als Befehl
29957 \end_layout
29958
29959 \end_inset
29960 </cell>
29961 </row>
29962 <row topline="true" bottomline="true">
29963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29964 \begin_inset Text
29965
29966 \begin_layout Standard
29967 DVI, PDF, PS
29968 \end_layout
29969
29970 \end_inset
29971 </cell>
29972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29973 \begin_inset Text
29974
29975 \begin_layout Standard
29976 als Datum
29977 \end_layout
29978
29979 \end_inset
29980 </cell>
29981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29982 \begin_inset Text
29983
29984 \begin_layout Standard
29985 als Datum
29986 \end_layout
29987
29988 \end_inset
29989 </cell>
29990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29991 \begin_inset Text
29992
29993 \begin_layout Standard
29994 als Datum
29995 \end_layout
29996
29997 \end_inset
29998 </cell>
29999 </row>
30000 </lyxtabular>
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \begin_layout Standard
30013 Wenn Sie im Dialogfenster
30014 \family sans
30015  Externes\InsetSpace ~
30016 Material 
30017 \family default
30018 in der Karteikarte
30019 \family sans
30020  Datei
30021 \family default
30022  die Option 
30023 \family sans
30024 Entwurf
30025 \family default
30026  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
30027 \end_layout
30028
30029 \begin_layout Standard
30030 LyX kann externes Material entweder als Box wie hier: 
30031 \begin_inset Graphics
30032         filename clipart/ExternesMaterialQt4.png
30033         lyxscale 80
30034         scale 60
30035         scaleBeforeRotation
30036
30037 \end_inset
30038
30039  oder als Bild darstellen.
30040  Das hängt davon ab, ob Sie im Dialogfenster
30041 \family sans
30042  Externes\InsetSpace ~
30043 Material 
30044 \family default
30045 in der Karteikarte 
30046 \family sans
30047 LyX-Ansicht
30048 \family default
30049  die Option 
30050 \family sans
30051 in\InsetSpace ~
30052 LyX\InsetSpace ~
30053 anzeigen
30054 \family default
30055  gewählt haben oder nicht.
30056 \end_layout
30057
30058 \begin_layout Standard
30059 Im LyX-Handbuch 
30060 \family sans
30061 \emph on
30062 Anpassung
30063 \family default
30064 \emph default
30065  wird erklärt, wie Sie Ihre eigenen Vorlagen erzeugen können.
30066 \end_layout
30067
30068 \begin_layout Section
30069 Unterdokumente
30070 \begin_inset LatexCommand label
30071 name "abs:Unterdokumente"
30072
30073 \end_inset
30074
30075
30076 \begin_inset LatexCommand index
30077 name "Unterdokument"
30078
30079 \end_inset
30080
30081
30082 \end_layout
30083
30084 \begin_layout Standard
30085 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
30086  oder Abschnitten bestehen.
30087  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
30088  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
30089 \end_layout
30090
30091 \begin_layout Standard
30092 Unterdokumente werden in LyX als Box angezeigt: 
30093 \begin_inset Graphics
30094         filename clipart/UnterdokumentQt4.png
30095         lyxscale 80
30096         scale 60
30097         scaleBeforeRotation
30098
30099 \end_inset
30100
30101 .
30102  Sie werden über
30103 \family sans
30104  Einfügen\SpecialChar \menuseparator
30105 Datei\SpecialChar \menuseparator
30106 Unterdokument
30107 \family default
30108  eingebunden, was das Dialogfenster
30109 \family sans
30110  Unterdokument
30111 \family default
30112  öffnet.
30113  Für 
30114 \family sans
30115 die Art\InsetSpace ~
30116 der\InsetSpace ~
30117 Einbindung
30118 \family default
30119  gibt es dort vier Möglichkeiten:
30120 \end_layout
30121
30122 \begin_layout Description
30123 Include Sie können LyX- und LaTeX-Dokumente einbinden.
30124  Wenn Sie im Dialogfenster
30125 \family sans
30126  Unterdokument
30127 \family default
30128  auf 
30129 \family sans
30130 Öffnen
30131 \family default
30132  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
30133  und sie können es editieren.
30134 \newline
30135
30136 \end_layout
30137
30138 \begin_layout Standard
30139 Hier wird ein Unterdokument
30140 \family sans
30141  
30142 \family default
30143 per 
30144 \family sans
30145 Include
30146 \family default
30147  eingebunden: 
30148 \begin_inset Include \include{DummyDocument1.lyx}
30149 preview false
30150
30151 \end_inset
30152
30153 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
30154  in der Reihenfolgen, in der sie ins Hauptdokument eingebunden werden.
30155  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
30156 s.
30157  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt\InsetSpace ~
30158
30159 \begin_inset LatexCommand ref
30160 reference "uab:Externer-Unterabschnitt-1"
30161
30162 \end_inset
30163
30164 .
30165 \end_layout
30166
30167 \begin_layout Standard
30168 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
30169  wird benutzt.
30170  Unterdokumente, die per 
30171 \family sans
30172 Include
30173 \family default
30174  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
30175  und enden mit einem Seitenumbruch.
30176 \end_layout
30177
30178 \begin_layout Standard
30179 Mit dem LaTeX-Befehl 
30180 \series bold
30181
30182 \backslash
30183 includeonly 
30184 \series default
30185 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
30186  erstellt werden soll.
30187  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
30188  sehen wollen, und es geht schneller.
30189  
30190 \series bold
30191
30192 \backslash
30193 includeonly
30194 \series default
30195  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
30196  Im folgenden Beispiel:
30197 \end_layout
30198
30199 \begin_layout Standard
30200
30201 \series bold
30202
30203 \backslash
30204 includeonly{Kapitel1,Kapitel5}
30205 \end_layout
30206
30207 \begin_layout Standard
30208 werden nur die Dateien 
30209 \begin_inset Quotes gld
30210 \end_inset
30211
30212 Kapitel1.lyx
30213 \begin_inset Quotes grd
30214 \end_inset
30215
30216  (oder 
30217 \begin_inset Quotes gld
30218 \end_inset
30219
30220 Kapitel1.tex
30221 \begin_inset Quotes grd
30222 \end_inset
30223
30224 ) und 
30225 \begin_inset Quotes gld
30226 \end_inset
30227
30228 Kapitel5.lyx
30229 \begin_inset Quotes grd
30230 \end_inset
30231
30232
30233 \series bold
30234  
30235 \series default
30236 eingebunden.
30237 \end_layout
30238
30239 \begin_layout Standard
30240 \begin_inset Note Greyedout
30241 status open
30242
30243 \begin_layout Standard
30244
30245 \series bold
30246 Bemerkung:
30247 \series default
30248  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
30249  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
30250  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
30251  Ergebnissen führen wird.
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \end_layout
30258
30259 \begin_layout Description
30260 Input Diese Methode ist 
30261 \family sans
30262 Include
30263 \family default
30264  sehr ähnlich mit folgenden Unterschieden:
30265 \end_layout
30266
30267 \begin_deeper
30268 \begin_layout Itemize
30269 Unterdokumente, die per 
30270 \family sans
30271 Input
30272 \family default
30273  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
30274  Seite und enden NICHT mit einem Seitenumbruch.
30275 \end_layout
30276
30277 \begin_layout Itemize
30278 Unterdokumente, die per 
30279 \family sans
30280 Input
30281 \family default
30282  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
30283 \family sans
30284  Unterdokument Vorschau\InsetSpace ~
30285 anzeigen
30286 \family default
30287  angekreuzt wurde und in den LyX-
30288 \family sans
30289 Einstellungen\SpecialChar \menuseparator
30290 Aussehen\InsetSpace ~
30291 &\InsetSpace ~
30292 Handhabung\SpecialChar \menuseparator
30293 Grafik Sofortige\InsetSpace ~
30294 Vorschau
30295 \family default
30296  auf 
30297 \family sans
30298 An
30299 \family default
30300  gesetzt wurde.
30301  Allerdings wirken sich Änderung erst bei einem erneuten Laden des Dokuments
30302  aus.
30303 \end_layout
30304
30305 \begin_layout Itemize
30306 Der LaTeX-Befehl 
30307 \series bold
30308
30309 \backslash
30310 includeonly
30311 \series default
30312  kann nicht benutzt werden.
30313 \end_layout
30314
30315 \end_deeper
30316 \begin_layout Standard
30317 Hier ist ein Unterdokument, das mit
30318 \family sans
30319  Input
30320 \family default
30321  eingebunden wurde: 
30322 \begin_inset Include \input{DummyDocument2.lyx}
30323 preview false
30324
30325 \end_inset
30326
30327 .
30328 \end_layout
30329
30330 \begin_layout Description
30331 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
30332   In der Druckvorschau wird für den Text der Stil 
30333 \family typewriter
30334 Schreibmaschine
30335 \family default
30336  verwendet.
30337  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
30338  Wenn Sie im Dialogfenster
30339 \family sans
30340  Unterdokument Leerzeichen\InsetSpace ~
30341 bei\InsetSpace ~
30342 der\InsetSpace ~
30343 Ausgabe\InsetSpace ~
30344 kennzeichnen 
30345 \family default
30346 ankreuzen, wird in der Druckvorschau das Zeichen 
30347 \begin_inset Quotes gld
30348 \end_inset
30349
30350
30351 \begin_inset ERT
30352 status collapsed
30353
30354 \begin_layout Standard
30355
30356
30357 \backslash
30358 textvisiblespace 
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \begin_inset Quotes grd
30365 \end_inset
30366
30367  für jedes Leerzeichen eingefügt.
30368 \newline
30369 Im Gegensatz zu 
30370 \family sans
30371 Einfügen\SpecialChar \menuseparator
30372 Datei\SpecialChar \menuseparator
30373 Einfacher\InsetSpace ~
30374 Text
30375 \family default
30376  wird bei 
30377 \family sans
30378 Unformatiert
30379 \family default
30380  der Dateiinhalt in LyX nicht dargestellt.
30381 \end_layout
30382
30383 \begin_layout Standard
30384 Hier ist ein Unterdokument, das mit
30385 \family sans
30386  Unformatiert
30387 \family default
30388  eingebunden wurde: 
30389 \begin_inset Include \verbatiminput{DummyTextDocument.txt}
30390 preview false
30391
30392 \end_inset
30393
30394
30395 \begin_inset VSpace bigskip
30396 \end_inset
30397
30398 Hier ist ein Unterdokument, das mit
30399 \family sans
30400  Unformatiert
30401 \family default
30402  eingebunden wurde und
30403 \family sans
30404  Leerzeichen\InsetSpace ~
30405 bei\InsetSpace ~
30406 der\InsetSpace ~
30407 Ausgabe\InsetSpace ~
30408 kennzeichnen
30409 \family default
30410  angekreuzt hat: 
30411 \begin_inset Include \verbatiminput*{DummyTextDocument.txt}
30412 preview false
30413
30414 \end_inset
30415
30416
30417 \end_layout
30418
30419 \begin_layout Standard
30420 \begin_inset VSpace bigskip
30421 \end_inset
30422
30423
30424 \end_layout
30425
30426 \begin_layout Standard
30427 \begin_inset Note Greyedout
30428 status open
30429
30430 \begin_layout Standard
30431
30432 \series bold
30433 Bemerkung:
30434 \series default
30435  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
30436  
30437 \family sans
30438 Unformatiert
30439 \family default
30440  eingebunden werden, am Zeilenende nicht umgebrochen.
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \end_layout
30447
30448 \begin_layout Description
30449 Listing Dieser Typ wird in Kapitel\InsetSpace ~
30450
30451 \begin_inset LatexCommand ref
30452 reference "kap:Programm-Code-Listen"
30453
30454 \end_inset
30455
30456  beschrieben.
30457 \end_layout
30458
30459 \begin_layout Standard
30460 \begin_inset Note Greyedout
30461 status open
30462
30463 \begin_layout Standard
30464
30465 \series bold
30466 Bemerkung:
30467 \series default
30468  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
30469  das zu LaTeX-Problemen führen.
30470 \end_layout
30471
30472 \end_inset
30473
30474
30475 \end_layout
30476
30477 \begin_layout Chapter
30478 Programm-Code-Listen
30479 \begin_inset LatexCommand label
30480 name "kap:Programm-Code-Listen"
30481
30482 \end_inset
30483
30484
30485 \begin_inset LatexCommand index
30486 name "Listen"
30487
30488 \end_inset
30489
30490
30491 \begin_inset LatexCommand index
30492 name "Programm-Code"
30493
30494 \end_inset
30495
30496
30497 \end_layout
30498
30499 \begin_layout Standard
30500 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
30501 \family sans
30502 Einfügen\SpecialChar \menuseparator
30503 Programmlisting
30504 \family default
30505  verwenden.
30506  Das LaTeX-Paket 
30507 \series bold
30508 listings
30509 \series default
30510
30511 \begin_inset LatexCommand index
30512 name "LaTeX-Pakete ! listings"
30513
30514 \end_inset
30515
30516  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
30517 \end_layout
30518
30519 \begin_layout Standard
30520 Ein Rechtsklick auf das 
30521 \family sans
30522 Listing
30523 \family default
30524 -Kästchen öffnet das Dialogfenster 
30525 \family sans
30526 Programm\SpecialChar \-
30527 listing-Einstellungen
30528 \family default
30529 , in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
30530 \end_layout
30531
30532 \begin_layout Standard
30533 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
30534  Die 
30535 \family sans
30536 Platzierung
30537 \family default
30538 -Option 
30539 \family sans
30540 Eingebettetes\InsetSpace ~
30541 Listing
30542 \family default
30543  druckt das Listing in der Zeile wie hier: 
30544 \begin_inset listings
30545 lstparams "language={C++}"
30546 inline true
30547 status open
30548
30549 \begin_layout Standard
30550
30551 int a=5;
30552 \end_layout
30553
30554 \end_inset
30555
30556
30557 \newline
30558 Die Option 
30559 \family sans
30560 Gleitobjekt
30561 \family default
30562  erzeugt ein Listing-Gleitobjekt, dessen 
30563 \family sans
30564 Platzierung 
30565 \family default
30566 Sie mit 
30567 \family sans
30568 h
30569 \family default
30570
30571 \family sans
30572 t
30573 \family default
30574
30575 \family sans
30576 b
30577 \family default
30578  und 
30579 \family sans
30580 p
30581 \family default
30582 , analog zu den in Abschnitt\InsetSpace ~
30583
30584 \begin_inset LatexCommand ref
30585 reference "abs:Gleitobjekt-Platzierung"
30586
30587 \end_inset
30588
30589  beschriebenen Platzierungsoptionen festlegen können.
30590  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
30591  hintereinander angegeben, z.\InsetSpace \thinspace{}
30592 B.
30593  
30594 \begin_inset Quotes gld
30595 \end_inset
30596
30597
30598 \family sans
30599 htbp
30600 \family default
30601
30602 \begin_inset Quotes grd
30603 \end_inset
30604
30605 .
30606  Die Option 
30607 \begin_inset Quotes eld
30608 \end_inset
30609
30610 h
30611 \begin_inset Quotes erd
30612 \end_inset
30613
30614  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
30615  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
30616 \end_layout
30617
30618 \begin_layout Standard
30619 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
30620  zu verweisen: Listing\InsetSpace ~
30621
30622 \begin_inset LatexCommand ref
30623 reference "lst:Gleitendes-Programm-Listing"
30624
30625 \end_inset
30626
30627 .
30628 \end_layout
30629
30630 \begin_layout Standard
30631 \begin_inset listings
30632 lstparams "language=Python"
30633 inline false
30634 status open
30635
30636 \begin_layout Standard
30637
30638 \begin_inset Caption
30639
30640 \begin_layout Standard
30641 \begin_inset LatexCommand label
30642 name "lst:Gleitendes-Programm-Listing"
30643
30644 \end_inset
30645
30646 Gleitendes Programm-Listing
30647 \end_layout
30648
30649 \end_inset
30650
30651 # Gleitendes Programm-Listing
30652 \end_layout
30653
30654 \begin_layout Standard
30655
30656 def func(param):
30657 \end_layout
30658
30659 \begin_layout Standard
30660
30661     'Dies ist eine Python-Funktion'
30662 \end_layout
30663
30664 \begin_layout Standard
30665
30666     pass
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \end_layout
30673
30674 \begin_layout Standard
30675 Wenn Sie eine Programmier-
30676 \family sans
30677 Sprache
30678 \family default
30679  gewählt haben, werden die Schlüsselworte der Sprache erkannt und besonders
30680  gedruckt, wie 
30681 \emph on
30682 #
30683 \emph default
30684
30685 \emph on
30686 def
30687 \emph default
30688  und 
30689 \emph on
30690 pass
30691 \emph default
30692  in Listing\InsetSpace ~
30693
30694 \begin_inset LatexCommand ref
30695 reference "lst:Gleitendes-Programm-Listing"
30696
30697 \end_inset
30698
30699 .
30700 \end_layout
30701
30702 \begin_layout Standard
30703 \begin_inset Note Greyedout
30704 status open
30705
30706 \begin_layout Standard
30707
30708 \series bold
30709 Bemerkung:
30710 \series default
30711  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
30712 \family typewriter
30713 Schreibmaschine
30714 \family default
30715  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
30716 h keine fett gedruckten Buchstaben.
30717  Wählen Sie in diesem Fall eine andere Schrift für 
30718 \family typewriter
30719 Schreibmaschine
30720 \family default
30721  im Menü 
30722 \family sans
30723 Dokument\SpecialChar \menuseparator
30724 Einstellungen\SpecialChar \menuseparator
30725 Schriften
30726 \family default
30727 .
30728  (Die Schriften 
30729 \emph on
30730 LuxiMono, BeraMono
30731 \emph default
30732  and 
30733 \emph on
30734 Courier
30735 \emph default
30736  enthalten fett gedruckte Buchstaben.)
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \end_layout
30743
30744 \begin_layout Standard
30745 Im Abschnitt 
30746 \family sans
30747 Zeilennummerierung
30748 \family default
30749  des Dialog 
30750 \family sans
30751 Programm\SpecialChar \-
30752 listing-Einstellungen
30753 \family default
30754 -Dialogs können Sie den Stil der Zeilennummerierung festlegen, zum Beispiel,
30755  ob die Nummerierung links oder rechts gedruckt, jede wievielte Zeile nummeriert
30756  werden soll und die 
30757 \family sans
30758 Schriftgröße
30759 \family default
30760  der Nummerierung.
30761 \end_layout
30762
30763 \begin_layout Standard
30764 Im Abschnitt 
30765 \family sans
30766 Bereich
30767 \family default
30768  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
30769  Im Abschnitt 
30770 \family sans
30771 Stil
30772 \family default
30773  legen Sie fest, wie die Liste ausgedruckt werden soll.
30774  Die Option 
30775 \family sans
30776 Erweiterte\InsetSpace ~
30777 Zeichentabelle
30778 \family default
30779  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
30780 \end_layout
30781
30782 \begin_layout Standard
30783 Hier ist ein Beispiel mit der Nummerierung links, der Schrittweite 3, der
30784  Sprache 
30785 \begin_inset Quotes gld
30786 \end_inset
30787
30788 Python
30789 \begin_inset Quotes grd
30790 \end_inset
30791
30792 , den Optionen 
30793 \family sans
30794 Erweiterte\InsetSpace ~
30795 Zeichentabelle
30796 \family default
30797  und 
30798 \family sans
30799 Leerzeichen\InsetSpace ~
30800 als\InsetSpace ~
30801 Symbol
30802 \family default
30803  und Bereich 3\InsetSpace \thinspace{}
30804 -\InsetSpace \thinspace{}
30805 8:
30806 \end_layout
30807
30808 \begin_layout Standard
30809 \begin_inset listings
30810 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
30811 inline false
30812 status open
30813
30814 \begin_layout Standard
30815
30816 def func(param):
30817 \end_layout
30818
30819 \begin_layout Standard
30820
30821     'Dies ist eine Python-Funktion'
30822 \end_layout
30823
30824 \begin_layout Standard
30825
30826     pass
30827 \end_layout
30828
30829 \begin_layout Standard
30830
30831 def func(param):
30832 \end_layout
30833
30834 \begin_layout Standard
30835
30836 'Sonderzeichen: Tschüß'
30837 \end_layout
30838
30839 \begin_layout Standard
30840
30841 pass
30842 \end_layout
30843
30844 \begin_layout Standard
30845
30846 def func(param):
30847 \end_layout
30848
30849 \begin_layout Standard
30850
30851 'Dies ist eine Python-Funktion'
30852 \end_layout
30853
30854 \begin_layout Standard
30855
30856 pass
30857 \end_layout
30858
30859 \end_inset
30860
30861
30862 \end_layout
30863
30864 \begin_layout Standard
30865 \noindent
30866 \begin_inset Note Greyedout
30867 status open
30868
30869 \begin_layout Standard
30870
30871 \series bold
30872 Bemerkung:
30873 \series default
30874  Wegen eines Fehlers im 
30875 \series bold
30876 listings
30877 \series default
30878  Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
30879  verschoben.
30880  Das ist der Grund warum die Zeilen 2 und 5 und nicht 3 und 6 in obiger
30881  Liste nummeriert werden.
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \end_layout
30888
30889 \begin_layout Standard
30890 \begin_inset VSpace bigskip
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \begin_layout Standard
30897 \noindent
30898 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
30899  Das machen Sie mit
30900 \family sans
30901  Einfügen\SpecialChar \menuseparator
30902 Datei\SpecialChar \menuseparator
30903 Unterdokument
30904 \family default
30905  und der 
30906 \family sans
30907 Art\InsetSpace ~
30908 der\InsetSpace ~
30909 Einbindung
30910 \family default
30911  
30912 \family sans
30913 Listing
30914 \family default
30915 .
30916 \begin_inset Foot
30917 status collapsed
30918
30919 \begin_layout Standard
30920 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt\InsetSpace ~
30921
30922 \begin_inset LatexCommand ref
30923 reference "abs:Unterdokumente"
30924
30925 \end_inset
30926
30927  beschrieben.
30928 \end_layout
30929
30930 \end_inset
30931
30932  Im Dialogfenster
30933 \family sans
30934  Unterdokument
30935 \family default
30936  können Sie die Listing-Parameters unter 
30937 \family sans
30938 Weitere\InsetSpace ~
30939 Parameter
30940 \family default
30941  eingeben.
30942  Wenn Sie dort ein Fragezeichen 
30943 \begin_inset Quotes gld
30944 \end_inset
30945
30946 ?
30947 \begin_inset Quotes grd
30948 \end_inset
30949
30950  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
30951 det.
30952 \end_layout
30953
30954 \begin_layout Standard
30955 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
30956  Text ins Feld 
30957 \family sans
30958 Marke
30959 \family default
30960 , auf die dann wie üblich verwiesen werden kann.
30961 \end_layout
30962
30963 \begin_layout Standard
30964 Listing\InsetSpace ~
30965
30966 \begin_inset LatexCommand ref
30967 reference "lst:Datei-Listing"
30968
30969 \end_inset
30970
30971  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10\InsetSpace \thinspace{}
30972 -\InsetSpace \thinspace{}
30973 15
30974  gedruckt werden.
30975 \end_layout
30976
30977 \begin_layout Standard
30978 \begin_inset Include \lstinputlisting{EmbeddedObjects.lyx}[breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15]
30979 preview false
30980
30981 \end_inset
30982
30983
30984 \end_layout
30985
30986 \begin_layout Standard
30987 \begin_inset VSpace bigskip
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Standard
30994 \noindent
30995 Dokumentweite Listing-Eigenschaften können in
30996 \family sans
30997  Dokument\SpecialChar \menuseparator
30998 Einstellungen\SpecialChar \menuseparator
30999 Textformat\SpecialChar \menuseparator
31000 Listing-Einstellungen
31001 \family default
31002  festgelegt werden.
31003  Auch dort bekommt man durch Eingabe eines Fragezeichens 
31004 \begin_inset Quotes gld
31005 \end_inset
31006
31007 ?
31008 \begin_inset Quotes grd
31009 \end_inset
31010
31011  links davon eine Liste aller möglichen Parameter.
31012 \end_layout
31013
31014 \begin_layout Standard
31015 Weitere Informationen über das 
31016 \series bold
31017 listings
31018 \series default
31019 -Paket finden Sie in 
31020 \begin_inset LatexCommand cite
31021 key "listings"
31022
31023 \end_inset
31024
31025 .
31026 \newpage
31027
31028 \end_layout
31029
31030 \begin_layout Chapter
31031 \start_of_appendix
31032 In LyX verfügbare Maßeinheiten
31033 \begin_inset LatexCommand label
31034 name "kap:In-LyX-verfügbare"
31035
31036 \end_inset
31037
31038
31039 \begin_inset LatexCommand index
31040 name "Einheiten"
31041
31042 \end_inset
31043
31044
31045 \end_layout
31046
31047 \begin_layout Standard
31048 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
31049  Tabelle\InsetSpace ~
31050
31051 \begin_inset LatexCommand ref
31052 reference "tab:Maßeinheiten"
31053
31054 \end_inset
31055
31056  alle in LyX verfügbaren Maßeinheiten.
31057 \end_layout
31058
31059 \begin_layout Standard
31060 \begin_inset Float table
31061 placement h
31062 wide false
31063 sideways false
31064 status open
31065
31066 \begin_layout Standard
31067 \begin_inset Caption
31068
31069 \begin_layout Standard
31070 \begin_inset LatexCommand label
31071 name "tab:Maßeinheiten"
31072
31073 \end_inset
31074
31075 Maßeinheiten
31076 \end_layout
31077
31078 \end_inset
31079
31080
31081 \end_layout
31082
31083 \begin_layout Standard
31084 \begin_inset VSpace medskip
31085 \end_inset
31086
31087
31088 \end_layout
31089
31090 \begin_layout Standard
31091 \align center
31092 \begin_inset Tabular
31093 <lyxtabular version="3" rows="20" columns="2">
31094 <features>
31095 <column alignment="center" valignment="top" leftline="true" width="0">
31096 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
31097 <row topline="true" bottomline="true">
31098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31099 \begin_inset Text
31100
31101 \begin_layout Standard
31102
31103 \series bold
31104 Maßeinheit
31105 \end_layout
31106
31107 \end_inset
31108 </cell>
31109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31110 \begin_inset Text
31111
31112 \begin_layout Standard
31113
31114 \series bold
31115 Name/Beschreibung
31116 \end_layout
31117
31118 \end_inset
31119 </cell>
31120 </row>
31121 <row topline="true">
31122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31123 \begin_inset Text
31124
31125 \begin_layout Standard
31126 mm
31127 \end_layout
31128
31129 \end_inset
31130 </cell>
31131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31132 \begin_inset Text
31133
31134 \begin_layout Standard
31135 Millimeter
31136 \end_layout
31137
31138 \end_inset
31139 </cell>
31140 </row>
31141 <row topline="true">
31142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31143 \begin_inset Text
31144
31145 \begin_layout Standard
31146 cm
31147 \end_layout
31148
31149 \end_inset
31150 </cell>
31151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31152 \begin_inset Text
31153
31154 \begin_layout Standard
31155 Zentimeter
31156 \end_layout
31157
31158 \end_inset
31159 </cell>
31160 </row>
31161 <row topline="true">
31162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31163 \begin_inset Text
31164
31165 \begin_layout Standard
31166 in
31167 \end_layout
31168
31169 \end_inset
31170 </cell>
31171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31172 \begin_inset Text
31173
31174 \begin_layout Standard
31175 Zoll (1\InsetSpace \thinspace{}
31176 in = 2.54\InsetSpace \thinspace{}
31177 cm
31178 \end_layout
31179
31180 \end_inset
31181 </cell>
31182 </row>
31183 <row topline="true">
31184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31185 \begin_inset Text
31186
31187 \begin_layout Standard
31188 pt
31189 \end_layout
31190
31191 \end_inset
31192 </cell>
31193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31194 \begin_inset Text
31195
31196 \begin_layout Standard
31197 Punkt (72.27\InsetSpace \thinspace{}
31198 pt = 1\InsetSpace \thinspace{}
31199 in)
31200 \end_layout
31201
31202 \end_inset
31203 </cell>
31204 </row>
31205 <row topline="true">
31206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Standard
31210 pc
31211 \end_layout
31212
31213 \end_inset
31214 </cell>
31215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31216 \begin_inset Text
31217
31218 \begin_layout Standard
31219 Pica (1\InsetSpace \thinspace{}
31220 pc = 12\InsetSpace \thinspace{}
31221 pt)
31222 \end_layout
31223
31224 \end_inset
31225 </cell>
31226 </row>
31227 <row topline="true">
31228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31229 \begin_inset Text
31230
31231 \begin_layout Standard
31232 sp
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31238 \begin_inset Text
31239
31240 \begin_layout Standard
31241 skalierter Punkt (65536\InsetSpace \thinspace{}
31242 sp = 1\InsetSpace \thinspace{}
31243 pt)
31244 \end_layout
31245
31246 \end_inset
31247 </cell>
31248 </row>
31249 <row topline="true">
31250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31251 \begin_inset Text
31252
31253 \begin_layout Standard
31254 bp
31255 \end_layout
31256
31257 \end_inset
31258 </cell>
31259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31260 \begin_inset Text
31261
31262 \begin_layout Standard
31263 großer Punkt (72\InsetSpace \thinspace{}
31264 bp = 1\InsetSpace \thinspace{}
31265 in)
31266 \end_layout
31267
31268 \end_inset
31269 </cell>
31270 </row>
31271 <row topline="true">
31272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31273 \begin_inset Text
31274
31275 \begin_layout Standard
31276 dd
31277 \end_layout
31278
31279 \end_inset
31280 </cell>
31281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31282 \begin_inset Text
31283
31284 \begin_layout Standard
31285 Didot (1\InsetSpace \thinspace{}
31286 dd 
31287 \begin_inset Formula $\approx$
31288 \end_inset
31289
31290  0,376\InsetSpace \thinspace{}
31291 mm)
31292 \end_layout
31293
31294 \end_inset
31295 </cell>
31296 </row>
31297 <row topline="true">
31298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31299 \begin_inset Text
31300
31301 \begin_layout Standard
31302 cc
31303 \end_layout
31304
31305 \end_inset
31306 </cell>
31307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31308 \begin_inset Text
31309
31310 \begin_layout Standard
31311 Cicero (1\InsetSpace \thinspace{}
31312 cc = 12\InsetSpace \thinspace{}
31313 dd)
31314 \end_layout
31315
31316 \end_inset
31317 </cell>
31318 </row>
31319 <row topline="true">
31320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31321 \begin_inset Text
31322
31323 \begin_layout Standard
31324 Skalierung%
31325 \end_layout
31326
31327 \end_inset
31328 </cell>
31329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31330 \begin_inset Text
31331
31332 \begin_layout Standard
31333 % der originalen Bildbreite
31334 \end_layout
31335
31336 \end_inset
31337 </cell>
31338 </row>
31339 <row topline="true">
31340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31341 \begin_inset Text
31342
31343 \begin_layout Standard
31344 Textbreite %
31345 \end_layout
31346
31347 \end_inset
31348 </cell>
31349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31350 \begin_inset Text
31351
31352 \begin_layout Standard
31353 % der Textbreite
31354 \end_layout
31355
31356 \end_inset
31357 </cell>
31358 </row>
31359 <row topline="true">
31360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31361 \begin_inset Text
31362
31363 \begin_layout Standard
31364 Spaltenbreite %
31365 \end_layout
31366
31367 \end_inset
31368 </cell>
31369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31370 \begin_inset Text
31371
31372 \begin_layout Standard
31373 % der Spaltenbreite
31374 \end_layout
31375
31376 \end_inset
31377 </cell>
31378 </row>
31379 <row topline="true">
31380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31381 \begin_inset Text
31382
31383 \begin_layout Standard
31384 Seitenbreite %
31385 \end_layout
31386
31387 \end_inset
31388 </cell>
31389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31390 \begin_inset Text
31391
31392 \begin_layout Standard
31393 % der Seitenbreite
31394 \end_layout
31395
31396 \end_inset
31397 </cell>
31398 </row>
31399 <row topline="true">
31400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31401 \begin_inset Text
31402
31403 \begin_layout Standard
31404 Zeilenbreite %
31405 \end_layout
31406
31407 \end_inset
31408 </cell>
31409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31410 \begin_inset Text
31411
31412 \begin_layout Standard
31413 % der Zeilenbreite
31414 \end_layout
31415
31416 \end_inset
31417 </cell>
31418 </row>
31419 <row topline="true">
31420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31421 \begin_inset Text
31422
31423 \begin_layout Standard
31424 Texthöhe %
31425 \end_layout
31426
31427 \end_inset
31428 </cell>
31429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31430 \begin_inset Text
31431
31432 \begin_layout Standard
31433 % der Texthöhe
31434 \end_layout
31435
31436 \end_inset
31437 </cell>
31438 </row>
31439 <row topline="true">
31440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31441 \begin_inset Text
31442
31443 \begin_layout Standard
31444 Seitenhöhe %
31445 \end_layout
31446
31447 \end_inset
31448 </cell>
31449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31450 \begin_inset Text
31451
31452 \begin_layout Standard
31453 % der Seitenhöhe
31454 \end_layout
31455
31456 \end_inset
31457 </cell>
31458 </row>
31459 <row topline="true">
31460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31461 \begin_inset Text
31462
31463 \begin_layout Standard
31464 ex
31465 \end_layout
31466
31467 \end_inset
31468 </cell>
31469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31470 \begin_inset Text
31471
31472 \begin_layout Standard
31473 Die Höhe des Buchstabens 
31474 \emph on
31475 x
31476 \emph default
31477  im aktiven Zeichensatz
31478 \end_layout
31479
31480 \end_inset
31481 </cell>
31482 </row>
31483 <row topline="true">
31484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31485 \begin_inset Text
31486
31487 \begin_layout Standard
31488 em
31489 \end_layout
31490
31491 \end_inset
31492 </cell>
31493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31494 \begin_inset Text
31495
31496 \begin_layout Standard
31497 Die Breite des Buchstabens 
31498 \emph on
31499 M
31500 \emph default
31501  im aktiven Zeichensatz
31502 \end_layout
31503
31504 \end_inset
31505 </cell>
31506 </row>
31507 <row topline="true" bottomline="true">
31508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Standard
31512 mu
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31518 \begin_inset Text
31519
31520 \begin_layout Standard
31521 mathematische  Maßeinheit
31522 \series bold
31523  
31524 \series default
31525 (1\InsetSpace \thinspace{}
31526 mu = 1/18\InsetSpace \thinspace{}
31527 em)
31528 \end_layout
31529
31530 \end_inset
31531 </cell>
31532 </row>
31533 </lyxtabular>
31534
31535 \end_inset
31536
31537
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \begin_layout Chapter
31546 Ausgabedatei-Formate mit Grafiken
31547 \begin_inset LatexCommand label
31548 name "kap:Ausgabedatei-Formate"
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \begin_layout Section
31556 DVI
31557 \begin_inset LatexCommand index
31558 name "Dateiformat! DVI"
31559
31560 \end_inset
31561
31562
31563 \begin_inset LatexCommand index
31564 name "DVI"
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \begin_layout Standard
31572 Dieser Dateityp hat die Erweiterung 
31573 \begin_inset Quotes gld
31574 \end_inset
31575
31576
31577 \family typewriter
31578 .dvi
31579 \family default
31580
31581 \begin_inset Quotes grd
31582 \end_inset
31583
31584  und wird 
31585 \begin_inset Quotes gld
31586 \end_inset
31587
31588 device-independent
31589 \begin_inset Quotes grd
31590 \end_inset
31591
31592  genannt, weil er vollkommen portierbar ist.
31593  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
31594  dvi-Betrachter installiert hat.
31595  
31596 \family typewriter
31597 .dvi
31598 \family default
31599 -Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate
31600  wie PostScript benutzt.
31601 \end_layout
31602
31603 \begin_layout Standard
31604 \begin_inset Note Greyedout
31605 status open
31606
31607 \begin_layout Standard
31608
31609 \series bold
31610 Bemerkung:
31611 \series default
31612  
31613 \family typewriter
31614 .dvi
31615 \family default
31616 -Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \end_layout
31623
31624 \begin_layout Standard
31625 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre 
31626 \family typewriter
31627 .dvi
31628 \family default
31629 -Datei auf einen anderen Computer kopieren.
31630  Dies Eigenschaft kann Ihren Computer verlangsamen.
31631  wenn Sie die 
31632 \family typewriter
31633 .dvi
31634 \family default
31635 -Datei betrachten, weil der dvi-Betrachter die Bilder in den Hintergrund
31636  konvertieren muss, um sie sichtbar zu machen, wenn Sie in der 
31637 \family typewriter
31638 .dvi
31639 \family default
31640 -Datei
31641 \family typewriter
31642  
31643 \family default
31644 blättern.
31645
31646 \family typewriter
31647  
31648 \family default
31649 Außerdem zeigen manche dvi-Betrachter nicht alles (richtig) an.
31650  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
31651  
31652 \end_layout
31653
31654 \begin_layout Standard
31655 Sie können Ihr Dokument als DVI über das Menü 
31656 \family sans
31657 Datei\SpecialChar \menuseparator
31658 Exportieren\SpecialChar \menuseparator
31659 DVI
31660 \family default
31661  exportieren.
31662  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
31663 \family sans
31664 Ansicht
31665 \family default
31666  oder den Werkzeugleistenknopf 
31667 \begin_inset Graphics
31668         filename ../../images/buffer-view_dvi.png
31669         scale 85
31670         scaleBeforeRotation
31671
31672 \end_inset
31673
31674  anschauen.
31675 \end_layout
31676
31677 \begin_layout Section
31678 PostScript
31679 \begin_inset LatexCommand label
31680 name "abs:PostScript"
31681
31682 \end_inset
31683
31684
31685 \begin_inset LatexCommand index
31686 name "Dateiformat  ! PostScript"
31687
31688 \end_inset
31689
31690
31691 \begin_inset LatexCommand index
31692 name "PostScript"
31693
31694 \end_inset
31695
31696
31697 \end_layout
31698
31699 \begin_layout Standard
31700 Dieser Dateityp hat die Erweiterung 
31701 \begin_inset Quotes gld
31702 \end_inset
31703
31704
31705 \family typewriter
31706 .ps
31707 \family default
31708
31709 \begin_inset Quotes grd
31710 \end_inset
31711
31712 .
31713  PostScript wurde von der Firma
31714 \family typewriter
31715  Adobe
31716 \family default
31717  als Druckersprache entwickelt.
31718  Die Datei enthält deshalb Druckbefehle.
31719  PostScript kann als 
31720 \begin_inset Quotes gld
31721 \end_inset
31722
31723 Programmiersprache
31724 \begin_inset Quotes grd
31725 \end_inset
31726
31727  angesehen werden.
31728  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
31729 \begin_inset Foot
31730 status collapsed
31731
31732 \begin_layout Standard
31733 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
31734  von
31735 \series bold
31736  PSTricks
31737 \series default
31738  
31739 \begin_inset LatexCommand cite
31740 key "pstricks"
31741
31742 \end_inset
31743
31744  oder 
31745 \begin_inset LatexCommand cite
31746 key "latex-praxisbuch"
31747
31748 \end_inset
31749
31750  ansehen.
31751 \end_layout
31752
31753 \end_inset
31754
31755 .
31756  Wegen dieser Möglichkeiten sind 
31757 \family typewriter
31758 .ps
31759 \family default
31760 -Dateien oft größer als 
31761 \family typewriter
31762 .pdf
31763 \family default
31764 -Dateien.
31765 \end_layout
31766
31767 \begin_layout Standard
31768 PostScript kann nur Bilder im Format EPS
31769 \begin_inset LatexCommand index
31770 name "EPS"
31771
31772 \end_inset
31773
31774  (Encapsulated PostScript, Datei-Erweiterung 
31775 \begin_inset Quotes gld
31776 \end_inset
31777
31778
31779 \family typewriter
31780 .eps
31781 \family default
31782
31783 \begin_inset Quotes grd
31784 \end_inset
31785
31786 ) enthalten.
31787  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
31788  intern nach EPS konvertiert werden.
31789  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
31790  verlangsamen.
31791  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
31792  konvertieren und direkt als EPS einfügen.
31793 \end_layout
31794
31795 \begin_layout Standard
31796 Sie können Ihr Dokument als PostScript über das Menü 
31797 \family sans
31798 Datei\SpecialChar \menuseparator
31799 Exportieren\SpecialChar \menuseparator
31800 PostScript
31801 \family default
31802  exportieren.
31803  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
31804 \family sans
31805 Ansicht
31806 \family default
31807  oder den Werkzeugleistenknopf 
31808 \begin_inset Graphics
31809         filename ../../images/buffer-view_ps.png
31810         scale 85
31811         scaleBeforeRotation
31812
31813 \end_inset
31814
31815  anschauen.
31816 \end_layout
31817
31818 \begin_layout Section
31819 PDF
31820 \begin_inset LatexCommand label
31821 name "abs:PDF"
31822
31823 \end_inset
31824
31825
31826 \begin_inset LatexCommand index
31827 name "Dateiformat! PDF"
31828
31829 \end_inset
31830
31831
31832 \begin_inset LatexCommand index
31833 name "PDF"
31834
31835 \end_inset
31836
31837
31838 \end_layout
31839
31840 \begin_layout Standard
31841 Dieser Dateityp hat die Erweiterung 
31842 \begin_inset Quotes gld
31843 \end_inset
31844
31845
31846 \family typewriter
31847 .pdf
31848 \family default
31849
31850 \begin_inset Quotes grd
31851 \end_inset
31852
31853 .
31854  Das
31855 \emph on
31856  
31857 \emph default
31858
31859 \begin_inset Quotes gld
31860 \end_inset
31861
31862 Portable Document Format
31863 \begin_inset Quotes grd
31864 \end_inset
31865
31866  (PDF) wurde auch von der Firma 
31867 \family typewriter
31868 Adobe
31869 \family default
31870  als Derivat von PostScript entwickelt.
31871  Es ist komprimierter und benutzt weniger Befehle als PostScript.
31872  Wie der Begriff 
31873 \begin_inset Quotes gld
31874 \end_inset
31875
31876 portable
31877 \begin_inset Quotes grd
31878 \end_inset
31879
31880  (übertragbar) vermuten lässt, kann eine 
31881 \family typewriter
31882 .pdf
31883 \family default
31884 -Datei auf jeden Rechner übertragen werden, und der Ausdruck sieht immer
31885  gleich aus.
31886 \end_layout
31887
31888 \begin_layout Standard
31889 PDF kann Bilder im eigenen PDF-Format, im Format 
31890 \begin_inset Quotes gld
31891 \end_inset
31892
31893 Joint Photographic Experts Group
31894 \begin_inset Quotes grd
31895 \end_inset
31896
31897  (JPEG
31898 \begin_inset LatexCommand index
31899 name "JPG, JPEG"
31900
31901 \end_inset
31902
31903 , Datei-Erweiterung 
31904 \begin_inset Quotes gld
31905 \end_inset
31906
31907
31908 \family typewriter
31909 .jpg
31910 \family default
31911
31912 \begin_inset Quotes grd
31913 \end_inset
31914
31915  oder 
31916 \begin_inset Quotes gld
31917 \end_inset
31918
31919
31920 \family typewriter
31921 .jpeg
31922 \family default
31923
31924 \begin_inset Quotes grd
31925 \end_inset
31926
31927 ) und im Format 
31928 \begin_inset Quotes gld
31929 \end_inset
31930
31931 Portable Network Graphics
31932 \begin_inset Quotes grd
31933 \end_inset
31934
31935  (PNG
31936 \begin_inset LatexCommand index
31937 name "PNG"
31938
31939 \end_inset
31940
31941 , Datei-Erweiterung 
31942 \begin_inset Quotes gld
31943 \end_inset
31944
31945
31946 \family typewriter
31947 .png
31948 \family default
31949
31950 \begin_inset Quotes grd
31951 \end_inset
31952
31953 ) enthalten.
31954  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
31955  Sie konvertieren wird.
31956  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
31957  wird, eines der drei erwähnten Bildformate zu benutzen.
31958 \end_layout
31959
31960 \begin_layout Standard
31961 PDF-Dateien können Sie über 
31962 \family sans
31963 Datei\SpecialChar \menuseparator
31964 Exportieren
31965 \family default
31966  auf drei Arten erzeugen:
31967 \end_layout
31968
31969 \begin_layout Description
31970 PDF\InsetSpace ~
31971 (ps2pdf) benutzt das Programm
31972 \family typewriter
31973  ps2pdf
31974 \family default
31975 , das ein PDF aus einer PostScript-Version Ihres Dokument erstellt.
31976  Die PostScript-Version wird Programm 
31977 \family typewriter
31978 dvips
31979 \family default
31980  aus einer DVI-Version erstellt.
31981  Es werden also drei Konvertierungen verwendet.
31982 \end_layout
31983
31984 \begin_layout Description
31985 PDF\InsetSpace ~
31986 (dvipdfm) benutzt das Programm 
31987 \family typewriter
31988 dvipdfm
31989 \family default
31990 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
31991  PDF konvertiert.
31992 \end_layout
31993
31994 \begin_layout Description
31995 PDF\InsetSpace ~
31996 (pdflatex) benutzt das Programm
31997 \family typewriter
31998  pdftex
31999 \family default
32000 , das Ihr Dokument direkt nach PDF konvertiert.
32001 \end_layout
32002
32003 \begin_layout Standard
32004
32005 \family sans
32006 PDF\InsetSpace ~
32007 (pdflatex)
32008 \family default
32009  wird empfohlen, weil
32010 \family typewriter
32011  pdftex
32012 \family default
32013  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
32014  ohne Probleme arbeitet.
32015  Das Programm 
32016 \family typewriter
32017 dvipdfm
32018 \family default
32019  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
32020 \end_layout
32021
32022 \begin_layout Standard
32023 Sie können Ihr Dokument als PDF über das Menü 
32024 \family sans
32025 Datei\SpecialChar \menuseparator
32026 Exportieren\SpecialChar \menuseparator
32027 PDF
32028 \family default
32029  exportieren.
32030  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
32031 \family sans
32032 Ansicht
32033 \family default
32034  oder den Werkzeugleistenknopf 
32035 \begin_inset Graphics
32036         filename ../../images/buffer-view_pdf2.png
32037         scale 85
32038         scaleBeforeRotation
32039
32040 \end_inset
32041
32042  anschauen 
32043 \family sans
32044 (
32045 \family default
32046 der 
32047 \family sans
32048 PDF\InsetSpace ~
32049 (pdflatex)
32050 \family default
32051  verwendet).
32052 \end_layout
32053
32054 \begin_layout Chapter
32055 Erklärung der Gleichung\InsetSpace ~
32056
32057 \begin_inset LatexCommand eqref
32058 reference "eq:Wgn"
32059
32060 \end_inset
32061
32062
32063 \begin_inset LatexCommand label
32064 name "kap:Exläuterung-einer-Gleichung"
32065
32066 \end_inset
32067
32068
32069 \end_layout
32070
32071 \begin_layout Standard
32072 Die Gesamtbreite von
32073 \emph on
32074  n
32075 \emph default
32076  Tabellenzellen 
32077 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32078 \end_inset
32079
32080  kann wie folgt berechnet werden:
32081 \end_layout
32082
32083 \begin_layout Standard
32084 \begin_inset Formula \begin{equation}
32085 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}
32086
32087 \end_inset
32088
32089
32090 \end_layout
32091
32092 \begin_layout Standard
32093 Dabei ist 
32094 \begin_inset Formula $W_{g\, n}$
32095 \end_inset
32096
32097  die Breite jeder Zelle.
32098
32099 \series bold
32100  
32101 \backslash
32102 tabcolsep
32103 \series default
32104  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
32105  Standardwert 6\InsetSpace \thinspace{}
32106 pt.
32107  
32108 \series bold
32109
32110 \backslash
32111 arrayrulewidth
32112 \series default
32113  ist die Dicke der Zellgrenze mit dem Standardwert 0.4\InsetSpace \thinspace{}
32114 pt.
32115 \end_layout
32116
32117 \begin_layout Standard
32118 Nach Gleichung\InsetSpace ~
32119
32120 \begin_inset LatexCommand ref
32121 reference "eq:Wtot_n"
32122
32123 \end_inset
32124
32125  ist die Gesamtbreite einer Mehrfachspalte, 
32126 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32127 \end_inset
32128
32129 ,
32130 \end_layout
32131
32132 \begin_layout Standard
32133 \begin_inset Formula \begin{equation}
32134 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32135
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \begin_layout Standard
32142 Setzt man die Gleichungen\InsetSpace ~
32143
32144 \begin_inset LatexCommand ref
32145 reference "eq:Wtot_n"
32146
32147 \end_inset
32148
32149  und 
32150 \begin_inset LatexCommand ref
32151 reference "eq:Wtot_mult"
32152
32153 \end_inset
32154
32155  gleich, kann man die benötigte Breite 
32156 \begin_inset Formula $W_{g\, n}$
32157 \end_inset
32158
32159 , wenn 
32160 \emph on
32161 n
32162 \emph default
32163  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
32164 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32165 \end_inset
32166
32167  hat, berechnen:
32168 \end_layout
32169
32170 \begin_layout Standard
32171 \begin_inset Formula \begin{equation}
32172 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32173
32174 \end_inset
32175
32176
32177 \end_layout
32178
32179 \begin_layout Bibliography
32180 \begin_inset LatexCommand bibitem
32181 key "booktabs"
32182
32183 \end_inset
32184
32185
32186 \begin_inset ERT
32187 status collapsed
32188
32189 \begin_layout Standard
32190
32191
32192 \backslash
32193 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
32194 {
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \series bold
32201 booktabs
32202 \series default
32203
32204 \begin_inset ERT
32205 status collapsed
32206
32207 \begin_layout Standard
32208
32209 }
32210 \end_layout
32211
32212 \end_inset
32213
32214 -Dokumentation im Internet
32215 \begin_inset LatexCommand index
32216 name "LaTeX-Pakete ! booktabs"
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \begin_layout Bibliography
32224 \begin_inset LatexCommand bibitem
32225 key "caption"
32226
32227 \end_inset
32228
32229
32230 \begin_inset ERT
32231 status collapsed
32232
32233 \begin_layout Standard
32234
32235
32236 \backslash
32237 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
32238 \end_layout
32239
32240 \end_inset
32241
32242
32243 \series bold
32244 caption
32245 \series default
32246
32247 \begin_inset ERT
32248 status collapsed
32249
32250 \begin_layout Standard
32251
32252 }
32253 \end_layout
32254
32255 \end_inset
32256
32257 -Dokumentation im Internet
32258 \begin_inset LatexCommand index
32259 name "LaTeX-Pakete ! caption"
32260
32261 \end_inset
32262
32263
32264 \end_layout
32265
32266 \begin_layout Bibliography
32267 \begin_inset LatexCommand bibitem
32268 key "caption-de"
32269
32270 \end_inset
32271
32272 deutsche 
32273 \begin_inset ERT
32274 status collapsed
32275
32276 \begin_layout Standard
32277
32278
32279 \backslash
32280 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
32281 {
32282 \end_layout
32283
32284 \end_inset
32285
32286
32287 \series bold
32288  caption
32289 \series default
32290
32291 \begin_inset ERT
32292 status collapsed
32293
32294 \begin_layout Standard
32295
32296 }
32297 \end_layout
32298
32299 \end_inset
32300
32301 -Dokumentation im Internet
32302 \begin_inset LatexCommand index
32303 name "LaTeX-Pakete ! caption"
32304
32305 \end_inset
32306
32307
32308 \end_layout
32309
32310 \begin_layout Bibliography
32311 \begin_inset LatexCommand bibitem
32312 key "koma-script-de"
32313
32314 \end_inset
32315
32316 deutsche 
32317 \begin_inset ERT
32318 status collapsed
32319
32320 \begin_layout Standard
32321
32322
32323 \backslash
32324 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
32325 df}{
32326 \end_layout
32327
32328 \end_inset
32329
32330
32331 \series bold
32332 koma-script
32333 \series default
32334
32335 \begin_inset ERT
32336 status collapsed
32337
32338 \begin_layout Standard
32339
32340 }
32341 \end_layout
32342
32343 \end_inset
32344
32345 -Dokumentation im Internet
32346 \begin_inset LatexCommand index
32347 name "LaTeX-Pakete ! koma-script"
32348
32349 \end_inset
32350
32351
32352 \end_layout
32353
32354 \begin_layout Bibliography
32355 \begin_inset LatexCommand bibitem
32356 key "endfloat"
32357
32358 \end_inset
32359
32360
32361 \begin_inset ERT
32362 status collapsed
32363
32364 \begin_layout Standard
32365
32366
32367 \backslash
32368 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
32369 {
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \series bold
32376 endf\SpecialChar \textcompwordmark{}
32377 loat
32378 \series default
32379
32380 \begin_inset ERT
32381 status collapsed
32382
32383 \begin_layout Standard
32384
32385 }
32386 \end_layout
32387
32388 \end_inset
32389
32390 -Dokumentation im Internet
32391 \begin_inset LatexCommand index
32392 name "LaTeX-Pakete ! endf\\/loat"
32393
32394 \end_inset
32395
32396
32397 \end_layout
32398
32399 \begin_layout Bibliography
32400 \begin_inset LatexCommand bibitem
32401 key "floatflt"
32402
32403 \end_inset
32404
32405
32406 \begin_inset ERT
32407 status collapsed
32408
32409 \begin_layout Standard
32410
32411
32412 \backslash
32413 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
32414 {
32415 \end_layout
32416
32417 \end_inset
32418
32419
32420 \series bold
32421 f\SpecialChar \textcompwordmark{}
32422 loatf\SpecialChar \textcompwordmark{}
32423 lt
32424 \series default
32425
32426 \begin_inset ERT
32427 status collapsed
32428
32429 \begin_layout Standard
32430
32431 }
32432 \end_layout
32433
32434 \end_inset
32435
32436 -Dokumentation im Internet
32437 \begin_inset LatexCommand index
32438 name "LaTeX-Pakete ! floatflt@f\\/loatf\\/lt"
32439
32440 \end_inset
32441
32442
32443 \end_layout
32444
32445 \begin_layout Bibliography
32446 \begin_inset LatexCommand bibitem
32447 key "footmisc"
32448
32449 \end_inset
32450
32451
32452 \begin_inset ERT
32453 status collapsed
32454
32455 \begin_layout Standard
32456
32457
32458 \backslash
32459 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
32460 {
32461 \end_layout
32462
32463 \end_inset
32464
32465
32466 \series bold
32467 footmisc
32468 \series default
32469
32470 \begin_inset ERT
32471 status collapsed
32472
32473 \begin_layout Standard
32474
32475 }
32476 \end_layout
32477
32478 \end_inset
32479
32480 -Dokumentation im Internet
32481 \begin_inset LatexCommand index
32482 name "LaTeX-Pakete ! footmisc"
32483
32484 \end_inset
32485
32486
32487 \end_layout
32488
32489 \begin_layout Bibliography
32490 \begin_inset LatexCommand bibitem
32491 key "hypcap"
32492
32493 \end_inset
32494
32495
32496 \begin_inset ERT
32497 status collapsed
32498
32499 \begin_layout Standard
32500
32501
32502 \backslash
32503 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
32504 \end_layout
32505
32506 \end_inset
32507
32508
32509 \series bold
32510 hypcap
32511 \series default
32512
32513 \begin_inset ERT
32514 status collapsed
32515
32516 \begin_layout Standard
32517
32518 }
32519 \end_layout
32520
32521 \end_inset
32522
32523 -Dokumentation im Internet
32524 \begin_inset LatexCommand index
32525 name "LaTeX-Pakete ! hypcap"
32526
32527 \end_inset
32528
32529
32530 \end_layout
32531
32532 \begin_layout Bibliography
32533 \begin_inset LatexCommand bibitem
32534 key "hyperref"
32535
32536 \end_inset
32537
32538
32539 \begin_inset ERT
32540 status collapsed
32541
32542 \begin_layout Standard
32543
32544
32545 \backslash
32546 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
32547 {
32548 \end_layout
32549
32550 \end_inset
32551
32552
32553 \series bold
32554 hyperref
32555 \series default
32556
32557 \begin_inset ERT
32558 status collapsed
32559
32560 \begin_layout Standard
32561
32562 }
32563 \end_layout
32564
32565 \end_inset
32566
32567 -Dokumentation im Internet
32568 \begin_inset LatexCommand index
32569 name "LaTeX-Pakete ! hyperref"
32570
32571 \end_inset
32572
32573
32574 \end_layout
32575
32576 \begin_layout Bibliography
32577 \begin_inset LatexCommand bibitem
32578 key "koma-script"
32579
32580 \end_inset
32581
32582
32583 \begin_inset ERT
32584 status collapsed
32585
32586 \begin_layout Standard
32587
32588
32589 \backslash
32590 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
32591 df}{
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \series bold
32598 koma-script
32599 \series default
32600
32601 \begin_inset ERT
32602 status collapsed
32603
32604 \begin_layout Standard
32605
32606 }
32607 \end_layout
32608
32609 \end_inset
32610
32611 -Dokumentation im Internet
32612 \begin_inset LatexCommand index
32613 name "LaTeX-Pakete ! koma-script"
32614
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \begin_layout Bibliography
32621 \begin_inset LatexCommand bibitem
32622 key "latexguide"
32623
32624 \end_inset
32625
32626 Kopka, Helmut und Daly, Patrick W.: 
32627 \emph on
32628 A Guide to LaTeX Fourth Edition.
32629
32630 \emph default
32631  Addison-Wesley, 2003
32632 \end_layout
32633
32634 \begin_layout Bibliography
32635 \begin_inset LatexCommand bibitem
32636 key "lamport"
32637
32638 \end_inset
32639
32640 Lamport, Leslie: 
32641 \emph on
32642 LaTeX: A Document Preparation System.
32643
32644 \emph default
32645  Addison-Wesley, second edition, 1994
32646 \end_layout
32647
32648 \begin_layout Bibliography
32649 \begin_inset LatexCommand bibitem
32650 key "listings"
32651
32652 \end_inset
32653
32654
32655 \begin_inset ERT
32656 status collapsed
32657
32658 \begin_layout Standard
32659
32660
32661 \backslash
32662 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
32663 {
32664 \end_layout
32665
32666 \end_inset
32667
32668
32669 \series bold
32670 listings
32671 \series default
32672
32673 \begin_inset ERT
32674 status collapsed
32675
32676 \begin_layout Standard
32677
32678 }
32679 \end_layout
32680
32681 \end_inset
32682
32683 -Dokumentation im Internet
32684 \begin_inset LatexCommand index
32685 name "LaTeX-Pakete ! listings"
32686
32687 \end_inset
32688
32689
32690 \end_layout
32691
32692 \begin_layout Bibliography
32693 \begin_inset LatexCommand bibitem
32694 key "marginnote"
32695
32696 \end_inset
32697
32698
32699 \begin_inset ERT
32700 status collapsed
32701
32702 \begin_layout Standard
32703
32704
32705 \backslash
32706 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
32707 pdf}{
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \series bold
32714 marginnote
32715 \series default
32716
32717 \begin_inset ERT
32718 status collapsed
32719
32720 \begin_layout Standard
32721
32722 }
32723 \end_layout
32724
32725 \end_inset
32726
32727 -Dokumentation im Internet
32728 \begin_inset LatexCommand index
32729 name "LaTeX-Pakete ! marginnote"
32730
32731 \end_inset
32732
32733
32734 \end_layout
32735
32736 \begin_layout Bibliography
32737 \begin_inset LatexCommand bibitem
32738 key "latexcompanion"
32739
32740 \end_inset
32741
32742 Mittelbach, Frank und Goossens, Michel: 
32743 \emph on
32744 The LaTeX Companion Second Edition.
32745
32746 \emph default
32747  Addison-Wesley, 2004
32748 \end_layout
32749
32750 \begin_layout Bibliography
32751 \begin_inset LatexCommand bibitem
32752 key "latex-praxisbuch"
32753
32754 \end_inset
32755
32756 Niedermair, Elke & Michael: 
32757 \emph on
32758 LaTeX-Praxisbuch
32759 \emph default
32760 , Franzis-Verlag, 2004
32761 \end_layout
32762
32763 \begin_layout Bibliography
32764 \begin_inset LatexCommand bibitem
32765 key "pstricks"
32766
32767 \end_inset
32768
32769
32770 \begin_inset ERT
32771 status collapsed
32772
32773 \begin_layout Standard
32774
32775
32776 \backslash
32777 href{http://tug.org/PSTricks/main.cgi/}{
32778 \end_layout
32779
32780 \end_inset
32781
32782
32783 \series bold
32784 PSTricks
32785 \series default
32786
32787 \begin_inset ERT
32788 status collapsed
32789
32790 \begin_layout Standard
32791
32792 }
32793 \end_layout
32794
32795 \end_inset
32796
32797 -Internetseite
32798 \begin_inset LatexCommand index
32799 name "LaTeX-Pakete ! pstricks"
32800
32801 \end_inset
32802
32803
32804 \end_layout
32805
32806 \begin_layout Bibliography
32807 \begin_inset LatexCommand bibitem
32808 key "sidecap"
32809
32810 \end_inset
32811
32812
32813 \begin_inset ERT
32814 status collapsed
32815
32816 \begin_layout Standard
32817
32818
32819 \backslash
32820 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
32821 \end_layout
32822
32823 \end_inset
32824
32825
32826 \series bold
32827 sidecap
32828 \series default
32829
32830 \begin_inset ERT
32831 status collapsed
32832
32833 \begin_layout Standard
32834
32835 }
32836 \end_layout
32837
32838 \end_inset
32839
32840 -Dokumentation im Internet
32841 \begin_inset LatexCommand index
32842 name "LaTeX-Pakete ! sidecap"
32843
32844 \end_inset
32845
32846
32847 \end_layout
32848
32849 \begin_layout Bibliography
32850 \begin_inset LatexCommand bibitem
32851 key "NewInLyX15"
32852
32853 \end_inset
32854
32855
32856 \begin_inset ERT
32857 status collapsed
32858
32859 \begin_layout Standard
32860
32861
32862 \backslash
32863 href{http://wiki.lyx.org/LyX/NewInLyX15}{
32864 \end_layout
32865
32866 \end_inset
32867
32868 Wiki-Seite
32869 \begin_inset ERT
32870 status collapsed
32871
32872 \begin_layout Standard
32873
32874 }
32875 \end_layout
32876
32877 \end_inset
32878
32879  über neue Funktionen in 
32880 \family sans
32881 LyX 1.5.0
32882 \family default
32883 .
32884 \end_layout
32885
32886 \begin_layout Standard
32887 \begin_inset LatexCommand printindex
32888
32889 \end_inset
32890
32891
32892 \end_layout
32893
32894 \begin_layout Standard
32895 \begin_inset FloatList figure
32896
32897 \end_inset
32898
32899
32900 \end_layout
32901
32902 \begin_layout Standard
32903 \begin_inset FloatList table
32904
32905 \end_inset
32906
32907
32908 \end_layout
32909
32910 \begin_layout Standard
32911 \begin_inset ERT
32912 status collapsed
32913
32914 \begin_layout Standard
32915
32916
32917 \backslash
32918 listof{Xalgorithm}{Algorithmenverzeichnis}
32919 \end_layout
32920
32921 \end_inset
32922
32923
32924 \begin_inset Note Note
32925 status collapsed
32926
32927 \begin_layout Standard
32928 siehe Abschnitt\InsetSpace ~
32929
32930 \begin_inset LatexCommand ref
32931 reference "uab:Gleitobjekt-Algorithmen"
32932
32933 \end_inset
32934
32935  für eine Beschreibung
32936 \end_layout
32937
32938 \end_inset
32939
32940
32941 \end_layout
32942
32943 \end_body
32944 \end_document