tufte layout files:
[lyx.git] / lib / doc / EmbeddedObjects.lyx
blob1a947c337920e30e1aaf35ffa7eb9e59563a0e4f
1 #LyX 1.6.4svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
15 \fi % end if pdflatex is used
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
56 % enables calculation of values,
57 \usepackage{calc}
59 % provides special table cell alignments
60 \usepackage{dcolumn}
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
93 % used for book-style tables
94 \usepackage{booktabs}
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
158 % redefine the \LyX macro for PDF bookmarks
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX}}
162 \end_preamble
163 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
164 \use_default_options false
165 \language english
166 \inputencoding auto
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
176 \graphics default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
181 \pdf_author "LyX Team, Uwe Stöhr"
182 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
183 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pdfusetitle false
193 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
194 \papersize default
195 \use_geometry false
196 \use_amsmath 2
197 \use_esint 0
198 \cite_engine basic
199 \use_bibtopic false
200 \paperorientation portrait
201 \secnumdepth 3
202 \tocdepth 3
203 \paragraph_separation skip
204 \defskip medskip
205 \quotes_language english
206 \papercolumns 1
207 \papersides 2
208 \paperpagestyle default
209 \bullet 1 1 34 -1
210 \bullet 2 2 35 -1
211 \bullet 3 2 7 -1
212 \tracking_changes false
213 \output_changes false
214 \author "" 
215 \author "" 
216 \end_header
218 \begin_body
220 \begin_layout Title
221 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
222  manual
223 \end_layout
225 \begin_layout Author
226 by the LyX Team
227 \begin_inset Foot
228 status collapsed
230 \begin_layout Plain Layout
231 \noindent
232 If you have comments or error corrections, please send them to the LyX Documenta
233 tion mailing list: 
234 \begin_inset CommandInset href
235 LatexCommand href
236 name "lyx-docs@lists.lyx.org"
237 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
238 type "mailto:"
240 \end_inset
243 \end_layout
245 \end_inset
248 \begin_inset Note Note
249 status collapsed
251 \begin_layout Plain Layout
252 author: Uwe Stöhr
253 \end_layout
255 \end_inset
258 \begin_inset Newline newline
259 \end_inset
262 \begin_inset Newline newline
263 \end_inset
266 \family sans
267 Version 1.6.x
268 \end_layout
270 \begin_layout Standard
271 \begin_inset CommandInset toc
272 LatexCommand tableofcontents
274 \end_inset
277 \end_layout
279 \begin_layout Standard
280 \begin_inset Note Note
281 status open
283 \begin_layout Plain Layout
284 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
286 \series bold
287 arydshln
288 \series default
290 \series bold
291 colortbl
292 \series default
294 \series bold
295 marginnote
296 \series default
297 , and 
298 \series bold
299 sidecap
300 \series default
301  must be installed.
302  If they are not installed you can export the document anyway but the sections
303  where the packages are required won't appear in the output.
304 \end_layout
306 \begin_layout Plain Layout
307 The latest PDF-version of this document can be found here:
308 \begin_inset Newline newline
309 \end_inset
312 \series bold
313 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
314 \end_layout
316 \end_inset
319 \end_layout
321 \begin_layout Chapter
322 Figures
323 \begin_inset Index
324 status collapsed
326 \begin_layout Plain Layout
327 Figures
328 \end_layout
330 \end_inset
333 \begin_inset Index
334 status collapsed
336 \begin_layout Plain Layout
337 Graphics|see
338 \begin_inset ERT
339 status collapsed
341 \begin_layout Plain Layout
344 \end_layout
346 \end_inset
348 Figures
349 \begin_inset ERT
350 status collapsed
352 \begin_layout Plain Layout
355 \end_layout
357 \end_inset
360 \end_layout
362 \end_inset
365 \end_layout
367 \begin_layout Section
368 Graphics Dialog
369 \begin_inset Index
370 status collapsed
372 \begin_layout Plain Layout
373 Figures ! Graphics Dialog
374 \end_layout
376 \end_inset
379 \begin_inset CommandInset label
380 LatexCommand label
381 name "sec:Graphics-Dialog"
383 \end_inset
386 \end_layout
388 \begin_layout Standard
389 To insert an image into your document, place the cursor at the text position
390  you want and click on the toolbar icon 
391 \begin_inset Graphics
392         filename ../images/dialog-show-new-inset_graphics.png
393         scale 85
394         scaleBeforeRotation
396 \end_inset
398  or use the menu 
399 \family sans
400 Insert\SpecialChar \menuseparator
401 Graphics
402 \family default
404  Then a dialog will appear to choose the file to load.
405  The image will appear in the output exactly at the position where it is
406  in the text.
407 \end_layout
409 \begin_layout Standard
410 The graphics dialog can be called at any time by clicking on an image.
411  This dialog has three tabs:
412 \end_layout
414 \begin_layout Description
416 \family sans
417 Graphics
418 \family default
419  Here you can choose an image file and adjust its appearance in the output.
420  The available units for the image size are explained in appendix
421 \begin_inset space ~
422 \end_inset
425 \begin_inset CommandInset ref
426 LatexCommand ref
427 reference "cha:Units-available-in"
429 \end_inset
432 \begin_inset Newline newline
433 \end_inset
436 \begin_inset Index
437 status collapsed
439 \begin_layout Plain Layout
440 Figures ! rotated
441 \end_layout
443 \end_inset
445 You can rotate images counter-clockwise by setting a rotation angle and
446  a rotation origin.
447  The image will also be rotated inside LyX.
448 \begin_inset Newline newline
449 \end_inset
452 \begin_inset Index
453 status collapsed
455 \begin_layout Plain Layout
456 Figures ! scaled
457 \end_layout
459 \end_inset
461 Images can be scaled by using a percentage value or by setting the width
462  and height explicitly.
463  If you set only the width or only the height, the other size will be determined
464  automatically.
465  If you set both, then the image will be transformed to the given size,
466  possibly distorting it.
467  To prevent the image from distortion, use the option 
468 \family sans
469 Maintain aspect ratio
470 \family default
472  The image will then be scaled so that its width and height don't exceed
473  the specified dimensions.
474 \begin_inset Newline newline
475 \end_inset
477 Images can be opened in a program of your choice by right-clicking on it
478  choosing the entry 
479 \family sans
480 Edit
481 \begin_inset space ~
482 \end_inset
484 externally
485 \family default
486  in the appearing context menu.
487  The program can be set for every image format in the file format settings
488  in LyX's preferences.
489 \end_layout
491 \begin_layout Description
493 \family sans
494 Clipping
495 \family default
496  Alternatively to the usage of scaling units it is possible to set image
497  coordinates to adjust the height and width of the image in the output.
498  The coordinates can also be calculated automatically by pressing the button
500 \family sans
502 \begin_inset space ~
503 \end_inset
505 from
506 \begin_inset space ~
507 \end_inset
509 File
510 \family default
512  The option 
513 \family sans
514 Clip
515 \begin_inset space ~
516 \end_inset
519 \begin_inset space ~
520 \end_inset
522 bounding
523 \begin_inset space ~
524 \end_inset
527 \family default
528  will only print the image region within the given coordinates.
529  Normally you don't need to take care about image coordinates and can ignore
530  this tab.
531 \end_layout
533 \begin_layout Description
535 \family sans
536 LaTeX
537 \begin_inset space ~
538 \end_inset
541 \begin_inset space ~
542 \end_inset
545 \begin_inset space ~
546 \end_inset
548 options
549 \family default
550  In this tab you can modify the appearance of the image within LyX and LaTeX
551  experts can specify additional LaTeX options.
552 \begin_inset Newline newline
553 \end_inset
555 The option 
556 \family sans
557 Draft
558 \begin_inset space ~
559 \end_inset
561 mode
562 \family default
563  makes the image appear in the output only as a frame with the size of the
564  image.
565 \begin_inset Newline newline
566 \end_inset
568 The 
569 \family sans
570 Don't
571 \begin_inset space ~
572 \end_inset
574 unzip
575 \begin_inset space ~
576 \end_inset
579 \begin_inset space ~
580 \end_inset
582 export
583 \family default
584  option only affects zipped EPS-graphics, e.
585 \begin_inset space \thinspace{}
586 \end_inset
589 \begin_inset space \space{}
590 \end_inset
593 \emph on
594 x.eps.gz
595 \emph default
597  When the option is used the images will not be unzipped on export, since
598  LaTeX can handle them as they are.
599 \begin_inset Newline newline
600 \end_inset
602 Zipped EPS-graphics are useful to save disk space when you choose PostScript
603  as output format, see appendix
604 \begin_inset space ~
605 \end_inset
608 \begin_inset CommandInset ref
609 LatexCommand ref
610 reference "sec:PostScript"
612 \end_inset
615  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
616  console:
617 \begin_inset Newline newline
618 \end_inset
621 \series bold
622 gzip x.eps
623 \series default
625 \begin_inset Newline newline
626 \end_inset
629 \series bold
630 zgrep %%Bounding x.eps.gz > x.eps.bb
631 \series default
633 \begin_inset Newline newline
634 \end_inset
636 The second command creates the bounding box file 
637 \begin_inset Quotes eld
638 \end_inset
640 x.eps.bb
641 \begin_inset Quotes erd
642 \end_inset
644  that is needed by LaTeX for zipped graphics.
645 \begin_inset Newline newline
646 \end_inset
648 The field 
649 \family sans
650 Initialize
651 \begin_inset space ~
652 \end_inset
654 Group
655 \begin_inset space ~
656 \end_inset
658 Name
659 \family default
660  allows you define or join an image settings group.
661 \begin_inset Index
662 status collapsed
664 \begin_layout Plain Layout
665 Figures ! Settings grouping
666 \end_layout
668 \end_inset
670  Images within such a group share their settings, so adjusting one image
671  of the group automatically also adjusts all other images of the group in
672  the same way.
673  So you can for example change the size for a bunch of images without the
674  need to manually change each of them.
675  Joining an existing group can also be done using the context menu of the
676  image by checking the name of the desired group.
677 \end_layout
679 \begin_layout Standard
680 \begin_inset VSpace bigskip
681 \end_inset
684 \end_layout
686 \begin_layout Standard
687 This is an example image in EPS format
688 \begin_inset Foot
689 status collapsed
691 \begin_layout Plain Layout
692 Image formats are explained in section
693 \begin_inset space ~
694 \end_inset
697 \begin_inset CommandInset ref
698 LatexCommand ref
699 reference "sec:Image-Formats"
701 \end_inset
704 \end_layout
706 \end_inset
708  within a separate, horizontally centered paragraph:
709 \end_layout
711 \begin_layout Standard
712 \align center
713 \begin_inset Graphics
714         filename clipart/mobius.eps
715         scale 70
716         scaleBeforeRotation
717         rotateOrigin center
719 \end_inset
722 \end_layout
724 \begin_layout Standard
725 This is the same image like the one above but in draft mode:
726 \end_layout
728 \begin_layout Standard
729 \align center
730 \begin_inset Graphics
731         filename clipart/mobius.eps
732         scale 70
733         draft
734         scaleBeforeRotation
735         rotateOrigin center
737 \end_inset
740 \end_layout
742 \begin_layout Standard
743 \begin_inset Newpage newpage
744 \end_inset
747 \end_layout
749 \begin_layout Section
750 Figure Floats
751 \begin_inset CommandInset label
752 LatexCommand label
753 name "sec:Figure-Floats"
755 \end_inset
758 \begin_inset Index
759 status collapsed
761 \begin_layout Plain Layout
762 Floats ! Figures
763 \end_layout
765 \end_inset
768 \begin_inset Index
769 status collapsed
771 \begin_layout Plain Layout
772 Figures ! Floats
773 \end_layout
775 \end_inset
778 \end_layout
780 \begin_layout Standard
781 For general explanations about floats, have a look at section
782 \begin_inset space ~
783 \end_inset
786 \begin_inset CommandInset ref
787 LatexCommand ref
788 reference "sec:FloatIntroduction"
790 \end_inset
793 \end_layout
795 \begin_layout Standard
796 The toolbar button 
797 \begin_inset Graphics
798         filename ../images/float-insert_figure.png
799         scale 85
800         scaleBeforeRotation
802 \end_inset
804  and the menu 
805 \family sans
806 Insert\SpecialChar \menuseparator
807 Float\SpecialChar \menuseparator
808 Figure
809 \family default
810  inserts a float with a caption that has the label 
811 \begin_inset Quotes eld
812 \end_inset
814 Figure
815 \begin_inset space ~
816 \end_inset
819 \begin_inset Quotes erd
820 \end_inset
822  (# is the actual number).
823  You can insert the image above the caption, like in Figure
824 \begin_inset space ~
825 \end_inset
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "fig:kill-plat"
832 \end_inset
834  or below the caption, like in Figure
835 \begin_inset space ~
836 \end_inset
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "fig:escher"
843 \end_inset
846  More about the caption placement is described in section
847 \begin_inset space ~
848 \end_inset
851 \begin_inset CommandInset ref
852 LatexCommand ref
853 reference "sec:Caption-Placement"
855 \end_inset
858 \end_layout
860 \begin_layout Standard
861 \begin_inset Float figure
862 wide false
863 sideways false
864 status open
866 \begin_layout Plain Layout
867 \align center
868 \begin_inset Graphics
869         filename clipart/platypus.eps
870         width 50col%
871         scaleBeforeRotation
872         rotateOrigin center
874 \end_inset
877 \end_layout
879 \begin_layout Plain Layout
880 \begin_inset Caption
882 \begin_layout Plain Layout
883 \begin_inset CommandInset label
884 LatexCommand label
885 name "fig:kill-plat"
887 \end_inset
889 A severely distorted platypus in a float.
890 \end_layout
892 \end_inset
895 \end_layout
897 \end_inset
900 \end_layout
902 \begin_layout Standard
903 \begin_inset Float figure
904 wide false
905 sideways false
906 status open
908 \begin_layout Plain Layout
909 \begin_inset Caption
911 \begin_layout Plain Layout
912 \begin_inset CommandInset label
913 LatexCommand label
914 name "fig:escher"
916 \end_inset
918 M.C.
919  Escher on acid.
920 \end_layout
922 \end_inset
925 \end_layout
927 \begin_layout Plain Layout
928 \align center
929 \begin_inset Graphics
930         filename clipart/escher-lsd.eps
931         scale 80
932         scaleBeforeRotation
933         rotateOrigin center
935 \end_inset
938 \end_layout
940 \end_inset
943 \end_layout
945 \begin_layout Standard
946 \begin_inset Index
947 status collapsed
949 \begin_layout Plain Layout
950 References ! to Figures
951 \end_layout
953 \end_inset
955 Figure
956 \begin_inset space ~
957 \end_inset
960 \begin_inset CommandInset ref
961 LatexCommand ref
962 reference "fig:kill-plat"
964 \end_inset
966  and 
967 \begin_inset CommandInset ref
968 LatexCommand ref
969 reference "fig:escher"
971 \end_inset
973  are examples of referenced figures.
974  Figures can be referenced in the text by referencing their label.
975  To do this insert a label in the caption using the menu 
976 \family sans
977 Insert\SpecialChar \menuseparator
978 Label
979 \family default
980  or the toolbar button 
981 \begin_inset Graphics
982         filename ../images/label-insert.png
983         scale 85
984         scaleBeforeRotation
986 \end_inset
989  You can now refer to the label using the menu 
990 \family sans
991 Insert\SpecialChar \menuseparator
992 Cross
993 \begin_inset space ~
994 \end_inset
996 reference
997 \family default
998  or the toolbar button 
999 \begin_inset Graphics
1000         filename ../images/dialog-show-new-inset_ref.png
1001         scale 85
1002         scaleBeforeRotation
1004 \end_inset
1007  It is important to use references to floats, rather than using vague references
1008  like 
1009 \begin_inset Quotes eld
1010 \end_inset
1012 the figure above
1013 \begin_inset Quotes erd
1014 \end_inset
1016 , because as LaTeX will reposition the floats in the final document, it
1017  might not be 
1018 \begin_inset Quotes eld
1019 \end_inset
1021 above
1022 \begin_inset Quotes erd
1023 \end_inset
1025  at all.
1026 \begin_inset Newline newline
1027 \end_inset
1029 Referencing is explained in detail in section
1030 \begin_inset space ~
1031 \end_inset
1034 \begin_inset CommandInset ref
1035 LatexCommand ref
1036 reference "sec:Referencing-Floats"
1038 \end_inset
1041 \end_layout
1043 \begin_layout Standard
1044 Normally only one image is inserted to a figure float, but sometimes you
1045  might want to use two images with separate subcaptions.
1046  This can be done by inserting image floats into existing image floats.
1047  Note that only the main caption of the float is added to the List of Figures.
1048  Figure
1049 \begin_inset space ~
1050 \end_inset
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "fig:Two-distorted-images"
1057 \end_inset
1059  is an example of a figure float with two images set side by side.
1060  You can also set the images one below the other.
1061  Figure
1062 \begin_inset space ~
1063 \end_inset
1066 \begin_inset CommandInset ref
1067 LatexCommand ref
1068 reference "fig:Undefinable-structure"
1070 \end_inset
1072  and 
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "fig:A-Platypus"
1077 \end_inset
1079  are the subfigures.
1080 \end_layout
1082 \begin_layout Standard
1083 \begin_inset Float figure
1084 wide false
1085 sideways false
1086 status open
1088 \begin_layout Plain Layout
1089 \begin_inset space \hfill{}
1090 \end_inset
1093 \begin_inset Float figure
1094 wide false
1095 sideways false
1096 status collapsed
1098 \begin_layout Plain Layout
1099 \begin_inset Caption
1101 \begin_layout Plain Layout
1102 \begin_inset CommandInset label
1103 LatexCommand label
1104 name "fig:Undefinable-structure"
1106 \end_inset
1108 Undefinable structure.
1109 \end_layout
1111 \end_inset
1114 \end_layout
1116 \begin_layout Plain Layout
1117 \begin_inset Graphics
1118         filename clipart/escher-lsd.eps
1119         width 45col%
1120         scaleBeforeRotation
1121         groupId distorted
1123 \end_inset
1126 \end_layout
1128 \end_inset
1131 \begin_inset space \hfill{}
1132 \end_inset
1135 \begin_inset Float figure
1136 wide false
1137 sideways false
1138 status collapsed
1140 \begin_layout Plain Layout
1141 \begin_inset Caption
1143 \begin_layout Plain Layout
1144 \begin_inset CommandInset label
1145 LatexCommand label
1146 name "fig:A-Platypus"
1148 \end_inset
1150 A Platypus.
1151 \end_layout
1153 \end_inset
1156 \end_layout
1158 \begin_layout Plain Layout
1159 \begin_inset Graphics
1160         filename clipart/platypus.eps
1161         width 45col%
1162         scaleBeforeRotation
1163         groupId distorted
1165 \end_inset
1168 \end_layout
1170 \end_inset
1173 \begin_inset space \hfill{}
1174 \end_inset
1177 \end_layout
1179 \begin_layout Plain Layout
1180 \begin_inset Caption
1182 \begin_layout Plain Layout
1183 \begin_inset CommandInset label
1184 LatexCommand label
1185 name "fig:Two-distorted-images"
1187 \end_inset
1189 Two distorted images.
1190  Both images are in the image settings group named 
1191 \begin_inset Quotes eld
1192 \end_inset
1194 distorted
1195 \begin_inset Quotes erd
1196 \end_inset
1199 \end_layout
1201 \end_inset
1204 \end_layout
1206 \end_inset
1209 \end_layout
1211 \begin_layout Standard
1212 \begin_inset Newpage newpage
1213 \end_inset
1216 \end_layout
1218 \begin_layout Section
1219 Image Formats
1220 \begin_inset CommandInset label
1221 LatexCommand label
1222 name "sec:Image-Formats"
1224 \end_inset
1227 \begin_inset Index
1228 status collapsed
1230 \begin_layout Plain Layout
1231 Image Formats
1232 \end_layout
1234 \end_inset
1237 \begin_inset Index
1238 status collapsed
1240 \begin_layout Plain Layout
1241 Figures ! Image Formats
1242 \end_layout
1244 \end_inset
1247 \end_layout
1249 \begin_layout Standard
1250 You can insert images in any known file format.
1251  But as explained in appendix
1252 \begin_inset space ~
1253 \end_inset
1256 \begin_inset CommandInset ref
1257 LatexCommand ref
1258 reference "cha:Output-File-Formats"
1260 \end_inset
1262 , every output document format allows only a few image formats.
1263  LyX uses therefore the program 
1264 \family typewriter
1265 ImageMagick
1266 \family default
1267  in the background to convert the images to the right format.
1268  To increase your work flow by avoiding these conversions in the background,
1269  you can use only the image formats that can directly be embedded in the
1270  output file format.
1271  The output file formats are explained in appendix
1272 \begin_inset space ~
1273 \end_inset
1276 \begin_inset CommandInset ref
1277 LatexCommand ref
1278 reference "cha:Output-File-Formats"
1280 \end_inset
1283 \end_layout
1285 \begin_layout Standard
1286 Similar to fonts there are two types of image formats:
1287 \end_layout
1289 \begin_layout Description
1290 Bitmap
1291 \begin_inset space ~
1292 \end_inset
1294 images consist of pixel values, often in a compressed form.
1295  They are therefore not fully scalable and look pixeled in large zooms.
1296  Well-known bitmap image formats are 
1297 \begin_inset Quotes eld
1298 \end_inset
1300 Graphics Interchange Format
1301 \begin_inset Quotes erd
1302 \end_inset
1304  (GIF, file extension 
1305 \begin_inset Quotes eld
1306 \end_inset
1309 \family typewriter
1310 .gif
1311 \family default
1313 \begin_inset Quotes erd
1314 \end_inset
1317 \begin_inset Index
1318 status collapsed
1320 \begin_layout Plain Layout
1321 GIF|see
1322 \begin_inset ERT
1323 status collapsed
1325 \begin_layout Plain Layout
1328 \end_layout
1330 \end_inset
1332 Image formats
1333 \begin_inset ERT
1334 status collapsed
1336 \begin_layout Plain Layout
1339 \end_layout
1341 \end_inset
1344 \end_layout
1346 \end_inset
1349 \begin_inset Quotes eld
1350 \end_inset
1352 Portable Network Graphics
1353 \begin_inset Quotes erd
1354 \end_inset
1356  (PNG, file extension 
1357 \begin_inset Quotes eld
1358 \end_inset
1361 \family typewriter
1362 .png
1363 \family default
1365 \begin_inset Quotes erd
1366 \end_inset
1369 \begin_inset Index
1370 status collapsed
1372 \begin_layout Plain Layout
1373 PNG|see
1374 \begin_inset ERT
1375 status collapsed
1377 \begin_layout Plain Layout
1380 \end_layout
1382 \end_inset
1384 Image formats
1385 \begin_inset ERT
1386 status collapsed
1388 \begin_layout Plain Layout
1391 \end_layout
1393 \end_inset
1396 \end_layout
1398 \end_inset
1400 , and 
1401 \begin_inset Quotes eld
1402 \end_inset
1404 Joint Photographic Experts Group
1405 \begin_inset Quotes erd
1406 \end_inset
1408  (JPG, file extension 
1409 \begin_inset Quotes eld
1410 \end_inset
1413 \family typewriter
1414 .jpg
1415 \family default
1417 \begin_inset Quotes erd
1418 \end_inset
1420  or 
1421 \begin_inset Quotes eld
1422 \end_inset
1425 \family typewriter
1426 .jpeg
1427 \family default
1429 \begin_inset Quotes erd
1430 \end_inset
1433 \begin_inset Index
1434 status collapsed
1436 \begin_layout Plain Layout
1437 JPG|see
1438 \begin_inset ERT
1439 status collapsed
1441 \begin_layout Plain Layout
1444 \end_layout
1446 \end_inset
1448 Image formats
1449 \begin_inset ERT
1450 status collapsed
1452 \begin_layout Plain Layout
1455 \end_layout
1457 \end_inset
1460 \end_layout
1462 \end_inset
1465 \end_layout
1467 \begin_layout Description
1468 Vector
1469 \begin_inset space ~
1470 \end_inset
1472 images consist of vectors and can therefore be scaled to any size without
1473  data loss.
1474  The scaling ability is necessary if you want to create presentations, because
1475  presentations are always scaled by the video projector.
1476  Scaling is also useful for online documents to let the user zoom into diagrams.
1477 \begin_inset Newline newline
1478 \end_inset
1480 Well-known scalable image formats are 
1481 \begin_inset Quotes eld
1482 \end_inset
1484 Scalable Vector Graphics
1485 \begin_inset Quotes erd
1486 \end_inset
1488  (SVG, file extension 
1489 \begin_inset Quotes eld
1490 \end_inset
1493 \family typewriter
1494 .svg
1495 \family default
1497 \begin_inset Quotes erd
1498 \end_inset
1501 \begin_inset Index
1502 status collapsed
1504 \begin_layout Plain Layout
1505 SVG|see
1506 \begin_inset ERT
1507 status collapsed
1509 \begin_layout Plain Layout
1512 \end_layout
1514 \end_inset
1516 Image formats
1517 \begin_inset ERT
1518 status collapsed
1520 \begin_layout Plain Layout
1523 \end_layout
1525 \end_inset
1528 \end_layout
1530 \end_inset
1533 \begin_inset Quotes eld
1534 \end_inset
1536 Encapsulated PostScript
1537 \begin_inset Quotes erd
1538 \end_inset
1540  (EPS, file extension 
1541 \begin_inset Quotes eld
1542 \end_inset
1545 \family typewriter
1546 .eps
1547 \family default
1549 \begin_inset Quotes erd
1550 \end_inset
1553 \begin_inset Index
1554 status collapsed
1556 \begin_layout Plain Layout
1557 EPS|see
1558 \begin_inset ERT
1559 status collapsed
1561 \begin_layout Plain Layout
1564 \end_layout
1566 \end_inset
1568 Image formats
1569 \begin_inset ERT
1570 status collapsed
1572 \begin_layout Plain Layout
1575 \end_layout
1577 \end_inset
1580 \end_layout
1582 \end_inset
1585 \begin_inset Quotes eld
1586 \end_inset
1588 Portable Document Format
1589 \begin_inset Quotes erd
1590 \end_inset
1592  (PDF, file extension 
1593 \begin_inset Quotes eld
1594 \end_inset
1597 \family typewriter
1598 .pdf
1599 \family default
1601 \begin_inset Quotes erd
1602 \end_inset
1605 \begin_inset Index
1606 status collapsed
1608 \begin_layout Plain Layout
1610 \end_layout
1612 \end_inset
1614 , and 
1615 \begin_inset Quotes eld
1616 \end_inset
1618 Windows Metafile
1619 \begin_inset Quotes erd
1620 \end_inset
1622  (WMF, file extension 
1623 \begin_inset Quotes eld
1624 \end_inset
1627 \family typewriter
1628 .wmf
1629 \family default
1631 \begin_inset Quotes erd
1632 \end_inset
1635 \begin_inset Index
1636 status collapsed
1638 \begin_layout Plain Layout
1639 SVG|see
1640 \begin_inset ERT
1641 status collapsed
1643 \begin_layout Plain Layout
1646 \end_layout
1648 \end_inset
1650 Image formats
1651 \begin_inset ERT
1652 status collapsed
1654 \begin_layout Plain Layout
1657 \end_layout
1659 \end_inset
1662 \end_layout
1664 \end_inset
1667  We wrote 
1668 \begin_inset Quotes eld
1669 \end_inset
1671 can be
1672 \begin_inset Quotes erd
1673 \end_inset
1675 , because you can convert any bitmap image to a PDF or EPS-image and the
1676  result will still be a bitmap image.
1677  In this cases only a header with the image properties is added to the original
1678  image
1679 \begin_inset Foot
1680 status collapsed
1682 \begin_layout Plain Layout
1683 In the case of PDF, the original image is additionally compressed.
1684 \end_layout
1686 \end_inset
1689  The PDF-files generated by 
1690 \family typewriter
1691 Adobe Photoshop
1692 \family default
1693  are for example bitmap images.
1694 \end_layout
1696 \begin_layout Standard
1697 Normally it is not possible to convert a bitmap image into a scalable one,
1698  only vice versa.
1699  Only the image formats PDF and EPS can directly be embedded to PDF and
1700  PostScript output files, respectively.
1701  SVG and WMF-images are recalculated to bitmaps when the output file is
1702  generated because there is currently no adequate WMF/SVG
1703 \begin_inset Formula $\to$
1704 \end_inset
1706 PDF/EPS converter available.
1707 \end_layout
1709 \begin_layout Chapter
1710 Tables
1711 \begin_inset Index
1712 status collapsed
1714 \begin_layout Plain Layout
1715 Table
1716 \end_layout
1718 \end_inset
1721 \end_layout
1723 \begin_layout Section
1724 Introduction
1725 \begin_inset Index
1726 status collapsed
1728 \begin_layout Plain Layout
1729 Table ! Introduction
1730 \end_layout
1732 \end_inset
1735 \end_layout
1737 \begin_layout Standard
1738 You can insert a table using either the toolbar button 
1739 \begin_inset Graphics
1740         filename ../images/tabular-insert.png
1741         scale 85
1742         scaleBeforeRotation
1744 \end_inset
1746  or the menu 
1747 \family sans
1748 Insert\SpecialChar \menuseparator
1749 Table
1750 \family default
1752  The toolbar button offers you a graphical selection: Move the mouse to
1753  set the column/row number of the table that should be created and then
1754  press a mouse button.
1755  When you use the menu to create a table, a dialog will appear, asking you
1756  for the number of rows and columns.
1757 \begin_inset Newline newline
1758 \end_inset
1760  The default table has lines around any cell and the first row appears separated
1761  from the rest of the table.
1762  This separation occurs due to a double line: The cells of the first row
1763  have a line below them and the cells of the second row have a line above
1764  them.
1765  Here is an example table:
1766 \end_layout
1768 \begin_layout Standard
1769 \align center
1770 \begin_inset Tabular
1771 <lyxtabular version="3" rows="4" columns="4">
1772 <features>
1773 <column alignment="center" valignment="top" width="0">
1774 <column alignment="center" valignment="top" width="0">
1775 <column alignment="center" valignment="top" width="0">
1776 <column alignment="center" valignment="top" width="0">
1777 <row>
1778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1779 \begin_inset Text
1781 \begin_layout Plain Layout
1783 \end_layout
1785 \end_inset
1786 </cell>
1787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1788 \begin_inset Text
1790 \begin_layout Plain Layout
1792 \family roman
1793 \series medium
1794 \shape up
1795 \size normal
1796 \emph off
1797 \bar no
1798 \noun off
1799 \color none
1801 \end_layout
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1808 \begin_layout Plain Layout
1810 \end_layout
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1815 \begin_inset Text
1817 \begin_layout Plain Layout
1819 \end_layout
1821 \end_inset
1822 </cell>
1823 </row>
1824 <row>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1826 \begin_inset Text
1828 \begin_layout Plain Layout
1830 \family roman
1831 \series medium
1832 \shape up
1833 \size normal
1834 \emph off
1835 \bar no
1836 \noun off
1837 \color none
1839 \end_layout
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1846 \begin_layout Plain Layout
1848 \end_layout
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1855 \begin_layout Plain Layout
1857 \end_layout
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1864 \begin_layout Plain Layout
1866 \end_layout
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1875 \begin_layout Plain Layout
1877 \family roman
1878 \series medium
1879 \shape up
1880 \size normal
1881 \emph off
1882 \bar no
1883 \noun off
1884 \color none
1886 \end_layout
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1893 \begin_layout Plain Layout
1895 \end_layout
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1902 \begin_layout Plain Layout
1904 \end_layout
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1909 \begin_inset Text
1911 \begin_layout Plain Layout
1913 \end_layout
1915 \end_inset
1916 </cell>
1917 </row>
1918 <row>
1919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1922 \begin_layout Plain Layout
1924 \family roman
1925 \series medium
1926 \shape up
1927 \size normal
1928 \emph off
1929 \bar no
1930 \noun off
1931 \color none
1933 \end_layout
1935 \end_inset
1936 </cell>
1937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1938 \begin_inset Text
1940 \begin_layout Plain Layout
1942 \end_layout
1944 \end_inset
1945 </cell>
1946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1947 \begin_inset Text
1949 \begin_layout Plain Layout
1951 \end_layout
1953 \end_inset
1954 </cell>
1955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1956 \begin_inset Text
1958 \begin_layout Plain Layout
1960 \end_layout
1962 \end_inset
1963 </cell>
1964 </row>
1965 </lyxtabular>
1967 \end_inset
1970 \end_layout
1972 \begin_layout Section
1973 Table Dialog
1974 \begin_inset Index
1975 status collapsed
1977 \begin_layout Plain Layout
1978 Table ! Dialog
1979 \end_layout
1981 \end_inset
1984 \end_layout
1986 \begin_layout Standard
1987 You can alter a table by clicking on it with the right mouse button, which
1988  brings up the table dialog.
1989  Here you can adjust the settings of that cell and row/column respectively
1990  where the cursor is currently placed.
1991  Most of the dialog options also work on selections.
1992  This means if you select more cells, columns or rows, the action is done
1993  for the whole selection.
1994  Note that there is a difference between selecting the 
1995 \emph on
1996 contents
1997 \emph default
1998  of the cell, and the cell itself.
1999  You can alter tables with the following tabs of the table dialog:
2000 \end_layout
2002 \begin_layout Description
2004 \family sans
2005 Table
2006 \begin_inset space ~
2007 \end_inset
2009 Settings
2010 \family default
2011  Here you can set the horizontal alignment and the width of the current
2012  column.
2013  When you have set a width you can also adjust the vertical alignment of
2014  the current row.
2015  A given width will allow the cell to have line breaks and multiple paragraphs
2016  of text, see section
2017 \begin_inset space ~
2018 \end_inset
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "sub:Multiple-Lines-in"
2025 \end_inset
2028  If you set no width, the column is as wide as their widest cell content
2029  is.
2030 \begin_inset Newline newline
2031 \end_inset
2033 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2034  cell, see section
2035 \begin_inset space ~
2036 \end_inset
2039 \begin_inset CommandInset ref
2040 LatexCommand ref
2041 reference "sub:Multicolumns"
2043 \end_inset
2046 \begin_inset Newline newline
2047 \end_inset
2049 The rotate check boxes rotates the current cell, a selection, or the whole
2050  table counter-clockwise by 90°.
2051  The rotation is not shown within LyX, only in the output.
2052 \begin_inset Newline newline
2053 \end_inset
2056 \begin_inset Note Greyedout
2057 status open
2059 \begin_layout Plain Layout
2061 \series bold
2062 Note:
2063 \series default
2064  Not all DVI-viewers are able to display rotations.
2065 \end_layout
2067 \end_inset
2070 \begin_inset Newline newline
2071 \end_inset
2073 It is also possible to enter a LaTeX-argument which is needed for special
2074  table formattings, see section
2075 \begin_inset space ~
2076 \end_inset
2079 \begin_inset CommandInset ref
2080 LatexCommand ref
2081 reference "sub:Multicolumn-Calculations"
2083 \end_inset
2085  and 
2086 \begin_inset CommandInset ref
2087 LatexCommand ref
2088 reference "sec:Colored-Tables"
2090 \end_inset
2093 \end_layout
2095 \begin_layout Description
2097 \family sans
2098 Borders
2099 \family default
2100  In this tab you can add and delete border lines for the current row/column.
2101 \begin_inset Newline newline
2102 \end_inset
2104 Using the style option 
2105 \family sans
2106 Formal
2107 \family default
2108  will convert the table to a formal table as described in section
2109 \begin_inset space ~
2110 \end_inset
2113 \begin_inset CommandInset ref
2114 LatexCommand ref
2115 reference "sec:Formal-Tables"
2117 \end_inset
2120 \begin_inset Newline newline
2121 \end_inset
2123 You can also add here space to table rows as decribed in section
2124 \begin_inset space ~
2125 \end_inset
2128 \begin_inset CommandInset ref
2129 LatexCommand ref
2130 reference "sub:Row-Spacing"
2132 \end_inset
2135 \end_layout
2137 \begin_layout Description
2139 \family sans
2140 Longtable
2141 \family default
2142  This tab is to make a table a so called 
2143 \begin_inset Quotes eld
2144 \end_inset
2147 \emph on
2148 longtable
2149 \emph default
2151 \begin_inset Quotes erd
2152 \end_inset
2154  that can run over several pages.
2155  Section
2156 \begin_inset space ~
2157 \end_inset
2160 \begin_inset CommandInset ref
2161 LatexCommand ref
2162 reference "sec:Longtables"
2164 \end_inset
2166  and 
2167 \begin_inset CommandInset ref
2168 LatexCommand ref
2169 reference "sec:Special-Longtable-Issues"
2171 \end_inset
2173  describe the longtable features in detail.
2174 \end_layout
2176 \begin_layout Standard
2177 When the table dialog is open, you can move the cursor with the arrow keys
2178  from cell to cell and the property of the current cell will immediately
2179  be displayed in the dialog.
2180 \end_layout
2182 \begin_layout Section
2183 Table Toolbar
2184 \begin_inset Index
2185 status collapsed
2187 \begin_layout Plain Layout
2188 Table ! Toolbar
2189 \end_layout
2191 \end_inset
2194 \end_layout
2196 \begin_layout Standard
2197 The table toolbar is an alternative to the table dialog to be able to alter
2198  tables faster.
2199  It should normally appear at the bottom of LyX's main window when the cursor
2200  is inside a table.
2201  You can alternatively switch it on to appear always, by right-clicking
2202  in LyX's main menu bar.
2203 \end_layout
2205 \begin_layout Standard
2206 The toolbar has the following icons:
2207 \end_layout
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211 \begin_inset Graphics
2212         filename ../images/tabular-feature_append-row.png
2213         scaleBeforeRotation
2215 \end_inset
2217  adds a row below the current cell or selection
2218 \end_layout
2220 \begin_layout Labeling
2221 \labelwidthstring 00.00.0000
2222 \begin_inset Graphics
2223         filename ../images/tabular-feature_append-column.png
2224         scaleBeforeRotation
2226 \end_inset
2228  adds a column right beside the current cell or selection
2229 \end_layout
2231 \begin_layout Labeling
2232 \labelwidthstring 00.00.0000
2233 \begin_inset Graphics
2234         filename ../images/tabular-feature_delete-row.png
2235         scaleBeforeRotation
2237 \end_inset
2239  deletes the current row or selection
2240 \end_layout
2242 \begin_layout Labeling
2243 \labelwidthstring 00.00.0000
2244 \begin_inset Graphics
2245         filename ../images/tabular-feature_delete-column.png
2246         scaleBeforeRotation
2248 \end_inset
2250  deletes the current column or selection
2251 \end_layout
2253 \begin_layout Labeling
2254 \labelwidthstring 00.00.0000
2255 \begin_inset Graphics
2256         filename ../images/tabular-feature_toggle-line-top.png
2257         scaleBeforeRotation
2259 \end_inset
2261  adds a line at the top of the current cell / row or of a selection
2262 \end_layout
2264 \begin_layout Labeling
2265 \labelwidthstring 00.00.0000
2266 \begin_inset Graphics
2267         filename ../images/tabular-feature_toggle-line-bottom.png
2268         scaleBeforeRotation
2270 \end_inset
2272  adds a line at the bottom of the current cell / row or of a selection
2273 \end_layout
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../images/tabular-feature_toggle-line-left.png
2279         scaleBeforeRotation
2281 \end_inset
2283  adds a line at the left side of the current cell / row or of a selection
2284 \end_layout
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288 \begin_inset Graphics
2289         filename ../images/tabular-feature_toggle-line-right.png
2290         scaleBeforeRotation
2292 \end_inset
2294  adds a line at the right side of the current cell / row or of a selection
2295 \end_layout
2297 \begin_layout Labeling
2298 \labelwidthstring 00.00.0000
2299 \begin_inset Graphics
2300         filename ../images/tabular-feature_set-all-lines.png
2301         scaleBeforeRotation
2303 \end_inset
2305  adds lines around the current or selected cells - if the current cell no
2306  multicolumn this also affects the current row and column
2307 \end_layout
2309 \begin_layout Labeling
2310 \labelwidthstring 00.00.0000
2311 \begin_inset Graphics
2312         filename ../images/tabular-feature_unset-all-lines.png
2313         scaleBeforeRotation
2315 \end_inset
2317  deletes all lines of the current or selected cells - if the current cell
2318  no multicolumn this also affects the current row and column
2319 \end_layout
2321 \begin_layout Labeling
2322 \labelwidthstring 00.00.0000
2323 \begin_inset Graphics
2324         filename ../images/tabular-feature_m-align-left.png
2325         scaleBeforeRotation
2327 \end_inset
2329  left-aligns the content of the current cell / column
2330 \end_layout
2332 \begin_layout Labeling
2333 \labelwidthstring 00.00.0000
2334 \begin_inset Graphics
2335         filename ../images/tabular-feature_m-align-center.png
2336         scaleBeforeRotation
2338 \end_inset
2340  centers the content of the current cell / column horizontally
2341 \end_layout
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Graphics
2346         filename ../images/tabular-feature_m-align-right.png
2347         scaleBeforeRotation
2349 \end_inset
2351  right-aligns the content of the current cell / column
2352 \end_layout
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Graphics
2357         filename ../images/tabular-feature_m-valign-top.png
2358         scaleBeforeRotation
2360 \end_inset
2362  aligns the content of the current cell vertically to the top
2363 \end_layout
2365 \begin_layout Labeling
2366 \labelwidthstring 00.00.0000
2367 \begin_inset Graphics
2368         filename ../images/tabular-feature_m-valign-middle.png
2369         scaleBeforeRotation
2371 \end_inset
2373  centers the content of the current cell vertically
2374 \end_layout
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Graphics
2379         filename ../images/tabular-feature_m-valign-bottom.png
2380         scaleBeforeRotation
2382 \end_inset
2384  aligns the content of the current cell vertically to the bottom
2385 \end_layout
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Graphics
2390         filename ../images/tabular-feature_set-rotate-cell.png
2391         scaleBeforeRotation
2393 \end_inset
2395  rotates the current cell or selection counter-clockwise by 90°
2396 \end_layout
2398 \begin_layout Labeling
2399 \labelwidthstring 00.00.0000
2400 \begin_inset Graphics
2401         filename ../images/tabular-feature_set-rotate-tabular.png
2402         scaleBeforeRotation
2404 \end_inset
2406  rotates the whole table counter-clockwise by 90°
2407 \end_layout
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Graphics
2412         filename ../images/tabular-feature_multicolumn.png
2413         scaleBeforeRotation
2415 \end_inset
2417  sets the current cell or selection as a multicolumn
2418 \end_layout
2420 \begin_layout Standard
2421 \begin_inset Note Greyedout
2422 status open
2424 \begin_layout Plain Layout
2426 \series bold
2427 Note:
2428 \series default
2429  For the output the vertical alignment of the first cell in a row is used
2430  for all following cells in the row.
2431 \end_layout
2433 \end_inset
2436 \end_layout
2438 \begin_layout Section
2439 Edit Table Menu
2440 \begin_inset Index
2441 status collapsed
2443 \begin_layout Plain Layout
2444 Table ! Edit Menu
2445 \end_layout
2447 \end_inset
2450 \end_layout
2452 \begin_layout Standard
2453 Additionally to the table dialog and toolbar, the menu 
2454 \family sans
2455 Edit\SpecialChar \menuseparator
2456 Table
2457 \family default
2458  allows you to add and delete border lines for the current row/column and
2459  to set the current selection as multicolumn.
2460  The menu is only available when the cursor is inside a table.
2461 \end_layout
2463 \begin_layout Section
2464 Table Floats
2465 \begin_inset CommandInset label
2466 LatexCommand label
2467 name "sec:Table-Floats"
2469 \end_inset
2472 \begin_inset Index
2473 status collapsed
2475 \begin_layout Plain Layout
2476 Floats ! Tables
2477 \end_layout
2479 \end_inset
2482 \begin_inset Index
2483 status collapsed
2485 \begin_layout Plain Layout
2486 Table ! Floats
2487 \end_layout
2489 \end_inset
2492 \end_layout
2494 \begin_layout Standard
2495 For general explanations about floats, have a look at section
2496 \begin_inset space ~
2497 \end_inset
2500 \begin_inset CommandInset ref
2501 LatexCommand ref
2502 reference "sec:FloatIntroduction"
2504 \end_inset
2507 \end_layout
2509 \begin_layout Standard
2510 \begin_inset Float table
2511 placement h
2512 wide false
2513 sideways false
2514 status open
2516 \begin_layout Plain Layout
2517 \begin_inset Caption
2519 \begin_layout Plain Layout
2520 \begin_inset CommandInset label
2521 LatexCommand label
2522 name "tab:a table float"
2524 \end_inset
2526 A table float.
2527 \end_layout
2529 \end_inset
2532 \end_layout
2534 \begin_layout Plain Layout
2535 \align center
2536 \begin_inset Tabular
2537 <lyxtabular version="3" rows="3" columns="3">
2538 <features>
2539 <column alignment="center" valignment="top" width="0pt">
2540 <column alignment="center" valignment="top" width="0pt">
2541 <column alignment="center" valignment="top" width="0pt">
2542 <row>
2543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2544 \begin_inset Text
2546 \begin_layout Plain Layout
2548 \family roman
2549 \series medium
2550 \shape up
2551 \size normal
2552 \emph off
2553 \bar no
2554 \noun off
2555 \color none
2557 \end_layout
2559 \end_inset
2560 </cell>
2561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2562 \begin_inset Text
2564 \begin_layout Plain Layout
2566 \family roman
2567 \series medium
2568 \shape up
2569 \size normal
2570 \emph off
2571 \bar no
2572 \noun off
2573 \color none
2575 \end_layout
2577 \end_inset
2578 </cell>
2579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2580 \begin_inset Text
2582 \begin_layout Plain Layout
2584 \family roman
2585 \series medium
2586 \shape up
2587 \size normal
2588 \emph off
2589 \bar no
2590 \noun off
2591 \color none
2593 \end_layout
2595 \end_inset
2596 </cell>
2597 </row>
2598 <row>
2599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2600 \begin_inset Text
2602 \begin_layout Plain Layout
2604 \family roman
2605 \series medium
2606 \shape up
2607 \size normal
2608 \emph off
2609 \bar no
2610 \noun off
2611 \color none
2613 \end_layout
2615 \end_inset
2616 </cell>
2617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2618 \begin_inset Text
2620 \begin_layout Plain Layout
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 Mary
2631 \end_layout
2633 \end_inset
2634 </cell>
2635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2636 \begin_inset Text
2638 \begin_layout Plain Layout
2640 \family roman
2641 \series medium
2642 \shape up
2643 \size normal
2644 \emph off
2645 \bar no
2646 \noun off
2647 \color none
2649 \end_layout
2651 \end_inset
2652 </cell>
2653 </row>
2654 <row>
2655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2656 \begin_inset Text
2658 \begin_layout Plain Layout
2660 \family roman
2661 \series medium
2662 \shape up
2663 \size normal
2664 \emph off
2665 \bar no
2666 \noun off
2667 \color none
2668 \begin_inset Formula $\int x^{2}dx$
2669 \end_inset
2672 \end_layout
2674 \end_inset
2675 </cell>
2676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2677 \begin_inset Text
2679 \begin_layout Plain Layout
2681 \family roman
2682 \series medium
2683 \shape up
2684 \size normal
2685 \emph off
2686 \bar no
2687 \noun off
2688 \color none
2689 \begin_inset Formula $\left[\begin{array}{cc}
2690 a & b\\
2691 c & d\end{array}\right]$
2692 \end_inset
2695 \end_layout
2697 \end_inset
2698 </cell>
2699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2700 \begin_inset Text
2702 \begin_layout Plain Layout
2704 \family roman
2705 \series medium
2706 \shape up
2707 \size normal
2708 \emph off
2709 \bar no
2710 \noun off
2711 \color none
2712 \begin_inset Formula $1+1=2$
2713 \end_inset
2716 \end_layout
2718 \end_inset
2719 </cell>
2720 </row>
2721 </lyxtabular>
2723 \end_inset
2726 \end_layout
2728 \end_inset
2731 \end_layout
2733 \begin_layout Standard
2734 Table floats can be inserted using the menu 
2735 \family sans
2736 Insert\SpecialChar \menuseparator
2737 Float\SpecialChar \menuseparator
2738 Table
2739 \family default
2740  or the toolbar button 
2741 \begin_inset Graphics
2742         filename ../images/float-insert_table.png
2743         scale 85
2744         scaleBeforeRotation
2746 \end_inset
2749 \end_layout
2751 \begin_layout Standard
2752 The float appears as a collapsible box with a caption that has the label
2754 \begin_inset Quotes eld
2755 \end_inset
2757 Table
2758 \begin_inset space ~
2759 \end_inset
2762 \begin_inset Quotes erd
2763 \end_inset
2765  (# is the actual table number).
2766  You can insert tables to the float above or below the caption.
2767 \end_layout
2769 \begin_layout Standard
2770 Table
2771 \begin_inset space ~
2772 \end_inset
2775 \begin_inset CommandInset ref
2776 LatexCommand ref
2777 reference "tab:a table float"
2779 \end_inset
2781  is an example table within a table float.
2782 \end_layout
2784 \begin_layout Standard
2785 Having the caption above the table is the common rule that is unfortunately
2786  not supported in LaTeX's standard classes.
2787  That means if you are using the document classes 
2788 \family sans
2789 article
2790 \family default
2792 \family sans
2793 book
2794 \family default
2796 \family sans
2797 letter
2798 \family default
2799 , or 
2800 \family sans
2801 report
2802 \family default
2803  there will be no space between the caption and the table.
2804  To insert the needed space, add the following option to the load command
2805  of the LaTeX-package 
2806 \series bold
2807 caption
2808 \series default
2810 \begin_inset Index
2811 status collapsed
2813 \begin_layout Plain Layout
2814 LaTeX-packages ! caption
2815 \end_layout
2817 \end_inset
2819  in your document preamble
2820 \begin_inset Foot
2821 status collapsed
2823 \begin_layout Plain Layout
2824 For more information have a look at section
2825 \begin_inset space ~
2826 \end_inset
2829 \begin_inset CommandInset ref
2830 LatexCommand ref
2831 reference "sec:Caption-Placement"
2833 \end_inset
2836 \end_layout
2838 \end_inset
2841 \end_layout
2843 \begin_layout Standard
2845 \series bold
2846 tableposition=top
2847 \end_layout
2849 \begin_layout Standard
2850 The package 
2851 \series bold
2852 caption
2853 \series default
2854 , which is described in section
2855 \begin_inset space ~
2856 \end_inset
2859 \begin_inset CommandInset ref
2860 LatexCommand ref
2861 reference "sec:Caption-Formatting"
2863 \end_inset
2865 , is used to adjust the caption format.
2866 \end_layout
2868 \begin_layout Standard
2869 \begin_inset Index
2870 status collapsed
2872 \begin_layout Plain Layout
2873 References ! to Tables
2874 \end_layout
2876 \end_inset
2878 Tables can be cross-referenced in the text by referencing their label.
2879  To do this insert a label in the caption using the menu 
2880 \family sans
2881 Insert\SpecialChar \menuseparator
2882 Label
2883 \family default
2884  or the toolbar button 
2885 \begin_inset Graphics
2886         filename ../images/label-insert.png
2887         scale 85
2888         scaleBeforeRotation
2890 \end_inset
2893  You can now refer to the label using the menu 
2894 \family sans
2895 Insert\SpecialChar \menuseparator
2896 Cross
2897 \begin_inset space ~
2898 \end_inset
2900 reference
2901 \family default
2902  or the toolbar button 
2903 \begin_inset Graphics
2904         filename ../images/dialog-show-new-inset_ref.png
2905         scale 85
2906         scaleBeforeRotation
2908 \end_inset
2911 \begin_inset Newline newline
2912 \end_inset
2914 Referencing is explained in detail in section
2915 \begin_inset space ~
2916 \end_inset
2919 \begin_inset CommandInset ref
2920 LatexCommand ref
2921 reference "sec:Referencing-Floats"
2923 \end_inset
2926 \end_layout
2928 \begin_layout Section
2929 Longtables
2930 \begin_inset CommandInset label
2931 LatexCommand label
2932 name "sec:Longtables"
2934 \end_inset
2937 \begin_inset Index
2938 status collapsed
2940 \begin_layout Plain Layout
2941 Longtables
2942 \end_layout
2944 \end_inset
2947 \begin_inset Index
2948 status collapsed
2950 \begin_layout Plain Layout
2951 Table ! Longtables
2952 \end_layout
2954 \end_inset
2957 \end_layout
2959 \begin_layout Standard
2960 If the table is too long to fit on one page, you can use the option 
2961 \family sans
2963 \begin_inset space ~
2964 \end_inset
2966 long
2967 \begin_inset space ~
2968 \end_inset
2970 table
2971 \family default
2972  in the tab 
2973 \family sans
2974 Longtable
2975 \family default
2976  of the table dialog to split the table automatically over more pages.
2977  Doing this enables the following options:
2978 \end_layout
2980 \begin_layout Description
2981 Header: The current row is defined to be a header row that appears on all
2982  pages of the longtable; except for the first page, if 
2983 \family sans
2984 First
2985 \begin_inset space ~
2986 \end_inset
2988 header
2989 \family default
2990  is defined.
2991  This therefore called the main header.
2992 \end_layout
2994 \begin_layout Description
2995 First
2996 \begin_inset space ~
2997 \end_inset
2999 header: The current row is defined to be a header row that appears on the
3000  first page of the longtable.
3001 \end_layout
3003 \begin_layout Description
3004 Footer: The current row is defined to be a footer row that appears on all
3005  pages of the longtable; except for the last page, if 
3006 \family sans
3007 Last
3008 \begin_inset space ~
3009 \end_inset
3011 footer
3012 \family default
3013  is defined.
3014 \end_layout
3016 \begin_layout Description
3017 Last
3018 \begin_inset space ~
3019 \end_inset
3021 footer: The current row is defined to be a footer row that appear on the
3022  last page of the longtable.
3023 \end_layout
3025 \begin_layout Description
3026 Caption: The current row contains the table caption.
3027  The row is reset as single column and a caption is inserted.
3028  More about longtable captions is explained in sec.
3029 \begin_inset space \thinspace{}
3030 \end_inset
3033 \begin_inset CommandInset ref
3034 LatexCommand ref
3035 reference "sub:Longtable-Captions"
3037 \end_inset
3040 \end_layout
3042 \begin_layout Standard
3043 You can also specify a row where the table is split.
3044  See the following longtable to see how it works:
3045 \end_layout
3047 \begin_layout Standard
3048 \align center
3049 \begin_inset Tabular
3050 <lyxtabular version="3" rows="69" columns="3">
3051 <features islongtable="true">
3052 <column alignment="left" valignment="top" width="0cm">
3053 <column alignment="left" valignment="top" width="0pt">
3054 <column alignment="center" valignment="top" width="0pt">
3055 <row endfirsthead="true">
3056 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3057 \begin_inset Text
3059 \begin_layout Plain Layout
3061 \series bold
3062 Example Phone List (ignore the names)
3063 \end_layout
3065 \end_inset
3066 </cell>
3067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3068 \begin_inset Text
3070 \begin_layout Plain Layout
3072 \end_layout
3074 \end_inset
3075 </cell>
3076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3077 \begin_inset Text
3079 \begin_layout Plain Layout
3081 \end_layout
3083 \end_inset
3084 </cell>
3085 </row>
3086 <row endfirsthead="true">
3087 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3088 \begin_inset Text
3090 \begin_layout Plain Layout
3092 \series bold
3093 NAME
3094 \end_layout
3096 \end_inset
3097 </cell>
3098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3099 \begin_inset Text
3101 \begin_layout Plain Layout
3103 \end_layout
3105 \end_inset
3106 </cell>
3107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3108 \begin_inset Text
3110 \begin_layout Plain Layout
3112 \series bold
3113 TEL.
3114 \end_layout
3116 \end_inset
3117 </cell>
3118 </row>
3119 <row endhead="true">
3120 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3123 \begin_layout Plain Layout
3125 \series bold
3126 Example Phone List
3127 \end_layout
3129 \end_inset
3130 </cell>
3131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3132 \begin_inset Text
3134 \begin_layout Plain Layout
3136 \end_layout
3138 \end_inset
3139 </cell>
3140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3141 \begin_inset Text
3143 \begin_layout Plain Layout
3145 \end_layout
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row endhead="true">
3151 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3152 \begin_inset Text
3154 \begin_layout Plain Layout
3156 \series bold
3157 NAME
3158 \end_layout
3160 \end_inset
3161 </cell>
3162 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3163 \begin_inset Text
3165 \begin_layout Plain Layout
3167 \end_layout
3169 \end_inset
3170 </cell>
3171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3174 \begin_layout Plain Layout
3176 \series bold
3177 TEL.
3178 \end_layout
3180 \end_inset
3181 </cell>
3182 </row>
3183 <row endfoot="true">
3184 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3185 \begin_inset Text
3187 \begin_layout Plain Layout
3188  continued on next page
3189 \end_layout
3191 \end_inset
3192 </cell>
3193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3194 \begin_inset Text
3196 \begin_layout Plain Layout
3198 \end_layout
3200 \end_inset
3201 </cell>
3202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3205 \begin_layout Plain Layout
3207 \end_layout
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3214 \begin_inset Text
3216 \begin_layout Plain Layout
3218 \series bold
3219 Annovi
3220 \end_layout
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" usebox="none">
3225 \begin_inset Text
3227 \begin_layout Plain Layout
3228 Silvia
3229 \end_layout
3231 \end_inset
3232 </cell>
3233 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3236 \begin_layout Plain Layout
3238 \end_layout
3240 \end_inset
3241 </cell>
3242 </row>
3243 <row>
3244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3245 \begin_inset Text
3247 \begin_layout Plain Layout
3249 \series bold
3250 Bertoli
3251 \end_layout
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" usebox="none">
3256 \begin_inset Text
3258 \begin_layout Plain Layout
3259 Stefano
3260 \end_layout
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3267 \begin_layout Plain Layout
3269 \end_layout
3271 \end_inset
3272 </cell>
3273 </row>
3274 <row>
3275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3276 \begin_inset Text
3278 \begin_layout Plain Layout
3280 \series bold
3281 Bozzi
3282 \end_layout
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" usebox="none">
3287 \begin_inset Text
3289 \begin_layout Plain Layout
3290 Walter
3291 \end_layout
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3296 \begin_inset Text
3298 \begin_layout Plain Layout
3300 \end_layout
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row>
3306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3307 \begin_inset Text
3309 \begin_layout Plain Layout
3311 \series bold
3312 Cachia
3313 \end_layout
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3320 \begin_layout Plain Layout
3321 Maria
3322 \end_layout
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3327 \begin_inset Text
3329 \begin_layout Plain Layout
3331 \end_layout
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row>
3337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3338 \begin_inset Text
3340 \begin_layout Plain Layout
3342 \series bold
3343 Cachia
3344 \end_layout
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" usebox="none">
3349 \begin_inset Text
3351 \begin_layout Plain Layout
3352 Maurizio
3353 \end_layout
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3360 \begin_layout Plain Layout
3362 \end_layout
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row>
3368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3369 \begin_inset Text
3371 \begin_layout Plain Layout
3373 \series bold
3374 Cinquemani
3375 \end_layout
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" usebox="none">
3380 \begin_inset Text
3382 \begin_layout Plain Layout
3383 Giusi
3384 \end_layout
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3391 \begin_layout Plain Layout
3393 \end_layout
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3400 \begin_inset Text
3402 \begin_layout Plain Layout
3404 \series bold
3405 Colin
3406 \end_layout
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3413 \begin_layout Plain Layout
3414 Bernard
3415 \end_layout
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3420 \begin_inset Text
3422 \begin_layout Plain Layout
3424 \end_layout
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3431 \begin_inset Text
3433 \begin_layout Plain Layout
3435 \series bold
3436 Concli
3437 \end_layout
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" usebox="none">
3442 \begin_inset Text
3444 \begin_layout Plain Layout
3445 Gianfranco
3446 \end_layout
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3453 \begin_layout Plain Layout
3455 \end_layout
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3462 \begin_inset Text
3464 \begin_layout Plain Layout
3466 \series bold
3467 Dal Bosco
3468 \end_layout
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3475 \begin_layout Plain Layout
3476 Carolina
3477 \end_layout
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3484 \begin_layout Plain Layout
3486 \end_layout
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row>
3492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3493 \begin_inset Text
3495 \begin_layout Plain Layout
3497 \series bold
3498 Dalpiaz
3499 \end_layout
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3506 \begin_layout Plain Layout
3507 Annamaria
3508 \end_layout
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3515 \begin_layout Plain Layout
3517 \end_layout
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row>
3523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3524 \begin_inset Text
3526 \begin_layout Plain Layout
3528 \series bold
3529 Feliciello
3530 \end_layout
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3537 \begin_layout Plain Layout
3538 Domenico
3539 \end_layout
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3546 \begin_layout Plain Layout
3548 \end_layout
3550 \end_inset
3551 </cell>
3552 </row>
3553 <row>
3554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3555 \begin_inset Text
3557 \begin_layout Plain Layout
3559 \series bold
3560 Focarelli
3561 \end_layout
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3568 \begin_layout Plain Layout
3569 Paola
3570 \end_layout
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3577 \begin_layout Plain Layout
3579 \end_layout
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3588 \begin_layout Plain Layout
3590 \series bold
3591 Galletti
3592 \end_layout
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3599 \begin_layout Plain Layout
3600 Oreste
3601 \end_layout
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3608 \begin_layout Plain Layout
3610 \end_layout
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3619 \begin_layout Plain Layout
3621 \series bold
3622 Gasparini
3623 \end_layout
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3630 \begin_layout Plain Layout
3631 Franca
3632 \end_layout
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3639 \begin_layout Plain Layout
3641 \end_layout
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3650 \begin_layout Plain Layout
3652 \series bold
3653 Rizzardi
3654 \end_layout
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3661 \begin_layout Plain Layout
3662 Paola
3663 \end_layout
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3670 \begin_layout Plain Layout
3672 \end_layout
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3681 \begin_layout Plain Layout
3683 \series bold
3684 Lassini
3685 \end_layout
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3692 \begin_layout Plain Layout
3693 Giancarlo
3694 \end_layout
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3701 \begin_layout Plain Layout
3703 \end_layout
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3712 \begin_layout Plain Layout
3714 \series bold
3715 Malfatti
3716 \end_layout
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3723 \begin_layout Plain Layout
3724 Luciano
3725 \end_layout
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3732 \begin_layout Plain Layout
3734 \end_layout
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3743 \begin_layout Plain Layout
3745 \series bold
3746 Malfatti
3747 \end_layout
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3754 \begin_layout Plain Layout
3755 Valeriano
3756 \end_layout
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3763 \begin_layout Plain Layout
3765 \end_layout
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3774 \begin_layout Plain Layout
3776 \series bold
3777 Meneguzzo
3778 \end_layout
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3785 \begin_layout Plain Layout
3786 Roberto
3787 \end_layout
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3794 \begin_layout Plain Layout
3796 \end_layout
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3805 \begin_layout Plain Layout
3807 \series bold
3808 Mezzadra
3809 \end_layout
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3816 \begin_layout Plain Layout
3817 Roberto
3818 \end_layout
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3825 \begin_layout Plain Layout
3827 \end_layout
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3836 \begin_layout Plain Layout
3838 \series bold
3839 Pirpamer
3840 \end_layout
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3847 \begin_layout Plain Layout
3848 Erich
3849 \end_layout
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3856 \begin_layout Plain Layout
3858 \end_layout
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3867 \begin_layout Plain Layout
3869 \series bold
3870 Pochiesa
3871 \end_layout
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3878 \begin_layout Plain Layout
3879 Paolo
3880 \end_layout
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3887 \begin_layout Plain Layout
3888 111, 222
3889 \end_layout
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3898 \begin_layout Plain Layout
3900 \series bold
3901 Radina
3902 \end_layout
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3909 \begin_layout Plain Layout
3910 Claudio
3911 \end_layout
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3918 \begin_layout Plain Layout
3920 \end_layout
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3927 \begin_inset Text
3929 \begin_layout Plain Layout
3931 \series bold
3932 Stuffer
3933 \end_layout
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3940 \begin_layout Plain Layout
3941 Oskar
3942 \end_layout
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3949 \begin_layout Plain Layout
3951 \end_layout
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3960 \begin_layout Plain Layout
3962 \series bold
3963 Tacchelli
3964 \end_layout
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3971 \begin_layout Plain Layout
3973 \end_layout
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3980 \begin_layout Plain Layout
3982 \end_layout
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3991 \begin_layout Plain Layout
3993 \series bold
3994 Tezzele
3995 \end_layout
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4002 \begin_layout Plain Layout
4003 Margit
4004 \end_layout
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4011 \begin_layout Plain Layout
4013 \end_layout
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4022 \begin_layout Plain Layout
4024 \series bold
4025 Unterkalmsteiner
4026 \end_layout
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4033 \begin_layout Plain Layout
4034 Frieda
4035 \end_layout
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4042 \begin_layout Plain Layout
4044 \end_layout
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4053 \begin_layout Plain Layout
4055 \series bold
4056 Vieider
4057 \end_layout
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4064 \begin_layout Plain Layout
4065 Hilde
4066 \end_layout
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4073 \begin_layout Plain Layout
4075 \end_layout
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4084 \begin_layout Plain Layout
4086 \series bold
4087 Vigna
4088 \end_layout
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4095 \begin_layout Plain Layout
4096 Jürgen
4097 \end_layout
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4104 \begin_layout Plain Layout
4106 \end_layout
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4113 \begin_inset Text
4115 \begin_layout Plain Layout
4117 \series bold
4118 Weber
4119 \end_layout
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" usebox="none">
4124 \begin_inset Text
4126 \begin_layout Plain Layout
4127 Maurizio
4128 \end_layout
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4135 \begin_layout Plain Layout
4137 \end_layout
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4144 \begin_inset Text
4146 \begin_layout Plain Layout
4148 \series bold
4149 Winkler
4150 \end_layout
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4155 \begin_inset Text
4157 \begin_layout Plain Layout
4158 Franz
4159 \end_layout
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4166 \begin_layout Plain Layout
4168 \end_layout
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4177 \begin_layout Plain Layout
4179 \end_layout
4181 \end_inset
4182 </cell>
4183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4184 \begin_inset Text
4186 \begin_layout Plain Layout
4188 \end_layout
4190 \end_inset
4191 </cell>
4192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4195 \begin_layout Plain Layout
4197 \end_layout
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4206 \begin_layout Plain Layout
4208 \series bold
4209 Annovi
4210 \end_layout
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4217 \begin_layout Plain Layout
4218 Silvia
4219 \end_layout
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4226 \begin_layout Plain Layout
4228 \end_layout
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4237 \begin_layout Plain Layout
4239 \series bold
4240 Bertoli
4241 \end_layout
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4248 \begin_layout Plain Layout
4249 Stefano
4250 \end_layout
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4257 \begin_layout Plain Layout
4259 \end_layout
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4268 \begin_layout Plain Layout
4270 \series bold
4271 Bozzi
4272 \end_layout
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4279 \begin_layout Plain Layout
4280 Walter
4281 \end_layout
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4288 \begin_layout Plain Layout
4290 \end_layout
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4299 \begin_layout Plain Layout
4301 \series bold
4302 Cachia
4303 \end_layout
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4310 \begin_layout Plain Layout
4311 Maria
4312 \end_layout
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4319 \begin_layout Plain Layout
4321 \end_layout
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4330 \begin_layout Plain Layout
4332 \series bold
4333 Cachia
4334 \end_layout
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4341 \begin_layout Plain Layout
4342 Maurizio
4343 \end_layout
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4350 \begin_layout Plain Layout
4352 \end_layout
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4361 \begin_layout Plain Layout
4363 \series bold
4364 Cinquemani
4365 \end_layout
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4372 \begin_layout Plain Layout
4373 Giusi
4374 \end_layout
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4381 \begin_layout Plain Layout
4383 \end_layout
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4392 \begin_layout Plain Layout
4394 \series bold
4395 Colin
4396 \end_layout
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4403 \begin_layout Plain Layout
4404 Bernard
4405 \end_layout
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4412 \begin_layout Plain Layout
4414 \end_layout
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4421 \begin_inset Text
4423 \begin_layout Plain Layout
4425 \series bold
4426 Concli
4427 \end_layout
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4434 \begin_layout Plain Layout
4435 Gianfranco
4436 \end_layout
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4443 \begin_layout Plain Layout
4445 \end_layout
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4452 \begin_inset Text
4454 \begin_layout Plain Layout
4456 \series bold
4457 Dal Bosco
4458 \end_layout
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" usebox="none">
4463 \begin_inset Text
4465 \begin_layout Plain Layout
4466 Carolina
4467 \end_layout
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4474 \begin_layout Plain Layout
4476 \end_layout
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4483 \begin_inset Text
4485 \begin_layout Plain Layout
4487 \series bold
4488 Dalpiaz
4489 \end_layout
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" usebox="none">
4494 \begin_inset Text
4496 \begin_layout Plain Layout
4497 Annamaria
4498 \end_layout
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4505 \begin_layout Plain Layout
4507 \end_layout
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4516 \begin_layout Plain Layout
4518 \series bold
4519 Feliciello
4520 \end_layout
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4527 \begin_layout Plain Layout
4528 Domenico
4529 \end_layout
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4536 \begin_layout Plain Layout
4538 \end_layout
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4545 \begin_inset Text
4547 \begin_layout Plain Layout
4549 \series bold
4550 Focarelli
4551 \end_layout
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" usebox="none">
4556 \begin_inset Text
4558 \begin_layout Plain Layout
4559 Paola
4560 \end_layout
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4567 \begin_layout Plain Layout
4569 \end_layout
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4578 \begin_layout Plain Layout
4580 \series bold
4581 Galletti
4582 \end_layout
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4589 \begin_layout Plain Layout
4590 Oreste
4591 \end_layout
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4598 \begin_layout Plain Layout
4600 \end_layout
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4609 \begin_layout Plain Layout
4611 \series bold
4612 Gasparini
4613 \end_layout
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4620 \begin_layout Plain Layout
4621 Franca
4622 \end_layout
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4629 \begin_layout Plain Layout
4631 \end_layout
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4640 \begin_layout Plain Layout
4642 \series bold
4643 Rizzardi
4644 \end_layout
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4651 \begin_layout Plain Layout
4652 Paola
4653 \end_layout
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4660 \begin_layout Plain Layout
4662 \end_layout
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4671 \begin_layout Plain Layout
4673 \series bold
4674 Lassini
4675 \end_layout
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4682 \begin_layout Plain Layout
4683 Giancarlo
4684 \end_layout
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4691 \begin_layout Plain Layout
4693 \end_layout
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4702 \begin_layout Plain Layout
4704 \series bold
4705 Malfatti
4706 \end_layout
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4713 \begin_layout Plain Layout
4714 Luciano
4715 \end_layout
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4722 \begin_layout Plain Layout
4724 \end_layout
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4733 \begin_layout Plain Layout
4735 \series bold
4736 Malfatti
4737 \end_layout
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4744 \begin_layout Plain Layout
4745 Valeriano
4746 \end_layout
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4753 \begin_layout Plain Layout
4755 \end_layout
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4764 \begin_layout Plain Layout
4766 \series bold
4767 Meneguzzo
4768 \end_layout
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4775 \begin_layout Plain Layout
4776 Roberto
4777 \end_layout
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4784 \begin_layout Plain Layout
4786 \end_layout
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4795 \begin_layout Plain Layout
4797 \series bold
4798 Mezzadra
4799 \end_layout
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4806 \begin_layout Plain Layout
4807 Roberto
4808 \end_layout
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4815 \begin_layout Plain Layout
4817 \end_layout
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4826 \begin_layout Plain Layout
4828 \series bold
4829 Pirpamer
4830 \end_layout
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4837 \begin_layout Plain Layout
4838 Erich
4839 \end_layout
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4846 \begin_layout Plain Layout
4848 \end_layout
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4857 \begin_layout Plain Layout
4859 \series bold
4860 Pochiesa
4861 \end_layout
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4868 \begin_layout Plain Layout
4869 Paolo
4870 \end_layout
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4877 \begin_layout Plain Layout
4878 555, 222
4879 \end_layout
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4888 \begin_layout Plain Layout
4890 \series bold
4891 Radina
4892 \end_layout
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4899 \begin_layout Plain Layout
4900 Claudio
4901 \end_layout
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4908 \begin_layout Plain Layout
4910 \end_layout
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4917 \begin_inset Text
4919 \begin_layout Plain Layout
4921 \series bold
4922 Stuffer
4923 \end_layout
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" usebox="none">
4928 \begin_inset Text
4930 \begin_layout Plain Layout
4931 Oskar
4932 \end_layout
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4939 \begin_layout Plain Layout
4941 \end_layout
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row>
4947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4948 \begin_inset Text
4950 \begin_layout Plain Layout
4952 \series bold
4953 Tacchelli
4954 \end_layout
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4961 \begin_layout Plain Layout
4963 \end_layout
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4970 \begin_layout Plain Layout
4972 \end_layout
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row>
4978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4979 \begin_inset Text
4981 \begin_layout Plain Layout
4983 \series bold
4984 Tezzele
4985 \end_layout
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4992 \begin_layout Plain Layout
4993 Margit
4994 \end_layout
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5001 \begin_layout Plain Layout
5003 \end_layout
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5010 \begin_inset Text
5012 \begin_layout Plain Layout
5014 \series bold
5015 Unterkalmsteiner
5016 \end_layout
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5023 \begin_layout Plain Layout
5024 Frieda
5025 \end_layout
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5032 \begin_layout Plain Layout
5034 \end_layout
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5041 \begin_inset Text
5043 \begin_layout Plain Layout
5045 \series bold
5046 Vieider
5047 \end_layout
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" usebox="none">
5052 \begin_inset Text
5054 \begin_layout Plain Layout
5055 Hilde
5056 \end_layout
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5063 \begin_layout Plain Layout
5065 \end_layout
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5072 \begin_inset Text
5074 \begin_layout Plain Layout
5076 \series bold
5077 Vigna
5078 \end_layout
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" usebox="none">
5083 \begin_inset Text
5085 \begin_layout Plain Layout
5086 Jürgen
5087 \end_layout
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5094 \begin_layout Plain Layout
5096 \end_layout
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5103 \begin_inset Text
5105 \begin_layout Plain Layout
5107 \series bold
5108 Weber
5109 \end_layout
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" usebox="none">
5114 \begin_inset Text
5116 \begin_layout Plain Layout
5117 Maurizio
5118 \end_layout
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5125 \begin_layout Plain Layout
5127 \end_layout
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row>
5133 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5134 \begin_inset Text
5136 \begin_layout Plain Layout
5138 \series bold
5139 Winkler
5140 \end_layout
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5145 \begin_inset Text
5147 \begin_layout Plain Layout
5148 Franz
5149 \end_layout
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5154 \begin_inset Text
5156 \begin_layout Plain Layout
5158 \end_layout
5160 \end_inset
5161 </cell>
5162 </row>
5163 <row endlastfoot="true">
5164 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5165 \begin_inset Text
5167 \begin_layout Plain Layout
5169 \end_layout
5171 \end_inset
5172 </cell>
5173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5174 \begin_inset Text
5176 \begin_layout Plain Layout
5178 \end_layout
5180 \end_inset
5181 </cell>
5182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5185 \begin_layout Plain Layout
5187 \end_layout
5189 \end_inset
5190 </cell>
5191 </row>
5192 </lyxtabular>
5194 \end_inset
5197 \begin_inset ERT
5198 status collapsed
5200 \begin_layout Plain Layout
5203 \backslash
5204 addtocounter{table}{-1}
5205 \end_layout
5207 \end_inset
5210 \begin_inset Note Note
5211 status collapsed
5213 \begin_layout Plain Layout
5214 See the first greyed-out note in section
5215 \begin_inset space ~
5216 \end_inset
5219 \begin_inset CommandInset ref
5220 LatexCommand ref
5221 reference "sub:Longtable-Captions"
5223 \end_inset
5225  for an explanation of this command.
5226 \end_layout
5228 \end_inset
5231 \end_layout
5233 \begin_layout Subsection
5234 Footnotes in Longtables
5235 \begin_inset CommandInset label
5236 LatexCommand label
5237 name "sub:Footnotes-in-Longtables"
5239 \end_inset
5242 \begin_inset Index
5243 status collapsed
5245 \begin_layout Plain Layout
5246 Longtables ! Footnotes
5247 \end_layout
5249 \end_inset
5252 \end_layout
5254 \begin_layout Standard
5255 Footnotes can be inserted to every longtable cell.
5256  They appear at the bottom of the page where the table cell with the footnote
5257  appears.
5258  Table
5259 \begin_inset space ~
5260 \end_inset
5263 \begin_inset CommandInset ref
5264 LatexCommand ref
5265 reference "tab:DiffCaptions"
5267 \end_inset
5269  has for example a footnote.
5270 \end_layout
5272 \begin_layout Subsection
5273 Longtable Alignment
5274 \begin_inset Index
5275 status collapsed
5277 \begin_layout Plain Layout
5278 Longtables ! Alignment
5279 \end_layout
5281 \end_inset
5284 \end_layout
5286 \begin_layout Standard
5287 Longtables are by default centered.
5288  In contrary to the alignment of the table columns and row, the table alignment
5289  can currently not be changed in the table dialog.
5290  To change the alignment of longtables you have to change the value of the
5291  lengths 
5292 \series bold
5294 \backslash
5295 LTleft 
5296 \series default
5297 and 
5298 \series bold
5300 \backslash
5301 LTright
5302 \series default
5303  by inserting this line as TeX-Code before the corresponding longtable:
5304 \end_layout
5306 \begin_layout Standard
5308 \series bold
5310 \backslash
5311 setlength{
5312 \backslash
5313 LTleft}{value}
5314 \end_layout
5316 \begin_layout Standard
5317 Where the value can have any of the units listed in Table
5318 \begin_inset space ~
5319 \end_inset
5322 \begin_inset CommandInset ref
5323 LatexCommand ref
5324 reference "tab:Units"
5326 \end_inset
5330 \series bold
5332 \backslash
5333 LTleft
5334 \series default
5335  controls the horizontal distance from the left page border to the longtable,
5337 \series bold
5339 \backslash
5340 LTright
5341 \series default
5342  the distance from the right side.
5343  The default value for both lengths is 
5344 \series bold
5346 \backslash
5347 fill
5348 \series default
5349 , which is in this case the same as an horizontal fill in LyX.
5350 \end_layout
5352 \begin_layout Standard
5353 The following longtable was left-aligned by setting 
5354 \series bold
5356 \backslash
5357 LTleft
5358 \series default
5359  to 0
5360 \begin_inset space \thinspace{}
5361 \end_inset
5364 \begin_inset ERT
5365 status collapsed
5367 \begin_layout Plain Layout
5370 \backslash
5371 setlength{
5372 \backslash
5373 LTleft}{0pt}
5374 \end_layout
5376 \end_inset
5379 \end_layout
5381 \begin_layout Standard
5382 \begin_inset Tabular
5383 <lyxtabular version="3" rows="5" columns="5">
5384 <features islongtable="true">
5385 <column alignment="center" valignment="top" width="0">
5386 <column alignment="center" valignment="top" width="0">
5387 <column alignment="center" valignment="top" width="0">
5388 <column alignment="center" valignment="top" width="0">
5389 <column alignment="center" valignment="top" width="0">
5390 <row>
5391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5394 \begin_layout Plain Layout
5396 \end_layout
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5403 \begin_layout Plain Layout
5405 \end_layout
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5412 \begin_layout Plain Layout
5414 \end_layout
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5421 \begin_layout Plain Layout
5423 \end_layout
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5430 \begin_layout Plain Layout
5432 \end_layout
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5441 \begin_layout Plain Layout
5443 \end_layout
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5450 \begin_layout Plain Layout
5452 \end_layout
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5459 \begin_layout Plain Layout
5461 \end_layout
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5468 \begin_layout Plain Layout
5470 \end_layout
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5477 \begin_layout Plain Layout
5479 \end_layout
5481 \end_inset
5482 </cell>
5483 </row>
5484 <row>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5488 \begin_layout Plain Layout
5490 \end_layout
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5497 \begin_layout Plain Layout
5499 \end_layout
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5506 \begin_layout Plain Layout
5508 \end_layout
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5515 \begin_layout Plain Layout
5517 \end_layout
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5522 \begin_inset Text
5524 \begin_layout Plain Layout
5526 \end_layout
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row>
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5535 \begin_layout Plain Layout
5537 \end_layout
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5544 \begin_layout Plain Layout
5546 \end_layout
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5553 \begin_layout Plain Layout
5555 \end_layout
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5562 \begin_layout Plain Layout
5564 \end_layout
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5571 \begin_layout Plain Layout
5573 \end_layout
5575 \end_inset
5576 </cell>
5577 </row>
5578 <row>
5579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5582 \begin_layout Plain Layout
5584 \end_layout
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5591 \begin_layout Plain Layout
5593 \end_layout
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5600 \begin_layout Plain Layout
5602 \end_layout
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5609 \begin_layout Plain Layout
5611 \end_layout
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5618 \begin_layout Plain Layout
5620 \end_layout
5622 \end_inset
5623 </cell>
5624 </row>
5625 </lyxtabular>
5627 \end_inset
5630 \begin_inset ERT
5631 status collapsed
5633 \begin_layout Plain Layout
5636 \backslash
5637 setlength{
5638 \backslash
5639 LTleft}{
5640 \backslash
5641 fill}
5642 \end_layout
5644 \end_inset
5647 \begin_inset ERT
5648 status collapsed
5650 \begin_layout Plain Layout
5653 \backslash
5654 addtocounter{table}{-1}
5655 \end_layout
5657 \end_inset
5660 \begin_inset Note Note
5661 status collapsed
5663 \begin_layout Plain Layout
5664 See the first greyed-out note in section
5665 \begin_inset space ~
5666 \end_inset
5669 \begin_inset CommandInset ref
5670 LatexCommand ref
5671 reference "sub:Longtable-Captions"
5673 \end_inset
5675  for an explanation of this command.
5676 \end_layout
5678 \end_inset
5681 \end_layout
5683 \begin_layout Subsection
5684 Longtable Captions
5685 \begin_inset Index
5686 status collapsed
5688 \begin_layout Plain Layout
5689 Longtables ! Captions
5690 \end_layout
5692 \end_inset
5695 \begin_inset CommandInset label
5696 LatexCommand label
5697 name "sub:Longtable-Captions"
5699 \end_inset
5702 \end_layout
5704 \begin_layout Standard
5705 A longtable cannot be put into a table float because floats can only be
5706  on one page.
5707  But the caption environment of floats can also be used for longtables when
5708  you use for a table row the longtable option 
5709 \family sans
5710 Caption
5711 \family default
5712  as described in sec.
5713 \begin_inset space \thinspace{}
5714 \end_inset
5717 \begin_inset CommandInset ref
5718 LatexCommand ref
5719 reference "sec:Longtables"
5721 \end_inset
5724  Only one table row can contain the caption.
5725 \end_layout
5727 \begin_layout Standard
5728 Here is a short longtable to see how it works:
5729 \end_layout
5731 \begin_layout Standard
5732 \begin_inset Tabular
5733 <lyxtabular version="3" rows="6" columns="5">
5734 <features islongtable="true">
5735 <column alignment="center" valignment="top" width="0">
5736 <column alignment="center" valignment="top" width="0">
5737 <column alignment="center" valignment="top" width="0">
5738 <column alignment="center" valignment="top" width="0">
5739 <column alignment="center" valignment="top" width="0">
5740 <row caption="true">
5741 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5742 \begin_inset Text
5744 \begin_layout Plain Layout
5745 \begin_inset Caption
5747 \begin_layout Plain Layout
5748 Longtable with caption
5749 \begin_inset OptArg
5750 status open
5752 \begin_layout Plain Layout
5753 Longtable
5754 \end_layout
5756 \end_inset
5759 \end_layout
5761 \end_inset
5764 \end_layout
5766 \end_inset
5767 </cell>
5768 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5769 \begin_inset Text
5771 \begin_layout Plain Layout
5773 \end_layout
5775 \end_inset
5776 </cell>
5777 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5778 \begin_inset Text
5780 \begin_layout Plain Layout
5782 \end_layout
5784 \end_inset
5785 </cell>
5786 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5787 \begin_inset Text
5789 \begin_layout Plain Layout
5791 \end_layout
5793 \end_inset
5794 </cell>
5795 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5796 \begin_inset Text
5798 \begin_layout Plain Layout
5800 \end_layout
5802 \end_inset
5803 </cell>
5804 </row>
5805 <row>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5809 \begin_layout Plain Layout
5811 \end_layout
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5818 \begin_layout Plain Layout
5820 \end_layout
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5827 \begin_layout Plain Layout
5829 \end_layout
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5836 \begin_layout Plain Layout
5838 \end_layout
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5843 \begin_inset Text
5845 \begin_layout Plain Layout
5847 \end_layout
5849 \end_inset
5850 </cell>
5851 </row>
5852 <row>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5856 \begin_layout Plain Layout
5858 \end_layout
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5865 \begin_layout Plain Layout
5867 \end_layout
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5874 \begin_layout Plain Layout
5876 \end_layout
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5883 \begin_layout Plain Layout
5885 \end_layout
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5892 \begin_layout Plain Layout
5894 \end_layout
5896 \end_inset
5897 </cell>
5898 </row>
5899 <row>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5903 \begin_layout Plain Layout
5905 \end_layout
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5912 \begin_layout Plain Layout
5914 \end_layout
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5921 \begin_layout Plain Layout
5923 \end_layout
5925 \end_inset
5926 </cell>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5930 \begin_layout Plain Layout
5932 \end_layout
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5937 \begin_inset Text
5939 \begin_layout Plain Layout
5941 \end_layout
5943 \end_inset
5944 </cell>
5945 </row>
5946 <row>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5950 \begin_layout Plain Layout
5952 \end_layout
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5957 \begin_inset Text
5959 \begin_layout Plain Layout
5961 \end_layout
5963 \end_inset
5964 </cell>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5968 \begin_layout Plain Layout
5970 \end_layout
5972 \end_inset
5973 </cell>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5977 \begin_layout Plain Layout
5979 \end_layout
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5984 \begin_inset Text
5986 \begin_layout Plain Layout
5988 \end_layout
5990 \end_inset
5991 </cell>
5992 </row>
5993 <row>
5994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5997 \begin_layout Plain Layout
5999 \end_layout
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6006 \begin_layout Plain Layout
6008 \end_layout
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6015 \begin_layout Plain Layout
6017 \end_layout
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6024 \begin_layout Plain Layout
6026 \end_layout
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6031 \begin_inset Text
6033 \begin_layout Plain Layout
6035 \end_layout
6037 \end_inset
6038 </cell>
6039 </row>
6040 </lyxtabular>
6042 \end_inset
6045 \end_layout
6047 \begin_layout Standard
6048 \begin_inset VSpace medskip
6049 \end_inset
6052 \begin_inset Note Greyedout
6053 status open
6055 \begin_layout Plain Layout
6057 \series bold
6058 Note
6059 \begin_inset space ~
6060 \end_inset
6063 \series default
6064  The table number is increased for every longtable, also if you didn't set
6065  a caption for it.
6066  For this reason you could have the case that e.
6067 \begin_inset space \thinspace{}
6068 \end_inset
6071 \begin_inset space \space{}
6072 \end_inset
6074 Table
6075 \begin_inset space ~
6076 \end_inset
6078 2.4 follows on Table
6079 \begin_inset space ~
6080 \end_inset
6082 2.1 in the list of tables if there are two longtables without captions.
6083  To avoid this you can add the following command in TeX-Code behind every
6084  longtable without a caption:
6085 \end_layout
6087 \begin_layout Plain Layout
6089 \series bold
6091 \backslash
6092 addtocounter{table}{-1}
6093 \end_layout
6095 \begin_layout Plain Layout
6096 This is not needed when none of your longtables have a caption and you add
6097  the following code to the document preamble:
6098 \end_layout
6100 \begin_layout Plain Layout
6102 \series bold
6104 \backslash
6106 \backslash
6107 myEnd
6108 \backslash
6109 endlongtable
6110 \begin_inset Newline newline
6111 \end_inset
6114 \backslash
6115 renewcommand{
6116 \backslash
6117 endlongtable}{
6118 \backslash
6119 myEnd
6120 \backslash
6121 addtocounter{table}{-1}}
6122 \end_layout
6124 \end_inset
6127 \end_layout
6129 \begin_layout Standard
6130 \begin_inset Note Greyedout
6131 status open
6133 \begin_layout Plain Layout
6135 \series bold
6136 Note
6137 \begin_inset space ~
6138 \end_inset
6141 \series default
6142  If you are using
6143 \series bold
6144  hyperref
6145 \series default
6147 \begin_inset Index
6148 status collapsed
6150 \begin_layout Plain Layout
6151 LaTeX-packages ! hyperref
6152 \end_layout
6154 \end_inset
6156  in the 
6157 \family sans
6158 PDF Properties
6159 \family default
6160  of the 
6161 \family sans
6162 Document Settings
6163 \family default
6164  dialog to link cross-references, the link to a longtable caption will always
6165  point to the beginning of the document.
6166 \end_layout
6168 \end_inset
6171 \end_layout
6173 \begin_layout Subsubsection
6174 References to Longtables
6175 \begin_inset Index
6176 status collapsed
6178 \begin_layout Plain Layout
6179 Longtables ! References
6180 \end_layout
6182 \end_inset
6185 \end_layout
6187 \begin_layout Standard
6188 \begin_inset Tabular
6189 <lyxtabular version="3" rows="6" columns="5">
6190 <features islongtable="true">
6191 <column alignment="center" valignment="top" width="0">
6192 <column alignment="center" valignment="top" width="0">
6193 <column alignment="center" valignment="top" width="0">
6194 <column alignment="center" valignment="top" width="0">
6195 <column alignment="center" valignment="top" width="0">
6196 <row caption="true">
6197 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6198 \begin_inset Text
6200 \begin_layout Plain Layout
6201 \begin_inset Caption
6203 \begin_layout Plain Layout
6204 Referenced longtable
6205 \begin_inset CommandInset label
6206 LatexCommand label
6207 name "tab:RefExample"
6209 \end_inset
6212 \end_layout
6214 \end_inset
6217 \end_layout
6219 \end_inset
6220 </cell>
6221 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6222 \begin_inset Text
6224 \begin_layout Plain Layout
6226 \end_layout
6228 \end_inset
6229 </cell>
6230 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6231 \begin_inset Text
6233 \begin_layout Plain Layout
6235 \end_layout
6237 \end_inset
6238 </cell>
6239 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6240 \begin_inset Text
6242 \begin_layout Plain Layout
6244 \end_layout
6246 \end_inset
6247 </cell>
6248 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6249 \begin_inset Text
6251 \begin_layout Plain Layout
6253 \end_layout
6255 \end_inset
6256 </cell>
6257 </row>
6258 <row>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6262 \begin_layout Plain Layout
6264 \end_layout
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6271 \begin_layout Plain Layout
6273 \end_layout
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6280 \begin_layout Plain Layout
6282 \end_layout
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6289 \begin_layout Plain Layout
6291 \end_layout
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6298 \begin_layout Plain Layout
6300 \end_layout
6302 \end_inset
6303 </cell>
6304 </row>
6305 <row>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6309 \begin_layout Plain Layout
6311 \end_layout
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6318 \begin_layout Plain Layout
6320 \end_layout
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6327 \begin_layout Plain Layout
6329 \end_layout
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6336 \begin_layout Plain Layout
6338 \end_layout
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6345 \begin_layout Plain Layout
6347 \end_layout
6349 \end_inset
6350 </cell>
6351 </row>
6352 <row>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6356 \begin_layout Plain Layout
6358 \end_layout
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6365 \begin_layout Plain Layout
6367 \end_layout
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6374 \begin_layout Plain Layout
6376 \end_layout
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6383 \begin_layout Plain Layout
6385 \end_layout
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6390 \begin_inset Text
6392 \begin_layout Plain Layout
6394 \end_layout
6396 \end_inset
6397 </cell>
6398 </row>
6399 <row>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6403 \begin_layout Plain Layout
6405 \end_layout
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6412 \begin_layout Plain Layout
6414 \end_layout
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6419 \begin_inset Text
6421 \begin_layout Plain Layout
6423 \end_layout
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6428 \begin_inset Text
6430 \begin_layout Plain Layout
6432 \end_layout
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6437 \begin_inset Text
6439 \begin_layout Plain Layout
6441 \end_layout
6443 \end_inset
6444 </cell>
6445 </row>
6446 <row>
6447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6450 \begin_layout Plain Layout
6452 \end_layout
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6457 \begin_inset Text
6459 \begin_layout Plain Layout
6461 \end_layout
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6466 \begin_inset Text
6468 \begin_layout Plain Layout
6470 \end_layout
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6475 \begin_inset Text
6477 \begin_layout Plain Layout
6479 \end_layout
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6484 \begin_inset Text
6486 \begin_layout Plain Layout
6488 \end_layout
6490 \end_inset
6491 </cell>
6492 </row>
6493 </lyxtabular>
6495 \end_inset
6498 \end_layout
6500 \begin_layout Standard
6501 To reference a longtable, insert a label into the caption.
6502 \end_layout
6504 \begin_layout Standard
6505 This is a reference to Table
6506 \begin_inset space ~
6507 \end_inset
6510 \begin_inset CommandInset ref
6511 LatexCommand ref
6512 reference "tab:RefExample"
6514 \end_inset
6517 \end_layout
6519 \begin_layout Standard
6520 The caption layout can be set together with all other captions of your document
6521  using the LaTeX-package 
6522 \series bold
6523 caption
6524 \series default
6526 \begin_inset Index
6527 status collapsed
6529 \begin_layout Plain Layout
6530 LaTeX-packages ! caption
6531 \end_layout
6533 \end_inset
6535 , see section
6536 \begin_inset space ~
6537 \end_inset
6540 \begin_inset CommandInset ref
6541 LatexCommand ref
6542 reference "sec:Caption-Formatting"
6544 \end_inset
6547 \end_layout
6549 \begin_layout Subsubsection
6550 Caption Width
6551 \begin_inset Index
6552 status collapsed
6554 \begin_layout Plain Layout
6555 Longtables ! Caption Width
6556 \end_layout
6558 \end_inset
6561 \end_layout
6563 \begin_layout Standard
6564 The maximal width of of caption lines is defined by the length 
6565 \series bold
6567 \backslash
6568 LTcapwidth
6569 \series default
6571  Its default value is 4
6572 \begin_inset space \thinspace{}
6573 \end_inset
6576  To change it add the following command to your document preamble or as
6577  TeX-Code into your document before the longtable that should be affected
6578 \end_layout
6580 \begin_layout Standard
6582 \series bold
6584 \backslash
6585 setlength{
6586 \backslash
6587 LTcapwidth}{width}
6588 \end_layout
6590 \begin_layout Standard
6591 where the width could have one of the units listed in appendix
6592 \begin_inset space ~
6593 \end_inset
6596 \begin_inset CommandInset ref
6597 LatexCommand ref
6598 reference "cha:Units-available-in"
6600 \end_inset
6603 \end_layout
6605 \begin_layout Standard
6606 The following tables show the difference:
6607 \end_layout
6609 \begin_layout Standard
6610 \begin_inset Tabular
6611 <lyxtabular version="3" rows="6" columns="5">
6612 <features islongtable="true">
6613 <column alignment="center" valignment="top" width="0">
6614 <column alignment="center" valignment="top" width="0">
6615 <column alignment="center" valignment="top" width="0">
6616 <column alignment="center" valignment="top" width="0">
6617 <column alignment="center" valignment="top" width="0">
6618 <row caption="true">
6619 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6620 \begin_inset Text
6622 \begin_layout Plain Layout
6623 \begin_inset Caption
6625 \begin_layout Plain Layout
6626 long full title with default width long full title with default width long
6627  full title with default width
6628 \begin_inset OptArg
6629 status collapsed
6631 \begin_layout Plain Layout
6632 caption with default width
6633 \end_layout
6635 \end_inset
6638 \end_layout
6640 \end_inset
6643 \end_layout
6645 \end_inset
6646 </cell>
6647 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6648 \begin_inset Text
6650 \begin_layout Plain Layout
6652 \end_layout
6654 \end_inset
6655 </cell>
6656 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6657 \begin_inset Text
6659 \begin_layout Plain Layout
6661 \end_layout
6663 \end_inset
6664 </cell>
6665 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6666 \begin_inset Text
6668 \begin_layout Plain Layout
6670 \end_layout
6672 \end_inset
6673 </cell>
6674 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6675 \begin_inset Text
6677 \begin_layout Plain Layout
6679 \end_layout
6681 \end_inset
6682 </cell>
6683 </row>
6684 <row>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6686 \begin_inset Text
6688 \begin_layout Plain Layout
6690 \end_layout
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6695 \begin_inset Text
6697 \begin_layout Plain Layout
6699 \end_layout
6701 \end_inset
6702 </cell>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6706 \begin_layout Plain Layout
6708 \end_layout
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6715 \begin_layout Plain Layout
6717 \end_layout
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6722 \begin_inset Text
6724 \begin_layout Plain Layout
6726 \end_layout
6728 \end_inset
6729 </cell>
6730 </row>
6731 <row>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6733 \begin_inset Text
6735 \begin_layout Plain Layout
6737 \end_layout
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6744 \begin_layout Plain Layout
6746 \end_layout
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6753 \begin_layout Plain Layout
6755 \end_layout
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6762 \begin_layout Plain Layout
6764 \end_layout
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6769 \begin_inset Text
6771 \begin_layout Plain Layout
6773 \end_layout
6775 \end_inset
6776 </cell>
6777 </row>
6778 <row>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6780 \begin_inset Text
6782 \begin_layout Plain Layout
6784 \end_layout
6786 \end_inset
6787 </cell>
6788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6789 \begin_inset Text
6791 \begin_layout Plain Layout
6793 \end_layout
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6800 \begin_layout Plain Layout
6802 \end_layout
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6809 \begin_layout Plain Layout
6811 \end_layout
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6816 \begin_inset Text
6818 \begin_layout Plain Layout
6820 \end_layout
6822 \end_inset
6823 </cell>
6824 </row>
6825 <row>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6829 \begin_layout Plain Layout
6831 \end_layout
6833 \end_inset
6834 </cell>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6838 \begin_layout Plain Layout
6840 \end_layout
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6847 \begin_layout Plain Layout
6849 \end_layout
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6856 \begin_layout Plain Layout
6858 \end_layout
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6863 \begin_inset Text
6865 \begin_layout Plain Layout
6867 \end_layout
6869 \end_inset
6870 </cell>
6871 </row>
6872 <row>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6876 \begin_layout Plain Layout
6878 \end_layout
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6883 \begin_inset Text
6885 \begin_layout Plain Layout
6887 \end_layout
6889 \end_inset
6890 </cell>
6891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6894 \begin_layout Plain Layout
6896 \end_layout
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6901 \begin_inset Text
6903 \begin_layout Plain Layout
6905 \end_layout
6907 \end_inset
6908 </cell>
6909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6910 \begin_inset Text
6912 \begin_layout Plain Layout
6914 \end_layout
6916 \end_inset
6917 </cell>
6918 </row>
6919 </lyxtabular>
6921 \end_inset
6924 \end_layout
6926 \begin_layout Standard
6927 \begin_inset ERT
6928 status collapsed
6930 \begin_layout Plain Layout
6933 \backslash
6934 setlength{
6935 \backslash
6936 LTcapwidth}{5cm}
6937 \end_layout
6939 \end_inset
6942 \begin_inset Tabular
6943 <lyxtabular version="3" rows="6" columns="5">
6944 <features islongtable="true">
6945 <column alignment="center" valignment="top" width="0">
6946 <column alignment="center" valignment="top" width="0">
6947 <column alignment="center" valignment="top" width="0">
6948 <column alignment="center" valignment="top" width="0">
6949 <column alignment="center" valignment="top" width="0">
6950 <row caption="true">
6951 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6952 \begin_inset Text
6954 \begin_layout Plain Layout
6955 \begin_inset Caption
6957 \begin_layout Plain Layout
6958 long full title with width set to 5
6959 \begin_inset space \thinspace{}
6960 \end_inset
6962 cm long full title with width set to 5
6963 \begin_inset space \thinspace{}
6964 \end_inset
6966 cm long full title with width set to 5
6967 \begin_inset space \thinspace{}
6968 \end_inset
6971 \begin_inset OptArg
6972 status collapsed
6974 \begin_layout Plain Layout
6975 caption with width
6976 \begin_inset space \thinspace{}
6977 \end_inset
6980 \begin_inset space \thinspace{}
6981 \end_inset
6984 \begin_inset space \thinspace{}
6985 \end_inset
6988 \end_layout
6990 \end_inset
6993 \end_layout
6995 \end_inset
6998 \end_layout
7000 \end_inset
7001 </cell>
7002 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7003 \begin_inset Text
7005 \begin_layout Plain Layout
7007 \end_layout
7009 \end_inset
7010 </cell>
7011 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7012 \begin_inset Text
7014 \begin_layout Plain Layout
7016 \end_layout
7018 \end_inset
7019 </cell>
7020 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7021 \begin_inset Text
7023 \begin_layout Plain Layout
7025 \end_layout
7027 \end_inset
7028 </cell>
7029 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7032 \begin_layout Plain Layout
7034 \end_layout
7036 \end_inset
7037 </cell>
7038 </row>
7039 <row>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7043 \begin_layout Plain Layout
7045 \end_layout
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7052 \begin_layout Plain Layout
7054 \end_layout
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7061 \begin_layout Plain Layout
7063 \end_layout
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7070 \begin_layout Plain Layout
7072 \end_layout
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7079 \begin_layout Plain Layout
7081 \end_layout
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7090 \begin_layout Plain Layout
7092 \end_layout
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7099 \begin_layout Plain Layout
7101 \end_layout
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7108 \begin_layout Plain Layout
7110 \end_layout
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7117 \begin_layout Plain Layout
7119 \end_layout
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7124 \begin_inset Text
7126 \begin_layout Plain Layout
7128 \end_layout
7130 \end_inset
7131 </cell>
7132 </row>
7133 <row>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7137 \begin_layout Plain Layout
7139 \end_layout
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7146 \begin_layout Plain Layout
7148 \end_layout
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7155 \begin_layout Plain Layout
7157 \end_layout
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7164 \begin_layout Plain Layout
7166 \end_layout
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7171 \begin_inset Text
7173 \begin_layout Plain Layout
7175 \end_layout
7177 \end_inset
7178 </cell>
7179 </row>
7180 <row>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7184 \begin_layout Plain Layout
7186 \end_layout
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7193 \begin_layout Plain Layout
7195 \end_layout
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7202 \begin_layout Plain Layout
7204 \end_layout
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7211 \begin_layout Plain Layout
7213 \end_layout
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7218 \begin_inset Text
7220 \begin_layout Plain Layout
7222 \end_layout
7224 \end_inset
7225 </cell>
7226 </row>
7227 <row>
7228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7231 \begin_layout Plain Layout
7233 \end_layout
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7240 \begin_layout Plain Layout
7242 \end_layout
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7249 \begin_layout Plain Layout
7251 \end_layout
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7258 \begin_layout Plain Layout
7260 \end_layout
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7265 \begin_inset Text
7267 \begin_layout Plain Layout
7269 \end_layout
7271 \end_inset
7272 </cell>
7273 </row>
7274 </lyxtabular>
7276 \end_inset
7279 \end_layout
7281 \begin_layout Standard
7282 \begin_inset ERT
7283 status collapsed
7285 \begin_layout Plain Layout
7288 \backslash
7289 setlength{
7290 \backslash
7291 LTcapwidth}{4in}
7292 \end_layout
7294 \end_inset
7297 \end_layout
7299 \begin_layout Standard
7300 \begin_inset Note Greyedout
7301 status open
7303 \begin_layout Plain Layout
7305 \series bold
7306 Note:
7307 \series default
7308  When the LaTeX-package 
7309 \series bold
7310 caption
7311 \series default
7313 \begin_inset Index
7314 status collapsed
7316 \begin_layout Plain Layout
7317 LaTeX-packages ! caption
7318 \end_layout
7320 \end_inset
7322  is used, as in this document, the full page width is used for the caption
7323  when you use the default value of 4
7324 \begin_inset space \thinspace{}
7325 \end_inset
7327 in for 
7328 \series bold
7330 \backslash
7331 LTcapwidth
7332 \series default
7334  To get in this case exactly a 4
7335 \begin_inset space \thinspace{}
7336 \end_inset
7338 in wide caption, you can either use a value slightly different from 4.0
7339 \begin_inset space \thinspace{}
7340 \end_inset
7342 in, e.
7343 \begin_inset space \thinspace{}
7344 \end_inset
7347 \begin_inset space \space{}
7348 \end_inset
7350 3.99
7351 \begin_inset space \thinspace{}
7352 \end_inset
7354 in, or the LaTeX-command 
7355 \series bold
7357 \backslash
7358 captionsetup{width=value}
7359 \series default
7360  that is provided by the 
7361 \series bold
7362 caption
7363 \series default
7364 -package.
7365 \end_layout
7367 \end_inset
7370 \end_layout
7372 \begin_layout Subsubsection
7373 Different Captions for Table Pages
7374 \begin_inset Index
7375 status collapsed
7377 \begin_layout Plain Layout
7378 Longtables ! Different Captions for Pages
7379 \end_layout
7381 \end_inset
7384 \end_layout
7386 \begin_layout Standard
7387 When the table captions for the following pages should differ from the one
7388  of the first table page, insert a caption with the TeX code command
7389 \end_layout
7391 \begin_layout Standard
7393 \series bold
7395 \backslash
7396 caption*{caption text}
7397 \backslash
7399 \backslash
7401 \end_layout
7403 \begin_layout Standard
7404 in a dummy caption row that is marked as header.
7405  Table
7406 \begin_inset space ~
7407 \end_inset
7410 \begin_inset CommandInset ref
7411 LatexCommand ref
7412 reference "tab:DiffCaptions"
7414 \end_inset
7416  is an example for a longtable with different heading where the second caption
7417  doesn't include the table number.
7418 \end_layout
7420 \begin_layout Standard
7421 \align center
7422 \begin_inset Tabular
7423 <lyxtabular version="3" rows="59" columns="3">
7424 <features islongtable="true" lastFootEmpty="true">
7425 <column alignment="left" valignment="top" width="0cm">
7426 <column alignment="left" valignment="top" width="0pt">
7427 <column alignment="center" valignment="top" width="0pt">
7428 <row caption="true">
7429 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7430 \begin_inset Text
7432 \begin_layout Plain Layout
7433 \begin_inset Caption
7435 \begin_layout Plain Layout
7436 Example Phone List
7437 \begin_inset CommandInset label
7438 LatexCommand label
7439 name "tab:DiffCaptions"
7441 \end_inset
7444 \begin_inset OptArg
7445 status collapsed
7447 \begin_layout Plain Layout
7448 Example Phone List
7449 \end_layout
7451 \end_inset
7454 \end_layout
7456 \end_inset
7459 \end_layout
7461 \end_inset
7462 </cell>
7463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7464 \begin_inset Text
7466 \begin_layout Plain Layout
7468 \end_layout
7470 \end_inset
7471 </cell>
7472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7473 \begin_inset Text
7475 \begin_layout Plain Layout
7477 \end_layout
7479 \end_inset
7480 </cell>
7481 </row>
7482 <row endfirsthead="true">
7483 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7484 \begin_inset Text
7486 \begin_layout Plain Layout
7488 \series bold
7489 Example Phone List (ignore the names)
7490 \end_layout
7492 \end_inset
7493 </cell>
7494 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7495 \begin_inset Text
7497 \begin_layout Plain Layout
7499 \end_layout
7501 \end_inset
7502 </cell>
7503 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7504 \begin_inset Text
7506 \begin_layout Plain Layout
7508 \end_layout
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row endfirsthead="true">
7514 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7517 \begin_layout Plain Layout
7519 \series bold
7520 NAME
7521 \end_layout
7523 \end_inset
7524 </cell>
7525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7526 \begin_inset Text
7528 \begin_layout Plain Layout
7530 \end_layout
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7537 \begin_layout Plain Layout
7539 \series bold
7540 TEL.
7541 \end_layout
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row endhead="true">
7547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7548 \begin_inset Text
7550 \begin_layout Plain Layout
7551 \begin_inset ERT
7552 status open
7554 \begin_layout Plain Layout
7557 \backslash
7558 caption*{Continued Example Phone List}
7559 \backslash
7561 \backslash
7563 \end_layout
7565 \end_inset
7568 \end_layout
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7573 \begin_inset Text
7575 \begin_layout Plain Layout
7577 \end_layout
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7582 \begin_inset Text
7584 \begin_layout Plain Layout
7586 \end_layout
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row endhead="true">
7592 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7593 \begin_inset Text
7595 \begin_layout Plain Layout
7597 \series bold
7598 Example Phone List
7599 \end_layout
7601 \end_inset
7602 </cell>
7603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7604 \begin_inset Text
7606 \begin_layout Plain Layout
7608 \end_layout
7610 \end_inset
7611 </cell>
7612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7613 \begin_inset Text
7615 \begin_layout Plain Layout
7617 \end_layout
7619 \end_inset
7620 </cell>
7621 </row>
7622 <row endhead="true">
7623 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7624 \begin_inset Text
7626 \begin_layout Plain Layout
7628 \series bold
7629 NAME
7630 \end_layout
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7635 \begin_inset Text
7637 \begin_layout Plain Layout
7639 \end_layout
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7646 \begin_layout Plain Layout
7648 \series bold
7649 TEL.
7650 \end_layout
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row endfoot="true">
7656 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7657 \begin_inset Text
7659 \begin_layout Plain Layout
7660 continued on next page
7661 \end_layout
7663 \end_inset
7664 </cell>
7665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7666 \begin_inset Text
7668 \begin_layout Plain Layout
7670 \end_layout
7672 \end_inset
7673 </cell>
7674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7675 \begin_inset Text
7677 \begin_layout Plain Layout
7679 \end_layout
7681 \end_inset
7682 </cell>
7683 </row>
7684 <row>
7685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7686 \begin_inset Text
7688 \begin_layout Plain Layout
7690 \series bold
7691 Annovi
7692 \end_layout
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7697 \begin_inset Text
7699 \begin_layout Plain Layout
7700 Silvia
7701 \end_layout
7703 \end_inset
7704 </cell>
7705 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7706 \begin_inset Text
7708 \begin_layout Plain Layout
7710 \end_layout
7712 \end_inset
7713 </cell>
7714 </row>
7715 <row>
7716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7717 \begin_inset Text
7719 \begin_layout Plain Layout
7721 \series bold
7722 Bertoli
7723 \end_layout
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7728 \begin_inset Text
7730 \begin_layout Plain Layout
7731 Stefano
7732 \end_layout
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7737 \begin_inset Text
7739 \begin_layout Plain Layout
7741 \end_layout
7743 \end_inset
7744 </cell>
7745 </row>
7746 <row>
7747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7748 \begin_inset Text
7750 \begin_layout Plain Layout
7752 \series bold
7753 Bozzi
7754 \end_layout
7756 \end_inset
7757 </cell>
7758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7759 \begin_inset Text
7761 \begin_layout Plain Layout
7762 Walter
7763 \end_layout
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7768 \begin_inset Text
7770 \begin_layout Plain Layout
7772 \end_layout
7774 \end_inset
7775 </cell>
7776 </row>
7777 <row>
7778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7779 \begin_inset Text
7781 \begin_layout Plain Layout
7783 \series bold
7784 Cachia
7785 \end_layout
7787 \end_inset
7788 </cell>
7789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7790 \begin_inset Text
7792 \begin_layout Plain Layout
7793 Maria
7794 \end_layout
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7801 \begin_layout Plain Layout
7803 \end_layout
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row>
7809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7810 \begin_inset Text
7812 \begin_layout Plain Layout
7814 \series bold
7815 Cachia
7816 \end_layout
7818 \end_inset
7819 </cell>
7820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7821 \begin_inset Text
7823 \begin_layout Plain Layout
7824 Maurizio
7825 \end_layout
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7832 \begin_layout Plain Layout
7834 \end_layout
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row>
7840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7841 \begin_inset Text
7843 \begin_layout Plain Layout
7845 \series bold
7846 Cinquemani
7847 \end_layout
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7852 \begin_inset Text
7854 \begin_layout Plain Layout
7855 Giusi
7856 \end_layout
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7863 \begin_layout Plain Layout
7865 \end_layout
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7872 \begin_inset Text
7874 \begin_layout Plain Layout
7876 \series bold
7877 Colin
7878 \end_layout
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7883 \begin_inset Text
7885 \begin_layout Plain Layout
7886 Bernard
7887 \end_layout
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7892 \begin_inset Text
7894 \begin_layout Plain Layout
7896 \end_layout
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row>
7902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7903 \begin_inset Text
7905 \begin_layout Plain Layout
7907 \series bold
7908 Concli
7909 \end_layout
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7914 \begin_inset Text
7916 \begin_layout Plain Layout
7917 Gianfranco
7918 \end_layout
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7925 \begin_layout Plain Layout
7927 \end_layout
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row>
7933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7934 \begin_inset Text
7936 \begin_layout Plain Layout
7938 \series bold
7939 Dal Bosco
7940 \end_layout
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7945 \begin_inset Text
7947 \begin_layout Plain Layout
7948 Carolina
7949 \end_layout
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7954 \begin_inset Text
7956 \begin_layout Plain Layout
7958 \end_layout
7960 \end_inset
7961 </cell>
7962 </row>
7963 <row>
7964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7965 \begin_inset Text
7967 \begin_layout Plain Layout
7969 \series bold
7970 Dalpiaz
7971 \end_layout
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7976 \begin_inset Text
7978 \begin_layout Plain Layout
7979 Annamaria
7980 \end_layout
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7985 \begin_inset Text
7987 \begin_layout Plain Layout
7989 \end_layout
7991 \end_inset
7992 </cell>
7993 </row>
7994 <row>
7995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7996 \begin_inset Text
7998 \begin_layout Plain Layout
8000 \series bold
8001 Feliciello
8002 \end_layout
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8007 \begin_inset Text
8009 \begin_layout Plain Layout
8010 Domenico
8011 \end_layout
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8016 \begin_inset Text
8018 \begin_layout Plain Layout
8020 \end_layout
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row>
8026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8027 \begin_inset Text
8029 \begin_layout Plain Layout
8031 \series bold
8032 Focarelli
8033 \end_layout
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8038 \begin_inset Text
8040 \begin_layout Plain Layout
8041 Paola
8042 \end_layout
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8047 \begin_inset Text
8049 \begin_layout Plain Layout
8051 \end_layout
8053 \end_inset
8054 </cell>
8055 </row>
8056 <row>
8057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8058 \begin_inset Text
8060 \begin_layout Plain Layout
8062 \series bold
8063 Galletti
8064 \end_layout
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8069 \begin_inset Text
8071 \begin_layout Plain Layout
8072 Oreste
8073 \end_layout
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8078 \begin_inset Text
8080 \begin_layout Plain Layout
8082 \end_layout
8084 \end_inset
8085 </cell>
8086 </row>
8087 <row>
8088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8089 \begin_inset Text
8091 \begin_layout Plain Layout
8093 \series bold
8094 Gasparini
8095 \end_layout
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8100 \begin_inset Text
8102 \begin_layout Plain Layout
8103 Franca
8104 \end_layout
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8109 \begin_inset Text
8111 \begin_layout Plain Layout
8113 \end_layout
8115 \end_inset
8116 </cell>
8117 </row>
8118 <row>
8119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8120 \begin_inset Text
8122 \begin_layout Plain Layout
8124 \series bold
8125 Rizzardi
8126 \series default
8128 \begin_inset Foot
8129 status open
8131 \begin_layout Plain Layout
8132 Example footnote
8133 \end_layout
8135 \end_inset
8138 \end_layout
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8143 \begin_inset Text
8145 \begin_layout Plain Layout
8146 Paola
8147 \end_layout
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8154 \begin_layout Plain Layout
8156 \end_layout
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8163 \begin_inset Text
8165 \begin_layout Plain Layout
8167 \series bold
8168 Lassini
8169 \end_layout
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8174 \begin_inset Text
8176 \begin_layout Plain Layout
8177 Giancarlo
8178 \end_layout
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8183 \begin_inset Text
8185 \begin_layout Plain Layout
8187 \end_layout
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8196 \begin_layout Plain Layout
8198 \series bold
8199 Malfatti
8200 \end_layout
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8207 \begin_layout Plain Layout
8208 Luciano
8209 \end_layout
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8214 \begin_inset Text
8216 \begin_layout Plain Layout
8218 \end_layout
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8227 \begin_layout Plain Layout
8229 \series bold
8230 Malfatti
8231 \end_layout
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8238 \begin_layout Plain Layout
8239 Valeriano
8240 \end_layout
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8245 \begin_inset Text
8247 \begin_layout Plain Layout
8249 \end_layout
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8258 \begin_layout Plain Layout
8260 \series bold
8261 Meneguzzo
8262 \end_layout
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8269 \begin_layout Plain Layout
8270 Roberto
8271 \end_layout
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8276 \begin_inset Text
8278 \begin_layout Plain Layout
8280 \end_layout
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8289 \begin_layout Plain Layout
8291 \series bold
8292 Mezzadra
8293 \end_layout
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8298 \begin_inset Text
8300 \begin_layout Plain Layout
8301 Roberto
8302 \end_layout
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8309 \begin_layout Plain Layout
8311 \end_layout
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row>
8317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8318 \begin_inset Text
8320 \begin_layout Plain Layout
8322 \series bold
8323 Pirpamer
8324 \end_layout
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8329 \begin_inset Text
8331 \begin_layout Plain Layout
8332 Erich
8333 \end_layout
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8340 \begin_layout Plain Layout
8342 \end_layout
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8351 \begin_layout Plain Layout
8353 \series bold
8354 Pochiesa
8355 \end_layout
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8360 \begin_inset Text
8362 \begin_layout Plain Layout
8363 Paolo
8364 \end_layout
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8369 \begin_inset Text
8371 \begin_layout Plain Layout
8372 111, 222
8373 \end_layout
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8382 \begin_layout Plain Layout
8384 \series bold
8385 Radina
8386 \end_layout
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8391 \begin_inset Text
8393 \begin_layout Plain Layout
8394 Claudio
8395 \end_layout
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8400 \begin_inset Text
8402 \begin_layout Plain Layout
8404 \end_layout
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8413 \begin_layout Plain Layout
8415 \series bold
8416 Stuffer
8417 \end_layout
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8422 \begin_inset Text
8424 \begin_layout Plain Layout
8425 Oskar
8426 \end_layout
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8433 \begin_layout Plain Layout
8435 \end_layout
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8444 \begin_layout Plain Layout
8446 \series bold
8447 Tacchelli
8448 \end_layout
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8453 \begin_inset Text
8455 \begin_layout Plain Layout
8457 \end_layout
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8464 \begin_layout Plain Layout
8466 \end_layout
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8475 \begin_layout Plain Layout
8477 \series bold
8478 Tezzele
8479 \end_layout
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8484 \begin_inset Text
8486 \begin_layout Plain Layout
8487 Margit
8488 \end_layout
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8493 \begin_inset Text
8495 \begin_layout Plain Layout
8497 \end_layout
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8506 \begin_layout Plain Layout
8508 \series bold
8509 Unterkalmsteiner
8510 \end_layout
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8517 \begin_layout Plain Layout
8518 Frieda
8519 \end_layout
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8526 \begin_layout Plain Layout
8528 \end_layout
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8537 \begin_layout Plain Layout
8539 \series bold
8540 Vieider
8541 \end_layout
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8548 \begin_layout Plain Layout
8549 Hilde
8550 \end_layout
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8557 \begin_layout Plain Layout
8559 \end_layout
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8568 \begin_layout Plain Layout
8570 \series bold
8571 Vigna
8572 \end_layout
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8579 \begin_layout Plain Layout
8580 Jürgen
8581 \end_layout
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8588 \begin_layout Plain Layout
8590 \end_layout
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8599 \begin_layout Plain Layout
8601 \series bold
8602 Weber
8603 \end_layout
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8610 \begin_layout Plain Layout
8611 Maurizio
8612 \end_layout
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8619 \begin_layout Plain Layout
8621 \end_layout
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8628 \begin_inset Text
8630 \begin_layout Plain Layout
8632 \series bold
8633 Winkler
8634 \end_layout
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8639 \begin_inset Text
8641 \begin_layout Plain Layout
8642 Franz
8643 \end_layout
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8650 \begin_layout Plain Layout
8652 \end_layout
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8661 \begin_layout Plain Layout
8663 \end_layout
8665 \end_inset
8666 </cell>
8667 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8668 \begin_inset Text
8670 \begin_layout Plain Layout
8672 \end_layout
8674 \end_inset
8675 </cell>
8676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8677 \begin_inset Text
8679 \begin_layout Plain Layout
8681 \end_layout
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8690 \begin_layout Plain Layout
8692 \series bold
8693 Annovi
8694 \end_layout
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8699 \begin_inset Text
8701 \begin_layout Plain Layout
8702 Silvia
8703 \end_layout
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8708 \begin_inset Text
8710 \begin_layout Plain Layout
8712 \end_layout
8714 \end_inset
8715 </cell>
8716 </row>
8717 <row>
8718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8721 \begin_layout Plain Layout
8723 \series bold
8724 Bertoli
8725 \end_layout
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8730 \begin_inset Text
8732 \begin_layout Plain Layout
8733 Stefano
8734 \end_layout
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8741 \begin_layout Plain Layout
8743 \end_layout
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8752 \begin_layout Plain Layout
8754 \series bold
8755 Bozzi
8756 \end_layout
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8761 \begin_inset Text
8763 \begin_layout Plain Layout
8764 Walter
8765 \end_layout
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8770 \begin_inset Text
8772 \begin_layout Plain Layout
8774 \end_layout
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row>
8780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8783 \begin_layout Plain Layout
8785 \series bold
8786 Cachia
8787 \end_layout
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8792 \begin_inset Text
8794 \begin_layout Plain Layout
8795 Maria
8796 \end_layout
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8803 \begin_layout Plain Layout
8805 \end_layout
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8814 \begin_layout Plain Layout
8816 \series bold
8817 Cachia
8818 \end_layout
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8823 \begin_inset Text
8825 \begin_layout Plain Layout
8826 Maurizio
8827 \end_layout
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8832 \begin_inset Text
8834 \begin_layout Plain Layout
8836 \end_layout
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8845 \begin_layout Plain Layout
8847 \series bold
8848 Cinquemani
8849 \end_layout
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8854 \begin_inset Text
8856 \begin_layout Plain Layout
8857 Giusi
8858 \end_layout
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8863 \begin_inset Text
8865 \begin_layout Plain Layout
8867 \end_layout
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8876 \begin_layout Plain Layout
8878 \series bold
8879 Colin
8880 \end_layout
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8885 \begin_inset Text
8887 \begin_layout Plain Layout
8888 Bernard
8889 \end_layout
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8894 \begin_inset Text
8896 \begin_layout Plain Layout
8898 \end_layout
8900 \end_inset
8901 </cell>
8902 </row>
8903 <row>
8904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8907 \begin_layout Plain Layout
8909 \series bold
8910 Concli
8911 \end_layout
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8916 \begin_inset Text
8918 \begin_layout Plain Layout
8919 Gianfranco
8920 \end_layout
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8925 \begin_inset Text
8927 \begin_layout Plain Layout
8929 \end_layout
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8938 \begin_layout Plain Layout
8940 \series bold
8941 Dal Bosco
8942 \end_layout
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8947 \begin_inset Text
8949 \begin_layout Plain Layout
8950 Carolina
8951 \end_layout
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8956 \begin_inset Text
8958 \begin_layout Plain Layout
8960 \end_layout
8962 \end_inset
8963 </cell>
8964 </row>
8965 <row>
8966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8969 \begin_layout Plain Layout
8971 \series bold
8972 Dalpiaz
8973 \end_layout
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8978 \begin_inset Text
8980 \begin_layout Plain Layout
8981 Annamaria
8982 \end_layout
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8987 \begin_inset Text
8989 \begin_layout Plain Layout
8991 \end_layout
8993 \end_inset
8994 </cell>
8995 </row>
8996 <row>
8997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
9000 \begin_layout Plain Layout
9002 \series bold
9003 Feliciello
9004 \end_layout
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9009 \begin_inset Text
9011 \begin_layout Plain Layout
9012 Domenico
9013 \end_layout
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9018 \begin_inset Text
9020 \begin_layout Plain Layout
9022 \end_layout
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9029 \begin_inset Text
9031 \begin_layout Plain Layout
9033 \series bold
9034 Focarelli
9035 \end_layout
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9040 \begin_inset Text
9042 \begin_layout Plain Layout
9043 Paola
9044 \end_layout
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9051 \begin_layout Plain Layout
9053 \end_layout
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9060 \begin_inset Text
9062 \begin_layout Plain Layout
9064 \series bold
9065 Galletti
9066 \end_layout
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9071 \begin_inset Text
9073 \begin_layout Plain Layout
9074 Oreste
9075 \end_layout
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9080 \begin_inset Text
9082 \begin_layout Plain Layout
9084 \end_layout
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9091 \begin_inset Text
9093 \begin_layout Plain Layout
9095 \series bold
9096 Gasparini
9097 \end_layout
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9102 \begin_inset Text
9104 \begin_layout Plain Layout
9105 Franca
9106 \end_layout
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9111 \begin_inset Text
9113 \begin_layout Plain Layout
9115 \end_layout
9117 \end_inset
9118 </cell>
9119 </row>
9120 <row>
9121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9122 \begin_inset Text
9124 \begin_layout Plain Layout
9126 \series bold
9127 Rizzardi
9128 \end_layout
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9133 \begin_inset Text
9135 \begin_layout Plain Layout
9136 Paola
9137 \end_layout
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9142 \begin_inset Text
9144 \begin_layout Plain Layout
9146 \end_layout
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9153 \begin_inset Text
9155 \begin_layout Plain Layout
9157 \series bold
9158 Lassini
9159 \end_layout
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9164 \begin_inset Text
9166 \begin_layout Plain Layout
9167 Giancarlo
9168 \end_layout
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9173 \begin_inset Text
9175 \begin_layout Plain Layout
9177 \end_layout
9179 \end_inset
9180 </cell>
9181 </row>
9182 <row>
9183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9184 \begin_inset Text
9186 \begin_layout Plain Layout
9188 \series bold
9189 Malfatti
9190 \end_layout
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9195 \begin_inset Text
9197 \begin_layout Plain Layout
9198 Luciano
9199 \end_layout
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9204 \begin_inset Text
9206 \begin_layout Plain Layout
9208 \end_layout
9210 \end_inset
9211 </cell>
9212 </row>
9213 <row>
9214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9215 \begin_inset Text
9217 \begin_layout Plain Layout
9219 \series bold
9220 Malfatti
9221 \end_layout
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9226 \begin_inset Text
9228 \begin_layout Plain Layout
9229 Valeriano
9230 \end_layout
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9235 \begin_inset Text
9237 \begin_layout Plain Layout
9239 \end_layout
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9246 \begin_inset Text
9248 \begin_layout Plain Layout
9250 \series bold
9251 Meneguzzo
9252 \end_layout
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9257 \begin_inset Text
9259 \begin_layout Plain Layout
9260 Roberto
9261 \end_layout
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9268 \begin_layout Plain Layout
9270 \end_layout
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row>
9276 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9277 \begin_inset Text
9279 \begin_layout Plain Layout
9281 \series bold
9282 Mezzadra
9283 \end_layout
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9288 \begin_inset Text
9290 \begin_layout Plain Layout
9291 Roberto
9292 \end_layout
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9297 \begin_inset Text
9299 \begin_layout Plain Layout
9301 \end_layout
9303 \end_inset
9304 </cell>
9305 </row>
9306 </lyxtabular>
9308 \end_inset
9311 \end_layout
9313 \begin_layout Section
9314 Special Longtable Issues
9315 \begin_inset CommandInset label
9316 LatexCommand label
9317 name "sec:Special-Longtable-Issues"
9319 \end_inset
9322 \end_layout
9324 \begin_layout Subsection
9325 Longtable Calculation
9326 \begin_inset Index
9327 status collapsed
9329 \begin_layout Plain Layout
9330 Longtables ! Calculation
9331 \end_layout
9333 \end_inset
9336 \end_layout
9338 \begin_layout Standard
9339 LaTeX calculates the height of table pages and their page breaks using so
9340  called chunks.
9341  Chunks are pieces of the tables that are at once in LaTeX's memory.
9342  The default value is historically set to only 20 table rows.
9343  If you are using longtables with many pages this may slow down the creation
9344  of your document.
9345  You can safely increase the chunk size to values of 100-1000 by adding
9346  this command line to your document preamble:
9347 \end_layout
9349 \begin_layout Standard
9351 \series bold
9353 \backslash
9354 setcounter{LTchunksize}{100}
9355 \end_layout
9357 \begin_layout Subsection
9358 Floats and Longtables
9359 \begin_inset Index
9360 status collapsed
9362 \begin_layout Plain Layout
9363 Longtables ! Floats
9364 \end_layout
9366 \end_inset
9369 \end_layout
9371 \begin_layout Standard
9372 There might be problems when a float appears on the same page where a longtable
9373  starts.
9374  To avoid such situation, add the command 
9375 \series bold
9377 \backslash
9378 clearpage
9379 \series default
9380  as TeX-Code before your longtable.
9381 \end_layout
9383 \begin_layout Subsection
9384 Forced Page Breaks
9385 \begin_inset Index
9386 status collapsed
9388 \begin_layout Plain Layout
9389 Longtables ! Forced Page Breaks
9390 \end_layout
9392 \end_inset
9395 \end_layout
9397 \begin_layout Standard
9398 By default tables are only broken between rows.
9399  If you have a cell with multiples lines and want to have a page break within
9400  the cell, insert the new line command 
9401 \begin_inset Quotes eld
9402 \end_inset
9405 \series bold
9407 \backslash
9409 \backslash
9411 \series default
9413 \begin_inset Quotes erd
9414 \end_inset
9416  as TeX-Code at this point of the cell where it can be broken.
9417  Before the 
9418 \series bold
9420 \backslash
9422 \backslash
9424 \series default
9425  command you have to insert in TeX-Code so many 
9426 \begin_inset Quotes eld
9427 \end_inset
9430 \series bold
9432 \series default
9434 \begin_inset Quotes erd
9435 \end_inset
9437  characters like the number of the following table columns.
9438  The 
9439 \series bold
9441 \series default
9442  is the character to separate table cells.
9443  Write in TeX-Code after each 
9444 \series bold
9446 \series default
9447  the content of the corresponding following cell and delete the content
9448  of these cells.
9449 \begin_inset Newline newline
9450 \end_inset
9452 Behind the the 
9453 \series bold
9455 \backslash
9457 \backslash
9459 \series default
9460  command, insert so many 
9461 \series bold
9463 \series default
9464  characters like the number of table columns before the current column.
9465  In Table
9466 \begin_inset space ~
9467 \end_inset
9470 \begin_inset CommandInset ref
9471 LatexCommand ref
9472 reference "tab:ForcedPagebreak"
9474 \end_inset
9476  the cell that should be broken is in the second column followed by another
9477  column.
9478  Therefore the following command was inserted in the cell as TeX-Code behind
9480 \begin_inset Quotes eld
9481 \end_inset
9484 \emph on
9485 Castelchiodato,
9486 \emph default
9488 \begin_inset Quotes erd
9489 \end_inset
9492 \end_layout
9494 \begin_layout Standard
9496 \series bold
9497 & 111
9498 \backslash
9500 \backslash
9502 \backslash
9503 newpage
9504 \begin_inset Newline newline
9505 \end_inset
9508 \end_layout
9510 \begin_layout Standard
9511 The 
9512 \begin_inset Quotes eld
9513 \end_inset
9516 \begin_inset Quotes erd
9517 \end_inset
9519  in the third columns of the row was deleted.
9521 \series bold
9523 \backslash
9524 newpage
9525 \series default
9526  is only needed when a page break should definitively occur at this position,
9527  otherwise it is only a possibility to break.
9528  If your footer row of the longtable has for a certain reason no upper line
9529  but you would have a horizontal line where the cell is broken, use this
9530  command instead:
9531 \end_layout
9533 \begin_layout Standard
9535 \series bold
9536 & 111
9537 \backslash
9539 \backslash
9541 \begin_inset Newline newline
9542 \end_inset
9545 \backslash
9546 hline &
9547 \end_layout
9549 \begin_layout Standard
9550 When the cell to be broken is in the last column, the command
9551 \end_layout
9553 \begin_layout Standard
9555 \series bold
9557 \backslash
9558 setlength{
9559 \backslash
9560 parfillskip}{0pt}
9561 \end_layout
9563 \begin_layout Standard
9564 must be inserted as TeX-Code at the beginning of the cell.
9565  This assures that the part of the cell that will be displayed on the new
9566  page appears with the full width.
9567 \end_layout
9569 \begin_layout Standard
9570 \align center
9571 \begin_inset Tabular
9572 <lyxtabular version="3" rows="38" columns="3">
9573 <features islongtable="true" lastFootEmpty="true">
9574 <column alignment="left" valignment="top" width="0cm">
9575 <column alignment="left" valignment="top" width="3cm">
9576 <column alignment="center" valignment="top" width="0pt">
9577 <row caption="true">
9578 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9579 \begin_inset Text
9581 \begin_layout Plain Layout
9582 \begin_inset Caption
9584 \begin_layout Plain Layout
9585 Table with forced page break in table cell
9586 \begin_inset CommandInset label
9587 LatexCommand label
9588 name "tab:ForcedPagebreak"
9590 \end_inset
9593 \begin_inset OptArg
9594 status collapsed
9596 \begin_layout Plain Layout
9597 Table with forced page break in table cell
9598 \end_layout
9600 \end_inset
9603 \end_layout
9605 \end_inset
9608 \end_layout
9610 \end_inset
9611 </cell>
9612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9613 \begin_inset Text
9615 \begin_layout Plain Layout
9617 \end_layout
9619 \end_inset
9620 </cell>
9621 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9622 \begin_inset Text
9624 \begin_layout Plain Layout
9626 \end_layout
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row endfirsthead="true">
9632 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9633 \begin_inset Text
9635 \begin_layout Plain Layout
9637 \series bold
9638 Example Phone List (ignore the names)
9639 \end_layout
9641 \end_inset
9642 </cell>
9643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9644 \begin_inset Text
9646 \begin_layout Plain Layout
9648 \end_layout
9650 \end_inset
9651 </cell>
9652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9653 \begin_inset Text
9655 \begin_layout Plain Layout
9657 \end_layout
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row endfirsthead="true">
9663 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9664 \begin_inset Text
9666 \begin_layout Plain Layout
9668 \series bold
9669 NAME
9670 \end_layout
9672 \end_inset
9673 </cell>
9674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9675 \begin_inset Text
9677 \begin_layout Plain Layout
9679 \end_layout
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9684 \begin_inset Text
9686 \begin_layout Plain Layout
9688 \series bold
9689 TEL.
9690 \end_layout
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row endhead="true">
9696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9697 \begin_inset Text
9699 \begin_layout Plain Layout
9700 \begin_inset ERT
9701 status collapsed
9703 \begin_layout Plain Layout
9706 \backslash
9707 caption*{Continued Example Phone List}
9708 \backslash
9710 \backslash
9712 \end_layout
9714 \end_inset
9717 \end_layout
9719 \end_inset
9720 </cell>
9721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9722 \begin_inset Text
9724 \begin_layout Plain Layout
9726 \end_layout
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9731 \begin_inset Text
9733 \begin_layout Plain Layout
9735 \end_layout
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row endhead="true">
9741 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9742 \begin_inset Text
9744 \begin_layout Plain Layout
9746 \series bold
9747 Example Phone List
9748 \end_layout
9750 \end_inset
9751 </cell>
9752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9753 \begin_inset Text
9755 \begin_layout Plain Layout
9757 \end_layout
9759 \end_inset
9760 </cell>
9761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9762 \begin_inset Text
9764 \begin_layout Plain Layout
9766 \end_layout
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row endhead="true">
9772 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9773 \begin_inset Text
9775 \begin_layout Plain Layout
9777 \series bold
9778 NAME
9779 \end_layout
9781 \end_inset
9782 </cell>
9783 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9784 \begin_inset Text
9786 \begin_layout Plain Layout
9788 \end_layout
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9793 \begin_inset Text
9795 \begin_layout Plain Layout
9797 \series bold
9798 TEL.
9799 \end_layout
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row endfoot="true">
9805 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9806 \begin_inset Text
9808 \begin_layout Plain Layout
9809 continued on next page
9810 \end_layout
9812 \end_inset
9813 </cell>
9814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9815 \begin_inset Text
9817 \begin_layout Plain Layout
9819 \end_layout
9821 \end_inset
9822 </cell>
9823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9824 \begin_inset Text
9826 \begin_layout Plain Layout
9828 \end_layout
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row>
9834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9835 \begin_inset Text
9837 \begin_layout Plain Layout
9839 \series bold
9840 Annovi
9841 \end_layout
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9846 \begin_inset Text
9848 \begin_layout Plain Layout
9849 Silvia
9850 \end_layout
9852 \end_inset
9853 </cell>
9854 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9855 \begin_inset Text
9857 \begin_layout Plain Layout
9859 \end_layout
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row>
9865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9866 \begin_inset Text
9868 \begin_layout Plain Layout
9870 \series bold
9871 Bertoli
9872 \end_layout
9874 \end_inset
9875 </cell>
9876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9877 \begin_inset Text
9879 \begin_layout Plain Layout
9880 Stefano
9881 \end_layout
9883 \end_inset
9884 </cell>
9885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9886 \begin_inset Text
9888 \begin_layout Plain Layout
9890 \end_layout
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row>
9896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9897 \begin_inset Text
9899 \begin_layout Plain Layout
9901 \series bold
9902 Bozzi
9903 \end_layout
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9908 \begin_inset Text
9910 \begin_layout Plain Layout
9911 Walter
9912 \end_layout
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9917 \begin_inset Text
9919 \begin_layout Plain Layout
9921 \end_layout
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row>
9927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9928 \begin_inset Text
9930 \begin_layout Plain Layout
9932 \series bold
9933 Cachia
9934 \end_layout
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9939 \begin_inset Text
9941 \begin_layout Plain Layout
9942 Maria
9943 \end_layout
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9948 \begin_inset Text
9950 \begin_layout Plain Layout
9952 \end_layout
9954 \end_inset
9955 </cell>
9956 </row>
9957 <row>
9958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9959 \begin_inset Text
9961 \begin_layout Plain Layout
9963 \series bold
9964 Cachia
9965 \end_layout
9967 \end_inset
9968 </cell>
9969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9970 \begin_inset Text
9972 \begin_layout Plain Layout
9973 Maurizio
9974 \end_layout
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9979 \begin_inset Text
9981 \begin_layout Plain Layout
9983 \end_layout
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9990 \begin_inset Text
9992 \begin_layout Plain Layout
9994 \series bold
9995 Cinquemani
9996 \end_layout
9998 \end_inset
9999 </cell>
10000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10001 \begin_inset Text
10003 \begin_layout Plain Layout
10004 Giusi
10005 \end_layout
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10010 \begin_inset Text
10012 \begin_layout Plain Layout
10014 \end_layout
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row>
10020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10021 \begin_inset Text
10023 \begin_layout Plain Layout
10025 \series bold
10026 Colin
10027 \end_layout
10029 \end_inset
10030 </cell>
10031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10032 \begin_inset Text
10034 \begin_layout Plain Layout
10035 Bernard
10036 \end_layout
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10041 \begin_inset Text
10043 \begin_layout Plain Layout
10045 \end_layout
10047 \end_inset
10048 </cell>
10049 </row>
10050 <row>
10051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10052 \begin_inset Text
10054 \begin_layout Plain Layout
10056 \series bold
10057 Concli
10058 \end_layout
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10063 \begin_inset Text
10065 \begin_layout Plain Layout
10066 Gianfranco
10067 \end_layout
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10072 \begin_inset Text
10074 \begin_layout Plain Layout
10076 \end_layout
10078 \end_inset
10079 </cell>
10080 </row>
10081 <row>
10082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10083 \begin_inset Text
10085 \begin_layout Plain Layout
10087 \series bold
10088 Dal Bosco
10089 \end_layout
10091 \end_inset
10092 </cell>
10093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10094 \begin_inset Text
10096 \begin_layout Plain Layout
10097 Carolina
10098 \end_layout
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10103 \begin_inset Text
10105 \begin_layout Plain Layout
10107 \end_layout
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10114 \begin_inset Text
10116 \begin_layout Plain Layout
10118 \series bold
10119 Dalpiaz
10120 \end_layout
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10125 \begin_inset Text
10127 \begin_layout Plain Layout
10128 Annamaria
10129 \end_layout
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10136 \begin_layout Plain Layout
10138 \end_layout
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10145 \begin_inset Text
10147 \begin_layout Plain Layout
10149 \series bold
10150 Feliciello
10151 \end_layout
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10158 \begin_layout Plain Layout
10159 Domenico
10160 \end_layout
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10167 \begin_layout Plain Layout
10169 \end_layout
10171 \end_inset
10172 </cell>
10173 </row>
10174 <row>
10175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10176 \begin_inset Text
10178 \begin_layout Plain Layout
10180 \series bold
10181 Focarelli
10182 \end_layout
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10187 \begin_inset Text
10189 \begin_layout Plain Layout
10190 Paola
10191 \end_layout
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10198 \begin_layout Plain Layout
10200 \end_layout
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row>
10206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10207 \begin_inset Text
10209 \begin_layout Plain Layout
10211 \series bold
10212 Galletti
10213 \end_layout
10215 \end_inset
10216 </cell>
10217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10218 \begin_inset Text
10220 \begin_layout Plain Layout
10221 Oreste
10222 \end_layout
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10229 \begin_layout Plain Layout
10231 \end_layout
10233 \end_inset
10234 </cell>
10235 </row>
10236 <row>
10237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10238 \begin_inset Text
10240 \begin_layout Plain Layout
10242 \series bold
10243 Gasparini
10244 \end_layout
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10249 \begin_inset Text
10251 \begin_layout Plain Layout
10252 Franca
10253 \end_layout
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10260 \begin_layout Plain Layout
10262 \end_layout
10264 \end_inset
10265 </cell>
10266 </row>
10267 <row>
10268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10269 \begin_inset Text
10271 \begin_layout Plain Layout
10273 \series bold
10274 Lassini
10275 \end_layout
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10280 \begin_inset Text
10282 \begin_layout Plain Layout
10283 Giancarlo
10284 \end_layout
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10291 \begin_layout Plain Layout
10293 \end_layout
10295 \end_inset
10296 </cell>
10297 </row>
10298 <row>
10299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10300 \begin_inset Text
10302 \begin_layout Plain Layout
10304 \series bold
10305 Malfatti
10306 \end_layout
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10311 \begin_inset Text
10313 \begin_layout Plain Layout
10314 Luciano
10315 \end_layout
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10322 \begin_layout Plain Layout
10324 \end_layout
10326 \end_inset
10327 </cell>
10328 </row>
10329 <row>
10330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10331 \begin_inset Text
10333 \begin_layout Plain Layout
10335 \series bold
10336 Malfatti
10337 \end_layout
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10342 \begin_inset Text
10344 \begin_layout Plain Layout
10345 Valeriano
10346 \end_layout
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10353 \begin_layout Plain Layout
10355 \end_layout
10357 \end_inset
10358 </cell>
10359 </row>
10360 <row>
10361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10362 \begin_inset Text
10364 \begin_layout Plain Layout
10366 \series bold
10367 Meneguzzo
10368 \end_layout
10370 \end_inset
10371 </cell>
10372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10373 \begin_inset Text
10375 \begin_layout Plain Layout
10376 Roberto
10377 \end_layout
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10384 \begin_layout Plain Layout
10386 \end_layout
10388 \end_inset
10389 </cell>
10390 </row>
10391 <row>
10392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10393 \begin_inset Text
10395 \begin_layout Plain Layout
10397 \series bold
10398 Mezzadra
10399 \end_layout
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10404 \begin_inset Text
10406 \begin_layout Plain Layout
10407 Roberto
10408 \end_layout
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10415 \begin_layout Plain Layout
10417 \end_layout
10419 \end_inset
10420 </cell>
10421 </row>
10422 <row>
10423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10424 \begin_inset Text
10426 \begin_layout Plain Layout
10428 \series bold
10429 Pirpamer
10430 \end_layout
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10435 \begin_inset Text
10437 \begin_layout Plain Layout
10438 Erich
10439 \end_layout
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10446 \begin_layout Plain Layout
10448 \end_layout
10450 \end_inset
10451 </cell>
10452 </row>
10453 <row>
10454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10455 \begin_inset Text
10457 \begin_layout Plain Layout
10459 \series bold
10460 Pochiesa
10461 \end_layout
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10466 \begin_inset Text
10468 \begin_layout Plain Layout
10469 Paolo
10470 \end_layout
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10477 \begin_layout Plain Layout
10478 111, 222
10479 \end_layout
10481 \end_inset
10482 </cell>
10483 </row>
10484 <row>
10485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10486 \begin_inset Text
10488 \begin_layout Plain Layout
10490 \series bold
10491 Radina
10492 \end_layout
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10497 \begin_inset Text
10499 \begin_layout Plain Layout
10500 Claudio
10501 \end_layout
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10508 \begin_layout Plain Layout
10510 \end_layout
10512 \end_inset
10513 </cell>
10514 </row>
10515 <row>
10516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10517 \begin_inset Text
10519 \begin_layout Plain Layout
10521 \series bold
10522 Rizzardi
10523 \end_layout
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10528 \begin_inset Text
10530 \begin_layout Plain Layout
10531 Paolo, 11.
10532  Fürst von Montecompatri, 11.
10533  Fürst von Sulmona und Vivaro, 10.
10534  Fürst von Rossano, 5.
10535  Herzog von Canemorte, 11.
10536  Herzog von Palombara, 5.
10537  Herzog von Castelchiodato,
10538 \begin_inset ERT
10539 status open
10541 \begin_layout Plain Layout
10543 & 111
10544 \backslash
10546 \backslash
10548 \backslash
10549 newpage
10550 \end_layout
10552 \begin_layout Plain Layout
10555 \end_layout
10557 \end_inset
10559  11.
10560  Herzog von Poggionativo, 11.
10561  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10562  Graf von Valinfreda, 11.
10563  Baron von Cropalati, 11.
10564  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10565 \end_layout
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10572 \begin_layout Plain Layout
10574 \end_layout
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10581 \begin_inset Text
10583 \begin_layout Plain Layout
10585 \series bold
10586 Stuffer
10587 \end_layout
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10594 \begin_layout Plain Layout
10595 Oskar
10596 \end_layout
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10603 \begin_layout Plain Layout
10605 \end_layout
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10612 \begin_inset Text
10614 \begin_layout Plain Layout
10616 \series bold
10617 Tacchelli
10618 \end_layout
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10625 \begin_layout Plain Layout
10627 \end_layout
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10634 \begin_layout Plain Layout
10636 \end_layout
10638 \end_inset
10639 </cell>
10640 </row>
10641 <row>
10642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10643 \begin_inset Text
10645 \begin_layout Plain Layout
10647 \series bold
10648 Tezzele
10649 \end_layout
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10656 \begin_layout Plain Layout
10657 Margit
10658 \end_layout
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10665 \begin_layout Plain Layout
10667 \end_layout
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10674 \begin_inset Text
10676 \begin_layout Plain Layout
10678 \series bold
10679 Unterkalmsteiner
10680 \end_layout
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10687 \begin_layout Plain Layout
10688 Frieda
10689 \end_layout
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10696 \begin_layout Plain Layout
10698 \end_layout
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10705 \begin_inset Text
10707 \begin_layout Plain Layout
10709 \series bold
10710 Vieider
10711 \end_layout
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10718 \begin_layout Plain Layout
10719 Hilde
10720 \end_layout
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10727 \begin_layout Plain Layout
10729 \end_layout
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10736 \begin_inset Text
10738 \begin_layout Plain Layout
10740 \series bold
10741 Vigna
10742 \end_layout
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10747 \begin_inset Text
10749 \begin_layout Plain Layout
10750 Jürgen
10751 \end_layout
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10758 \begin_layout Plain Layout
10760 \end_layout
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10767 \begin_inset Text
10769 \begin_layout Plain Layout
10771 \series bold
10772 Weber
10773 \end_layout
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10778 \begin_inset Text
10780 \begin_layout Plain Layout
10781 Maurizio
10782 \end_layout
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10789 \begin_layout Plain Layout
10791 \end_layout
10793 \end_inset
10794 </cell>
10795 </row>
10796 <row>
10797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10798 \begin_inset Text
10800 \begin_layout Plain Layout
10802 \series bold
10803 Winkler
10804 \end_layout
10806 \end_inset
10807 </cell>
10808 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10809 \begin_inset Text
10811 \begin_layout Plain Layout
10812 Franz
10813 \end_layout
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10818 \begin_inset Text
10820 \begin_layout Plain Layout
10822 \end_layout
10824 \end_inset
10825 </cell>
10826 </row>
10827 </lyxtabular>
10829 \end_inset
10832 \end_layout
10834 \begin_layout Section
10835 Multiple Lines Columns and Rows
10836 \end_layout
10838 \begin_layout Subsection
10839 Multiple Lines in Table Cells
10840 \begin_inset CommandInset label
10841 LatexCommand label
10842 name "sub:Multiple-Lines-in"
10844 \end_inset
10847 \begin_inset Index
10848 status collapsed
10850 \begin_layout Plain Layout
10851 Multiple Lines in Table Cells
10852 \end_layout
10854 \end_inset
10857 \begin_inset Index
10858 status collapsed
10860 \begin_layout Plain Layout
10861 Table ! Linebreaks
10862 \end_layout
10864 \end_inset
10867 \end_layout
10869 \begin_layout Standard
10870 \noindent
10871 \begin_inset Float table
10872 placement H
10873 wide false
10874 sideways false
10875 status open
10877 \begin_layout Plain Layout
10878 \begin_inset Caption
10880 \begin_layout Plain Layout
10881 \begin_inset CommandInset label
10882 LatexCommand label
10883 name "tab:Table-with-multiple"
10885 \end_inset
10887 Table with multiple lines in cells
10888 \end_layout
10890 \end_inset
10893 \end_layout
10895 \begin_layout Plain Layout
10896 \align center
10897 \begin_inset Tabular
10898 <lyxtabular version="3" rows="3" columns="3">
10899 <features>
10900 <column alignment="center" valignment="middle" width="2.5cm">
10901 <column alignment="center" valignment="middle" width="0">
10902 <column alignment="center" valignment="middle" width="0">
10903 <row>
10904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10905 \begin_inset Text
10907 \begin_layout Plain Layout
10908 multiple
10909 \begin_inset Newline linebreak
10910 \end_inset
10912 lines
10913 \end_layout
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10920 \begin_layout Plain Layout
10922 \end_layout
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10927 \begin_inset Text
10929 \begin_layout Plain Layout
10931 \end_layout
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10940 \begin_layout Plain Layout
10942 \end_layout
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10949 \begin_layout Plain Layout
10951 \end_layout
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10958 \begin_layout Plain Layout
10960 \end_layout
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10967 \begin_inset Text
10969 \begin_layout Plain Layout
10971 \end_layout
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10976 \begin_inset Text
10978 \begin_layout Plain Layout
10980 \end_layout
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10987 \begin_layout Plain Layout
10989 \end_layout
10991 \end_inset
10992 </cell>
10993 </row>
10994 </lyxtabular>
10996 \end_inset
10999 \end_layout
11001 \end_inset
11004 \end_layout
11006 \begin_layout Standard
11007 Adjusting a fixed width for a column, enables to enter text as a paragraph
11008  with multiple lines and hyphenations.
11009 \end_layout
11011 \begin_layout Standard
11012 To produce Table
11013 \begin_inset space ~
11014 \end_inset
11017 \begin_inset CommandInset ref
11018 LatexCommand ref
11019 reference "tab:Table-with-multiple"
11021 \end_inset
11023 , create a 3×3 table, mark the first cell and right-click on it.
11024  In the appearing table dialog we set a cell width of 2.5
11025 \begin_inset space \thinspace{}
11026 \end_inset
11028 cm and choose centered for the vertical and horizontal alignment.
11029  The vertical alignment is used for all cells of the row.
11030  As our text is smaller than than 2.5
11031 \begin_inset space \thinspace{}
11032 \end_inset
11034 cm, only one line will appear.
11035  To get two lines, a justified line break (shortcut 
11036 \begin_inset Info
11037 type  "shortcut"
11038 arg   "newline-insert linebreak"
11039 \end_inset
11041 ) was added.
11042  If the text is wider than the set cell width, it will automatically be
11043  broken to several lines.
11044 \end_layout
11046 \begin_layout Standard
11047 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11048  by LaTeX if it is the first entry.
11049  Therefore you need to insert something, to make the word not being the
11050  first entry.
11051  So add a horizontal space of 0
11052 \begin_inset space \thinspace{}
11053 \end_inset
11055 pt before the word.
11056  As the space is zero, it doesn't change the output.
11057  Table
11058 \begin_inset space ~
11059 \end_inset
11062 \begin_inset CommandInset ref
11063 LatexCommand ref
11064 reference "tab:Table-with-and"
11066 \end_inset
11068  shows the effect.
11069 \end_layout
11071 \begin_layout Standard
11072 \begin_inset Float table
11073 placement h
11074 wide false
11075 sideways false
11076 status open
11078 \begin_layout Plain Layout
11079 \begin_inset Caption
11081 \begin_layout Plain Layout
11082 \begin_inset CommandInset label
11083 LatexCommand label
11084 name "tab:Table-with-and"
11086 \end_inset
11088 Table with and without hyphenation
11089 \end_layout
11091 \end_inset
11094 \end_layout
11096 \begin_layout Plain Layout
11097 \begin_inset space \hfill{}
11098 \end_inset
11101 \begin_inset Tabular
11102 <lyxtabular version="3" rows="3" columns="3">
11103 <features>
11104 <column alignment="center" valignment="middle" width="2.5cm">
11105 <column alignment="center" valignment="middle" width="0">
11106 <column alignment="center" valignment="middle" width="0">
11107 <row>
11108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11111 \begin_layout Plain Layout
11112 verylongtablecellword
11113 \end_layout
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11118 \begin_inset Text
11120 \begin_layout Plain Layout
11122 \end_layout
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11127 \begin_inset Text
11129 \begin_layout Plain Layout
11131 \end_layout
11133 \end_inset
11134 </cell>
11135 </row>
11136 <row>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11140 \begin_layout Plain Layout
11142 \end_layout
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11149 \begin_layout Plain Layout
11151 \end_layout
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11156 \begin_inset Text
11158 \begin_layout Plain Layout
11160 \end_layout
11162 \end_inset
11163 </cell>
11164 </row>
11165 <row>
11166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11169 \begin_layout Plain Layout
11171 \end_layout
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11178 \begin_layout Plain Layout
11180 \end_layout
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11185 \begin_inset Text
11187 \begin_layout Plain Layout
11189 \end_layout
11191 \end_inset
11192 </cell>
11193 </row>
11194 </lyxtabular>
11196 \end_inset
11199 \begin_inset space \hfill{}
11200 \end_inset
11203 \begin_inset Tabular
11204 <lyxtabular version="3" rows="3" columns="3">
11205 <features>
11206 <column alignment="center" valignment="middle" width="2.5cm">
11207 <column alignment="center" valignment="middle" width="0">
11208 <column alignment="center" valignment="middle" width="0">
11209 <row>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11213 \begin_layout Plain Layout
11214 \begin_inset space \hspace{}
11215 \length 0pt
11216 \end_inset
11218 verylongtablecellword
11219 \end_layout
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11226 \begin_layout Plain Layout
11228 \end_layout
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11233 \begin_inset Text
11235 \begin_layout Plain Layout
11237 \end_layout
11239 \end_inset
11240 </cell>
11241 </row>
11242 <row>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11246 \begin_layout Plain Layout
11248 \end_layout
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11255 \begin_layout Plain Layout
11257 \end_layout
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11262 \begin_inset Text
11264 \begin_layout Plain Layout
11266 \end_layout
11268 \end_inset
11269 </cell>
11270 </row>
11271 <row>
11272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11275 \begin_layout Plain Layout
11277 \end_layout
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11284 \begin_layout Plain Layout
11286 \end_layout
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11291 \begin_inset Text
11293 \begin_layout Plain Layout
11295 \end_layout
11297 \end_inset
11298 </cell>
11299 </row>
11300 </lyxtabular>
11302 \end_inset
11305 \begin_inset space \hfill{}
11306 \end_inset
11309 \end_layout
11311 \end_inset
11314 \end_layout
11316 \begin_layout Subsection
11317 Multicolumns
11318 \begin_inset CommandInset label
11319 LatexCommand label
11320 name "sub:Multicolumns"
11322 \end_inset
11325 \begin_inset Index
11326 status collapsed
11328 \begin_layout Plain Layout
11329 Multicolumns
11330 \end_layout
11332 \end_inset
11335 \begin_inset Index
11336 status collapsed
11338 \begin_layout Plain Layout
11339 Table ! Multicolumns
11340 \end_layout
11342 \end_inset
11345 \end_layout
11347 \begin_layout Subsubsection
11348 Multicolumn Basics
11349 \end_layout
11351 \begin_layout Standard
11352 To span a cell over multiple columns, mark as much cells within a line that
11353  should be one spanned cell and use either the table-toolbar button 
11354 \begin_inset Graphics
11355         filename ../images/tabular-feature_multicolumn.png
11356         scale 85
11357         scaleBeforeRotation
11359 \end_inset
11361 , or the menu 
11362 \family sans
11363 Edit\SpecialChar \menuseparator
11364 Table\SpecialChar \menuseparator
11365 Multicolumn
11366 \family default
11367 , or right click on the marked cells and choose multicolumn in the appearing
11368  table dialog under the tab 
11369 \family sans
11370 Table Settings
11371 \family default
11373 \end_layout
11375 \begin_layout Standard
11376 Multicolumns have there own cell settings.
11377  That means changing cell borders, cell alignment, and the width only affects
11378  the multicolumn.
11379  Here is an example table with a multicolumn cell in the first row and one
11380  in the last row without the upper border:
11381 \end_layout
11383 \begin_layout Standard
11384 \align center
11385 \begin_inset Tabular
11386 <lyxtabular version="3" rows="3" columns="4">
11387 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11388 <column alignment="center" valignment="top" width="0pt">
11389 <column alignment="center" valignment="middle" width="0">
11390 <column alignment="center" valignment="top" width="0in">
11391 <column alignment="center" valignment="top" width="0pt">
11392 <row>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11396 \begin_layout Plain Layout
11398 \end_layout
11400 \end_inset
11401 </cell>
11402 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11405 \begin_layout Plain Layout
11406 def ghi
11407 \end_layout
11409 \end_inset
11410 </cell>
11411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11414 \begin_layout Plain Layout
11416 \end_layout
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11423 \begin_layout Plain Layout
11425 \end_layout
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11434 \begin_layout Plain Layout
11436 \family roman
11437 \series medium
11438 \shape up
11439 \size normal
11440 \emph off
11441 \bar no
11442 \noun off
11443 \color none
11445 \end_layout
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11452 \begin_layout Plain Layout
11454 \end_layout
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11461 \begin_layout Plain Layout
11463 \end_layout
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11468 \begin_inset Text
11470 \begin_layout Plain Layout
11472 \end_layout
11474 \end_inset
11475 </cell>
11476 </row>
11477 <row>
11478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11481 \begin_layout Plain Layout
11483 \end_layout
11485 \end_inset
11486 </cell>
11487 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11490 \begin_layout Plain Layout
11492 \end_layout
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11499 \begin_layout Plain Layout
11501 \end_layout
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11506 \begin_inset Text
11508 \begin_layout Plain Layout
11510 \end_layout
11512 \end_inset
11513 </cell>
11514 </row>
11515 </lyxtabular>
11517 \end_inset
11520 \end_layout
11522 \begin_layout Subsubsection
11523 Multicolumn Calculations
11524 \begin_inset CommandInset label
11525 LatexCommand label
11526 name "sub:Multicolumn-Calculations"
11528 \end_inset
11531 \begin_inset Index
11532 status collapsed
11534 \begin_layout Plain Layout
11535 Multicolumns ! Calculations
11536 \end_layout
11538 \end_inset
11541 \end_layout
11543 \begin_layout Standard
11544 LyX supports multicolumns directly, but we have to take notice of the cell
11545  width of the columns spanned by the multicolumn cell.
11546 \end_layout
11548 \begin_layout Standard
11549 \begin_inset Float table
11550 placement h
11551 wide false
11552 sideways false
11553 status open
11555 \begin_layout Plain Layout
11556 \begin_inset Caption
11558 \begin_layout Plain Layout
11559 \begin_inset CommandInset label
11560 LatexCommand label
11561 name "tab:Table-with-centered"
11563 \end_inset
11565 Table with centered multicolumn text above two columns that have exactly
11566  half the width of the multicolumn cell
11567 \begin_inset OptArg
11568 status collapsed
11570 \begin_layout Plain Layout
11571 Perfect multicolumn table
11572 \end_layout
11574 \end_inset
11577 \end_layout
11579 \end_inset
11582 \end_layout
11584 \begin_layout Plain Layout
11585 \align center
11586 \begin_inset Tabular
11587 <lyxtabular version="3" rows="3" columns="3">
11588 <features>
11589 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11590 <column alignment="center" valignment="middle" width="0">
11591 <column alignment="center" valignment="top" width="0">
11592 <row>
11593 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11594 \begin_inset Text
11596 \begin_layout Plain Layout
11597 multiple lines multicolumn
11598 \end_layout
11600 \end_inset
11601 </cell>
11602 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11605 \begin_layout Plain Layout
11607 \end_layout
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11612 \begin_inset Text
11614 \begin_layout Plain Layout
11616 \end_layout
11618 \end_inset
11619 </cell>
11620 </row>
11621 <row>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11625 \begin_layout Plain Layout
11627 \end_layout
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11634 \begin_layout Plain Layout
11636 \end_layout
11638 \end_inset
11639 </cell>
11640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11641 \begin_inset Text
11643 \begin_layout Plain Layout
11645 \end_layout
11647 \end_inset
11648 </cell>
11649 </row>
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11654 \begin_layout Plain Layout
11656 \end_layout
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11663 \begin_layout Plain Layout
11665 \end_layout
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11670 \begin_inset Text
11672 \begin_layout Plain Layout
11674 \end_layout
11676 \end_inset
11677 </cell>
11678 </row>
11679 </lyxtabular>
11681 \end_inset
11684 \end_layout
11686 \end_inset
11689 \end_layout
11691 \begin_layout Standard
11692 To create for example Table
11693 \begin_inset space ~
11694 \end_inset
11697 \begin_inset CommandInset ref
11698 LatexCommand ref
11699 reference "tab:Table-with-centered"
11701 \end_inset
11703 , mark the first two cells in the first row of a 3×3 table and right-click
11704  on them.
11705  Now choose for this cell 
11706 \emph on
11707 multicolumn
11708 \emph default
11710 \emph on
11711 centered alignment
11712 \emph default
11713  and a width of 2.5
11714 \begin_inset space \thinspace{}
11715 \end_inset
11717 cm in the table dialog.
11718  The spanned columns should have exactly half the width of the multicolumn
11719  cell, so that you would adjust a width of 1.25
11720 \begin_inset space \thinspace{}
11721 \end_inset
11723 cm for the first column.
11724  The second column has then automatically a width of 1.25
11725 \begin_inset space \thinspace{}
11726 \end_inset
11728 cm (multicolumn width - width of first column).
11729  This was done for Table
11730 \begin_inset space ~
11731 \end_inset
11734 \begin_inset CommandInset ref
11735 LatexCommand ref
11736 reference "tab:Table-without-half"
11738 \end_inset
11741 \end_layout
11743 \begin_layout Standard
11744 \begin_inset Float table
11745 wide false
11746 sideways false
11747 status open
11749 \begin_layout Plain Layout
11750 \begin_inset Caption
11752 \begin_layout Plain Layout
11753 \begin_inset CommandInset label
11754 LatexCommand label
11755 name "tab:Table-without-half"
11757 \end_inset
11759 Table where the spanned table columns have not exactly half the width of
11760  the multicolumn cell
11761 \begin_inset OptArg
11762 status collapsed
11764 \begin_layout Plain Layout
11765 Imperfect multicolumn table
11766 \end_layout
11768 \end_inset
11771 \end_layout
11773 \end_inset
11776 \end_layout
11778 \begin_layout Plain Layout
11779 \align center
11780 \begin_inset Tabular
11781 <lyxtabular version="3" rows="3" columns="3">
11782 <features>
11783 <column alignment="center" valignment="top" width="1.25cm">
11784 <column alignment="center" valignment="top" width="0">
11785 <column alignment="center" valignment="top" width="0">
11786 <row>
11787 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11788 \begin_inset Text
11790 \begin_layout Plain Layout
11791 multiple lines multicolumn
11792 \end_layout
11794 \end_inset
11795 </cell>
11796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11797 \begin_inset Text
11799 \begin_layout Plain Layout
11801 \end_layout
11803 \end_inset
11804 </cell>
11805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11806 \begin_inset Text
11808 \begin_layout Plain Layout
11810 \end_layout
11812 \end_inset
11813 </cell>
11814 </row>
11815 <row>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11819 \begin_layout Plain Layout
11821 \end_layout
11823 \end_inset
11824 </cell>
11825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11826 \begin_inset Text
11828 \begin_layout Plain Layout
11830 \end_layout
11832 \end_inset
11833 </cell>
11834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11835 \begin_inset Text
11837 \begin_layout Plain Layout
11839 \end_layout
11841 \end_inset
11842 </cell>
11843 </row>
11844 <row>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11848 \begin_layout Plain Layout
11850 \end_layout
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11855 \begin_inset Text
11857 \begin_layout Plain Layout
11859 \end_layout
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11864 \begin_inset Text
11866 \begin_layout Plain Layout
11868 \end_layout
11870 \end_inset
11871 </cell>
11872 </row>
11873 </lyxtabular>
11875 \end_inset
11878 \end_layout
11880 \end_inset
11883 \end_layout
11885 \begin_layout Standard
11886 You can see that the first column has not the half width of the multicolumn
11887  cell, it is a bit bigger.
11888  The reason is that the given width of a cell 
11889 \begin_inset Formula $W_{g}$
11890 \end_inset
11892  is not its total width 
11893 \begin_inset Formula $W_{\mathrm{tot}}$
11894 \end_inset
11896  because a cell is always a bit larger than its given width.
11897  Appendix
11898 \begin_inset space ~
11899 \end_inset
11902 \begin_inset CommandInset ref
11903 LatexCommand eqref
11904 reference "cha:Explanation-of-Equation"
11906 \end_inset
11908  explains it in detail.
11909 \end_layout
11911 \begin_layout Standard
11912 The needed given width 
11913 \begin_inset Formula $W_{g\, n}$
11914 \end_inset
11916  when 
11917 \emph on
11919 \emph default
11920  columns are spanned can be calculated, so that each column has a total
11921  width of 
11922 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11923 \end_inset
11926 \begin_inset Formula \begin{equation}
11927 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11929 \end_inset
11932 \end_layout
11934 \begin_layout Standard
11935 In our case we have 
11936 \begin_inset Formula $n=2$
11937 \end_inset
11940 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11941 \end_inset
11943 cm and the default values for the lengths, so that equation 
11944 \begin_inset CommandInset ref
11945 LatexCommand ref
11946 reference "eq:Wgn"
11948 \end_inset
11950  becomes
11951 \begin_inset Formula \begin{equation}
11952 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11954 \end_inset
11957 \end_layout
11959 \begin_layout Standard
11960 To enable calculations in LaTeX, the LaTeX-package 
11961 \series bold
11962 calc
11963 \series default
11964  must be loaded with the document preamble line
11965 \begin_inset Index
11966 status collapsed
11968 \begin_layout Plain Layout
11969 LaTeX-packages ! calc
11970 \end_layout
11972 \end_inset
11975 \end_layout
11977 \begin_layout Standard
11979 \series bold
11981 \backslash
11982 usepackage{calc}
11983 \end_layout
11985 \begin_layout Standard
11986 LyX does not allow to calculate lengths in the width-field of the table
11987  dialog.
11988  Therefore you have to format the column by inserting a LaTeX-argument in
11989  the dialog.
11990  Here is an overview about the arguments:
11991 \end_layout
11993 \begin_layout Itemize
11995 \series bold
11996 p{width}
11997 \series default
11998  creates cell with a fixed width, its text is vertically top-aligned
11999 \end_layout
12001 \begin_layout Itemize
12003 \series bold
12004 m{width}
12005 \series default
12006  creates cell with a fixed width, its text is vertically centered
12007 \end_layout
12009 \begin_layout Itemize
12011 \series bold
12012 b{width}
12013 \series default
12014  creates cell with a fixed width, its text is vertically bottom-aligned
12015 \end_layout
12017 \begin_layout Standard
12018 By entering a LaTeX-argument, all cell settings set in the table dialog
12019  are overwritten.
12020 \end_layout
12022 \begin_layout Standard
12023 \begin_inset Note Greyedout
12024 status open
12026 \begin_layout Plain Layout
12028 \series bold
12029 Note:
12030 \series default
12031  Due to a bug, LyX shows the overwritten settings anyway.
12032 \end_layout
12034 \end_inset
12037 \end_layout
12039 \begin_layout Standard
12040 As the text should be horizontally centered, the command 
12041 \series bold
12043 \backslash
12044 centering
12045 \series default
12046  is added.
12047  You can now enter the following LaTeX-argument for the first spanned column:
12048 \end_layout
12050 \begin_layout Standard
12052 \series bold
12054 \backslash
12055 centering}m{1.25cm-6.2pt}
12056 \end_layout
12058 \begin_layout Standard
12059 The command 
12060 \series bold
12061 >{ }
12062 \series default
12063  means, that the commands inside the braces are applied before the cell
12064  is created.
12065 \end_layout
12067 \begin_layout Standard
12068 Although we have chosen centered alignment for the text of the multicolumn
12069  cell, it is still left aligned.
12070  This is because LyX only applies the alignment to single columns.
12071  So we have to use for the multicolumn the LaTeX-argument
12072 \end_layout
12074 \begin_layout Standard
12076 \series bold
12078 \backslash
12079 centering}m{2.5cm}
12080 \end_layout
12082 \begin_layout Subsection
12083 Multirows
12084 \begin_inset Index
12085 status collapsed
12087 \begin_layout Plain Layout
12088 Multirows
12089 \end_layout
12091 \end_inset
12094 \begin_inset Index
12095 status collapsed
12097 \begin_layout Plain Layout
12098 Table ! Multirows
12099 \end_layout
12101 \end_inset
12104 \end_layout
12106 \begin_layout Standard
12107 In contrary to multicolumns multirows are not yet supported by LyX so a
12108  bit of TeX-Code needs to be used.
12109  To use multirows load the LaTeX-package 
12110 \series bold
12111 multirow
12112 \series default
12114 \begin_inset Index
12115 status collapsed
12117 \begin_layout Plain Layout
12118 LaTeX-packages ! multirow
12119 \end_layout
12121 \end_inset
12123  in your document preamble with the command
12124 \end_layout
12126 \begin_layout Standard
12128 \series bold
12130 \backslash
12131 usepackage{multirow}
12132 \end_layout
12134 \begin_layout Standard
12135 Multirows are created with the command
12136 \end_layout
12138 \begin_layout Standard
12140 \series bold
12142 \backslash
12143 multirow{number of rows}{cell width}{cell entry}
12144 \end_layout
12146 \begin_layout Standard
12147 To create the following table:
12148 \end_layout
12150 \begin_layout Standard
12151 \align center
12152 \begin_inset ERT
12153 status collapsed
12155 \begin_layout Plain Layout
12158 \backslash
12159 renewcommand{
12160 \backslash
12161 multirowsetup}{
12162 \backslash
12163 centering}
12164 \end_layout
12166 \end_inset
12169 \begin_inset Tabular
12170 <lyxtabular version="3" rows="3" columns="3">
12171 <features>
12172 <column alignment="center" valignment="top" width="0">
12173 <column alignment="center" valignment="top" width="0">
12174 <column alignment="center" valignment="top" width="0">
12175 <row>
12176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12179 \begin_layout Plain Layout
12181 \end_layout
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12188 \begin_layout Plain Layout
12190 \end_layout
12192 \end_inset
12193 </cell>
12194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12195 \begin_inset Text
12197 \begin_layout Plain Layout
12199 \end_layout
12201 \end_inset
12202 </cell>
12203 </row>
12204 <row>
12205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12206 \begin_inset Text
12208 \begin_layout Plain Layout
12209 \begin_inset ERT
12210 status collapsed
12212 \begin_layout Plain Layout
12215 \backslash
12216 multirow{2}{2.5cm}{
12217 \end_layout
12219 \end_inset
12221 multirow entry
12222 \begin_inset ERT
12223 status collapsed
12225 \begin_layout Plain Layout
12228 \end_layout
12230 \end_inset
12233 \end_layout
12235 \end_inset
12236 </cell>
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12240 \begin_layout Plain Layout
12242 \end_layout
12244 \end_inset
12245 </cell>
12246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12247 \begin_inset Text
12249 \begin_layout Plain Layout
12251 \end_layout
12253 \end_inset
12254 </cell>
12255 </row>
12256 <row>
12257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12260 \begin_layout Plain Layout
12262 \end_layout
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12267 \begin_inset Text
12269 \begin_layout Plain Layout
12271 \end_layout
12273 \end_inset
12274 </cell>
12275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12276 \begin_inset Text
12278 \begin_layout Plain Layout
12280 \end_layout
12282 \end_inset
12283 </cell>
12284 </row>
12285 </lyxtabular>
12287 \end_inset
12290 \begin_inset ERT
12291 status collapsed
12293 \begin_layout Plain Layout
12296 \backslash
12297 renewcommand{
12298 \backslash
12299 multirowsetup}{
12300 \backslash
12301 raggedright}
12302 \end_layout
12304 \end_inset
12307 \end_layout
12309 \begin_layout Standard
12310 create a 3×3 table.
12311  To get rid of the line above the last cell in the first column, the cell
12312  is marked as multicolumn and the upper border is unset.
12313  The multirow is now created in the second row of the first column by inserting
12314  there the command
12315 \end_layout
12317 \begin_layout Standard
12319 \series bold
12321 \backslash
12322 multirow{2}{2.5cm}{
12323 \end_layout
12325 \begin_layout Standard
12326 as TeX-Code.
12327  According to the command parameters the multirow spans now two rows and
12328  has a width of 2.5
12329 \begin_inset space \thinspace{}
12330 \end_inset
12333  The content of the multirow cell follows outside the TeX-Code box and the
12334  command is finished with a right brace 
12335 \series bold
12337 \series default
12338  in another TeX-Code-box behind the text.
12339 \end_layout
12341 \begin_layout Standard
12343 \series bold
12345 \backslash
12346 multirow
12347 \series default
12348  left-aligns its content by default.
12349  To override the default, renew the command 
12350 \series bold
12352 \backslash
12353 multirowsetup
12354 \series default
12355  with the command
12356 \end_layout
12358 \begin_layout Standard
12360 \series bold
12362 \backslash
12363 renewcommand{
12364 \backslash
12365 multirowsetup}{
12366 \backslash
12367 centering}
12368 \end_layout
12370 \begin_layout Standard
12371 in TeX-Code in the document preamble.
12372  Then all entries of multirow cells in the document are centered.
12373  If centering is only needed for several tables, you can renew the command
12374  in an TeX-Code box just before the table instead of the preamble.
12375  If the text should be right-aligned, replace 
12376 \series bold
12378 \backslash
12379 centering
12380 \series default
12381  by 
12382 \series bold
12384 \backslash
12385 raggedleft
12386 \series default
12388  To return to left-alignment 
12389 \series bold
12391 \backslash
12392 raggedright
12393 \series default
12394  is used.
12395 \end_layout
12397 \begin_layout Section
12398 Formal Tables
12399 \begin_inset CommandInset label
12400 LatexCommand label
12401 name "sec:Formal-Tables"
12403 \end_inset
12406 \begin_inset Index
12407 status collapsed
12409 \begin_layout Plain Layout
12410 Table ! Formal
12411 \end_layout
12413 \end_inset
12416 \end_layout
12418 \begin_layout Standard
12419 Tables are often typeset in books similar to Table
12420 \begin_inset space ~
12421 \end_inset
12424 \begin_inset CommandInset ref
12425 LatexCommand ref
12426 reference "tab:Example-booktabs-table"
12428 \end_inset
12431  This kind of tables is called 
12432 \begin_inset Quotes eld
12433 \end_inset
12436 \emph on
12437 formal
12438 \emph default
12440 \begin_inset Quotes erd
12441 \end_inset
12444  To make a table a formal table use the option 
12445 \family sans
12446 Formal
12447 \family default
12448  in the 
12449 \family sans
12450 Borders
12451 \family default
12452  tab of the table dialog.
12453 \end_layout
12455 \begin_layout Standard
12456 \begin_inset Float table
12457 placement h
12458 wide false
12459 sideways false
12460 status open
12462 \begin_layout Plain Layout
12463 \begin_inset Caption
12465 \begin_layout Plain Layout
12466 \begin_inset CommandInset label
12467 LatexCommand label
12468 name "tab:Example-booktabs-table"
12470 \end_inset
12472 Example booktabs-table
12473 \end_layout
12475 \end_inset
12478 \end_layout
12480 \begin_layout Plain Layout
12481 \align center
12482 \begin_inset Tabular
12483 <lyxtabular version="3" rows="8" columns="4">
12484 <features booktabs="true">
12485 <column alignment="center" valignment="top" width="0">
12486 <column alignment="center" valignment="top" width="0">
12487 <column alignment="center" valignment="top" width="0">
12488 <column alignment="center" valignment="top" width="0">
12489 <row>
12490 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12491 \begin_inset Text
12493 \begin_layout Plain Layout
12494 System
12495 \end_layout
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" usebox="none">
12500 \begin_inset Text
12502 \begin_layout Plain Layout
12503 Medipix
12504 \begin_inset space \thinspace{}
12505 \end_inset
12508 \end_layout
12510 \end_inset
12511 </cell>
12512 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12513 \begin_inset Text
12515 \begin_layout Plain Layout
12516 Medipix
12517 \begin_inset space \thinspace{}
12518 \end_inset
12521 \end_layout
12523 \end_inset
12524 </cell>
12525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12526 \begin_inset Text
12528 \begin_layout Plain Layout
12530 \end_layout
12532 \end_inset
12533 </cell>
12534 </row>
12535 <row>
12536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12537 \begin_inset Text
12539 \begin_layout Plain Layout
12540 \begin_inset ERT
12541 status collapsed
12543 \begin_layout Plain Layout
12546 \backslash
12547 cmidrule(r){2-2}
12548 \end_layout
12550 \end_inset
12553 \begin_inset ERT
12554 status collapsed
12556 \begin_layout Plain Layout
12559 \backslash
12560 cmidrule(l){3-4}
12561 \end_layout
12563 \end_inset
12565 Detector thickness [µm]
12566 \end_layout
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" usebox="none">
12571 \begin_inset Text
12573 \begin_layout Plain Layout
12575 \end_layout
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" usebox="none">
12580 \begin_inset Text
12582 \begin_layout Plain Layout
12584 \end_layout
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" usebox="none">
12589 \begin_inset Text
12591 \begin_layout Plain Layout
12593 \end_layout
12595 \end_inset
12596 </cell>
12597 </row>
12598 <row>
12599 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12600 \begin_inset Text
12602 \begin_layout Plain Layout
12603 Edge angle [°]
12604 \end_layout
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" usebox="none">
12609 \begin_inset Text
12611 \begin_layout Plain Layout
12612 3.55
12613 \end_layout
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" topline="true" usebox="none">
12618 \begin_inset Text
12620 \begin_layout Plain Layout
12621 2.71
12622 \end_layout
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" topline="true" usebox="none">
12627 \begin_inset Text
12629 \begin_layout Plain Layout
12630 7.99
12631 \end_layout
12633 \end_inset
12634 </cell>
12635 </row>
12636 <row topspace="default">
12637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12638 \begin_inset Text
12640 \begin_layout Plain Layout
12641 Spatial resolution [µm]
12642 \end_layout
12644 \end_inset
12645 </cell>
12646 <cell alignment="center" valignment="top" usebox="none">
12647 \begin_inset Text
12649 \begin_layout Plain Layout
12650 4.26
12651 \end_layout
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" usebox="none">
12656 \begin_inset Text
12658 \begin_layout Plain Layout
12659 10.17
12660 \end_layout
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" usebox="none">
12665 \begin_inset Text
12667 \begin_layout Plain Layout
12668 10.56
12669 \end_layout
12671 \end_inset
12672 </cell>
12673 </row>
12674 <row topspace="default">
12675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12676 \begin_inset Text
12678 \begin_layout Plain Layout
12679 MTF at 
12680 \begin_inset Formula $f_{\mathrm{max}}$
12681 \end_inset
12684 \end_layout
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" usebox="none">
12689 \begin_inset Text
12691 \begin_layout Plain Layout
12692 0.53
12693 \end_layout
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" usebox="none">
12698 \begin_inset Text
12700 \begin_layout Plain Layout
12701 0.37
12702 \end_layout
12704 \end_inset
12705 </cell>
12706 <cell alignment="center" valignment="top" usebox="none">
12707 \begin_inset Text
12709 \begin_layout Plain Layout
12710 0.39
12711 \end_layout
12713 \end_inset
12714 </cell>
12715 </row>
12716 <row topspace="default">
12717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12718 \begin_inset Text
12720 \begin_layout Plain Layout
12721 \begin_inset ERT
12722 status collapsed
12724 \begin_layout Plain Layout
12727 \backslash
12728 cmidrule(l{10pt}){1-1}
12729 \end_layout
12731 \end_inset
12733 LSF-spatial resolution
12734 \end_layout
12736 \end_inset
12737 </cell>
12738 <cell alignment="center" valignment="top" usebox="none">
12739 \begin_inset Text
12741 \begin_layout Plain Layout
12743 \end_layout
12745 \end_inset
12746 </cell>
12747 <cell alignment="center" valignment="top" usebox="none">
12748 \begin_inset Text
12750 \begin_layout Plain Layout
12752 \end_layout
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" usebox="none">
12757 \begin_inset Text
12759 \begin_layout Plain Layout
12761 \end_layout
12763 \end_inset
12764 </cell>
12765 </row>
12766 <row>
12767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12768 \begin_inset Text
12770 \begin_layout Plain Layout
12771 in µm
12772 \end_layout
12774 \end_inset
12775 </cell>
12776 <cell alignment="center" valignment="top" usebox="none">
12777 \begin_inset Text
12779 \begin_layout Plain Layout
12780 129.7
12781 \end_layout
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" usebox="none">
12786 \begin_inset Text
12788 \begin_layout Plain Layout
12789 52.75
12790 \end_layout
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" usebox="none">
12795 \begin_inset Text
12797 \begin_layout Plain Layout
12798 50.78
12799 \end_layout
12801 \end_inset
12802 </cell>
12803 </row>
12804 <row>
12805 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12806 \begin_inset Text
12808 \begin_layout Plain Layout
12809 in % of pixel size
12810 \end_layout
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12815 \begin_inset Text
12817 \begin_layout Plain Layout
12818 76.3
12819 \end_layout
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12824 \begin_inset Text
12826 \begin_layout Plain Layout
12827 95.9
12828 \end_layout
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12833 \begin_inset Text
12835 \begin_layout Plain Layout
12836 92.3
12837 \end_layout
12839 \end_inset
12840 </cell>
12841 </row>
12842 </lyxtabular>
12844 \end_inset
12847 \end_layout
12849 \end_inset
12852 \end_layout
12854 \begin_layout Standard
12855 Spaces to table rows can be added using the 
12856 \family sans
12857 Borders
12858 \family default
12859  tab of the table dialog as described in section
12860 \begin_inset space ~
12861 \end_inset
12864 \begin_inset CommandInset ref
12865 LatexCommand ref
12866 reference "sub:Row-Spacing"
12868 \end_inset
12871 \end_layout
12873 \begin_layout Standard
12874 In contrary to normal tables, formal tables have no vertical table lines.
12875  The horizontal table lines can be set like for normal tables but they appear
12876  with different width in the output:
12877 \begin_inset Newline newline
12878 \end_inset
12880 The first and the last table line have a default width of 0.08
12881 \begin_inset space \thinspace{}
12882 \end_inset
12884 em while the other lines have a default width of 0.05
12885 \begin_inset space \thinspace{}
12886 \end_inset
12889 \end_layout
12891 \begin_layout Standard
12892 The default widths can be changed with the following preamble lines
12893 \end_layout
12895 \begin_layout Standard
12897 \series bold
12899 \backslash
12901 \backslash
12902 mytoprule
12903 \backslash
12904 toprule
12905 \begin_inset Newline newline
12906 \end_inset
12909 \backslash
12910 renewcommand{
12911 \backslash
12912 toprule}{
12913 \backslash
12914 mytoprule[width]}
12915 \end_layout
12917 \begin_layout Standard
12918 This example is for the first line, the so called 
12919 \series bold
12920 toprule
12921 \series default
12923  If you want to change the width for the last line, replace 
12924 \series bold
12925 toprule
12926 \series default
12927  by 
12928 \series bold
12929 bottomrule
12930 \series default
12932  To change the width for the other lines replace 
12933 \series bold
12934 toprule
12935 \series default
12936  by 
12937 \series bold
12938 midrule
12939 \series default
12941  You can use all units listed in appendix
12942 \begin_inset space ~
12943 \end_inset
12946 \begin_inset CommandInset ref
12947 LatexCommand ref
12948 reference "cha:Units-available-in"
12950 \end_inset
12952  to set the width.
12953 \end_layout
12955 \begin_layout Standard
12956 Lines that don't span over all table columns can be created by setting a
12957  table line for multicolumn cells.
12958  LyX will then internally use the command 
12959 \series bold
12961 \backslash
12962 cmidrule
12963 \series default
12964  to create this line.
12965  Its full scheme is
12966 \end_layout
12968 \begin_layout Standard
12970 \series bold
12972 \backslash
12973 cmidrule[width](trim){startcol-endcol}
12974 \end_layout
12976 \begin_layout Standard
12977 The options of 
12978 \series bold
12980 \backslash
12981 cmidrule
12982 \series default
12983  are are currently not supported by LyX so you have to use TeX-Code to be
12984  able to use them.
12986 \series bold
12988 \backslash
12989 cmidrule
12990 \series default
12991 s can manually be created by inserting the command as TeX-Code as first
12992  cell entry of the first cell of a row.
12993  The line is then drawn in the output above the current row.
12994 \end_layout
12996 \begin_layout Standard
12997 The default for the width is 0.03
12998 \begin_inset space \thinspace{}
12999 \end_inset
13002  Startcol is the number of the column where the line starts and endcol the
13003  column number where the line ends.
13004  The endcol always needs to be specified, also when the line should span
13005  only one column.
13006  The optional parameter trim could be either 
13007 \emph on
13008 l{trimwidth}
13009 \emph default
13010 , or 
13011 \emph on
13012 r{trimwidth}
13013 \emph default
13014  where the trimwidth is also optional.
13015  Using for example the parameter 
13016 \emph on
13017 l{2pt}
13018 \emph default
13019  means that the line is trimmed from its left end by 2
13020 \begin_inset space \thinspace{}
13021 \end_inset
13024  If you don't specify the trimwidth the lines are trimmed by the default
13025  of 0.5
13026 \begin_inset space \thinspace{}
13027 \end_inset
13030 \end_layout
13032 \begin_layout Standard
13033 \begin_inset VSpace bigskip
13034 \end_inset
13036 Table
13037 \begin_inset space ~
13038 \end_inset
13041 \begin_inset CommandInset ref
13042 LatexCommand ref
13043 reference "tab:Example-booktabs-table"
13045 \end_inset
13047  was created using the commands
13048 \end_layout
13050 \begin_layout Standard
13052 \series bold
13054 \backslash
13055 cmidrule(r){2-2}
13056 \backslash
13057 cmidrule(l){3-4}
13058 \end_layout
13060 \begin_layout Standard
13061 at the beginning of the in the second row and
13062 \end_layout
13064 \begin_layout Standard
13066 \series bold
13068 \backslash
13069 cmidrule(l{10pt}){1-1}
13070 \end_layout
13072 \begin_layout Standard
13073 in the sixth row.
13074 \end_layout
13076 \begin_layout Standard
13077 \begin_inset VSpace bigskip
13078 \end_inset
13081 \end_layout
13083 \begin_layout Standard
13084 You might want to have overlapping 
13085 \series bold
13087 \backslash
13088 cmidrule
13089 \series default
13090 s like in Table
13091 \begin_inset space ~
13092 \end_inset
13095 \begin_inset CommandInset ref
13096 LatexCommand ref
13097 reference "tab:Special-booktabs-table"
13099 \end_inset
13102  This can be achieved with the TeX-Code command
13103 \end_layout
13105 \begin_layout Standard
13107 \series bold
13109 \backslash
13110 morecmidrules
13111 \end_layout
13113 \begin_layout Standard
13114 The command that was used for the second row of Table
13115 \begin_inset space ~
13116 \end_inset
13119 \begin_inset CommandInset ref
13120 LatexCommand ref
13121 reference "tab:Special-booktabs-table"
13123 \end_inset
13125  is
13126 \end_layout
13128 \begin_layout Standard
13130 \series bold
13132 \backslash
13133 cmidrule(r){2-2}
13134 \backslash
13135 cmidrule(l){3-4}
13136 \backslash
13137 morecmidrules
13138 \backslash
13139 cmidrule{2-4}
13140 \end_layout
13142 \begin_layout Standard
13143 The command for the sixth row is
13144 \end_layout
13146 \begin_layout Standard
13148 \series bold
13150 \backslash
13151 midrule
13152 \backslash
13153 morecmidrules
13154 \backslash
13155 cmidrule{3-4}
13156 \end_layout
13158 \begin_layout Standard
13159 \begin_inset VSpace bigskip
13160 \end_inset
13163 \end_layout
13165 \begin_layout Standard
13166 If you are anyway not satisfied with the border line spacing, you can use
13167  the following command to produce lines that span over all table columns
13168 \series bold
13170 \end_layout
13172 \begin_layout Standard
13174 \series bold
13176 \backslash
13177 specialrule{width}{space above}{space below}
13178 \end_layout
13180 \begin_layout Standard
13181 For more information about these specialties, we refer to the manual of
13182  the LaTeX-package 
13183 \series bold
13184 booktabs
13185 \series default
13187 \begin_inset CommandInset citation
13188 LatexCommand cite
13189 key "booktabs"
13191 \end_inset
13194 \begin_inset Index
13195 status collapsed
13197 \begin_layout Plain Layout
13198 LaTeX-packages ! booktabs
13199 \end_layout
13201 \end_inset
13204 \end_layout
13206 \begin_layout Standard
13207 \begin_inset Float table
13208 placement h
13209 wide false
13210 sideways false
13211 status open
13213 \begin_layout Plain Layout
13214 \begin_inset Caption
13216 \begin_layout Plain Layout
13217 \begin_inset CommandInset label
13218 LatexCommand label
13219 name "tab:Special-booktabs-table"
13221 \end_inset
13223 Special booktabs-table
13224 \end_layout
13226 \end_inset
13229 \end_layout
13231 \begin_layout Plain Layout
13232 \align center
13233 \begin_inset Tabular
13234 <lyxtabular version="3" rows="8" columns="4">
13235 <features booktabs="true">
13236 <column alignment="center" valignment="top" width="0">
13237 <column alignment="center" valignment="top" width="0">
13238 <column alignment="center" valignment="top" width="0">
13239 <column alignment="center" valignment="top" width="0">
13240 <row>
13241 <cell alignment="center" valignment="top" topline="true" usebox="none">
13242 \begin_inset Text
13244 \begin_layout Plain Layout
13245 System
13246 \end_layout
13248 \end_inset
13249 </cell>
13250 <cell alignment="center" valignment="top" topline="true" usebox="none">
13251 \begin_inset Text
13253 \begin_layout Plain Layout
13254 Medipix
13255 \begin_inset space \thinspace{}
13256 \end_inset
13259 \end_layout
13261 \end_inset
13262 </cell>
13263 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13264 \begin_inset Text
13266 \begin_layout Plain Layout
13267 Medipix
13268 \begin_inset space \thinspace{}
13269 \end_inset
13272 \end_layout
13274 \end_inset
13275 </cell>
13276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13277 \begin_inset Text
13279 \begin_layout Plain Layout
13281 \end_layout
13283 \end_inset
13284 </cell>
13285 </row>
13286 <row>
13287 <cell alignment="center" valignment="top" usebox="none">
13288 \begin_inset Text
13290 \begin_layout Plain Layout
13291 \begin_inset ERT
13292 status collapsed
13294 \begin_layout Plain Layout
13297 \backslash
13298 cmidrule(r){2-2}
13299 \end_layout
13301 \end_inset
13304 \begin_inset ERT
13305 status collapsed
13307 \begin_layout Plain Layout
13310 \backslash
13311 cmidrule(l){3-4}
13312 \end_layout
13314 \end_inset
13317 \begin_inset ERT
13318 status collapsed
13320 \begin_layout Plain Layout
13323 \backslash
13324 morecmidrules 
13325 \end_layout
13327 \end_inset
13330 \begin_inset ERT
13331 status collapsed
13333 \begin_layout Plain Layout
13336 \backslash
13337 cmidrule{2-4}
13338 \end_layout
13340 \end_inset
13342 Detector thickness [µm]
13343 \end_layout
13345 \end_inset
13346 </cell>
13347 <cell alignment="center" valignment="top" usebox="none">
13348 \begin_inset Text
13350 \begin_layout Plain Layout
13352 \end_layout
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" usebox="none">
13357 \begin_inset Text
13359 \begin_layout Plain Layout
13361 \end_layout
13363 \end_inset
13364 </cell>
13365 <cell alignment="center" valignment="top" usebox="none">
13366 \begin_inset Text
13368 \begin_layout Plain Layout
13370 \end_layout
13372 \end_inset
13373 </cell>
13374 </row>
13375 <row>
13376 <cell alignment="center" valignment="top" topline="true" usebox="none">
13377 \begin_inset Text
13379 \begin_layout Plain Layout
13380 Edge angle [°]
13381 \end_layout
13383 \end_inset
13384 </cell>
13385 <cell alignment="center" valignment="top" topline="true" usebox="none">
13386 \begin_inset Text
13388 \begin_layout Plain Layout
13389 3.55
13390 \end_layout
13392 \end_inset
13393 </cell>
13394 <cell alignment="center" valignment="top" topline="true" usebox="none">
13395 \begin_inset Text
13397 \begin_layout Plain Layout
13398 2.71
13399 \end_layout
13401 \end_inset
13402 </cell>
13403 <cell alignment="center" valignment="top" topline="true" usebox="none">
13404 \begin_inset Text
13406 \begin_layout Plain Layout
13407 7.99
13408 \end_layout
13410 \end_inset
13411 </cell>
13412 </row>
13413 <row topspace="default">
13414 <cell alignment="center" valignment="top" usebox="none">
13415 \begin_inset Text
13417 \begin_layout Plain Layout
13418 Spatial resolution [µm]
13419 \end_layout
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" usebox="none">
13424 \begin_inset Text
13426 \begin_layout Plain Layout
13427 4.26
13428 \end_layout
13430 \end_inset
13431 </cell>
13432 <cell alignment="center" valignment="top" usebox="none">
13433 \begin_inset Text
13435 \begin_layout Plain Layout
13436 10.17
13437 \end_layout
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" usebox="none">
13442 \begin_inset Text
13444 \begin_layout Plain Layout
13445 10.56
13446 \end_layout
13448 \end_inset
13449 </cell>
13450 </row>
13451 <row topspace="default">
13452 <cell alignment="center" valignment="top" usebox="none">
13453 \begin_inset Text
13455 \begin_layout Plain Layout
13456 MTF at 
13457 \begin_inset Formula $f_{\mathrm{max}}$
13458 \end_inset
13461 \end_layout
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" usebox="none">
13466 \begin_inset Text
13468 \begin_layout Plain Layout
13469 0.53
13470 \end_layout
13472 \end_inset
13473 </cell>
13474 <cell alignment="center" valignment="top" usebox="none">
13475 \begin_inset Text
13477 \begin_layout Plain Layout
13478 0.37
13479 \end_layout
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" usebox="none">
13484 \begin_inset Text
13486 \begin_layout Plain Layout
13487 0.39
13488 \end_layout
13490 \end_inset
13491 </cell>
13492 </row>
13493 <row>
13494 <cell alignment="center" valignment="top" topline="true" usebox="none">
13495 \begin_inset Text
13497 \begin_layout Plain Layout
13498 \begin_inset ERT
13499 status collapsed
13501 \begin_layout Plain Layout
13504 \backslash
13505 morecmidrules 
13506 \end_layout
13508 \end_inset
13511 \begin_inset ERT
13512 status collapsed
13514 \begin_layout Plain Layout
13517 \backslash
13518 cmidrule{3-4}
13519 \end_layout
13521 \end_inset
13523 LSF-spatial resolution
13524 \end_layout
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" usebox="none">
13529 \begin_inset Text
13531 \begin_layout Plain Layout
13533 \end_layout
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" usebox="none">
13538 \begin_inset Text
13540 \begin_layout Plain Layout
13542 \end_layout
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" usebox="none">
13547 \begin_inset Text
13549 \begin_layout Plain Layout
13551 \end_layout
13553 \end_inset
13554 </cell>
13555 </row>
13556 <row>
13557 <cell alignment="center" valignment="top" usebox="none">
13558 \begin_inset Text
13560 \begin_layout Plain Layout
13561 in µm
13562 \end_layout
13564 \end_inset
13565 </cell>
13566 <cell alignment="center" valignment="top" usebox="none">
13567 \begin_inset Text
13569 \begin_layout Plain Layout
13570 129.7
13571 \end_layout
13573 \end_inset
13574 </cell>
13575 <cell alignment="center" valignment="top" usebox="none">
13576 \begin_inset Text
13578 \begin_layout Plain Layout
13579 52.75
13580 \end_layout
13582 \end_inset
13583 </cell>
13584 <cell alignment="center" valignment="top" usebox="none">
13585 \begin_inset Text
13587 \begin_layout Plain Layout
13588 50.78
13589 \end_layout
13591 \end_inset
13592 </cell>
13593 </row>
13594 <row>
13595 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13596 \begin_inset Text
13598 \begin_layout Plain Layout
13599 in % of pixel size
13600 \end_layout
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13605 \begin_inset Text
13607 \begin_layout Plain Layout
13608 76.3
13609 \end_layout
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13614 \begin_inset Text
13616 \begin_layout Plain Layout
13617 95.9
13618 \end_layout
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13623 \begin_inset Text
13625 \begin_layout Plain Layout
13626 92.3
13627 \end_layout
13629 \end_inset
13630 </cell>
13631 </row>
13632 </lyxtabular>
13634 \end_inset
13637 \end_layout
13639 \end_inset
13642 \end_layout
13644 \begin_layout Section
13645 Vertical Table Alignment
13646 \begin_inset Index
13647 status collapsed
13649 \begin_layout Plain Layout
13650 Table ! Alignment
13651 \end_layout
13653 \end_inset
13656 \end_layout
13658 \begin_layout Standard
13659 To align tables vertically in a text line the table must be inside a box.
13660  The box can then be vertically aligned as described in section
13661 \begin_inset space ~
13662 \end_inset
13665 \begin_inset CommandInset ref
13666 LatexCommand ref
13667 reference "sec:Box-Dialog"
13669 \end_inset
13672 \end_layout
13674 \begin_layout Standard
13675 In the following example the tables are inside a minipage
13676 \begin_inset Foot
13677 status collapsed
13679 \begin_layout Plain Layout
13680 Minipages are described in section
13681 \begin_inset space ~
13682 \end_inset
13685 \begin_inset CommandInset ref
13686 LatexCommand ref
13687 reference "sec:Minipages"
13689 \end_inset
13692 \end_layout
13694 \end_inset
13696  box that has a width of 15
13697 \begin_inset space \thinspace{}
13698 \end_inset
13700 col%:
13701 \end_layout
13703 \begin_layout Itemize
13704 test 
13705 \begin_inset Box Frameless
13706 position "t"
13707 hor_pos "c"
13708 has_inner_box 1
13709 inner_pos "c"
13710 use_parbox 0
13711 width "15col%"
13712 special "none"
13713 height "1in"
13714 height_special "totalheight"
13715 status collapsed
13717 \begin_layout Plain Layout
13718 \begin_inset Tabular
13719 <lyxtabular version="3" rows="3" columns="3">
13720 <features>
13721 <column alignment="center" valignment="top" width="0">
13722 <column alignment="center" valignment="top" width="0">
13723 <column alignment="center" valignment="top" width="0">
13724 <row>
13725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13726 \begin_inset Text
13728 \begin_layout Plain Layout
13730 \end_layout
13732 \end_inset
13733 </cell>
13734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13735 \begin_inset Text
13737 \begin_layout Plain Layout
13739 \end_layout
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13744 \begin_inset Text
13746 \begin_layout Plain Layout
13748 \end_layout
13750 \end_inset
13751 </cell>
13752 </row>
13753 <row>
13754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13755 \begin_inset Text
13757 \begin_layout Plain Layout
13759 \end_layout
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13764 \begin_inset Text
13766 \begin_layout Plain Layout
13768 \end_layout
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13773 \begin_inset Text
13775 \begin_layout Plain Layout
13777 \end_layout
13779 \end_inset
13780 </cell>
13781 </row>
13782 <row>
13783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13786 \begin_layout Plain Layout
13788 \end_layout
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13793 \begin_inset Text
13795 \begin_layout Plain Layout
13797 \end_layout
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13802 \begin_inset Text
13804 \begin_layout Plain Layout
13806 \end_layout
13808 \end_inset
13809 </cell>
13810 </row>
13811 </lyxtabular>
13813 \end_inset
13816 \end_layout
13818 \end_inset
13820  test 
13821 \begin_inset ERT
13822 status collapsed
13824 \begin_layout Plain Layout
13827 \backslash
13828 raisebox{0.85
13829 \backslash
13830 baselineskip}{
13831 \end_layout
13833 \end_inset
13836 \begin_inset Box Frameless
13837 position "t"
13838 hor_pos "c"
13839 has_inner_box 1
13840 inner_pos "c"
13841 use_parbox 0
13842 width "15col%"
13843 special "none"
13844 height "1in"
13845 height_special "totalheight"
13846 status collapsed
13848 \begin_layout Plain Layout
13849 \begin_inset Tabular
13850 <lyxtabular version="3" rows="3" columns="3">
13851 <features>
13852 <column alignment="center" valignment="top" width="0">
13853 <column alignment="center" valignment="top" width="0">
13854 <column alignment="center" valignment="top" width="0">
13855 <row>
13856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13857 \begin_inset Text
13859 \begin_layout Plain Layout
13861 \end_layout
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13868 \begin_layout Plain Layout
13870 \end_layout
13872 \end_inset
13873 </cell>
13874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13875 \begin_inset Text
13877 \begin_layout Plain Layout
13879 \end_layout
13881 \end_inset
13882 </cell>
13883 </row>
13884 <row>
13885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13886 \begin_inset Text
13888 \begin_layout Plain Layout
13890 \end_layout
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13895 \begin_inset Text
13897 \begin_layout Plain Layout
13899 \end_layout
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13904 \begin_inset Text
13906 \begin_layout Plain Layout
13908 \end_layout
13910 \end_inset
13911 </cell>
13912 </row>
13913 <row>
13914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13915 \begin_inset Text
13917 \begin_layout Plain Layout
13919 \end_layout
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13926 \begin_layout Plain Layout
13928 \end_layout
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13933 \begin_inset Text
13935 \begin_layout Plain Layout
13937 \end_layout
13939 \end_inset
13940 </cell>
13941 </row>
13942 </lyxtabular>
13944 \end_inset
13947 \end_layout
13949 \end_inset
13952 \begin_inset ERT
13953 status collapsed
13955 \begin_layout Plain Layout
13958 \end_layout
13960 \end_inset
13963 \end_layout
13965 \begin_layout Itemize
13966 test 
13967 \begin_inset Box Frameless
13968 position "c"
13969 hor_pos "c"
13970 has_inner_box 1
13971 inner_pos "c"
13972 use_parbox 0
13973 width "15col%"
13974 special "none"
13975 height "1in"
13976 height_special "totalheight"
13977 status collapsed
13979 \begin_layout Plain Layout
13980 \begin_inset Tabular
13981 <lyxtabular version="3" rows="3" columns="3">
13982 <features>
13983 <column alignment="center" valignment="top" width="0">
13984 <column alignment="center" valignment="top" width="0">
13985 <column alignment="center" valignment="top" width="0">
13986 <row>
13987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13988 \begin_inset Text
13990 \begin_layout Plain Layout
13992 \end_layout
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13997 \begin_inset Text
13999 \begin_layout Plain Layout
14001 \end_layout
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14006 \begin_inset Text
14008 \begin_layout Plain Layout
14010 \end_layout
14012 \end_inset
14013 </cell>
14014 </row>
14015 <row>
14016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14017 \begin_inset Text
14019 \begin_layout Plain Layout
14021 \end_layout
14023 \end_inset
14024 </cell>
14025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14026 \begin_inset Text
14028 \begin_layout Plain Layout
14030 \end_layout
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14035 \begin_inset Text
14037 \begin_layout Plain Layout
14039 \end_layout
14041 \end_inset
14042 </cell>
14043 </row>
14044 <row>
14045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14046 \begin_inset Text
14048 \begin_layout Plain Layout
14050 \end_layout
14052 \end_inset
14053 </cell>
14054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14055 \begin_inset Text
14057 \begin_layout Plain Layout
14059 \end_layout
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14064 \begin_inset Text
14066 \begin_layout Plain Layout
14068 \end_layout
14070 \end_inset
14071 </cell>
14072 </row>
14073 </lyxtabular>
14075 \end_inset
14078 \end_layout
14080 \end_inset
14083 \end_layout
14085 \begin_layout Itemize
14086 test 
14087 \begin_inset Box Frameless
14088 position "b"
14089 hor_pos "c"
14090 has_inner_box 1
14091 inner_pos "c"
14092 use_parbox 0
14093 width "15col%"
14094 special "none"
14095 height "1in"
14096 height_special "totalheight"
14097 status collapsed
14099 \begin_layout Plain Layout
14100 \begin_inset Tabular
14101 <lyxtabular version="3" rows="3" columns="3">
14102 <features>
14103 <column alignment="center" valignment="top" width="0">
14104 <column alignment="center" valignment="top" width="0">
14105 <column alignment="center" valignment="top" width="0">
14106 <row>
14107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14108 \begin_inset Text
14110 \begin_layout Plain Layout
14112 \end_layout
14114 \end_inset
14115 </cell>
14116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14117 \begin_inset Text
14119 \begin_layout Plain Layout
14121 \end_layout
14123 \end_inset
14124 </cell>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14126 \begin_inset Text
14128 \begin_layout Plain Layout
14130 \end_layout
14132 \end_inset
14133 </cell>
14134 </row>
14135 <row>
14136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14137 \begin_inset Text
14139 \begin_layout Plain Layout
14141 \end_layout
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14146 \begin_inset Text
14148 \begin_layout Plain Layout
14150 \end_layout
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14155 \begin_inset Text
14157 \begin_layout Plain Layout
14159 \end_layout
14161 \end_inset
14162 </cell>
14163 </row>
14164 <row>
14165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14168 \begin_layout Plain Layout
14170 \end_layout
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14175 \begin_inset Text
14177 \begin_layout Plain Layout
14179 \end_layout
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14184 \begin_inset Text
14186 \begin_layout Plain Layout
14188 \end_layout
14190 \end_inset
14191 </cell>
14192 </row>
14193 </lyxtabular>
14195 \end_inset
14198 \end_layout
14200 \end_inset
14202  test 
14203 \begin_inset ERT
14204 status collapsed
14206 \begin_layout Plain Layout
14209 \backslash
14210 raisebox{-0.32
14211 \backslash
14212 baselineskip}{
14213 \end_layout
14215 \end_inset
14218 \begin_inset Box Frameless
14219 position "b"
14220 hor_pos "c"
14221 has_inner_box 1
14222 inner_pos "c"
14223 use_parbox 0
14224 width "15col%"
14225 special "none"
14226 height "1in"
14227 height_special "totalheight"
14228 status collapsed
14230 \begin_layout Plain Layout
14231 \begin_inset Tabular
14232 <lyxtabular version="3" rows="3" columns="3">
14233 <features>
14234 <column alignment="center" valignment="top" width="0">
14235 <column alignment="center" valignment="top" width="0">
14236 <column alignment="center" valignment="top" width="0">
14237 <row>
14238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14241 \begin_layout Plain Layout
14243 \end_layout
14245 \end_inset
14246 </cell>
14247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14248 \begin_inset Text
14250 \begin_layout Plain Layout
14252 \end_layout
14254 \end_inset
14255 </cell>
14256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14257 \begin_inset Text
14259 \begin_layout Plain Layout
14261 \end_layout
14263 \end_inset
14264 </cell>
14265 </row>
14266 <row>
14267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14268 \begin_inset Text
14270 \begin_layout Plain Layout
14272 \end_layout
14274 \end_inset
14275 </cell>
14276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14277 \begin_inset Text
14279 \begin_layout Plain Layout
14281 \end_layout
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14286 \begin_inset Text
14288 \begin_layout Plain Layout
14290 \end_layout
14292 \end_inset
14293 </cell>
14294 </row>
14295 <row>
14296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14299 \begin_layout Plain Layout
14301 \end_layout
14303 \end_inset
14304 </cell>
14305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14308 \begin_layout Plain Layout
14310 \end_layout
14312 \end_inset
14313 </cell>
14314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14315 \begin_inset Text
14317 \begin_layout Plain Layout
14319 \end_layout
14321 \end_inset
14322 </cell>
14323 </row>
14324 </lyxtabular>
14326 \end_inset
14329 \end_layout
14331 \end_inset
14334 \begin_inset ERT
14335 status collapsed
14337 \begin_layout Plain Layout
14340 \end_layout
14342 \end_inset
14345 \end_layout
14347 \begin_layout Standard
14348 As you can see, the content of the first and last table row is not correctly
14349  aligned with the text line where the table is in.
14350  To get this alignment, the minipage box must be set into a raisebox
14351 \begin_inset Foot
14352 status collapsed
14354 \begin_layout Plain Layout
14355 Raiseboxes are described in section
14356 \begin_inset space ~
14357 \end_inset
14360 \begin_inset CommandInset ref
14361 LatexCommand ref
14362 reference "sub:Vertical-Alignment"
14364 \end_inset
14367 \end_layout
14369 \end_inset
14372  In the example above the second table in the first item is aligned using
14373  the TeX-Code-command
14374 \end_layout
14376 \begin_layout Standard
14378 \series bold
14380 \backslash
14381 raisebox{0.85
14382 \backslash
14383 baselineskip}{
14384 \end_layout
14386 \begin_layout Standard
14387 before the box.
14388  Behind the box the closing brace 
14389 \series bold
14391 \series default
14392  is inserted as TeX-Code.
14393  For the second table in the last item the command
14394 \end_layout
14396 \begin_layout Standard
14398 \series bold
14400 \backslash
14401 raisebox{-0.32
14402 \backslash
14403 baselineskip}{
14404 \end_layout
14406 \begin_layout Standard
14407 is used.
14408 \end_layout
14410 \begin_layout Standard
14411 \begin_inset Note Greyedout
14412 status open
14414 \begin_layout Plain Layout
14416 \series bold
14417 Note:
14418 \series default
14419  The alignment of the table row content to the surrounding text line is
14420  not exact.
14421  The needed factor of the 
14422 \series bold
14424 \backslash
14425 raisebox
14426 \series default
14427  command for this alignment depends on the document font, the font size,
14428  and the table line thickness.
14429 \end_layout
14431 \end_inset
14434 \end_layout
14436 \begin_layout Section
14437 Colored Tables
14438 \begin_inset CommandInset label
14439 LatexCommand label
14440 name "sec:Colored-Tables"
14442 \end_inset
14445 \begin_inset Index
14446 status collapsed
14448 \begin_layout Plain Layout
14449 Table ! Color
14450 \end_layout
14452 \end_inset
14455 \end_layout
14457 \begin_layout Subsection
14458 Colored Cells
14459 \begin_inset Index
14460 status collapsed
14462 \begin_layout Plain Layout
14463 Table Color ! for Cells
14464 \end_layout
14466 \end_inset
14469 \begin_inset Index
14470 status collapsed
14472 \begin_layout Plain Layout
14473 Color ! for Table Cells
14474 \end_layout
14476 \end_inset
14479 \end_layout
14481 \begin_layout Standard
14482 \begin_inset Float table
14483 placement h
14484 wide false
14485 sideways false
14486 status open
14488 \begin_layout Plain Layout
14489 \begin_inset Caption
14491 \begin_layout Plain Layout
14492 \begin_inset CommandInset label
14493 LatexCommand label
14494 name "tab:Table-colored-without"
14496 \end_inset
14498 Table colored without using the package 
14499 \series bold
14500 colortbl
14501 \series default
14503 \begin_inset OptArg
14504 status collapsed
14506 \begin_layout Plain Layout
14507 Table without colortbl
14508 \end_layout
14510 \end_inset
14513 \end_layout
14515 \end_inset
14518 \end_layout
14520 \begin_layout Plain Layout
14521 \align center
14522 \begin_inset Tabular
14523 <lyxtabular version="3" rows="3" columns="3">
14524 <features>
14525 <column alignment="center" valignment="top" width="0">
14526 <column alignment="center" valignment="top" width="0">
14527 <column alignment="center" valignment="top" width="0">
14528 <row>
14529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14532 \begin_layout Plain Layout
14534 \color green
14536 \end_layout
14538 \end_inset
14539 </cell>
14540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14541 \begin_inset Text
14543 \begin_layout Plain Layout
14545 \color red
14547 \end_layout
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14554 \begin_layout Plain Layout
14556 \color red
14558 \end_layout
14560 \end_inset
14561 </cell>
14562 </row>
14563 <row>
14564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14565 \begin_inset Text
14567 \begin_layout Plain Layout
14569 \color green
14571 \end_layout
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14578 \begin_layout Plain Layout
14580 \color blue
14582 \end_layout
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14589 \begin_layout Plain Layout
14591 \color blue
14593 \end_layout
14595 \end_inset
14596 </cell>
14597 </row>
14598 <row>
14599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14600 \begin_inset Text
14602 \begin_layout Plain Layout
14604 \color green
14606 \end_layout
14608 \end_inset
14609 </cell>
14610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14613 \begin_layout Plain Layout
14615 \color blue
14617 \end_layout
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14622 \begin_inset Text
14624 \begin_layout Plain Layout
14626 \color blue
14628 \end_layout
14630 \end_inset
14631 </cell>
14632 </row>
14633 </lyxtabular>
14635 \end_inset
14638 \end_layout
14640 \end_inset
14643 \end_layout
14645 \begin_layout Standard
14646 If you only need colored text, mark the cells and choose a color in the
14647  menu 
14648 \family sans
14649 Edit\SpecialChar \menuseparator
14650 Text
14651 \begin_inset space ~
14652 \end_inset
14654 Style
14655 \family default
14657  This was used to create Table
14658 \begin_inset space ~
14659 \end_inset
14662 \begin_inset CommandInset ref
14663 LatexCommand ref
14664 reference "tab:Table-colored-without"
14666 \end_inset
14669  In any other case you have to use the LaTeX-package 
14670 \series bold
14671 colortbl
14672 \series default
14674 \begin_inset Index
14675 status collapsed
14677 \begin_layout Plain Layout
14678 LaTeX-packages ! colortbl
14679 \end_layout
14681 \end_inset
14684 \end_layout
14686 \begin_layout Standard
14687 \begin_inset ERT
14688 status collapsed
14690 \begin_layout Plain Layout
14693 \backslash
14694 ifcolortbl
14695 \end_layout
14697 \end_inset
14700 \begin_inset Note Note
14701 status open
14703 \begin_layout Plain Layout
14704 The following section part will only be displayed when the LaTeX-package
14706 \series bold
14707 colortbl
14708 \series default
14709  is installed.
14710 \end_layout
14712 \end_inset
14715 \end_layout
14717 \begin_layout Standard
14718 To create colored tables, 
14719 \series bold
14720 colortbl
14721 \series default
14722  must be loaded in the preamble with the line
14723 \end_layout
14725 \begin_layout Standard
14727 \series bold
14729 \backslash
14730 usepackage{colortbl}
14731 \end_layout
14733 \begin_layout Standard
14734 The color of a column is adjusted with the command
14735 \end_layout
14737 \begin_layout Standard
14739 \series bold
14741 \backslash
14742 columncolor{name of color}
14743 \end_layout
14745 \begin_layout Standard
14746 inside the command 
14747 \series bold
14748 >{ }
14749 \series default
14751  More about the command 
14752 \series bold
14754 \series default
14755  is described in section
14756 \begin_inset space ~
14757 \end_inset
14760 \begin_inset CommandInset ref
14761 LatexCommand ref
14762 reference "sub:Multicolumn-Calculations"
14764 \end_inset
14767 \end_layout
14769 \begin_layout Standard
14770 The following color names are predefined:
14771 \end_layout
14773 \begin_layout Standard
14775 \family sans
14777 \family default
14779 \family sans
14780 green
14781 \family default
14783 \family sans
14784 yellow
14785 \family default
14787 \family sans
14788 blue
14789 \family default
14791 \family sans
14792 cyan
14793 \family default
14795 \family sans
14796 magenta
14797 \family default
14799 \family sans
14800 black
14801 \family default
14802  and 
14803 \family sans
14804 white
14805 \end_layout
14807 \begin_layout Standard
14808 \begin_inset VSpace medskip
14809 \end_inset
14812 \end_layout
14814 \begin_layout Standard
14815 You can also define your own color with the command
14816 \end_layout
14818 \begin_layout Standard
14820 \series bold
14822 \backslash
14823 definecolor{color name}{color model}{color values}
14824 \end_layout
14826 \begin_layout Standard
14827 The color model can be
14828 \end_layout
14830 \begin_layout Labeling
14831 \labelwidthstring 00.00.0000
14832 cmyk: cyan, magenta, yellow, black
14833 \end_layout
14835 \begin_layout Labeling
14836 \labelwidthstring 00.00.0000
14837 rgb: red, green blue
14838 \end_layout
14840 \begin_layout Labeling
14841 \labelwidthstring 00.00.0000
14842 gray gray
14843 \end_layout
14845 \begin_layout Standard
14846 and the color values are comma separated numbers between 0 and 1 describing
14847  the factor for the corresponding color of the color model.
14848 \end_layout
14850 \begin_layout Standard
14851 You can e.
14852 \begin_inset space \thinspace{}
14853 \end_inset
14856 \begin_inset space \space{}
14857 \end_inset
14859 define the color "
14860 \emph on
14861 darkgreen
14862 \emph default
14863 " in the preamble with
14864 \end_layout
14866 \begin_layout Standard
14868 \series bold
14870 \backslash
14871 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14872 \end_layout
14874 \begin_layout Standard
14875 and the color "
14876 \emph on
14877 lightgray
14878 \emph default
14879 " with
14880 \end_layout
14882 \begin_layout Standard
14884 \series bold
14886 \backslash
14887 definecolor{lightgray}{gray}{0.8}
14888 \end_layout
14890 \begin_layout Standard
14891 \begin_inset VSpace medskip
14892 \end_inset
14895 \end_layout
14897 \begin_layout Standard
14898 Lines are colored with the command
14899 \end_layout
14901 \begin_layout Standard
14903 \series bold
14905 \backslash
14906 rowcolor{name of color}
14907 \end_layout
14909 \begin_layout Standard
14910 and cells are colored with the command
14911 \end_layout
14913 \begin_layout Standard
14915 \series bold
14917 \backslash
14918 cellcolor{name of color}
14919 \end_layout
14921 \begin_layout Standard
14922 Both commands are inserted at the beginning of a cell as TeX-Code.
14923 \end_layout
14925 \begin_layout Standard
14926 To color characters in the table, mark the cells and use the LyX menu 
14927 \family sans
14928 Edit\SpecialChar \menuseparator
14929 Text
14930 \begin_inset space ~
14931 \end_inset
14933 Style
14934 \family default
14936  If a cell contains TeX-Code mark only the characters, otherwise the colored
14937  TeX-Code will cause LaTeX-errors.
14938 \end_layout
14940 \begin_layout Standard
14941 \begin_inset Note Greyedout
14942 status open
14944 \begin_layout Plain Layout
14946 \series bold
14947 Note:
14948 \series default
14949  Not all DVI-viewers are able to display self-defined colors.
14950 \end_layout
14952 \end_inset
14955 \end_layout
14957 \begin_layout Standard
14958 \begin_inset VSpace bigskip
14959 \end_inset
14962 \end_layout
14964 \begin_layout Standard
14965 To create Table
14966 \begin_inset space ~
14967 \end_inset
14970 \begin_inset CommandInset ref
14971 LatexCommand ref
14972 reference "tab:Table-colored-using"
14974 \end_inset
14976  do the following: The color of the first column should be 
14977 \emph on
14978 darkgreen
14979 \emph default
14981  So insert
14982 \end_layout
14984 \begin_layout Standard
14986 \series bold
14988 \backslash
14989 columncolor{darkgreen}
14990 \backslash
14991 centering}c
14992 \end_layout
14994 \begin_layout Standard
14995 as LaTeX-argument for this column.
14996  The first row should be blue, therefore the TeX-Code command
14997 \end_layout
14999 \begin_layout Standard
15001 \series bold
15003 \backslash
15004 rowcolow{cyan}
15005 \end_layout
15007 \begin_layout Standard
15008 is inserted to the first cell of this row.
15009  Note that this overwrites the column color for the first cell.
15010  The last cell of the last row is colored magenta by inserting the TeX-Code
15011  command
15012 \end_layout
15014 \begin_layout Standard
15016 \series bold
15018 \backslash
15019 cellcolor{magenta}
15020 \end_layout
15022 \begin_layout Standard
15023 The characters could now be colored using the menu 
15024 \family sans
15025 Edit\SpecialChar \menuseparator
15026 Text
15027 \begin_inset space ~
15028 \end_inset
15030 Style
15031 \family default
15033 \end_layout
15035 \begin_layout Standard
15036 \begin_inset Float table
15037 placement h
15038 wide false
15039 sideways false
15040 status open
15042 \begin_layout Plain Layout
15043 \begin_inset Caption
15045 \begin_layout Plain Layout
15046 \begin_inset CommandInset label
15047 LatexCommand label
15048 name "tab:Table-colored-using"
15050 \end_inset
15052 Table colored using the package 
15053 \series bold
15054 colortbl
15055 \series default
15057 \begin_inset OptArg
15058 status collapsed
15060 \begin_layout Plain Layout
15061 Table with colortbl
15062 \end_layout
15064 \end_inset
15067 \end_layout
15069 \end_inset
15072 \end_layout
15074 \begin_layout Plain Layout
15075 \align center
15076 \begin_inset Tabular
15077 <lyxtabular version="3" rows="3" columns="3">
15078 <features>
15079 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15080 <column alignment="center" valignment="top" width="0">
15081 <column alignment="center" valignment="top" width="0">
15082 <row>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15086 \begin_layout Plain Layout
15087 \begin_inset ERT
15088 status collapsed
15090 \begin_layout Plain Layout
15093 \backslash
15094 rowcolor{cyan}
15095 \end_layout
15097 \end_inset
15100 \color magenta
15102 \end_layout
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" usebox="none">
15107 \begin_inset Text
15109 \begin_layout Plain Layout
15111 \color red
15113 \end_layout
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" usebox="none">
15118 \begin_inset Text
15120 \begin_layout Plain Layout
15122 \color red
15124 \end_layout
15126 \end_inset
15127 </cell>
15128 </row>
15129 <row>
15130 <cell alignment="center" valignment="top" usebox="none">
15131 \begin_inset Text
15133 \begin_layout Plain Layout
15135 \color yellow
15137 \end_layout
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15144 \begin_layout Plain Layout
15146 \color blue
15148 \end_layout
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" usebox="none">
15153 \begin_inset Text
15155 \begin_layout Plain Layout
15157 \color blue
15159 \end_layout
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row>
15165 <cell alignment="center" valignment="top" usebox="none">
15166 \begin_inset Text
15168 \begin_layout Plain Layout
15170 \color yellow
15172 \end_layout
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" usebox="none">
15177 \begin_inset Text
15179 \begin_layout Plain Layout
15181 \color blue
15183 \end_layout
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" usebox="none">
15188 \begin_inset Text
15190 \begin_layout Plain Layout
15191 \begin_inset ERT
15192 status collapsed
15194 \begin_layout Plain Layout
15197 \backslash
15198 cellcolor{magenta}
15199 \end_layout
15201 \end_inset
15204 \color green
15206 \end_layout
15208 \end_inset
15209 </cell>
15210 </row>
15211 </lyxtabular>
15213 \end_inset
15216 \end_layout
15218 \end_inset
15221 \end_layout
15223 \begin_layout Standard
15224 \begin_inset ERT
15225 status collapsed
15227 \begin_layout Plain Layout
15230 \backslash
15231 else
15232 \end_layout
15234 \end_inset
15237 \begin_inset Note Note
15238 status open
15240 \begin_layout Plain Layout
15241 The following will be displayed when the LaTeX-package 
15242 \series bold
15243 colortbl
15244 \series default
15245  is not installed:
15246 \end_layout
15248 \end_inset
15251 \end_layout
15253 \begin_layout Standard
15254 You need to install the package 
15255 \series bold
15256 colortbl
15257 \series default
15258  to see the content of this section in the output.
15259 \end_layout
15261 \begin_layout Standard
15262 \begin_inset ERT
15263 status collapsed
15265 \begin_layout Plain Layout
15268 \backslash
15270 \end_layout
15272 \end_inset
15275 \end_layout
15277 \begin_layout Subsection
15278 Colored Lines
15279 \begin_inset Index
15280 status collapsed
15282 \begin_layout Plain Layout
15283 Table Color ! for Lines
15284 \end_layout
15286 \end_inset
15289 \begin_inset Index
15290 status collapsed
15292 \begin_layout Plain Layout
15293 Color ! for Table Lines
15294 \end_layout
15296 \end_inset
15299 \end_layout
15301 \begin_layout Standard
15302 As described in section
15303 \begin_inset space ~
15304 \end_inset
15307 \begin_inset CommandInset ref
15308 LatexCommand ref
15309 reference "sub:Line-Thickness"
15311 \end_inset
15313 , the line thickness for all lines in a table can be adjusted with the length
15315 \series bold
15317 \backslash
15318 arrayrulewidth
15319 \series default
15321  It is set to 1.5
15322 \begin_inset space \thinspace{}
15323 \end_inset
15325 pt for all tables of this section.
15326 \begin_inset ERT
15327 status collapsed
15329 \begin_layout Plain Layout
15332 \backslash
15333 setlength{
15334 \backslash
15335 arrayrulewidth}{1.5pt}
15336 \end_layout
15338 \end_inset
15341 \end_layout
15343 \begin_layout Standard
15344 To color vertical lines for example with green, create the following column
15345  format in the document preamble, according to the description in section
15346 \begin_inset space ~
15347 \end_inset
15350 \begin_inset CommandInset ref
15351 LatexCommand ref
15352 reference "sub:Customized-Format"
15354 \end_inset
15357 \end_layout
15359 \begin_layout Standard
15361 \series bold
15363 \backslash
15364 newcolumntype{W}{!{
15365 \backslash
15366 color{green}
15367 \backslash
15368 vline}}
15369 \end_layout
15371 \begin_layout Standard
15372 For Table
15373 \begin_inset space ~
15374 \end_inset
15377 \begin_inset CommandInset ref
15378 LatexCommand ref
15379 reference "tab:Table-with-vertical-colored"
15381 \end_inset
15383  the LaTeX-argument
15384 \series bold
15385  WcW
15386 \series default
15387  was used for the last column and
15388 \series bold
15389  Wc
15390 \series default
15391  for the other columns.
15392 \end_layout
15394 \begin_layout Standard
15395 If you want to have several colors, define more column formats.
15396 \end_layout
15398 \begin_layout Standard
15399 \begin_inset Float table
15400 placement h
15401 wide false
15402 sideways false
15403 status open
15405 \begin_layout Plain Layout
15406 \begin_inset Caption
15408 \begin_layout Plain Layout
15409 \begin_inset CommandInset label
15410 LatexCommand label
15411 name "tab:Table-with-vertical-colored"
15413 \end_inset
15415 Table with colored vertical lines
15416 \end_layout
15418 \end_inset
15421 \end_layout
15423 \begin_layout Plain Layout
15424 \align center
15425 \begin_inset Tabular
15426 <lyxtabular version="3" rows="3" columns="3">
15427 <features>
15428 <column alignment="center" valignment="top" width="0" special="Wc">
15429 <column alignment="center" valignment="top" width="0" special="Wc">
15430 <column alignment="center" valignment="top" width="0" special="WcW">
15431 <row>
15432 <cell alignment="center" valignment="top" topline="true" usebox="none">
15433 \begin_inset Text
15435 \begin_layout Plain Layout
15437 \end_layout
15439 \end_inset
15440 </cell>
15441 <cell alignment="center" valignment="top" topline="true" usebox="none">
15442 \begin_inset Text
15444 \begin_layout Plain Layout
15446 \end_layout
15448 \end_inset
15449 </cell>
15450 <cell alignment="center" valignment="top" topline="true" usebox="none">
15451 \begin_inset Text
15453 \begin_layout Plain Layout
15455 \end_layout
15457 \end_inset
15458 </cell>
15459 </row>
15460 <row>
15461 <cell alignment="center" valignment="top" topline="true" usebox="none">
15462 \begin_inset Text
15464 \begin_layout Plain Layout
15466 \end_layout
15468 \end_inset
15469 </cell>
15470 <cell alignment="center" valignment="top" topline="true" usebox="none">
15471 \begin_inset Text
15473 \begin_layout Plain Layout
15475 \end_layout
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" topline="true" usebox="none">
15480 \begin_inset Text
15482 \begin_layout Plain Layout
15484 \end_layout
15486 \end_inset
15487 </cell>
15488 </row>
15489 <row>
15490 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15491 \begin_inset Text
15493 \begin_layout Plain Layout
15495 \end_layout
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15500 \begin_inset Text
15502 \begin_layout Plain Layout
15504 \end_layout
15506 \end_inset
15507 </cell>
15508 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15509 \begin_inset Text
15511 \begin_layout Plain Layout
15513 \end_layout
15515 \end_inset
15516 </cell>
15517 </row>
15518 </lyxtabular>
15520 \end_inset
15523 \end_layout
15525 \end_inset
15528 \end_layout
15530 \begin_layout Standard
15531 \begin_inset VSpace bigskip
15532 \end_inset
15534 To color horizontal lines for example with red, like in Table
15535 \begin_inset space ~
15536 \end_inset
15539 \begin_inset CommandInset ref
15540 LatexCommand ref
15541 reference "tab:Table-with-horizontal-colored"
15543 \end_inset
15545 , insert these commands in TeX-Code before the table or table float:
15546 \end_layout
15548 \begin_layout Standard
15550 \series bold
15552 \backslash
15554 \backslash
15555 myHlineC
15556 \backslash
15557 hline
15558 \begin_inset Newline newline
15559 \end_inset
15562 \backslash
15563 renewcommand{
15564 \backslash
15565 hline}
15566 \begin_inset Newline newline
15567 \end_inset
15570 \begin_inset ERT
15571 status collapsed
15573 \begin_layout Plain Layout
15576 \backslash
15577 hphantom{ }
15578 \end_layout
15580 \end_inset
15583 \backslash
15584 arrayrulecolor{red}
15585 \backslash
15586 myHlineC
15587 \backslash
15588 arrayrulecolor{black}}
15589 \end_layout
15591 \begin_layout Standard
15592 \begin_inset ERT
15593 status collapsed
15595 \begin_layout Plain Layout
15598 \backslash
15600 \backslash
15601 myHlineC
15602 \backslash
15603 hline
15604 \end_layout
15606 \begin_layout Plain Layout
15609 \backslash
15610 renewcommand{
15611 \backslash
15612 hline}
15613 \end_layout
15615 \begin_layout Plain Layout
15618 \backslash
15619 arrayrulecolor{red}
15620 \backslash
15621 myHlineC
15622 \backslash
15623 arrayrulecolor{black}}
15624 \end_layout
15626 \end_inset
15629 \begin_inset Float table
15630 placement h
15631 wide false
15632 sideways false
15633 status open
15635 \begin_layout Plain Layout
15636 \begin_inset Caption
15638 \begin_layout Plain Layout
15639 \begin_inset CommandInset label
15640 LatexCommand label
15641 name "tab:Table-with-horizontal-colored"
15643 \end_inset
15645 Table with colored horizontal lines
15646 \end_layout
15648 \end_inset
15651 \end_layout
15653 \begin_layout Plain Layout
15654 \align center
15655 \begin_inset Tabular
15656 <lyxtabular version="3" rows="3" columns="3">
15657 <features>
15658 <column alignment="center" valignment="top" width="0">
15659 <column alignment="center" valignment="top" width="0">
15660 <column alignment="center" valignment="top" width="0">
15661 <row>
15662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15663 \begin_inset Text
15665 \begin_layout Plain Layout
15667 \end_layout
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15672 \begin_inset Text
15674 \begin_layout Plain Layout
15676 \end_layout
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15681 \begin_inset Text
15683 \begin_layout Plain Layout
15685 \end_layout
15687 \end_inset
15688 </cell>
15689 </row>
15690 <row>
15691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15692 \begin_inset Text
15694 \begin_layout Plain Layout
15696 \end_layout
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15701 \begin_inset Text
15703 \begin_layout Plain Layout
15705 \end_layout
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15710 \begin_inset Text
15712 \begin_layout Plain Layout
15714 \end_layout
15716 \end_inset
15717 </cell>
15718 </row>
15719 <row>
15720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15721 \begin_inset Text
15723 \begin_layout Plain Layout
15725 \end_layout
15727 \end_inset
15728 </cell>
15729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15730 \begin_inset Text
15732 \begin_layout Plain Layout
15734 \end_layout
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15739 \begin_inset Text
15741 \begin_layout Plain Layout
15743 \end_layout
15745 \end_inset
15746 </cell>
15747 </row>
15748 </lyxtabular>
15750 \end_inset
15753 \end_layout
15755 \end_inset
15758 \end_layout
15760 \begin_layout Standard
15761 To return to the default line color black, insert this command in TeX-Code
15762  behind the table or table float:
15763 \end_layout
15765 \begin_layout Standard
15767 \series bold
15769 \backslash
15770 renewcommand{
15771 \backslash
15772 hline}{
15773 \backslash
15774 myHlineC}
15775 \end_layout
15777 \begin_layout Standard
15778 Table
15779 \begin_inset space ~
15780 \end_inset
15783 \begin_inset CommandInset ref
15784 LatexCommand ref
15785 reference "tab:Table-with-colored"
15787 \end_inset
15789  is an example with colored vertical and horizontal lines.
15790 \end_layout
15792 \begin_layout Standard
15793 \begin_inset Float table
15794 placement h
15795 wide false
15796 sideways false
15797 status open
15799 \begin_layout Plain Layout
15800 \begin_inset Caption
15802 \begin_layout Plain Layout
15803 \begin_inset CommandInset label
15804 LatexCommand label
15805 name "tab:Table-with-colored"
15807 \end_inset
15809 Table with colored lines
15810 \end_layout
15812 \end_inset
15815 \end_layout
15817 \begin_layout Plain Layout
15818 \align center
15819 \begin_inset Tabular
15820 <lyxtabular version="3" rows="3" columns="3">
15821 <features>
15822 <column alignment="center" valignment="top" width="0" special="Wc">
15823 <column alignment="center" valignment="top" width="0" special="Wc">
15824 <column alignment="center" valignment="top" width="0" special="WcW">
15825 <row>
15826 <cell alignment="center" valignment="top" topline="true" usebox="none">
15827 \begin_inset Text
15829 \begin_layout Plain Layout
15831 \end_layout
15833 \end_inset
15834 </cell>
15835 <cell alignment="center" valignment="top" topline="true" usebox="none">
15836 \begin_inset Text
15838 \begin_layout Plain Layout
15840 \end_layout
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" topline="true" usebox="none">
15845 \begin_inset Text
15847 \begin_layout Plain Layout
15849 \end_layout
15851 \end_inset
15852 </cell>
15853 </row>
15854 <row>
15855 <cell alignment="center" valignment="top" topline="true" usebox="none">
15856 \begin_inset Text
15858 \begin_layout Plain Layout
15860 \end_layout
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" topline="true" usebox="none">
15865 \begin_inset Text
15867 \begin_layout Plain Layout
15869 \end_layout
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" usebox="none">
15874 \begin_inset Text
15876 \begin_layout Plain Layout
15878 \end_layout
15880 \end_inset
15881 </cell>
15882 </row>
15883 <row topspace="default">
15884 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15885 \begin_inset Text
15887 \begin_layout Plain Layout
15889 \end_layout
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15894 \begin_inset Text
15896 \begin_layout Plain Layout
15898 \end_layout
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15903 \begin_inset Text
15905 \begin_layout Plain Layout
15907 \end_layout
15909 \end_inset
15910 </cell>
15911 </row>
15912 </lyxtabular>
15914 \end_inset
15917 \end_layout
15919 \end_inset
15922 \end_layout
15924 \begin_layout Standard
15925 \begin_inset ERT
15926 status collapsed
15928 \begin_layout Plain Layout
15931 \backslash
15932 renewcommand{
15933 \backslash
15934 hline}{
15935 \backslash
15936 myHlineC}
15937 \end_layout
15939 \end_inset
15942 \end_layout
15944 \begin_layout Standard
15945 \begin_inset ERT
15946 status collapsed
15948 \begin_layout Plain Layout
15951 \backslash
15952 setlength{
15953 \backslash
15954 arrayrulewidth}{0.4pt}
15955 \end_layout
15957 \end_inset
15960 \end_layout
15962 \begin_layout Section
15963 Table Customization
15964 \begin_inset Index
15965 status collapsed
15967 \begin_layout Plain Layout
15968 Table Customization
15969 \end_layout
15971 \end_inset
15974 \begin_inset Index
15975 status collapsed
15977 \begin_layout Plain Layout
15978 Table ! Customization
15979 \end_layout
15981 \end_inset
15984 \end_layout
15986 \begin_layout Subsection
15987 Row Spacing
15988 \begin_inset CommandInset label
15989 LatexCommand label
15990 name "sub:Row-Spacing"
15992 \end_inset
15995 \begin_inset Index
15996 status collapsed
15998 \begin_layout Plain Layout
15999 Table Customization ! Row Spacing
16000 \end_layout
16002 \end_inset
16005 \end_layout
16007 \begin_layout Standard
16008 You can add vertical space to table rows in the 
16009 \family sans
16010 Borders
16011 \family default
16012  tab of the table dialog.
16013  You find there three possibilities:
16014 \end_layout
16016 \begin_layout Description
16018 \begin_inset space ~
16019 \end_inset
16022 \begin_inset space ~
16023 \end_inset
16025 row will add space above the characters of the table row.
16026  If the table is a formal table
16027 \begin_inset Foot
16028 status collapsed
16030 \begin_layout Plain Layout
16031 Formal tables are explained in section
16032 \begin_inset space ~
16033 \end_inset
16036 \begin_inset CommandInset ref
16037 LatexCommand ref
16038 reference "sec:Formal-Tables"
16040 \end_inset
16043 \end_layout
16045 \end_inset
16047  LyX will insert as default 0.5
16048 \begin_inset space \thinspace{}
16049 \end_inset
16051 em space.
16052  For normal tables the inserted space will unfortunately destroy the vertical
16053  table lines as in the following table:
16054 \begin_inset VSpace medskip
16055 \end_inset
16058 \begin_inset Newline newline
16059 \end_inset
16062 \begin_inset space \hspace*{}
16063 \length 0pt
16064 \end_inset
16067 \begin_inset space \hfill{}
16068 \end_inset
16071 \begin_inset Tabular
16072 <lyxtabular version="3" rows="3" columns="1">
16073 <features>
16074 <column alignment="center" valignment="top" width="0">
16075 <row>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16079 \begin_layout Plain Layout
16081 \end_layout
16083 \end_inset
16084 </cell>
16085 </row>
16086 <row topspace="3mm">
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16088 \begin_inset Text
16090 \begin_layout Plain Layout
16092 \begin_inset space \thinspace{}
16093 \end_inset
16095 mm space top of row
16096 \end_layout
16098 \end_inset
16099 </cell>
16100 </row>
16101 <row>
16102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16103 \begin_inset Text
16105 \begin_layout Plain Layout
16107 \end_layout
16109 \end_inset
16110 </cell>
16111 </row>
16112 </lyxtabular>
16114 \end_inset
16117 \begin_inset space \hfill{}
16118 \end_inset
16121 \begin_inset space \hspace*{}
16122 \length 0pt
16123 \end_inset
16126 \begin_inset VSpace medskip
16127 \end_inset
16130 \begin_inset Newline newline
16131 \end_inset
16133 So inserting space to the top of row for normal tables is only useful when
16134  you don't have vertical lines.
16135 \end_layout
16137 \begin_layout Description
16138 Bottom
16139 \begin_inset space ~
16140 \end_inset
16143 \begin_inset space ~
16144 \end_inset
16146 row will add space below the characters of the table row.
16147  If the table is a formal table LyX will insert as default 0.5
16148 \begin_inset space \thinspace{}
16149 \end_inset
16151 em space, for normal tables the default size is 2
16152 \begin_inset space \thinspace{}
16153 \end_inset
16156 \end_layout
16158 \begin_layout Description
16159 Between
16160 \begin_inset space ~
16161 \end_inset
16163 rows adds space between the current and the following row.
16164  If the table is a formal table LyX will insert as default 0.5
16165 \begin_inset space \thinspace{}
16166 \end_inset
16168 em space.
16169  For normal tables the inserted space will unfortunately destroy the vertical
16170  table lines as in the following table:
16171 \begin_inset VSpace medskip
16172 \end_inset
16175 \begin_inset Newline newline
16176 \end_inset
16179 \begin_inset space \hspace*{}
16180 \length 0pt
16181 \end_inset
16184 \begin_inset space \hfill{}
16185 \end_inset
16188 \begin_inset Tabular
16189 <lyxtabular version="3" rows="3" columns="1">
16190 <features>
16191 <column alignment="center" valignment="top" width="0">
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16196 \begin_layout Plain Layout
16198 \end_layout
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row interlinespace="3mm">
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16205 \begin_inset Text
16207 \begin_layout Plain Layout
16208 \begin_inset Formula $\downarrow$
16209 \end_inset
16212 \begin_inset space \thinspace{}
16213 \end_inset
16215 mm space between row 
16216 \begin_inset Formula $\downarrow$
16217 \end_inset
16220 \end_layout
16222 \end_inset
16223 </cell>
16224 </row>
16225 <row>
16226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16227 \begin_inset Text
16229 \begin_layout Plain Layout
16230 \begin_inset Formula $\uparrow$
16231 \end_inset
16234 \begin_inset space \thinspace{}
16235 \end_inset
16237 mm space between row 
16238 \begin_inset Formula $\uparrow$
16239 \end_inset
16242 \end_layout
16244 \end_inset
16245 </cell>
16246 </row>
16247 </lyxtabular>
16249 \end_inset
16252 \begin_inset space \hfill{}
16253 \end_inset
16256 \begin_inset space \hspace*{}
16257 \length 0pt
16258 \end_inset
16261 \begin_inset VSpace medskip
16262 \end_inset
16265 \begin_inset Newline newline
16266 \end_inset
16268 So inserting space between rows for normal tables is only useful when you
16269  don't have vertical lines.
16270 \end_layout
16272 \begin_layout Standard
16273 \begin_inset VSpace bigskip
16274 \end_inset
16276 When you want to add extra height to all cells of all tables, you can do
16277  this with the following preamble lines:
16278 \end_layout
16280 \begin_layout Standard
16282 \series bold
16284 \backslash
16285 @ifundefined{extrarowheight}
16286 \begin_inset Newline newline
16287 \end_inset
16290 \begin_inset ERT
16291 status collapsed
16293 \begin_layout Plain Layout
16296 \backslash
16297 hphantom{ }
16298 \end_layout
16300 \end_inset
16303 \backslash
16304 usepackage{array}}{}
16305 \begin_inset Newline newline
16306 \end_inset
16309 \backslash
16310 setlength{
16311 \backslash
16312 extrarowheight}{height}
16313 \end_layout
16315 \begin_layout Standard
16316 But this has the disadvantage that the cell texts are no longer exactly
16317  vertically centered.
16318  (The package 
16319 \series bold
16320 array
16321 \series default
16322  will be loaded automatically by LyX when you use self defined table formats.
16323  To avoid that it is loaded twice the command 
16324 \series bold
16326 \backslash
16327 @ifundefined
16328 \series default
16329  is used in the above command.)
16330 \end_layout
16332 \begin_layout Standard
16333 In case you are using font sizes larger than the normal size, the table
16334  borders are often too close to the letters.
16335  This can be corrected by inserting the command 
16336 \series bold
16338 \backslash
16339 strut
16340 \series default
16341  in TeX code at the beginning of a table row.
16342  Table
16343 \begin_inset space ~
16344 \end_inset
16347 \begin_inset CommandInset ref
16348 LatexCommand ref
16349 reference "tab:Vertical-alignment-of"
16351 \end_inset
16353  visualizes the effect.
16354 \end_layout
16356 \begin_layout Standard
16357 \noindent
16358 \begin_inset Float table
16359 placement h
16360 wide false
16361 sideways false
16362 status open
16364 \begin_layout Plain Layout
16365 \begin_inset Caption
16367 \begin_layout Plain Layout
16368 \begin_inset CommandInset label
16369 LatexCommand label
16370 name "tab:Vertical-alignment-of"
16372 \end_inset
16374 Vertical alignment of text with large font sizes.
16375 \end_layout
16377 \end_inset
16380 \end_layout
16382 \begin_layout Plain Layout
16383 \begin_inset space \hfill{}
16384 \end_inset
16387 \begin_inset Float table
16388 wide false
16389 sideways false
16390 status collapsed
16392 \begin_layout Plain Layout
16393 \begin_inset Caption
16395 \begin_layout Plain Layout
16396 Normal table.
16397 \end_layout
16399 \end_inset
16402 \end_layout
16404 \begin_layout Plain Layout
16405 \noindent
16406 \align center
16407 \begin_inset Tabular
16408 <lyxtabular version="3" rows="6" columns="1">
16409 <features>
16410 <column alignment="left" valignment="top" width="0">
16411 <row>
16412 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16413 \begin_inset Text
16415 \begin_layout Plain Layout
16416 Normal, g
16417 \end_layout
16419 \end_inset
16420 </cell>
16421 </row>
16422 <row>
16423 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16424 \begin_inset Text
16426 \begin_layout Plain Layout
16428 \size large
16429 Large
16430 \end_layout
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16437 \begin_inset Text
16439 \begin_layout Plain Layout
16441 \size larger
16442 Larger
16443 \end_layout
16445 \end_inset
16446 </cell>
16447 </row>
16448 <row>
16449 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16450 \begin_inset Text
16452 \begin_layout Plain Layout
16454 \size largest
16455 Largest
16456 \end_layout
16458 \end_inset
16459 </cell>
16460 </row>
16461 <row>
16462 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16463 \begin_inset Text
16465 \begin_layout Plain Layout
16467 \size huge
16468 Huge
16469 \end_layout
16471 \end_inset
16472 </cell>
16473 </row>
16474 <row>
16475 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16478 \begin_layout Plain Layout
16480 \size huge
16481 Huger
16482 \end_layout
16484 \end_inset
16485 </cell>
16486 </row>
16487 </lyxtabular>
16489 \end_inset
16492 \end_layout
16494 \end_inset
16497 \begin_inset space \hfill{}
16498 \end_inset
16501 \begin_inset Float table
16502 wide false
16503 sideways false
16504 status collapsed
16506 \begin_layout Plain Layout
16507 \begin_inset Caption
16509 \begin_layout Plain Layout
16510 Table using the command 
16511 \series bold
16513 \backslash
16514 strut
16515 \series default
16517 \end_layout
16519 \end_inset
16522 \end_layout
16524 \begin_layout Plain Layout
16525 \noindent
16526 \align center
16527 \begin_inset Tabular
16528 <lyxtabular version="3" rows="6" columns="1">
16529 <features>
16530 <column alignment="left" valignment="top" width="0">
16531 <row>
16532 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16535 \begin_layout Plain Layout
16536 Normal, g
16537 \end_layout
16539 \end_inset
16540 </cell>
16541 </row>
16542 <row>
16543 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16544 \begin_inset Text
16546 \begin_layout Plain Layout
16548 \size large
16549 \begin_inset ERT
16550 status collapsed
16552 \begin_layout Plain Layout
16555 \backslash
16556 strut 
16557 \end_layout
16559 \end_inset
16561 Large
16562 \end_layout
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16571 \begin_layout Plain Layout
16573 \size larger
16574 \begin_inset ERT
16575 status collapsed
16577 \begin_layout Plain Layout
16580 \backslash
16581 strut 
16582 \end_layout
16584 \end_inset
16586 Larger
16587 \end_layout
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16596 \begin_layout Plain Layout
16598 \size largest
16599 \begin_inset ERT
16600 status collapsed
16602 \begin_layout Plain Layout
16605 \backslash
16606 strut 
16607 \end_layout
16609 \end_inset
16611 Largest
16612 \end_layout
16614 \end_inset
16615 </cell>
16616 </row>
16617 <row>
16618 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16619 \begin_inset Text
16621 \begin_layout Plain Layout
16623 \size huge
16624 \begin_inset ERT
16625 status collapsed
16627 \begin_layout Plain Layout
16630 \backslash
16631 strut 
16632 \end_layout
16634 \end_inset
16636 Huge
16637 \end_layout
16639 \end_inset
16640 </cell>
16641 </row>
16642 <row>
16643 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16644 \begin_inset Text
16646 \begin_layout Plain Layout
16648 \size giant
16649 \begin_inset ERT
16650 status collapsed
16652 \begin_layout Plain Layout
16655 \backslash
16656 strut 
16657 \end_layout
16659 \end_inset
16662 \size huge
16663 Huger
16664 \end_layout
16666 \end_inset
16667 </cell>
16668 </row>
16669 </lyxtabular>
16671 \end_inset
16674 \end_layout
16676 \end_inset
16679 \begin_inset space \hfill{}
16680 \end_inset
16683 \end_layout
16685 \end_inset
16688 \end_layout
16690 \begin_layout Subsection
16691 Special Cell Alignment
16692 \begin_inset Index
16693 status collapsed
16695 \begin_layout Plain Layout
16696 Table Customization ! Special Cell Alignment
16697 \end_layout
16699 \end_inset
16702 \end_layout
16704 \begin_layout Standard
16705 Sometimes it looks better when the cell entries of a column are aligned
16706  with a special character, e.
16707 \begin_inset space \thinspace{}
16708 \end_inset
16711 \begin_inset space \space{}
16712 \end_inset
16714 with the decimal separator as in Table
16715 \begin_inset space ~
16716 \end_inset
16719 \begin_inset CommandInset ref
16720 LatexCommand ref
16721 reference "tab:Table-cells-of"
16723 \end_inset
16726 \end_layout
16728 \begin_layout Standard
16729 \begin_inset Float table
16730 placement h
16731 wide false
16732 sideways false
16733 status open
16735 \begin_layout Plain Layout
16736 \begin_inset Caption
16738 \begin_layout Plain Layout
16739 \begin_inset CommandInset label
16740 LatexCommand label
16741 name "tab:Table-cells-of"
16743 \end_inset
16745 Table cells of a column aligned with the decimal separator.
16746 \end_layout
16748 \end_inset
16751 \end_layout
16753 \begin_layout Plain Layout
16754 \align center
16755 \begin_inset Tabular
16756 <lyxtabular version="3" rows="4" columns="2">
16757 <features>
16758 <column alignment="right" valignment="top" width="0">
16759 <column alignment="left" valignment="top" width="0" special="@{}l">
16760 <row>
16761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16762 \begin_inset Text
16764 \begin_layout Plain Layout
16765 heading
16766 \end_layout
16768 \end_inset
16769 </cell>
16770 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16773 \begin_layout Plain Layout
16775 \end_layout
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="center" valignment="top" usebox="none">
16782 \begin_inset Text
16784 \begin_layout Plain Layout
16786 \end_layout
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" usebox="none">
16791 \begin_inset Text
16793 \begin_layout Plain Layout
16795 \end_layout
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="center" valignment="top" usebox="none">
16802 \begin_inset Text
16804 \begin_layout Plain Layout
16806 \end_layout
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" usebox="none">
16811 \begin_inset Text
16813 \begin_layout Plain Layout
16815 \end_layout
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row>
16821 <cell alignment="center" valignment="top" usebox="none">
16822 \begin_inset Text
16824 \begin_layout Plain Layout
16825 -123.
16826 \end_layout
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" usebox="none">
16831 \begin_inset Text
16833 \begin_layout Plain Layout
16835 \end_layout
16837 \end_inset
16838 </cell>
16839 </row>
16840 </lyxtabular>
16842 \end_inset
16845 \end_layout
16847 \end_inset
16850 \end_layout
16852 \begin_layout Standard
16853 This table was created with a 4×2 table.
16854  The heading is a centered multicolumn.
16855  The first column is right-aligned and contains the digits before the decimal
16856  point and the decimal point.
16857  The second column is left aligned and contains the digits after the decimal
16858  point.
16859  To omit the space that is normally between two table columns, use the following
16860  LaTeX-argument for the second column:
16861 \end_layout
16863 \begin_layout Standard
16865 \series bold
16866 @{}l
16867 \end_layout
16869 \begin_layout Standard
16870 Table
16871 \begin_inset space ~
16872 \end_inset
16875 \begin_inset CommandInset ref
16876 LatexCommand ref
16877 reference "tab:Several-table-cell"
16879 \end_inset
16881  shows some example alignments.
16882  For the alignment with the relation sign, you must add the second smallest
16883  math-space at the beginning of the last column to get the correct space
16884  surrounding the relation sign.
16885 \end_layout
16887 \begin_layout Standard
16888 \begin_inset Float table
16889 wide false
16890 sideways false
16891 status open
16893 \begin_layout Plain Layout
16894 \begin_inset Caption
16896 \begin_layout Plain Layout
16897 \begin_inset CommandInset label
16898 LatexCommand label
16899 name "tab:Several-table-cell"
16901 \end_inset
16903 Several table cell alignments.
16904 \end_layout
16906 \end_inset
16909 \end_layout
16911 \begin_layout Plain Layout
16912 \align center
16913 \begin_inset Tabular
16914 <lyxtabular version="3" rows="4" columns="6">
16915 <features>
16916 <column alignment="right" valignment="top" width="0">
16917 <column alignment="left" valignment="top" width="0" special="@{}l">
16918 <column alignment="right" valignment="top" width="0">
16919 <column alignment="left" valignment="top" width="0" special="@{}l">
16920 <column alignment="right" valignment="top" width="0">
16921 <column alignment="left" valignment="top" width="0" special="@{}l">
16922 <row>
16923 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16926 \begin_layout Plain Layout
16927 units
16928 \end_layout
16930 \end_inset
16931 </cell>
16932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16935 \begin_layout Plain Layout
16937 \end_layout
16939 \end_inset
16940 </cell>
16941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16942 \begin_inset Text
16944 \begin_layout Plain Layout
16945 exponents
16946 \end_layout
16948 \end_inset
16949 </cell>
16950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16953 \begin_layout Plain Layout
16955 \end_layout
16957 \end_inset
16958 </cell>
16959 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16960 \begin_inset Text
16962 \begin_layout Plain Layout
16963 relations
16964 \end_layout
16966 \end_inset
16967 </cell>
16968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16971 \begin_layout Plain Layout
16973 \end_layout
16975 \end_inset
16976 </cell>
16977 </row>
16978 <row>
16979 <cell alignment="center" valignment="top" usebox="none">
16980 \begin_inset Text
16982 \begin_layout Plain Layout
16983 12×
16984 \end_layout
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16989 \begin_inset Text
16991 \begin_layout Plain Layout
16993 \begin_inset space \thinspace{}
16994 \end_inset
16996 bottles
16997 \end_layout
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" usebox="none">
17002 \begin_inset Text
17004 \begin_layout Plain Layout
17005 \begin_inset Formula $10\cdot$
17006 \end_inset
17009 \end_layout
17011 \end_inset
17012 </cell>
17013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17014 \begin_inset Text
17016 \begin_layout Plain Layout
17017 \begin_inset Formula $10^{\mbox{-}17}$
17018 \end_inset
17021 \end_layout
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" usebox="none">
17026 \begin_inset Text
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\Gamma(t)\propto$
17030 \end_inset
17033 \end_layout
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" usebox="none">
17038 \begin_inset Text
17040 \begin_layout Plain Layout
17041 \begin_inset Formula $\:\Upsilon(t)$
17042 \end_inset
17045 \end_layout
17047 \end_inset
17048 </cell>
17049 </row>
17050 <row>
17051 <cell alignment="center" valignment="top" usebox="none">
17052 \begin_inset Text
17054 \begin_layout Plain Layout
17055 1024×
17056 \end_layout
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17061 \begin_inset Text
17063 \begin_layout Plain Layout
17065 \begin_inset space \thinspace{}
17066 \end_inset
17068 Pixels
17069 \end_layout
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" usebox="none">
17074 \begin_inset Text
17076 \begin_layout Plain Layout
17077 \begin_inset Formula $5.78\cdot$
17078 \end_inset
17081 \end_layout
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17086 \begin_inset Text
17088 \begin_layout Plain Layout
17089 \begin_inset Formula $10^{7}$
17090 \end_inset
17093 \end_layout
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" usebox="none">
17098 \begin_inset Text
17100 \begin_layout Plain Layout
17101 \begin_inset Formula $A\ne$
17102 \end_inset
17105 \end_layout
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" usebox="none">
17110 \begin_inset Text
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $\: B_{\mathrm{red}}$
17114 \end_inset
17117 \end_layout
17119 \end_inset
17120 </cell>
17121 </row>
17122 <row>
17123 <cell alignment="center" valignment="top" usebox="none">
17124 \begin_inset Text
17126 \begin_layout Plain Layout
17127 32×
17128 \end_layout
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17133 \begin_inset Text
17135 \begin_layout Plain Layout
17137 \begin_inset space \thinspace{}
17138 \end_inset
17141 \end_layout
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" usebox="none">
17146 \begin_inset Text
17148 \begin_layout Plain Layout
17150 \begin_inset Formula $33.5\cdot$
17151 \end_inset
17154 \end_layout
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17159 \begin_inset Text
17161 \begin_layout Plain Layout
17162 \begin_inset Formula $10^{4}$
17163 \end_inset
17166 \end_layout
17168 \end_inset
17169 </cell>
17170 <cell alignment="center" valignment="top" usebox="none">
17171 \begin_inset Text
17173 \begin_layout Plain Layout
17174 \begin_inset Formula $\sin(\alpha)\ge$
17175 \end_inset
17178 \end_layout
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" usebox="none">
17183 \begin_inset Text
17185 \begin_layout Plain Layout
17186 \begin_inset Formula $\:\sin(\beta)$
17187 \end_inset
17190 \end_layout
17192 \end_inset
17193 </cell>
17194 </row>
17195 </lyxtabular>
17197 \end_inset
17200 \end_layout
17202 \end_inset
17205 \end_layout
17207 \begin_layout Standard
17208 \begin_inset VSpace bigskip
17209 \end_inset
17211 There is also the LaTeX-package 
17212 \series bold
17213 dcolumn
17214 \series default
17216 \begin_inset Index
17217 status collapsed
17219 \begin_layout Plain Layout
17220 LaTeX-packages ! dcolumn
17221 \end_layout
17223 \end_inset
17225  that provides table cell alignments.
17226  But this unfortunately treats the cell entries as math and doesn't allow
17227  formulas in table cells: The first column of Table
17228 \begin_inset space ~
17229 \end_inset
17232 \begin_inset CommandInset ref
17233 LatexCommand ref
17234 reference "tab:Several-table-cell"
17236 \end_inset
17238  will look with 
17239 \series bold
17240 dcolumn
17241 \series default
17242  like the first column in Table
17243 \begin_inset space ~
17244 \end_inset
17247 \begin_inset CommandInset ref
17248 LatexCommand ref
17249 reference "tab:Alignments-when"
17251 \end_inset
17253  and only with some tricks like the expected.
17254  The alignment of the second and third column of Table
17255 \begin_inset space ~
17256 \end_inset
17259 \begin_inset CommandInset ref
17260 LatexCommand ref
17261 reference "tab:Several-table-cell"
17263 \end_inset
17265  is not possible with 
17266 \series bold
17267 dcolumn
17268 \series default
17270 \end_layout
17272 \begin_layout Standard
17273 \begin_inset Float table
17274 placement h
17275 wide false
17276 sideways false
17277 status open
17279 \begin_layout Plain Layout
17280 \begin_inset Caption
17282 \begin_layout Plain Layout
17283 \begin_inset CommandInset label
17284 LatexCommand label
17285 name "tab:Alignments-when"
17287 \end_inset
17289 Alignments when LaTeX-package dcolumn is used.
17290  For all column alignments tricks have to be used to get the output.
17291 \end_layout
17293 \end_inset
17296 \end_layout
17298 \begin_layout Plain Layout
17299 \align center
17300 \begin_inset Tabular
17301 <lyxtabular version="3" rows="4" columns="3">
17302 <features>
17303 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17304 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17305 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17306 <row>
17307 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17308 \begin_inset Text
17310 \begin_layout Plain Layout
17311 units
17312 \end_layout
17314 \end_inset
17315 </cell>
17316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17319 \begin_layout Plain Layout
17320 units
17321 \end_layout
17323 \end_inset
17324 </cell>
17325 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17326 \begin_inset Text
17328 \begin_layout Plain Layout
17329 units
17330 \end_layout
17332 \end_inset
17333 </cell>
17334 </row>
17335 <row>
17336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17337 \begin_inset Text
17339 \begin_layout Plain Layout
17340 12x24
17341 \begin_inset space \thinspace{}
17342 \end_inset
17344 bottles
17345 \end_layout
17347 \end_inset
17348 </cell>
17349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17350 \begin_inset Text
17352 \begin_layout Plain Layout
17353 12x24
17354 \begin_inset space \thinspace{}
17355 \end_inset
17358 \begin_inset Formula $\mbox{bottles}$
17359 \end_inset
17362 \end_layout
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" usebox="none">
17367 \begin_inset Text
17369 \begin_layout Plain Layout
17371 \begin_inset ERT
17372 status collapsed
17374 \begin_layout Plain Layout
17377 \backslash
17378 times 
17379 \end_layout
17381 \end_inset
17384 \begin_inset Formula $\mbox{bottles}$
17385 \end_inset
17388 \end_layout
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17395 \begin_inset Text
17397 \begin_layout Plain Layout
17398 1024x768
17399 \begin_inset space \thinspace{}
17400 \end_inset
17402 Pixels
17403 \end_layout
17405 \end_inset
17406 </cell>
17407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17408 \begin_inset Text
17410 \begin_layout Plain Layout
17411 1024x768
17412 \begin_inset space \thinspace{}
17413 \end_inset
17416 \begin_inset Formula $\mbox{Pixels}$
17417 \end_inset
17420 \end_layout
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" usebox="none">
17425 \begin_inset Text
17427 \begin_layout Plain Layout
17428 1024
17429 \begin_inset ERT
17430 status collapsed
17432 \begin_layout Plain Layout
17435 \backslash
17436 times 
17437 \end_layout
17439 \end_inset
17441 768~
17442 \begin_inset Formula $\mbox{Pixels}$
17443 \end_inset
17446 \end_layout
17448 \end_inset
17449 </cell>
17450 </row>
17451 <row>
17452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17453 \begin_inset Text
17455 \begin_layout Plain Layout
17456 32x6
17457 \begin_inset space \thinspace{}
17458 \end_inset
17461 \end_layout
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17466 \begin_inset Text
17468 \begin_layout Plain Layout
17469 32x6
17470 \begin_inset space \thinspace{}
17471 \end_inset
17474 \begin_inset Formula $\mbox{cm}$
17475 \end_inset
17478 \end_layout
17480 \end_inset
17481 </cell>
17482 <cell alignment="center" valignment="top" usebox="none">
17483 \begin_inset Text
17485 \begin_layout Plain Layout
17487 \begin_inset ERT
17488 status collapsed
17490 \begin_layout Plain Layout
17493 \backslash
17494 times 
17495 \end_layout
17497 \end_inset
17500 \begin_inset Formula $\mbox{cm}$
17501 \end_inset
17504 \end_layout
17506 \end_inset
17507 </cell>
17508 </row>
17509 </lyxtabular>
17511 \end_inset
17514 \end_layout
17516 \end_inset
17519 \end_layout
17521 \begin_layout Subsection
17522 Customized Cell/Column Format
17523 \begin_inset CommandInset label
17524 LatexCommand label
17525 name "sub:Customized-Format"
17527 \end_inset
17530 \begin_inset Index
17531 status collapsed
17533 \begin_layout Plain Layout
17534 Table Customization ! Cell/Column Format
17535 \end_layout
17537 \end_inset
17540 \end_layout
17542 \begin_layout Standard
17543 Calculating the needed width for spanned columns like in section
17544 \begin_inset space ~
17545 \end_inset
17548 \begin_inset CommandInset ref
17549 LatexCommand ref
17550 reference "sub:Multicolumn-Calculations"
17552 \end_inset
17554  is very annoying if you have several tables with multicolumn cells.
17555  To make life easier, you can define a cell/column format in the preamble,
17556  so that it can be used in all tables of the document.
17557  The format is defined with the command
17558 \end_layout
17560 \begin_layout Standard
17562 \series bold
17564 \backslash
17565 newcolumntype{name of format}[number of arguments]{commands}
17566 \end_layout
17568 \begin_layout Standard
17569 The format name may only consist of one letter.
17570  The letters 
17571 \emph on
17573 \emph default
17575 \emph on
17577 \emph default
17579 \emph on
17581 \emph default
17583 \emph on
17585 \emph default
17587 \emph on
17589 \emph default
17590  and 
17591 \emph on
17593 \emph default
17594  are predefined and cannot be used.
17595  But all letters are allowed as capitals.
17596 \end_layout
17598 \begin_layout Standard
17599 \begin_inset VSpace medskip
17600 \end_inset
17603 \end_layout
17605 \begin_layout Standard
17606 For vertically and horizontally centered multicolumn cells with a fixed
17607  width you can define the cell format
17608 \end_layout
17610 \begin_layout Standard
17612 \series bold
17614 \backslash
17615 newcolumntype{M}[1]{>{
17616 \backslash
17617 centering
17618 \backslash
17619 hspace{0pt}}m{#1}}
17620 \end_layout
17622 \begin_layout Standard
17623 where 
17624 \series bold
17626 \backslash
17627 hspace{0pt}
17628 \series default
17629  avoids the problem of hyphenating the first word, as described in section
17630 \begin_inset space ~
17631 \end_inset
17634 \begin_inset CommandInset ref
17635 LatexCommand ref
17636 reference "sub:Multiple-Lines-in"
17638 \end_inset
17641  Now you can simply enter
17642 \end_layout
17644 \begin_layout Standard
17646 \series bold
17647 M{width}
17648 \end_layout
17650 \begin_layout Standard
17651 as LaTeX-argument in the table dialog to create a multicolumn.
17652 \end_layout
17654 \begin_layout Standard
17655 \begin_inset VSpace bigskip
17656 \end_inset
17659 \end_layout
17661 \begin_layout Standard
17662 For cells spanned by a multicolumn cell, you can define the format
17663 \end_layout
17665 \begin_layout Standard
17667 \series bold
17669 \backslash
17670 newcolumntype{S}[2]{>{
17671 \backslash
17672 centering
17673 \backslash
17674 hspace{0pt}}
17675 \begin_inset Newline newline
17676 \end_inset
17679 \begin_inset ERT
17680 status collapsed
17682 \begin_layout Plain Layout
17685 \backslash
17686 phantom{
17687 \end_layout
17689 \end_inset
17692 \backslash
17693 newcolumntype
17694 \begin_inset ERT
17695 status collapsed
17697 \begin_layout Plain Layout
17700 \end_layout
17702 \end_inset
17704 m{(#1+(2
17705 \backslash
17706 tabcolsep+
17707 \backslash
17708 arrayrulewidth)*(1-#2))/#2}}
17709 \end_layout
17711 \begin_layout Standard
17712 This format uses equation 
17713 \begin_inset CommandInset ref
17714 LatexCommand eqref
17715 reference "eq:Wgn"
17717 \end_inset
17719  to calculate the needed width so that each spanned cell has the same width.
17720 \end_layout
17722 \begin_layout Standard
17723 You can now enter
17724 \end_layout
17726 \begin_layout Standard
17728 \series bold
17729 S{width of multicolumn cell}{number of spanned columns}
17730 \end_layout
17732 \begin_layout Standard
17733 as LaTeX-argument of the column.
17734 \end_layout
17736 \begin_layout Standard
17737 \begin_inset VSpace bigskip
17738 \end_inset
17741 \end_layout
17743 \begin_layout Standard
17744 For colored columns, you can define
17745 \end_layout
17747 \begin_layout Standard
17749 \series bold
17751 \backslash
17752 newcolumntype{K}[1]{>{
17753 \backslash
17754 columncolor{#1}
17755 \backslash
17756 hspace{0pt}}c}
17757 \end_layout
17759 \begin_layout Standard
17760 The 
17761 \begin_inset Quotes eld
17762 \end_inset
17765 \begin_inset Quotes erd
17766 \end_inset
17768  at the end creates a column with a flexible width whose text is horizontally
17769  centered.
17770  You can now enter
17771 \end_layout
17773 \begin_layout Standard
17775 \series bold
17776 K{color name}
17777 \end_layout
17779 \begin_layout Standard
17780 as LaTeX-argument.
17781 \end_layout
17783 \begin_layout Standard
17784 \begin_inset VSpace bigskip
17785 \end_inset
17788 \end_layout
17790 \begin_layout Standard
17791 To create Table
17792 \begin_inset space ~
17793 \end_inset
17796 \begin_inset CommandInset ref
17797 LatexCommand ref
17798 reference "tab:Table-using-user-defined"
17800 \end_inset
17802  use the LaTeX-arguments
17803 \end_layout
17805 \begin_layout Standard
17807 \series bold
17808 M{2.5cm}
17809 \end_layout
17811 \begin_layout Standard
17812 for the first column and the multicolumn,
17813 \end_layout
17815 \begin_layout Standard
17817 \series bold
17818 K{red}
17819 \end_layout
17821 \begin_layout Standard
17822 for the the last column, and
17823 \end_layout
17825 \begin_layout Standard
17827 \series bold
17828 S{2.5cm}{2}
17829 \end_layout
17831 \begin_layout Standard
17832 for the cells in the second column.
17833 \end_layout
17835 \begin_layout Standard
17836 \begin_inset Float table
17837 placement h
17838 wide false
17839 sideways false
17840 status open
17842 \begin_layout Plain Layout
17843 \begin_inset Caption
17845 \begin_layout Plain Layout
17846 \begin_inset CommandInset label
17847 LatexCommand label
17848 name "tab:Table-using-user-defined"
17850 \end_inset
17852 Table using user-defined table formats
17853 \end_layout
17855 \end_inset
17858 \end_layout
17860 \begin_layout Plain Layout
17861 \align center
17862 \begin_inset Tabular
17863 <lyxtabular version="3" rows="3" columns="4">
17864 <features>
17865 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17866 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17867 <column alignment="center" valignment="middle" width="0">
17868 <column alignment="center" valignment="middle" width="0" special="K{red}">
17869 <row>
17870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17873 \begin_layout Plain Layout
17874 verylongtablecellword
17875 \end_layout
17877 \end_inset
17878 </cell>
17879 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17880 \begin_inset Text
17882 \begin_layout Plain Layout
17883 multiple lines multicolumn
17884 \end_layout
17886 \end_inset
17887 </cell>
17888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17889 \begin_inset Text
17891 \begin_layout Plain Layout
17893 \end_layout
17895 \end_inset
17896 </cell>
17897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17898 \begin_inset Text
17900 \begin_layout Plain Layout
17902 \end_layout
17904 \end_inset
17905 </cell>
17906 </row>
17907 <row>
17908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17909 \begin_inset Text
17911 \begin_layout Plain Layout
17913 \end_layout
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17918 \begin_inset Text
17920 \begin_layout Plain Layout
17922 \end_layout
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17927 \begin_inset Text
17929 \begin_layout Plain Layout
17931 \end_layout
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17936 \begin_inset Text
17938 \begin_layout Plain Layout
17940 \end_layout
17942 \end_inset
17943 </cell>
17944 </row>
17945 <row>
17946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17949 \begin_layout Plain Layout
17951 \end_layout
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17958 \begin_layout Plain Layout
17960 \end_layout
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17965 \begin_inset Text
17967 \begin_layout Plain Layout
17969 \end_layout
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17974 \begin_inset Text
17976 \begin_layout Plain Layout
17978 \end_layout
17980 \end_inset
17981 </cell>
17982 </row>
17983 </lyxtabular>
17985 \end_inset
17988 \end_layout
17990 \end_inset
17993 \end_layout
17995 \begin_layout Subsection
17996 Line Thickness
17997 \begin_inset CommandInset label
17998 LatexCommand label
17999 name "sub:Line-Thickness"
18001 \end_inset
18004 \begin_inset Index
18005 status collapsed
18007 \begin_layout Plain Layout
18008 Table Customization ! Line Thickness
18009 \end_layout
18011 \end_inset
18014 \end_layout
18016 \begin_layout Standard
18017 The line thickness for all lines in a table can be adjusted with the length
18019 \series bold
18021 \backslash
18022 arrayrulewidth
18023 \series default
18025  To set for example a line thickness of 1.5
18026 \begin_inset space \thinspace{}
18027 \end_inset
18029 pt, like in Table
18030 \begin_inset space ~
18031 \end_inset
18034 \begin_inset CommandInset ref
18035 LatexCommand ref
18036 reference "tab:Table-with-1.5"
18038 \end_inset
18040 , insert the command
18041 \end_layout
18043 \begin_layout Standard
18045 \series bold
18047 \backslash
18048 setlength{
18049 \backslash
18050 arrayrulewidth}{1.5pt}
18051 \end_layout
18053 \begin_layout Standard
18054 in TeX-Code before the table or table float.
18055  The changed thickness is valid for all following tables.
18056  To use the default value again, set 
18057 \series bold
18059 \backslash
18060 arrayrulewidth
18061 \series default
18062  to 0.4
18063 \begin_inset space \thinspace{}
18064 \end_inset
18066 pt in TeX-Code behind the table or table float.
18067 \end_layout
18069 \begin_layout Standard
18070 \begin_inset ERT
18071 status collapsed
18073 \begin_layout Plain Layout
18076 \backslash
18077 setlength{
18078 \backslash
18079 arrayrulewidth}{1.5pt}
18080 \end_layout
18082 \end_inset
18085 \begin_inset Float table
18086 wide false
18087 sideways false
18088 status open
18090 \begin_layout Plain Layout
18091 \begin_inset Caption
18093 \begin_layout Plain Layout
18094 \begin_inset CommandInset label
18095 LatexCommand label
18096 name "tab:Table-with-1.5"
18098 \end_inset
18100 Table with 1.5
18101 \begin_inset space \thinspace{}
18102 \end_inset
18104 pt thick lines
18105 \end_layout
18107 \end_inset
18110 \end_layout
18112 \begin_layout Plain Layout
18113 \align center
18114 \begin_inset Tabular
18115 <lyxtabular version="3" rows="3" columns="3">
18116 <features>
18117 <column alignment="center" valignment="top" width="0">
18118 <column alignment="center" valignment="top" width="0">
18119 <column alignment="center" valignment="top" width="0">
18120 <row>
18121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18124 \begin_layout Plain Layout
18126 \end_layout
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18131 \begin_inset Text
18133 \begin_layout Plain Layout
18135 \end_layout
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18142 \begin_layout Plain Layout
18144 \end_layout
18146 \end_inset
18147 </cell>
18148 </row>
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18153 \begin_layout Plain Layout
18155 \end_layout
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18160 \begin_inset Text
18162 \begin_layout Plain Layout
18164 \end_layout
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18169 \begin_inset Text
18171 \begin_layout Plain Layout
18173 \end_layout
18175 \end_inset
18176 </cell>
18177 </row>
18178 <row>
18179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18182 \begin_layout Plain Layout
18184 \end_layout
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18189 \begin_inset Text
18191 \begin_layout Plain Layout
18193 \end_layout
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18198 \begin_inset Text
18200 \begin_layout Plain Layout
18202 \end_layout
18204 \end_inset
18205 </cell>
18206 </row>
18207 </lyxtabular>
18209 \end_inset
18212 \end_layout
18214 \end_inset
18217 \begin_inset ERT
18218 status collapsed
18220 \begin_layout Plain Layout
18223 \backslash
18224 setlength{
18225 \backslash
18226 arrayrulewidth}{0.4pt}
18227 \end_layout
18229 \end_inset
18232 \end_layout
18234 \begin_layout Standard
18235 \begin_inset VSpace bigskip
18236 \end_inset
18238 To set the line thickness to 1.5
18239 \begin_inset space \thinspace{}
18240 \end_inset
18242 pt only for horizontal lines, like in Table
18243 \begin_inset space ~
18244 \end_inset
18247 \begin_inset CommandInset ref
18248 LatexCommand ref
18249 reference "tab:Table-with-horizontal"
18251 \end_inset
18253 , insert these commands in TeX-Code before the table or table float:
18254 \end_layout
18256 \begin_layout Standard
18258 \series bold
18260 \backslash
18262 \backslash
18263 myHline
18264 \backslash
18265 hline
18266 \begin_inset Newline newline
18267 \end_inset
18270 \backslash
18271 renewcommand{
18272 \backslash
18273 hline}
18274 \begin_inset Newline newline
18275 \end_inset
18278 \backslash
18279 noalign{
18280 \backslash
18281 global
18282 \backslash
18283 arrayrulewidth 1.5pt}
18284 \begin_inset Newline newline
18285 \end_inset
18288 \backslash
18289 myHline
18290 \backslash
18291 noalign{
18292 \backslash
18293 global
18294 \backslash
18295 arrayrulewidth 0.4pt}}
18296 \end_layout
18298 \begin_layout Standard
18299 To return to the default line thickness, insert this command in TeX-Code
18300  behind the table or table float:
18301 \end_layout
18303 \begin_layout Standard
18305 \series bold
18307 \backslash
18308 renewcommand{
18309 \backslash
18310 hline}{
18311 \backslash
18312 myHline}
18313 \end_layout
18315 \begin_layout Standard
18316 \begin_inset ERT
18317 status collapsed
18319 \begin_layout Plain Layout
18322 \backslash
18324 \backslash
18325 myHline
18326 \backslash
18327 hline
18328 \end_layout
18330 \begin_layout Plain Layout
18333 \backslash
18334 renewcommand{
18335 \backslash
18336 hline}
18337 \end_layout
18339 \begin_layout Plain Layout
18342 \backslash
18343 noalign{
18344 \backslash
18345 global
18346 \backslash
18347 arrayrulewidth 1.5pt}
18348 \end_layout
18350 \begin_layout Plain Layout
18352   
18353 \backslash
18354 myHline
18355 \backslash
18356 noalign{
18357 \backslash
18358 global
18359 \backslash
18360 arrayrulewidth 0.4pt}}
18361 \end_layout
18363 \end_inset
18366 \begin_inset Float table
18367 wide false
18368 sideways false
18369 status open
18371 \begin_layout Plain Layout
18372 \begin_inset Caption
18374 \begin_layout Plain Layout
18375 \begin_inset CommandInset label
18376 LatexCommand label
18377 name "tab:Table-with-horizontal"
18379 \end_inset
18381 Table with 1.5
18382 \begin_inset space \thinspace{}
18383 \end_inset
18385 pt thick horizontal lines
18386 \end_layout
18388 \end_inset
18391 \end_layout
18393 \begin_layout Plain Layout
18394 \align center
18395 \begin_inset Tabular
18396 <lyxtabular version="3" rows="3" columns="3">
18397 <features>
18398 <column alignment="center" valignment="top" width="0">
18399 <column alignment="center" valignment="top" width="0">
18400 <column alignment="center" valignment="top" width="0">
18401 <row>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18405 \begin_layout Plain Layout
18407 \end_layout
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18412 \begin_inset Text
18414 \begin_layout Plain Layout
18416 \end_layout
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18421 \begin_inset Text
18423 \begin_layout Plain Layout
18425 \end_layout
18427 \end_inset
18428 </cell>
18429 </row>
18430 <row>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18434 \begin_layout Plain Layout
18436 \end_layout
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18441 \begin_inset Text
18443 \begin_layout Plain Layout
18445 \end_layout
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18450 \begin_inset Text
18452 \begin_layout Plain Layout
18454 \end_layout
18456 \end_inset
18457 </cell>
18458 </row>
18459 <row>
18460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18463 \begin_layout Plain Layout
18465 \end_layout
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18470 \begin_inset Text
18472 \begin_layout Plain Layout
18474 \end_layout
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18479 \begin_inset Text
18481 \begin_layout Plain Layout
18483 \end_layout
18485 \end_inset
18486 </cell>
18487 </row>
18488 </lyxtabular>
18490 \end_inset
18493 \end_layout
18495 \end_inset
18498 \begin_inset ERT
18499 status collapsed
18501 \begin_layout Plain Layout
18504 \backslash
18505 renewcommand{
18506 \backslash
18507 hline}{
18508 \backslash
18509 myHline}
18510 \end_layout
18512 \end_inset
18515 \end_layout
18517 \begin_layout Standard
18518 \begin_inset VSpace bigskip
18519 \end_inset
18521 To set the line thickness to 1.5
18522 \begin_inset space \thinspace{}
18523 \end_inset
18525 pt only for vertical lines, create the following column format in the document
18526  preamble, according to the description in section
18527 \begin_inset space ~
18528 \end_inset
18531 \begin_inset CommandInset ref
18532 LatexCommand ref
18533 reference "sub:Customized-Format"
18535 \end_inset
18538 \end_layout
18540 \begin_layout Standard
18542 \series bold
18544 \backslash
18545 newcolumntype{V}{!{
18546 \backslash
18547 vrule width 1.5pt}}
18548 \end_layout
18550 \begin_layout Standard
18551 For Table
18552 \begin_inset space ~
18553 \end_inset
18556 \begin_inset CommandInset ref
18557 LatexCommand ref
18558 reference "tab:Table-with-vertical"
18560 \end_inset
18562  the LaTeX-argument
18563 \end_layout
18565 \begin_layout Standard
18567 \series bold
18569 \end_layout
18571 \begin_layout Standard
18572 was used for the last column and
18573 \end_layout
18575 \begin_layout Standard
18577 \series bold
18579 \end_layout
18581 \begin_layout Standard
18582 for the other columns.
18583 \end_layout
18585 \begin_layout Standard
18586 \begin_inset Float table
18587 wide false
18588 sideways false
18589 status open
18591 \begin_layout Plain Layout
18592 \begin_inset Caption
18594 \begin_layout Plain Layout
18595 \begin_inset CommandInset label
18596 LatexCommand label
18597 name "tab:Table-with-vertical"
18599 \end_inset
18601 Table with 1.5
18602 \begin_inset space \thinspace{}
18603 \end_inset
18605 pt thick vertical lines
18606 \end_layout
18608 \end_inset
18611 \end_layout
18613 \begin_layout Plain Layout
18614 \align center
18615 \begin_inset Tabular
18616 <lyxtabular version="3" rows="3" columns="3">
18617 <features>
18618 <column alignment="center" valignment="top" width="0" special="Vc">
18619 <column alignment="center" valignment="top" width="0" special="Vc">
18620 <column alignment="center" valignment="top" width="0" special="VcV">
18621 <row>
18622 <cell alignment="center" valignment="top" topline="true" usebox="none">
18623 \begin_inset Text
18625 \begin_layout Plain Layout
18627 \end_layout
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" usebox="none">
18632 \begin_inset Text
18634 \begin_layout Plain Layout
18636 \end_layout
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" usebox="none">
18641 \begin_inset Text
18643 \begin_layout Plain Layout
18645 \end_layout
18647 \end_inset
18648 </cell>
18649 </row>
18650 <row>
18651 <cell alignment="center" valignment="top" topline="true" usebox="none">
18652 \begin_inset Text
18654 \begin_layout Plain Layout
18656 \end_layout
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" usebox="none">
18661 \begin_inset Text
18663 \begin_layout Plain Layout
18665 \end_layout
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" usebox="none">
18670 \begin_inset Text
18672 \begin_layout Plain Layout
18674 \end_layout
18676 \end_inset
18677 </cell>
18678 </row>
18679 <row>
18680 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18681 \begin_inset Text
18683 \begin_layout Plain Layout
18685 \end_layout
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18690 \begin_inset Text
18692 \begin_layout Plain Layout
18694 \end_layout
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18699 \begin_inset Text
18701 \begin_layout Plain Layout
18703 \end_layout
18705 \end_inset
18706 </cell>
18707 </row>
18708 </lyxtabular>
18710 \end_inset
18713 \end_layout
18715 \end_inset
18718 \end_layout
18720 \begin_layout Subsection
18721 Dashed Lines
18722 \begin_inset Index
18723 status collapsed
18725 \begin_layout Plain Layout
18726 Table Customization ! Dashed Lines
18727 \end_layout
18729 \end_inset
18732 \end_layout
18734 \begin_layout Standard
18735 \begin_inset ERT
18736 status collapsed
18738 \begin_layout Plain Layout
18741 \backslash
18742 ifarydshln
18743 \end_layout
18745 \end_inset
18748 \begin_inset Note Note
18749 status open
18751 \begin_layout Plain Layout
18752 The following section will only be displayed when the LaTeX-package 
18753 \series bold
18754 arydshln
18755 \series default
18756  is installed.
18757 \end_layout
18759 \end_inset
18762 \end_layout
18764 \begin_layout Standard
18765 \begin_inset Float table
18766 placement H
18767 wide false
18768 sideways false
18769 status open
18771 \begin_layout Plain Layout
18772 \begin_inset Caption
18774 \begin_layout Plain Layout
18775 \begin_inset CommandInset label
18776 LatexCommand label
18777 name "tab:Table-with-dashed"
18779 \end_inset
18781 Table with dashed lines
18782 \end_layout
18784 \end_inset
18787 \end_layout
18789 \begin_layout Plain Layout
18790 \align center
18791 \begin_inset Tabular
18792 <lyxtabular version="3" rows="5" columns="5">
18793 <features>
18794 <column alignment="center" valignment="top" width="0">
18795 <column alignment="center" valignment="top" width="0">
18796 <column alignment="center" valignment="top" width="0" special=":c">
18797 <column alignment="center" valignment="top" width="0">
18798 <column alignment="center" valignment="top" width="0">
18799 <row>
18800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18801 \begin_inset Text
18803 \begin_layout Plain Layout
18805 \end_layout
18807 \end_inset
18808 </cell>
18809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18810 \begin_inset Text
18812 \begin_layout Plain Layout
18814 \end_layout
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18819 \begin_inset Text
18821 \begin_layout Plain Layout
18823 \end_layout
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18828 \begin_inset Text
18830 \begin_layout Plain Layout
18832 \end_layout
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18837 \begin_inset Text
18839 \begin_layout Plain Layout
18841 \end_layout
18843 \end_inset
18844 </cell>
18845 </row>
18846 <row>
18847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18848 \begin_inset Text
18850 \begin_layout Plain Layout
18852 \end_layout
18854 \end_inset
18855 </cell>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18859 \begin_layout Plain Layout
18861 \end_layout
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" usebox="none">
18866 \begin_inset Text
18868 \begin_layout Plain Layout
18870 \end_layout
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18875 \begin_inset Text
18877 \begin_layout Plain Layout
18879 \end_layout
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18884 \begin_inset Text
18886 \begin_layout Plain Layout
18888 \end_layout
18890 \end_inset
18891 </cell>
18892 </row>
18893 <row>
18894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18895 \begin_inset Text
18897 \begin_layout Plain Layout
18898 \begin_inset ERT
18899 status collapsed
18901 \begin_layout Plain Layout
18904 \backslash
18905 hdashline 
18906 \end_layout
18908 \end_inset
18911 \end_layout
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18916 \begin_inset Text
18918 \begin_layout Plain Layout
18920 \end_layout
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" usebox="none">
18925 \begin_inset Text
18927 \begin_layout Plain Layout
18929 \end_layout
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18934 \begin_inset Text
18936 \begin_layout Plain Layout
18938 \end_layout
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18943 \begin_inset Text
18945 \begin_layout Plain Layout
18947 \end_layout
18949 \end_inset
18950 </cell>
18951 </row>
18952 <row>
18953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18954 \begin_inset Text
18956 \begin_layout Plain Layout
18957 \begin_inset ERT
18958 status collapsed
18960 \begin_layout Plain Layout
18963 \backslash
18964 cdashline{4-5}
18965 \end_layout
18967 \end_inset
18970 \end_layout
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18975 \begin_inset Text
18977 \begin_layout Plain Layout
18979 \end_layout
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18984 \begin_inset Text
18986 \begin_layout Plain Layout
18988 \end_layout
18990 \end_inset
18991 </cell>
18992 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18993 \begin_inset Text
18995 \begin_layout Plain Layout
18997 \end_layout
18999 \end_inset
19000 </cell>
19001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19002 \begin_inset Text
19004 \begin_layout Plain Layout
19006 \end_layout
19008 \end_inset
19009 </cell>
19010 </row>
19011 <row>
19012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19013 \begin_inset Text
19015 \begin_layout Plain Layout
19017 \end_layout
19019 \end_inset
19020 </cell>
19021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19022 \begin_inset Text
19024 \begin_layout Plain Layout
19026 \end_layout
19028 \end_inset
19029 </cell>
19030 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19031 \begin_inset Text
19033 \begin_layout Plain Layout
19035 \end_layout
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19040 \begin_inset Text
19042 \begin_layout Plain Layout
19044 \end_layout
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19049 \begin_inset Text
19051 \begin_layout Plain Layout
19053 \end_layout
19055 \end_inset
19056 </cell>
19057 </row>
19058 </lyxtabular>
19060 \end_inset
19063 \end_layout
19065 \end_inset
19068 \end_layout
19070 \begin_layout Standard
19071 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
19072  As prerequisite the LaTeX-package 
19073 \series bold
19074 arydshln
19075 \series default
19077 \begin_inset Index
19078 status collapsed
19080 \begin_layout Plain Layout
19081 LaTeX-packages ! arydshln
19082 \end_layout
19084 \end_inset
19086  must be loaded in the document preamble with the command
19087 \end_layout
19089 \begin_layout Standard
19091 \series bold
19093 \backslash
19094 usepackage{arydshln}
19095 \end_layout
19097 \begin_layout Standard
19098 To make a vertical line dashed, enter the colon 
19099 \begin_inset Quotes eld
19100 \end_inset
19103 \begin_inset Quotes erd
19104 \end_inset
19106  together with the character for the horizontal alignment as LaTeX-argument
19107  in the table cell dialog.
19108 \end_layout
19110 \begin_layout Standard
19111 For a horizontal dashed line add the command
19112 \end_layout
19114 \begin_layout Standard
19116 \series bold
19118 \backslash
19119 hdashline
19120 \end_layout
19122 \begin_layout Standard
19123 in TeX-Code as first element of the first cell in the table row.
19124 \end_layout
19126 \begin_layout Standard
19127 For dashed multicolumn lines use the command
19128 \end_layout
19130 \begin_layout Standard
19132 \series bold
19134 \backslash
19135 cdashline{line number
19136 \series default
19138 \end_layout
19140 \begin_layout Standard
19141 in TeX-Code as first element of the first cell in the table row.
19142  If you have for example a multicolumn spanning over columns 2 to 4 and
19143  you want to have a dashed line above, add the command
19144 \end_layout
19146 \begin_layout Standard
19148 \series bold
19150 \backslash
19151 cdashline{2-4}
19152 \end_layout
19154 \begin_layout Standard
19155 as first element of the first cell in the row of the multicolumn.
19156 \end_layout
19158 \begin_layout Standard
19159 \begin_inset VSpace bigskip
19160 \end_inset
19163 \end_layout
19165 \begin_layout Standard
19166 Table
19167 \begin_inset space ~
19168 \end_inset
19171 \begin_inset CommandInset ref
19172 LatexCommand ref
19173 reference "tab:Table-with-dashed"
19175 \end_inset
19177  was created using 
19178 \begin_inset Quotes eld
19179 \end_inset
19182 \series bold
19184 \series default
19186 \begin_inset Quotes erd
19187 \end_inset
19189  as LaTeX-argument of the third column.
19190  The TeX-Code command 
19191 \series bold
19193 \backslash
19194 hdashline
19195 \series default
19196  was inserted to the first cell of the third row and the the TeX-Code command
19197 \begin_inset Newline newline
19198 \end_inset
19201 \series bold
19203 \backslash
19204 cdashline{4-5}
19205 \series default
19206  was inserted to the first cell of the fourth row.
19207 \end_layout
19209 \begin_layout Standard
19210 \begin_inset Note Greyedout
19211 status open
19213 \begin_layout Plain Layout
19215 \series bold
19216 Note:
19217 \series default
19218  The used LaTeX-package 
19219 \series bold
19220 arydshln
19221 \series default
19222  is apparently not compatible with the LaTeX-package 
19223 \series bold
19224 colortbl
19225 \series default
19227 \begin_inset Index
19228 status collapsed
19230 \begin_layout Plain Layout
19231 LaTeX-packages ! colortbl
19232 \end_layout
19234 \end_inset
19236  that is used for colored tables in section
19237 \begin_inset space ~
19238 \end_inset
19241 \begin_inset CommandInset ref
19242 LatexCommand ref
19243 reference "sec:Colored-Tables"
19245 \end_inset
19248  That means colored tables cannot have dashed lines.
19249 \end_layout
19251 \end_inset
19254 \end_layout
19256 \begin_layout Standard
19257 \begin_inset ERT
19258 status collapsed
19260 \begin_layout Plain Layout
19263 \backslash
19264 else
19265 \end_layout
19267 \end_inset
19270 \begin_inset Note Note
19271 status open
19273 \begin_layout Plain Layout
19274 The following will be displayed when the LaTeX-package 
19275 \series bold
19276 arydshln
19277 \series default
19278  is not installed:
19279 \end_layout
19281 \end_inset
19284 \end_layout
19286 \begin_layout Standard
19287 You need to install the package 
19288 \series bold
19289 arydshln
19290 \series default
19291  to see the content of this section in the output.
19292 \end_layout
19294 \begin_layout Standard
19295 \begin_inset ERT
19296 status collapsed
19298 \begin_layout Plain Layout
19301 \backslash
19303 \end_layout
19305 \end_inset
19308 \end_layout
19310 \begin_layout Chapter
19311 Floats
19312 \begin_inset Index
19313 status collapsed
19315 \begin_layout Plain Layout
19316 Floats
19317 \end_layout
19319 \end_inset
19322 \end_layout
19324 \begin_layout Section
19325 Introduction
19326 \begin_inset CommandInset label
19327 LatexCommand label
19328 name "sec:FloatIntroduction"
19330 \end_inset
19333 \begin_inset Index
19334 status collapsed
19336 \begin_layout Plain Layout
19337 Floats ! Introduction
19338 \end_layout
19340 \end_inset
19343 \end_layout
19345 \begin_layout Standard
19346 A float is a block of text associated with some sort of label, which doesn't
19347  have a fixed location.
19348  It can 
19349 \begin_inset Quotes eld
19350 \end_inset
19352 float
19353 \begin_inset Quotes erd
19354 \end_inset
19356  forward or backward a page or two, to wherever it fits best.
19358 \family sans
19359 Footnotes
19360 \family default
19361  and 
19362 \family sans
19363 Margin
19364 \begin_inset space ~
19365 \end_inset
19367 Notes
19368 \family default
19369  are also floats, because they can float to the next page when there are
19370  too many notes at the page.
19371 \end_layout
19373 \begin_layout Standard
19374 Floats allow a high quality layout.
19375  Images and tables can evenly be spread to the pages to avoid white space
19376  and pages without text.
19377  As the floating often destroys the context between the text and the image/table
19378 , every float can be referenced in the text.
19379  Floats are therefore numbered.
19380  Referencing is described in section
19381 \begin_inset space ~
19382 \end_inset
19385 \begin_inset CommandInset ref
19386 LatexCommand ref
19387 reference "sec:Referencing-Floats"
19389 \end_inset
19392 \end_layout
19394 \begin_layout Standard
19395 To insert a float, use the menu 
19396 \family sans
19397 Insert\SpecialChar \menuseparator
19398 Float
19399 \family default
19401  This inserts the 
19402 \family sans
19403 Caption
19404 \family default
19405  inset, a box with a label.
19406  The label will automatically be translated to the document language in
19407  the output.
19408  Behind the label you can insert the caption text.
19409  The image or table is inserted above or below the caption in a separate
19410  paragraph within the float.
19411  More about the caption placement is described in section
19412 \begin_inset space ~
19413 \end_inset
19416 \begin_inset CommandInset ref
19417 LatexCommand ref
19418 reference "sec:Caption-Placement"
19420 \end_inset
19423  To keep your LyX-document readable, you can open and close the float box
19424  by left-clicking on the box label.
19425  A closed float box looks like this: 
19426 \begin_inset Graphics
19427         filename clipart/floatQt4.png
19428         scale 70
19429         scaleBeforeRotation
19431 \end_inset
19433  – a gray button with a red label.
19434 \end_layout
19436 \begin_layout Standard
19437 It is recommended to insert floats as a separate paragraph to avoid possible
19438  LaTeX-errors that can occur when the surrounding text is specially formatted.
19439 \end_layout
19441 \begin_layout Standard
19442 Existing figures or tables can be put into a float by marking them and then
19443  pressing the corresponding toolbar button for a new float.
19444 \end_layout
19446 \begin_layout Section
19447 Float Types
19448 \end_layout
19450 \begin_layout Standard
19451 Besides figure and table floats that are described in section
19452 \begin_inset space ~
19453 \end_inset
19456 \begin_inset CommandInset ref
19457 LatexCommand ref
19458 reference "sec:Figure-Floats"
19460 \end_inset
19462  and 
19463 \begin_inset CommandInset ref
19464 LatexCommand ref
19465 reference "sec:Table-Floats"
19467 \end_inset
19469 , respectively, LyX offers the float types 
19470 \series bold
19471 Algorithm
19472 \series default
19473  and 
19474 \series bold
19475 Wrap
19476 \series default
19478 \end_layout
19480 \begin_layout Subsection
19481 Algorithm Floats
19482 \begin_inset Index
19483 status collapsed
19485 \begin_layout Plain Layout
19486 Floats ! Algorithms
19487 \end_layout
19489 \end_inset
19492 \end_layout
19494 \begin_layout Standard
19495 \begin_inset Float algorithm
19496 placement h
19497 wide false
19498 sideways false
19499 status open
19501 \begin_layout Plain Layout
19502 \begin_inset Caption
19504 \begin_layout Plain Layout
19505 \begin_inset CommandInset label
19506 LatexCommand label
19507 name "alg:Example-Algorithm-float"
19509 \end_inset
19511 Example Algorithm float
19512 \end_layout
19514 \end_inset
19517 \end_layout
19519 \begin_layout LyX-Code
19520 for I in 1..N loop
19521 \begin_inset Newline newline
19522 \end_inset
19524  Sum:= Sum + A(I); /*comment*/
19525 \begin_inset Newline newline
19526 \end_inset
19528 end loop
19529 \begin_inset VSpace -4mm
19530 \end_inset
19533 \end_layout
19535 \end_inset
19538 \end_layout
19540 \begin_layout Standard
19541 This float type is inserted with the menu 
19542 \family sans
19543 Insert\SpecialChar \menuseparator
19544 Floats\SpecialChar \menuseparator
19545 Algorithm
19546 \family default
19548  It is used for program codes and descriptions of algorithms and can be
19549  seen as an alternative to program code listings that are explained in chapter
19550 \begin_inset space ~
19551 \end_inset
19554 \begin_inset CommandInset ref
19555 LatexCommand ref
19556 reference "cha:Program-Code-Listings"
19558 \end_inset
19561  A possible environment for algorithms is the 
19562 \family sans
19563 LyX-Code
19564 \family default
19565 , described in LyX's 
19566 \emph on
19567 Userguide
19568 \emph default
19570  Algorithm
19571 \begin_inset space ~
19572 \end_inset
19575 \begin_inset CommandInset ref
19576 LatexCommand ref
19577 reference "alg:Example-Algorithm-float"
19579 \end_inset
19581  is an example of an algorithm float where -4
19582 \begin_inset space \thinspace{}
19583 \end_inset
19585 mm vertical space was added at the end of the float to have the bottom rule
19586  exactly below the last text line.
19587 \end_layout
19589 \begin_layout Standard
19590 The float label is not automatically translated into the document language.
19591  If your document is not in English, you have to do this manually by adding
19592  the following line to the document preamble
19593 \series bold
19595 \end_layout
19597 \begin_layout Standard
19599 \series bold
19601 \backslash
19602 floatname{algorithm}{your
19603 \begin_inset space ~
19604 \end_inset
19606 name}
19607 \end_layout
19609 \begin_layout Standard
19610 where 
19611 \family sans
19612 your
19613 \begin_inset space ~
19614 \end_inset
19616 name
19617 \family default
19618  is the word 
19619 \begin_inset Quotes eld
19620 \end_inset
19623 \emph on
19624 algorithm
19625 \emph default
19627 \begin_inset Quotes erd
19628 \end_inset
19630  in your language.
19631 \end_layout
19633 \begin_layout Standard
19634 To insert the list of algorithms you can use the menu 
19635 \family sans
19636 Insert\SpecialChar \menuseparator
19637 List
19638 \begin_inset space \thinspace{}
19639 \end_inset
19642 \begin_inset space \thinspace{}
19643 \end_inset
19645 TOC\SpecialChar \menuseparator
19646 List of Algorithms
19647 \family default
19648  when your document has the same language as LyX's menu names.
19649  In other cases use this command in TeX-Code instead:
19650 \end_layout
19652 \begin_layout Standard
19654 \series bold
19656 \backslash
19657 listof{algorithm}{your
19658 \begin_inset space ~
19659 \end_inset
19661 name}
19662 \end_layout
19664 \begin_layout Standard
19665 where 
19666 \family sans
19667 your
19668 \begin_inset space ~
19669 \end_inset
19671 name
19672 \family default
19673  is the word 
19674 \begin_inset Quotes eld
19675 \end_inset
19678 \emph on
19679 List of Algorithm
19680 \emph default
19682 \begin_inset Quotes erd
19683 \end_inset
19685  in your language.
19686 \end_layout
19688 \begin_layout Standard
19689 Algorithm floats are not by default numbered in the scheme 
19690 \begin_inset Quotes eld
19691 \end_inset
19693 chapter.algorithm
19694 \begin_inset Quotes erd
19695 \end_inset
19697  like it is the case for table and figure floats in many document-classes.
19698  To number algorithm floats in the same scheme, add this command to your
19699  document preamble:
19700 \end_layout
19702 \begin_layout Standard
19704 \series bold
19706 \backslash
19707 numberwithin{algorithm}{chapter}
19708 \end_layout
19710 \begin_layout Standard
19711 To be able to use the command 
19712 \series bold
19714 \backslash
19715 numberwithin
19716 \series default
19717 , set in the tab 
19718 \family sans
19719 Math
19720 \begin_inset space ~
19721 \end_inset
19723 Options
19724 \family default
19725  in the document settings the option 
19726 \family sans
19728 \begin_inset space ~
19729 \end_inset
19732 \begin_inset space ~
19733 \end_inset
19735 math
19736 \begin_inset space ~
19737 \end_inset
19739 package
19740 \family default
19742 \end_layout
19744 \begin_layout Subsection
19745 Wrap Floats
19746 \begin_inset Index
19747 status collapsed
19749 \begin_layout Plain Layout
19750 Floats ! Wrap Floats
19751 \end_layout
19753 \end_inset
19756 \end_layout
19758 \begin_layout Standard
19759 \begin_inset Wrap figure
19760 lines 0
19761 placement l
19762 overhang 1cm
19763 width "40col%"
19764 status open
19766 \begin_layout Plain Layout
19767 \begin_inset Graphics
19768         filename clipart/mobius.eps
19769         width 40col%
19770         scaleBeforeRotation
19771         rotateOrigin center
19773 \end_inset
19776 \end_layout
19778 \begin_layout Plain Layout
19779 \begin_inset Caption
19781 \begin_layout Plain Layout
19782 \begin_inset CommandInset label
19783 LatexCommand label
19784 name "fig:This-is-a"
19786 \end_inset
19788 This is a figure wrap float.
19789 \end_layout
19791 \end_inset
19794 \end_layout
19796 \end_inset
19798  This float type is used if you want to wrap text around a figure or table
19799  so that it only occupies some fraction of the column width.
19800  It can be inserted using the menu 
19801 \family sans
19802 Insert\SpecialChar \menuseparator
19803 Floats\SpecialChar \menuseparator
19804 Figure
19805 \begin_inset space ~
19806 \end_inset
19808 Wrap
19809 \begin_inset space ~
19810 \end_inset
19812 Float
19813 \family default
19814  or 
19815 \family sans
19816 Table
19817 \begin_inset space ~
19818 \end_inset
19820 Wrap
19821 \begin_inset space ~
19822 \end_inset
19824 Float
19825 \family default
19826  if the LaTeX-package 
19827 \series bold
19828 wrapfig
19829 \series default
19831 \begin_inset Index
19832 status collapsed
19834 \begin_layout Plain Layout
19835 LaTeX-packages ! wrapfig
19836 \begin_inset ERT
19837 status collapsed
19839 \begin_layout Plain Layout
19842 \backslash
19843 vspace{4mm}
19844 \end_layout
19846 \end_inset
19849 \end_layout
19851 \end_inset
19853  is installed.
19854 \begin_inset Foot
19855 status collapsed
19857 \begin_layout Plain Layout
19858 Installing a LaTeX-package is explained it in the 
19859 \emph on
19860 LaTeX
19861 \begin_inset space ~
19862 \end_inset
19864 Configuration
19865 \emph default
19866  manual.
19867 \end_layout
19869 \end_inset
19871  The settings of the float can be modified by right-clicking on the float
19872  box.
19873  The mandatory settings are the float 
19874 \family sans
19875 Placement
19876 \family default
19877  and its 
19878 \family sans
19879 Width
19880 \family default
19882  Optional are the 
19883 \family sans
19884 Overhang
19885 \family default
19886  that specifies how much the float is set into the paragraph
19887 \begin_inset space \thinspace{}
19888 \end_inset
19891 \begin_inset space \thinspace{}
19892 \end_inset
19894 page margin, and the 
19895 \family sans
19896 Line
19897 \begin_inset space ~
19898 \end_inset
19900 span
19901 \family default
19902  that specifies how many text lines the float will approximately need.
19903  The line span is often hard to be approximated, so better only use it when
19904  you encounter float placement problems.
19905  You can furthermore decide if LaTeX is allowed to let the float float within
19906  the paragraph or to surrounding paragraphs.
19907  Figure
19908 \begin_inset space ~
19909 \end_inset
19912 \begin_inset CommandInset ref
19913 LatexCommand ref
19914 reference "fig:This-is-a"
19916 \end_inset
19918  is an example text wrap float with a width of 40
19919 \begin_inset space \thinspace{}
19920 \end_inset
19922 col%, 1
19923 \begin_inset space \thinspace{}
19924 \end_inset
19926 cm overhang, set to the left.
19927 \begin_inset Foot
19928 status collapsed
19930 \begin_layout Plain Layout
19931 Available units are explained in appendix
19932 \begin_inset space ~
19933 \end_inset
19936 \begin_inset CommandInset ref
19937 LatexCommand ref
19938 reference "cha:Units-available-in"
19940 \end_inset
19943 \end_layout
19945 \end_inset
19948 \end_layout
19950 \begin_layout Standard
19951 \begin_inset Note Greyedout
19952 status open
19954 \begin_layout Plain Layout
19956 \series bold
19957 Note:
19958 \series default
19959  Text
19960 \begin_inset space ~
19961 \end_inset
19963 wrap float floats are fragile! E.
19964 \begin_inset space \thinspace{}
19965 \end_inset
19968 \begin_inset space \space{}
19969 \end_inset
19971 having a figure too close to the bottom of the page can mess things up in
19972  the way that the float doesn't appear in the output or that it is placed
19973  over some other text.
19974 \end_layout
19976 \end_inset
19979 \end_layout
19981 \begin_layout Standard
19982 In general:
19983 \end_layout
19985 \begin_layout Itemize
19986 Wrap floats should not be placed in paragraphs that run over a page break.
19987  That means that wrap floats should better be inserted to the exact place
19988  when the document is nearly finished and you are able to estimate where
19989  page breaks will appear.
19990 \end_layout
19992 \begin_layout Itemize
19993 Wrap floats should either be placed in an own paragraph before the paragraph
19994  where they should wrap into or within a paragraph.
19995 \end_layout
19997 \begin_layout Itemize
19998 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19999  there is a text paragraph between them as separator.
20000 \end_layout
20002 \begin_layout Itemize
20003 Wrap floats are not allowed in section headings or tables.
20004 \end_layout
20006 \begin_layout Section
20007 Float Numbering
20008 \begin_inset Index
20009 status collapsed
20011 \begin_layout Plain Layout
20012 Floats ! Numbering
20013 \end_layout
20015 \end_inset
20018 \end_layout
20020 \begin_layout Standard
20021 Floats are usually numbered either independent from the sections the floats
20022  are in, or in the scheme 
20023 \begin_inset Quotes eld
20024 \end_inset
20026 chapter.number
20027 \begin_inset Quotes erd
20028 \end_inset
20030  or 
20031 \begin_inset Quotes eld
20032 \end_inset
20034 section.number
20035 \begin_inset Quotes erd
20036 \end_inset
20039  This depends on the used document class.
20040 \end_layout
20042 \begin_layout Standard
20043 To change the section independent numbering, you can use this command in
20044  the document preamble:
20045 \end_layout
20047 \begin_layout Standard
20049 \series bold
20051 \backslash
20052 renewcommand{
20053 \backslash
20054 thetable}{
20055 \backslash
20056 roman{table}}
20057 \end_layout
20059 \begin_layout Standard
20061 \series bold
20063 \backslash
20064 thetable
20065 \series default
20066  is the command that prints the table number, for figure floats, the command
20067  would be 
20068 \series bold
20070 \backslash
20071 thefigure
20072 \series default
20074  The command 
20075 \series bold
20077 \backslash
20078 roman
20079 \series default
20080  prints in the command above the table number as small roman number.
20081 \end_layout
20083 \begin_layout Standard
20084 To change the numbering scheme for example to 
20085 \begin_inset Quotes eld
20086 \end_inset
20088 subsection.number
20089 \begin_inset Quotes erd
20090 \end_inset
20092 , use this command in the preamble:
20093 \end_layout
20095 \begin_layout Standard
20097 \series bold
20099 \backslash
20100 numberwithin{table}{subsection}
20101 \end_layout
20103 \begin_layout Standard
20104 To be able to use the command 
20105 \series bold
20107 \backslash
20108 numberwithin
20109 \series default
20110 , set in the tab 
20111 \family sans
20112 Math
20113 \begin_inset space ~
20114 \end_inset
20116 Options
20117 \family default
20118  in the document settings the option 
20119 \family sans
20121 \begin_inset space ~
20122 \end_inset
20125 \begin_inset space ~
20126 \end_inset
20128 math
20129 \begin_inset space ~
20130 \end_inset
20132 package
20133 \family default
20135 \end_layout
20137 \begin_layout Standard
20138 Please also have a look at section
20139 \begin_inset space ~
20140 \end_inset
20143 \begin_inset CommandInset ref
20144 LatexCommand ref
20145 reference "sub:Footnote-Numbering"
20147 \end_inset
20149  for the details and important notes about the numbering commands.
20150 \end_layout
20152 \begin_layout Section
20153 Referencing Floats
20154 \begin_inset CommandInset label
20155 LatexCommand label
20156 name "sec:Referencing-Floats"
20158 \end_inset
20161 \begin_inset Index
20162 status collapsed
20164 \begin_layout Plain Layout
20165 Floats ! References
20166 \end_layout
20168 \end_inset
20171 \begin_inset Index
20172 status collapsed
20174 \begin_layout Plain Layout
20175 References ! to Floats
20176 \end_layout
20178 \end_inset
20181 \end_layout
20183 \begin_layout Standard
20184 To reference a float, insert a label into its caption using the menu 
20185 \family sans
20186 Insert\SpecialChar \menuseparator
20187 Label
20188 \family default
20189  or the toolbar button 
20190 \begin_inset Graphics
20191         filename ../images/label-insert.png
20192         scale 85
20193         scaleBeforeRotation
20195 \end_inset
20198  A grey label box like this one: 
20199 \begin_inset Graphics
20200         filename clipart/labelQt4.png
20201         scale 85
20202         scaleBeforeRotation
20204 \end_inset
20206  will be inserted and the label window pops up asking for the label text.
20207  LyX offers as text the first words of the caption with a prefix.
20208  The prefix depends on the float type, e.
20209 \begin_inset space \thinspace{}
20210 \end_inset
20213 \begin_inset space \space{}
20214 \end_inset
20216 for figure floats the prefix will be "
20217 \family sans
20218 fig:
20219 \family default
20221 \end_layout
20223 \begin_layout Standard
20224 The label is used as anchor and name for the reference.
20225  You can refer to the label using the menu 
20226 \family sans
20227 Insert\SpecialChar \menuseparator
20228 Cross-reference
20229 \family default
20230  or the toolbar button 
20231 \begin_inset Graphics
20232         filename ../images/dialog-show-new-inset_ref.png
20233         scale 85
20234         scaleBeforeRotation
20236 \end_inset
20239  A grey cross-reference box like this one: 
20240 \begin_inset Graphics
20241         filename clipart/referenceQt4.png
20242         scale 85
20243         scaleBeforeRotation
20245 \end_inset
20247  will be inserted and the cross-reference window appear showing all labels
20248  of the document.
20249  If you have multiple LyX-documents opened, choose the one you are working
20250  on from the drop-list at the top of the dialog.
20251  You can now sort the labels alphabetically and then choose one.
20252  At the position of the cross-reference box the float number will appear
20253  in the output.
20254 \end_layout
20256 \begin_layout Standard
20257 It is recommended to use a protected space between the cross-reference name
20258  and its number to avoid line breaks between them.
20259  If a cross-reference refers to a non-existing label, you will see two question
20260  marks in the output instead of the reference.
20261 \end_layout
20263 \begin_layout Standard
20264 You can change labels at any time by clicking on the label box.
20265  References to the changed label will automatically change its link to the
20266  new label text, so that you don't need to take care about this.
20267 \end_layout
20269 \begin_layout Standard
20270 The button 
20271 \family sans
20273 \begin_inset space ~
20274 \end_inset
20277 \begin_inset space ~
20278 \end_inset
20280 Label
20281 \family default
20282  in the cross-reference window sets the cursor before the referred label.
20283  The button text changes then to Go
20284 \begin_inset space ~
20285 \end_inset
20287 Back and you can use it to set the cursor back to the cross-reference.
20288  Right-clicking on a cross-reference box also sets the cursor before the
20289  referenced label but without a possibility to go back.
20290 \end_layout
20292 \begin_layout Subsection
20293 Cross-Reference Formats
20294 \begin_inset CommandInset label
20295 LatexCommand label
20296 name "sub:Cross-Reference-Formats"
20298 \end_inset
20301 \begin_inset Index
20302 status collapsed
20304 \begin_layout Plain Layout
20305 References ! Formats
20306 \end_layout
20308 \end_inset
20311 \end_layout
20313 \begin_layout Standard
20314 There are six varieties of cross-references:
20315 \end_layout
20317 \begin_layout Description
20318 <reference>: prints the float number, this is the default: 
20319 \begin_inset CommandInset ref
20320 LatexCommand ref
20321 reference "fig:Two-distorted-images"
20323 \end_inset
20326 \end_layout
20328 \begin_layout Description
20329 (<reference>): prints the float number within two parentheses, this is the
20330  style normally used to reference formulas, especially when the reference
20331  name 
20332 \begin_inset Quotes eld
20333 \end_inset
20335 Equation
20336 \begin_inset Quotes erd
20337 \end_inset
20339  is omitted: 
20340 \begin_inset CommandInset ref
20341 LatexCommand eqref
20342 reference "eq:Wgn"
20344 \end_inset
20347 \end_layout
20349 \begin_layout Description
20350 <page>: prints the page number: Page
20351 \begin_inset space ~
20352 \end_inset
20355 \begin_inset CommandInset ref
20356 LatexCommand pageref
20357 reference "fig:Two-distorted-images"
20359 \end_inset
20362 \end_layout
20364 \begin_layout Description
20366 \begin_inset space ~
20367 \end_inset
20369 page
20370 \begin_inset space ~
20371 \end_inset
20373 <page>: prints the text "on page" and the page number: 
20374 \begin_inset CommandInset ref
20375 LatexCommand vpageref
20376 reference "fig:Two-distorted-images"
20378 \end_inset
20381 \end_layout
20383 \begin_layout Description
20384 <reference>
20385 \begin_inset space ~
20386 \end_inset
20389 \begin_inset space ~
20390 \end_inset
20392 page
20393 \begin_inset space ~
20394 \end_inset
20396 <page>: prints the float number, the text "on page", and the page number:
20398 \begin_inset CommandInset ref
20399 LatexCommand vref
20400 reference "fig:Two-distorted-images"
20402 \end_inset
20405 \end_layout
20407 \begin_layout Description
20408 Formatted
20409 \begin_inset space ~
20410 \end_inset
20412 reference: prints a self defined cross-reference format.
20414 \begin_inset Note Greyedout
20415 status open
20417 \begin_layout Plain Layout
20419 \series bold
20420 Note:
20421 \series default
20422  This feature is only available when you have the LaTeX-package 
20423 \series bold
20424 prettyref
20425 \series default
20426  installed.
20427 \end_layout
20429 \end_inset
20432 \end_layout
20434 \begin_layout Standard
20435 Note that the style <page> won't print the page number if the label is on
20436  the previous, the same, or the next page.
20437  You will e.
20438 \begin_inset space \thinspace{}
20439 \end_inset
20442 \begin_inset space \space{}
20443 \end_inset
20445 see the text 
20446 \begin_inset Quotes eld
20447 \end_inset
20450 \family sans
20451 on this page
20452 \family default
20454 \begin_inset Quotes erd
20455 \end_inset
20457  instead.
20458 \end_layout
20460 \begin_layout Standard
20461 The number and current page of the referred document part in the output,
20462  is automatically calculated by LaTeX.
20463  The varieties are adjusted in the field 
20464 \family sans
20465 Format
20466 \family default
20467  of the cross-reference window, that appear when you click on the cross-referenc
20468 e box.
20469 \end_layout
20471 \begin_layout Subsection
20472 Automatic Reference Naming
20473 \begin_inset Index
20474 status collapsed
20476 \begin_layout Plain Layout
20477 References ! Automatic Reference Naming
20478 \end_layout
20480 \end_inset
20483 \end_layout
20485 \begin_layout Standard
20486 The LaTeX-package 
20487 \series bold
20488 hyperref
20489 \series default
20491 \begin_inset Index
20492 status collapsed
20494 \begin_layout Plain Layout
20495 LaTeX-packages ! hyperref
20496 \end_layout
20498 \end_inset
20500 , that is enabled in the 
20501 \family sans
20502 PDF Properties
20503 \family default
20504  of the 
20505 \family sans
20506 Document Settings
20507 \family default
20508  dialog, provides a very useful feature that cross-references automatically
20509  include the name of the referenced floats (or text parts like 
20510 \emph on
20511 section
20512 \emph default
20514  So you will save to write e.
20515 \begin_inset space \thinspace{}
20516 \end_inset
20519 \begin_inset space \space{}
20520 \end_inset
20522 the name 
20523 \begin_inset Quotes eld
20524 \end_inset
20526 Figure
20527 \begin_inset Quotes erd
20528 \end_inset
20530  before every reference to a figure.
20531  To use this feature, enable 
20532 \series bold
20533 hyperref
20534 \series default
20535  and insert this line to the LaTeX preamble:
20536 \end_layout
20538 \begin_layout Standard
20540 \series bold
20542 \backslash
20543 AtBeginDocument{
20544 \backslash
20545 renewcommand{
20546 \backslash
20547 ref}[1]{
20548 \backslash
20549 mbox{
20550 \backslash
20551 autoref{#1}}}}
20552 \end_layout
20554 \begin_layout Standard
20555 When you prefer other reference names than the default ones, for example
20556  you want instead of 
20557 \begin_inset Quotes eld
20558 \end_inset
20560 section
20561 \begin_inset Quotes erd
20562 \end_inset
20564  the name 
20565 \begin_inset Quotes eld
20566 \end_inset
20568 sec.
20569 \begin_inset space \thinspace{}
20570 \end_inset
20573 \begin_inset Quotes eld
20574 \end_inset
20576 , you can redefine the name by inserting this to the preamble:
20577 \end_layout
20579 \begin_layout Standard
20581 \series bold
20583 \backslash
20584 addto
20585 \backslash
20586 extrasenglish{
20587 \backslash
20588 renewcommand{
20589 \backslash
20590 sectionautorefname}
20591 \begin_inset Newline newline
20592 \end_inset
20595 \begin_inset ERT
20596 status collapsed
20598 \begin_layout Plain Layout
20601 \backslash
20602 hphantom{ }
20603 \end_layout
20605 \end_inset
20607 {sec.
20608 \backslash
20609 negthinspace}}
20610 \end_layout
20612 \begin_layout Standard
20613 When you are using another document language than English, replace
20614 \begin_inset Newline newline
20615 \end_inset
20618 \series bold
20620 \backslash
20621 extrasenglish
20622 \series default
20623  by 
20624 \series bold
20626 \backslash
20627 extras***
20628 \series default
20629 , where *** is the name of the used language.
20630 \end_layout
20632 \begin_layout Standard
20633 To get automatic names, but not for certain reference types, for example
20634  not for equations, use this preamble code:
20635 \end_layout
20637 \begin_layout Standard
20639 \series bold
20641 \backslash
20642 newlength{
20643 \backslash
20644 abc}
20645 \begin_inset Newline newline
20646 \end_inset
20649 \backslash
20650 settowidth{
20651 \backslash
20652 abc}{
20653 \backslash
20654 space}
20655 \begin_inset Newline newline
20656 \end_inset
20659 \backslash
20660 addto
20661 \backslash
20662 extrasenglish{
20663 \backslash
20664 renewcommand{
20665 \backslash
20666 equationautorefname}
20667 \begin_inset Newline newline
20668 \end_inset
20671 \begin_inset ERT
20672 status collapsed
20674 \begin_layout Plain Layout
20677 \backslash
20678 hphantom{ }
20679 \end_layout
20681 \end_inset
20684 \backslash
20685 hspace{-
20686 \backslash
20687 abc}}
20688 \end_layout
20690 \begin_layout Standard
20691 More about this topic can be found in 
20692 \series bold
20693 hyperref
20694 \series default
20695 's documentation 
20696 \begin_inset CommandInset citation
20697 LatexCommand cite
20698 key "hyperref"
20700 \end_inset
20703 \end_layout
20705 \begin_layout Standard
20706 \begin_inset Note Greyedout
20707 status open
20709 \begin_layout Plain Layout
20711 \series bold
20712 Note:
20713 \series default
20714  Automatic reference naming cannot be used when you use cross-references
20715  in the 
20716 \family sans
20717 Formatted
20718 \begin_inset space ~
20719 \end_inset
20721 reference
20722 \family default
20723  style, as described in section
20724 \begin_inset space ~
20725 \end_inset
20728 \begin_inset CommandInset ref
20729 LatexCommand ref
20730 reference "sub:Cross-Reference-Formats"
20732 \end_inset
20735 \end_layout
20737 \end_inset
20740 \end_layout
20742 \begin_layout Standard
20743 The 
20744 \emph on
20745 Math
20746 \emph default
20747  manual is an example where automatic reference naming is used.
20748 \end_layout
20750 \begin_layout Subsection
20751 Reference Position
20752 \begin_inset CommandInset label
20753 LatexCommand label
20754 name "sub:Reference-Position"
20756 \end_inset
20759 \begin_inset Index
20760 status collapsed
20762 \begin_layout Plain Layout
20763 References ! Reference Position
20764 \end_layout
20766 \end_inset
20769 \end_layout
20771 \begin_layout Standard
20772 If you use 
20773 \series bold
20774 hyperref
20775 \series default
20777 \begin_inset Index
20778 status collapsed
20780 \begin_layout Plain Layout
20781 LaTeX-packages ! hyperref
20782 \end_layout
20784 \end_inset
20786  in the 
20787 \family sans
20788 PDF Properties
20789 \family default
20790  of the 
20791 \family sans
20792 Document Settings
20793 \family default
20794  dialog to link cross-references in the output, you will see that clicking
20795  on an image float reference jumps to the image label.
20796  The caption will be the first text part on the screen, so that you cannot
20797  see the image without scrolling.
20798  This is because the reference link anchor is placed at the position of
20799  the label.
20800  With the use of the package 
20801 \series bold
20802 hypcap
20803 \series default
20805 \begin_inset Index
20806 status collapsed
20808 \begin_layout Plain Layout
20809 LaTeX-packages ! hypcap
20810 \end_layout
20812 \end_inset
20814 , which is part of the LaTeX-package 
20815 \series bold
20816 oberdiek
20817 \series default
20819 \begin_inset Index
20820 status collapsed
20822 \begin_layout Plain Layout
20823 LaTeX-packages ! oberdiek
20824 \end_layout
20826 \end_inset
20828 , the link anchor is placed at the beginning of a float.
20829  To use this feature for figure floats, load 
20830 \series bold
20831 hypcap
20832 \series default
20833  in the document preamble with the line
20834 \end_layout
20836 \begin_layout Standard
20838 \series bold
20840 \backslash
20841 usepackage[figure]{hypcap}
20842 \end_layout
20844 \begin_layout Standard
20845 You can also use 
20846 \series bold
20847 hypcap
20848 \series default
20849  for all float types but this is not recommended for stability reasons.
20850  For more information, have a look at 
20851 \series bold
20852 hypcap
20853 \series default
20854 's manual 
20855 \begin_inset CommandInset citation
20856 LatexCommand cite
20857 key "hypcap"
20859 \end_inset
20862 \end_layout
20864 \begin_layout Standard
20865 \begin_inset Note Greyedout
20866 status open
20868 \begin_layout Plain Layout
20870 \series bold
20871 Note:
20872 \series default
20874 \series bold
20875 hypcap
20876 \series default
20877  has no effect for references to subfigures.
20878 \end_layout
20880 \end_inset
20883 \end_layout
20885 \begin_layout Section
20886 Float Placement
20887 \begin_inset CommandInset label
20888 LatexCommand label
20889 name "sec:Float-Placement"
20891 \end_inset
20894 \begin_inset Index
20895 status collapsed
20897 \begin_layout Plain Layout
20898 Floats ! Placement
20899 \end_layout
20901 \end_inset
20904 \end_layout
20906 \begin_layout Standard
20907 Right-clicking on a float-box opens a dialog where you can alter the placement
20908  options that LaTeX uses for positioning the float.
20909 \begin_inset Newline newline
20910 \end_inset
20912 The option 
20913 \family sans
20914 Span
20915 \begin_inset space ~
20916 \end_inset
20918 columns
20919 \family default
20920  is only useful for two-column documents: If you select it, the float will
20921  span across both columns on the page instead of being confined to just
20922  one.
20923 \begin_inset Newline newline
20924 \end_inset
20926 The option 
20927 \family sans
20928 Rotate
20929 \begin_inset space ~
20930 \end_inset
20932 sideways
20933 \family default
20934  is used to rotate floats, see section 
20935 \begin_inset CommandInset ref
20936 LatexCommand ref
20937 reference "sec:Rotated-Floats"
20939 \end_inset
20942 \end_layout
20944 \begin_layout Standard
20945 You can use one ore more of the following options in the float dialog to
20946  set the placement for a particular float when you uncheck the option 
20947 \family sans
20949 \begin_inset space ~
20950 \end_inset
20952 default
20953 \begin_inset space ~
20954 \end_inset
20956 placement
20957 \family default
20959 \end_layout
20961 \begin_layout Description
20962 Here
20963 \begin_inset space ~
20964 \end_inset
20967 \begin_inset space ~
20968 \end_inset
20970 possible try to place the float on the position where it is inserted
20971 \end_layout
20973 \begin_layout Description
20975 \begin_inset space ~
20976 \end_inset
20979 \begin_inset space ~
20980 \end_inset
20982 page try to place the float on the top of the current page
20983 \end_layout
20985 \begin_layout Description
20986 Bottom
20987 \begin_inset space ~
20988 \end_inset
20991 \begin_inset space ~
20992 \end_inset
20994 page try to place the float on the bottom of the current page
20995 \end_layout
20997 \begin_layout Description
20998 Page
20999 \begin_inset space ~
21000 \end_inset
21003 \begin_inset space ~
21004 \end_inset
21006 floats try to place the float on an own page 
21007 \end_layout
21009 \begin_layout Standard
21010 The order of the above option is 
21011 \emph on
21012 always
21013 \emph default
21014  used by LaTeX.
21015  That means, if you use the default placement, LaTeX will first try out
21017 \family sans
21018 Here
21019 \begin_inset space ~
21020 \end_inset
21023 \begin_inset space ~
21024 \end_inset
21026 possible
21027 \family default
21028 , then 
21029 \family sans
21031 \begin_inset space ~
21032 \end_inset
21035 \begin_inset space ~
21036 \end_inset
21038 page
21039 \family default
21040 , and then the others.
21041  If you don't use the default, LaTeX will try only the checked options but
21042  in the same order.
21043  If none of the 4 placements are possible the procedure is internally repeated
21044  but it is tried to put the float on the following page.
21045 \end_layout
21047 \begin_layout Standard
21048 By default, each option has its own rules:
21049 \end_layout
21051 \begin_layout Labeling
21052 \labelwidthstring 00.00.0000
21054 \family sans
21056 \begin_inset space ~
21057 \end_inset
21060 \begin_inset space ~
21061 \end_inset
21063 page
21064 \family default
21065  only floats occupying less than 70
21066 \begin_inset space \thinspace{}
21067 \end_inset
21069 % of the page can be placed at the top of a page (
21070 \series bold
21072 \backslash
21073 topfraction
21074 \series default
21076 \end_layout
21078 \begin_layout Labeling
21079 \labelwidthstring 00.00.0000
21081 \family sans
21082 Bottom
21083 \begin_inset space ~
21084 \end_inset
21087 \begin_inset space ~
21088 \end_inset
21090 page
21091 \family default
21092 : only floats occupying less than 30
21093 \begin_inset space \thinspace{}
21094 \end_inset
21096 % of the page can be placed at the bottom of a page.
21098 \series bold
21100 \backslash
21101 bottomfraction
21102 \series default
21104 \end_layout
21106 \begin_layout Labeling
21107 \labelwidthstring 00.00.0000
21109 \family sans
21110 Page
21111 \begin_inset space ~
21112 \end_inset
21115 \begin_inset space ~
21116 \end_inset
21118 floats
21119 \family default
21120 : only if more than 50
21121 \begin_inset space \thinspace{}
21122 \end_inset
21124 % of the page are occupied by floats, several floats can be set together
21125  on a page.
21127 \series bold
21129 \backslash
21130 floatpagefraction
21131 \series default
21133 \end_layout
21135 \begin_layout Standard
21136 If you don't like these rules, you can ignore them by using the additional
21137  option 
21138 \family sans
21139 Ignore
21140 \begin_inset space ~
21141 \end_inset
21143 LaTeX
21144 \begin_inset space ~
21145 \end_inset
21147 rules
21148 \family default
21150 \begin_inset Newline newline
21151 \end_inset
21153 You can also redefine the rules with LaTeX-commands that are given in parenthese
21154 s behind the rules description above.
21155  To increase for example the often too small default of the bottom-rule
21156  to 50
21157 \begin_inset space \thinspace{}
21158 \end_inset
21160 % of the page, add this line to your document preamble:
21161 \end_layout
21163 \begin_layout Standard
21165 \series bold
21167 \backslash
21168 renewcommand{
21169 \backslash
21170 bottomfraction}{0.5}
21171 \end_layout
21173 \begin_layout Standard
21174 Sometimes you might need, under all circumstances, a float to be placed
21175  exactly at the position where it is inserted.
21176  For this case you can use the option 
21177 \family sans
21178 Here
21179 \begin_inset space ~
21180 \end_inset
21182 definitely
21183 \family default
21185  Use this option very rarely and only if the document is nearly ready to
21186  be printed.
21187  Because the float is then no longer able to 
21188 \begin_inset Quotes eld
21189 \end_inset
21191 float
21192 \begin_inset Quotes erd
21193 \end_inset
21195  when you change your document and this will often destroy the page layout.
21196 \end_layout
21198 \begin_layout Standard
21199 There are no placement options for text wrap floats, because they are always
21200  surrounded by the text of a certain paragraph.
21201 \begin_inset VSpace bigskip
21202 \end_inset
21205 \end_layout
21207 \begin_layout Standard
21208 Sometimes you have the problem that a float is placed at the top of a page
21209  while its corresponding section starts at the middle of the page, so that
21210  the reader could think the float is part of the previous section.
21211  To avoid this the LaTeX-command 
21212 \series bold
21214 \backslash
21215 suppressfloats
21216 \series default
21217  can be used.
21218  It suppresses a given float placement for the page where it is inserted
21219  and can therefore be used to avoid that floats could be set before a section
21220  starts.
21221  To get this, add these commands to your document preamble:
21222 \end_layout
21224 \begin_layout Standard
21226 \series bold
21228 \backslash
21230 \backslash
21231 mySection
21232 \backslash
21233 section
21234 \begin_inset Newline newline
21235 \end_inset
21238 \backslash
21239 renewcommand{
21240 \backslash
21241 section}{
21242 \backslash
21243 suppressfloats[t]
21244 \backslash
21245 mySection}
21246 \end_layout
21248 \begin_layout Standard
21249 You can define the same for all section headings, like chapters and subsections.
21250  This definition is not recommended to be used for small text parts like
21251  subsubsections because LaTeX may then have problems to find a suitable
21252  placement.
21253 \end_layout
21255 \begin_layout Standard
21256 \begin_inset VSpace bigskip
21257 \end_inset
21259 In some cases it is required to have all figures/tables at the end of the
21260  document.
21261  For this purpose the LaTeX-package 
21262 \series bold
21263 endfloat
21264 \series default
21266 \begin_inset Index
21267 status collapsed
21269 \begin_layout Plain Layout
21270 LaTeX-packages ! endfloat
21271 \end_layout
21273 \end_inset
21275  was developed.
21276  It puts all figure and table floats at the end of the document into own
21277  sections.
21278  At the original float position a text hint like 
21279 \begin_inset Quotes eld
21280 \end_inset
21283 \family sans
21284 [Figure
21285 \begin_inset space ~
21286 \end_inset
21288 3.2 about here.]
21289 \family default
21291 \begin_inset Quotes erd
21292 \end_inset
21294  is inserted.
21295  The endfloat-package is loaded in the preamble with the line
21296 \end_layout
21298 \begin_layout Standard
21300 \series bold
21302 \backslash
21303 usepackage[options]{endfloat}
21304 \end_layout
21306 \begin_layout Standard
21307 There are various package options to format the created figure/table sections.
21308  For more information we refer to the 
21309 \series bold
21310 endfloat
21311 \series default
21312  documentation 
21313 \begin_inset CommandInset citation
21314 LatexCommand cite
21315 key "endfloat"
21317 \end_inset
21320 \begin_inset Newline newline
21321 \end_inset
21324 \begin_inset Note Greyedout
21325 status open
21327 \begin_layout Plain Layout
21329 \series bold
21330 Note: endfloat
21331 \series default
21332  doesn't provide an automatic translation for the text hint, you have to
21333  do this manually, see section
21334 \begin_inset space ~
21335 \end_inset
21337 4 in 
21338 \begin_inset CommandInset citation
21339 LatexCommand cite
21340 key "endfloat"
21342 \end_inset
21345 \end_layout
21347 \end_inset
21350 \begin_inset Newline newline
21351 \end_inset
21354 \begin_inset Note Greyedout
21355 status open
21357 \begin_layout Plain Layout
21359 \series bold
21360 Note:
21361 \series default
21362  There is currently a bug in 
21363 \series bold
21364 endfloat
21365 \series default
21366  when the caption contains a German 
21367 \begin_inset Quotes eld
21368 \end_inset
21371 \begin_inset Quotes erd
21372 \end_inset
21375  Use in this case the command 
21376 \begin_inset Quotes eld
21377 \end_inset
21380 \series bold
21382 \backslash
21384 \series default
21386 \begin_inset Quotes erd
21387 \end_inset
21389  in TeX-Code instead of 
21390 \begin_inset Quotes eld
21391 \end_inset
21394 \begin_inset Quotes erd
21395 \end_inset
21398 \end_layout
21400 \end_inset
21403 \end_layout
21405 \begin_layout Standard
21406 \begin_inset VSpace bigskip
21407 \end_inset
21409 For more details about float placements, have a look at LaTeX books, 
21410 \begin_inset CommandInset citation
21411 LatexCommand cite
21412 key "latexcompanion,latexguide,latexbook"
21414 \end_inset
21417 \end_layout
21419 \begin_layout Section
21420 Rotated Floats
21421 \begin_inset CommandInset label
21422 LatexCommand label
21423 name "sec:Rotated-Floats"
21425 \end_inset
21428 \begin_inset Index
21429 status collapsed
21431 \begin_layout Plain Layout
21432 Floats ! Rotating
21433 \end_layout
21435 \end_inset
21438 \end_layout
21440 \begin_layout Standard
21441 Especially for wide tables you might have floats rotated.
21442  To rotate a whole float including the caption, right-click on the float-box
21443  and use the option 
21444 \family sans
21445 Rotate
21446 \begin_inset space ~
21447 \end_inset
21449 sideways
21450 \family default
21452 \end_layout
21454 \begin_layout Standard
21455 Rotated floats are always placed on its own page (or column, in case you
21456  have a multi-column document).
21457  You can let them span several columns using the float settings option 
21458 \family sans
21459 Span
21460 \begin_inset space ~
21461 \end_inset
21463 columns
21464 \family default
21466  Floats are rotated so that you can read them from the outside margin.
21467  To force a certain rotation direction for all pages, you can add either
21468  the option 
21469 \series bold
21470 figuresleft
21471 \series default
21472  or 
21473 \series bold
21474 figuresright
21475 \series default
21476  to the document class options.
21477 \end_layout
21479 \begin_layout Standard
21480 Referencing rotated floats is the same like for normal floats, the caption
21481  format is also the same: Table
21482 \begin_inset space ~
21483 \end_inset
21486 \begin_inset CommandInset ref
21487 LatexCommand ref
21488 reference "tab:Rotated-table"
21490 \end_inset
21492  is an example of a rotated table float.
21493 \end_layout
21495 \begin_layout Standard
21496 \begin_inset Note Greyedout
21497 status open
21499 \begin_layout Plain Layout
21501 \series bold
21502 Note:
21503 \series default
21504  Not all DVI-viewers are able to display rotated floats.
21505 \end_layout
21507 \end_inset
21510 \end_layout
21512 \begin_layout Standard
21513 \begin_inset Float table
21514 wide false
21515 sideways true
21516 status open
21518 \begin_layout Plain Layout
21519 \begin_inset Caption
21521 \begin_layout Plain Layout
21522 \begin_inset CommandInset label
21523 LatexCommand label
21524 name "tab:Rotated-table"
21526 \end_inset
21528  Rotated table
21529 \end_layout
21531 \end_inset
21534 \end_layout
21536 \begin_layout Plain Layout
21537 \align center
21538 \begin_inset Tabular
21539 <lyxtabular version="3" rows="1" columns="5">
21540 <features>
21541 <column alignment="center" valignment="top" width="0">
21542 <column alignment="center" valignment="top" width="0">
21543 <column alignment="center" valignment="top" width="0">
21544 <column alignment="center" valignment="top" width="0">
21545 <column alignment="center" valignment="top" width="0">
21546 <row>
21547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21550 \begin_layout Plain Layout
21551 test
21552 \end_layout
21554 \end_inset
21555 </cell>
21556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21557 \begin_inset Text
21559 \begin_layout Plain Layout
21561 \end_layout
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21566 \begin_inset Text
21568 \begin_layout Plain Layout
21570 \end_layout
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21575 \begin_inset Text
21577 \begin_layout Plain Layout
21579 \end_layout
21581 \end_inset
21582 </cell>
21583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21584 \begin_inset Text
21586 \begin_layout Plain Layout
21588 \end_layout
21590 \end_inset
21591 </cell>
21592 </row>
21593 </lyxtabular>
21595 \end_inset
21598 \end_layout
21600 \end_inset
21603 \end_layout
21605 \begin_layout Section
21606 Subfloats
21607 \begin_inset Index
21608 status collapsed
21610 \begin_layout Plain Layout
21611 Floats ! Subfloats
21612 \end_layout
21614 \end_inset
21617 \end_layout
21619 \begin_layout Standard
21620 Subfloats are for example used when a figure consists of several images.
21621  They are created by inserting a float to an existing float.
21622  The placement of the subfloats can be controlled like for paragraphs as
21623  shown in table
21624 \begin_inset space ~
21625 \end_inset
21628 \begin_inset CommandInset ref
21629 LatexCommand ref
21630 reference "tab:Two-subtables-side"
21632 \end_inset
21634  and 
21635 \begin_inset CommandInset ref
21636 LatexCommand ref
21637 reference "tab:Two-subtables-upon"
21639 \end_inset
21642 \end_layout
21644 \begin_layout Standard
21645 Referencing subfloats works as for normal floats: Table
21646 \begin_inset space ~
21647 \end_inset
21650 \begin_inset CommandInset ref
21651 LatexCommand ref
21652 reference "tab:This-is-subtable-a"
21654 \end_inset
21656  and 
21657 \begin_inset CommandInset ref
21658 LatexCommand ref
21659 reference "tab:This-is-subtable-b"
21661 \end_inset
21663  are subtables of table
21664 \begin_inset space ~
21665 \end_inset
21668 \begin_inset CommandInset ref
21669 LatexCommand ref
21670 reference "tab:Two-subtables-side"
21672 \end_inset
21675 \end_layout
21677 \begin_layout Standard
21678 \begin_inset Float table
21679 wide false
21680 sideways false
21681 status open
21683 \begin_layout Plain Layout
21684 \begin_inset Caption
21686 \begin_layout Plain Layout
21687 \begin_inset CommandInset label
21688 LatexCommand label
21689 name "tab:Two-subtables-side"
21691 \end_inset
21693 Two subtables placed side by side.
21694 \end_layout
21696 \end_inset
21699 \end_layout
21701 \begin_layout Plain Layout
21702 \align center
21703 \begin_inset space \hfill{}
21704 \end_inset
21707 \begin_inset Float table
21708 wide false
21709 sideways false
21710 status collapsed
21712 \begin_layout Plain Layout
21713 \begin_inset Caption
21715 \begin_layout Plain Layout
21716 \begin_inset CommandInset label
21717 LatexCommand label
21718 name "tab:This-is-subtable-a"
21720 \end_inset
21722 This is subtable a.
21723 \end_layout
21725 \end_inset
21728 \end_layout
21730 \begin_layout Plain Layout
21731 \align center
21732 \begin_inset Tabular
21733 <lyxtabular version="3" rows="1" columns="5">
21734 <features>
21735 <column alignment="center" valignment="top" width="0">
21736 <column alignment="center" valignment="top" width="0">
21737 <column alignment="center" valignment="top" width="0">
21738 <column alignment="center" valignment="top" width="0">
21739 <column alignment="center" valignment="top" width="0">
21740 <row>
21741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21742 \begin_inset Text
21744 \begin_layout Plain Layout
21745 test
21746 \end_layout
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21753 \begin_layout Plain Layout
21755 \end_layout
21757 \end_inset
21758 </cell>
21759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21762 \begin_layout Plain Layout
21764 \end_layout
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21771 \begin_layout Plain Layout
21773 \end_layout
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21778 \begin_inset Text
21780 \begin_layout Plain Layout
21782 \end_layout
21784 \end_inset
21785 </cell>
21786 </row>
21787 </lyxtabular>
21789 \end_inset
21792 \end_layout
21794 \end_inset
21797 \begin_inset space \hfill{}
21798 \end_inset
21801 \begin_inset Float table
21802 wide false
21803 sideways false
21804 status collapsed
21806 \begin_layout Plain Layout
21807 \begin_inset Caption
21809 \begin_layout Plain Layout
21810 \begin_inset CommandInset label
21811 LatexCommand label
21812 name "tab:This-is-subtable-b"
21814 \end_inset
21816 This is subtable b.
21817 \end_layout
21819 \end_inset
21822 \end_layout
21824 \begin_layout Plain Layout
21825 \align center
21826 \begin_inset Tabular
21827 <lyxtabular version="3" rows="1" columns="5">
21828 <features>
21829 <column alignment="center" valignment="top" width="0">
21830 <column alignment="center" valignment="top" width="0">
21831 <column alignment="center" valignment="top" width="0">
21832 <column alignment="center" valignment="top" width="0">
21833 <column alignment="center" valignment="top" width="0">
21834 <row>
21835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21836 \begin_inset Text
21838 \begin_layout Plain Layout
21840 \end_layout
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21847 \begin_layout Plain Layout
21849 \end_layout
21851 \end_inset
21852 </cell>
21853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21856 \begin_layout Plain Layout
21858 \end_layout
21860 \end_inset
21861 </cell>
21862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21865 \begin_layout Plain Layout
21867 \end_layout
21869 \end_inset
21870 </cell>
21871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21872 \begin_inset Text
21874 \begin_layout Plain Layout
21875 test
21876 \end_layout
21878 \end_inset
21879 </cell>
21880 </row>
21881 </lyxtabular>
21883 \end_inset
21886 \end_layout
21888 \end_inset
21891 \begin_inset space \hfill{}
21892 \end_inset
21895 \end_layout
21897 \end_inset
21900 \end_layout
21902 \begin_layout Standard
21903 \begin_inset Float table
21904 wide false
21905 sideways false
21906 status open
21908 \begin_layout Plain Layout
21909 \begin_inset Caption
21911 \begin_layout Plain Layout
21912 \begin_inset CommandInset label
21913 LatexCommand label
21914 name "tab:Two-subtables-upon"
21916 \end_inset
21918 Two subtables placed one upon the other.
21919  (a) table with 4 cells, (b) table with 5 cells.
21920 \end_layout
21922 \end_inset
21925 \end_layout
21927 \begin_layout Plain Layout
21928 \align center
21929 \begin_inset Float table
21930 wide false
21931 sideways false
21932 status collapsed
21934 \begin_layout Plain Layout
21935 \begin_inset Caption
21937 \begin_layout Plain Layout
21939 \end_layout
21941 \end_inset
21944 \end_layout
21946 \begin_layout Plain Layout
21947 \align center
21948 \begin_inset Tabular
21949 <lyxtabular version="3" rows="1" columns="4">
21950 <features>
21951 <column alignment="center" valignment="top" width="0">
21952 <column alignment="center" valignment="top" width="0">
21953 <column alignment="center" valignment="top" width="0">
21954 <column alignment="center" valignment="top" width="0">
21955 <row>
21956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21957 \begin_inset Text
21959 \begin_layout Plain Layout
21960 test
21961 \end_layout
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21966 \begin_inset Text
21968 \begin_layout Plain Layout
21969 test
21970 \end_layout
21972 \end_inset
21973 </cell>
21974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21975 \begin_inset Text
21977 \begin_layout Plain Layout
21978 test
21979 \end_layout
21981 \end_inset
21982 </cell>
21983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21984 \begin_inset Text
21986 \begin_layout Plain Layout
21987 test
21988 \end_layout
21990 \end_inset
21991 </cell>
21992 </row>
21993 </lyxtabular>
21995 \end_inset
21998 \end_layout
22000 \end_inset
22003 \end_layout
22005 \begin_layout Plain Layout
22006 \align center
22007 \begin_inset Float table
22008 wide false
22009 sideways false
22010 status collapsed
22012 \begin_layout Plain Layout
22013 \begin_inset Caption
22015 \begin_layout Plain Layout
22017 \end_layout
22019 \end_inset
22022 \end_layout
22024 \begin_layout Plain Layout
22025 \align center
22026 \begin_inset Tabular
22027 <lyxtabular version="3" rows="1" columns="5">
22028 <features>
22029 <column alignment="center" valignment="top" width="0">
22030 <column alignment="center" valignment="top" width="0">
22031 <column alignment="center" valignment="top" width="0">
22032 <column alignment="center" valignment="top" width="0">
22033 <column alignment="center" valignment="top" width="0">
22034 <row>
22035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22038 \begin_layout Plain Layout
22040 \end_layout
22042 \end_inset
22043 </cell>
22044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22045 \begin_inset Text
22047 \begin_layout Plain Layout
22049 \end_layout
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22056 \begin_layout Plain Layout
22058 \end_layout
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22063 \begin_inset Text
22065 \begin_layout Plain Layout
22067 \end_layout
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22074 \begin_layout Plain Layout
22076 \end_layout
22078 \end_inset
22079 </cell>
22080 </row>
22081 </lyxtabular>
22083 \end_inset
22086 \end_layout
22088 \end_inset
22091 \end_layout
22093 \end_inset
22096 \end_layout
22098 \begin_layout Section
22099 Floats Side by Side
22100 \begin_inset Index
22101 status collapsed
22103 \begin_layout Plain Layout
22104 Floats ! Side by side
22105 \end_layout
22107 \end_inset
22110 \end_layout
22112 \begin_layout Standard
22113 To place floats side by side, like for Figure
22114 \begin_inset space ~
22115 \end_inset
22118 \begin_inset CommandInset ref
22119 LatexCommand ref
22120 reference "fig:Float-left"
22122 \end_inset
22124  and 
22125 \begin_inset CommandInset ref
22126 LatexCommand ref
22127 reference "fig:Float-right"
22129 \end_inset
22131 , only 
22132 \emph on
22134 \emph default
22135  float is used.
22136  In it two minipage boxes are inserted.
22137 \begin_inset Foot
22138 status collapsed
22140 \begin_layout Plain Layout
22141 Minipages are explained in section
22142 \begin_inset space ~
22143 \end_inset
22146 \begin_inset CommandInset ref
22147 LatexCommand ref
22148 reference "sec:Minipages"
22150 \end_inset
22153 \end_layout
22155 \end_inset
22157  The width is set to 45
22158 \begin_inset space \thinspace{}
22159 \end_inset
22162 \begin_inset space \thinspace{}
22163 \end_inset
22165 column% and the box alignment to 
22166 \family sans
22167 Bottom
22168 \family default
22169  for each minipage.
22170  The minipage boxes contain the image and the caption in the same way as
22171  they are in a float.
22172  The only difference is that the image unit 
22173 \family sans
22174 Column
22175 \begin_inset space ~
22176 \end_inset
22178 Width
22179 \begin_inset space ~
22180 \end_inset
22183 \family default
22184  is now calculated according to the width of the minipage boxes.
22185 \end_layout
22187 \begin_layout Standard
22188 \begin_inset Float figure
22189 wide false
22190 sideways false
22191 status open
22193 \begin_layout Plain Layout
22194 \begin_inset Box Frameless
22195 position "b"
22196 hor_pos "c"
22197 has_inner_box 1
22198 inner_pos "t"
22199 use_parbox 0
22200 width "45col%"
22201 special "none"
22202 height "1in"
22203 height_special "totalheight"
22204 status open
22206 \begin_layout Plain Layout
22207 \align center
22208 \begin_inset Graphics
22209         filename clipart/mobius.eps
22210         lyxscale 50
22211         width 100col%
22212         scaleBeforeRotation
22214 \end_inset
22217 \end_layout
22219 \begin_layout Plain Layout
22220 \begin_inset Caption
22222 \begin_layout Plain Layout
22223 \begin_inset CommandInset label
22224 LatexCommand label
22225 name "fig:Float-left"
22227 \end_inset
22229 Float on the left side.
22230 \end_layout
22232 \end_inset
22235 \end_layout
22237 \end_inset
22240 \begin_inset space \hfill{}
22241 \end_inset
22244 \begin_inset Box Frameless
22245 position "b"
22246 hor_pos "c"
22247 has_inner_box 1
22248 inner_pos "t"
22249 use_parbox 0
22250 width "45col%"
22251 special "none"
22252 height "1in"
22253 height_special "totalheight"
22254 status open
22256 \begin_layout Plain Layout
22257 \align center
22258 \begin_inset Graphics
22259         filename clipart/platypus.eps
22260         lyxscale 50
22261         width 100col%
22262         scaleBeforeRotation
22264 \end_inset
22267 \end_layout
22269 \begin_layout Plain Layout
22270 \begin_inset Caption
22272 \begin_layout Plain Layout
22273 \begin_inset CommandInset label
22274 LatexCommand label
22275 name "fig:Float-right"
22277 \end_inset
22279 Float on the right side.
22280 \end_layout
22282 \end_inset
22285 \end_layout
22287 \end_inset
22290 \end_layout
22292 \begin_layout Plain Layout
22294 \end_layout
22296 \end_inset
22299 \end_layout
22301 \begin_layout Section
22302 Caption Formatting
22303 \begin_inset Index
22304 status collapsed
22306 \begin_layout Plain Layout
22307 Caption ! Formatting
22308 \end_layout
22310 \end_inset
22313 \begin_inset Index
22314 status collapsed
22316 \begin_layout Plain Layout
22317 Floats ! Caption Formatting
22318 \end_layout
22320 \end_inset
22323 \begin_inset CommandInset label
22324 LatexCommand label
22325 name "sec:Caption-Formatting"
22327 \end_inset
22330 \end_layout
22332 \begin_layout Standard
22333 The 
22334 \family sans
22335 Caption
22336 \family default
22337  environment is the default paragraph environment for 
22338 \family sans
22339 Floats
22340 \family default
22342  On the LyX screen captions appear as label, e.
22343 \begin_inset space \thinspace{}
22344 \end_inset
22347 \begin_inset space \space{}
22348 \end_inset
22351 \begin_inset Quotes eld
22352 \end_inset
22355 \family sans
22356 Figure #:
22357 \family default
22359 \begin_inset Quotes erd
22360 \end_inset
22362  followed by the caption text.
22364 \begin_inset Quotes eld
22365 \end_inset
22368 \begin_inset Quotes erd
22369 \end_inset
22371  is the actual reference number.
22372  By default the label and the number are in the same font as the caption
22373  text and a colon follows the number to divide the label from the text.
22374  This caption format is not suitable for all document formats.
22376 \end_layout
22378 \begin_layout Standard
22379 To change the default caption format, load the LaTeX-package 
22380 \series bold
22381 caption
22382 \series default
22384 \begin_inset Index
22385 status collapsed
22387 \begin_layout Plain Layout
22388 LaTeX-packages ! caption
22389 \end_layout
22391 \end_inset
22393  in the document preamble with this line:
22394 \end_layout
22396 \begin_layout Standard
22398 \series bold
22400 \backslash
22401 usepackage[format definition]{caption}
22402 \end_layout
22404 \begin_layout Standard
22405 To have for example the label and the number in sans-serif bold font and
22406  the table captions always above the table like in this document, use the
22407  following command:
22408 \end_layout
22410 \begin_layout Standard
22412 \series bold
22414 \backslash
22415 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22416 \end_layout
22418 \begin_layout Standard
22419 You can also define different caption formats for the different float types.
22420  In this case load the 
22421 \series bold
22422 caption
22423 \series default
22424  package without format specific options and define the different formats
22425  with the help of the command
22426 \end_layout
22428 \begin_layout Standard
22430 \series bold
22432 \backslash
22433 captionsetup[float type]{format definition}
22434 \end_layout
22436 \begin_layout Standard
22437 in the document preamble.
22438  For example the caption formats of Figure
22439 \begin_inset space ~
22440 \end_inset
22443 \begin_inset CommandInset ref
22444 LatexCommand ref
22445 reference "fig:This-is-an-fig"
22447 \end_inset
22449  and Table
22450 \begin_inset space ~
22451 \end_inset
22454 \begin_inset CommandInset ref
22455 LatexCommand ref
22456 reference "tab:This-is-an-tab"
22458 \end_inset
22460  can be created using these commands in the document preamble:
22461 \end_layout
22463 \begin_layout Standard
22465 \series bold
22467 \backslash
22468 usepackage[tableposition=top]{caption}
22469 \series default
22471 \begin_inset Newline newline
22472 \end_inset
22475 \series bold
22477 \backslash
22478 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22479 \begin_inset Newline newline
22480 \end_inset
22483 \begin_inset ERT
22484 status collapsed
22486 \begin_layout Plain Layout
22489 \backslash
22490 hphantom{
22491 \backslash
22493 \backslash
22494 captionsetup[figure]
22495 \backslash
22497 \end_layout
22499 \end_inset
22501  labelsep=period}
22502 \begin_inset Newline newline
22503 \end_inset
22506 \backslash
22507 captionsetup[table]{labelfont={bf,sf}}
22508 \end_layout
22510 \begin_layout Standard
22511 \begin_inset Note Greyedout
22512 status open
22514 \begin_layout Plain Layout
22516 \series bold
22517 Note:
22518 \series default
22519  The option 
22520 \series bold
22521 tableposition=top
22522 \series default
22523  has no effect when a 
22524 \series bold
22525 KOMA-script
22526 \series default
22528 \begin_inset Index
22529 status collapsed
22531 \begin_layout Plain Layout
22532 LaTeX-packages ! KOMA-script
22533 \end_layout
22535 \end_inset
22537  document class is used.
22538  In this case the document class option 
22539 \series bold
22540 tablecaptionabove
22541 \series default
22542  must be used.
22543 \end_layout
22545 \end_inset
22548 \end_layout
22550 \begin_layout Standard
22551 For more information about the package 
22552 \series bold
22553 caption
22554 \series default
22555  we refer to its documentation 
22556 \begin_inset CommandInset citation
22557 LatexCommand cite
22558 key "caption"
22560 \end_inset
22563 \end_layout
22565 \begin_layout Standard
22566 To change the label name from e.
22567 \begin_inset space \thinspace{}
22568 \end_inset
22571 \begin_inset space \space{}
22572 \end_inset
22575 \begin_inset Quotes eld
22576 \end_inset
22578 Figure
22579 \begin_inset Quotes erd
22580 \end_inset
22582  to 
22583 \begin_inset Quotes eld
22584 \end_inset
22586 Image
22587 \begin_inset Quotes erd
22588 \end_inset
22590  use this preamble command:
22591 \end_layout
22593 \begin_layout Standard
22595 \series bold
22597 \backslash
22598 renewcommand{
22599 \backslash
22600 fnum@figure}{Image~
22601 \backslash
22602 thefigure}
22603 \end_layout
22605 \begin_layout Standard
22606 where 
22607 \series bold
22609 \backslash
22610 thefigure
22611 \series default
22612  inserts the figure number and
22613 \series bold
22615 \begin_inset Quotes eld
22616 \end_inset
22619 \series default
22621 \begin_inset Quotes erd
22622 \end_inset
22624  creates a protected space.
22625 \end_layout
22627 \begin_layout Standard
22628 \begin_inset VSpace bigskip
22629 \end_inset
22631 If you are using a 
22632 \series bold
22633 KOMA-script
22634 \series default
22636 \begin_inset Index
22637 status collapsed
22639 \begin_layout Plain Layout
22640 LaTeX-packages ! KOMA-script
22641 \end_layout
22643 \end_inset
22645  document class (
22646 \family sans
22647 article (KOMA-script)
22648 \family default
22650 \family sans
22651 book (KOMA-script)
22652 \family default
22654 \family sans
22655 letter (KOMA-script)
22656 \family default
22657 , or 
22658 \family sans
22659 report (KOMA-script)
22660 \family default
22662 \begin_inset space \thinspace{}
22663 \end_inset
22665 ), you can alternatively to the 
22666 \series bold
22667 caption
22668 \series default
22669  package use 
22670 \series bold
22671 KOMA-script
22672 \series default
22673 's built-in command 
22674 \series bold
22676 \backslash
22677 setkomafont
22678 \series default
22680  For example, to have the caption label in bold, add this command to your
22681  document preamble:
22682 \end_layout
22684 \begin_layout Standard
22686 \series bold
22688 \backslash
22689 setkomafont{captionlabel}{
22690 \backslash
22691 bfseries}
22692 \end_layout
22694 \begin_layout Standard
22695 For more information about 
22696 \series bold
22698 \backslash
22699 setkomafont
22700 \series default
22701  we refer to the 
22702 \series bold
22703 KOMA-script
22704 \series default
22705  documentation 
22706 \begin_inset CommandInset citation
22707 LatexCommand cite
22708 key "KOMA-script"
22710 \end_inset
22713 \end_layout
22715 \begin_layout Standard
22716 \begin_inset ERT
22717 status collapsed
22719 \begin_layout Plain Layout
22722 \backslash
22723 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22725 \end_layout
22727 \end_inset
22730 \begin_inset Note Note
22731 status open
22733 \begin_layout Plain Layout
22734 The caption format is changed only for this example.
22735 \end_layout
22737 \end_inset
22740 \end_layout
22742 \begin_layout Standard
22743 \begin_inset Float figure
22744 placement !p
22745 wide false
22746 sideways false
22747 status open
22749 \begin_layout Plain Layout
22750 \align center
22751 \begin_inset Graphics
22752         filename clipart/mobius.eps
22753         lyxscale 50
22754         scale 50
22755         scaleBeforeRotation
22757 \end_inset
22760 \end_layout
22762 \begin_layout Plain Layout
22763 \begin_inset Caption
22765 \begin_layout Plain Layout
22766 \begin_inset CommandInset label
22767 LatexCommand label
22768 name "fig:This-is-an-fig"
22770 \end_inset
22772 This is an example figure caption that is longer than one line to show the
22773  different caption format.
22774  Here a self-defined caption format is used.
22775 \end_layout
22777 \end_inset
22780 \end_layout
22782 \end_inset
22785 \end_layout
22787 \begin_layout Standard
22788 \begin_inset ERT
22789 status collapsed
22791 \begin_layout Plain Layout
22794 \backslash
22795 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22797 \end_layout
22799 \end_inset
22802 \end_layout
22804 \begin_layout Standard
22805 \begin_inset Float table
22806 placement !p
22807 wide false
22808 sideways false
22809 status open
22811 \begin_layout Plain Layout
22812 \begin_inset Caption
22814 \begin_layout Plain Layout
22815 \begin_inset CommandInset label
22816 LatexCommand label
22817 name "tab:This-is-an-tab"
22819 \end_inset
22821 This is an example table caption that is longer than one line to show the
22822  different caption format.
22823  Here the standard caption format for tables in this document is used.
22824 \end_layout
22826 \end_inset
22829 \end_layout
22831 \begin_layout Plain Layout
22832 \align center
22833 \begin_inset Tabular
22834 <lyxtabular version="3" rows="1" columns="5">
22835 <features>
22836 <column alignment="center" valignment="top" width="0">
22837 <column alignment="center" valignment="top" width="0">
22838 <column alignment="center" valignment="top" width="0">
22839 <column alignment="center" valignment="top" width="0">
22840 <column alignment="center" valignment="top" width="0">
22841 <row>
22842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22845 \begin_layout Plain Layout
22847 \end_layout
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22854 \begin_layout Plain Layout
22856 \end_layout
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22863 \begin_layout Plain Layout
22865 \end_layout
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22872 \begin_layout Plain Layout
22874 \end_layout
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22879 \begin_inset Text
22881 \begin_layout Plain Layout
22883 \end_layout
22885 \end_inset
22886 </cell>
22887 </row>
22888 </lyxtabular>
22890 \end_inset
22893 \end_layout
22895 \end_inset
22898 \end_layout
22900 \begin_layout Section
22901 Caption Placement
22902 \begin_inset Index
22903 status collapsed
22905 \begin_layout Plain Layout
22906 Caption ! Placement
22907 \end_layout
22909 \end_inset
22912 \begin_inset Index
22913 status collapsed
22915 \begin_layout Plain Layout
22916 Floats ! Caption Placement
22917 \end_layout
22919 \end_inset
22922 \begin_inset CommandInset label
22923 LatexCommand label
22924 name "sec:Caption-Placement"
22926 \end_inset
22929 \end_layout
22931 \begin_layout Standard
22932 The common caption placement rule is:
22933 \end_layout
22935 \begin_layout Description
22936 Figure: Caption is set below the figure
22937 \end_layout
22939 \begin_layout Description
22940 Table: Caption is set above the table
22941 \end_layout
22943 \begin_layout Standard
22944 Having the caption above the table is unfortunately not supported in LaTeX's
22945  standard classes.
22946  That means if you are using the document classes 
22947 \family sans
22948 article
22949 \family default
22951 \family sans
22952 book
22953 \family default
22955 \family sans
22956 letter
22957 \family default
22958 , or 
22959 \family sans
22960 report
22961 \family default
22962  there will be no space between the caption and the table.
22963  To insert the needed space, add the following option to the load command
22964  of the LaTeX-package 
22965 \series bold
22966 caption
22967 \series default
22968  in your document preamble
22969 \begin_inset Foot
22970 status collapsed
22972 \begin_layout Plain Layout
22973 See section
22974 \begin_inset space ~
22975 \end_inset
22978 \begin_inset CommandInset ref
22979 LatexCommand ref
22980 reference "sec:Caption-Formatting"
22982 \end_inset
22984  for more information of the package 
22985 \series bold
22986 caption
22987 \series default
22989 \end_layout
22991 \end_inset
22994 \end_layout
22996 \begin_layout Standard
22998 \series bold
22999 tableposition=top
23000 \end_layout
23002 \begin_layout Standard
23003 If you are using a 
23004 \series bold
23005 KOMA-script
23006 \series default
23008 \begin_inset Index
23009 status collapsed
23011 \begin_layout Plain Layout
23012 LaTeX-packages ! KOMA-script
23013 \end_layout
23015 \end_inset
23017  document class (
23018 \family sans
23019 article (KOMA-script)
23020 \family default
23022 \family sans
23023 book (KOMA-script)
23024 \family default
23026 \family sans
23027 letter (KOMA-script)
23028 \family default
23029 , or 
23030 \family sans
23031 report (KOMA-script)
23032 \family default
23034 \begin_inset space \thinspace{}
23035 \end_inset
23037 ), you can alternatively to the 
23038 \series bold
23039 caption
23040 \series default
23041  package set the document class option 
23042 \series bold
23043 tablecaptionabove
23044 \series default
23046 \end_layout
23048 \begin_layout Standard
23049 \begin_inset VSpace bigskip
23050 \end_inset
23052 It is also possible to set the caption beside a figure or table.
23053  To get this the LaTeX-package 
23054 \series bold
23055 sidecap
23056 \series default
23058 \begin_inset Index
23059 status collapsed
23061 \begin_layout Plain Layout
23062 LaTeX-packages ! sidecap
23063 \end_layout
23065 \end_inset
23067  has to be loaded in the document preamble with the line
23068 \end_layout
23070 \begin_layout Standard
23072 \series bold
23074 \backslash
23075 usepackage[option]{sidecap}
23076 \end_layout
23078 \begin_layout Standard
23079 If you set no option, the caption is placed on the side of the outer page
23080  margin – to the right on odd pages, to the left on even pages.
23081  You can change the placement to inner margin with the option 
23082 \series bold
23083 innercaption
23084 \series default
23086  To force the placement always to the right or left, use the option 
23087 \series bold
23088 rightcaption
23089 \series default
23090  or 
23091 \series bold
23092 leftcaption
23093 \series default
23094 , respectively.
23095 \end_layout
23097 \begin_layout Standard
23098 \begin_inset ERT
23099 status collapsed
23101 \begin_layout Plain Layout
23104 \backslash
23105 ifsidecap
23106 \end_layout
23108 \end_inset
23111 \begin_inset Note Note
23112 status open
23114 \begin_layout Plain Layout
23115 The following section will only be displayed when the LaTeX-package 
23116 \series bold
23117 sidecap
23118 \series default
23119  is installed.
23120 \end_layout
23122 \end_inset
23125 \end_layout
23127 \begin_layout Standard
23128 To place in LyX the caption of a float on the side, it is necessary to add
23129  these commands to the document preamble:
23130 \end_layout
23132 \begin_layout Standard
23134 \lyxline
23136 \end_layout
23138 \begin_layout Standard
23140 \series bold
23142 \backslash
23143 newcommand{
23144 \backslash
23145 TabBesBeg}{%
23146 \begin_inset Newline newline
23147 \end_inset
23150 \begin_inset ERT
23151 status collapsed
23153 \begin_layout Plain Layout
23156 \backslash
23157 hphantom{ }
23158 \end_layout
23160 \end_inset
23163 \backslash
23165 \backslash
23166 MyTable
23167 \backslash
23168 table
23169 \begin_inset Newline newline
23170 \end_inset
23173 \begin_inset ERT
23174 status collapsed
23176 \begin_layout Plain Layout
23179 \backslash
23180 hphantom{ }
23181 \end_layout
23183 \end_inset
23186 \backslash
23188 \backslash
23189 MyEndtable
23190 \backslash
23191 endtable
23192 \begin_inset Newline newline
23193 \end_inset
23196 \begin_inset ERT
23197 status collapsed
23199 \begin_layout Plain Layout
23202 \backslash
23203 hphantom{ }
23204 \end_layout
23206 \end_inset
23209 \backslash
23210 renewenvironment{table}{
23211 \backslash
23212 begin{SCtable}}{
23213 \backslash
23214 end{SCtable}}}
23215 \end_layout
23217 \begin_layout Standard
23219 \series bold
23221 \backslash
23222 newcommand{
23223 \backslash
23224 TabBesEnd}{%
23225 \begin_inset Newline newline
23226 \end_inset
23229 \begin_inset ERT
23230 status collapsed
23232 \begin_layout Plain Layout
23235 \backslash
23236 hphantom{ }
23237 \end_layout
23239 \end_inset
23242 \backslash
23244 \backslash
23245 table
23246 \backslash
23247 MyTable
23248 \begin_inset Newline newline
23249 \end_inset
23252 \begin_inset ERT
23253 status collapsed
23255 \begin_layout Plain Layout
23258 \backslash
23259 hphantom{ }
23260 \end_layout
23262 \end_inset
23265 \backslash
23267 \backslash
23268 endtable
23269 \backslash
23270 MyEndtable
23271 \end_layout
23273 \begin_layout Standard
23275 \series bold
23277 \backslash
23278 newcommand{
23279 \backslash
23280 FigBesBeg}{%
23281 \begin_inset Newline newline
23282 \end_inset
23285 \begin_inset ERT
23286 status collapsed
23288 \begin_layout Plain Layout
23291 \backslash
23292 hphantom{ }
23293 \end_layout
23295 \end_inset
23298 \backslash
23300 \backslash
23301 MyFigure
23302 \backslash
23303 figure
23304 \begin_inset Newline newline
23305 \end_inset
23308 \begin_inset ERT
23309 status collapsed
23311 \begin_layout Plain Layout
23314 \backslash
23315 hphantom{ }
23316 \end_layout
23318 \end_inset
23321 \backslash
23323 \backslash
23324 MyEndfigure
23325 \backslash
23326 endfigure
23327 \begin_inset Newline newline
23328 \end_inset
23331 \begin_inset ERT
23332 status collapsed
23334 \begin_layout Plain Layout
23337 \backslash
23338 hphantom{ }
23339 \end_layout
23341 \end_inset
23344 \backslash
23345 renewenvironment{figure}{
23346 \backslash
23347 begin{SCfigure}}{
23348 \backslash
23349 end{SCfigure}}}
23350 \end_layout
23352 \begin_layout Standard
23354 \series bold
23356 \backslash
23357 newcommand{
23358 \backslash
23359 FigBesEnd}{%
23360 \begin_inset Newline newline
23361 \end_inset
23364 \begin_inset ERT
23365 status collapsed
23367 \begin_layout Plain Layout
23370 \backslash
23371 hphantom{ }
23372 \end_layout
23374 \end_inset
23377 \backslash
23379 \backslash
23380 figure
23381 \backslash
23382 MyFigure
23383 \begin_inset Newline newline
23384 \end_inset
23387 \begin_inset ERT
23388 status collapsed
23390 \begin_layout Plain Layout
23393 \backslash
23394 hphantom{ }
23395 \end_layout
23397 \end_inset
23400 \backslash
23402 \backslash
23403 endfigure
23404 \backslash
23405 MyEndfigure}
23406 \end_layout
23408 \begin_layout Standard
23410 \lyxline
23412 \end_layout
23414 \begin_layout Standard
23415 The commands allow you to redefine the floats so that the caption is set
23416  on the side.
23417  For figure floats use the command
23418 \end_layout
23420 \begin_layout Standard
23422 \series bold
23424 \backslash
23425 FigBesBeg
23426 \end_layout
23428 \begin_layout Standard
23429 in TeX-Code before the float.
23430  Behind the float insert the command
23431 \end_layout
23433 \begin_layout Standard
23435 \series bold
23437 \backslash
23438 FigBesEnd
23439 \end_layout
23441 \begin_layout Standard
23442 in TeX-Code to get back to the original float definition.
23443 \end_layout
23445 \begin_layout Standard
23446 For table floats use the corresponding commands
23447 \end_layout
23449 \begin_layout Standard
23451 \series bold
23453 \backslash
23454 TabBesBeg
23455 \series default
23456  and 
23457 \series bold
23459 \backslash
23460 TabBesEnd
23461 \end_layout
23463 \begin_layout Standard
23464 Figure
23465 \begin_inset space ~
23466 \end_inset
23469 \begin_inset CommandInset ref
23470 LatexCommand ref
23471 reference "fig:cap-beside-fig"
23473 \end_inset
23475  and Table
23476 \begin_inset space ~
23477 \end_inset
23480 \begin_inset CommandInset ref
23481 LatexCommand ref
23482 reference "tab:cap-beside-tab"
23484 \end_inset
23486  are examples where the caption is set beside.
23487 \end_layout
23489 \begin_layout Standard
23490 You can see in the examples that the caption text appears at the top of
23491  the floats for table floats and at the bottom for figure floats.
23492  To change this, you can use the command
23493 \end_layout
23495 \begin_layout Standard
23497 \series bold
23499 \backslash
23500 sidecaptionvpos{float type}{placement}
23501 \end_layout
23503 \begin_layout Standard
23504 in the document preamble or in TeX-Code before the float.
23505  The float type is either 
23506 \family sans
23507 figure
23508 \family default
23509  or 
23510 \family sans
23511 table
23512 \family default
23513 , the placement can be 
23514 \begin_inset Quotes eld
23515 \end_inset
23518 \family sans
23520 \family default
23522 \begin_inset Quotes erd
23523 \end_inset
23525  for top, 
23526 \begin_inset Quotes eld
23527 \end_inset
23530 \family sans
23532 \family default
23534 \begin_inset Quotes erd
23535 \end_inset
23537  for center, or 
23538 \begin_inset Quotes eld
23539 \end_inset
23542 \family sans
23544 \family default
23546 \begin_inset Quotes erd
23547 \end_inset
23549  for bottom.
23550  To have for example the caption of figure floats vertically centered, use
23551  the command
23552 \end_layout
23554 \begin_layout Standard
23556 \series bold
23558 \backslash
23559 sidecaptionvpos{figure}{c}
23560 \end_layout
23562 \begin_layout Standard
23563 This was used for Figure
23564 \begin_inset space ~
23565 \end_inset
23568 \begin_inset CommandInset ref
23569 LatexCommand ref
23570 reference "fig:cap-beside-fig-2"
23572 \end_inset
23575 \end_layout
23577 \begin_layout Standard
23578 \begin_inset VSpace medskip
23579 \end_inset
23581 For more information about the package 
23582 \series bold
23583 sidecap
23584 \series default
23585  we refer to its documentation 
23586 \begin_inset CommandInset citation
23587 LatexCommand cite
23588 key "sidecap"
23590 \end_inset
23593 \end_layout
23595 \begin_layout Standard
23596 \begin_inset Note Greyedout
23597 status open
23599 \begin_layout Plain Layout
23601 \series bold
23602 Note:
23603 \series default
23604  The LaTeX-package 
23605 \series bold
23606 hypcap
23607 \series default
23609 \begin_inset Index
23610 status collapsed
23612 \begin_layout Plain Layout
23613 LaTeX-packages ! hypcap
23614 \end_layout
23616 \end_inset
23618 , described in section
23619 \begin_inset space ~
23620 \end_inset
23623 \begin_inset CommandInset ref
23624 LatexCommand ref
23625 reference "sub:Reference-Position"
23627 \end_inset
23629 , has no effect on floats with the caption set beside.
23630 \end_layout
23632 \end_inset
23635 \end_layout
23637 \begin_layout Standard
23638 \begin_inset ERT
23639 status collapsed
23641 \begin_layout Plain Layout
23644 \backslash
23645 FigBesBeg 
23646 \end_layout
23648 \end_inset
23651 \end_layout
23653 \begin_layout Standard
23654 \begin_inset Float figure
23655 wide false
23656 sideways false
23657 status open
23659 \begin_layout Plain Layout
23660 \begin_inset Graphics
23661         filename clipart/escher-lsd.eps
23662         scale 75
23663         scaleBeforeRotation
23665 \end_inset
23668 \end_layout
23670 \begin_layout Plain Layout
23671 \begin_inset Caption
23673 \begin_layout Plain Layout
23674 \begin_inset CommandInset label
23675 LatexCommand label
23676 name "fig:cap-beside-fig"
23678 \end_inset
23680 This is a caption beside a figure.
23681 \end_layout
23683 \end_inset
23686 \end_layout
23688 \end_inset
23691 \end_layout
23693 \begin_layout Standard
23694 \begin_inset ERT
23695 status collapsed
23697 \begin_layout Plain Layout
23700 \backslash
23701 TabBesBeg 
23702 \end_layout
23704 \end_inset
23707 \end_layout
23709 \begin_layout Standard
23710 \begin_inset Float table
23711 wide false
23712 sideways false
23713 status open
23715 \begin_layout Plain Layout
23716 \begin_inset Caption
23718 \begin_layout Plain Layout
23719 \begin_inset CommandInset label
23720 LatexCommand label
23721 name "tab:cap-beside-tab"
23723 \end_inset
23725 This is a caption beside a table.
23726 \end_layout
23728 \end_inset
23731 \end_layout
23733 \begin_layout Plain Layout
23734 \begin_inset Tabular
23735 <lyxtabular version="3" rows="4" columns="5">
23736 <features>
23737 <column alignment="center" valignment="top" width="0">
23738 <column alignment="center" valignment="top" width="0">
23739 <column alignment="center" valignment="top" width="0">
23740 <column alignment="center" valignment="top" width="0">
23741 <column alignment="center" valignment="top" width="0">
23742 <row>
23743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23744 \begin_inset Text
23746 \begin_layout Plain Layout
23748 \end_layout
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23755 \begin_layout Plain Layout
23757 \end_layout
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23762 \begin_inset Text
23764 \begin_layout Plain Layout
23766 \end_layout
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23773 \begin_layout Plain Layout
23775 \end_layout
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23782 \begin_layout Plain Layout
23784 \end_layout
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23791 \begin_inset Text
23793 \begin_layout Plain Layout
23795 \end_layout
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23800 \begin_inset Text
23802 \begin_layout Plain Layout
23804 \end_layout
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23811 \begin_layout Plain Layout
23813 \end_layout
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23820 \begin_layout Plain Layout
23822 \end_layout
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23829 \begin_layout Plain Layout
23831 \end_layout
23833 \end_inset
23834 </cell>
23835 </row>
23836 <row>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23838 \begin_inset Text
23840 \begin_layout Plain Layout
23842 \end_layout
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23847 \begin_inset Text
23849 \begin_layout Plain Layout
23851 \end_layout
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23856 \begin_inset Text
23858 \begin_layout Plain Layout
23860 \end_layout
23862 \end_inset
23863 </cell>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23865 \begin_inset Text
23867 \begin_layout Plain Layout
23869 \end_layout
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23876 \begin_layout Plain Layout
23878 \end_layout
23880 \end_inset
23881 </cell>
23882 </row>
23883 <row>
23884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23885 \begin_inset Text
23887 \begin_layout Plain Layout
23889 \end_layout
23891 \end_inset
23892 </cell>
23893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23894 \begin_inset Text
23896 \begin_layout Plain Layout
23898 \end_layout
23900 \end_inset
23901 </cell>
23902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23903 \begin_inset Text
23905 \begin_layout Plain Layout
23907 \end_layout
23909 \end_inset
23910 </cell>
23911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23912 \begin_inset Text
23914 \begin_layout Plain Layout
23916 \end_layout
23918 \end_inset
23919 </cell>
23920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23921 \begin_inset Text
23923 \begin_layout Plain Layout
23925 \end_layout
23927 \end_inset
23928 </cell>
23929 </row>
23930 </lyxtabular>
23932 \end_inset
23935 \end_layout
23937 \end_inset
23940 \end_layout
23942 \begin_layout Standard
23943 \begin_inset ERT
23944 status collapsed
23946 \begin_layout Plain Layout
23949 \backslash
23950 TabBesEnd
23951 \end_layout
23953 \end_inset
23956 \end_layout
23958 \begin_layout Standard
23959 \begin_inset ERT
23960 status collapsed
23962 \begin_layout Plain Layout
23965 \backslash
23966 sidecaptionvpos{figure}{c}
23967 \end_layout
23969 \end_inset
23972 \begin_inset Float figure
23973 wide false
23974 sideways false
23975 status open
23977 \begin_layout Plain Layout
23978 \begin_inset Graphics
23979         filename clipart/escher-lsd.eps
23980         scale 75
23981         scaleBeforeRotation
23983 \end_inset
23986 \end_layout
23988 \begin_layout Plain Layout
23989 \begin_inset Caption
23991 \begin_layout Plain Layout
23992 \begin_inset CommandInset label
23993 LatexCommand label
23994 name "fig:cap-beside-fig-2"
23996 \end_inset
23998 This is a vertically centered caption beside a figure.
23999 \end_layout
24001 \end_inset
24004 \end_layout
24006 \end_inset
24009 \end_layout
24011 \begin_layout Standard
24012 \begin_inset ERT
24013 status collapsed
24015 \begin_layout Plain Layout
24018 \backslash
24019 FigBesEnd
24020 \end_layout
24022 \end_inset
24025 \end_layout
24027 \begin_layout Standard
24028 \begin_inset ERT
24029 status collapsed
24031 \begin_layout Plain Layout
24034 \backslash
24035 else
24036 \end_layout
24038 \end_inset
24041 \begin_inset Note Note
24042 status open
24044 \begin_layout Plain Layout
24045 The following will be displayed when the LaTeX-package 
24046 \series bold
24047 sidecap
24048 \series default
24049  is not installed:
24050 \end_layout
24052 \end_inset
24055 \end_layout
24057 \begin_layout Standard
24058 You need to install the LaTeX-package 
24059 \series bold
24060 sidecap
24061 \series default
24062  to see the following part of this section in the output.
24063 \end_layout
24065 \begin_layout Standard
24066 \begin_inset ERT
24067 status collapsed
24069 \begin_layout Plain Layout
24072 \backslash
24074 \end_layout
24076 \end_inset
24079 \end_layout
24081 \begin_layout Section
24082 Listings of Floats
24083 \begin_inset Index
24084 status collapsed
24086 \begin_layout Plain Layout
24087 Floats ! Float Lists
24088 \end_layout
24090 \end_inset
24093 \end_layout
24095 \begin_layout Standard
24096 Similar to the the table of contents where the sections of the document
24097  are listed, there are listings for all float types, like the figures of
24098  the documents.
24099  You can insert them via the 
24100 \family sans
24101 Insert\SpecialChar \menuseparator
24102 List
24103 \begin_inset space ~
24104 \end_inset
24107 \begin_inset space ~
24108 \end_inset
24111 \family default
24112  sub menus.
24113 \end_layout
24115 \begin_layout Standard
24116 The list entries are the float captions or its short title, the float number,
24117  and the page number where they appear in the document.
24118 \end_layout
24120 \begin_layout Standard
24121 You can find the list of figures and tables at the end of this document.
24122 \end_layout
24124 \begin_layout Chapter
24125 Notes
24126 \end_layout
24128 \begin_layout Section
24129 LyX Notes
24130 \begin_inset Index
24131 status collapsed
24133 \begin_layout Plain Layout
24134 Notes ! LyX Notes
24135 \end_layout
24137 \end_inset
24140 \end_layout
24142 \begin_layout Standard
24143 Notes are inserted with the toolbar button 
24144 \begin_inset Graphics
24145         filename ../images/note-insert.png
24146         scale 85
24147         scaleBeforeRotation
24149 \end_inset
24151  or the menu 
24152 \family sans
24153 Insert\SpecialChar \menuseparator
24154 Note
24155 \family default
24157  There are three types of notes:
24158 \end_layout
24160 \begin_layout Description
24162 \begin_inset space ~
24163 \end_inset
24165 Note This note type is for internal notes that won't appear in the output.
24166  Its note-box looks like this:
24167 \begin_inset Newline newline
24168 \end_inset
24171 \begin_inset Newline newline
24172 \end_inset
24175 \begin_inset Graphics
24176         filename clipart/LyXNoteImageQt4.png
24177         display false
24178         scale 85
24179         scaleBeforeRotation
24181 \end_inset
24184 \begin_inset Note Note
24185 status open
24187 \begin_layout Plain Layout
24188 This is text in a note box that doesn't appear in the output.
24189 \end_layout
24191 \end_inset
24194 \end_layout
24196 \begin_layout Description
24197 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24198 ent, when you export the document to LaTeX via the menu 
24199 \family sans
24200 File\SpecialChar \menuseparator
24201 Export\SpecialChar \menuseparator
24202 LaTeX (pdflatex) / (plain)
24203 \family default
24205  Its note-box looks like this:
24206 \begin_inset Newline newline
24207 \end_inset
24210 \begin_inset Newline newline
24211 \end_inset
24214 \begin_inset Graphics
24215         filename clipart/CommentNoteImageQt4.png
24216         display false
24217         scale 85
24218         scaleBeforeRotation
24220 \end_inset
24223 \begin_inset Note Comment
24224 status open
24226 \begin_layout Plain Layout
24227 This is text in a note box that only appears as comment in LaTeX-files.
24228 \end_layout
24230 \end_inset
24233 \end_layout
24235 \begin_layout Description
24236 Greyed
24237 \begin_inset space ~
24238 \end_inset
24240 Out This note will appear in the output as grey text.
24241  Its note-box looks like this:
24242 \begin_inset Newline newline
24243 \end_inset
24246 \begin_inset Newline newline
24247 \end_inset
24250 \begin_inset Graphics
24251         filename clipart/GreyedOutNoteImageQt4.png
24252         display false
24253         scale 85
24254         scaleBeforeRotation
24256 \end_inset
24259 \begin_inset Newline newline
24260 \end_inset
24263 \begin_inset ERT
24264 status collapsed
24266 \begin_layout Plain Layout
24269 \backslash
24270 renewenvironment{lyxgreyedout}
24271 \end_layout
24273 \begin_layout Plain Layout
24276 \backslash
24277 textcolor[gray]{0.8}
24278 \backslash
24279 bgroup}{
24280 \backslash
24281 egroup}
24282 \end_layout
24284 \end_inset
24287 \begin_inset Note Greyedout
24288 status open
24290 \begin_layout Plain Layout
24291 This is text
24292 \begin_inset Foot
24293 status open
24295 \begin_layout Plain Layout
24296 This is an example footnote within a greyed out note.
24297 \end_layout
24299 \end_inset
24301  of a comment that appears in the output as grey text.
24302 \end_layout
24304 \end_inset
24307 \begin_inset ERT
24308 status collapsed
24310 \begin_layout Plain Layout
24313 \backslash
24314 renewenvironment{lyxgreyedout}
24315 \end_layout
24317 \begin_layout Plain Layout
24320 \backslash
24321 textcolor{blue}
24322 \backslash
24323 bgroup}{
24324 \backslash
24325 egroup}
24326 \end_layout
24328 \end_inset
24331 \begin_inset Note Note
24332 status collapsed
24334 \begin_layout Plain Layout
24335 The greyed out note is here redefined to show it with the original LyX definitio
24336 n because greyed out notes are redefined in the preamble of this document,
24337  as described below, to have blue text.
24338 \end_layout
24340 \end_inset
24343 \begin_inset Newline newline
24344 \end_inset
24347 \begin_inset Newline newline
24348 \end_inset
24350 As you can see in the example, the first line of greyed out notes is a bit
24351  indented and greyed out notes can have footnotes.
24352 \end_layout
24354 \begin_layout Standard
24355 \begin_inset VSpace bigskip
24356 \end_inset
24358 When you use the toolbar button 
24359 \begin_inset Graphics
24360         filename ../images/note-insert.png
24361         scale 85
24362         scaleBeforeRotation
24364 \end_inset
24366  to insert notes, a 
24367 \family sans
24369 \begin_inset space ~
24370 \end_inset
24372 Note
24373 \family default
24374  is inserted.
24375  You can switch between the five note types by right-clicking on the note-box.
24377 \family roman
24378 \series medium
24379 \bar no
24380 If you want to turn existing text into a note, mark it and click on the
24381  note
24382 \family default
24383 \series default
24384 \bar default
24385  toolbar 
24386 \family roman
24387 \series medium
24388 \bar no
24389 button
24390 \family default
24391 \series default
24392 \bar default
24394  To change a note to text, press the backspace key when the cursor is in
24395  the first position of a note, or press the deletey key when the cursor
24396  is in the very last position of the note, respectively.
24397 \end_layout
24399 \begin_layout Standard
24400 \begin_inset VSpace bigskip
24401 \end_inset
24403 You can change the text color of the greyed out notes in the preamble with
24404  the following command:
24405 \end_layout
24407 \begin_layout Standard
24409 \series bold
24411 \backslash
24412 renewenvironment{lyxgreyedout}
24413 \begin_inset Newline newline
24414 \end_inset
24417 \begin_inset ERT
24418 status collapsed
24420 \begin_layout Plain Layout
24423 \backslash
24424 hphantom{ }
24425 \end_layout
24427 \end_inset
24430 \backslash
24431 textcolor{color}
24432 \backslash
24433 bgroup}{
24434 \backslash
24435 egroup}
24436 \end_layout
24438 \begin_layout Standard
24439 The available colors and the method to define own colors is explained in
24440  section
24441 \begin_inset space ~
24442 \end_inset
24445 \begin_inset CommandInset ref
24446 LatexCommand ref
24447 reference "sec:Colored-Tables"
24449 \end_inset
24452 \end_layout
24454 \begin_layout Standard
24455 Notes that appear in blue in this document are set using greyed out notes
24456  with blue text.
24457 \end_layout
24459 \begin_layout Section
24460 Footnotes
24461 \begin_inset CommandInset label
24462 LatexCommand label
24463 name "sec:Footnotes"
24465 \end_inset
24468 \begin_inset Index
24469 status collapsed
24471 \begin_layout Plain Layout
24472 Notes ! Footnotes
24473 \end_layout
24475 \end_inset
24478 \begin_inset Index
24479 status collapsed
24481 \begin_layout Plain Layout
24482 Footnotes
24483 \end_layout
24485 \end_inset
24488 \end_layout
24490 \begin_layout Standard
24491 Footnotes can be inserted using the toolbar button 
24492 \begin_inset Graphics
24493         filename ../images/footnote-insert.png
24494         scale 85
24495         scaleBeforeRotation
24497 \end_inset
24499  or the menu 
24500 \family sans
24501 Insert\SpecialChar \menuseparator
24502 Footnote
24503 \family default
24506 \family roman
24507 \series medium
24508 \bar no
24509 You'll see
24510 \family default
24511 \series default
24512 \bar default
24513  then the following footnote-box: 
24514 \begin_inset Graphics
24515         filename clipart/footnoteQt4.png
24516         scale 80
24517         scaleBeforeRotation
24519 \end_inset
24522 \family roman
24523 \series medium
24524 \bar no
24525 where you can enter the footnote text.
24526  If you want to turn existing text into a footnote, mark it and click on
24527  the footnote
24528 \family default
24529 \series default
24530 \bar default
24531  toolbar 
24532 \family roman
24533 \series medium
24534 \bar no
24535 button
24536 \family default
24537 \series default
24538 \bar default
24540  To change a 
24541 \family roman
24542 \series medium
24543 \bar no
24544 footnote
24545 \family default
24546 \series default
24547 \bar default
24548  to text, press the Backspace key when the cursor is in the first position
24549  of a 
24550 \family roman
24551 \series medium
24552 \bar no
24553 footnote
24554 \family default
24555 \series default
24556 \bar default
24557 , or press the Delete key when the cursor is in the very last position of
24558  the 
24559 \family roman
24560 \series medium
24561 \bar no
24562 footnote
24563 \family default
24564 \series default
24565 \bar default
24566 , respectively.
24567 \end_layout
24569 \begin_layout Standard
24570 Here is an example footnote:
24571 \family roman
24572 \series medium
24573 \bar no
24575 \begin_inset Foot
24576 status open
24578 \begin_layout Plain Layout
24579 \begin_inset CommandInset label
24580 LatexCommand label
24581 name "foot:This-is-an"
24583 \end_inset
24585 This is an example footnote.
24586 \end_layout
24588 \end_inset
24591 \family default
24592 \series default
24593 \bar default
24595 \begin_inset ERT
24596 status collapsed
24598 \begin_layout Plain Layout
24601 \backslash
24602 newcounter{MyRepeatFoot}
24603 \end_layout
24605 \begin_layout Plain Layout
24608 \backslash
24609 setcounter{MyRepeatFoot}{
24610 \backslash
24611 thefootnote}
24612 \end_layout
24614 \end_inset
24617 \end_layout
24619 \begin_layout Standard
24620 The footnote will appear in the output as a superscript number at the text
24621  position where the footnote box is placed.
24622  The footnote text is placed at the bottom of the current page.
24623  The footnote number is calculated by LaTeX, the numbers are consecutive.
24624  It depends on your document-class, if the footnote number is reset for
24625  every chapter.
24626 \end_layout
24628 \begin_layout Standard
24629 Footnotes can be referenced like floats: Insert a label into the footnote
24630  and cross-reference this label in the text as described in section
24631 \begin_inset space ~
24632 \end_inset
24635 \begin_inset CommandInset ref
24636 LatexCommand ref
24637 reference "sec:Referencing-Floats"
24639 \end_inset
24642 \begin_inset Newline newline
24643 \end_inset
24645 This is a cross-reference of Footnote
24646 \begin_inset space ~
24647 \end_inset
24650 \begin_inset CommandInset ref
24651 LatexCommand ref
24652 reference "foot:This-is-an"
24654 \end_inset
24657 \end_layout
24659 \begin_layout Standard
24660 \begin_inset VSpace defskip
24661 \end_inset
24663 To use footnotes within tables, you have to use minipages, see section
24664 \begin_inset space ~
24665 \end_inset
24668 \begin_inset CommandInset ref
24669 LatexCommand ref
24670 reference "sec:Minipages"
24672 \end_inset
24675  Footnotes within longtables are described in section
24676 \begin_inset space ~
24677 \end_inset
24680 \begin_inset CommandInset ref
24681 LatexCommand ref
24682 reference "sub:Footnotes-in-Longtables"
24684 \end_inset
24687 \end_layout
24689 \begin_layout Standard
24690 \begin_inset VSpace defskip
24691 \end_inset
24693 To create only a mark for a footnote, use the command 
24694 \series bold
24696 \backslash
24697 footnotemark[number]
24698 \series default
24699  in TeX-Code.
24700  This is used when you have the same annotation several times in a text
24701  but doesn't want to print the footnote text every time.
24702 \begin_inset Newline newline
24703 \end_inset
24705 As you don't know the number of the repeating footnote while you are writing
24706  the text, you have to store its number.
24707  For the following footnote mark example, these commands were inserted in
24708  TeX-Code behind Footnote
24709 \begin_inset space ~
24710 \end_inset
24713 \begin_inset CommandInset ref
24714 LatexCommand ref
24715 reference "foot:This-is-an"
24717 \end_inset
24719  to store the footnote number:
24720 \end_layout
24722 \begin_layout Standard
24724 \series bold
24726 \backslash
24727 newcounter{MyRepeatFoot}
24728 \begin_inset Newline newline
24729 \end_inset
24732 \backslash
24733 setcounter{MyRepeatFoot}{
24734 \backslash
24735 thefootnote}
24736 \end_layout
24738 \begin_layout Standard
24739 The footnote mark was then created with this command:
24740 \end_layout
24742 \begin_layout Standard
24744 \series bold
24746 \backslash
24747 footnotemark[
24748 \backslash
24749 theMyRepeatFoot]
24750 \end_layout
24752 \begin_layout Standard
24753 Here is an example footnote mark:
24754 \family roman
24755 \series medium
24756 \bar no
24758 \begin_inset ERT
24759 status collapsed
24761 \begin_layout Plain Layout
24764 \backslash
24765 footnotemark[
24766 \backslash
24767 theMyRepeatFoot]
24768 \end_layout
24770 \end_inset
24773 \end_layout
24775 \begin_layout Subsection
24776 Footnote Numbering
24777 \begin_inset CommandInset label
24778 LatexCommand label
24779 name "sub:Footnote-Numbering"
24781 \end_inset
24784 \begin_inset Index
24785 status collapsed
24787 \begin_layout Plain Layout
24788 Footnotes ! Numbering
24789 \end_layout
24791 \end_inset
24794 \end_layout
24796 \begin_layout Standard
24797 To reset the footnote number back to 1 after each section
24798 \family roman
24799 , add this command to your document preamble:
24800 \end_layout
24802 \begin_layout Standard
24804 \series bold
24806 \backslash
24807 @addtoreset{footnote}{section}
24808 \end_layout
24810 \begin_layout Standard
24811 \begin_inset VSpace bigskip
24812 \end_inset
24814 The following preamble command changes the footnote numbering style to small
24815  roman numerals:
24816 \end_layout
24818 \begin_layout Standard
24820 \series bold
24822 \backslash
24823 renewcommand{
24824 \backslash
24825 thefootnote}{
24826 \backslash
24827 roman{footnote}}
24828 \end_layout
24830 \begin_layout Standard
24831 \begin_inset ERT
24832 status collapsed
24834 \begin_layout Plain Layout
24837 \backslash
24838 renewcommand{
24839 \backslash
24840 thefootnote}{
24841 \backslash
24842 roman{footnote}}
24843 \end_layout
24845 \end_inset
24847  This is a footnote with roman numbering:
24848 \begin_inset Foot
24849 status open
24851 \begin_layout Plain Layout
24852 This is an example footnote with roman numbering.
24853 \end_layout
24855 \end_inset
24858 \end_layout
24860 \begin_layout Standard
24861 To change the numbering style to capital roman numerals replace in the command
24862  above 
24863 \series bold
24865 \backslash
24866 roman
24867 \series default
24868  by 
24869 \series bold
24871 \backslash
24872 Roman
24873 \series default
24875  To 
24876 \begin_inset Quotes eld
24877 \end_inset
24879 number
24880 \begin_inset Quotes erd
24881 \end_inset
24883  footnotes with capital or small Latin letters use 
24884 \series bold
24886 \backslash
24887 Alph
24888 \series default
24889  or 
24890 \series bold
24892 \backslash
24893 alph
24894 \series default
24895 , respectively.
24896  To 
24897 \begin_inset Quotes eld
24898 \end_inset
24900 number
24901 \begin_inset Quotes erd
24902 \end_inset
24904  footnotes with symbols use 
24905 \series bold
24907 \backslash
24908 fnsymbol
24909 \series default
24911 \end_layout
24913 \begin_layout Standard
24914 \begin_inset Note Greyedout
24915 status open
24917 \begin_layout Plain Layout
24919 \series bold
24920 Note:
24921 \series default
24922  You can only number 26 footnotes with Latin letters, because this numbering
24923  is limited to single letters.
24924 \end_layout
24926 \end_inset
24929 \begin_inset Newline newline
24930 \end_inset
24933 \begin_inset Note Greyedout
24934 status open
24936 \begin_layout Plain Layout
24938 \series bold
24939 Note:
24940 \series default
24941  You can only number 9 footnotes with symbols.
24942 \end_layout
24944 \end_inset
24947 \end_layout
24949 \begin_layout Standard
24950 To return to the default numbering style when you changed to another one,
24951  use 
24952 \series bold
24954 \backslash
24955 arabic
24956 \series default
24957  instead of 
24958 \series bold
24960 \backslash
24961 roman
24962 \series default
24963  in the command above.
24964 \begin_inset ERT
24965 status collapsed
24967 \begin_layout Plain Layout
24970 \backslash
24971 renewcommand{
24972 \backslash
24973 thefootnote}{
24974 \backslash
24975 arabic{footnote}}
24976 \end_layout
24978 \end_inset
24981 \end_layout
24983 \begin_layout Standard
24984 \begin_inset VSpace bigskip
24985 \end_inset
24988 \end_layout
24990 \begin_layout Standard
24991 If you want to have footnotes numbered in the scheme 
24992 \begin_inset Quotes eld
24993 \end_inset
24995 chapter.footnote
24996 \begin_inset Quotes erd
24997 \end_inset
24999 , add the following command to your document preamble:
25000 \end_layout
25002 \begin_layout Standard
25004 \series bold
25006 \backslash
25007 numberwithin{footnote}{chapter}
25008 \end_layout
25010 \begin_layout Standard
25011 To be able to use the command 
25012 \series bold
25014 \backslash
25015 numberwithin
25016 \series default
25017 , set in the tab 
25018 \family sans
25019 Math
25020 \begin_inset space ~
25021 \end_inset
25023 Options
25024 \family default
25025  in the document settings the option 
25026 \family sans
25028 \begin_inset space ~
25029 \end_inset
25032 \begin_inset space ~
25033 \end_inset
25035 math
25036 \begin_inset space ~
25037 \end_inset
25039 package
25040 \family default
25042 \end_layout
25044 \begin_layout Standard
25045 \begin_inset ERT
25046 status collapsed
25048 \begin_layout Plain Layout
25051 \backslash
25052 numberwithin{footnote}{chapter}
25053 \end_layout
25055 \end_inset
25057 This is another example footnote:
25058 \series bold
25060 \begin_inset Foot
25061 status open
25063 \begin_layout Plain Layout
25064 This is a footnote numbered in the scheme 
25065 \begin_inset Quotes eld
25066 \end_inset
25068 chapter.footnote
25069 \begin_inset Quotes erd
25070 \end_inset
25073 \end_layout
25075 \end_inset
25078 \series default
25080 \begin_inset ERT
25081 status collapsed
25083 \begin_layout Plain Layout
25086 \backslash
25087 renewcommand{
25088 \backslash
25089 thefootnote}{
25090 \backslash
25091 arabic{footnote}}
25092 \end_layout
25094 \end_inset
25097 \end_layout
25099 \begin_layout Standard
25100 \begin_inset Note Greyedout
25101 status open
25103 \begin_layout Plain Layout
25105 \series bold
25106 Note:
25107 \series default
25109 \series bold
25111 \backslash
25112 numberwithin
25113 \series default
25114  always prints out the footnote number as arabic number; previous redefinitions
25115  to get non-arabic numbers are overwritten.
25116 \end_layout
25118 \end_inset
25121 \end_layout
25123 \begin_layout Standard
25124 So to get for example the scheme 
25125 \begin_inset Quotes eld
25126 \end_inset
25128 chapter.
25129 \backslash
25130 Roman{footnote}
25131 \begin_inset Quotes erd
25132 \end_inset
25134 , use this command instead of 
25135 \series bold
25137 \backslash
25138 numberwithin
25139 \series default
25141 \end_layout
25143 \begin_layout Standard
25145 \series bold
25147 \backslash
25148 renewcommand{
25149 \backslash
25150 thefootnote}{
25151 \backslash
25152 thechapter.
25153 \backslash
25154 Roman{footnote}}
25155 \end_layout
25157 \begin_layout Subsection
25158 Footnote Placement
25159 \begin_inset Index
25160 status collapsed
25162 \begin_layout Plain Layout
25163 Footnotes ! Placement
25164 \end_layout
25166 \end_inset
25169 \end_layout
25171 \begin_layout Standard
25172 If you have several footnotes in one page, they appear without vertical
25173  space between them at the bottom of the page.
25174  To make them better readable you can e.
25175 \begin_inset space \thinspace{}
25176 \end_inset
25179 \begin_inset space \space{}
25180 \end_inset
25182 add 1.5
25183 \begin_inset space \thinspace{}
25184 \end_inset
25186 mm space with the following preamble command:
25187 \end_layout
25189 \begin_layout Standard
25191 \series bold
25193 \backslash
25195 \backslash
25196 myFoot
25197 \backslash
25198 footnote
25199 \begin_inset Newline newline
25200 \end_inset
25203 \backslash
25204 renewcommand{
25205 \backslash
25206 footnote}[1]{
25207 \backslash
25208 myFoot{#1
25209 \backslash
25210 vspace{1.5mm}}}
25211 \end_layout
25213 \begin_layout Standard
25214 \begin_inset VSpace bigskip
25215 \end_inset
25217 In a two-column document the footnotes appear at the bottom of every column,
25218  see Figure
25219 \begin_inset space ~
25220 \end_inset
25223 \begin_inset CommandInset ref
25224 LatexCommand ref
25225 reference "fig:Standard-footnote-placement"
25227 \end_inset
25230  If the footnotes should only appear at the bottom of the right column,
25231  as in Figure
25232 \begin_inset space ~
25233 \end_inset
25236 \begin_inset CommandInset ref
25237 LatexCommand ref
25238 reference "fig:Footnote-placement-in"
25240 \end_inset
25242 , use the LaTeX-package 
25243 \series bold
25244 ftnright
25245 \series default
25247 \begin_inset Index
25248 status collapsed
25250 \begin_layout Plain Layout
25251 LaTeX-packages ! ftnright
25252 \end_layout
25254 \end_inset
25256  with this command in the document preamble:
25257 \end_layout
25259 \begin_layout Standard
25261 \series bold
25263 \backslash
25264 usepackage{ftnright}
25265 \end_layout
25267 \begin_layout Standard
25268 \begin_inset Float figure
25269 placement !h
25270 wide false
25271 sideways false
25272 status open
25274 \begin_layout Plain Layout
25275 \begin_inset ERT
25276 status collapsed
25278 \begin_layout Plain Layout
25281 \backslash
25282 framebox{
25283 \end_layout
25285 \end_inset
25288 \begin_inset Graphics
25289         filename clipart/without_fntright.pdf
25290         width 100col%
25291         scaleBeforeRotation
25293 \end_inset
25296 \begin_inset ERT
25297 status collapsed
25299 \begin_layout Plain Layout
25302 \end_layout
25304 \end_inset
25307 \end_layout
25309 \begin_layout Plain Layout
25310 \begin_inset Caption
25312 \begin_layout Plain Layout
25313 \begin_inset CommandInset label
25314 LatexCommand label
25315 name "fig:Standard-footnote-placement"
25317 \end_inset
25319 Standard footnote placement in two-column documents.
25320 \end_layout
25322 \end_inset
25325 \end_layout
25327 \end_inset
25330 \end_layout
25332 \begin_layout Standard
25333 \begin_inset Float figure
25334 placement !h
25335 wide false
25336 sideways false
25337 status open
25339 \begin_layout Plain Layout
25340 \begin_inset ERT
25341 status collapsed
25343 \begin_layout Plain Layout
25346 \backslash
25347 framebox{
25348 \end_layout
25350 \end_inset
25353 \begin_inset Graphics
25354         filename clipart/with_fntright.pdf
25355         width 100col%
25356         scaleBeforeRotation
25358 \end_inset
25361 \begin_inset ERT
25362 status collapsed
25364 \begin_layout Plain Layout
25367 \end_layout
25369 \end_inset
25372 \end_layout
25374 \begin_layout Plain Layout
25375 \begin_inset Caption
25377 \begin_layout Plain Layout
25378 \begin_inset CommandInset label
25379 LatexCommand label
25380 name "fig:Footnote-placement-in"
25382 \end_inset
25384 Footnote placement in two-column documents when the LaTeX-package 
25385 \series bold
25386 ftnright
25387 \series default
25388  is used.
25389 \end_layout
25391 \end_inset
25394 \end_layout
25396 \end_inset
25399 \end_layout
25401 \begin_layout Standard
25402 \begin_inset VSpace bigskip
25403 \end_inset
25405 In some scientific literature it is usual to collect the footnotes and print
25406  them in a separate paragraph at the the end of a section, like in Figure
25407 \begin_inset space ~
25408 \end_inset
25411 \begin_inset CommandInset ref
25412 LatexCommand ref
25413 reference "fig:Endnotes----footnotes"
25415 \end_inset
25418  They are then so called 
25419 \begin_inset Quotes eld
25420 \end_inset
25422 endnotes
25423 \begin_inset Quotes erd
25424 \end_inset
25427 \begin_inset Index
25428 status collapsed
25430 \begin_layout Plain Layout
25431 Endnotes
25432 \end_layout
25434 \end_inset
25436  To use endnotes instead of footnotes in your document, load the LaTeX-package
25438 \series bold
25439 endnotes
25440 \series default
25442 \begin_inset Index
25443 status collapsed
25445 \begin_layout Plain Layout
25446 LaTeX-packages ! endnotes
25447 \end_layout
25449 \end_inset
25451  with the document preamble lines
25452 \end_layout
25454 \begin_layout Standard
25456 \series bold
25458 \backslash
25459 usepackage{endnotes}
25460 \begin_inset Newline newline
25461 \end_inset
25464 \backslash
25466 \backslash
25467 footnote
25468 \backslash
25469 endnote
25470 \end_layout
25472 \begin_layout Standard
25473 To insert the collected footnotes, insert the command
25474 \end_layout
25476 \begin_layout Standard
25478 \series bold
25480 \backslash
25481 theendnotes
25482 \end_layout
25484 \begin_layout Standard
25485 in TeX-Code at the the end of a section or chapter.
25486 \end_layout
25488 \begin_layout Standard
25489 \begin_inset Float figure
25490 wide false
25491 sideways false
25492 status open
25494 \begin_layout Plain Layout
25495 \align center
25496 \begin_inset ERT
25497 status collapsed
25499 \begin_layout Plain Layout
25502 \backslash
25503 framebox{
25504 \end_layout
25506 \end_inset
25509 \begin_inset Graphics
25510         filename clipart/endnotes.pdf
25511         scaleBeforeRotation
25513 \end_inset
25516 \begin_inset ERT
25517 status collapsed
25519 \begin_layout Plain Layout
25522 \end_layout
25524 \end_inset
25527 \end_layout
25529 \begin_layout Plain Layout
25530 \begin_inset Caption
25532 \begin_layout Plain Layout
25533 \begin_inset CommandInset label
25534 LatexCommand label
25535 name "fig:Endnotes----footnotes"
25537 \end_inset
25539 Endnotes – footnotes are printed in a separate paragraph at the end of sections
25540  or chapters.
25541 \end_layout
25543 \end_inset
25546 \end_layout
25548 \end_inset
25551 \end_layout
25553 \begin_layout Standard
25554 \begin_inset VSpace medskip
25555 \end_inset
25557 The paragraph heading for the endnotes isn't automatically translated into
25558  the document language, this must be done manually.
25559  The following preamble command translate the default English name 
25560 \begin_inset Quotes eld
25561 \end_inset
25563 Notes
25564 \begin_inset Quotes erd
25565 \end_inset
25567  to the German translation 
25568 \begin_inset Quotes eld
25569 \end_inset
25571 Anmerkungen
25572 \begin_inset Quotes erd
25573 \end_inset
25576 \end_layout
25578 \begin_layout Standard
25580 \series bold
25582 \backslash
25583 renewcommand{
25584 \backslash
25585 notesname}{Anmerkungen}
25586 \end_layout
25588 \begin_layout Standard
25589 \begin_inset VSpace medskip
25590 \end_inset
25592 The numbering of endnotes can be changed like the footnote numbering as
25593  described in section
25594 \begin_inset space ~
25595 \end_inset
25598 \begin_inset CommandInset ref
25599 LatexCommand ref
25600 reference "sub:Footnote-Numbering"
25602 \end_inset
25604 ; just replace the command 
25605 \series bold
25607 \backslash
25608 thefootnote
25609 \series default
25610  by 
25611 \series bold
25613 \backslash
25614 theendnote
25615 \series default
25617  To reset the endnote number use the command 
25618 \series bold
25620 \backslash
25621 @addtoreset
25622 \series default
25623  as described in section
25624 \begin_inset space ~
25625 \end_inset
25628 \begin_inset CommandInset ref
25629 LatexCommand ref
25630 reference "sub:Footnote-Numbering"
25632 \end_inset
25634  and replace the command parameter 
25635 \series bold
25636 footnote
25637 \series default
25638  by 
25639 \series bold
25640 endnote
25641 \series default
25643 \end_layout
25645 \begin_layout Standard
25646 To create only a mark for an endnote, use the command 
25647 \series bold
25649 \backslash
25650 endnotemark[number]
25651 \series default
25652  similar to the command 
25653 \series bold
25655 \backslash
25656 footnotemark
25657 \series default
25658 , described in section
25659 \begin_inset space ~
25660 \end_inset
25663 \begin_inset CommandInset ref
25664 LatexCommand ref
25665 reference "sec:Footnotes"
25667 \end_inset
25670 \end_layout
25672 \begin_layout Standard
25673 \begin_inset VSpace bigskip
25674 \end_inset
25676 Footnotes can also be placed in the page margin and the footnote text alignment
25677  can be changed, see the LaTeX-package 
25678 \series bold
25679 footmisc
25680 \series default
25682 \begin_inset Index
25683 status collapsed
25685 \begin_layout Plain Layout
25686 LaTeX-packages ! footmisc
25687 \end_layout
25689 \end_inset
25692 \begin_inset CommandInset citation
25693 LatexCommand cite
25694 key "footmisc"
25696 \end_inset
25698  for more information about this.
25699 \end_layout
25701 \begin_layout Standard
25702 For various further footnote formatting issues have a look at LaTeX-books,
25704 \begin_inset CommandInset citation
25705 LatexCommand cite
25706 key "latexcompanion,latexguide,latexbook"
25708 \end_inset
25711 \end_layout
25713 \begin_layout Section
25714 Margin Notes
25715 \begin_inset Index
25716 status collapsed
25718 \begin_layout Plain Layout
25719 Notes ! Margin Notes
25720 \end_layout
25722 \end_inset
25725 \end_layout
25727 \begin_layout Standard
25728 Margin notes look and behave in LyX like footnotes.
25729  They are inserted via the menu 
25730 \family sans
25731 Insert\SpecialChar \menuseparator
25732 Marginal
25733 \begin_inset space ~
25734 \end_inset
25736 Note
25737 \family default
25738  or the toolbar button 
25739 \begin_inset Graphics
25740         filename ../images/marginalnote-insert.png
25741         scale 85
25742         scaleBeforeRotation
25744 \end_inset
25747  A grey 
25748 \family roman
25749 \series medium
25750 box with the
25751 \family default
25752 \series default
25753  red 
25754 \family roman
25755 \series medium
25756 label 
25757 \begin_inset Quotes eld
25758 \end_inset
25760 margin
25761 \begin_inset Quotes erd
25762 \end_inset
25764  appears where you can enter the text of the margin note.
25765 \end_layout
25767 \begin_layout Standard
25768 At the side is an example margin note.
25770 \family roman
25771 \series medium
25773 \begin_inset Marginal
25774 status open
25776 \begin_layout Plain Layout
25777 This is a margin note.
25778 \end_layout
25780 \end_inset
25783 \end_layout
25785 \begin_layout Standard
25786 Margin notes appear at the right side in single-sided documents.
25787  In double-sided documents they appear in the outer margin – left on even
25788  pages, right on odd pages.
25789  The text of margin notes is aligned opposite to the outer margin – right-aligne
25790 d when the note appears in the left margin.
25791  The first line of the margin note is placed at the position of the text
25792  line where it is inserted in the document.
25793 \end_layout
25795 \begin_layout Standard
25796 \begin_inset VSpace bigskip
25797 \end_inset
25799 To place the margin note in the inner margin, add the command
25800 \end_layout
25802 \begin_layout Standard
25804 \series bold
25806 \backslash
25807 reversemarginpar
25808 \end_layout
25810 \begin_layout Standard
25811 in TeX-Code before a margin note.
25812  The new placement is valid for all following margin notes.
25814 \begin_inset ERT
25815 status collapsed
25817 \begin_layout Plain Layout
25820 \backslash
25821 reversemarginpar 
25822 \end_layout
25824 \end_inset
25827 \begin_inset Marginal
25828 status open
25830 \begin_layout Plain Layout
25831 This is a margin note in the inner margin.
25832 \end_layout
25834 \end_inset
25837 \series bold
25839 \begin_inset Newline newline
25840 \end_inset
25843 \series default
25845 \begin_inset Note Greyedout
25846 status open
25848 \begin_layout Plain Layout
25850 \series bold
25851 Note:
25852 \series default
25853  There is often not enough space in the inner margin so that the notes are
25854  not correctly displayed in the output.
25855 \end_layout
25857 \end_inset
25860 \end_layout
25862 \begin_layout Standard
25863 To return to the default placement insert the command
25864 \end_layout
25866 \begin_layout Standard
25868 \series bold
25870 \backslash
25871 normalmarginpar
25872 \end_layout
25874 \begin_layout Standard
25875 in TeX-Code.
25876 \begin_inset ERT
25877 status collapsed
25879 \begin_layout Plain Layout
25882 \backslash
25883 normalmarginpar 
25884 \end_layout
25886 \end_inset
25889 \begin_inset Note Greyedout
25890 status open
25892 \begin_layout Plain Layout
25894 \series bold
25895 Note:
25896 \series default
25897  The command is ignored when it is within a paragraph where also the command
25899 \series bold
25901 \backslash
25902 reversemarginpar
25903 \series default
25904  is inserted.
25905 \end_layout
25907 \end_inset
25910 \end_layout
25912 \begin_layout Standard
25913 \begin_inset VSpace bigskip
25914 \end_inset
25917 \family roman
25918 \series medium
25920 \begin_inset Marginal
25921 status open
25923 \begin_layout Plain Layout
25924 AVeryLongMarginParWord that isn't hyphenated.
25925 \end_layout
25927 \end_inset
25930 \family default
25931 \series default
25932  Similar to the case described in section
25933 \begin_inset space ~
25934 \end_inset
25937 \begin_inset CommandInset ref
25938 LatexCommand ref
25939 reference "sub:Multiple-Lines-in"
25941 \end_inset
25943 , long words cannot be hyphenated when they are the first word in a margin
25944  note.
25945  To avoid this, insert 0
25946 \begin_inset space \thinspace{}
25947 \end_inset
25949 pt horizontal space before the word
25950 \family roman
25951 \series medium
25954 \begin_inset Marginal
25955 status open
25957 \begin_layout Plain Layout
25958 \begin_inset space \hspace*{}
25959 \length 0pt
25960 \end_inset
25962 AVeryLongMarginParWord that is hyphenated.
25963 \end_layout
25965 \end_inset
25968 \end_layout
25970 \begin_layout Standard
25971 \begin_inset VSpace bigskip
25972 \end_inset
25975 \end_layout
25977 \begin_layout Standard
25978 \begin_inset Note Greyedout
25979 status open
25981 \begin_layout Plain Layout
25983 \series bold
25984 Note:
25985 \series default
25986  Margin notes can normally not be used inside tables, floats, and footnotes.
25987 \end_layout
25989 \end_inset
25992 \end_layout
25994 \begin_layout Standard
25995 \begin_inset VSpace bigskip
25996 \end_inset
25999 \end_layout
26001 \begin_layout Standard
26002 \begin_inset ERT
26003 status collapsed
26005 \begin_layout Plain Layout
26008 \backslash
26009 ifmarginnote
26010 \end_layout
26012 \end_inset
26015 \begin_inset Note Note
26016 status open
26018 \begin_layout Plain Layout
26019 The following section will only be displayed when the LaTeX-package 
26020 \series bold
26021 marginnote
26022 \series default
26023  is installed.
26024 \end_layout
26026 \end_inset
26029 \end_layout
26031 \begin_layout Standard
26032 This restriction can be evaded by using the LaTeX-package 
26033 \series bold
26034 marginnote
26035 \series default
26037 \begin_inset Index
26038 status collapsed
26040 \begin_layout Plain Layout
26041 LaTeX-packages ! marginnote
26042 \end_layout
26044 \end_inset
26047  By adding these two lines to your document preamble, the command used by
26048  LyX for margin notes is redefined to use the command provided by the 
26049 \series bold
26050 marginnote
26051 \series default
26052 -package:
26053 \end_layout
26055 \begin_layout Standard
26057 \series bold
26059 \backslash
26060 usepackage{marginnote}
26061 \begin_inset Newline newline
26062 \end_inset
26065 \backslash
26067 \backslash
26068 marginpar
26069 \backslash
26070 marginnote
26071 \end_layout
26073 \begin_layout Standard
26074 This is also used in this document because 
26075 \series bold
26076 marginnote
26077 \series default
26078  has another useful feature: You can set a vertical offset for the note.
26079  This is often needed when too many margin notes are too close together
26080  or for a better page layout.
26081  The offset is set in LyX as TeX-Code directly behind the margin note in
26082  the scheme
26083 \end_layout
26085 \begin_layout Standard
26087 \series bold
26088 [offset]
26089 \end_layout
26091 \begin_layout Standard
26092 where the offset is a length with one of the units listed in Table
26093 \begin_inset space ~
26094 \end_inset
26097 \begin_inset CommandInset ref
26098 LatexCommand ref
26099 reference "tab:Units"
26101 \end_inset
26104  A negative value shifts the note up, a positive value shifts it down.
26106 \family roman
26107 \series medium
26108 For example the margin note beside this text line is shifted up 1.5
26109 \begin_inset space \thinspace{}
26110 \end_inset
26112 cm with the TeX-Code-command 
26113 \begin_inset Quotes eld
26114 \end_inset
26117 \family default
26118 \series bold
26119 [-1.5cm]
26120 \family roman
26121 \series medium
26123 \begin_inset Quotes erd
26124 \end_inset
26127 \begin_inset Marginal
26128 status open
26130 \begin_layout Plain Layout
26131 This margin note is shifted up 1.5
26132 \begin_inset space \thinspace{}
26133 \end_inset
26135 cm from its original position.
26136 \end_layout
26138 \end_inset
26141 \family default
26142 \series default
26144 \begin_inset ERT
26145 status collapsed
26147 \begin_layout Plain Layout
26149 [-1.5cm]
26150 \end_layout
26152 \end_inset
26155 \end_layout
26157 \begin_layout Standard
26158 \begin_inset VSpace medskip
26159 \end_inset
26161 With 
26162 \series bold
26163 marginnote
26164 \series default
26165  you can also change the alignment of the text in the margin note.
26166  For example the commands
26167 \end_layout
26169 \begin_layout Standard
26171 \series bold
26173 \backslash
26174 renewcommand*{
26175 \backslash
26176 raggedleftmarginnote}{
26177 \backslash
26178 centering}
26179 \begin_inset Newline newline
26180 \end_inset
26183 \backslash
26184 renewcommand*{
26185 \backslash
26186 raggedrightmarginnote}{
26187 \backslash
26188 centering}
26189 \end_layout
26191 \begin_layout Standard
26192 set the alignment to centered.
26194 \series bold
26196 \backslash
26197 raggedleftmarginnote
26198 \series default
26199  denotes margin notes that appear at the left side.
26200 \family roman
26201 \series medium
26203 \begin_inset ERT
26204 status collapsed
26206 \begin_layout Plain Layout
26209 \backslash
26210 renewcommand*{
26211 \backslash
26212 raggedleftmarginnote}{
26213 \backslash
26214 centering}
26215 \end_layout
26217 \begin_layout Plain Layout
26220 \backslash
26221 renewcommand*{
26222 \backslash
26223 raggedrightmarginnote}{
26224 \backslash
26225 centering}
26226 \end_layout
26228 \end_inset
26231 \begin_inset Marginal
26232 status open
26234 \begin_layout Plain Layout
26235 The text of this margin note is centered.
26236 \end_layout
26238 \end_inset
26241 \family default
26242 \series default
26243  The default is
26244 \end_layout
26246 \begin_layout Standard
26248 \series bold
26250 \backslash
26251 renewcommand*{
26252 \backslash
26253 raggedleftmarginnote}{
26254 \backslash
26255 raggedleft}
26256 \begin_inset Newline newline
26257 \end_inset
26260 \backslash
26261 renewcommand*{
26262 \backslash
26263 raggedrightmarginnote}{
26264 \backslash
26265 raggedright}
26266 \family roman
26267 \series medium
26269 \begin_inset ERT
26270 status collapsed
26272 \begin_layout Plain Layout
26275 \backslash
26276 renewcommand*{
26277 \backslash
26278 raggedleftmarginnote}{
26279 \backslash
26280 raggedleft}
26281 \end_layout
26283 \begin_layout Plain Layout
26286 \backslash
26287 renewcommand*{
26288 \backslash
26289 raggedrightmarginnote}{
26290 \backslash
26291 raggedright}
26292 \end_layout
26294 \end_inset
26297 \end_layout
26299 \begin_layout Standard
26300 \begin_inset VSpace medskip
26301 \end_inset
26303 For the other features of 
26304 \series bold
26305 marginnote
26306 \series default
26307  we refer to its documentation 
26308 \begin_inset CommandInset citation
26309 LatexCommand cite
26310 key "marginnote"
26312 \end_inset
26315 \end_layout
26317 \begin_layout Standard
26318 \begin_inset VSpace bigskip
26319 \end_inset
26321 You can adjust the layout of margin notes by changing its definition.
26322  To create for example a header for all margin notes with the underlined,
26323  sans-serif, and bold header text 
26324 \begin_inset Quotes eld
26325 \end_inset
26328 \family sans
26329 \series bold
26330 \bar under
26331 Attention!
26332 \family default
26333 \series default
26334 \bar default
26336 \begin_inset Quotes erd
26337 \end_inset
26339 , add this to your document preamble:
26340 \end_layout
26342 \begin_layout Standard
26344 \series bold
26346 \backslash
26348 \backslash
26349 myMarginpar
26350 \backslash
26351 marginpar
26352 \begin_inset Newline newline
26353 \end_inset
26356 \backslash
26357 renewcommand{
26358 \backslash
26359 marginpar}[1]{
26360 \backslash
26361 myMarginpar{%
26362 \begin_inset Newline newline
26363 \end_inset
26366 \begin_inset ERT
26367 status collapsed
26369 \begin_layout Plain Layout
26372 \backslash
26373 hphantom{ }
26374 \end_layout
26376 \end_inset
26379 \backslash
26380 hspace{0pt}
26381 \backslash
26382 textsf{
26383 \backslash
26384 textbf{
26385 \backslash
26386 underbar{Attention!}}}%
26387 \begin_inset Newline newline
26388 \end_inset
26391 \begin_inset ERT
26392 status collapsed
26394 \begin_layout Plain Layout
26397 \backslash
26398 hphantom{ }
26399 \end_layout
26401 \end_inset
26404 \backslash
26405 vspace{1.5mm}
26406 \backslash
26408 \backslash
26409 #1}}
26410 \end_layout
26412 \begin_layout Standard
26414 \family roman
26415 \series medium
26416 \begin_inset ERT
26417 status collapsed
26419 \begin_layout Plain Layout
26422 \backslash
26424 \backslash
26425 myMarginpar
26426 \backslash
26427 marginpar
26428 \end_layout
26430 \begin_layout Plain Layout
26433 \backslash
26434 renewcommand{
26435 \backslash
26436 marginpar}[1]{
26437 \backslash
26438 myMarginpar{%
26439 \end_layout
26441 \begin_layout Plain Layout
26443    
26444 \backslash
26445 textsf{
26446 \backslash
26447 textbf{
26448 \backslash
26449 underbar{Attention!}}}%
26450 \end_layout
26452 \begin_layout Plain Layout
26454    
26455 \backslash
26456 vspace{1.5mm}
26457 \backslash
26459 \backslash
26460 #1}}
26461 \end_layout
26463 \end_inset
26466 \begin_inset Marginal
26467 status open
26469 \begin_layout Plain Layout
26470 This is a margin note with a defined heading.
26471 \end_layout
26473 \end_inset
26476 \family default
26477 \series default
26479 \begin_inset ERT
26480 status collapsed
26482 \begin_layout Plain Layout
26484 [-1.5cm]
26485 \end_layout
26487 \end_inset
26490 \family roman
26491 \series medium
26493 \begin_inset ERT
26494 status collapsed
26496 \begin_layout Plain Layout
26499 \backslash
26500 renewcommand{
26501 \backslash
26502 marginpar}[1]{
26503 \backslash
26504 myMarginpar{#1}}
26505 \end_layout
26507 \end_inset
26510 \family default
26511 \series default
26513 \begin_inset Note Note
26514 status collapsed
26516 \begin_layout Plain Layout
26517 The margin note format is changed only for this example.
26518 \end_layout
26520 \end_inset
26523 \end_layout
26525 \begin_layout Standard
26526 \begin_inset ERT
26527 status collapsed
26529 \begin_layout Plain Layout
26532 \backslash
26533 else
26534 \end_layout
26536 \end_inset
26539 \begin_inset Note Note
26540 status open
26542 \begin_layout Plain Layout
26543 The following will be displayed when the LaTeX-package 
26544 \series bold
26545 marginnote
26546 \series default
26547  is not installed:
26548 \end_layout
26550 \end_inset
26553 \end_layout
26555 \begin_layout Standard
26556 You need to install the LaTeX-package 
26557 \series bold
26558 marginnote
26559 \series default
26560  to see the following part of this section in the output.
26561 \end_layout
26563 \begin_layout Standard
26564 \begin_inset ERT
26565 status collapsed
26567 \begin_layout Plain Layout
26570 \backslash
26572 \end_layout
26574 \end_inset
26577 \end_layout
26579 \begin_layout Chapter
26580 Boxes
26581 \end_layout
26583 \begin_layout Section
26584 Introduction
26585 \begin_inset Index
26586 status collapsed
26588 \begin_layout Plain Layout
26589 Boxes ! Introduction
26590 \end_layout
26592 \end_inset
26595 \end_layout
26597 \begin_layout Standard
26598 Boxes are used to format a block of text.
26599  Boxes can be used to write documents with multiple languages, see section
26600 \begin_inset space ~
26601 \end_inset
26604 \begin_inset CommandInset ref
26605 LatexCommand ref
26606 reference "sec:Minipages"
26608 \end_inset
26610 , to frame texts, see section
26611 \begin_inset space ~
26612 \end_inset
26615 \begin_inset CommandInset ref
26616 LatexCommand ref
26617 reference "sec:Decoration"
26619 \end_inset
26621 , to prevent words to be hyphenated, see section
26622 \begin_inset space ~
26623 \end_inset
26626 \begin_inset CommandInset ref
26627 LatexCommand ref
26628 reference "sec:Prevent-Hyphenation"
26630 \end_inset
26632 , to align text, see section
26633 \begin_inset space ~
26634 \end_inset
26637 \begin_inset CommandInset ref
26638 LatexCommand ref
26639 reference "sub:Vertical-Alignment"
26641 \end_inset
26643 , or to set the background color of texts, see section
26644 \begin_inset space ~
26645 \end_inset
26648 \begin_inset CommandInset ref
26649 LatexCommand ref
26650 reference "sec:Colored-Boxes"
26652 \end_inset
26655 \end_layout
26657 \begin_layout Standard
26658 Boxes can be inserted with the menu 
26659 \family sans
26660 Insert\SpecialChar \menuseparator
26662 \family default
26663  or the toolbar button 
26664 \begin_inset Graphics
26665         filename ../images/box-insert.png
26666         scale 85
26667         scaleBeforeRotation
26669 \end_inset
26672  A grey box with the label 
26673 \family sans
26674 Box (Minipage)
26675 \family default
26677 \begin_inset Graphics
26678         filename clipart/BoxInsetDefaultQt4.png
26679         scale 85
26680         scaleBeforeRotation
26682 \end_inset
26684  will be inserted.
26685  The box type can be specified by right-clicking on the box.
26686  The appearing box dialog offers the 
26687 \family sans
26688 Inner
26689 \begin_inset space ~
26690 \end_inset
26693 \family default
26694  types 
26695 \family sans
26696 Parbox
26697 \family default
26698  and 
26699 \family sans
26700 Minipage
26701 \family default
26703  The type 
26704 \family sans
26705 Minipage
26706 \family default
26707  is the default for new boxes and is explained in section
26708 \begin_inset space ~
26709 \end_inset
26712 \begin_inset CommandInset ref
26713 LatexCommand ref
26714 reference "sec:Minipages"
26716 \end_inset
26718 ; the type 
26719 \family sans
26720 Parbox
26721 \family default
26722  is described in section
26723 \begin_inset space ~
26724 \end_inset
26727 \begin_inset CommandInset ref
26728 LatexCommand ref
26729 reference "sec:Parboxes"
26731 \end_inset
26734 \end_layout
26736 \begin_layout Standard
26737 Boxes aren't numbered and can therefore not be referenced like floats or
26738  footnotes.
26739 \end_layout
26741 \begin_layout Standard
26742 \begin_inset Note Greyedout
26743 status open
26745 \begin_layout Plain Layout
26747 \series bold
26748 Note:
26749 \series default
26750  Boxes must not be the item in an 
26751 \family sans
26752 Itemize
26753 \family default
26754  or 
26755 \family sans
26756 Description
26757 \family default
26758  environment.
26759 \end_layout
26761 \end_inset
26764 \end_layout
26766 \begin_layout Standard
26767 \begin_inset Note Greyedout
26768 status open
26770 \begin_layout Plain Layout
26772 \series bold
26773 Note:
26774 \series default
26775  For an unknown reason you can only set the 
26776 \family sans
26777 Inner
26778 \begin_inset space ~
26779 \end_inset
26782 \family default
26783  type to 
26784 \family sans
26785 None
26786 \family default
26787  when you use a framed box.
26788  Boxes without an 
26789 \family sans
26790 Inner
26791 \begin_inset space ~
26792 \end_inset
26795 \family default
26796  type and without frames are explained in section
26797 \begin_inset space ~
26798 \end_inset
26801 \begin_inset CommandInset ref
26802 LatexCommand ref
26803 reference "sec:Prevent-Hyphenation"
26805 \end_inset
26808 \end_layout
26810 \end_inset
26813 \end_layout
26815 \begin_layout Section
26816 Box Dialog
26817 \begin_inset CommandInset label
26818 LatexCommand label
26819 name "sec:Box-Dialog"
26821 \end_inset
26824 \begin_inset Index
26825 status collapsed
26827 \begin_layout Plain Layout
26828 Boxes ! Box Dialog
26829 \end_layout
26831 \end_inset
26834 \end_layout
26836 \begin_layout Subsection
26837 Size
26838 \begin_inset Index
26839 status collapsed
26841 \begin_layout Plain Layout
26842 Boxes ! Size
26843 \end_layout
26845 \end_inset
26848 \end_layout
26850 \begin_layout Standard
26851 In the box dialog you can adjust the box geometry in the fields 
26852 \family sans
26853 Width
26854 \family default
26855  and 
26856 \family sans
26857 Height
26858 \family default
26860  The available units for the geometry are explained in Table
26861 \begin_inset space ~
26862 \end_inset
26865 \begin_inset CommandInset ref
26866 LatexCommand ref
26867 reference "tab:Units"
26869 \end_inset
26872  The field 
26873 \family sans
26874 Heigth
26875 \family default
26876  offers the following additional sizes:
26877 \end_layout
26879 \begin_layout Description
26880 Depth This is the plain text 
26881 \begin_inset Quotes eld
26882 \end_inset
26884 height
26885 \begin_inset Quotes erd
26886 \end_inset
26889  It ignores the total depth when there are multiple text lines in the box:
26890 \begin_inset Newline newline
26891 \end_inset
26894 \begin_inset Newline newline
26895 \end_inset
26898 \begin_inset Newline newline
26899 \end_inset
26902 \begin_inset Box Boxed
26903 position "c"
26904 hor_pos "c"
26905 has_inner_box 1
26906 inner_pos "c"
26907 use_parbox 0
26908 width "12col%"
26909 special "none"
26910 height "1in"
26911 height_special "depth"
26912 status collapsed
26914 \begin_layout Plain Layout
26915 \align center
26916 Box height set to 1
26917 \begin_inset space \thinspace{}
26918 \end_inset
26920 Depth
26921 \end_layout
26923 \end_inset
26926 \begin_inset Newline newline
26927 \end_inset
26930 \begin_inset Newline newline
26931 \end_inset
26934 \end_layout
26936 \begin_layout Description
26937 Height This is the heigth of the text that is inside the box.
26938  A value of e.
26939 \begin_inset space \thinspace{}
26940 \end_inset
26943 \begin_inset space \space{}
26944 \end_inset
26946 2 for this size will set the box heigth to 2 times the text height: 
26947 \begin_inset Box Boxed
26948 position "c"
26949 hor_pos "c"
26950 has_inner_box 1
26951 inner_pos "c"
26952 use_parbox 0
26953 width "20col%"
26954 special "none"
26955 height "2in"
26956 height_special "height"
26957 status collapsed
26959 \begin_layout Plain Layout
26960 \align center
26961 Box height set to 2
26962 \begin_inset space \thinspace{}
26963 \end_inset
26965 Height
26966 \end_layout
26968 \end_inset
26971 \end_layout
26973 \begin_layout Description
26974 Total
26975 \begin_inset space ~
26976 \end_inset
26978 Height This is the Height
26979 \begin_inset space \thinspace{}
26980 \end_inset
26983 \begin_inset space \thinspace{}
26984 \end_inset
26986 Depth: 
26987 \begin_inset Box Boxed
26988 position "c"
26989 hor_pos "c"
26990 has_inner_box 1
26991 inner_pos "c"
26992 use_parbox 0
26993 width "20col%"
26994 special "none"
26995 height "1in"
26996 height_special "totalheight"
26997 status collapsed
26999 \begin_layout Plain Layout
27000 \align center
27001 Box height set to 1
27002 \begin_inset space \thinspace{}
27003 \end_inset
27005 Total
27006 \begin_inset space ~
27007 \end_inset
27009 Height
27010 \end_layout
27012 \end_inset
27015 \end_layout
27017 \begin_layout Description
27018 Width This sets the width of the box as heigth: 
27019 \begin_inset Box Boxed
27020 position "c"
27021 hor_pos "c"
27022 has_inner_box 1
27023 inner_pos "c"
27024 use_parbox 0
27025 width "12col%"
27026 special "none"
27027 height "1in"
27028 height_special "width"
27029 status collapsed
27031 \begin_layout Plain Layout
27032 \align center
27033 Box height set to 1
27034 \begin_inset space \thinspace{}
27035 \end_inset
27037 Width
27038 \end_layout
27040 \end_inset
27043 \end_layout
27045 \begin_layout Subsection
27046 Alignment
27047 \begin_inset Index
27048 status collapsed
27050 \begin_layout Plain Layout
27051 Boxes ! Alignment
27052 \end_layout
27054 \end_inset
27057 \end_layout
27059 \begin_layout Standard
27060 When you have chosen an 
27061 \family sans
27062 Inner
27063 \begin_inset space ~
27064 \end_inset
27067 \family default
27068 , the vertical box alignment can be:
27069 \end_layout
27071 \begin_layout Description
27072 Top This is an example text line.
27074 \begin_inset Box Boxed
27075 position "t"
27076 hor_pos "c"
27077 has_inner_box 1
27078 inner_pos "c"
27079 use_parbox 0
27080 width "12col%"
27081 special "none"
27082 height "1in"
27083 height_special "totalheight"
27084 status collapsed
27086 \begin_layout Plain Layout
27087 \align center
27088 This box is top-aligned.
27089 \end_layout
27091 \end_inset
27093  This is an example text line.
27094 \end_layout
27096 \begin_layout Description
27097 Middle This is an example text line.
27099 \begin_inset Box Boxed
27100 position "c"
27101 hor_pos "c"
27102 has_inner_box 1
27103 inner_pos "c"
27104 use_parbox 0
27105 width "12col%"
27106 special "none"
27107 height "1in"
27108 height_special "totalheight"
27109 status collapsed
27111 \begin_layout Plain Layout
27112 \align center
27113 This box is middle-aligned.
27114 \end_layout
27116 \end_inset
27118  This is an example text line.
27119 \end_layout
27121 \begin_layout Description
27122 Bottom This is an example text line.
27124 \begin_inset Box Boxed
27125 position "b"
27126 hor_pos "c"
27127 has_inner_box 1
27128 inner_pos "c"
27129 use_parbox 0
27130 width "12col%"
27131 special "none"
27132 height "1in"
27133 height_special "totalheight"
27134 status collapsed
27136 \begin_layout Plain Layout
27137 \align center
27138 This box is bottom-aligned.
27139 \end_layout
27141 \end_inset
27143  This is an example text line.
27144 \end_layout
27146 \begin_layout Standard
27147 \begin_inset Note Greyedout
27148 status open
27150 \begin_layout Plain Layout
27152 \series bold
27153 Note:
27154 \series default
27155  The vertical box aligment can be lost in the output when you have two boxes
27156  in a line and one has e.
27157 \begin_inset space \thinspace{}
27158 \end_inset
27161 \begin_inset space \space{}
27162 \end_inset
27164 a shadow and the other one not.
27165 \end_layout
27167 \end_inset
27170 \end_layout
27172 \begin_layout Standard
27173 The horizontal box alignment can be set via LyX's paragraph dialog when
27174  you set the box into its own paragraph.
27175 \end_layout
27177 \begin_layout Standard
27178 \begin_inset VSpace bigskip
27179 \end_inset
27181 When you have chosen an 
27182 \family sans
27183 Inner
27184 \begin_inset space ~
27185 \end_inset
27188 \family default
27189 , the box content can be vertical aligned to:
27190 \end_layout
27192 \begin_layout Description
27193 top This is an example text line.
27195 \begin_inset Box Boxed
27196 position "c"
27197 hor_pos "c"
27198 has_inner_box 1
27199 inner_pos "t"
27200 use_parbox 0
27201 width "12col%"
27202 special "none"
27203 height "1.5in"
27204 height_special "totalheight"
27205 status collapsed
27207 \begin_layout Plain Layout
27208 \align center
27209 This box text is top-aligned.
27210 \end_layout
27212 \end_inset
27214  This is an example text line.
27215 \end_layout
27217 \begin_layout Description
27218 middle This is an example text line.
27220 \begin_inset Box Boxed
27221 position "c"
27222 hor_pos "c"
27223 has_inner_box 1
27224 inner_pos "c"
27225 use_parbox 0
27226 width "12col%"
27227 special "none"
27228 height "1.5in"
27229 height_special "totalheight"
27230 status collapsed
27232 \begin_layout Plain Layout
27233 \align center
27234 This box text is middle-aligned.
27235 \end_layout
27237 \end_inset
27239  This is an example text line.
27240 \end_layout
27242 \begin_layout Description
27243 bottom This is an example text line.
27245 \begin_inset Box Boxed
27246 position "c"
27247 hor_pos "c"
27248 has_inner_box 1
27249 inner_pos "b"
27250 use_parbox 0
27251 width "12col%"
27252 special "none"
27253 height "1.5in"
27254 height_special "totalheight"
27255 status collapsed
27257 \begin_layout Plain Layout
27258 \align center
27259 This box text is bottom-aligned.
27260 \end_layout
27262 \end_inset
27264  This is an example text line.
27265 \end_layout
27267 \begin_layout Description
27268 stretch This is an example text line.
27270 \begin_inset Box Boxed
27271 position "c"
27272 hor_pos "c"
27273 has_inner_box 1
27274 inner_pos "s"
27275 use_parbox 0
27276 width "12col%"
27277 special "none"
27278 height "1.5in"
27279 height_special "totalheight"
27280 status collapsed
27282 \begin_layout Plain Layout
27283 \align center
27284 This box
27285 \end_layout
27287 \begin_layout Plain Layout
27288 \align center
27289 text is
27290 \end_layout
27292 \begin_layout Plain Layout
27293 \align center
27294 stretched.
27295 \end_layout
27297 \end_inset
27299  This is an example text line.
27300 \end_layout
27302 \begin_layout Standard
27303 To stretch the box content, it must consist of more than one paragraph.
27304  In the example above every text line is in an own paragraph.
27305 \end_layout
27307 \begin_layout Standard
27308 \begin_inset VSpace bigskip
27309 \end_inset
27311 To align the box content horizontally you can use LyX's paragraph dialog
27312  when you have chosen an 
27313 \family sans
27314 Inner
27315 \begin_inset space ~
27316 \end_inset
27319 \family default
27321 \end_layout
27323 \begin_layout Standard
27324 \align center
27325 \begin_inset Box Boxed
27326 position "c"
27327 hor_pos "c"
27328 has_inner_box 1
27329 inner_pos "s"
27330 use_parbox 0
27331 width "15col%"
27332 special "none"
27333 height "1.25in"
27334 height_special "totalheight"
27335 status collapsed
27337 \begin_layout Plain Layout
27338 \align left
27339 This box
27340 \end_layout
27342 \begin_layout Plain Layout
27343 \align center
27344 text is
27345 \end_layout
27347 \begin_layout Plain Layout
27348 \align right
27349 stretched.
27350 \end_layout
27352 \end_inset
27355 \end_layout
27357 \begin_layout Standard
27358 If you haven't set an 
27359 \family sans
27360 Inner
27361 \begin_inset space ~
27362 \end_inset
27365 \family default
27366 , you can align the box content horizontally in the box dialog.
27367 \end_layout
27369 \begin_layout Standard
27370 \align center
27371 \begin_inset Box Boxed
27372 position "c"
27373 hor_pos "s"
27374 has_inner_box 0
27375 inner_pos "s"
27376 use_parbox 0
27377 width "90col%"
27378 special "none"
27379 height "1.25in"
27380 height_special "totalheight"
27381 status collapsed
27383 \begin_layout Plain Layout
27384 \align left
27385 This box text is horizontally stretched.
27386 \end_layout
27388 \end_inset
27391 \end_layout
27393 \begin_layout Subsection
27394 Decoration
27395 \begin_inset CommandInset label
27396 LatexCommand label
27397 name "sec:Decoration"
27399 \end_inset
27402 \begin_inset Index
27403 status collapsed
27405 \begin_layout Plain Layout
27406 Boxes ! Decoration
27407 \end_layout
27409 \end_inset
27412 \end_layout
27414 \begin_layout Standard
27415 The type of the box can be specified in the box-dialog in the drop-down
27416  list 
27417 \family sans
27418 Decoration
27419 \family default
27421  The following types are possible:
27422 \end_layout
27424 \begin_layout Description
27425 Simple
27426 \begin_inset space ~
27427 \end_inset
27429 rectangular
27430 \begin_inset space ~
27431 \end_inset
27433 frame This draws a rectangle frame around the box.
27434  The frame line thickness has the size of 
27435 \series bold
27437 \backslash
27438 fboxrule
27439 \series default
27442 \begin_inset Box Boxed
27443 position "c"
27444 hor_pos "c"
27445 has_inner_box 1
27446 inner_pos "c"
27447 use_parbox 0
27448 width "20col%"
27449 special "none"
27450 height "1in"
27451 height_special "totalheight"
27452 status collapsed
27454 \begin_layout Plain Layout
27455 \align center
27456 Rectangular box
27457 \end_layout
27459 \end_inset
27462 \end_layout
27464 \begin_layout Description
27465 Allow
27466 \begin_inset space ~
27467 \end_inset
27469 page
27470 \begin_inset space ~
27471 \end_inset
27473 break When you use the decoration 
27474 \family sans
27475 simple rectangular frame
27476 \family default
27477  and no inner box, you can allow page breaks within a box.
27478  Note that then, in contrary to other framed boxes, the frame always uses
27479  the whole column width, the box is set as its own paragraph, and 
27480 \series bold
27482 \backslash
27483 fboxrule
27484 \series default
27485  and 
27486 \series bold
27488 \backslash
27489 fboxsep
27490 \series default
27491  has no effect on this box type.
27492  The frame line thickness has the size of 
27493 \series bold
27495 \backslash
27496 FrameRule
27497 \series default
27500 \begin_inset Box Framed
27501 position "t"
27502 hor_pos "c"
27503 has_inner_box 0
27504 inner_pos "t"
27505 use_parbox 0
27506 width "100col%"
27507 special "none"
27508 height "1in"
27509 height_special "totalheight"
27510 status collapsed
27512 \begin_layout Plain Layout
27513 Allow page break box
27514 \end_layout
27516 \end_inset
27519 \end_layout
27521 \begin_layout Description
27522 Oval
27523 \begin_inset space ~
27524 \end_inset
27526 box,
27527 \begin_inset space ~
27528 \end_inset
27530 thin This draws an oval frame around the box.
27531  The frame line thickness has the size 0.4
27532 \begin_inset space \thinspace{}
27533 \end_inset
27537 \begin_inset Box ovalbox
27538 position "c"
27539 hor_pos "c"
27540 has_inner_box 1
27541 inner_pos "c"
27542 use_parbox 0
27543 width "20col%"
27544 special "none"
27545 height "1in"
27546 height_special "totalheight"
27547 status collapsed
27549 \begin_layout Plain Layout
27550 \align center
27551 Oval box, thin
27552 \end_layout
27554 \end_inset
27557 \end_layout
27559 \begin_layout Description
27560 Oval
27561 \begin_inset space ~
27562 \end_inset
27564 box,
27565 \begin_inset space ~
27566 \end_inset
27568 thick This draws an oval frame around the box.
27569  The frame line thickness has the size 0.8
27570 \begin_inset space \thinspace{}
27571 \end_inset
27575 \begin_inset Box Ovalbox
27576 position "c"
27577 hor_pos "c"
27578 has_inner_box 1
27579 inner_pos "c"
27580 use_parbox 0
27581 width "20col%"
27582 special "none"
27583 height "1in"
27584 height_special "totalheight"
27585 status collapsed
27587 \begin_layout Plain Layout
27588 \align center
27589 Oval box, thick
27590 \end_layout
27592 \end_inset
27595 \end_layout
27597 \begin_layout Description
27598 Drop
27599 \begin_inset space ~
27600 \end_inset
27602 shadow This draws a rectangle frame with a shadow around the box.
27603  The frame line thickness has the size of 
27604 \series bold
27606 \backslash
27607 fboxrule
27608 \series default
27609 , the shadow has a width of 4
27610 \begin_inset space \thinspace{}
27611 \end_inset
27615 \begin_inset Box Shadowbox
27616 position "c"
27617 hor_pos "c"
27618 has_inner_box 1
27619 inner_pos "c"
27620 use_parbox 0
27621 width "20col%"
27622 special "none"
27623 height "1in"
27624 height_special "totalheight"
27625 status collapsed
27627 \begin_layout Plain Layout
27628 \align center
27629 Shadow box
27630 \end_layout
27632 \end_inset
27635 \end_layout
27637 \begin_layout Description
27638 Shaded
27639 \begin_inset space ~
27640 \end_inset
27642 background This draws a box with red background color.
27643  In contrary to colored boxes
27644 \begin_inset Foot
27645 status collapsed
27647 \begin_layout Plain Layout
27648 see sec.
27649 \begin_inset space \thinspace{}
27650 \end_inset
27653 \begin_inset CommandInset ref
27654 LatexCommand ref
27655 reference "sec:Colored-Boxes"
27657 \end_inset
27660 \end_layout
27662 \end_inset
27664 , it always uses the whole column width and the box is set as its own paragraph.
27666 \begin_inset Box Shaded
27667 position "t"
27668 hor_pos "c"
27669 has_inner_box 0
27670 inner_pos "t"
27671 use_parbox 0
27672 width "50col%"
27673 special "none"
27674 height "1in"
27675 height_special "totalheight"
27676 status collapsed
27678 \begin_layout Plain Layout
27679 Shaded background box
27680 \end_layout
27682 \end_inset
27685 \end_layout
27687 \begin_layout Description
27688 Double
27689 \begin_inset space ~
27690 \end_inset
27692 rectangular
27693 \begin_inset space ~
27694 \end_inset
27696 frame This draws a double-line rectangle frame around the box.
27697  The line thickness of the inner frame is 0.75
27698 \begin_inset space \thinspace{}
27699 \end_inset
27702 \series bold
27704 \backslash
27705 fboxrule
27706 \series default
27707 , the thickness of the outer frame is 1.5
27708 \begin_inset space \thinspace{}
27709 \end_inset
27712 \series bold
27714 \backslash
27715 fboxrule
27716 \series default
27718  The distance between the lines is 1.5
27719 \begin_inset space \thinspace{}
27720 \end_inset
27723 \series bold
27725 \backslash
27726 fboxrule
27727 \series default
27729 \begin_inset space \thinspace{}
27730 \end_inset
27733 \begin_inset space \thinspace{}
27734 \end_inset
27737 \begin_inset space \thinspace{}
27738 \end_inset
27742 \begin_inset Box Doublebox
27743 position "c"
27744 hor_pos "c"
27745 has_inner_box 1
27746 inner_pos "c"
27747 use_parbox 0
27748 width "20col%"
27749 special "none"
27750 height "1in"
27751 height_special "totalheight"
27752 status collapsed
27754 \begin_layout Plain Layout
27755 \align center
27756 Double rectangular box
27757 \end_layout
27759 \end_inset
27762 \end_layout
27764 \begin_layout Standard
27765 \begin_inset VSpace bigskip
27766 \end_inset
27768 LyX's box label will reflect the different frame types.
27769  To be able to use all types, the LaTeX-package 
27770 \series bold
27771 fancybox
27772 \series default
27774 \begin_inset Index
27775 status collapsed
27777 \begin_layout Plain Layout
27778 LaTeX-packages ! fancybox
27779 \end_layout
27781 \end_inset
27783  must be installed.
27784 \end_layout
27786 \begin_layout Section
27787 Box customization
27788 \begin_inset Index
27789 status collapsed
27791 \begin_layout Plain Layout
27792 Boxes ! Customization
27793 \end_layout
27795 \end_inset
27798 \end_layout
27800 \begin_layout Standard
27801 The default value for the size 
27802 \series bold
27804 \backslash
27805 fboxrule
27806 \series default
27807  is 0.4
27808 \begin_inset space \thinspace{}
27809 \end_inset
27812  It can be changed with the following command in TeX-Code to e.
27813 \begin_inset space \thinspace{}
27814 \end_inset
27817 \begin_inset space \space{}
27818 \end_inset
27821 \begin_inset space \thinspace{}
27822 \end_inset
27825 \end_layout
27827 \begin_layout Standard
27829 \series bold
27831 \backslash
27832 setlength{
27833 \backslash
27834 fboxrule}{2pt}
27835 \end_layout
27837 \begin_layout Standard
27838 \begin_inset ERT
27839 status collapsed
27841 \begin_layout Plain Layout
27844 \backslash
27845 setlength{
27846 \backslash
27847 fboxrule}{2pt}
27848 \end_layout
27850 \end_inset
27853 \begin_inset Box Boxed
27854 position "c"
27855 hor_pos "c"
27856 has_inner_box 1
27857 inner_pos "c"
27858 use_parbox 0
27859 width "25col%"
27860 special "none"
27861 height "1in"
27862 height_special "totalheight"
27863 status open
27865 \begin_layout Plain Layout
27866 \align center
27867 Rectangular box with 
27868 \series bold
27870 \backslash
27871 fboxrule
27872 \series default
27874 \begin_inset space \thinspace{}
27875 \end_inset
27878 \begin_inset space \thinspace{}
27879 \end_inset
27882 \begin_inset space \thinspace{}
27883 \end_inset
27886 \end_layout
27888 \end_inset
27891 \begin_inset ERT
27892 status collapsed
27894 \begin_layout Plain Layout
27897 \backslash
27898 setlength{
27899 \backslash
27900 fboxrule}{0.4pt}
27901 \end_layout
27903 \end_inset
27906 \end_layout
27908 \begin_layout Standard
27909 \begin_inset VSpace bigskip
27910 \end_inset
27912 The space between the frame and the box content is for all frame styles
27913  by default 3
27914 \begin_inset space \thinspace{}
27915 \end_inset
27918  You can change it by setting the length 
27919 \series bold
27921 \backslash
27922 fboxsep
27923 \series default
27924  to another value.
27925  For example the command
27926 \end_layout
27928 \begin_layout Standard
27930 \series bold
27932 \backslash
27933 setlength{
27934 \backslash
27935 fboxsep}{10pt}
27936 \end_layout
27938 \begin_layout Standard
27939 sets the value to 10
27940 \begin_inset space \thinspace{}
27941 \end_inset
27943 pt, like for the following box:
27944 \end_layout
27946 \begin_layout Standard
27947 \begin_inset ERT
27948 status collapsed
27950 \begin_layout Plain Layout
27953 \backslash
27954 setlength{
27955 \backslash
27956 fboxsep}{10pt}
27957 \end_layout
27959 \end_inset
27962 \begin_inset Box Boxed
27963 position "c"
27964 hor_pos "c"
27965 has_inner_box 1
27966 inner_pos "c"
27967 use_parbox 0
27968 width "25col%"
27969 special "none"
27970 height "1in"
27971 height_special "totalheight"
27972 status open
27974 \begin_layout Plain Layout
27975 \align center
27976 Rectangular box with 
27977 \series bold
27979 \backslash
27980 fboxsep
27981 \series default
27983 \begin_inset space \thinspace{}
27984 \end_inset
27987 \begin_inset space \thinspace{}
27988 \end_inset
27991 \begin_inset space \thinspace{}
27992 \end_inset
27995 \end_layout
27997 \end_inset
28000 \begin_inset ERT
28001 status collapsed
28003 \begin_layout Plain Layout
28006 \backslash
28007 setlength{
28008 \backslash
28009 fboxsep}{3pt}
28010 \end_layout
28012 \end_inset
28015 \end_layout
28017 \begin_layout Standard
28018 \begin_inset VSpace bigskip
28019 \end_inset
28021 The diameter of the round corners of the oval boxes can be set with the
28022  command 
28023 \series bold
28025 \backslash
28026 cornersize
28027 \series default
28029  The command
28030 \end_layout
28032 \begin_layout Standard
28034 \series bold
28036 \backslash
28037 cornersize*{1cm}
28038 \end_layout
28040 \begin_layout Standard
28041 sets the diameter to 1
28042 \begin_inset space \thinspace{}
28043 \end_inset
28046  The command
28047 \end_layout
28049 \begin_layout Standard
28051 \series bold
28053 \backslash
28054 cornersize{num}
28055 \end_layout
28057 \begin_layout Standard
28058 sets the diameter to 
28059 \family sans
28061 \begin_inset space \thinspace{}
28062 \end_inset
28065 \begin_inset space \thinspace{}
28066 \end_inset
28068 minimum(width and heigth of box)
28069 \family default
28071  The default is 
28072 \series bold
28074 \backslash
28075 cornersize{0.5}
28076 \series default
28078 \end_layout
28080 \begin_layout Standard
28081 \begin_inset ERT
28082 status collapsed
28084 \begin_layout Plain Layout
28087 \backslash
28088 cornersize*{1.5cm}
28089 \end_layout
28091 \end_inset
28094 \begin_inset Box Ovalbox
28095 position "c"
28096 hor_pos "c"
28097 has_inner_box 1
28098 inner_pos "c"
28099 use_parbox 0
28100 width "25col%"
28101 special "none"
28102 height "1in"
28103 height_special "totalheight"
28104 status open
28106 \begin_layout Plain Layout
28107 \align center
28108 Oval box with 
28109 \series bold
28111 \backslash
28112 cornersize
28113 \series default
28115 \begin_inset space \thinspace{}
28116 \end_inset
28119 \begin_inset space \thinspace{}
28120 \end_inset
28123 \begin_inset space \thinspace{}
28124 \end_inset
28127 \end_layout
28129 \end_inset
28132 \begin_inset ERT
28133 status collapsed
28135 \begin_layout Plain Layout
28138 \backslash
28139 cornersize{0.5}
28140 \end_layout
28142 \end_inset
28145 \end_layout
28147 \begin_layout Standard
28148 \begin_inset VSpace bigskip
28149 \end_inset
28151 The size of the shadow can be adjusted by changing the length 
28152 \series bold
28154 \backslash
28155 shadowsize
28156 \series default
28158  It it set to 2
28159 \begin_inset space \thinspace{}
28160 \end_inset
28162 pt for the following box by this command:
28163 \end_layout
28165 \begin_layout Standard
28167 \series bold
28169 \backslash
28170 setlength{
28171 \backslash
28172 shadowsize}{2pt}
28173 \end_layout
28175 \begin_layout Standard
28176 \begin_inset ERT
28177 status collapsed
28179 \begin_layout Plain Layout
28182 \backslash
28183 setlength{
28184 \backslash
28185 shadowsize}{2pt}
28186 \end_layout
28188 \end_inset
28191 \begin_inset Box Shadowbox
28192 position "c"
28193 hor_pos "c"
28194 has_inner_box 1
28195 inner_pos "c"
28196 use_parbox 0
28197 width "25col%"
28198 special "none"
28199 height "1in"
28200 height_special "totalheight"
28201 status open
28203 \begin_layout Plain Layout
28204 \align center
28205 Shadow box with 
28206 \series bold
28208 \backslash
28209 shadowsize
28210 \series default
28212 \begin_inset space \thinspace{}
28213 \end_inset
28216 \begin_inset space \thinspace{}
28217 \end_inset
28220 \begin_inset space \thinspace{}
28221 \end_inset
28224 \end_layout
28226 \end_inset
28229 \begin_inset ERT
28230 status collapsed
28232 \begin_layout Plain Layout
28235 \backslash
28236 setlength{
28237 \backslash
28238 shadowsize}{4pt}
28239 \end_layout
28241 \end_inset
28244 \end_layout
28246 \begin_layout Standard
28247 \begin_inset VSpace bigskip
28248 \end_inset
28251 \end_layout
28253 \begin_layout Standard
28254 The default value for the size 
28255 \series bold
28257 \backslash
28258 FrameRule
28259 \series default
28260  is 0.4
28261 \begin_inset space \thinspace{}
28262 \end_inset
28265  The default space between the note content and the frame is 9
28266 \begin_inset space \thinspace{}
28267 \end_inset
28269 pt and can be changed with the value of 
28270 \series bold
28272 \backslash
28273 FrameSep
28274 \series default
28276  For example the frame appearance of the following 
28277 \family sans
28279 \family default
28280  is set with the TeX-Code commands
28281 \end_layout
28283 \begin_layout Standard
28285 \series bold
28287 \backslash
28288 setlength{
28289 \backslash
28290 FrameRule}{5pt}
28291 \begin_inset Newline newline
28292 \end_inset
28295 \backslash
28296 setlength{
28297 \backslash
28298 FrameSep}{0.5cm}
28299 \end_layout
28301 \begin_layout Standard
28302 \begin_inset ERT
28303 status collapsed
28305 \begin_layout Plain Layout
28308 \backslash
28309 setlength{
28310 \backslash
28311 FrameRule}{5pt}
28312 \end_layout
28314 \begin_layout Plain Layout
28317 \backslash
28318 setlength{
28319 \backslash
28320 FrameSep}{0.5cm}
28321 \end_layout
28323 \end_inset
28326 \begin_inset Box Framed
28327 position "t"
28328 hor_pos "c"
28329 has_inner_box 0
28330 inner_pos "t"
28331 use_parbox 0
28332 width "100col%"
28333 special "none"
28334 height "1in"
28335 height_special "totalheight"
28336 status open
28338 \begin_layout Plain Layout
28339 This is text in an 
28340 \family sans
28341 allow page break
28342 \family default
28343  box.
28344 \end_layout
28346 \end_inset
28349 \begin_inset ERT
28350 status collapsed
28352 \begin_layout Plain Layout
28355 \backslash
28356 setlength{
28357 \backslash
28358 FrameRule}{0.4pt}
28359 \end_layout
28361 \begin_layout Plain Layout
28364 \backslash
28365 setlength{
28366 \backslash
28367 FrameSep}{9pt}
28368 \end_layout
28370 \end_inset
28373 \end_layout
28375 \begin_layout Standard
28376 \begin_inset VSpace bigskip
28377 \end_inset
28380 \end_layout
28382 \begin_layout Standard
28383 For 
28384 \family sans
28385 shaded background
28386 \family default
28387  boxes the default space between the box content and the box border is 3
28388 \begin_inset space \thinspace{}
28389 \end_inset
28391 pt and can be changed with the value of 
28392 \series bold
28394 \backslash
28395 fboxsep
28396 \series default
28398  The default background color red can either be changed locally with the
28399  command 
28400 \series bold
28402 \backslash
28403 definecolor{shadebox}
28404 \series default
28405  or globally with the menu 
28406 \family sans
28407 Tools\SpecialChar \menuseparator
28408 Preferences\SpecialChar \menuseparator
28409 Colors\SpecialChar \menuseparator
28410 shaded
28411 \begin_inset space ~
28412 \end_inset
28415 \family default
28417  The scheme of the 
28418 \series bold
28420 \backslash
28421 definecolor
28422 \series default
28423  command is explained in section
28424 \begin_inset space ~
28425 \end_inset
28428 \begin_inset CommandInset ref
28429 LatexCommand ref
28430 reference "sec:Colored-Tables"
28432 \end_inset
28435 \begin_inset Foot
28436 status collapsed
28438 \begin_layout Plain Layout
28439 Note that 
28440 \series bold
28442 \backslash
28443 definecolor
28444 \series default
28445  requires the LaTeX-package 
28446 \series bold
28447 color
28448 \series default
28449  in the preamble, see section
28450 \begin_inset space ~
28451 \end_inset
28454 \begin_inset CommandInset ref
28455 LatexCommand ref
28456 reference "sec:Colored-Boxes"
28458 \end_inset
28461 \end_layout
28463 \end_inset
28465  For example the appearance of the following shaded background note is set
28466  with the TeX-Code commands
28467 \end_layout
28469 \begin_layout Standard
28471 \series bold
28473 \backslash
28474 setlength{
28475 \backslash
28476 fboxsep}{0.5cm}
28477 \series default
28479 \begin_inset Newline newline
28480 \end_inset
28483 \series bold
28485 \backslash
28486 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28487 \end_layout
28489 \begin_layout Standard
28490 \begin_inset ERT
28491 status collapsed
28493 \begin_layout Plain Layout
28496 \backslash
28497 setlength{
28498 \backslash
28499 fboxsep}{0.5cm}
28500 \end_layout
28502 \begin_layout Plain Layout
28505 \backslash
28506 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28507 \end_layout
28509 \end_inset
28512 \begin_inset Box Shaded
28513 position "t"
28514 hor_pos "c"
28515 has_inner_box 0
28516 inner_pos "t"
28517 use_parbox 0
28518 width "100col%"
28519 special "none"
28520 height "1in"
28521 height_special "totalheight"
28522 status open
28524 \begin_layout Plain Layout
28526 \color yellow
28527 This is yellow text in a
28528 \color none
28530 \family sans
28531 \color yellow
28532 shaded background
28533 \family default
28534 \color none
28536 \color yellow
28537 box with dark green background.
28538 \end_layout
28540 \end_inset
28543 \begin_inset ERT
28544 status collapsed
28546 \begin_layout Plain Layout
28549 \backslash
28550 setlength{
28551 \backslash
28552 fboxsep}{3pt}
28553 \end_layout
28555 \begin_layout Plain Layout
28558 \backslash
28559 definecolor{shadecolor}{rgb}{1,0,0}
28560 \end_layout
28562 \end_inset
28565 \end_layout
28567 \begin_layout Standard
28568 \begin_inset VSpace bigskip
28569 \end_inset
28571 Changed lengths and widths are valid for all boxes following the commands
28572  that change them.
28573 \end_layout
28575 \begin_layout Section
28576 Minipages
28577 \begin_inset CommandInset label
28578 LatexCommand label
28579 name "sec:Minipages"
28581 \end_inset
28584 \begin_inset Index
28585 status collapsed
28587 \begin_layout Plain Layout
28588 Boxes ! Minipages
28589 \end_layout
28591 \end_inset
28594 \end_layout
28596 \begin_layout Standard
28597 Minipages are treated by LaTeX as pages within pages and can therefore for
28598  example have their own footnotes.
28599 \end_layout
28601 \begin_layout Standard
28602 Minipages are useful when you write documents with different languages.
28603 \end_layout
28605 \begin_layout Standard
28606 Below are two example minipages side by side.
28607  Their width is set to 45
28608 \begin_inset space \thinspace{}
28609 \end_inset
28611 col% and they are separated by a horizontal fill, that was inserted via
28612  the menu 
28613 \family sans
28614 Insert\SpecialChar \menuseparator
28615 Special
28616 \begin_inset space ~
28617 \end_inset
28619 Formatting\SpecialChar \menuseparator
28620 Horizontal
28621 \begin_inset space ~
28622 \end_inset
28624 Fill
28625 \family default
28627 \begin_inset Newpage newpage
28628 \end_inset
28631 \end_layout
28633 \begin_layout Standard
28634 \begin_inset Box Frameless
28635 position "t"
28636 hor_pos "c"
28637 has_inner_box 1
28638 inner_pos "c"
28639 use_parbox 0
28640 width "45col%"
28641 special "none"
28642 height "1in"
28643 height_special "totalheight"
28644 status open
28646 \begin_layout Plain Layout
28648 \lang german
28649 Dies ist ein deutscher Text.
28650  Dies ist ein deutscher Text.
28651  Dies ist ein deutscher Text.
28652  Dies ist ein deutscher Text.
28653  Dies ist ein deutscher Text.
28654  Dies ist ein deutscher Text.
28655  Dies ist ein deutscher Text.
28656  Dies ist ein deutscher Text.
28657  Dies ist ein deutscher Text.
28658  Dies ist ein deutscher Text.
28659  Dies ist ein deutscher Text.
28660  Dies ist ein deutscher Text.
28661  Dies ist ein deutscher Text
28662 \begin_inset Foot
28663 status collapsed
28665 \begin_layout Plain Layout
28667 \lang german
28668 Dies ist eine deutsche Fußnote.
28669 \end_layout
28671 \end_inset
28674  Dies ist ein deutscher Text.
28675  Dies ist ein deutscher Text.
28676 \end_layout
28678 \end_inset
28681 \begin_inset space \hfill{}
28682 \end_inset
28685 \begin_inset Box Frameless
28686 position "t"
28687 hor_pos "c"
28688 has_inner_box 1
28689 inner_pos "c"
28690 use_parbox 0
28691 width "45col%"
28692 special "none"
28693 height "1in"
28694 height_special "totalheight"
28695 status open
28697 \begin_layout Plain Layout
28698 This is an English Text.
28699  This is an English Text.
28700  This is an English Text.
28701  This is an English Text.
28702  This is an English Text.
28703  This is an English Text.
28704  This is an English Text.
28705  This is an English Text.
28706  This is an English Text.
28707  This is an English Text.
28708  This is an English Text.
28709  This is an English Text.
28710  This is an English Text.
28711  This is an English Text.
28712  This is an English Text.
28713  This is an English Text.
28714 \begin_inset Foot
28715 status collapsed
28717 \begin_layout Plain Layout
28718 This is an English footnote.
28719 \end_layout
28721 \end_inset
28723  This is an English Text.
28725 \end_layout
28727 \end_inset
28730 \end_layout
28732 \begin_layout Standard
28733 \begin_inset VSpace bigskip
28734 \end_inset
28736 Another application for minipages are footnotes within tables.
28737  Due to a LaTeX restriction footnotes within tables doesn't appear at the
28738  bottom of the current page.
28739  But when you put the table with the footnote to a minipage, the footnote
28740  will appear at its bottom, numbered with Latin letters.
28741  The footnote number is reset to 1 in every minipage but not outside the
28742  minipages.
28743 \end_layout
28745 \begin_layout Standard
28746 The footnote of this table doesn't appear: 
28747 \begin_inset Tabular
28748 <lyxtabular version="3" rows="3" columns="4">
28749 <features>
28750 <column alignment="center" valignment="top" width="0pt">
28751 <column alignment="center" valignment="top" width="0pt">
28752 <column alignment="center" valignment="top" width="0pt">
28753 <column alignment="center" valignment="top" width="0pt">
28754 <row>
28755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28756 \begin_inset Text
28758 \begin_layout Plain Layout
28760 \end_layout
28762 \end_inset
28763 </cell>
28764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28765 \begin_inset Text
28767 \begin_layout Plain Layout
28769 \end_layout
28771 \end_inset
28772 </cell>
28773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28774 \begin_inset Text
28776 \begin_layout Plain Layout
28778 \begin_inset Foot
28779 status collapsed
28781 \begin_layout Plain Layout
28782 This is a footnote within a table.
28783 \end_layout
28785 \end_inset
28788 \end_layout
28790 \end_inset
28791 </cell>
28792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28793 \begin_inset Text
28795 \begin_layout Plain Layout
28797 \end_layout
28799 \end_inset
28800 </cell>
28801 </row>
28802 <row>
28803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28804 \begin_inset Text
28806 \begin_layout Plain Layout
28808 \end_layout
28810 \end_inset
28811 </cell>
28812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28813 \begin_inset Text
28815 \begin_layout Plain Layout
28817 \end_layout
28819 \end_inset
28820 </cell>
28821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28822 \begin_inset Text
28824 \begin_layout Plain Layout
28826 \end_layout
28828 \end_inset
28829 </cell>
28830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28831 \begin_inset Text
28833 \begin_layout Plain Layout
28835 \end_layout
28837 \end_inset
28838 </cell>
28839 </row>
28840 <row>
28841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28842 \begin_inset Text
28844 \begin_layout Plain Layout
28846 \end_layout
28848 \end_inset
28849 </cell>
28850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28851 \begin_inset Text
28853 \begin_layout Plain Layout
28855 \end_layout
28857 \end_inset
28858 </cell>
28859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28860 \begin_inset Text
28862 \begin_layout Plain Layout
28864 \end_layout
28866 \end_inset
28867 </cell>
28868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28869 \begin_inset Text
28871 \begin_layout Plain Layout
28873 \end_layout
28875 \end_inset
28876 </cell>
28877 </row>
28878 </lyxtabular>
28880 \end_inset
28883 \end_layout
28885 \begin_layout Standard
28886 \align center
28887 \begin_inset Box Frameless
28888 position "t"
28889 hor_pos "c"
28890 has_inner_box 1
28891 inner_pos "c"
28892 use_parbox 0
28893 width "30col%"
28894 special "none"
28895 height "1in"
28896 height_special "totalheight"
28897 status open
28899 \begin_layout Plain Layout
28900 \align center
28901 \begin_inset Tabular
28902 <lyxtabular version="3" rows="3" columns="4">
28903 <features>
28904 <column alignment="center" valignment="top" width="0pt">
28905 <column alignment="center" valignment="top" width="0pt">
28906 <column alignment="center" valignment="top" width="0pt">
28907 <column alignment="center" valignment="top" width="0pt">
28908 <row>
28909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28910 \begin_inset Text
28912 \begin_layout Plain Layout
28914 \end_layout
28916 \end_inset
28917 </cell>
28918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28919 \begin_inset Text
28921 \begin_layout Plain Layout
28923 \end_layout
28925 \end_inset
28926 </cell>
28927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28928 \begin_inset Text
28930 \begin_layout Plain Layout
28932 \begin_inset Foot
28933 status collapsed
28935 \begin_layout Plain Layout
28936 This is a footnote within a table.
28937 \end_layout
28939 \end_inset
28942 \end_layout
28944 \end_inset
28945 </cell>
28946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28947 \begin_inset Text
28949 \begin_layout Plain Layout
28951 \end_layout
28953 \end_inset
28954 </cell>
28955 </row>
28956 <row>
28957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28958 \begin_inset Text
28960 \begin_layout Plain Layout
28962 \end_layout
28964 \end_inset
28965 </cell>
28966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28967 \begin_inset Text
28969 \begin_layout Plain Layout
28971 \end_layout
28973 \end_inset
28974 </cell>
28975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28976 \begin_inset Text
28978 \begin_layout Plain Layout
28980 \end_layout
28982 \end_inset
28983 </cell>
28984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28985 \begin_inset Text
28987 \begin_layout Plain Layout
28989 \end_layout
28991 \end_inset
28992 </cell>
28993 </row>
28994 <row>
28995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28996 \begin_inset Text
28998 \begin_layout Plain Layout
29000 \end_layout
29002 \end_inset
29003 </cell>
29004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29005 \begin_inset Text
29007 \begin_layout Plain Layout
29009 \end_layout
29011 \end_inset
29012 </cell>
29013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29014 \begin_inset Text
29016 \begin_layout Plain Layout
29018 \end_layout
29020 \end_inset
29021 </cell>
29022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29023 \begin_inset Text
29025 \begin_layout Plain Layout
29027 \end_layout
29029 \end_inset
29030 </cell>
29031 </row>
29032 </lyxtabular>
29034 \end_inset
29037 \end_layout
29039 \end_inset
29042 \end_layout
29044 \begin_layout Standard
29045 \begin_inset VSpace bigskip
29046 \end_inset
29048 The document-wide paragraph settings are ignored within minipages.
29049  That means that there will be no space between paragraphs in minipages
29050  although you set it to e.
29051 \begin_inset space \thinspace{}
29052 \end_inset
29055 \begin_inset space \space{}
29056 \end_inset
29059 \family sans
29060 MedSkip
29061 \family default
29062  in the document settings.
29063 \end_layout
29065 \begin_layout Standard
29066 Minipages can also be used to set a background color for text parts, see
29067  section
29068 \begin_inset space ~
29069 \end_inset
29072 \begin_inset CommandInset ref
29073 LatexCommand ref
29074 reference "sub:Color-for-Paragraphs"
29076 \end_inset
29079 \end_layout
29081 \begin_layout Standard
29082 \begin_inset Note Greyedout
29083 status open
29085 \begin_layout Plain Layout
29087 \series bold
29088 Note:
29089 \series default
29090  You cannot have floats or margin notes inside minipages but minipages can
29091  be used inside tables, floats, and other boxes.
29092 \end_layout
29094 \end_inset
29097 \end_layout
29099 \begin_layout Section
29100 Parboxes
29101 \begin_inset CommandInset label
29102 LatexCommand label
29103 name "sec:Parboxes"
29105 \end_inset
29108 \begin_inset Index
29109 status collapsed
29111 \begin_layout Plain Layout
29112 Boxes ! Parboxes
29113 \end_layout
29115 \end_inset
29118 \end_layout
29120 \begin_layout Standard
29121 Parboxes are very similar to minipages with the difference that they cannot
29122  have footnotes.
29123  The main difference to minipages is that minipages are in contrary to parboxes
29124  no real boxes but LaTeX-environments.
29125 \end_layout
29127 \begin_layout Standard
29128 \align center
29129 \begin_inset Box Frameless
29130 position "t"
29131 hor_pos "c"
29132 has_inner_box 1
29133 inner_pos "t"
29134 use_parbox 1
29135 width "33col%"
29136 special "none"
29137 height "1in"
29138 height_special "totalheight"
29139 status collapsed
29141 \begin_layout Plain Layout
29142 This a text within a parbox.
29143  This a text within a parbox.
29144 \end_layout
29146 \begin_layout Plain Layout
29147 This footnote won't appear:
29148 \begin_inset Foot
29149 status collapsed
29151 \begin_layout Plain Layout
29152 This footnote is inside a parbox and will therefore not appear.
29153 \end_layout
29155 \end_inset
29158 \end_layout
29160 \end_inset
29163 \end_layout
29165 \begin_layout Section
29166 Boxes for Words and Characters
29167 \begin_inset Index
29168 status collapsed
29170 \begin_layout Plain Layout
29171 Boxes ! for Characters
29172 \end_layout
29174 \end_inset
29177 \end_layout
29179 \begin_layout Subsection
29180 Prevent Hyphenation
29181 \begin_inset CommandInset label
29182 LatexCommand label
29183 name "sec:Prevent-Hyphenation"
29185 \end_inset
29188 \begin_inset Index
29189 status collapsed
29191 \begin_layout Plain Layout
29192 Boxes ! to Prevent Hyphenation
29193 \end_layout
29195 \end_inset
29198 \end_layout
29200 \begin_layout Standard
29201 You can use a special kind of boxes to prevent words or text to be hyphenated.
29202 \begin_inset Newline newline
29203 \end_inset
29205 Here is an example text:
29206 \end_layout
29208 \begin_layout Standard
29209 This line is an example to show how you can prevent the hyphenation of 
29210 \begin_inset Quotes eld
29211 \end_inset
29213 veryverylongword
29214 \begin_inset Quotes erd
29215 \end_inset
29218 \end_layout
29220 \begin_layout Standard
29221 To prevent the hyphenation of the word 
29222 \begin_inset Quotes eld
29223 \end_inset
29225 veryverylongword
29226 \begin_inset Quotes erd
29227 \end_inset
29229 , add the command
29230 \end_layout
29232 \begin_layout Standard
29234 \series bold
29236 \backslash
29237 mbox{
29238 \end_layout
29240 \begin_layout Standard
29241 in TeX-Code before the word.
29242  Behind the word insert a closing brace 
29243 \begin_inset Quotes eld
29244 \end_inset
29247 \series bold
29249 \series default
29251 \begin_inset Quotes erd
29252 \end_inset
29254  in TeX-Code.
29255 \end_layout
29257 \begin_layout Standard
29258 This is the result:
29259 \end_layout
29261 \begin_layout Standard
29262 This line is an example to show how you can prevent the hyphenation of 
29263 \begin_inset ERT
29264 status collapsed
29266 \begin_layout Plain Layout
29269 \backslash
29270 mbox{
29271 \end_layout
29273 \end_inset
29276 \begin_inset Quotes eld
29277 \end_inset
29279 veryverylongword
29280 \begin_inset Quotes erd
29281 \end_inset
29284 \begin_inset ERT
29285 status collapsed
29287 \begin_layout Plain Layout
29290 \end_layout
29292 \end_inset
29295 \end_layout
29297 \begin_layout Standard
29298 You can alternatively set the command 
29299 \begin_inset Quotes eld
29300 \end_inset
29303 \series bold
29305 \backslash
29307 \series default
29309 \begin_inset Quotes grd
29310 \end_inset
29312  as TeX-Code directly before the word:
29313 \end_layout
29315 \begin_layout Standard
29316 This line is an example to show how you can prevent the hyphenation of 
29317 \begin_inset Quotes eld
29318 \end_inset
29321 \begin_inset ERT
29322 status collapsed
29324 \begin_layout Plain Layout
29327 \backslash
29329 \end_layout
29331 \end_inset
29333 veryverylongword
29334 \begin_inset Quotes erd
29335 \end_inset
29338 \end_layout
29340 \begin_layout Standard
29341 Of course the word now protrudes over the side margin.
29342  To avoid this, add via the menu 
29343 \family sans
29344 Insert\SpecialChar \menuseparator
29345 Special
29346 \begin_inset space ~
29347 \end_inset
29349 Formatting\SpecialChar \menuseparator
29350 Line
29351 \begin_inset space ~
29352 \end_inset
29354 Break
29355 \family default
29356  (shortcut 
29357 \begin_inset Info
29358 type  "shortcut"
29359 arg   "newline-insert newline"
29360 \end_inset
29362 ) a line break before the word:
29363 \end_layout
29365 \begin_layout Standard
29366 This line is an example to show how you can prevent the hyphenation of 
29367 \begin_inset Newline newline
29368 \end_inset
29371 \begin_inset ERT
29372 status collapsed
29374 \begin_layout Plain Layout
29377 \backslash
29378 mbox{
29379 \end_layout
29381 \end_inset
29384 \begin_inset Quotes eld
29385 \end_inset
29387 veryverylongword
29388 \begin_inset Quotes erd
29389 \end_inset
29392 \begin_inset ERT
29393 status collapsed
29395 \begin_layout Plain Layout
29398 \end_layout
29400 \end_inset
29403 \end_layout
29405 \begin_layout Subsection
29406 Vertical Alignment
29407 \begin_inset CommandInset label
29408 LatexCommand label
29409 name "sub:Vertical-Alignment"
29411 \end_inset
29414 \begin_inset Index
29415 status collapsed
29417 \begin_layout Plain Layout
29418 Boxes ! for Vertical Alignment
29419 \end_layout
29421 \end_inset
29424 \begin_inset Index
29425 status collapsed
29427 \begin_layout Plain Layout
29428 Boxes ! Raiseboxes
29429 \end_layout
29431 \end_inset
29434 \end_layout
29436 \begin_layout Standard
29437 With the help of the command 
29438 \series bold
29440 \backslash
29441 raisebox
29442 \series default
29443  you can align words, characters or other boxes vertically to the surrounding
29444  text.
29446 \series bold
29448 \backslash
29449 raisebox
29450 \series default
29451  is used with the following scheme:
29452 \end_layout
29454 \begin_layout Standard
29456 \series bold
29458 \backslash
29459 raisebox{lift}[height][depth]{box content}
29460 \end_layout
29462 \begin_layout Standard
29463 The lift can be a positive value to raise the box or a negative value to
29464  lower the box.
29465 \end_layout
29467 \begin_layout Standard
29468 To align for example the word 
29469 \begin_inset Quotes eld
29470 \end_inset
29472 preventing
29473 \begin_inset Quotes erd
29474 \end_inset
29476  so that the bottom of the 
29477 \begin_inset Quotes eld
29478 \end_inset
29480 deepest
29481 \begin_inset Quotes erd
29482 \end_inset
29484  character 
29485 \begin_inset Quotes eld
29486 \end_inset
29489 \begin_inset Quotes erd
29490 \end_inset
29492  is at the baseline, insert the command
29493 \end_layout
29495 \begin_layout Standard
29497 \series bold
29499 \backslash
29500 raisebox{
29501 \backslash
29502 depth}{
29503 \end_layout
29505 \begin_layout Standard
29506 in TeX-Code before the word.
29507  Behind the word insert a closing brace 
29508 \begin_inset Quotes eld
29509 \end_inset
29512 \series bold
29514 \series default
29516 \begin_inset Quotes erd
29517 \end_inset
29519  in TeX-Code.
29520 \begin_inset Newline newline
29521 \end_inset
29523 This is the result:
29524 \end_layout
29526 \begin_layout Standard
29527 This is a text line with the word 
29528 \begin_inset ERT
29529 status collapsed
29531 \begin_layout Plain Layout
29534 \backslash
29535 raisebox{
29536 \backslash
29537 depth}{
29538 \end_layout
29540 \end_inset
29543 \begin_inset Quotes eld
29544 \end_inset
29546 preventing
29547 \begin_inset Quotes erd
29548 \end_inset
29551 \begin_inset ERT
29552 status collapsed
29554 \begin_layout Plain Layout
29557 \end_layout
29559 \end_inset
29561  as raised word.
29562 \end_layout
29564 \begin_layout Standard
29565 \begin_inset VSpace bigskip
29566 \end_inset
29568 When you raise or lower characters in a line, the line distance will be
29569  spread:
29570 \end_layout
29572 \begin_layout Standard
29573 This is a text line with the word 
29574 \begin_inset ERT
29575 status collapsed
29577 \begin_layout Plain Layout
29580 \backslash
29581 raisebox{-
29582 \backslash
29583 depth}{
29584 \end_layout
29586 \end_inset
29589 \begin_inset Quotes eld
29590 \end_inset
29592 preventing
29593 \begin_inset Quotes erd
29594 \end_inset
29597 \begin_inset ERT
29598 status collapsed
29600 \begin_layout Plain Layout
29603 \end_layout
29605 \end_inset
29607  as lowered word.
29608 \begin_inset Newline newline
29609 \end_inset
29611 This is a text line with the word 
29612 \begin_inset ERT
29613 status collapsed
29615 \begin_layout Plain Layout
29618 \backslash
29619 raisebox{0.5cm}{
29620 \end_layout
29622 \end_inset
29625 \begin_inset Quotes eld
29626 \end_inset
29628 testing
29629 \begin_inset Quotes erd
29630 \end_inset
29633 \begin_inset ERT
29634 status collapsed
29636 \begin_layout Plain Layout
29639 \end_layout
29641 \end_inset
29643  as raised word.
29644 \end_layout
29646 \begin_layout Standard
29647 If you want to prevent this for a certain reason, set the box height to
29648  a zero value.
29649  For example use
29650 \end_layout
29652 \begin_layout Standard
29654 \series bold
29656 \backslash
29657 raisebox{-
29658 \backslash
29659 depth}[0pt]{
29660 \end_layout
29662 \begin_layout Standard
29663 This is a text line with the word 
29664 \begin_inset ERT
29665 status collapsed
29667 \begin_layout Plain Layout
29670 \backslash
29671 raisebox{-
29672 \backslash
29673 depth}[0pt]{
29674 \end_layout
29676 \end_inset
29679 \begin_inset Quotes eld
29680 \end_inset
29682 preventing
29683 \begin_inset Quotes erd
29684 \end_inset
29687 \begin_inset ERT
29688 status collapsed
29690 \begin_layout Plain Layout
29693 \end_layout
29695 \end_inset
29697  as lowered word.
29698 \begin_inset Newline newline
29699 \end_inset
29701 This is a text line with the word 
29702 \begin_inset ERT
29703 status collapsed
29705 \begin_layout Plain Layout
29708 \backslash
29709 raisebox{0.5cm}[0pt]{
29710 \end_layout
29712 \end_inset
29715 \begin_inset Quotes eld
29716 \end_inset
29718 testing
29719 \begin_inset Quotes erd
29720 \end_inset
29723 \begin_inset ERT
29724 status collapsed
29726 \begin_layout Plain Layout
29729 \end_layout
29731 \end_inset
29733  as raised word.
29734 \end_layout
29736 \begin_layout Section
29737 Colored Boxes
29738 \begin_inset CommandInset label
29739 LatexCommand label
29740 name "sec:Colored-Boxes"
29742 \end_inset
29745 \begin_inset Index
29746 status collapsed
29748 \begin_layout Plain Layout
29749 Boxes ! Color
29750 \end_layout
29752 \end_inset
29755 \end_layout
29757 \begin_layout Subsection
29758 Color for Text
29759 \begin_inset Index
29760 status collapsed
29762 \begin_layout Plain Layout
29763 Color ! for Text
29764 \end_layout
29766 \end_inset
29769 \end_layout
29771 \begin_layout Standard
29772 To color the background of text the text must be put into a so called 
29773 \begin_inset Quotes eld
29774 \end_inset
29776 colorbox
29777 \begin_inset Quotes erd
29778 \end_inset
29781  This requires that the LaTeX-package 
29782 \series bold
29783 color
29784 \series default
29786 \begin_inset Index
29787 status collapsed
29789 \begin_layout Plain Layout
29790 LaTeX-packages ! color
29791 \end_layout
29793 \end_inset
29795  is loaded in the document preamble with the command
29796 \end_layout
29798 \begin_layout Standard
29800 \series bold
29802 \backslash
29803 @ifundefined{textcolor}
29804 \begin_inset Newline newline
29805 \end_inset
29808 \begin_inset ERT
29809 status collapsed
29811 \begin_layout Plain Layout
29814 \backslash
29815 hphantom{ }
29816 \end_layout
29818 \end_inset
29821 \backslash
29822 usepackage{color}}{}
29823 \end_layout
29825 \begin_layout Standard
29826 The package 
29827 \series bold
29828 color
29829 \series default
29830  will be loaded automatically by LyX when you color text
29831 \begin_inset Foot
29832 status collapsed
29834 \begin_layout Plain Layout
29835 To avoid that it is loaded twice the command 
29836 \series bold
29838 \backslash
29839 @ifundefined
29840 \series default
29841  is used.
29842 \end_layout
29844 \end_inset
29847 \end_layout
29849 \begin_layout Standard
29850 \begin_inset VSpace medskip
29851 \end_inset
29853 Colorboxes are created with the command 
29854 \series bold
29856 \backslash
29857 colorbox
29858 \series default
29860  This will be used with the following scheme:
29861 \end_layout
29863 \begin_layout Standard
29865 \series bold
29867 \backslash
29868 colorbox{color}{box content}
29869 \end_layout
29871 \begin_layout Standard
29872 The box content can also be a box and colorboxes can also be within other
29873  boxes.
29874 \end_layout
29876 \begin_layout Standard
29877 The following colors are predefined:
29878 \begin_inset Newline newline
29879 \end_inset
29882 \family sans
29883 black
29884 \family default
29886 \family sans
29887 blue
29888 \family default
29890 \family sans
29891 cyan
29892 \family default
29893 \series bold
29895 \series default
29897 \family sans
29898 green
29899 \family default
29901 \family sans
29902 magenta
29903 \family default
29905 \family sans
29907 \family default
29909 \family sans
29910 white
29911 \family default
29912 , and 
29913 \family sans
29914 yellow
29915 \family default
29917 \begin_inset Newline newline
29918 \end_inset
29920 You can also define your own color as described in section
29921 \begin_inset space ~
29922 \end_inset
29925 \begin_inset CommandInset ref
29926 LatexCommand ref
29927 reference "sec:Colored-Tables"
29929 \end_inset
29932 \end_layout
29934 \begin_layout Standard
29935 To have e.
29936 \begin_inset space \thinspace{}
29937 \end_inset
29940 \begin_inset space \space{}
29941 \end_inset
29943 a red background for a word, insert the command
29944 \end_layout
29946 \begin_layout Standard
29948 \series bold
29950 \backslash
29951 colorbox{red}{
29952 \end_layout
29954 \begin_layout Standard
29955 before the word in TeX-Code.
29956  Behind the word insert a closing brace 
29957 \begin_inset Quotes eld
29958 \end_inset
29961 \series bold
29963 \series default
29965 \begin_inset Quotes erd
29966 \end_inset
29968  in TeX-Code.
29969 \begin_inset Newline newline
29970 \end_inset
29972 This is the result:
29973 \end_layout
29975 \begin_layout Standard
29976 This is a line where the word 
29977 \begin_inset ERT
29978 status collapsed
29980 \begin_layout Plain Layout
29983 \backslash
29984 colorbox{red}{
29985 \end_layout
29987 \end_inset
29990 \begin_inset Quotes eld
29991 \end_inset
29993 Attention!
29994 \begin_inset Quotes erd
29995 \end_inset
29998 \begin_inset ERT
29999 status collapsed
30001 \begin_layout Plain Layout
30004 \end_layout
30006 \end_inset
30008  has a red background.
30009 \end_layout
30011 \begin_layout Standard
30012 \begin_inset VSpace bigskip
30013 \end_inset
30015 If you would have the box frame in a different color, you can use the command
30017 \series bold
30019 \backslash
30020 fcolorbox
30021 \series default
30022  with the following scheme:
30023 \end_layout
30025 \begin_layout Standard
30027 \series bold
30029 \backslash
30030 fcolorbox{frame color}{box color}{box content}
30031 \end_layout
30033 \begin_layout Standard
30035 \series bold
30037 \backslash
30038 fcolorbox
30039 \series default
30040  is an extension to 
30041 \series bold
30043 \backslash
30044 colorbox
30045 \series default
30047  The frame thickness and the space between the frame and the box content
30048  can be adjusted with the lengths 
30049 \series bold
30051 \backslash
30052 fboxrule
30053 \series default
30054  and 
30055 \series bold
30057 \backslash
30058 fboxsep
30059 \series default
30060 , respectively, as described in section
30061 \begin_inset space ~
30062 \end_inset
30065 \begin_inset CommandInset ref
30066 LatexCommand ref
30067 reference "sec:Decoration"
30069 \end_inset
30072 \end_layout
30074 \begin_layout Standard
30075 For the following example the command
30076 \end_layout
30078 \begin_layout Standard
30080 \series bold
30082 \backslash
30083 fcolorbox{cyan}{magenta}{
30084 \end_layout
30086 \begin_layout Standard
30087 was used.
30088 \end_layout
30090 \begin_layout Standard
30091 Here is an example where the frame line thickness was set to 1
30092 \begin_inset space \thinspace{}
30093 \end_inset
30096 \begin_inset Newline newline
30097 \end_inset
30100 \begin_inset ERT
30101 status collapsed
30103 \begin_layout Plain Layout
30106 \backslash
30107 fboxrule 1mm 
30108 \backslash
30109 fboxsep 1mm
30110 \end_layout
30112 \end_inset
30115 \begin_inset ERT
30116 status collapsed
30118 \begin_layout Plain Layout
30121 \backslash
30122 fcolorbox{cyan}{magenta}{
30123 \end_layout
30125 \end_inset
30127 This is text within a colored, framed box.
30128 \begin_inset ERT
30129 status collapsed
30131 \begin_layout Plain Layout
30134 \end_layout
30136 \end_inset
30139 \end_layout
30141 \begin_layout Standard
30142 \begin_inset VSpace bigskip
30143 \end_inset
30145 Of course you can also have colored text inside a colorbox:
30146 \begin_inset Newline newline
30147 \end_inset
30150 \begin_inset ERT
30151 status collapsed
30153 \begin_layout Plain Layout
30156 \backslash
30157 fcolorbox{cyan}{magenta}{
30158 \end_layout
30160 \end_inset
30163 \color yellow
30164 This is colored text within a colored, framed box.
30165 \color none
30167 \begin_inset ERT
30168 status collapsed
30170 \begin_layout Plain Layout
30173 \end_layout
30175 \end_inset
30178 \begin_inset ERT
30179 status collapsed
30181 \begin_layout Plain Layout
30184 \backslash
30185 fboxrule 0.4pt 
30186 \backslash
30187 fboxsep 3pt
30188 \end_layout
30190 \end_inset
30193 \end_layout
30195 \begin_layout Standard
30197 \series bold
30198 \begin_inset VSpace medskip
30199 \end_inset
30202 \end_layout
30204 \begin_layout Standard
30205 \begin_inset Note Greyedout
30206 status open
30208 \begin_layout Plain Layout
30210 \series bold
30211 Note:
30212 \series default
30213  Text in colorboxes cannot have line breaks.
30214  To color multiple text lines or paragraphs, use a box inside a colorbox
30215  as described in the following.
30216 \end_layout
30218 \end_inset
30221 \end_layout
30223 \begin_layout Subsection
30224 Color for Paragraphs
30225 \begin_inset CommandInset label
30226 LatexCommand label
30227 name "sub:Color-for-Paragraphs"
30229 \end_inset
30232 \begin_inset Index
30233 status collapsed
30235 \begin_layout Plain Layout
30236 Color ! for Paragraphs
30237 \end_layout
30239 \end_inset
30242 \end_layout
30244 \begin_layout Standard
30245 To set the background color for more than one text line, put the text into
30246  a minipage.
30247  Before the minipage insert the 
30248 \series bold
30250 \backslash
30251 colorbox
30252 \series default
30253  command
30254 \end_layout
30256 \begin_layout Standard
30258 \series bold
30260 \backslash
30261 colorbox{color}{
30262 \end_layout
30264 \begin_layout Standard
30265 in TeX-Code.
30266  Behind the minipage insert a closing brace 
30267 \begin_inset Quotes eld
30268 \end_inset
30271 \series bold
30273 \series default
30275 \begin_inset Quotes erd
30276 \end_inset
30278  in TeX-Code.
30279 \end_layout
30281 \begin_layout Standard
30282 \begin_inset ERT
30283 status collapsed
30285 \begin_layout Plain Layout
30288 \backslash
30289 colorbox{lightgrey}{
30290 \end_layout
30292 \end_inset
30295 \begin_inset Box Frameless
30296 position "t"
30297 hor_pos "c"
30298 has_inner_box 1
30299 inner_pos "t"
30300 use_parbox 0
30301 width "100col%"
30302 special "none"
30303 height "1in"
30304 height_special "totalheight"
30305 status collapsed
30307 \begin_layout Plain Layout
30308 This is text with background color.
30309  This is text with background color.
30310 \end_layout
30312 \begin_layout Plain Layout
30313 \begin_inset VSpace defskip
30314 \end_inset
30316 The text can have footnotes
30317 \begin_inset Foot
30318 status collapsed
30320 \begin_layout Plain Layout
30321 Another example footnote
30322 \end_layout
30324 \end_inset
30326  and can include tables and figures.
30327 \end_layout
30329 \begin_layout Plain Layout
30330 \align center
30331 \begin_inset Tabular
30332 <lyxtabular version="3" rows="3" columns="3">
30333 <features>
30334 <column alignment="center" valignment="top" width="0">
30335 <column alignment="center" valignment="top" width="0">
30336 <column alignment="center" valignment="top" width="0">
30337 <row>
30338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30339 \begin_inset Text
30341 \begin_layout Plain Layout
30343 \end_layout
30345 \end_inset
30346 </cell>
30347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30348 \begin_inset Text
30350 \begin_layout Plain Layout
30352 \end_layout
30354 \end_inset
30355 </cell>
30356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30357 \begin_inset Text
30359 \begin_layout Plain Layout
30361 \end_layout
30363 \end_inset
30364 </cell>
30365 </row>
30366 <row>
30367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30368 \begin_inset Text
30370 \begin_layout Plain Layout
30372 \end_layout
30374 \end_inset
30375 </cell>
30376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30377 \begin_inset Text
30379 \begin_layout Plain Layout
30381 \begin_inset Quotes erd
30382 \end_inset
30385 \end_layout
30387 \end_inset
30388 </cell>
30389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30390 \begin_inset Text
30392 \begin_layout Plain Layout
30394 \end_layout
30396 \end_inset
30397 </cell>
30398 </row>
30399 <row>
30400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30401 \begin_inset Text
30403 \begin_layout Plain Layout
30405 \end_layout
30407 \end_inset
30408 </cell>
30409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30410 \begin_inset Text
30412 \begin_layout Plain Layout
30414 \end_layout
30416 \end_inset
30417 </cell>
30418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30419 \begin_inset Text
30421 \begin_layout Plain Layout
30423 \end_layout
30425 \end_inset
30426 </cell>
30427 </row>
30428 </lyxtabular>
30430 \end_inset
30433 \end_layout
30435 \end_inset
30438 \begin_inset ERT
30439 status collapsed
30441 \begin_layout Plain Layout
30444 \end_layout
30446 \end_inset
30449 \end_layout
30451 \begin_layout Section
30452 Rotated and Scaled Boxes
30453 \end_layout
30455 \begin_layout Standard
30456 To use the the commands described in this section, the LaTeX-package 
30457 \series bold
30458 graphicx
30459 \series default
30461 \begin_inset Index
30462 status collapsed
30464 \begin_layout Plain Layout
30465 LaTeX-packages ! graphicx
30466 \end_layout
30468 \end_inset
30470  needs to be loaded in the document preamble with the command
30471 \end_layout
30473 \begin_layout Standard
30475 \series bold
30477 \backslash
30478 @ifundefined{rotatebox}
30479 \begin_inset Newline newline
30480 \end_inset
30483 \begin_inset ERT
30484 status collapsed
30486 \begin_layout Plain Layout
30489 \backslash
30490 hphantom{ }
30491 \end_layout
30493 \end_inset
30496 \backslash
30497 usepackage{graphicx}}{}
30498 \end_layout
30500 \begin_layout Standard
30501 \begin_inset Note Greyedout
30502 status open
30504 \begin_layout Plain Layout
30506 \series bold
30507 Note:
30508 \series default
30509  Some DVI-viewers can't display rotated or scaled material.
30510 \end_layout
30512 \end_inset
30515 \end_layout
30517 \begin_layout Standard
30518 \begin_inset Note Greyedout
30519 status open
30521 \begin_layout Plain Layout
30523 \series bold
30524 Note:
30525 \series default
30526  Floats mustn't be inside a rotated or scaled box.
30527 \end_layout
30529 \end_inset
30532 \end_layout
30534 \begin_layout Subsection
30535 Rotated Boxes
30536 \begin_inset Index
30537 status collapsed
30539 \begin_layout Plain Layout
30540 Boxes ! rotated
30541 \end_layout
30543 \end_inset
30546 \begin_inset Index
30547 status collapsed
30549 \begin_layout Plain Layout
30550 Rotated material
30551 \end_layout
30553 \end_inset
30556 \begin_inset Index
30557 status collapsed
30559 \begin_layout Plain Layout
30560 Figures ! rotated
30561 \end_layout
30563 \end_inset
30566 \begin_inset Index
30567 status collapsed
30569 \begin_layout Plain Layout
30570 Table Customization ! Rotating
30571 \end_layout
30573 \end_inset
30576 \end_layout
30578 \begin_layout Standard
30579 To rotate material, you can put it into a rotated box.
30580  Such a box is created using the command 
30581 \series bold
30583 \backslash
30584 rotatebox
30585 \series default
30586  in TeX-Code with the following scheme:
30587 \end_layout
30589 \begin_layout Standard
30591 \series bold
30593 \backslash
30594 rotatebox[rotation origin]{rotation angle}{box content}
30595 \end_layout
30597 \begin_layout Standard
30598 The rotation origin is specified in the form 
30599 \series bold
30600 origin=position
30601 \series default
30603  The following positions are possible: 
30604 \emph on
30606 \emph default
30607  (center), 
30608 \emph on
30610 \emph default
30611  (left), 
30612 \emph on
30614 \emph default
30615  (right), 
30616 \emph on
30618 \emph default
30619  (bottom), 
30620 \emph on
30622 \emph default
30623  (top), and also expedient combinations of the four base positions.
30624  For example 
30625 \emph on
30627 \emph default
30628  means, that the rotation origin is at the top left corner of the box.
30629  When no rotation origin is specified, the position 
30630 \emph on
30632 \emph default
30633  will be used.
30634  The rotation angle is a number that can be negative that specifies the
30635  angle in degrees.
30636  The rotation direction is counterclockwise.
30637 \end_layout
30639 \begin_layout Standard
30640 In the following example the command 
30641 \series bold
30643 \backslash
30644 rotatebox[origin=c]{60}{
30645 \series default
30646  was inserted as TeX-Code before the text 
30647 \begin_inset Quotes eld
30648 \end_inset
30650 with rotated
30651 \begin_inset Quotes erd
30652 \end_inset
30654 ; after the text the box was closed by a closing brace 
30655 \series bold
30657 \series default
30658  in TeX-Code.
30659 \end_layout
30661 \begin_layout Standard
30662 This is a line 
30663 \begin_inset ERT
30664 status collapsed
30666 \begin_layout Plain Layout
30669 \backslash
30670 rotatebox[origin=c]{60}{
30671 \end_layout
30673 \end_inset
30675 with rotated
30676 \begin_inset ERT
30677 status collapsed
30679 \begin_layout Plain Layout
30682 \end_layout
30684 \end_inset
30686  text.
30687 \end_layout
30689 \begin_layout Standard
30690 The box content can also be another box or an inline formula:
30691 \end_layout
30693 \begin_layout Standard
30694 This is a line
30695 \begin_inset ERT
30696 status collapsed
30698 \begin_layout Plain Layout
30701 \backslash
30702 rotatebox[origin=r]{-60}{
30703 \end_layout
30705 \end_inset
30708 \begin_inset Box Doublebox
30709 position "c"
30710 hor_pos "c"
30711 has_inner_box 0
30712 inner_pos "c"
30713 use_parbox 0
30714 width "1in"
30715 special "width"
30716 height "1in"
30717 height_special "totalheight"
30718 status collapsed
30720 \begin_layout Plain Layout
30721 with rotated
30722 \end_layout
30724 \end_inset
30727 \begin_inset ERT
30728 status collapsed
30730 \begin_layout Plain Layout
30733 \end_layout
30735 \end_inset
30737  framed text 
30738 \begin_inset ERT
30739 status collapsed
30741 \begin_layout Plain Layout
30744 \backslash
30745 rotatebox[origin=lb]{60}{
30746 \end_layout
30748 \end_inset
30751 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30752 \end_inset
30755 \begin_inset ERT
30756 status collapsed
30758 \begin_layout Plain Layout
30761 \end_layout
30763 \end_inset
30765  and a formula.
30766 \end_layout
30768 \begin_layout Standard
30769 or an image or table:
30770 \end_layout
30772 \begin_layout Standard
30773 This is a line
30774 \begin_inset ERT
30775 status collapsed
30777 \begin_layout Plain Layout
30780 \backslash
30781 rotatebox[origin=lb]{90}{
30782 \end_layout
30784 \end_inset
30787 \begin_inset Graphics
30788         filename clipart/platypus.eps
30789         lyxscale 50
30790         width 25col%
30792 \end_inset
30795 \begin_inset ERT
30796 status collapsed
30798 \begin_layout Plain Layout
30801 \end_layout
30803 \end_inset
30805  with a rotated image 
30806 \begin_inset ERT
30807 status collapsed
30809 \begin_layout Plain Layout
30812 \backslash
30813 rotatebox[origin=l]{-90}{
30814 \end_layout
30816 \end_inset
30819 \begin_inset Tabular
30820 <lyxtabular version="3" rows="2" columns="2">
30821 <features>
30822 <column alignment="center" valignment="top" width="0">
30823 <column alignment="center" valignment="top" width="0">
30824 <row>
30825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30826 \begin_inset Text
30828 \begin_layout Plain Layout
30830 \end_layout
30832 \end_inset
30833 </cell>
30834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30835 \begin_inset Text
30837 \begin_layout Plain Layout
30839 \end_layout
30841 \end_inset
30842 </cell>
30843 </row>
30844 <row>
30845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30846 \begin_inset Text
30848 \begin_layout Plain Layout
30850 \end_layout
30852 \end_inset
30853 </cell>
30854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30855 \begin_inset Text
30857 \begin_layout Plain Layout
30859 \end_layout
30861 \end_inset
30862 </cell>
30863 </row>
30864 </lyxtabular>
30866 \end_inset
30869 \begin_inset ERT
30870 status collapsed
30872 \begin_layout Plain Layout
30875 \end_layout
30877 \end_inset
30879  and table.
30880 \end_layout
30882 \begin_layout Subsection
30883 Scaled Boxes
30884 \begin_inset Index
30885 status collapsed
30887 \begin_layout Plain Layout
30888 Boxes ! scaled
30889 \end_layout
30891 \end_inset
30894 \begin_inset Index
30895 status collapsed
30897 \begin_layout Plain Layout
30898 Scaled material
30899 \end_layout
30901 \end_inset
30904 \begin_inset Index
30905 status collapsed
30907 \begin_layout Plain Layout
30908 Figures ! scaled
30909 \end_layout
30911 \end_inset
30914 \begin_inset Index
30915 status collapsed
30917 \begin_layout Plain Layout
30918 Table Customization ! Scaling
30919 \end_layout
30921 \end_inset
30924 \end_layout
30926 \begin_layout Standard
30927 To scale material the commands 
30928 \series bold
30930 \backslash
30931 scalebox
30932 \series default
30933  and 
30934 \series bold
30936 \backslash
30937 resizebox
30938 \series default
30939  can be used as TeX-Code.
30940 \end_layout
30942 \begin_layout Standard
30944 \series bold
30946 \backslash
30947 scalebox
30948 \series default
30949  is used with the following scheme:
30950 \end_layout
30952 \begin_layout Standard
30954 \series bold
30956 \backslash
30957 scalebox{horizontal}[vertical]{box content}
30958 \end_layout
30960 \begin_layout Standard
30961 Horizontal and vertical are the corresponding scaling factors.
30962  If no vertical scaling factor is given, the horizontal factor will also
30963  be used as vertical one.
30964 \end_layout
30966 \begin_layout Standard
30967 The command 
30968 \series bold
30970 \backslash
30971 scalebox{2}{Hello}
30972 \series default
30973  creates for example a double size 
30974 \begin_inset ERT
30975 status collapsed
30977 \begin_layout Plain Layout
30980 \backslash
30981 scalebox{2}{
30982 \end_layout
30984 \end_inset
30986 Hello
30987 \begin_inset ERT
30988 status collapsed
30990 \begin_layout Plain Layout
30993 \end_layout
30995 \end_inset
30997 , compared to the document text size.
30998 \end_layout
31000 \begin_layout Standard
31002 \series bold
31004 \backslash
31005 scalebox{2}[1]{Hello}
31006 \series default
31007  in contrary distorts the 
31008 \begin_inset ERT
31009 status collapsed
31011 \begin_layout Plain Layout
31014 \backslash
31015 scalebox{2}[1]{
31016 \end_layout
31018 \end_inset
31020 Hello
31021 \begin_inset ERT
31022 status collapsed
31024 \begin_layout Plain Layout
31027 \end_layout
31029 \end_inset
31032 \end_layout
31034 \begin_layout Standard
31035 If a the scaling factor is negative, the box content will be mirrored.
31036  Therefore the command 
31037 \series bold
31039 \backslash
31040 scalebox{-1}[1]{Hello}
31041 \series default
31042  can be used to create mirror writing: 
31043 \begin_inset ERT
31044 status collapsed
31046 \begin_layout Plain Layout
31049 \backslash
31050 scalebox{-1}[1]{
31051 \end_layout
31053 \end_inset
31055 Hello
31056 \begin_inset ERT
31057 status collapsed
31059 \begin_layout Plain Layout
31062 \end_layout
31064 \end_inset
31067 \end_layout
31069 \begin_layout Standard
31071 \series bold
31073 \backslash
31074 scalebox{1}[-1]{Hello}
31075 \series default
31076  reflects the 
31077 \begin_inset ERT
31078 status collapsed
31080 \begin_layout Plain Layout
31083 \backslash
31084 scalebox{1}[-1]{
31085 \end_layout
31087 \end_inset
31089 Hello
31090 \begin_inset ERT
31091 status collapsed
31093 \begin_layout Plain Layout
31096 \end_layout
31098 \end_inset
31100  at the base line.
31101 \end_layout
31103 \begin_layout Standard
31104 Equivalent to 
31105 \series bold
31107 \backslash
31108 scalebox{-1}[1]{box content}
31109 \series default
31110  there exists the command
31111 \begin_inset Newline newline
31112 \end_inset
31115 \series bold
31117 \backslash
31118 reflectbox{box content}
31119 \series default
31121 \end_layout
31123 \begin_layout Standard
31124 \begin_inset VSpace bigskip
31125 \end_inset
31127 The command 
31128 \series bold
31130 \backslash
31131 resizebox
31132 \series default
31133  is used to scale the box to a defined width and height.
31134  The command scheme is:
31135 \end_layout
31137 \begin_layout Standard
31139 \series bold
31141 \backslash
31142 resizebox{width}{height}{box content}
31143 \end_layout
31145 \begin_layout Standard
31146 Is one of the two command arguments given as exclamation mark 
31147 \series bold
31149 \series default
31150 , the size is set so that the aspect ratio of the box content is kept.
31151 \end_layout
31153 \begin_layout Standard
31154 The command 
31155 \series bold
31157 \backslash
31158 resizebox{2cm}{1cm}{Hello}
31159 \series default
31160  produces: 
31161 \begin_inset ERT
31162 status collapsed
31164 \begin_layout Plain Layout
31167 \backslash
31168 resizebox{2cm}{1cm}{
31169 \end_layout
31171 \end_inset
31173 Hello
31174 \begin_inset ERT
31175 status collapsed
31177 \begin_layout Plain Layout
31180 \end_layout
31182 \end_inset
31185 \begin_inset Newline newline
31186 \end_inset
31188 The command 
31189 \series bold
31191 \backslash
31192 resizebox{2cm}{!}{Hello}
31193 \series default
31194  produces: 
31195 \begin_inset ERT
31196 status collapsed
31198 \begin_layout Plain Layout
31201 \backslash
31202 resizebox{2cm}{!}{
31203 \end_layout
31205 \end_inset
31207 Hello
31208 \begin_inset ERT
31209 status collapsed
31211 \begin_layout Plain Layout
31214 \end_layout
31216 \end_inset
31219 \end_layout
31221 \begin_layout Standard
31222 \begin_inset VSpace bigskip
31223 \end_inset
31226 \begin_inset Note Greyedout
31227 status open
31229 \begin_layout Plain Layout
31231 \series bold
31232 Note:
31233 \series default
31234  When arguments of 
31235 \series bold
31237 \backslash
31238 scalebox
31239 \series default
31240  or 
31241 \series bold
31243 \backslash
31244 resizebox
31245 \series default
31246  are set to zero, no LaTeX-errors occur when exporting the document but
31247  the exported files can not or only partly be displayed.
31248 \end_layout
31250 \end_inset
31253 \end_layout
31255 \begin_layout Standard
31256 \begin_inset VSpace bigskip
31257 \end_inset
31260 \end_layout
31262 \begin_layout Standard
31263 The boxes can be combined in any order.
31264  E.
31265 \begin_inset space \thinspace{}
31266 \end_inset
31269 \begin_inset space \space{}
31270 \end_inset
31272 the command
31273 \begin_inset Newline newline
31274 \end_inset
31277 \series bold
31279 \backslash
31280 rotatebox[origin=c]{-45}{
31281 \backslash
31282 resizebox{2cm}{!}{
31283 \backslash
31284 reflectbox{Hello}}}
31285 \begin_inset Newline newline
31286 \end_inset
31289 \series default
31290 produces:
31291 \end_layout
31293 \begin_layout Standard
31294 \align center
31295 \begin_inset ERT
31296 status collapsed
31298 \begin_layout Plain Layout
31301 \backslash
31302 rotatebox[origin=c]{-45}{
31303 \backslash
31304 resizebox{2cm}{!}{
31305 \backslash
31306 reflectbox{
31307 \end_layout
31309 \end_inset
31311 Hello
31312 \begin_inset ERT
31313 status collapsed
31315 \begin_layout Plain Layout
31318 \end_layout
31320 \end_inset
31323 \end_layout
31325 \begin_layout Standard
31326 \noindent
31327 Images, tables, and inline formulas are allowed as box content:
31328 \end_layout
31330 \begin_layout Standard
31331 \align center
31332 \begin_inset ERT
31333 status collapsed
31335 \begin_layout Plain Layout
31338 \backslash
31339 rotatebox[origin=c]{-30}{
31340 \backslash
31341 resizebox{2cm}{!}{
31342 \backslash
31343 reflectbox{
31344 \end_layout
31346 \end_inset
31349 \begin_inset Graphics
31350         filename clipart/platypus.eps
31351         lyxscale 50
31352         width 25col%
31354 \end_inset
31357 \begin_inset ERT
31358 status collapsed
31360 \begin_layout Plain Layout
31363 \end_layout
31365 \end_inset
31368 \begin_inset ERT
31369 status collapsed
31371 \begin_layout Plain Layout
31374 \backslash
31375 rotatebox[origin=c]{-45}{
31376 \backslash
31377 resizebox{2cm}{!}{
31378 \backslash
31379 reflectbox{
31380 \end_layout
31382 \end_inset
31385 \begin_inset Tabular
31386 <lyxtabular version="3" rows="2" columns="2">
31387 <features>
31388 <column alignment="center" valignment="top" width="0">
31389 <column alignment="center" valignment="top" width="0">
31390 <row>
31391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31392 \begin_inset Text
31394 \begin_layout Plain Layout
31396 \end_layout
31398 \end_inset
31399 </cell>
31400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31401 \begin_inset Text
31403 \begin_layout Plain Layout
31405 \end_layout
31407 \end_inset
31408 </cell>
31409 </row>
31410 <row>
31411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31412 \begin_inset Text
31414 \begin_layout Plain Layout
31416 \end_layout
31418 \end_inset
31419 </cell>
31420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31421 \begin_inset Text
31423 \begin_layout Plain Layout
31425 \end_layout
31427 \end_inset
31428 </cell>
31429 </row>
31430 </lyxtabular>
31432 \end_inset
31435 \begin_inset ERT
31436 status collapsed
31438 \begin_layout Plain Layout
31441 \end_layout
31443 \end_inset
31446 \begin_inset ERT
31447 status collapsed
31449 \begin_layout Plain Layout
31452 \backslash
31453 rotatebox[origin=c]{-45}{
31454 \backslash
31455 resizebox{2cm}{!}{
31456 \backslash
31457 reflectbox{
31458 \end_layout
31460 \end_inset
31463 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31464 \end_inset
31467 \begin_inset ERT
31468 status collapsed
31470 \begin_layout Plain Layout
31473 \end_layout
31475 \end_inset
31478 \end_layout
31480 \begin_layout Standard
31481 When the global formula style 
31482 \series bold
31483 fleqn
31484 \series default
31485  is used in the document
31486 \begin_inset Foot
31487 status collapsed
31489 \begin_layout Plain Layout
31490 When 
31491 \begin_inset Quotes eld
31492 \end_inset
31494 fleqn
31495 \begin_inset Quotes erd
31496 \end_inset
31498  is added to the document class options.
31499 \end_layout
31501 \end_inset
31503 , also display formulas can be scaled.
31504 \end_layout
31506 \begin_layout Chapter
31507 External Document Parts
31508 \begin_inset Index
31509 status collapsed
31511 \begin_layout Plain Layout
31512 External Document Parts
31513 \end_layout
31515 \end_inset
31518 \end_layout
31520 \begin_layout Standard
31521 With the menu 
31522 \family sans
31523 Insert\SpecialChar \menuseparator
31524 File
31525 \family default
31526  you can insert external material to your document.
31527  This can be:
31528 \end_layout
31530 \begin_layout Description
31532 \begin_inset space ~
31533 \end_inset
31535 Document Another LyX document; its content is directly inserted to your
31536  document.
31537 \end_layout
31539 \begin_layout Description
31540 Plain
31541 \begin_inset space ~
31542 \end_inset
31544 Text A text document; every of its text lines is inserted to your document
31545  as own paragraph.
31546 \end_layout
31548 \begin_layout Description
31549 Plain
31550 \begin_inset space ~
31551 \end_inset
31553 Text,
31554 \begin_inset space ~
31555 \end_inset
31557 Join
31558 \begin_inset space ~
31559 \end_inset
31561 Lines A text document; its text lines are inserted as they are.
31562  Empty text lines creates a new paragraph in your document.
31563 \end_layout
31565 \begin_layout Description
31566 External
31567 \begin_inset space ~
31568 \end_inset
31570 Material Files in various formats.
31571 \end_layout
31573 \begin_layout Description
31574 Child
31575 \begin_inset space ~
31576 \end_inset
31578 Document LyX or LaTeX-documents.
31579 \end_layout
31581 \begin_layout Section
31582 External Material
31583 \begin_inset Index
31584 status collapsed
31586 \begin_layout Plain Layout
31587 External Document Parts ! External Material
31588 \end_layout
31590 \end_inset
31593 \end_layout
31595 \begin_layout Standard
31596 The external material feature allows you to insert files to your document
31597  without converting them previously to a format that can be read by the
31598  document output format because LyX takes care of needed conversions.
31599  This is similar to images that can be inserted in various image formats
31600  to LyX documents.
31601  When you have enabled Instant Preview in LyX's preferences under 
31602 \family sans
31603 Look
31604 \begin_inset space ~
31605 \end_inset
31608 \begin_inset space ~
31609 \end_inset
31611 feel\SpecialChar \menuseparator
31612 Graphics
31613 \family default
31614 , the external material types Dia and Xfig is directly shown in LyX.
31615 \end_layout
31617 \begin_layout Standard
31618 External material can be inserted via the 
31619 \family sans
31620 External Material
31621 \family default
31622  dialog that is accessible with the menu 
31623 \family sans
31624 Insert\SpecialChar \menuseparator
31625 File\SpecialChar \menuseparator
31626 External
31627 \begin_inset space ~
31628 \end_inset
31630 Material
31631 \family default
31633  Currently the following file types (
31634 \family sans
31635 Templates
31636 \family default
31637 ) are allowed:
31638 \end_layout
31640 \begin_layout Description
31641 ChessDiagram This template supports chess position diagrams made with the
31642  program 
31643 \series bold
31645 \begin_inset CommandInset href
31646 LatexCommand href
31647 name "XBoard"
31648 target "http://en.wikipedia.org/wiki/XBoard"
31650 \end_inset
31653 \series default
31655 \end_layout
31657 \begin_layout Description
31658 Date This inserts the date in the form 
31659 \emph on
31660 Day-Month-Year
31661 \emph default
31663  This is a date inserted as external material: 
31664 \begin_inset External
31665         template Date
31666         filename .
31668 \end_inset
31671 \begin_inset space ~
31672 \end_inset
31675 \begin_inset Note Note
31676 status open
31678 \begin_layout Plain Layout
31679 Remove the protected space when bug 4398 is fixed!
31680 \end_layout
31682 \end_inset
31685 \begin_inset Newline newline
31686 \end_inset
31688 The date is not shown within LyX, only in the output.
31689  There are two other methods of inserting a date: Via menu 
31690 \family sans
31691 Insert\SpecialChar \menuseparator
31692 Date
31693 \family default
31694  and with the LaTeX command 
31695 \series bold
31697 \backslash
31698 today
31699 \series default
31700  as TeX-Code.
31701  The different methods are compared in Table
31702 \begin_inset space ~
31703 \end_inset
31706 \begin_inset CommandInset ref
31707 LatexCommand ref
31708 reference "tab:Comparison-of-the"
31710 \end_inset
31713 \end_layout
31715 \begin_layout Description
31716 Dia This template supports diagrams created with the program 
31717 \series bold
31719 \begin_inset CommandInset href
31720 LatexCommand href
31721 name "Dia"
31722 target "http://en.wikipedia.org/wiki/Dia_(software)"
31724 \end_inset
31727 \series default
31729 \end_layout
31731 \begin_layout Description
31732 LilyPond This template is used for music notation typeset with the program
31733 \begin_inset Newline linebreak
31734 \end_inset
31737 \series bold
31739 \begin_inset CommandInset href
31740 LatexCommand href
31741 name "LilyPond"
31742 target "http://en.wikipedia.org/wiki/LilyPond"
31744 \end_inset
31747 \series default
31749 \end_layout
31751 \begin_layout Description
31752 PDFPages With this template you can insert PDF documents to your document.
31753  To insert certain or all pages of a PDF, use the 
31754 \emph on
31755 pages
31756 \emph default
31757  option in the 
31758 \family sans
31759 Option
31760 \family default
31761  field in the 
31762 \family sans
31763 LaTeX and LyX options
31764 \family default
31765  tab according to the template description in the dialog.
31766  When no 
31767 \emph on
31768 pages
31769 \emph default
31770  option is given, only the first page of the PDF will be inserted.
31771 \end_layout
31773 \begin_layout Description
31774 RasterImage This can be used for bitmap images.
31775  Nearly all popular image formats are supported.
31776  The image can be treated in the 
31777 \family sans
31778 External material
31779 \family default
31780  dialog like the images that are usually included via the 
31781 \family sans
31782 Graphics
31783 \family default
31784  dialog as described in section
31785 \begin_inset space ~
31786 \end_inset
31789 \begin_inset CommandInset ref
31790 LatexCommand ref
31791 reference "sec:Graphics-Dialog"
31793 \end_inset
31796  The difference is that only raster images are allowed, that means that
31797  PDF and EPS-images are not supported.
31798 \end_layout
31800 \begin_layout Description
31801 XFig This template supports images created with the program 
31802 \series bold
31804 \begin_inset CommandInset href
31805 LatexCommand href
31806 name "Xfig"
31807 target "http://en.wikipedia.org/wiki/Xfig"
31809 \end_inset
31812 \series default
31814 \end_layout
31816 \begin_layout Standard
31817 \begin_inset Float table
31818 placement h
31819 wide false
31820 sideways false
31821 status open
31823 \begin_layout Plain Layout
31824 \begin_inset Caption
31826 \begin_layout Plain Layout
31827 \begin_inset CommandInset label
31828 LatexCommand label
31829 name "tab:Comparison-of-the"
31831 \end_inset
31833 Comparison of the date input methods.
31834 \end_layout
31836 \end_inset
31839 \end_layout
31841 \begin_layout Plain Layout
31842 \align center
31843 \begin_inset Tabular
31844 <lyxtabular version="3" rows="4" columns="4">
31845 <features>
31846 <column alignment="center" valignment="top" width="0">
31847 <column alignment="center" valignment="top" width="0">
31848 <column alignment="center" valignment="top" width="0">
31849 <column alignment="center" valignment="top" width="0">
31850 <row>
31851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31852 \begin_inset Text
31854 \begin_layout Plain Layout
31855 Document format
31856 \end_layout
31858 \end_inset
31859 </cell>
31860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31861 \begin_inset Text
31863 \begin_layout Plain Layout
31865 \family sans
31866 External Material\SpecialChar \menuseparator
31867 Date
31868 \end_layout
31870 \end_inset
31871 </cell>
31872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31873 \begin_inset Text
31875 \begin_layout Plain Layout
31877 \family sans
31878 Insert\SpecialChar \menuseparator
31879 Date
31880 \end_layout
31882 \end_inset
31883 </cell>
31884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31885 \begin_inset Text
31887 \begin_layout Plain Layout
31888 command 
31889 \series bold
31891 \backslash
31892 today
31893 \end_layout
31895 \end_inset
31896 </cell>
31897 </row>
31898 <row>
31899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31900 \begin_inset Text
31902 \begin_layout Plain Layout
31904 \end_layout
31906 \end_inset
31907 </cell>
31908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31909 \begin_inset Text
31911 \begin_layout Plain Layout
31912 as inset box
31913 \end_layout
31915 \end_inset
31916 </cell>
31917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31918 \begin_inset Text
31920 \begin_layout Plain Layout
31921 as date
31922 \end_layout
31924 \end_inset
31925 </cell>
31926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31927 \begin_inset Text
31929 \begin_layout Plain Layout
31930 as TeX-Code inset box
31931 \end_layout
31933 \end_inset
31934 </cell>
31935 </row>
31936 <row>
31937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31938 \begin_inset Text
31940 \begin_layout Plain Layout
31941 LaTeX
31942 \end_layout
31944 \end_inset
31945 </cell>
31946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31947 \begin_inset Text
31949 \begin_layout Plain Layout
31950 as date
31951 \end_layout
31953 \end_inset
31954 </cell>
31955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31956 \begin_inset Text
31958 \begin_layout Plain Layout
31959 as date
31960 \end_layout
31962 \end_inset
31963 </cell>
31964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31965 \begin_inset Text
31967 \begin_layout Plain Layout
31968 as command
31969 \end_layout
31971 \end_inset
31972 </cell>
31973 </row>
31974 <row>
31975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31976 \begin_inset Text
31978 \begin_layout Plain Layout
31979 DVI, PDF, PS
31980 \end_layout
31982 \end_inset
31983 </cell>
31984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31985 \begin_inset Text
31987 \begin_layout Plain Layout
31988 as date
31989 \end_layout
31991 \end_inset
31992 </cell>
31993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31994 \begin_inset Text
31996 \begin_layout Plain Layout
31997 as date
31998 \end_layout
32000 \end_inset
32001 </cell>
32002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32003 \begin_inset Text
32005 \begin_layout Plain Layout
32006 as date
32007 \end_layout
32009 \end_inset
32010 </cell>
32011 </row>
32012 </lyxtabular>
32014 \end_inset
32017 \end_layout
32019 \end_inset
32022 \end_layout
32024 \begin_layout Standard
32025 When you use the option 
32026 \family sans
32027 Draft
32028 \family default
32029  in the 
32030 \family sans
32031 File
32032 \family default
32033  tab of the 
32034 \family sans
32035 External Material
32036 \family default
32037  dialog, only the path to the inserted file is shown in the output.
32038 \begin_inset Newline newline
32039 \end_inset
32041 External material is displayed in LyX either as box like this: 
32042 \begin_inset Graphics
32043         filename clipart/ExternalMaterialQt4.png
32044         scale 85
32045         scaleBeforeRotation
32047 \end_inset
32049  or as image, depending on the option 
32050 \family sans
32051 Show in LyX
32052 \family default
32053  in the 
32054 \family sans
32055 LaTeX and LyX options
32056 \family default
32057  tab of the dialog.
32058 \end_layout
32060 \begin_layout Standard
32061 The 
32062 \family sans
32063 \emph on
32064 Customization
32065 \family default
32066 \emph default
32067  manual explains how you can define your own templates.
32068 \end_layout
32070 \begin_layout Section
32071 Child Documents
32072 \begin_inset CommandInset label
32073 LatexCommand label
32074 name "sec:Child-Documents"
32076 \end_inset
32079 \begin_inset Index
32080 status collapsed
32082 \begin_layout Plain Layout
32083 External Document Parts ! Child Documents
32084 \end_layout
32086 \end_inset
32089 \begin_inset Index
32090 status collapsed
32092 \begin_layout Plain Layout
32093 Files ! Include
32094 \end_layout
32096 \end_inset
32099 \end_layout
32101 \begin_layout Standard
32102 Child documents are used when you have a long document consisting of several
32103  larger parts or sections.
32104  For maintenance it is often useful and sometimes even required to split
32105  the document in several files that can be revised separately.
32106  The different documents are then the so called child documents and a master
32107  document connects them to print the full document or parts of it.
32108  A child documents inherits contents of its master, for example the LaTeX
32109  preamble, the bibliography, and labels for cross-references.
32110 \end_layout
32112 \begin_layout Standard
32113 To be able to work on child documents without the need to open its master,
32114  specify in the child document the master in the menu
32115 \family sans
32116  Document\SpecialChar \menuseparator
32117 Settings\SpecialChar \menuseparator
32118 Document
32119 \begin_inset space ~
32120 \end_inset
32122 Class
32123 \family default
32125  This master document will then be used in the background by LyX when you
32126  edit the child document.
32127 \end_layout
32129 \begin_layout Standard
32130 Included documents are displayed in LyX as a box like this: 
32131 \begin_inset Graphics
32132         filename clipart/ChildDocumentQt4.png
32133         scale 85
32134         scaleBeforeRotation
32136 \end_inset
32138  To include child documents to a master document use the menu 
32139 \family sans
32140 Insert\SpecialChar \menuseparator
32141 File\SpecialChar \menuseparator
32142 Child
32143 \begin_inset space ~
32144 \end_inset
32146 Documents
32147 \family default
32149  A dialog pops up where you can choose between four include methods:
32150 \end_layout
32152 \begin_layout Description
32153 Include You can include LyX and LaTeX-documents.
32154  When you press the 
32155 \family sans
32156 Load
32157 \family default
32158  button in the 
32159 \family sans
32160 Child Document
32161 \family default
32162  dialog, the included documents will be opened in LyX in a new file tab
32163  so that you can modify it.
32164 \begin_inset Newline newline
32165 \end_inset
32168 \end_layout
32170 \begin_layout Standard
32171 Here is a child document inserted using 
32172 \family sans
32173 Include
32174 \family default
32176 \begin_inset CommandInset include
32177 LatexCommand include
32178 filename "DummyDocument1.lyx"
32180 \end_inset
32183 \end_layout
32185 \begin_layout Standard
32186 The section numbering includes the sections of the included files in the
32187  order they are inserted in the master document.
32188  The included example document has for example a subsection that is numbered
32189  as subsection of this section.
32190  Labels of included documents can be referenced: Subsection
32191 \begin_inset space ~
32192 \end_inset
32195 \begin_inset CommandInset ref
32196 LatexCommand ref
32197 reference "sub:External-Subsection-1"
32199 \end_inset
32202 \end_layout
32204 \begin_layout Standard
32205 The preamble of the child document is ignored, only the preamble of the
32206  master document is used.
32207  Branches in child documents will be ignored by the master document when
32208  the master document does not have a branch with the same name.
32209  Included documents are inserted starting on a new page and end with a page
32210  break.
32211 \end_layout
32213 \begin_layout Standard
32214 With the LaTeX-command 
32215 \series bold
32217 \backslash
32218 includeonly 
32219 \series default
32220 you can specify which included child documents are processed when the output
32221  is generated.
32222  This is useful when you are perhaps only working on a certain chapter of
32223  your large document as this saves compiling time.
32225 \series bold
32227 \backslash
32228 includeonly
32229 \series default
32230  is inserted to the master document preamble.
32231  It takes a comma-separated list of the filenames as argument, e.
32232 \begin_inset space \thinspace{}
32233 \end_inset
32236 \end_layout
32238 \begin_layout Standard
32240 \series bold
32242 \backslash
32243 includeonly{chapter1,chapter5}
32244 \end_layout
32246 \begin_layout Standard
32247 will only process the included files named 
32248 \begin_inset Quotes eld
32249 \end_inset
32251 chapter1.lyx
32252 \begin_inset Quotes erd
32253 \end_inset
32255  (or 
32256 \begin_inset Quotes eld
32257 \end_inset
32259 chapter1.tex
32260 \begin_inset Quotes erd
32261 \end_inset
32263 ) and 
32264 \begin_inset Quotes eld
32265 \end_inset
32267 chapter5.lyx
32268 \begin_inset Quotes erd
32269 \end_inset
32272 \end_layout
32274 \begin_layout Standard
32275 \begin_inset Note Greyedout
32276 status open
32278 \begin_layout Plain Layout
32280 \series bold
32281 Note:
32282 \series default
32283  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
32284 w the document in case that the child document uses another document class
32285  than the master document as this will lead to unexpected outputs.
32286 \end_layout
32288 \end_inset
32291 \end_layout
32293 \begin_layout Description
32294 Input This method is very similar to the Include method.
32295  The differences are:
32296 \end_layout
32298 \begin_deeper
32299 \begin_layout Itemize
32300 Input files don't start with a new page and don't end with a page break.
32301 \end_layout
32303 \begin_layout Itemize
32304 Input files can be previewed in LyX when 
32305 \family sans
32306 Instant
32307 \begin_inset space ~
32308 \end_inset
32310 Preview
32311 \family default
32312  is enabled in LyX's preferences under 
32313 \family sans
32314 Look
32315 \begin_inset space ~
32316 \end_inset
32319 \begin_inset space ~
32320 \end_inset
32322 feel\SpecialChar \menuseparator
32323 Graphics
32324 \family default
32326 \end_layout
32328 \begin_layout Itemize
32329 The LaTeX-command 
32330 \series bold
32332 \backslash
32333 includeonly
32334 \series default
32335  cannot be used.
32336 \end_layout
32338 \end_deeper
32339 \begin_layout Standard
32340 Here is a child document inserted using 
32341 \family sans
32342 Input
32343 \family default
32345 \begin_inset CommandInset include
32346 LatexCommand input
32347 filename "DummyDocument2.lyx"
32349 \end_inset
32352 \end_layout
32354 \begin_layout Description
32355 Verbatim With this method every text file can be included.
32356  The file is shown in the output with its source code, no command used in
32357  the text is invoked.
32358  You can use the option 
32359 \family sans
32360 Mark spaces in output
32361 \family default
32362  that displays the character 
32363 \begin_inset Quotes eld
32364 \end_inset
32367 \begin_inset ERT
32368 status collapsed
32370 \begin_layout Plain Layout
32373 \backslash
32374 textvisiblespace 
32375 \end_layout
32377 \end_inset
32380 \begin_inset Quotes erd
32381 \end_inset
32383  for every space character in the source code.
32384  The difference to the method via the menu 
32385 \family sans
32386 Insert\SpecialChar \menuseparator
32387 File\SpecialChar \menuseparator
32388 Plain
32389 \begin_inset space ~
32390 \end_inset
32392 Text
32393 \family default
32394  is that the document content is not shown in LyX.
32395 \end_layout
32397 \begin_layout Standard
32398 Here is a child document inserted as Verbatim: 
32399 \begin_inset CommandInset include
32400 LatexCommand verbatiminput
32401 filename "DummyTextDocument.txt"
32403 \end_inset
32406 \begin_inset VSpace bigskip
32407 \end_inset
32409 Here is a child document inserted as Verbatim using the 
32410 \family sans
32411 Mark spaces in output
32412 \family default
32413  option: 
32414 \begin_inset CommandInset include
32415 LatexCommand verbatiminput*
32416 filename "DummyTextDocument.txt"
32418 \end_inset
32421 \end_layout
32423 \begin_layout Standard
32424 \begin_inset VSpace bigskip
32425 \end_inset
32428 \end_layout
32430 \begin_layout Standard
32431 \begin_inset Note Greyedout
32432 status open
32434 \begin_layout Plain Layout
32436 \series bold
32437 Note:
32438 \series default
32439  As you can see in the examples above, the text of the documents included
32440  as 
32441 \family sans
32442 verbatim
32443 \family default
32444  is not broken at the end of the document lines.
32445 \end_layout
32447 \end_inset
32450 \end_layout
32452 \begin_layout Description
32453 Listings This type is described in chapter
32454 \begin_inset space ~
32455 \end_inset
32458 \begin_inset CommandInset ref
32459 LatexCommand ref
32460 reference "cha:Program-Code-Listings"
32462 \end_inset
32465 \end_layout
32467 \begin_layout Standard
32468 \begin_inset Note Greyedout
32469 status open
32471 \begin_layout Plain Layout
32473 \series bold
32474 Note:
32475 \series default
32476  Including the same document twice in a document using different methods
32477  could cause LaTeX-problems.
32478 \end_layout
32480 \end_inset
32483 \end_layout
32485 \begin_layout Chapter
32486 Program Code Listings
32487 \begin_inset CommandInset label
32488 LatexCommand label
32489 name "cha:Program-Code-Listings"
32491 \end_inset
32494 \begin_inset Index
32495 status collapsed
32497 \begin_layout Plain Layout
32498 Listings
32499 \end_layout
32501 \end_inset
32504 \begin_inset Index
32505 status collapsed
32507 \begin_layout Plain Layout
32508 Program Code
32509 \end_layout
32511 \end_inset
32514 \begin_inset Index
32515 status collapsed
32517 \begin_layout Plain Layout
32518 Floats ! Listings
32519 \end_layout
32521 \end_inset
32524 \end_layout
32526 \begin_layout Standard
32527 To include and typeset program code you can use the 
32528 \family sans
32529 Listings
32530 \family default
32531  inset that can be inserted via the menu 
32532 \family sans
32533 Insert\SpecialChar \menuseparator
32534 Program Listing
32535 \family default
32537  The LaTeX-package 
32538 \series bold
32539 listings
32540 \series default
32542 \begin_inset Index
32543 status collapsed
32545 \begin_layout Plain Layout
32546 LaTeX-packages ! listings
32547 \end_layout
32549 \end_inset
32551  provides a powerful and flexible way to insert program source code to your
32552  document.
32553 \end_layout
32555 \begin_layout Standard
32556 Right-clicking on a listings inset opens the context menu containing where
32557  you can set the listings format.
32558 \end_layout
32560 \begin_layout Standard
32561 By default, a listing starts a new paragraph in the output.
32562  The placement option 
32563 \family sans
32564 Inline
32565 \begin_inset space ~
32566 \end_inset
32568 listing
32569 \family default
32570  prints the listing inline like this: 
32571 \begin_inset listings
32572 lstparams "language={C++}"
32573 inline true
32574 status open
32576 \begin_layout Plain Layout
32578 int a=5;
32579 \end_layout
32581 \end_inset
32584 \begin_inset Newline newline
32585 \end_inset
32587 The option 
32588 \family sans
32589 Float
32590 \family default
32591  creates a listings float where you can specify the placement options 
32592 \begin_inset Quotes eld
32593 \end_inset
32596 \family sans
32598 \family default
32600 \begin_inset Quotes erd
32601 \end_inset
32604 \begin_inset Quotes eld
32605 \end_inset
32608 \family sans
32610 \family default
32612 \begin_inset Quotes erd
32613 \end_inset
32616 \begin_inset Quotes eld
32617 \end_inset
32620 \family sans
32622 \family default
32624 \begin_inset Quotes erd
32625 \end_inset
32627 , and 
32628 \begin_inset Quotes eld
32629 \end_inset
32632 \family sans
32634 \family default
32636 \begin_inset Quotes erd
32637 \end_inset
32639  corresponding to the float placement options described in section
32640 \begin_inset space ~
32641 \end_inset
32644 \begin_inset CommandInset ref
32645 LatexCommand ref
32646 reference "sec:Float-Placement"
32648 \end_inset
32651  The placement options can be mixed and are inserted without any separation,
32652  e.
32653 \begin_inset space \thinspace{}
32654 \end_inset
32657 \begin_inset space \space{}
32658 \end_inset
32661 \begin_inset Quotes eld
32662 \end_inset
32665 \family sans
32666 htbp
32667 \family default
32669 \begin_inset Quotes erd
32670 \end_inset
32673  The option 
32674 \begin_inset Quotes eld
32675 \end_inset
32678 \begin_inset Quotes erd
32679 \end_inset
32681  has sometimes no effect, but you don't need to use the 
32682 \family sans
32683 Float
32684 \family default
32685  option in this case as also non-float listings can have captions and be
32686  referenced.
32687 \end_layout
32689 \begin_layout Standard
32690 You can add captions to listings with the menu 
32691 \family sans
32692 Insert\SpecialChar \menuseparator
32693 Caption
32694 \family default
32696  Listings can be referenced like floats: Listing
32697 \begin_inset space ~
32698 \end_inset
32701 \begin_inset CommandInset ref
32702 LatexCommand ref
32703 reference "lst:Example-Listing"
32705 \end_inset
32708 \end_layout
32710 \begin_layout Standard
32711 \begin_inset listings
32712 lstparams "language=Python"
32713 inline false
32714 status open
32716 \begin_layout Plain Layout
32718 \begin_inset Caption
32720 \begin_layout Plain Layout
32721 \begin_inset CommandInset label
32722 LatexCommand label
32723 name "lst:Example-Listing"
32725 \end_inset
32727 Example Listing float
32728 \end_layout
32730 \end_inset
32732 # Example listing float
32733 \end_layout
32735 \begin_layout Plain Layout
32737 def func(param):
32738 \end_layout
32740 \begin_layout Plain Layout
32742     'this is a python function'
32743 \end_layout
32745 \begin_layout Plain Layout
32747     pass
32748 \end_layout
32750 \end_inset
32753 \end_layout
32755 \begin_layout Standard
32756 When you have set a programming language in the listings dialog, the keywords
32757  of this language will be recognized and specially typeset in the output.
32758  In the example listings the Python keyword 
32759 \begin_inset Quotes eld
32760 \end_inset
32763 \begin_inset Quotes erd
32764 \end_inset
32766  is recognized and printed bold in the output.
32767 \end_layout
32769 \begin_layout Standard
32770 \begin_inset Note Greyedout
32771 status open
32773 \begin_layout Plain Layout
32775 \series bold
32776 Note:
32777 \series default
32778  If you don't get bold keywords when using typewriter fonts, your 
32779 \family typewriter
32780 typewriter
32781 \family default
32782  font probably doesn't provide a bold shape.
32783  In this case select a different one in the menu 
32784 \family sans
32785 Document\SpecialChar \menuseparator
32786 Settings\SpecialChar \menuseparator
32787 Fonts
32788 \family default
32790  (The fonts 
32791 \emph on
32792 LuxiMono, BeraMono
32793 \emph default
32794  and 
32795 \emph on
32796 Courier
32797 \emph default
32798  provide bold shapes.)
32799 \end_layout
32801 \end_inset
32804 \end_layout
32806 \begin_layout Standard
32807 In section 
32808 \family sans
32809 Line
32810 \begin_inset space ~
32811 \end_inset
32813 numbering
32814 \family default
32815  of the listings dialog you can specify the line numbering style.
32816  You can insert a number to specify which lines are numbered to the field
32818 \family sans
32819 Step
32820 \family default
32822  When you insert e.
32823 \begin_inset space \thinspace{}
32824 \end_inset
32827 \begin_inset space \space{}
32828 \end_inset
32831 \begin_inset Quotes eld
32832 \end_inset
32835 \begin_inset Quotes erd
32836 \end_inset
32838 , only every 3rd line will be numbered.
32839 \end_layout
32841 \begin_layout Standard
32842 You can furthermore specify a range of lines, only these will then appear
32843  in the output.
32844  The option 
32845 \family sans
32846 Extended character table
32847 \family default
32848  should be used when you use national characters like the German umlauts
32849  in the listing.
32850 \begin_inset Newline newline
32851 \end_inset
32853 Here is an example listing with left line numbering, step 
32854 \begin_inset Quotes eld
32855 \end_inset
32858 \begin_inset Quotes erd
32859 \end_inset
32861 , language 
32862 \begin_inset Quotes eld
32863 \end_inset
32865 Python
32866 \begin_inset Quotes erd
32867 \end_inset
32869 , options 
32870 \begin_inset Quotes eld
32871 \end_inset
32873 Extended character table
32874 \begin_inset Quotes erd
32875 \end_inset
32877  and 
32878 \begin_inset Quotes eld
32879 \end_inset
32881 Space
32882 \begin_inset space ~
32883 \end_inset
32886 \begin_inset space ~
32887 \end_inset
32889 symbol
32890 \begin_inset Quotes erd
32891 \end_inset
32893 , range lines 3
32894 \begin_inset space \thinspace{}
32895 \end_inset
32898 \begin_inset space \thinspace{}
32899 \end_inset
32902 \end_layout
32904 \begin_layout Standard
32905 \begin_inset listings
32906 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32907 inline false
32908 status open
32910 \begin_layout Plain Layout
32912 def func(param):
32913 \end_layout
32915 \begin_layout Plain Layout
32917     'this is a python function'
32918 \end_layout
32920 \begin_layout Plain Layout
32922     pass
32923 \end_layout
32925 \begin_layout Plain Layout
32927 def func(param):
32928 \end_layout
32930 \begin_layout Plain Layout
32932 'This is a German word: Tschüß'
32933 \end_layout
32935 \begin_layout Plain Layout
32937 pass
32938 \end_layout
32940 \begin_layout Plain Layout
32942 def func(param):
32943 \end_layout
32945 \begin_layout Plain Layout
32947 'this is a python function'
32948 \end_layout
32950 \begin_layout Plain Layout
32952 pass
32953 \end_layout
32955 \end_inset
32958 \end_layout
32960 \begin_layout Standard
32961 When you have tabulators in your listing, you can specify the number of
32962  characters that are spanned by a tabulator in the field 
32963 \family sans
32964 Tabulator
32965 \begin_inset space ~
32966 \end_inset
32968 size
32969 \family default
32971 \end_layout
32973 \begin_layout Standard
32974 \begin_inset Note Greyedout
32975 status open
32977 \begin_layout Plain Layout
32979 \series bold
32980 Note:
32981 \series default
32982  Due to a bug in the 
32983 \series bold
32984 listings
32985 \series default
32986  package the line numbering is shifted by a line by every previous listing.
32987  That's the reason why the lines 2 and 5 are numbered in the above listing
32988  and not the lines 3 and 6.
32989 \end_layout
32991 \end_inset
32994 \end_layout
32996 \begin_layout Standard
32997 \begin_inset VSpace bigskip
32998 \end_inset
33001 \end_layout
33003 \begin_layout Standard
33004 It is also possible to print lines from a file as listing.
33005  To do this, use the menu 
33006 \family sans
33007 Insert\SpecialChar \menuseparator
33008 File\SpecialChar \menuseparator
33009 Child Document
33010 \family default
33011  and choose the type 
33012 \family sans
33013 Listings
33014 \family default
33016 \begin_inset Foot
33017 status collapsed
33019 \begin_layout Plain Layout
33020 The other child document types are described in section
33021 \begin_inset space ~
33022 \end_inset
33025 \begin_inset CommandInset ref
33026 LatexCommand ref
33027 reference "sec:Child-Documents"
33029 \end_inset
33032 \end_layout
33034 \end_inset
33036  In the child document dialog you can specify the listing parameters in
33037  a text box.
33038  To show a list of all available parameters, type in a question mark 
33039 \begin_inset Quotes eld
33040 \end_inset
33043 \begin_inset Quotes erd
33044 \end_inset
33046  in the text box.
33047 \end_layout
33049 \begin_layout Standard
33050 To reference child document listings, write a label text into the corresponding
33051  field of the child document dialog.
33052  The label can then be referenced using the menu 
33053 \family sans
33054 Insert\SpecialChar \menuseparator
33055 Cross-Reference
33056 \family default
33058 \end_layout
33060 \begin_layout Standard
33061 Listing
33062 \begin_inset space ~
33063 \end_inset
33066 \begin_inset CommandInset ref
33067 LatexCommand ref
33068 reference "lst:file-listing"
33070 \end_inset
33072  is an example for a listing of a file; there the lines 10
33073 \begin_inset space \thinspace{}
33074 \end_inset
33077 \begin_inset space \thinspace{}
33078 \end_inset
33080 15 of this LyX file are listed.
33081 \end_layout
33083 \begin_layout Standard
33084 \begin_inset CommandInset include
33085 LatexCommand lstinputlisting
33086 filename "EmbeddedObjects.lyx"
33087 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33089 \end_inset
33092 \end_layout
33094 \begin_layout Standard
33095 \begin_inset VSpace bigskip
33096 \end_inset
33099 \end_layout
33101 \begin_layout Standard
33102 Global listings settings can be set in the 
33103 \family sans
33104 Document\SpecialChar \menuseparator
33105 Settings\SpecialChar \menuseparator
33106 Text Layout
33107 \family default
33108  dialog.
33109  To get there a list of available options, type in a question mark 
33110 \begin_inset Quotes eld
33111 \end_inset
33114 \begin_inset Quotes erd
33115 \end_inset
33117  in the 
33118 \family sans
33119 Listings
33120 \begin_inset space ~
33121 \end_inset
33123 settings
33124 \family default
33125  field.
33126 \end_layout
33128 \begin_layout Standard
33129 For more information about the 
33130 \series bold
33131 listings
33132 \series default
33133  package, we refer to its documentation 
33134 \begin_inset CommandInset citation
33135 LatexCommand cite
33136 key "listings"
33138 \end_inset
33141 \end_layout
33143 \begin_layout Standard
33144 \begin_inset Newpage newpage
33145 \end_inset
33148 \end_layout
33150 \begin_layout Chapter
33151 \start_of_appendix
33152 Units available in LyX
33153 \begin_inset Index
33154 status collapsed
33156 \begin_layout Plain Layout
33157 Units
33158 \end_layout
33160 \end_inset
33163 \begin_inset CommandInset label
33164 LatexCommand label
33165 name "cha:Units-available-in"
33167 \end_inset
33170 \end_layout
33172 \begin_layout Standard
33173 To understand the units described in this documentation, Table
33174 \begin_inset space ~
33175 \end_inset
33178 \begin_inset CommandInset ref
33179 LatexCommand ref
33180 reference "tab:Units"
33182 \end_inset
33184  explains all units available in LyX.
33185 \end_layout
33187 \begin_layout Standard
33188 \begin_inset Float table
33189 placement h
33190 wide false
33191 sideways false
33192 status open
33194 \begin_layout Plain Layout
33195 \begin_inset Caption
33197 \begin_layout Plain Layout
33198 \begin_inset CommandInset label
33199 LatexCommand label
33200 name "tab:Units"
33202 \end_inset
33204 Units
33205 \end_layout
33207 \end_inset
33210 \end_layout
33212 \begin_layout Plain Layout
33213 \begin_inset VSpace medskip
33214 \end_inset
33217 \end_layout
33219 \begin_layout Plain Layout
33220 \align center
33221 \begin_inset Tabular
33222 <lyxtabular version="3" rows="20" columns="2">
33223 <features>
33224 <column alignment="center" valignment="top" width="0">
33225 <column alignment="center" valignment="top" width="0">
33226 <row>
33227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33228 \begin_inset Text
33230 \begin_layout Plain Layout
33231 unit
33232 \end_layout
33234 \end_inset
33235 </cell>
33236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33237 \begin_inset Text
33239 \begin_layout Plain Layout
33240 name/description
33241 \end_layout
33243 \end_inset
33244 </cell>
33245 </row>
33246 <row>
33247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33248 \begin_inset Text
33250 \begin_layout Plain Layout
33252 \end_layout
33254 \end_inset
33255 </cell>
33256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33257 \begin_inset Text
33259 \begin_layout Plain Layout
33260 millimeter
33261 \end_layout
33263 \end_inset
33264 </cell>
33265 </row>
33266 <row>
33267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33268 \begin_inset Text
33270 \begin_layout Plain Layout
33272 \end_layout
33274 \end_inset
33275 </cell>
33276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33277 \begin_inset Text
33279 \begin_layout Plain Layout
33280 centimeter
33281 \end_layout
33283 \end_inset
33284 </cell>
33285 </row>
33286 <row>
33287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33288 \begin_inset Text
33290 \begin_layout Plain Layout
33292 \end_layout
33294 \end_inset
33295 </cell>
33296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33297 \begin_inset Text
33299 \begin_layout Plain Layout
33300 inch
33301 \end_layout
33303 \end_inset
33304 </cell>
33305 </row>
33306 <row>
33307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33308 \begin_inset Text
33310 \begin_layout Plain Layout
33312 \end_layout
33314 \end_inset
33315 </cell>
33316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33317 \begin_inset Text
33319 \begin_layout Plain Layout
33320 point (72.27
33321 \begin_inset space \thinspace{}
33322 \end_inset
33324 pt = 1
33325 \begin_inset space \thinspace{}
33326 \end_inset
33329 \end_layout
33331 \end_inset
33332 </cell>
33333 </row>
33334 <row>
33335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33336 \begin_inset Text
33338 \begin_layout Plain Layout
33340 \end_layout
33342 \end_inset
33343 </cell>
33344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33345 \begin_inset Text
33347 \begin_layout Plain Layout
33348 pica (1
33349 \begin_inset space \thinspace{}
33350 \end_inset
33352 pc = 12
33353 \begin_inset space \thinspace{}
33354 \end_inset
33357 \end_layout
33359 \end_inset
33360 </cell>
33361 </row>
33362 <row>
33363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33364 \begin_inset Text
33366 \begin_layout Plain Layout
33368 \end_layout
33370 \end_inset
33371 </cell>
33372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33373 \begin_inset Text
33375 \begin_layout Plain Layout
33376 scaled point (65536
33377 \begin_inset space \thinspace{}
33378 \end_inset
33380 sp = 1
33381 \begin_inset space \thinspace{}
33382 \end_inset
33385 \end_layout
33387 \end_inset
33388 </cell>
33389 </row>
33390 <row>
33391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33392 \begin_inset Text
33394 \begin_layout Plain Layout
33396 \end_layout
33398 \end_inset
33399 </cell>
33400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33401 \begin_inset Text
33403 \begin_layout Plain Layout
33404 big point (72
33405 \begin_inset space \thinspace{}
33406 \end_inset
33408 bp = 1
33409 \begin_inset space \thinspace{}
33410 \end_inset
33413 \end_layout
33415 \end_inset
33416 </cell>
33417 </row>
33418 <row>
33419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33420 \begin_inset Text
33422 \begin_layout Plain Layout
33424 \end_layout
33426 \end_inset
33427 </cell>
33428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33429 \begin_inset Text
33431 \begin_layout Plain Layout
33432 didot (1
33433 \begin_inset space \thinspace{}
33434 \end_inset
33436 dd 
33437 \begin_inset Formula $\approx$
33438 \end_inset
33440  0.376
33441 \begin_inset space \thinspace{}
33442 \end_inset
33445 \end_layout
33447 \end_inset
33448 </cell>
33449 </row>
33450 <row>
33451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33452 \begin_inset Text
33454 \begin_layout Plain Layout
33456 \end_layout
33458 \end_inset
33459 </cell>
33460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33461 \begin_inset Text
33463 \begin_layout Plain Layout
33464 cicero (1
33465 \begin_inset space \thinspace{}
33466 \end_inset
33468 cc = 12
33469 \begin_inset space \thinspace{}
33470 \end_inset
33473 \end_layout
33475 \end_inset
33476 </cell>
33477 </row>
33478 <row>
33479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33480 \begin_inset Text
33482 \begin_layout Plain Layout
33483 Scale%
33484 \end_layout
33486 \end_inset
33487 </cell>
33488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33489 \begin_inset Text
33491 \begin_layout Plain Layout
33492 % of original image width
33493 \end_layout
33495 \end_inset
33496 </cell>
33497 </row>
33498 <row>
33499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33500 \begin_inset Text
33502 \begin_layout Plain Layout
33503 text%
33504 \end_layout
33506 \end_inset
33507 </cell>
33508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33509 \begin_inset Text
33511 \begin_layout Plain Layout
33512 % of text width
33513 \end_layout
33515 \end_inset
33516 </cell>
33517 </row>
33518 <row>
33519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33520 \begin_inset Text
33522 \begin_layout Plain Layout
33523 col%
33524 \end_layout
33526 \end_inset
33527 </cell>
33528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33529 \begin_inset Text
33531 \begin_layout Plain Layout
33532 % of column width
33533 \end_layout
33535 \end_inset
33536 </cell>
33537 </row>
33538 <row>
33539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33540 \begin_inset Text
33542 \begin_layout Plain Layout
33543 page%
33544 \end_layout
33546 \end_inset
33547 </cell>
33548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33549 \begin_inset Text
33551 \begin_layout Plain Layout
33552 % of paper width
33553 \end_layout
33555 \end_inset
33556 </cell>
33557 </row>
33558 <row>
33559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33560 \begin_inset Text
33562 \begin_layout Plain Layout
33563 line%
33564 \end_layout
33566 \end_inset
33567 </cell>
33568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33569 \begin_inset Text
33571 \begin_layout Plain Layout
33572 % of line width
33573 \end_layout
33575 \end_inset
33576 </cell>
33577 </row>
33578 <row>
33579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33580 \begin_inset Text
33582 \begin_layout Plain Layout
33583 theight%
33584 \end_layout
33586 \end_inset
33587 </cell>
33588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33589 \begin_inset Text
33591 \begin_layout Plain Layout
33592 % of text height
33593 \end_layout
33595 \end_inset
33596 </cell>
33597 </row>
33598 <row>
33599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33600 \begin_inset Text
33602 \begin_layout Plain Layout
33603 pheight%
33604 \end_layout
33606 \end_inset
33607 </cell>
33608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33609 \begin_inset Text
33611 \begin_layout Plain Layout
33612 % of paper height
33613 \end_layout
33615 \end_inset
33616 </cell>
33617 </row>
33618 <row>
33619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33620 \begin_inset Text
33622 \begin_layout Plain Layout
33624 \end_layout
33626 \end_inset
33627 </cell>
33628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33629 \begin_inset Text
33631 \begin_layout Plain Layout
33632 height of letter 
33633 \emph on
33635 \emph default
33636  in current font
33637 \end_layout
33639 \end_inset
33640 </cell>
33641 </row>
33642 <row>
33643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33644 \begin_inset Text
33646 \begin_layout Plain Layout
33648 \end_layout
33650 \end_inset
33651 </cell>
33652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33653 \begin_inset Text
33655 \begin_layout Plain Layout
33656 width of letter 
33657 \emph on
33659 \emph default
33660  in current font
33661 \end_layout
33663 \end_inset
33664 </cell>
33665 </row>
33666 <row>
33667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33668 \begin_inset Text
33670 \begin_layout Plain Layout
33672 \end_layout
33674 \end_inset
33675 </cell>
33676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33677 \begin_inset Text
33679 \begin_layout Plain Layout
33680 math unit (1
33681 \begin_inset space \thinspace{}
33682 \end_inset
33684 mu = 1/18
33685 \begin_inset space \thinspace{}
33686 \end_inset
33689 \end_layout
33691 \end_inset
33692 </cell>
33693 </row>
33694 </lyxtabular>
33696 \end_inset
33699 \end_layout
33701 \end_inset
33704 \end_layout
33706 \begin_layout Chapter
33707 Output File Formats with Graphics
33708 \begin_inset CommandInset label
33709 LatexCommand label
33710 name "cha:Output-File-Formats"
33712 \end_inset
33715 \end_layout
33717 \begin_layout Section
33719 \begin_inset Index
33720 status collapsed
33722 \begin_layout Plain Layout
33723 File Formats ! DVI
33724 \end_layout
33726 \end_inset
33729 \begin_inset Index
33730 status collapsed
33732 \begin_layout Plain Layout
33733 DVI|see
33734 \begin_inset ERT
33735 status collapsed
33737 \begin_layout Plain Layout
33740 \end_layout
33742 \end_inset
33744 File Formats
33745 \begin_inset ERT
33746 status collapsed
33748 \begin_layout Plain Layout
33751 \end_layout
33753 \end_inset
33756 \end_layout
33758 \end_inset
33761 \end_layout
33763 \begin_layout Standard
33764 This file type has the extension 
33765 \begin_inset Quotes eld
33766 \end_inset
33769 \family typewriter
33770 .dvi
33771 \family default
33773 \begin_inset Quotes erd
33774 \end_inset
33777  It is called 
33778 \begin_inset Quotes eld
33779 \end_inset
33781 device-independent
33782 \begin_inset Quotes erd
33783 \end_inset
33785  (DVI), because it is completely portable; you can move them from one machine
33786  to another without needing to do any sort of conversion.
33787  At the time when this file-format was developed, this was no matter of
33788  course.
33789  DVIs are used for quick previews and as pre-stage for other output formats,
33790  like PostScript.
33791 \end_layout
33793 \begin_layout Standard
33794 \begin_inset Note Greyedout
33795 status open
33797 \begin_layout Plain Layout
33799 \series bold
33800 Note:
33801 \series default
33802  DVI-files doesn't contain images, they will only be a linked.
33803 \end_layout
33805 \end_inset
33807  So don't forget this, if you move your 
33808 \family typewriter
33809 .dvi
33810 \family default
33811  file to another computer.
33812  This property can also slow down your computer when you view the DVI.
33813  Because the DVI-viewer has to convert the image in the background to make
33814  it visible when you scroll in the DVI.
33815  So we recommend to use PDF for files with many images.
33816 \end_layout
33818 \begin_layout Standard
33819 You can export your document to DVI by using the menu 
33820 \family sans
33821 File\SpecialChar \menuseparator
33822 Export\SpecialChar \menuseparator
33824 \family default
33826  You can view your document as DVI via the 
33827 \family sans
33828 View
33829 \family default
33830  menu or by using the toolbar button 
33831 \begin_inset Graphics
33832         filename ../images/buffer-view_dvi.png
33833         scale 85
33834         scaleBeforeRotation
33836 \end_inset
33839 \end_layout
33841 \begin_layout Section
33842 PostScript
33843 \begin_inset CommandInset label
33844 LatexCommand label
33845 name "sec:PostScript"
33847 \end_inset
33850 \begin_inset Index
33851 status collapsed
33853 \begin_layout Plain Layout
33854 File Formats ! PostScript
33855 \end_layout
33857 \end_inset
33860 \begin_inset Index
33861 status collapsed
33863 \begin_layout Plain Layout
33864 PostScript|see
33865 \begin_inset ERT
33866 status collapsed
33868 \begin_layout Plain Layout
33871 \end_layout
33873 \end_inset
33875 File Formats
33876 \begin_inset ERT
33877 status collapsed
33879 \begin_layout Plain Layout
33882 \end_layout
33884 \end_inset
33887 \end_layout
33889 \end_inset
33892 \end_layout
33894 \begin_layout Standard
33895 This file type has the extension 
33896 \begin_inset Quotes eld
33897 \end_inset
33900 \family typewriter
33902 \family default
33904 \begin_inset Quotes erd
33905 \end_inset
33908  PostScript was developed by the company 
33909 \family typewriter
33910 Adobe
33911 \family default
33912  as printer language.
33913  The file contains therefore commands that the printer uses to print the
33914  file.
33915  PostScript can be seen as 
33916 \begin_inset Quotes eld
33917 \end_inset
33919 programming language
33920 \begin_inset Quotes erd
33921 \end_inset
33923 ; you can calculate with it and draw diagrams and images
33924 \begin_inset Foot
33925 status collapsed
33927 \begin_layout Plain Layout
33928 If you are interested to learn more about this, have a look at the LaTeX-package
33930 \series bold
33931 PSTricks
33932 \series default
33934 \begin_inset CommandInset citation
33935 LatexCommand cite
33936 key "pstricks"
33938 \end_inset
33941 \end_layout
33943 \end_inset
33946  Due to this ability, the files are often bigger than PDFs.
33947 \end_layout
33949 \begin_layout Standard
33950 PostScript can only contain images in the format 
33951 \begin_inset Quotes eld
33952 \end_inset
33954 Encapsulated PostScript
33955 \begin_inset Quotes erd
33956 \end_inset
33958  (EPS, file extension 
33959 \begin_inset Quotes eld
33960 \end_inset
33963 \family typewriter
33964 .eps
33965 \family default
33967 \begin_inset Quotes erd
33968 \end_inset
33971  As LyX allows you to use any known image format in your document, it has
33972  to convert images in the background to EPS.
33973  If you have e.g 50 images in your document, LyX has to do 50 conversions
33974  whenever you view or export your document.
33975  This will slow down your work flow with LyX drastically.
33976  So if you plan to use PostScript, you can insert your images directly as
33977  EPS to avoid this problem.
33978 \end_layout
33980 \begin_layout Standard
33981 You can export your document to PostScript using the menu 
33982 \family sans
33983 File\SpecialChar \menuseparator
33984 Export\SpecialChar \menuseparator
33985 Postscript
33986 \family default
33988  You can view your document as PostScript via the 
33989 \family sans
33990 View
33991 \family default
33992  menu or by using the toolbar button 
33993 \begin_inset Graphics
33994         filename ../images/buffer-view_ps.png
33995         scale 85
33996         scaleBeforeRotation
33998 \end_inset
34001 \end_layout
34003 \begin_layout Section
34005 \begin_inset Index
34006 status collapsed
34008 \begin_layout Plain Layout
34009 File Formats ! PDF
34010 \end_layout
34012 \end_inset
34015 \begin_inset Index
34016 status collapsed
34018 \begin_layout Plain Layout
34020 \end_layout
34022 \end_inset
34025 \end_layout
34027 \begin_layout Standard
34028 This file type has the extension 
34029 \begin_inset Quotes eld
34030 \end_inset
34033 \family typewriter
34034 .pdf
34035 \family default
34037 \begin_inset Quotes erd
34038 \end_inset
34041  The 
34042 \begin_inset Quotes eld
34043 \end_inset
34045 Portable Document Format
34046 \begin_inset Quotes erd
34047 \end_inset
34049  (PDF) is developed by 
34050 \family typewriter
34051 Adobe
34052 \family default
34053  as derivative from PostScript.
34054  It is more compressed and it uses much less commands than PostScript.
34055  As the name 
34056 \begin_inset Quotes eld
34057 \end_inset
34059 portable
34060 \begin_inset Quotes erd
34061 \end_inset
34063  implies, it can be processed at any computer system and the printed output
34064  looks exactly the same.
34065 \end_layout
34067 \begin_layout Standard
34068 PDF can contain images in its own PDF format, in the format 
34069 \begin_inset Quotes eld
34070 \end_inset
34072 Joint Photographic Experts Group
34073 \begin_inset Quotes erd
34074 \end_inset
34076  (JPG, file extension 
34077 \begin_inset Quotes eld
34078 \end_inset
34081 \family typewriter
34082 .jpg
34083 \family default
34085 \begin_inset Quotes erd
34086 \end_inset
34088  or 
34089 \begin_inset Quotes eld
34090 \end_inset
34093 \family typewriter
34094 .jpeg
34095 \family default
34097 \begin_inset Quotes erd
34098 \end_inset
34100 ), and in the format 
34101 \begin_inset Quotes eld
34102 \end_inset
34104 Portable Network Graphics
34105 \begin_inset Quotes erd
34106 \end_inset
34108  (PNG, file extension 
34109 \begin_inset Quotes eld
34110 \end_inset
34113 \family typewriter
34114 .png
34115 \family default
34117 \begin_inset Quotes erd
34118 \end_inset
34121  Nevertheless you can use any other image format, because LyX converts them
34122  in the background to one of these formats.
34123  But as described in the section about PostScript, the image conversion
34124  will slow down your work flow.
34125  So it is recommended to use images in one of the three mentioned formats.
34126 \end_layout
34128 \begin_layout Standard
34129 You can export your document to PDF via the menu 
34130 \family sans
34131 File\SpecialChar \menuseparator
34132 Export
34133 \family default
34134  in three different ways:
34135 \end_layout
34137 \begin_layout Description
34139 \begin_inset space ~
34140 \end_inset
34142 (ps2pdf) This uses the program 
34143 \family typewriter
34144 ps2pdf
34145 \family default
34146  that creates a PDF from a PostScript-version of your file.
34147  The PostScript-version is produced by the program 
34148 \family typewriter
34149 dvips
34150 \family default
34151  which uses a DVI-version as intermediate step.
34152  So this export variant consist of three conversions.
34153 \end_layout
34155 \begin_layout Description
34157 \begin_inset space ~
34158 \end_inset
34160 (dvipdfm) This uses the program 
34161 \family typewriter
34162 dvipdfm
34163 \family default
34164  that converts your file in the background to DVI and in a second step to
34165  PDF.
34166 \end_layout
34168 \begin_layout Description
34170 \begin_inset space ~
34171 \end_inset
34173 (pdflatex) This uses the program 
34174 \family typewriter
34175 pdftex
34176 \family default
34177  that converts your file directly to PDF.
34178 \end_layout
34180 \begin_layout Standard
34181 It is recommended to use 
34182 \family sans
34184 \begin_inset space ~
34185 \end_inset
34187 (pdflatex)
34188 \family default
34189  because 
34190 \family typewriter
34191 pdftex
34192 \family default
34193  supports all features of actual PDF-versions, is quick and works stable
34194  without problems.
34195  The program 
34196 \family typewriter
34197 dvipdfm
34198 \family default
34199  is not under development and therefore a bit outdated.
34200 \end_layout
34202 \begin_layout Standard
34203 You can view your document as PDF via the 
34204 \family sans
34205 View
34206 \family default
34207  menu or by using the toolbar button 
34208 \begin_inset Graphics
34209         filename ../images/buffer-view_pdf2.png
34210         scale 85
34211         scaleBeforeRotation
34213 \end_inset
34216 \family sans
34218 \family default
34219 that uses 
34220 \family sans
34222 \begin_inset space ~
34223 \end_inset
34225 (pdflatex)
34226 \family default
34228 \end_layout
34230 \begin_layout Chapter
34231 Explanation of Equation
34232 \begin_inset space ~
34233 \end_inset
34236 \begin_inset CommandInset ref
34237 LatexCommand eqref
34238 reference "eq:Wgn"
34240 \end_inset
34243 \begin_inset CommandInset label
34244 LatexCommand label
34245 name "cha:Explanation-of-Equation"
34247 \end_inset
34250 \end_layout
34252 \begin_layout Standard
34253 The total width of 
34254 \emph on
34256 \emph default
34257  table cells 
34258 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34259 \end_inset
34261  can be calculated to
34262 \end_layout
34264 \begin_layout Standard
34265 \begin_inset Formula \begin{equation}
34266 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}
34268 \end_inset
34271 \end_layout
34273 \begin_layout Standard
34274 Where 
34275 \begin_inset Formula $W_{g\, n}$
34276 \end_inset
34278  is the given width of all cells.
34280 \series bold
34282 \backslash
34283 tabcolsep
34284 \series default
34285  is the LaTeX-length between the cell text and the cell border, its default
34286  value is 6
34287 \begin_inset space \thinspace{}
34288 \end_inset
34292 \series bold
34294 \backslash
34295 arrayrulewidth
34296 \series default
34297  is the thickness of the cell border line, the default is 0.4
34298 \begin_inset space \thinspace{}
34299 \end_inset
34302 \end_layout
34304 \begin_layout Standard
34305 Following equation
34306 \begin_inset space ~
34307 \end_inset
34310 \begin_inset CommandInset ref
34311 LatexCommand eqref
34312 reference "eq:Wtot_n"
34314 \end_inset
34316 , the total width of a multicolumn 
34317 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34318 \end_inset
34320  is
34321 \end_layout
34323 \begin_layout Standard
34324 \begin_inset Formula \begin{equation}
34325 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34327 \end_inset
34330 \end_layout
34332 \begin_layout Standard
34333 By setting equation
34334 \begin_inset space ~
34335 \end_inset
34338 \begin_inset CommandInset ref
34339 LatexCommand eqref
34340 reference "eq:Wtot_n"
34342 \end_inset
34344  and 
34345 \begin_inset CommandInset ref
34346 LatexCommand eqref
34347 reference "eq:Wtot_mult"
34349 \end_inset
34351  equal we can calculate the needed given width 
34352 \begin_inset Formula $W_{g\, n}$
34353 \end_inset
34355  when 
34356 \emph on
34358 \emph default
34359  columns are spanned, so that each column has a total width of 
34360 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34361 \end_inset
34364 \end_layout
34366 \begin_layout Standard
34367 \begin_inset Formula \begin{equation}
34368 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34370 \end_inset
34373 \end_layout
34375 \begin_layout Bibliography
34376 \begin_inset CommandInset bibitem
34377 LatexCommand bibitem
34378 key "latexcompanion"
34380 \end_inset
34382 Frank Mittelbach and Michel Goossens: 
34383 \emph on
34384 The LaTeX Companion Second Edition.
34386 \emph default
34387  Addison-Wesley, 2004
34388 \end_layout
34390 \begin_layout Bibliography
34391 \begin_inset CommandInset bibitem
34392 LatexCommand bibitem
34393 key "latexguide"
34395 \end_inset
34397 Helmut Kopka and Patrick W.
34398  Daly: 
34399 \emph on
34400 A Guide to LaTeX Fourth Edition.
34402 \emph default
34403  Addison-Wesley, 2003
34404 \end_layout
34406 \begin_layout Bibliography
34407 \begin_inset CommandInset bibitem
34408 LatexCommand bibitem
34409 key "latexbook"
34411 \end_inset
34413 Leslie Lamport: 
34414 \emph on
34415 LaTeX: A Document Preparation System.
34417 \emph default
34418  Addison-Wesley, second edition, 1994
34419 \end_layout
34421 \begin_layout Bibliography
34422 \begin_inset CommandInset bibitem
34423 LatexCommand bibitem
34424 key "booktabs"
34426 \end_inset
34428 Documentation of the LaTeX-package 
34429 \series bold
34431 \begin_inset CommandInset href
34432 LatexCommand href
34433 name "booktabs"
34434 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34436 \end_inset
34439 \series default
34441 \begin_inset Index
34442 status collapsed
34444 \begin_layout Plain Layout
34445 LaTeX-packages ! booktabs
34446 \end_layout
34448 \end_inset
34451 \end_layout
34453 \begin_layout Bibliography
34454 \begin_inset CommandInset bibitem
34455 LatexCommand bibitem
34456 key "caption"
34458 \end_inset
34460 Documentation of the LaTeX-package 
34461 \series bold
34463 \begin_inset CommandInset href
34464 LatexCommand href
34465 name "caption"
34466 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34468 \end_inset
34471 \series default
34473 \begin_inset Index
34474 status collapsed
34476 \begin_layout Plain Layout
34477 LaTeX-packages ! caption
34478 \end_layout
34480 \end_inset
34483 \end_layout
34485 \begin_layout Bibliography
34486 \begin_inset CommandInset bibitem
34487 LatexCommand bibitem
34488 key "endfloat"
34490 \end_inset
34492 Documentation of the LaTeX-package 
34493 \series bold
34495 \begin_inset CommandInset href
34496 LatexCommand href
34497 name "endfloat"
34498 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34500 \end_inset
34503 \series default
34505 \begin_inset Index
34506 status collapsed
34508 \begin_layout Plain Layout
34509 LaTeX-packages ! endfloat
34510 \end_layout
34512 \end_inset
34515 \end_layout
34517 \begin_layout Bibliography
34518 \begin_inset CommandInset bibitem
34519 LatexCommand bibitem
34520 key "wrapfig"
34522 \end_inset
34524 Documentation of the LaTeX-package 
34525 \series bold
34527 \begin_inset CommandInset href
34528 LatexCommand href
34529 name "wrapfig"
34530 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34532 \end_inset
34535 \series default
34537 \begin_inset Index
34538 status collapsed
34540 \begin_layout Plain Layout
34541 LaTeX-packages ! wrapfig
34542 \begin_inset ERT
34543 status collapsed
34545 \begin_layout Plain Layout
34548 \backslash
34549 vspace{4mm}
34550 \end_layout
34552 \end_inset
34555 \end_layout
34557 \end_inset
34560 \end_layout
34562 \begin_layout Bibliography
34563 \begin_inset CommandInset bibitem
34564 LatexCommand bibitem
34565 key "footmisc"
34567 \end_inset
34569 Documentation of the LaTeX-package 
34570 \series bold
34572 \begin_inset CommandInset href
34573 LatexCommand href
34574 name "footmisc"
34575 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34577 \end_inset
34580 \series default
34582 \begin_inset Index
34583 status collapsed
34585 \begin_layout Plain Layout
34586 LaTeX-packages ! footmisc
34587 \end_layout
34589 \end_inset
34592 \end_layout
34594 \begin_layout Bibliography
34595 \begin_inset CommandInset bibitem
34596 LatexCommand bibitem
34597 key "hypcap"
34599 \end_inset
34601 Documentation of the LaTeX-package 
34602 \series bold
34604 \begin_inset CommandInset href
34605 LatexCommand href
34606 name "hypcap"
34607 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34609 \end_inset
34612 \series default
34614 \begin_inset Index
34615 status collapsed
34617 \begin_layout Plain Layout
34618 LaTeX-packages ! hyperref
34619 \end_layout
34621 \end_inset
34624 \end_layout
34626 \begin_layout Bibliography
34627 \begin_inset CommandInset bibitem
34628 LatexCommand bibitem
34629 key "hyperref"
34631 \end_inset
34633 Documentation of the LaTeX-package 
34634 \series bold
34636 \begin_inset CommandInset href
34637 LatexCommand href
34638 name "hyperref"
34639 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34641 \end_inset
34644 \series default
34646 \begin_inset Index
34647 status collapsed
34649 \begin_layout Plain Layout
34650 LaTeX-packages ! hyperref
34651 \end_layout
34653 \end_inset
34656 \end_layout
34658 \begin_layout Bibliography
34659 \begin_inset CommandInset bibitem
34660 LatexCommand bibitem
34661 key "KOMA-script"
34663 \end_inset
34665 Documentation of the LaTeX-package 
34666 \series bold
34668 \begin_inset CommandInset href
34669 LatexCommand href
34670 name "KOMA-script"
34671 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34673 \end_inset
34676 \series default
34678 \begin_inset Index
34679 status collapsed
34681 \begin_layout Plain Layout
34682 LaTeX-packages ! KOMA-script
34683 \end_layout
34685 \end_inset
34688 \end_layout
34690 \begin_layout Bibliography
34691 \begin_inset CommandInset bibitem
34692 LatexCommand bibitem
34693 key "listings"
34695 \end_inset
34697 Documentation of the LaTeX-package 
34698 \series bold
34700 \begin_inset CommandInset href
34701 LatexCommand href
34702 name "listings"
34703 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34705 \end_inset
34708 \series default
34710 \begin_inset Index
34711 status collapsed
34713 \begin_layout Plain Layout
34714 LaTeX-packages ! listings
34715 \end_layout
34717 \end_inset
34720 \end_layout
34722 \begin_layout Bibliography
34723 \begin_inset CommandInset bibitem
34724 LatexCommand bibitem
34725 key "marginnote"
34727 \end_inset
34729 Documentation of the LaTeX-package 
34730 \series bold
34732 \begin_inset CommandInset href
34733 LatexCommand href
34734 name "marginnote"
34735 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34737 \end_inset
34740 \series default
34742 \begin_inset Index
34743 status collapsed
34745 \begin_layout Plain Layout
34746 LaTeX-packages ! marginnote
34747 \end_layout
34749 \end_inset
34752 \end_layout
34754 \begin_layout Bibliography
34755 \begin_inset CommandInset bibitem
34756 LatexCommand bibitem
34757 key "pstricks"
34759 \end_inset
34761 Web page of the LaTeX-package 
34762 \series bold
34764 \begin_inset CommandInset href
34765 LatexCommand href
34766 name "PSTricks"
34767 target "http://tug.org/PSTricks/"
34769 \end_inset
34772 \series default
34774 \begin_inset Index
34775 status collapsed
34777 \begin_layout Plain Layout
34778 LaTeX-packages ! PSTricks
34779 \end_layout
34781 \end_inset
34784 \end_layout
34786 \begin_layout Bibliography
34787 \begin_inset CommandInset bibitem
34788 LatexCommand bibitem
34789 key "sidecap"
34791 \end_inset
34793 Documentation of the LaTeX-package 
34794 \series bold
34796 \begin_inset CommandInset href
34797 LatexCommand href
34798 name "sidecap"
34799 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34801 \end_inset
34804 \series default
34806 \begin_inset Index
34807 status collapsed
34809 \begin_layout Plain Layout
34810 LaTeX-packages ! sidecap
34811 \end_layout
34813 \end_inset
34816 \end_layout
34818 \begin_layout Bibliography
34819 \begin_inset CommandInset bibitem
34820 LatexCommand bibitem
34821 key "NewInLyX16"
34823 \end_inset
34826 \begin_inset CommandInset href
34827 LatexCommand href
34828 name "Wiki page"
34829 target "http://wiki.lyx.org/LyX/NewInLyX16"
34831 \end_inset
34833  about new features in 
34834 \family sans
34835 LyX 1.6.0
34836 \family default
34838 \end_layout
34840 \begin_layout Standard
34841 \begin_inset CommandInset index_print
34842 LatexCommand printindex
34844 \end_inset
34847 \end_layout
34849 \begin_layout Standard
34850 \begin_inset FloatList figure
34852 \end_inset
34855 \end_layout
34857 \begin_layout Standard
34858 \begin_inset FloatList table
34860 \end_inset
34863 \end_layout
34865 \begin_layout Standard
34866 \begin_inset FloatList algorithm
34868 \end_inset
34871 \end_layout
34873 \end_body
34874 \end_document