]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
ed11d6682375f0a0f76dd5a587c972c6838110eb
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 259
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}} % if it exists
14  {% if it exists not
15   \usepackage[scaled=0.92]{helvet}
16   \usepackage{mathptmx}
17   \usepackage{courier}
18  } % end if it exists not
19
20 % link all cross references and URLs
21 % in pdf output
22  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
23   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
24   pdfpagelayout=OneColumn, pdfnewwindow=true,
25   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
26   pdfauthor={LyX Team}, pdftex,
27   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
28   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
29   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
30  
31 \else % if dvi or ps is produced
32
33  % link all cross references and URLs in DVI output
34  \usepackage[ps2pdf, colorlinks=true,
35   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
36
37 \fi % end if pdflatex is used
38
39 % that links to image floats jumps
40 % to the beginning of the float and 
41 % not to its caption
42 \usepackage[figure]{hypcap}
43
44 % the pages of the TOC are numbered roman
45 % and a PDF-bookmark for the TOC is added
46 \pagenumbering{roman}
47 \let\myTOC\tableofcontents
48 \renewcommand{\tableofcontents}{%
49  \pdfbookmark[1]{Contents}{}
50  \myTOC
51  \cleardoublepage
52  \pagenumbering{arabic}}
53
54 % provides caption formatting
55 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
56
57 % provides commands to set caption
58 % beside tables/images
59 \usepackage{sidecap}
60
61 \newcommand{\TabBesBeg}{%
62  \let\MyTable\table
63  \let\MyEndtable\endtable
64  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
65
66 \newcommand{\TabBesEnd}{%
67  \let\table\MyTable
68  \let\endtable\MyEndtable}
69
70 \newcommand{\FigBesBeg}{%
71  \let\MyFigure\figure
72  \let\MyEndfigure\endfigure
73  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
74
75 \newcommand{\FigBesEnd}{%
76  \let\figure\MyFigure
77  \let\endfigure\MyEndfigure}
78
79 % enables calculation of values,
80 \usepackage{calc}
81
82 % provides special table cell alignments
83 \usepackage{dcolumn}
84
85 % increase the bottom float placement fraction
86 \renewcommand{\bottomfraction}{0.5}
87
88 % avoids that floats are placed before their
89 % corresponding section starts
90 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
91
92 % speed up the longtable calculation
93 \setcounter{LTchunksize}{100}
94
95 % used for colored tables
96 \@ifundefined{textcolor}
97  {\usepackage{color}}{}
98 \usepackage{colortbl}
99 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
100 \definecolor{lightgrey}{gray}{0.8}
101
102 % used for multirows
103 \usepackage{multirow}
104 %\renewcommand{\multirowsetup}{\centering}
105
106 % used for book-style tables
107 \usepackage{booktabs}
108
109 % used to have extra space in table cells,
110 \setlength{\extrarowheight}{2pt}
111
112 % used for customized tables
113 % ---
114 \newcolumntype{M}[1]
115  {>{\centering\hspace{0pt}}m{#1}}
116
117 \newcolumntype{S}[2]
118  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
119
120 \newcolumntype{K}[1]
121  {>{\columncolor{#1}\hspace{0pt}}c}
122
123 \newcolumntype{V}{!{\vrule width 1.5pt}}
124
125 \newcolumntype{W}{!{\color{green}\vline}}
126 % ---
127
128 % To be able to enter the characters ° and · directly in LyX
129 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
130 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
131
132 % insert additional vertical space of
133 % 1.5 mm between footnotes
134 \let\myFoot\footnote
135 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
136
137 % enable algorithm floats to be referenced
138 \newfloat{Xalgorithm}{tbp}{loa}
139 \floatname{Xalgorithm}{Algorithm}
140 \newcommand{\theHalgorithm}{\theHXalgorithm}
141 \renewenvironment{algorithm}[1][tbp]
142  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
143
144 % number algorithm floats within chapters
145 \numberwithin{Xalgorithm}{chapter}
146
147 % redefine the greyed out note
148 \renewenvironment{lyxgreyedout}
149  {\textcolor{blue}\bgroup}{\egroup}
150
151 % ------------------------------------
152 % used to check for needed LaTeX packages
153 \usepackage{ifthen}
154
155 % check for package arydshln
156 % used for tables with dashed lines
157 \newboolean{arydshln}
158 \IfFileExists{arydshln.sty}
159  {\usepackage{arydshln}
160   \setboolean{arydshln}{true}}
161  {\setboolean{arydshln}{false}}
162
163 % check for package marginnote
164 % used for margin notes
165 \newboolean{marginnote}
166 \IfFileExists{marginnote.sty}
167  {\usepackage{marginnote}
168   \let\marginpar\marginnote
169   \setboolean{marginnote}{true}}
170  {\setboolean{marginnote}{false}}
171 \end_preamble
172 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
173 \language english
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \papersize default
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 0
190 \cite_engine basic
191 \use_bibtopic false
192 \paperorientation portrait
193 \secnumdepth 3
194 \tocdepth 3
195 \paragraph_separation skip
196 \defskip medskip
197 \quotes_language english
198 \papercolumns 1
199 \papersides 2
200 \paperpagestyle default
201 \bullet 1 1 34 -1
202 \bullet 2 2 35 -1
203 \bullet 3 2 7 -1
204 \tracking_changes false
205 \output_changes true
206 \author "Uwe Stöhr" 
207 \author "" 
208 \end_header
209
210 \begin_body
211
212 \begin_layout Title
213 LyX's detailed Figure, Table, Floats, Notes, and Boxes manual
214 \end_layout
215
216 \begin_layout Author
217 by the LyX Team
218 \begin_inset Foot
219 status collapsed
220
221 \begin_layout Standard
222 \noindent
223 If you have comments or error corrections, please send them to the LyX Documenta
224 tion mailing list: 
225 \family typewriter
226
227 \begin_inset ERT
228 status open
229
230 \begin_layout Standard
231
232
233 \backslash
234 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
235 \end_layout
236
237 \end_inset
238
239 lyx-docs@lists.lyx.org
240 \begin_inset ERT
241 status collapsed
242
243 \begin_layout Standard
244
245 }
246 \end_layout
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Standard
260 original author: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \newline
267
268 \newline
269
270 \family sans
271 Version 1.5.0-
272 \family default
273 1
274 \end_layout
275
276 \begin_layout Standard
277 \begin_inset LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status open
287
288 \begin_layout Standard
289 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
290  
291 \series bold
292 arydshln
293 \series default
294  and 
295 \series bold
296 marginnote
297 \series default
298  must be installed.
299  If they are not installed you can export the document anyway but the sections
300  where the packages are required won't appear in the output.
301 \end_layout
302
303 \begin_layout Standard
304 The latest PDF-version of this document can be found here:
305 \newline
306
307 \series bold
308 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
309 \end_layout
310
311 \end_inset
312
313
314 \end_layout
315
316 \begin_layout Chapter
317 Figures
318 \begin_inset LatexCommand label
319 name "cha:Figures"
320
321 \end_inset
322
323
324 \begin_inset LatexCommand index
325 name "Figure"
326
327 \end_inset
328
329
330 \end_layout
331
332 \begin_layout Section
333 Graphics Dialog
334 \begin_inset LatexCommand index
335 name "Figure ! Graphics Dialog"
336
337 \end_inset
338
339
340 \end_layout
341
342 \begin_layout Standard
343 To insert an image into your document, place the cursor at the text position
344  you want and click on the toolbar icon 
345 \begin_inset Graphics
346         filename ../images/dialog-show-new-inset_graphics.xpm
347         scale 85
348
349 \end_inset
350
351  or use the menu 
352 \family sans
353 Insert\SpecialChar \menuseparator
354 Graphics
355 \family default
356 .
357  Then a dialog will appear to choose the file to load.
358  The image will appear in the output exactly at the position where it is
359  in the text.
360 \end_layout
361
362 \begin_layout Standard
363 The graphics dialog can be called at any time by right-clicking on an image.
364  This dialog has three tabs:
365 \end_layout
366
367 \begin_layout Description
368
369 \family sans
370 Graphics
371 \family default
372  Here you can choose an image file and adjust its appearance in the output.
373  The available units for the image size are explained in appendix\InsetSpace ~
374
375 \begin_inset LatexCommand ref
376 reference "cha:Units-available-in"
377
378 \end_inset
379
380 .
381 \newline
382 You can rotate images counter-clockwise by setting a rotation angle and
383  a rotation origin.
384  The image will also be rotated inside LyX.
385 \newline
386 Images can be opened in a program
387  of your choice when pressing the 
388 \family sans
389 Edit
390 \family default
391  button.
392  The program can be set for every image format in the file format settings
393  in LyX's preferences.
394 \end_layout
395
396 \begin_layout Description
397
398 \family sans
399 Clipping
400 \family default
401  Alternatively to the usage of scaling units it is possible to set image
402  coordinates to adjust the height and width of the image in the output.
403  The coordinates can also be calculated automatically by pressing the button
404  
405 \family sans
406 Get\InsetSpace ~
407 from\InsetSpace ~
408 File
409 \family default
410 .
411  The option 
412 \family sans
413 Clip\InsetSpace ~
414 to\InsetSpace ~
415 bounding\InsetSpace ~
416 box
417 \family default
418  will only print the image region within the given coordinates.
419  Normally you don't need to take care about image coordinates and can ignore
420  this tab.
421 \end_layout
422
423 \begin_layout Description
424
425 \family sans
426 Extra\InsetSpace ~
427 options
428 \family default
429  In this tab you can modify the appearance of the image within LyX and set
430  the image to be a subfigure of a figure float with an own caption.
431  Subfigures are explained in section\InsetSpace ~
432
433 \begin_inset LatexCommand ref
434 reference "sec:Figure-Floats"
435
436 \end_inset
437
438 .
439 \newline
440  LaTeX experts can also specify on this tab additional LaTeX options.
441 \newline
442  The
443  option 
444 \family sans
445 Draft\InsetSpace ~
446 mode
447 \family default
448  makes the image appear in the output only as a frame with the size of the
449  image.
450 \newline
451 The 
452 \family sans
453 Don't\InsetSpace ~
454 unzip\InsetSpace ~
455 on\InsetSpace ~
456 export
457 \family default
458  option only affects zipped EPS-graphics, e.\InsetSpace \thinspace{}
459 g.\InsetSpace ~
460
461 \emph on
462 x.eps.gz
463 \emph default
464 .
465  When the option is used the images will not be unzipped on export, since
466  LaTeX can handle them as they are.
467 \newline
468 Zipped EPS-graphics are useful to save
469  disk space when you choose PostScript as output format, see appendix\InsetSpace ~
470
471 \begin_inset LatexCommand ref
472 reference "sec:PostScript"
473
474 \end_inset
475
476 .
477  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
478  console:
479 \newline
480
481 \series bold
482 gzip x.eps
483 \series default
484
485 \newline
486
487 \series bold
488 zgrep %%Bounding x.eps.gz > x.eps.bb
489 \series default
490
491 \newline
492 The second command creates the bounding box file 
493 \begin_inset Quotes eld
494 \end_inset
495
496 x.eps.bb
497 \begin_inset Quotes erd
498 \end_inset
499
500  that is needed by LaTeX for zipped graphics.
501 \end_layout
502
503 \begin_layout Standard
504 \begin_inset VSpace bigskip
505 \end_inset
506
507
508 \end_layout
509
510 \begin_layout Standard
511 This is an example image in EPS format
512 \begin_inset Foot
513 status collapsed
514
515 \begin_layout Standard
516 Image formats are explained in section\InsetSpace ~
517
518 \begin_inset LatexCommand ref
519 reference "sec:Image-Formats"
520
521 \end_inset
522
523 .
524 \end_layout
525
526 \end_inset
527
528  within a separate, horizontally centered paragraph:
529 \end_layout
530
531 \begin_layout Standard
532 \align center
533 \begin_inset Graphics
534         filename mobius.eps
535         display color
536         scale 70
537         rotateOrigin center
538
539 \end_inset
540
541
542 \end_layout
543
544 \begin_layout Standard
545 This is the same image like the one above but in draft mode:
546 \end_layout
547
548 \begin_layout Standard
549 \align center
550 \begin_inset Graphics
551         filename mobius.eps
552         display color
553         scale 70
554         draft
555         rotateOrigin center
556
557 \end_inset
558
559
560 \end_layout
561
562 \begin_layout Section
563 Figure Floats
564 \begin_inset LatexCommand label
565 name "sec:Figure-Floats"
566
567 \end_inset
568
569
570 \begin_inset LatexCommand index
571 name "Floats ! Figure Floats"
572
573 \end_inset
574
575
576 \begin_inset LatexCommand index
577 name "Figure ! Floats"
578
579 \end_inset
580
581
582 \end_layout
583
584 \begin_layout Standard
585 For general explanations about floats, have a look at section\InsetSpace ~
586
587 \begin_inset LatexCommand ref
588 reference "sec:FloatIntroduction"
589
590 \end_inset
591
592 .
593 \end_layout
594
595 \begin_layout Standard
596 The toolbar button 
597 \begin_inset Graphics
598         filename ../images/float-insert_figure.xpm
599         scale 85
600
601 \end_inset
602
603  and the menu 
604 \family sans
605 Insert\SpecialChar \menuseparator
606 Float\SpecialChar \menuseparator
607 Figure
608 \family default
609  inserts a float with a caption that has the label 
610 \begin_inset Quotes eld
611 \end_inset
612
613 Figure\InsetSpace ~
614 #:
615 \begin_inset Quotes erd
616 \end_inset
617
618  (# is the actual number).
619  You can insert the image above the caption, like in Figure\InsetSpace ~
620
621 \begin_inset LatexCommand ref
622 reference "fig:kill-plat"
623
624 \end_inset
625
626  or below the caption, like in Figure\InsetSpace ~
627
628 \begin_inset LatexCommand ref
629 reference "fig:escher"
630
631 \end_inset
632
633 .
634  More about the caption placement is described in section\InsetSpace ~
635
636 \begin_inset LatexCommand ref
637 reference "sec:Caption-Placement"
638
639 \end_inset
640
641 .
642 \end_layout
643
644 \begin_layout Standard
645 \begin_inset Float figure
646 wide false
647 sideways false
648 status open
649
650 \begin_layout Standard
651 \align center
652 \begin_inset Graphics
653         filename platypus.eps
654         display color
655         width 50col%
656         rotateOrigin center
657
658 \end_inset
659
660
661 \end_layout
662
663 \begin_layout Standard
664 \begin_inset Caption
665
666 \begin_layout Standard
667 \begin_inset LatexCommand label
668 name "fig:kill-plat"
669
670 \end_inset
671
672 A severely distorted platypus in a float.
673 \end_layout
674
675 \end_inset
676
677
678 \end_layout
679
680 \end_inset
681
682
683 \end_layout
684
685 \begin_layout Standard
686 \begin_inset Float figure
687 wide false
688 sideways false
689 status open
690
691 \begin_layout Standard
692 \begin_inset Caption
693
694 \begin_layout Standard
695 \begin_inset LatexCommand label
696 name "fig:escher"
697
698 \end_inset
699
700 M.C.
701  Escher on acid.
702 \end_layout
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 \align center
711 \begin_inset Graphics
712         filename escher-lsd.eps
713         display color
714         scale 80
715         rotateOrigin center
716
717 \end_inset
718
719
720 \end_layout
721
722 \end_inset
723
724
725 \end_layout
726
727 \begin_layout Standard
728 \begin_inset LatexCommand index
729 name "References ! to Figures"
730
731 \end_inset
732
733 Figure\InsetSpace ~
734
735 \begin_inset LatexCommand ref
736 reference "fig:kill-plat"
737
738 \end_inset
739
740  and 
741 \begin_inset LatexCommand ref
742 reference "fig:escher"
743
744 \end_inset
745
746  are examples of referenced figures.
747  Figures can be referenced in the text by referencing their label.
748  To do this insert a label in the caption using the menu 
749 \family sans
750 Insert\SpecialChar \menuseparator
751 Label
752 \family default
753  or the toolbar button 
754 \begin_inset Graphics
755         filename ../images/label-insert.xpm
756         scale 85
757
758 \end_inset
759
760 .
761  You can now refer to the label using the menu 
762 \family sans
763 Insert\SpecialChar \menuseparator
764 Cross\InsetSpace ~
765 reference
766 \family default
767  or the toolbar button 
768 \begin_inset Graphics
769         filename ../images/dialog-show-new-inset_ref.xpm
770         scale 85
771
772 \end_inset
773
774 .
775  It is important to use references to floats, rather than using vague references
776  like 
777 \begin_inset Quotes eld
778 \end_inset
779
780 the figure above
781 \begin_inset Quotes erd
782 \end_inset
783
784 , because as LaTeX will reposition the floats in the final document, it
785  might not be 
786 \begin_inset Quotes eld
787 \end_inset
788
789 above
790 \begin_inset Quotes erd
791 \end_inset
792
793  at all.
794 \newline
795 Referencing is explained in detail in section\InsetSpace ~
796
797 \begin_inset LatexCommand ref
798 reference "sec:Referencing-Floats"
799
800 \end_inset
801
802 .
803 \end_layout
804
805 \begin_layout Standard
806 Normally only one image is inserted to a figure float, but sometimes you
807  might want to use two images with separate subcaptions.
808  This can be set in the tab 
809 \family sans
810 Extra\InsetSpace ~
811 options
812 \family default
813  of the graphics dialog.
814  Choose there the option 
815 \family sans
816 Subfigure
817 \family default
818  and enter the subcaption for the image in the caption field.
819  Note that only the main caption of the float is added to the List of Figures.
820 \newline
821 Ref
822 erencing subfigures is explained in section\InsetSpace ~
823
824 \begin_inset LatexCommand ref
825 reference "sub:Referencing-Subfigures"
826
827 \end_inset
828
829 .
830 \end_layout
831
832 \begin_layout Standard
833 Figure\InsetSpace ~
834
835 \begin_inset LatexCommand ref
836 reference "fig:Two-distorted-images"
837
838 \end_inset
839
840  is an example of a figure float with two images set side by side.
841  You can also set the images one below the other.
842 \end_layout
843
844 \begin_layout Standard
845 \begin_inset Float figure
846 wide false
847 sideways false
848 status open
849
850 \begin_layout Standard
851
852 \hfill
853
854 \begin_inset Graphics
855         filename escher-lsd.eps
856         width 45col%
857         subcaption
858         subcaptionText "Undefinable structure"
859
860 \end_inset
861
862
863 \hfill
864
865 \begin_inset Graphics
866         filename platypus.eps
867         lyxscale 60
868         width 45col%
869         subcaption
870         subcaptionText "\label{fig:Platypus} Platypus"
871
872 \end_inset
873
874
875 \hfill
876
877 \end_layout
878
879 \begin_layout Standard
880 \begin_inset Caption
881
882 \begin_layout Standard
883 \begin_inset LatexCommand label
884 name "fig:Two-distorted-images"
885
886 \end_inset
887
888 Two distorted images.
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \end_inset
897
898
899 \end_layout
900
901 \begin_layout Section
902 Image Formats
903 \begin_inset LatexCommand label
904 name "sec:Image-Formats"
905
906 \end_inset
907
908
909 \begin_inset LatexCommand index
910 name "Image Formats"
911
912 \end_inset
913
914
915 \begin_inset LatexCommand index
916 name "Figure ! Image Formats"
917
918 \end_inset
919
920
921 \end_layout
922
923 \begin_layout Standard
924 You can insert images in any known file format.
925  But as explained in appendix\InsetSpace ~
926
927 \begin_inset LatexCommand ref
928 reference "cha:Output-File-Formats"
929
930 \end_inset
931
932 , every output document format allows only a few image formats.
933  LyX uses therefore the program 
934 \family typewriter
935 Imagemagick
936 \family default
937  in the background to convert the images to the right format.
938  To increase your work flow by avoiding these conversions in the background,
939  you can use only the image formats that can directly be embedded in the
940  output file format.
941  The output file formats are explained in appendix\InsetSpace ~
942
943 \begin_inset LatexCommand ref
944 reference "cha:Output-File-Formats"
945
946 \end_inset
947
948 .
949 \end_layout
950
951 \begin_layout Standard
952 Similar to fonts there are two types of image formats:
953 \end_layout
954
955 \begin_layout Description
956 Bitmap\InsetSpace ~
957 images consist of pixel values, often in a compressed form.
958  They are therefore not fully scalable and look pixeled in large zooms.
959  Well-known bitmap image formats are 
960 \begin_inset Quotes eld
961 \end_inset
962
963 Graphics Interchange Format
964 \begin_inset Quotes erd
965 \end_inset
966
967  (GIF, file extension 
968 \begin_inset Quotes eld
969 \end_inset
970
971
972 \family typewriter
973 .gif
974 \family default
975
976 \begin_inset Quotes erd
977 \end_inset
978
979 )
980 \begin_inset LatexCommand index
981 name "GIF|see{Image formats}"
982
983 \end_inset
984
985
986 \begin_inset Quotes eld
987 \end_inset
988
989 Portable Network Graphics
990 \begin_inset Quotes erd
991 \end_inset
992
993  (PNG, file extension 
994 \begin_inset Quotes eld
995 \end_inset
996
997
998 \family typewriter
999 .png
1000 \family default
1001
1002 \begin_inset Quotes erd
1003 \end_inset
1004
1005 )
1006 \begin_inset LatexCommand index
1007 name "PNG|see{Image formats}"
1008
1009 \end_inset
1010
1011 , and 
1012 \begin_inset Quotes eld
1013 \end_inset
1014
1015 Joint Photographic Experts Group
1016 \begin_inset Quotes erd
1017 \end_inset
1018
1019  (JPG, file extension 
1020 \begin_inset Quotes eld
1021 \end_inset
1022
1023
1024 \family typewriter
1025 .jpg
1026 \family default
1027
1028 \begin_inset Quotes erd
1029 \end_inset
1030
1031  or 
1032 \begin_inset Quotes eld
1033 \end_inset
1034
1035
1036 \family typewriter
1037 .jpeg
1038 \family default
1039
1040 \begin_inset Quotes erd
1041 \end_inset
1042
1043 )
1044 \begin_inset LatexCommand index
1045 name "JPG|see{Image formats}"
1046
1047 \end_inset
1048
1049 .
1050 \end_layout
1051
1052 \begin_layout Description
1053 Vector\InsetSpace ~
1054 images consist of vectors and can therefore be scaled to any size
1055  without data loss.
1056  The scaling ability is necessary if you want to create presentations, because
1057  presentations are always scaled by the video projector.
1058  Scaling is also useful for online documents to let the user zoom into diagrams.
1059 \newline
1060 W
1061 ell-known scalable image formats are 
1062 \begin_inset Quotes eld
1063 \end_inset
1064
1065 Scalable Vector Graphics
1066 \begin_inset Quotes erd
1067 \end_inset
1068
1069  (SVG, file extension 
1070 \begin_inset Quotes eld
1071 \end_inset
1072
1073
1074 \family typewriter
1075 .svg
1076 \family default
1077
1078 \begin_inset Quotes erd
1079 \end_inset
1080
1081 )
1082 \begin_inset LatexCommand index
1083 name "SVG|see{Image formats}"
1084
1085 \end_inset
1086
1087
1088 \begin_inset Quotes eld
1089 \end_inset
1090
1091 Encapsulated PostScript
1092 \begin_inset Quotes erd
1093 \end_inset
1094
1095  (EPS, file extension 
1096 \begin_inset Quotes eld
1097 \end_inset
1098
1099
1100 \family typewriter
1101 .eps
1102 \family default
1103
1104 \begin_inset Quotes erd
1105 \end_inset
1106
1107 )
1108 \begin_inset LatexCommand index
1109 name "EPS|see{Image formats}"
1110
1111 \end_inset
1112
1113
1114 \begin_inset Quotes eld
1115 \end_inset
1116
1117 Portable Document Format
1118 \begin_inset Quotes erd
1119 \end_inset
1120
1121  (PDF, file extension 
1122 \begin_inset Quotes eld
1123 \end_inset
1124
1125
1126 \family typewriter
1127 .pdf
1128 \family default
1129
1130 \begin_inset Quotes erd
1131 \end_inset
1132
1133 )
1134 \begin_inset LatexCommand index
1135 name "PDF"
1136
1137 \end_inset
1138
1139 , and 
1140 \begin_inset Quotes eld
1141 \end_inset
1142
1143 Windows Metafile
1144 \begin_inset Quotes erd
1145 \end_inset
1146
1147  (WMF, file extension 
1148 \begin_inset Quotes eld
1149 \end_inset
1150
1151
1152 \family typewriter
1153 .wmf
1154 \family default
1155
1156 \begin_inset Quotes erd
1157 \end_inset
1158
1159 )
1160 \begin_inset LatexCommand index
1161 name "SVG|see{Image formats}"
1162
1163 \end_inset
1164
1165 .
1166  We wrote 
1167 \begin_inset Quotes eld
1168 \end_inset
1169
1170 can be
1171 \begin_inset Quotes erd
1172 \end_inset
1173
1174 , because you can convert any bitmap image to a PDF or EPS-image and the
1175  result will still be a bitmap image.
1176  In this cases only a header with the image properties is added to the original
1177  image
1178 \begin_inset Foot
1179 status open
1180
1181 \begin_layout Standard
1182 In the case of PDF, the original image is additionally compressed.
1183 \end_layout
1184
1185 \end_inset
1186
1187 .
1188  The PDF-files generated by 
1189 \family typewriter
1190 Adobe Photoshop
1191 \family default
1192  are for example bitmap images.
1193 \end_layout
1194
1195 \begin_layout Standard
1196 Normally it is not possible to convert a bitmap image into a scalable one,
1197  only vice versa.
1198  Only the image formats PDF and EPS can directly be embedded to PDF and
1199  PostScript output files, respectively.
1200  SVG and WMF-images are currently recalculated to bitmaps when the output
1201  file is generated because there is currently no adequate WMF/SVG
1202 \begin_inset Formula $\to$
1203 \end_inset
1204
1205 PDF/EPS converter available.
1206 \end_layout
1207
1208 \begin_layout Chapter
1209 Tables
1210 \begin_inset LatexCommand label
1211 name "cha:Tables"
1212
1213 \end_inset
1214
1215
1216 \begin_inset LatexCommand index
1217 name "Table"
1218
1219 \end_inset
1220
1221
1222 \end_layout
1223
1224 \begin_layout Section
1225 Introduction
1226 \begin_inset LatexCommand index
1227 name "Table ! Introduction"
1228
1229 \end_inset
1230
1231
1232 \end_layout
1233
1234 \begin_layout Standard
1235 You can insert a table using either the toolbar button 
1236 \begin_inset Graphics
1237         filename ../images/tabular-insert.xpm
1238         scale 85
1239
1240 \end_inset
1241
1242  or the menu 
1243 \family sans
1244 Insert\SpecialChar \menuseparator
1245 Table
1246 \family default
1247 .
1248  The toolbar button offers you a graphical selection: Move the mouse to
1249  set the column/row number of the table that should be created and then
1250  press a mouse button.
1251  When you use the menu to create a table, a dialog will appear, asking you
1252  for the number of rows and columns.
1253 \newline
1254  The default table has lines around any
1255  cell and the first row appears separated from the rest of the table.
1256  This separation occurs due to a double line: The cells of the first row
1257  have a line below them and the cells of the second row have a line above
1258  them.
1259  Here is an example table:
1260 \end_layout
1261
1262 \begin_layout Standard
1263 \align center
1264 \begin_inset Tabular
1265 <lyxtabular version="3" rows="4" columns="4">
1266 <features>
1267 <column alignment="center" valignment="top" leftline="true" width="0">
1268 <column alignment="center" valignment="top" leftline="true" width="0">
1269 <column alignment="center" valignment="top" leftline="true" width="0">
1270 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1271 <row topline="true" bottomline="true">
1272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1273 \begin_inset Text
1274
1275 \begin_layout Standard
1276
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Standard
1285
1286 \family roman
1287 \series medium
1288 \shape up
1289 \size normal
1290 \emph off
1291 \bar no
1292 \noun off
1293 \color none
1294 1
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Standard
1303 2
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1309 \begin_inset Text
1310
1311 \begin_layout Standard
1312 3
1313 \end_layout
1314
1315 \end_inset
1316 </cell>
1317 </row>
1318 <row topline="true">
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Standard
1323
1324 \family roman
1325 \series medium
1326 \shape up
1327 \size normal
1328 \emph off
1329 \bar no
1330 \noun off
1331 \color none
1332 A
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Standard
1341
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Standard
1350
1351 \end_layout
1352
1353 \end_inset
1354 </cell>
1355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1356 \begin_inset Text
1357
1358 \begin_layout Standard
1359
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 </row>
1365 <row topline="true">
1366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Standard
1370
1371 \family roman
1372 \series medium
1373 \shape up
1374 \size normal
1375 \emph off
1376 \bar no
1377 \noun off
1378 \color none
1379 B
1380 \end_layout
1381
1382 \end_inset
1383 </cell>
1384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1385 \begin_inset Text
1386
1387 \begin_layout Standard
1388
1389 \end_layout
1390
1391 \end_inset
1392 </cell>
1393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1394 \begin_inset Text
1395
1396 \begin_layout Standard
1397
1398 \end_layout
1399
1400 \end_inset
1401 </cell>
1402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1403 \begin_inset Text
1404
1405 \begin_layout Standard
1406
1407 \end_layout
1408
1409 \end_inset
1410 </cell>
1411 </row>
1412 <row topline="true" bottomline="true">
1413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1414 \begin_inset Text
1415
1416 \begin_layout Standard
1417
1418 \family roman
1419 \series medium
1420 \shape up
1421 \size normal
1422 \emph off
1423 \bar no
1424 \noun off
1425 \color none
1426 C
1427 \end_layout
1428
1429 \end_inset
1430 </cell>
1431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1432 \begin_inset Text
1433
1434 \begin_layout Standard
1435
1436 \end_layout
1437
1438 \end_inset
1439 </cell>
1440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1441 \begin_inset Text
1442
1443 \begin_layout Standard
1444
1445 \end_layout
1446
1447 \end_inset
1448 </cell>
1449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1450 \begin_inset Text
1451
1452 \begin_layout Standard
1453
1454 \end_layout
1455
1456 \end_inset
1457 </cell>
1458 </row>
1459 </lyxtabular>
1460
1461 \end_inset
1462
1463
1464 \end_layout
1465
1466 \begin_layout Section
1467 Table Dialog
1468 \begin_inset LatexCommand index
1469 name "Table ! Dialog"
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \begin_layout Standard
1477 You can alter a table by clicking on it with the right mouse button, which
1478  brings up the table dialog.
1479  Here you can adjust the settings of that cell and row/column respectively
1480  where the cursor is currently placed.
1481  Most of the dialog options also work on selections.
1482  This means if you select more cells, columns or rows, the action is done
1483  for the whole selection.
1484  Note that there is a difference between selecting the 
1485 \emph on
1486 contents
1487 \emph default
1488  of the cell, and the cell itself.
1489  You can alter tables with the following tabs of the table dialog:
1490 \end_layout
1491
1492 \begin_layout Description
1493
1494 \family sans
1495 Table\InsetSpace ~
1496 Settings
1497 \family default
1498  Here you can set the horizontal alignment for the current row and the width
1499  of the current column.
1500  When you have set a width you can also adjust the vertical alignment of
1501  the current column.
1502  A given width will allow the cell to have line breaks and multiple paragraphs
1503  of text, see section\InsetSpace ~
1504
1505 \begin_inset LatexCommand ref
1506 reference "sub:Multiple-Lines-in"
1507
1508 \end_inset
1509
1510 .
1511  If you set no width, the column is as wide as their widest cell content
1512  is.
1513 \newline
1514 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1515  cell, see section\InsetSpace ~
1516
1517 \begin_inset LatexCommand ref
1518 reference "sub:Multicolumns"
1519
1520 \end_inset
1521
1522 .
1523 \newline
1524 The rotate check boxes rotates the current cell, a selection, or the whole
1525  table counter-clockwise by 90°.
1526  The rotation is not shown within LyX, only in the output.
1527 \newline
1528
1529 \begin_inset Note Greyedout
1530 status open
1531
1532 \begin_layout Standard
1533
1534 \series bold
1535 Note:
1536 \series default
1537  Not all DVI-viewers are able to display rotations.
1538 \end_layout
1539
1540 \end_inset
1541
1542
1543 \newline
1544 It is also possible to enter a LaTeX-argument which is needed for special
1545  table formattings, see section\InsetSpace ~
1546
1547 \begin_inset LatexCommand ref
1548 reference "sub:Multicolumn-Calculations"
1549
1550 \end_inset
1551
1552  and 
1553 \begin_inset LatexCommand ref
1554 reference "sec:Colored-Tables"
1555
1556 \end_inset
1557
1558 .
1559 \end_layout
1560
1561 \begin_layout Description
1562
1563 \family sans
1564 Borders
1565 \family default
1566  In this tab you can add and delete border lines for the current row/column.
1567 \newline
1568 Using
1569  the style option 
1570 \family sans
1571 Formal
1572 \family default
1573  will convert the table to a formal table as described in section\InsetSpace ~
1574
1575 \begin_inset LatexCommand ref
1576 reference "sec:Formal-Tables"
1577
1578 \end_inset
1579
1580 .
1581 \newline
1582 You can also add here space to table rows as decribed in section\InsetSpace ~
1583
1584 \begin_inset LatexCommand ref
1585 reference "sub:Row-Spacing"
1586
1587 \end_inset
1588
1589 .
1590 \end_layout
1591
1592 \begin_layout Description
1593
1594 \family sans
1595 Longtable
1596 \family default
1597  This tab is to make a table a so called 
1598 \begin_inset Quotes eld
1599 \end_inset
1600
1601
1602 \emph on
1603 longtable
1604 \emph default
1605
1606 \begin_inset Quotes erd
1607 \end_inset
1608
1609  that can run over several pages.
1610  Section\InsetSpace ~
1611
1612 \begin_inset LatexCommand ref
1613 reference "sec:Longtables"
1614
1615 \end_inset
1616
1617  and 
1618 \begin_inset LatexCommand ref
1619 reference "sec:Special-Longtable-Issues"
1620
1621 \end_inset
1622
1623  describe the longtable features in detail.
1624 \end_layout
1625
1626 \begin_layout Standard
1627 When the table toolbar is opened, you can move the cursor with the arrow
1628  keys from cell to cell and the property of the current cell will immediately
1629  be displayed in the dialog.
1630 \end_layout
1631
1632 \begin_layout Section
1633 Table Toolbar
1634 \begin_inset LatexCommand index
1635 name "Table ! Toolbar"
1636
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \begin_layout Standard
1643 The table toolbar is an alternative to the table dialog to be able to alter
1644  tables faster.
1645  It should normally appear at the bottom of LyX's main window when the cursor
1646  is inside a table.
1647  You can alternatively switch it on to appear always, by right-clicking
1648  in LyX's main menu bar.
1649 \end_layout
1650
1651 \begin_layout Standard
1652 The toolbar has the following icons:
1653 \end_layout
1654
1655 \begin_layout Labeling
1656 \labelwidthstring 00.00.0000
1657 \begin_inset Graphics
1658         filename ../images/tabular-feature_append-row.xpm
1659
1660 \end_inset
1661
1662  adds a row below the current cell or selection
1663 \end_layout
1664
1665 \begin_layout Labeling
1666 \labelwidthstring 00.00.0000
1667 \begin_inset Graphics
1668         filename ../images/tabular-feature_append-column.xpm
1669
1670 \end_inset
1671
1672  adds a column right beside the current cell or selection
1673 \end_layout
1674
1675 \begin_layout Labeling
1676 \labelwidthstring 00.00.0000
1677 \begin_inset Graphics
1678         filename ../images/tabular-feature_delete-row.xpm
1679
1680 \end_inset
1681
1682  deletes the current row or selection
1683 \end_layout
1684
1685 \begin_layout Labeling
1686 \labelwidthstring 00.00.0000
1687 \begin_inset Graphics
1688         filename ../images/tabular-feature_delete-column.xpm
1689
1690 \end_inset
1691
1692  deletes the current column or selection
1693 \end_layout
1694
1695 \begin_layout Labeling
1696 \labelwidthstring 00.00.0000
1697 \begin_inset Graphics
1698         filename ../images/tabular-feature_toggle-line-top.xpm
1699
1700 \end_inset
1701
1702  adds a line at the top of the current cell / row or of a selection
1703 \end_layout
1704
1705 \begin_layout Labeling
1706 \labelwidthstring 00.00.0000
1707 \begin_inset Graphics
1708         filename ../images/tabular-feature_toggle-line-bottom.xpm
1709
1710 \end_inset
1711
1712  adds a line at the bottom of the current cell / row or of a selection
1713 \end_layout
1714
1715 \begin_layout Labeling
1716 \labelwidthstring 00.00.0000
1717 \begin_inset Graphics
1718         filename ../images/tabular-feature_toggle-line-left.xpm
1719
1720 \end_inset
1721
1722  adds a line at the left side of the current cell / row or of a selection
1723 \end_layout
1724
1725 \begin_layout Labeling
1726 \labelwidthstring 00.00.0000
1727 \begin_inset Graphics
1728         filename ../images/tabular-feature_toggle-line-right.xpm
1729
1730 \end_inset
1731
1732  adds a line at the right side of the current cell / row or of a selection
1733 \end_layout
1734
1735 \begin_layout Labeling
1736 \labelwidthstring 00.00.0000
1737 \begin_inset Graphics
1738         filename ../images/tabular-feature_set-all-lines.xpm
1739
1740 \end_inset
1741
1742  adds lines around the current or selected cells - if the current cell no
1743  multicolumn this also affects the current row and column
1744 \end_layout
1745
1746 \begin_layout Labeling
1747 \labelwidthstring 00.00.0000
1748 \begin_inset Graphics
1749         filename ../images/tabular-feature_unset-all-lines.xpm
1750
1751 \end_inset
1752
1753  deletes all lines of the current or selected cells - if the current cell
1754  no multicolumn this also affects the current row and column
1755 \end_layout
1756
1757 \begin_layout Labeling
1758 \labelwidthstring 00.00.0000
1759 \begin_inset Graphics
1760         filename ../images/tabular-feature_align-left.xpm
1761
1762 \end_inset
1763
1764  left-aligns the content of the current cell / column
1765 \end_layout
1766
1767 \begin_layout Labeling
1768 \labelwidthstring 00.00.0000
1769 \begin_inset Graphics
1770         filename ../images/tabular-feature_align-center.xpm
1771
1772 \end_inset
1773
1774  centers the content of the current cell / column horizontally
1775 \end_layout
1776
1777 \begin_layout Labeling
1778 \labelwidthstring 00.00.0000
1779 \begin_inset Graphics
1780         filename ../images/tabular-feature_align-right.xpm
1781
1782 \end_inset
1783
1784  right-aligns the content of the current cell / column
1785 \end_layout
1786
1787 \begin_layout Labeling
1788 \labelwidthstring 00.00.0000
1789 \begin_inset Graphics
1790         filename ../images/tabular-feature_valign-top.xpm
1791
1792 \end_inset
1793
1794  aligns the content of the current cell vertically to the top
1795 \end_layout
1796
1797 \begin_layout Labeling
1798 \labelwidthstring 00.00.0000
1799 \begin_inset Graphics
1800         filename ../images/tabular-feature_valign-middle.xpm
1801
1802 \end_inset
1803
1804  centers the content of the current cell vertically
1805 \end_layout
1806
1807 \begin_layout Labeling
1808 \labelwidthstring 00.00.0000
1809 \begin_inset Graphics
1810         filename ../images/tabular-feature_valign-bottom.xpm
1811
1812 \end_inset
1813
1814  aligns the content of the current cell vertically to the bottom
1815 \end_layout
1816
1817 \begin_layout Labeling
1818 \labelwidthstring 00.00.0000
1819 \begin_inset Graphics
1820         filename ../images/tabular-feature_set-rotate-cell.xpm
1821
1822 \end_inset
1823
1824  rotates the current cell or selection counter-clockwise by 90°
1825 \end_layout
1826
1827 \begin_layout Labeling
1828 \labelwidthstring 00.00.0000
1829 \begin_inset Graphics
1830         filename ../images/tabular-feature_set-rotate-tabular.xpm
1831
1832 \end_inset
1833
1834  rotates the whole table counter-clockwise by 90°
1835 \end_layout
1836
1837 \begin_layout Labeling
1838 \labelwidthstring 00.00.0000
1839 \begin_inset Graphics
1840         filename ../images/tabular-feature_multicolumn.xpm
1841
1842 \end_inset
1843
1844  sets the current cell or selection as a multicolumn
1845 \end_layout
1846
1847 \begin_layout Section
1848 Edit Table Menu
1849 \begin_inset LatexCommand index
1850 name "Table ! Edit Menu"
1851
1852 \end_inset
1853
1854
1855 \end_layout
1856
1857 \begin_layout Standard
1858 Additionally to the table dialog and toolbar, the menu 
1859 \family sans
1860 Edit\SpecialChar \menuseparator
1861 Table
1862 \family default
1863  allows you to add and delete border lines for the current row/column and
1864  to set the current selection as multicolumn.
1865  The menu is only available when the cursor is inside a table.
1866 \end_layout
1867
1868 \begin_layout Section
1869 Table Floats
1870 \begin_inset LatexCommand label
1871 name "sec:Table-Floats"
1872
1873 \end_inset
1874
1875
1876 \begin_inset LatexCommand index
1877 name "Floats ! Tables"
1878
1879 \end_inset
1880
1881
1882 \begin_inset LatexCommand index
1883 name "Table ! Floats"
1884
1885 \end_inset
1886
1887
1888 \end_layout
1889
1890 \begin_layout Standard
1891 For general explanations about floats, have a look at section\InsetSpace ~
1892
1893 \begin_inset LatexCommand ref
1894 reference "sec:FloatIntroduction"
1895
1896 \end_inset
1897
1898 .
1899 \end_layout
1900
1901 \begin_layout Standard
1902 \begin_inset Float table
1903 placement h
1904 wide false
1905 sideways false
1906 status open
1907
1908 \begin_layout Standard
1909 \begin_inset Caption
1910
1911 \begin_layout Standard
1912 \begin_inset LatexCommand label
1913 name "tab:a table float"
1914
1915 \end_inset
1916
1917 A table float.
1918 \end_layout
1919
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Standard
1926 \align center
1927 \begin_inset Tabular
1928 <lyxtabular version="3" rows="3" columns="3">
1929 <features>
1930 <column alignment="center" valignment="top" leftline="true" width="0pt">
1931 <column alignment="center" valignment="top" leftline="true" width="0pt">
1932 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1933 <row topline="true" bottomline="true">
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Standard
1938
1939 \family roman
1940 \series medium
1941 \shape up
1942 \size normal
1943 \emph off
1944 \bar no
1945 \noun off
1946 \color none
1947 1
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Standard
1956
1957 \family roman
1958 \series medium
1959 \shape up
1960 \size normal
1961 \emph off
1962 \bar no
1963 \noun off
1964 \color none
1965 2
1966 \end_layout
1967
1968 \end_inset
1969 </cell>
1970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Standard
1974
1975 \family roman
1976 \series medium
1977 \shape up
1978 \size normal
1979 \emph off
1980 \bar no
1981 \noun off
1982 \color none
1983 3
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 </row>
1989 <row topline="true">
1990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1991 \begin_inset Text
1992
1993 \begin_layout Standard
1994
1995 \family roman
1996 \series medium
1997 \shape up
1998 \size normal
1999 \emph off
2000 \bar no
2001 \noun off
2002 \color none
2003 Joe
2004 \end_layout
2005
2006 \end_inset
2007 </cell>
2008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2009 \begin_inset Text
2010
2011 \begin_layout Standard
2012
2013 \family roman
2014 \series medium
2015 \shape up
2016 \size normal
2017 \emph off
2018 \bar no
2019 \noun off
2020 \color none
2021 Mary
2022 \end_layout
2023
2024 \end_inset
2025 </cell>
2026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2027 \begin_inset Text
2028
2029 \begin_layout Standard
2030
2031 \family roman
2032 \series medium
2033 \shape up
2034 \size normal
2035 \emph off
2036 \bar no
2037 \noun off
2038 \color none
2039 Ted
2040 \end_layout
2041
2042 \end_inset
2043 </cell>
2044 </row>
2045 <row topline="true" bottomline="true">
2046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2047 \begin_inset Text
2048
2049 \begin_layout Standard
2050
2051 \family roman
2052 \series medium
2053 \shape up
2054 \size normal
2055 \emph off
2056 \bar no
2057 \noun off
2058 \color none
2059 \begin_inset Formula $\int x^{2}dx$
2060 \end_inset
2061
2062
2063 \end_layout
2064
2065 \end_inset
2066 </cell>
2067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2068 \begin_inset Text
2069
2070 \begin_layout Standard
2071
2072 \family roman
2073 \series medium
2074 \shape up
2075 \size normal
2076 \emph off
2077 \bar no
2078 \noun off
2079 \color none
2080 \begin_inset Formula $\left[\begin{array}{cc}
2081 a & b\\
2082 c & d\end{array}\right]$
2083 \end_inset
2084
2085
2086 \end_layout
2087
2088 \end_inset
2089 </cell>
2090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2091 \begin_inset Text
2092
2093 \begin_layout Standard
2094
2095 \family roman
2096 \series medium
2097 \shape up
2098 \size normal
2099 \emph off
2100 \bar no
2101 \noun off
2102 \color none
2103 \begin_inset Formula $1+1=2$
2104 \end_inset
2105
2106
2107 \end_layout
2108
2109 \end_inset
2110 </cell>
2111 </row>
2112 </lyxtabular>
2113
2114 \end_inset
2115
2116
2117 \end_layout
2118
2119 \end_inset
2120
2121
2122 \end_layout
2123
2124 \begin_layout Standard
2125 Table floats can be inserted using the menu 
2126 \family sans
2127 Insert\SpecialChar \menuseparator
2128 Float\SpecialChar \menuseparator
2129 Table
2130 \family default
2131  or the toolbar button 
2132 \begin_inset Graphics
2133         filename ../images/float-insert_table.xpm
2134         scale 85
2135
2136 \end_inset
2137
2138 .
2139 \end_layout
2140
2141 \begin_layout Standard
2142 The float appears as a collapsible box with a caption that has the label
2143  
2144 \begin_inset Quotes eld
2145 \end_inset
2146
2147 Table\InsetSpace ~
2148 #:
2149 \begin_inset Quotes erd
2150 \end_inset
2151
2152  (# is the actual table number).
2153  You can insert tables to the float above or below the caption.
2154 \end_layout
2155
2156 \begin_layout Standard
2157 Table\InsetSpace ~
2158
2159 \begin_inset LatexCommand ref
2160 reference "tab:a table float"
2161
2162 \end_inset
2163
2164  is an example table within a table float.
2165 \end_layout
2166
2167 \begin_layout Standard
2168 Having the caption above the table is the common rule that is unfortunately
2169  not supported in LaTeX's standard classes.
2170  That means if you are using the document classes 
2171 \family sans
2172 article
2173 \family default
2174
2175 \family sans
2176 book
2177 \family default
2178
2179 \family sans
2180 letter
2181 \family default
2182 , or 
2183 \family sans
2184 report
2185 \family default
2186  there will be no space between the caption and the table.
2187  To insert the needed space, add the following option to the load command
2188  of the LaTeX-package 
2189 \series bold
2190 caption
2191 \series default
2192
2193 \begin_inset LatexCommand index
2194 name "LaTeX-packages ! caption"
2195
2196 \end_inset
2197
2198  in your document preamble
2199 \begin_inset Foot
2200 status collapsed
2201
2202 \begin_layout Standard
2203 For more information have a look at section\InsetSpace ~
2204
2205 \begin_inset LatexCommand ref
2206 reference "sec:Caption-Placement"
2207
2208 \end_inset
2209
2210 .
2211 \end_layout
2212
2213 \end_inset
2214
2215 :
2216 \end_layout
2217
2218 \begin_layout Standard
2219
2220 \series bold
2221 tableposition=top
2222 \end_layout
2223
2224 \begin_layout Standard
2225 The package 
2226 \series bold
2227 caption
2228 \series default
2229 , which is described in section\InsetSpace ~
2230
2231 \begin_inset LatexCommand ref
2232 reference "sec:Caption-Formatting"
2233
2234 \end_inset
2235
2236 , is used to adjust the caption format.
2237 \end_layout
2238
2239 \begin_layout Standard
2240 \begin_inset LatexCommand index
2241 name "References ! to Tables"
2242
2243 \end_inset
2244
2245 Tables can be cross-referenced in the text by referencing their label.
2246  To do this insert a label in the caption using the menu 
2247 \family sans
2248 Insert\SpecialChar \menuseparator
2249 Label
2250 \family default
2251  or the toolbar button 
2252 \begin_inset Graphics
2253         filename ../images/label-insert.xpm
2254         scale 85
2255
2256 \end_inset
2257
2258 .
2259  You can now refer to the label using the menu 
2260 \family sans
2261 Insert\SpecialChar \menuseparator
2262 Cross\InsetSpace ~
2263 reference
2264 \family default
2265  or the toolbar button 
2266 \begin_inset Graphics
2267         filename ../images/dialog-show-new-inset_ref.xpm
2268         scale 85
2269
2270 \end_inset
2271
2272 .
2273 \newline
2274 Referencing is explained in detail in section\InsetSpace ~
2275
2276 \begin_inset LatexCommand ref
2277 reference "sec:Referencing-Floats"
2278
2279 \end_inset
2280
2281 .
2282 \end_layout
2283
2284 \begin_layout Section
2285 Longtables
2286 \begin_inset LatexCommand label
2287 name "sec:Longtables"
2288
2289 \end_inset
2290
2291
2292 \begin_inset LatexCommand index
2293 name "Longtables"
2294
2295 \end_inset
2296
2297
2298 \begin_inset LatexCommand index
2299 name "Table ! Longtables"
2300
2301 \end_inset
2302
2303
2304 \end_layout
2305
2306 \begin_layout Standard
2307 If the table is too long to fit on one page, you can use the option 
2308 \family sans
2309 Use\InsetSpace ~
2310 long\InsetSpace ~
2311 table
2312 \family default
2313  in the tab 
2314 \family sans
2315 Longtable
2316 \family default
2317  of the table dialog to split the table automatically over more pages.
2318  Doing this enables some check boxes and you can now define:
2319 \end_layout
2320
2321 \begin_layout Description
2322
2323 \family sans
2324 Header
2325 \family default
2326 : The current row and all rows above, that don't have any special options
2327  defined, are defined to be the header rows of all pages of the longtable;
2328  except for the first page, if 
2329 \family sans
2330 First\InsetSpace ~
2331 header
2332 \family default
2333  is defined.
2334  This therefore called the main header.
2335 \end_layout
2336
2337 \begin_layout Description
2338
2339 \family sans
2340 First\InsetSpace ~
2341 header
2342 \family default
2343 : The current row and all rows above, that don't have any special options
2344  defined, are defined to be the header rows of the first page of the longtable.
2345 \end_layout
2346
2347 \begin_layout Description
2348
2349 \family sans
2350 Footer
2351 \family default
2352 : The current row and all rows below, that don't have any special options
2353  defined, are defined to be the footer rows of all pages of the longtable;
2354  except for the last page, if 
2355 \family sans
2356 Last\InsetSpace ~
2357 footer
2358 \family default
2359  is defined.
2360 \end_layout
2361
2362 \begin_layout Description
2363
2364 \family sans
2365 Last\InsetSpace ~
2366 footer
2367 \family default
2368 : The current row and all rows below, that don't have any special options
2369  defined, are defined to be the footer rows of the last page of the longtable.
2370 \end_layout
2371
2372 \begin_layout Standard
2373 You can also specify a row where the table is splitted.
2374  If you set more than one option in the same table row, you should be aware
2375  of the fact that only the first one is used in the given table row.
2376  The others will then be defined as 
2377 \emph on
2378 empty
2379 \emph default
2380 .
2381  In this context, first means first in this order: 
2382 \family sans
2383 Footer, Last\InsetSpace ~
2384 footer,
2385 \family default
2386  
2387 \family sans
2388 Header,
2389 \family default
2390  
2391 \family sans
2392 First\InsetSpace ~
2393 header.
2394
2395 \family default
2396  See the following longtable to see how it works:
2397 \end_layout
2398
2399 \begin_layout Standard
2400 \align center
2401 \begin_inset Tabular
2402 <lyxtabular version="3" rows="69" columns="3">
2403 <features islongtable="true">
2404 <column alignment="left" valignment="top" leftline="true" width="0cm">
2405 <column alignment="left" valignment="top" width="0pt">
2406 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2407 <row topline="true" bottomline="true" endfirsthead="true">
2408 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Standard
2412
2413 \series bold
2414 Example Phone List (ignore the names)
2415 \end_layout
2416
2417 \end_inset
2418 </cell>
2419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2420 \begin_inset Text
2421
2422 \begin_layout Standard
2423
2424 \end_layout
2425
2426 \end_inset
2427 </cell>
2428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Standard
2432
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 </row>
2438 <row topline="true" bottomline="true" endfirsthead="true">
2439 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Standard
2443
2444 \series bold
2445 NAME
2446 \end_layout
2447
2448 \end_inset
2449 </cell>
2450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2451 \begin_inset Text
2452
2453 \begin_layout Standard
2454
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Standard
2463
2464 \series bold
2465 TEL.
2466 \end_layout
2467
2468 \end_inset
2469 </cell>
2470 </row>
2471 <row topline="true" bottomline="true" endhead="true">
2472 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2473 \begin_inset Text
2474
2475 \begin_layout Standard
2476
2477 \series bold
2478 Example Phone List
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2484 \begin_inset Text
2485
2486 \begin_layout Standard
2487
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Standard
2496
2497 \end_layout
2498
2499 \end_inset
2500 </cell>
2501 </row>
2502 <row topline="true" bottomline="true" endhead="true">
2503 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Standard
2507
2508 \series bold
2509 NAME
2510 \end_layout
2511
2512 \end_inset
2513 </cell>
2514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2515 \begin_inset Text
2516
2517 \begin_layout Standard
2518
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Standard
2527
2528 \series bold
2529 TEL.
2530 \end_layout
2531
2532 \end_inset
2533 </cell>
2534 </row>
2535 <row topline="true" bottomline="true" endfoot="true">
2536 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2537 \begin_inset Text
2538
2539 \begin_layout Standard
2540  continued on next page
2541 \end_layout
2542
2543 \end_inset
2544 </cell>
2545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2546 \begin_inset Text
2547
2548 \begin_layout Standard
2549
2550 \end_layout
2551
2552 \end_inset
2553 </cell>
2554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2555 \begin_inset Text
2556
2557 \begin_layout Standard
2558
2559 \end_layout
2560
2561 \end_inset
2562 </cell>
2563 </row>
2564 <row>
2565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2566 \begin_inset Text
2567
2568 \begin_layout Standard
2569
2570 \series bold
2571 Annovi
2572 \end_layout
2573
2574 \end_inset
2575 </cell>
2576 <cell alignment="center" valignment="top" topline="true" usebox="none">
2577 \begin_inset Text
2578
2579 \begin_layout Standard
2580 Silvia
2581 \end_layout
2582
2583 \end_inset
2584 </cell>
2585 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2586 \begin_inset Text
2587
2588 \begin_layout Standard
2589 111
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 </row>
2595 <row>
2596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2597 \begin_inset Text
2598
2599 \begin_layout Standard
2600
2601 \series bold
2602 Bertoli
2603 \end_layout
2604
2605 \end_inset
2606 </cell>
2607 <cell alignment="center" valignment="top" topline="true" usebox="none">
2608 \begin_inset Text
2609
2610 \begin_layout Standard
2611 Stefano
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2617 \begin_inset Text
2618
2619 \begin_layout Standard
2620 111
2621 \end_layout
2622
2623 \end_inset
2624 </cell>
2625 </row>
2626 <row>
2627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2628 \begin_inset Text
2629
2630 \begin_layout Standard
2631
2632 \series bold
2633 Bozzi
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 <cell alignment="center" valignment="top" topline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Standard
2642 Walter
2643 \end_layout
2644
2645 \end_inset
2646 </cell>
2647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2648 \begin_inset Text
2649
2650 \begin_layout Standard
2651 111
2652 \end_layout
2653
2654 \end_inset
2655 </cell>
2656 </row>
2657 <row>
2658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2659 \begin_inset Text
2660
2661 \begin_layout Standard
2662
2663 \series bold
2664 Cachia
2665 \end_layout
2666
2667 \end_inset
2668 </cell>
2669 <cell alignment="center" valignment="top" topline="true" usebox="none">
2670 \begin_inset Text
2671
2672 \begin_layout Standard
2673 Maria
2674 \end_layout
2675
2676 \end_inset
2677 </cell>
2678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2679 \begin_inset Text
2680
2681 \begin_layout Standard
2682 111
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 </row>
2688 <row>
2689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2690 \begin_inset Text
2691
2692 \begin_layout Standard
2693
2694 \series bold
2695 Cachia
2696 \end_layout
2697
2698 \end_inset
2699 </cell>
2700 <cell alignment="center" valignment="top" topline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Standard
2704 Maurizio
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Standard
2713 111
2714 \end_layout
2715
2716 \end_inset
2717 </cell>
2718 </row>
2719 <row>
2720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2721 \begin_inset Text
2722
2723 \begin_layout Standard
2724
2725 \series bold
2726 Cinquemani
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Standard
2735 Giusi
2736 \end_layout
2737
2738 \end_inset
2739 </cell>
2740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2741 \begin_inset Text
2742
2743 \begin_layout Standard
2744 111
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 </row>
2750 <row>
2751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Standard
2755
2756 \series bold
2757 Colin
2758 \end_layout
2759
2760 \end_inset
2761 </cell>
2762 <cell alignment="center" valignment="top" topline="true" usebox="none">
2763 \begin_inset Text
2764
2765 \begin_layout Standard
2766 Bernard
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Standard
2775 111
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 </row>
2781 <row>
2782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Standard
2786
2787 \series bold
2788 Concli
2789 \end_layout
2790
2791 \end_inset
2792 </cell>
2793 <cell alignment="center" valignment="top" topline="true" usebox="none">
2794 \begin_inset Text
2795
2796 \begin_layout Standard
2797 Gianfranco
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Standard
2806 111
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 </row>
2812 <row>
2813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Standard
2817
2818 \series bold
2819 Dal Bosco
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 <cell alignment="center" valignment="top" topline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Standard
2828 Carolina
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Standard
2837 111
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 <row>
2844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Standard
2848
2849 \series bold
2850 Dalpiaz
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" topline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Standard
2859 Annamaria
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Standard
2868 111
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 </row>
2874 <row>
2875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Standard
2879
2880 \series bold
2881 Feliciello
2882 \end_layout
2883
2884 \end_inset
2885 </cell>
2886 <cell alignment="center" valignment="top" topline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Standard
2890 Domenico
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Standard
2899 111
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 </row>
2905 <row>
2906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Standard
2910
2911 \series bold
2912 Focarelli
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 <cell alignment="center" valignment="top" topline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Standard
2921 Paola
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Standard
2930 111
2931 \end_layout
2932
2933 \end_inset
2934 </cell>
2935 </row>
2936 <row>
2937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Standard
2941
2942 \series bold
2943 Galletti
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 <cell alignment="center" valignment="top" topline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Standard
2952 Oreste
2953 \end_layout
2954
2955 \end_inset
2956 </cell>
2957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2958 \begin_inset Text
2959
2960 \begin_layout Standard
2961 111
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 </row>
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Standard
2972
2973 \series bold
2974 Gasparini
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 <cell alignment="center" valignment="top" topline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Standard
2983 Franca
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Standard
2992 111
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 </row>
2998 <row>
2999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Standard
3003
3004 \series bold
3005 Rizzardi
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 <cell alignment="center" valignment="top" topline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Standard
3014 Paola
3015 \end_layout
3016
3017 \end_inset
3018 </cell>
3019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Standard
3023 111
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 </row>
3029 <row>
3030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Standard
3034
3035 \series bold
3036 Lassini
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell alignment="center" valignment="top" topline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Standard
3045 Giancarlo
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Standard
3054 111
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 </row>
3060 <row>
3061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Standard
3065
3066 \series bold
3067 Malfatti
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 <cell alignment="center" valignment="top" topline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Standard
3076 Luciano
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Standard
3085 111
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 </row>
3091 <row>
3092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Standard
3096
3097 \series bold
3098 Malfatti
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell alignment="center" valignment="top" topline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Standard
3107 Valeriano
3108 \end_layout
3109
3110 \end_inset
3111 </cell>
3112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Standard
3116 111
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 </row>
3122 <row>
3123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Standard
3127
3128 \series bold
3129 Meneguzzo
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell alignment="center" valignment="top" topline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Standard
3138 Roberto
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Standard
3147 111
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 </row>
3153 <row>
3154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Standard
3158
3159 \series bold
3160 Mezzadra
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell alignment="center" valignment="top" topline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Standard
3169 Roberto
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Standard
3178 111
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 </row>
3184 <row>
3185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Standard
3189
3190 \series bold
3191 Pirpamer
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell alignment="center" valignment="top" topline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Standard
3200 Erich
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Standard
3209 111
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 </row>
3215 <row>
3216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Standard
3220
3221 \series bold
3222 Pochiesa
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell alignment="center" valignment="top" topline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Standard
3231 Paolo
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Standard
3240 111, 222
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 </row>
3246 <row>
3247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Standard
3251
3252 \series bold
3253 Radina
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell alignment="center" valignment="top" topline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Standard
3262 Claudio
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Standard
3271 111
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 </row>
3277 <row>
3278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Standard
3282
3283 \series bold
3284 Stuffer
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell alignment="center" valignment="top" topline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Standard
3293 Oskar
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Standard
3302 111
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 </row>
3308 <row>
3309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Standard
3313
3314 \series bold
3315 Tacchelli
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 <cell alignment="center" valignment="top" topline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Standard
3324 Ugo
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Standard
3333 111
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 </row>
3339 <row>
3340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Standard
3344
3345 \series bold
3346 Tezzele
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 <cell alignment="center" valignment="top" topline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Standard
3355 Margit
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Standard
3364 111
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 </row>
3370 <row>
3371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Standard
3375
3376 \series bold
3377 Unterkalmsteiner
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell alignment="center" valignment="top" topline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Standard
3386 Frieda
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Standard
3395 111
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 </row>
3401 <row>
3402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Standard
3406
3407 \series bold
3408 Vieider
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" topline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Standard
3417 Hilde
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Standard
3426 111
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 </row>
3432 <row>
3433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Standard
3437
3438 \series bold
3439 Vigna
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell alignment="center" valignment="top" topline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Standard
3448 Jürgen
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Standard
3457 111
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 </row>
3463 <row>
3464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Standard
3468
3469 \series bold
3470 Weber
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell alignment="center" valignment="top" topline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Standard
3479 Maurizio
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Standard
3488 111
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 </row>
3494 <row bottomline="true">
3495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Standard
3499
3500 \series bold
3501 Winkler
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" topline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Standard
3510 Franz
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Standard
3519 111
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 </row>
3525 <row bottomline="true">
3526 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Standard
3530  
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Standard
3539
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Standard
3548
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Standard
3559
3560 \series bold
3561 Annovi
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" topline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Standard
3570 Silvia
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Standard
3579 555
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row>
3586 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Standard
3590
3591 \series bold
3592 Bertoli
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" topline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Standard
3601 Stefano
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Standard
3610 555
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row>
3617 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Standard
3621
3622 \series bold
3623 Bozzi
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" topline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Standard
3632 Walter
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Standard
3641 555
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Standard
3652
3653 \series bold
3654 Cachia
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" topline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Standard
3663 Maria
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Standard
3672 555
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 </row>
3678 <row>
3679 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Standard
3683
3684 \series bold
3685 Cachia
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" topline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Standard
3694 Maurizio
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Standard
3703 555
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Standard
3714
3715 \series bold
3716 Cinquemani
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" topline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Standard
3725 Giusi
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Standard
3734 555
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Standard
3745
3746 \series bold
3747 Colin
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" topline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Standard
3756 Bernard
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Standard
3765 555
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 </row>
3771 <row>
3772 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Standard
3776
3777 \series bold
3778 Concli
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" topline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Standard
3787 Gianfranco
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Standard
3796 555
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Standard
3807
3808 \series bold
3809 Dal Bosco
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" topline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Standard
3818 Carolina
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Standard
3827 555
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 </row>
3833 <row>
3834 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Standard
3838
3839 \series bold
3840 Dalpiaz
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" topline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Standard
3849 Annamaria
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Standard
3858 555
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Standard
3869
3870 \series bold
3871 Feliciello
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" topline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Standard
3880 Domenico
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Standard
3889 555
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Standard
3900
3901 \series bold
3902 Focarelli
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" topline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Standard
3911 Paola
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Standard
3920 555
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 <row>
3927 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Standard
3931
3932 \series bold
3933 Galletti
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" topline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Standard
3942 Oreste
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Standard
3951 555
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 </row>
3957 <row>
3958 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Standard
3962
3963 \series bold
3964 Gasparini
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" topline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Standard
3973 Franca
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Standard
3982 555
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 </row>
3988 <row>
3989 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Standard
3993
3994 \series bold
3995 Rizzardi
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" topline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Standard
4004 Paola
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Standard
4013 555
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 <row>
4020 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Standard
4024
4025 \series bold
4026 Lassini
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" topline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Standard
4035 Giancarlo
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Standard
4044 555
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 </row>
4050 <row>
4051 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Standard
4055
4056 \series bold
4057 Malfatti
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" topline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Standard
4066 Luciano
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Standard
4075 555
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 </row>
4081 <row>
4082 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Standard
4086
4087 \series bold
4088 Malfatti
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" topline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Standard
4097 Valeriano
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Standard
4106 555
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 </row>
4112 <row>
4113 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Standard
4117
4118 \series bold
4119 Meneguzzo
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" topline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Standard
4128 Roberto
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Standard
4137 555
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 </row>
4143 <row>
4144 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Standard
4148
4149 \series bold
4150 Mezzadra
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" topline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Standard
4159 Roberto
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Standard
4168 555
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 </row>
4174 <row>
4175 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Standard
4179
4180 \series bold
4181 Pirpamer
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" topline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Standard
4190 Erich
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Standard
4199 555
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 </row>
4205 <row>
4206 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Standard
4210
4211 \series bold
4212 Pochiesa
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" topline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Standard
4221 Paolo
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Standard
4230 555, 222
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 </row>
4236 <row>
4237 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Standard
4241
4242 \series bold
4243 Radina
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" topline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Standard
4252 Claudio
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Standard
4261 555
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 </row>
4267 <row>
4268 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Standard
4272
4273 \series bold
4274 Stuffer
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" topline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Standard
4283 Oskar
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Standard
4292 555
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 </row>
4298 <row>
4299 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Standard
4303
4304 \series bold
4305 Tacchelli
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" topline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Standard
4314 Ugo
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Standard
4323 555
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 <row>
4330 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Standard
4334
4335 \series bold
4336 Tezzele
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" topline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Standard
4345 Margit
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Standard
4354 555
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Standard
4365
4366 \series bold
4367 Unterkalmsteiner
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" topline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Standard
4376 Frieda
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Standard
4385 555
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 </row>
4391 <row>
4392 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Standard
4396
4397 \series bold
4398 Vieider
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" topline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Standard
4407 Hilde
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Standard
4416 555
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 </row>
4422 <row>
4423 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Standard
4427
4428 \series bold
4429 Vigna
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" topline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Standard
4438 Jürgen
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Standard
4447 999
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 </row>
4453 <row>
4454 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Standard
4458
4459 \series bold
4460 Weber
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" topline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Standard
4469 Maurizio
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Standard
4478 555
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 </row>
4484 <row bottomline="true">
4485 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Standard
4489
4490 \series bold
4491 Winkler
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" topline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Standard
4500 Franz
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Standard
4509 555
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 <row bottomline="true" endlastfoot="true">
4516 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Standard
4520 end
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Standard
4529
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Standard
4538
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 </lyxtabular>
4545
4546 \end_inset
4547
4548
4549 \begin_inset ERT
4550 status collapsed
4551
4552 \begin_layout Standard
4553
4554
4555 \backslash
4556 addtocounter{table}{-1}
4557 \end_layout
4558
4559 \end_inset
4560
4561
4562 \begin_inset Note Note
4563 status collapsed
4564
4565 \begin_layout Standard
4566 See greyed-out note in section 2.6.2 for an explanation of this command.
4567 \end_layout
4568
4569 \end_inset
4570
4571
4572 \end_layout
4573
4574 \begin_layout Subsection
4575 Footnotes in Longtables
4576 \begin_inset LatexCommand label
4577 name "sub:Footnotes-in-Longtables"
4578
4579 \end_inset
4580
4581
4582 \begin_inset LatexCommand index
4583 name "Longtables ! Footnotes"
4584
4585 \end_inset
4586
4587
4588 \end_layout
4589
4590 \begin_layout Standard
4591 Footnotes can be inserted to every longtable cell.
4592  They appear at the bottom of the page where the table cell with the footnote
4593  appears.
4594  Table\InsetSpace ~
4595
4596 \begin_inset LatexCommand ref
4597 reference "tab:DiffCaptions"
4598
4599 \end_inset
4600
4601  has for example a footnote.
4602 \end_layout
4603
4604 \begin_layout Subsection
4605 Longtable Captions
4606 \begin_inset LatexCommand index
4607 name "Longtables ! Captions"
4608
4609 \end_inset
4610
4611
4612 \end_layout
4613
4614 \begin_layout Standard
4615 A longtable cannot be put into a table float because floats can only be
4616  on one page but the caption environment of floats can also be used for
4617  longtables.
4618 \end_layout
4619
4620 \begin_layout Standard
4621 As LyX does not yet fully support captions in longtables, a hack is needed
4622  to create them:
4623 \end_layout
4624
4625 \begin_layout Enumerate
4626 Create a longtable
4627 \family sans
4628 .
4629 \end_layout
4630
4631 \begin_layout Enumerate
4632 Mark the first row an disable its upper line.
4633 \end_layout
4634
4635 \begin_layout Enumerate
4636 Insert a caption via the menu 
4637 \family sans
4638 Insert\SpecialChar \menuseparator
4639 Caption
4640 \family default
4641  into the first table cell.
4642 \newline
4643 You can also add a short title for the caption.
4644 \end_layout
4645
4646 \begin_layout Enumerate
4647 Insert a 
4648 \begin_inset Quotes eld
4649 \end_inset
4650
4651
4652 \series bold
4653
4654 \backslash
4655
4656 \backslash
4657 %
4658 \series default
4659
4660 \begin_inset Quotes erd
4661 \end_inset
4662
4663  as ERT behind the caption.
4664 \end_layout
4665
4666 \begin_layout Standard
4667 A short title that will appear in the LOT instead of the full title.
4668  The 
4669 \series bold
4670
4671 \backslash
4672
4673 \backslash
4674 %
4675 \series default
4676  behind the caption omits the vertical lines between the following cells
4677  in the row.
4678  The first table row is now only a dummy row for the caption, the actual
4679  table starts with the second row.
4680 \end_layout
4681
4682 \begin_layout Standard
4683 Here is a short longtable to see how it works:
4684 \end_layout
4685
4686 \begin_layout Standard
4687 \begin_inset Tabular
4688 <lyxtabular version="3" rows="6" columns="5">
4689 <features islongtable="true">
4690 <column alignment="center" valignment="top" leftline="true" width="0">
4691 <column alignment="center" valignment="top" leftline="true" width="0">
4692 <column alignment="center" valignment="top" leftline="true" width="0">
4693 <column alignment="center" valignment="top" leftline="true" width="0">
4694 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4695 <row>
4696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Standard
4700 \begin_inset Caption
4701
4702 \begin_layout Standard
4703 Longtable with caption
4704 \begin_inset OptArg
4705 status open
4706
4707 \begin_layout Standard
4708 Longtable
4709 \end_layout
4710
4711 \end_inset
4712
4713
4714 \end_layout
4715
4716 \end_inset
4717
4718
4719 \begin_inset ERT
4720 status collapsed
4721
4722 \begin_layout Standard
4723
4724
4725 \backslash
4726
4727 \backslash
4728 %
4729 \end_layout
4730
4731 \end_inset
4732
4733
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Standard
4742
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Standard
4751
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Standard
4760
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Standard
4769
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row topline="true">
4776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Standard
4780 1
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Standard
4789 2
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Standard
4798 3
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Standard
4807 4
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Standard
4816 5
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row topline="true">
4823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Standard
4827 asd
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Standard
4836 s
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Standard
4845 s
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Standard
4854 s
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Standard
4863 asd
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row topline="true">
4870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Standard
4874 asd
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Standard
4883 s
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Standard
4892 s
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Standard
4901 s
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Standard
4910 asd
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row topline="true">
4917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Standard
4921 asd
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Standard
4930 s
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Standard
4939 s
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Standard
4948 s
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Standard
4957 asd
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 </row>
4963 <row topline="true" bottomline="true">
4964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Standard
4968 asd
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Standard
4977 asd
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Standard
4986 asd
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Standard
4995 asd
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Standard
5004 asd
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 </row>
5010 </lyxtabular>
5011
5012 \end_inset
5013
5014
5015 \end_layout
5016
5017 \begin_layout Standard
5018 \begin_inset VSpace medskip
5019 \end_inset
5020
5021
5022 \begin_inset Note Greyedout
5023 status open
5024
5025 \begin_layout Standard
5026
5027 \series bold
5028 Note:
5029 \series default
5030  The table number is increased for every longtable, also if you didn't set
5031  a caption for it.
5032  For this reason you could have the case that e.g.
5033  Table\InsetSpace ~
5034 2.4 follows on Table\InsetSpace ~
5035 2.1 in the list of tables if there are two longtables
5036  without captions.
5037  To avoid this you can add the following command in ERT behind every longtable
5038  without a caption:
5039 \end_layout
5040
5041 \begin_layout Standard
5042
5043 \series bold
5044
5045 \backslash
5046 addtocounter{table}{-1}
5047 \end_layout
5048
5049 \end_inset
5050
5051
5052 \end_layout
5053
5054 \begin_layout Standard
5055 \begin_inset Note Greyedout
5056 status open
5057
5058 \begin_layout Standard
5059
5060 \series bold
5061 Note:
5062 \series default
5063  If you are using the LaTeX-package 
5064 \series bold
5065 hyperref
5066 \series default
5067
5068 \begin_inset LatexCommand index
5069 name "LaTeX-packages ! hyperref"
5070
5071 \end_inset
5072
5073  to link cross-references, the link to a longtable caption will always point
5074  to the beginning of the document.
5075 \end_layout
5076
5077 \end_inset
5078
5079
5080 \end_layout
5081
5082 \begin_layout Subsubsection
5083 References to Longtables
5084 \begin_inset LatexCommand index
5085 name "Longtables ! References"
5086
5087 \end_inset
5088
5089
5090 \end_layout
5091
5092 \begin_layout Standard
5093 \begin_inset Tabular
5094 <lyxtabular version="3" rows="6" columns="5">
5095 <features islongtable="true">
5096 <column alignment="center" valignment="top" leftline="true" width="0">
5097 <column alignment="center" valignment="top" leftline="true" width="0">
5098 <column alignment="center" valignment="top" leftline="true" width="0">
5099 <column alignment="center" valignment="top" leftline="true" width="0">
5100 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5101 <row>
5102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Standard
5106 \begin_inset Caption
5107
5108 \begin_layout Standard
5109 Referenced longtable
5110 \begin_inset LatexCommand label
5111 name "tab:RefExample"
5112
5113 \end_inset
5114
5115
5116 \end_layout
5117
5118 \end_inset
5119
5120
5121 \begin_inset ERT
5122 status collapsed
5123
5124 \begin_layout Standard
5125
5126
5127 \backslash
5128
5129 \backslash
5130 %
5131 \end_layout
5132
5133 \end_inset
5134
5135
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Standard
5144
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Standard
5153
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Standard
5162
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Standard
5171
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 <row topline="true">
5178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Standard
5182 1
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Standard
5191 2
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Standard
5200 3
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Standard
5209 4
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Standard
5218 5
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 </row>
5224 <row topline="true">
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Standard
5229 asd
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Standard
5238 s
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Standard
5247 s
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Standard
5256 s
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Standard
5265 asd
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 </row>
5271 <row topline="true">
5272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Standard
5276 asd
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Standard
5285 s
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Standard
5294 s
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Standard
5303 s
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Standard
5312 asd
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 </row>
5318 <row topline="true">
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Standard
5323 asd
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Standard
5332 s
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Standard
5341 s
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Standard
5350 s
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Standard
5359 asd
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 <row topline="true" bottomline="true">
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Standard
5370 asd
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Standard
5379 sad
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Standard
5388 asd
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Standard
5397 asd
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Standard
5406 asd
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 </row>
5412 </lyxtabular>
5413
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \begin_layout Standard
5420 To reference a longtable, insert a label into the caption.
5421  Note that you have to add the label prefix 
5422 \begin_inset Quotes eld
5423 \end_inset
5424
5425
5426 \emph on
5427 tab:
5428 \emph default
5429
5430 \begin_inset Quotes eld
5431 \end_inset
5432
5433  manually in the label field.
5434 \end_layout
5435
5436 \begin_layout Standard
5437 This is a reference to Table\InsetSpace ~
5438
5439 \begin_inset LatexCommand ref
5440 reference "tab:RefExample"
5441
5442 \end_inset
5443
5444 .
5445 \end_layout
5446
5447 \begin_layout Standard
5448 The caption layout can be set together with all other caption of your document
5449  using the LaTeX-package 
5450 \series bold
5451 caption
5452 \series default
5453
5454 \begin_inset LatexCommand index
5455 name "LaTeX-packages ! caption"
5456
5457 \end_inset
5458
5459 , see section\InsetSpace ~
5460
5461 \begin_inset LatexCommand ref
5462 reference "sec:Caption-Formatting"
5463
5464 \end_inset
5465
5466 .
5467 \end_layout
5468
5469 \begin_layout Subsubsection
5470 Caption Width
5471 \begin_inset LatexCommand index
5472 name "Longtables ! Caption Width"
5473
5474 \end_inset
5475
5476
5477 \end_layout
5478
5479 \begin_layout Standard
5480 The maximal width of of caption lines is defined by the length 
5481 \series bold
5482
5483 \backslash
5484 LTcapwidth
5485 \series default
5486 .
5487  Its default value is 4\InsetSpace \thinspace{}
5488 in.
5489  To change it add the following command to your document preamble or as
5490  ERT into your document before the longtable that should be affected
5491 \end_layout
5492
5493 \begin_layout Standard
5494
5495 \series bold
5496
5497 \backslash
5498 setlength{
5499 \backslash
5500 LTcapwidth}{width}
5501 \end_layout
5502
5503 \begin_layout Standard
5504 where the width could have one of the units listed in appendix\InsetSpace ~
5505
5506 \begin_inset LatexCommand ref
5507 reference "cha:Units-available-in"
5508
5509 \end_inset
5510
5511 .
5512 \end_layout
5513
5514 \begin_layout Standard
5515 The following tables show the difference:
5516 \end_layout
5517
5518 \begin_layout Standard
5519 \begin_inset Tabular
5520 <lyxtabular version="3" rows="6" columns="5">
5521 <features islongtable="true">
5522 <column alignment="center" valignment="top" leftline="true" width="0">
5523 <column alignment="center" valignment="top" leftline="true" width="0">
5524 <column alignment="center" valignment="top" leftline="true" width="0">
5525 <column alignment="center" valignment="top" leftline="true" width="0">
5526 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5527 <row>
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Standard
5532 \begin_inset Caption
5533
5534 \begin_layout Standard
5535 long full title with default width long full title with default width long
5536  full title with default width
5537 \begin_inset OptArg
5538 status collapsed
5539
5540 \begin_layout Standard
5541 caption with default width
5542 \end_layout
5543
5544 \end_inset
5545
5546
5547 \end_layout
5548
5549 \end_inset
5550
5551
5552 \begin_inset ERT
5553 status collapsed
5554
5555 \begin_layout Standard
5556
5557
5558 \backslash
5559
5560 \backslash
5561 %
5562 \end_layout
5563
5564 \end_inset
5565
5566
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Standard
5575
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Standard
5584
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Standard
5593
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Standard
5602
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 </row>
5608 <row topline="true">
5609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Standard
5613 1
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Standard
5622 2
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Standard
5631 3
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Standard
5640 4
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Standard
5649 5
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 </row>
5655 <row topline="true">
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Standard
5660 asd
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Standard
5669 s
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Standard
5678 s
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Standard
5687 s
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Standard
5696 asd
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 </row>
5702 <row topline="true">
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Standard
5707 asd
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Standard
5716 s
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Standard
5725 s
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Standard
5734 s
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Standard
5743 asd
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 </row>
5749 <row topline="true">
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Standard
5754 asd
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Standard
5763 s
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Standard
5772 s
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Standard
5781 s
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Standard
5790 asd
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 </row>
5796 <row topline="true" bottomline="true">
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Standard
5801 asd
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Standard
5810 sad
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Standard
5819 asd
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Standard
5828 asd
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Standard
5837 asd
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 </row>
5843 </lyxtabular>
5844
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \begin_layout Standard
5851 \begin_inset ERT
5852 status collapsed
5853
5854 \begin_layout Standard
5855
5856
5857 \backslash
5858 setlength{
5859 \backslash
5860 LTcapwidth}{5cm}
5861 \end_layout
5862
5863 \end_inset
5864
5865
5866 \begin_inset Tabular
5867 <lyxtabular version="3" rows="6" columns="5">
5868 <features islongtable="true">
5869 <column alignment="center" valignment="top" leftline="true" width="0">
5870 <column alignment="center" valignment="top" leftline="true" width="0">
5871 <column alignment="center" valignment="top" leftline="true" width="0">
5872 <column alignment="center" valignment="top" leftline="true" width="0">
5873 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Standard
5879 \begin_inset Caption
5880
5881 \begin_layout Standard
5882 long full title with width set to 5\InsetSpace \thinspace{}
5883 cm long full title with width set to
5884  5\InsetSpace \thinspace{}
5885 cm long full title with width set to 5\InsetSpace \thinspace{}
5886 cm
5887 \begin_inset OptArg
5888 status collapsed
5889
5890 \begin_layout Standard
5891 caption with width\InsetSpace \thinspace{}
5892 =\InsetSpace \thinspace{}
5893 5\InsetSpace \thinspace{}
5894 cm
5895 \end_layout
5896
5897 \end_inset
5898
5899
5900 \end_layout
5901
5902 \end_inset
5903
5904
5905 \begin_inset ERT
5906 status collapsed
5907
5908 \begin_layout Standard
5909
5910
5911 \backslash
5912
5913 \backslash
5914 %
5915 \end_layout
5916
5917 \end_inset
5918
5919
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Standard
5928
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Standard
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Standard
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Standard
5955
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 <row topline="true">
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Standard
5966 1
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Standard
5975 2
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Standard
5984 3
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Standard
5993 4
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Standard
6002 5
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 </row>
6008 <row topline="true">
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Standard
6013 asd
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Standard
6022 s
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Standard
6031 s
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Standard
6040 s
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Standard
6049 asd
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 </row>
6055 <row topline="true">
6056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Standard
6060 asd
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Standard
6069 s
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Standard
6078 s
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Standard
6087 s
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Standard
6096 asd
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 </row>
6102 <row topline="true">
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Standard
6107 asd
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Standard
6116 s
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Standard
6125 s
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Standard
6134 s
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Standard
6143 asd
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 </row>
6149 <row topline="true" bottomline="true">
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Standard
6154 asd
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Standard
6163 sad
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Standard
6172 asd
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Standard
6181 asd
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Standard
6190 asd
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 </row>
6196 </lyxtabular>
6197
6198 \end_inset
6199
6200
6201 \begin_inset ERT
6202 status collapsed
6203
6204 \begin_layout Standard
6205
6206
6207 \backslash
6208 setlength{
6209 \backslash
6210 LTcapwidth}{4in}
6211 \end_layout
6212
6213 \end_inset
6214
6215
6216 \end_layout
6217
6218 \begin_layout Standard
6219
6220 \end_layout
6221
6222 \begin_layout Subsubsection
6223 Different Captions for Table Pages
6224 \begin_inset LatexCommand index
6225 name "Longtables ! Different Captions for Pages"
6226
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \begin_layout Standard
6233 When the other captions should differ from the one of the first table page,
6234  insert a caption with a non-empty short title in a dummy caption row marked
6235  as first header.
6236  The caption used for the other table pages is inserted as caption without
6237  a short title in a dummy caption row that is marked as main header.
6238  When this caption shouldn't include the table number, use the command
6239 \end_layout
6240
6241 \begin_layout Standard
6242
6243 \series bold
6244
6245 \backslash
6246 caption*{caption text}
6247 \end_layout
6248
6249 \begin_layout Standard
6250 instead of LyX's caption box.
6251  The label to reference the table is inserted into the caption of the first
6252  header.
6253  Table\InsetSpace ~
6254
6255 \begin_inset LatexCommand ref
6256 reference "tab:DiffCaptions"
6257
6258 \end_inset
6259
6260  is an example for a longtable with different heading where the second caption
6261  doesn't include the table number.
6262 \end_layout
6263
6264 \begin_layout Standard
6265 \align center
6266 \begin_inset Tabular
6267 <lyxtabular version="3" rows="60" columns="3">
6268 <features islongtable="true">
6269 <column alignment="left" valignment="top" leftline="true" width="0cm">
6270 <column alignment="left" valignment="top" rightline="true" width="0pt">
6271 <column alignment="right" valignment="top" rightline="true" width="0pt">
6272 <row endfirsthead="true">
6273 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Standard
6277 \begin_inset Caption
6278
6279 \begin_layout Standard
6280 Example Phone List
6281 \begin_inset LatexCommand label
6282 name "tab:DiffCaptions"
6283
6284 \end_inset
6285
6286
6287 \begin_inset OptArg
6288 status collapsed
6289
6290 \begin_layout Standard
6291 Example Phone List
6292 \end_layout
6293
6294 \end_inset
6295
6296
6297 \end_layout
6298
6299 \end_inset
6300
6301
6302 \begin_inset ERT
6303 status collapsed
6304
6305 \begin_layout Standard
6306
6307
6308 \backslash
6309
6310 \backslash
6311 %
6312 \end_layout
6313
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Standard
6325
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Standard
6334
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 </row>
6340 <row topline="true" bottomline="true" endfirsthead="true">
6341 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Standard
6345
6346 \series bold
6347 Example Phone List (ignore the names)
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Standard
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Standard
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 </row>
6371 <row topline="true" bottomline="true" endfirsthead="true">
6372 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Standard
6376
6377 \series bold
6378 NAME
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Standard
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Standard
6396
6397 \series bold
6398 TEL.
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 </row>
6404 <row bottomline="true" endhead="true">
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Standard
6409 \begin_inset ERT
6410 status collapsed
6411
6412 \begin_layout Standard
6413
6414
6415 \backslash
6416 caption*{Continued Example Phone List}
6417 \backslash
6418
6419 \backslash
6420 %
6421 \end_layout
6422
6423 \end_inset
6424
6425
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Standard
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Standard
6443
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 </row>
6449 <row topline="true" bottomline="true" endhead="true">
6450 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Standard
6454
6455 \series bold
6456 Example Phone List
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Standard
6465
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Standard
6474
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 </row>
6480 <row topline="true" bottomline="true" endhead="true">
6481 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Standard
6485
6486 \series bold
6487 NAME
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Standard
6496
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Standard
6505
6506 \series bold
6507 TEL.
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 </row>
6513 <row topline="true" bottomline="true" endfoot="true">
6514 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Standard
6518 continued on next page
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Standard
6527
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Standard
6536
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 </row>
6542 <row>
6543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Standard
6547
6548 \series bold
6549 Annovi
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Standard
6558 Silvia
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Standard
6567 111
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 </row>
6573 <row>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Standard
6578
6579 \series bold
6580 Bertoli
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Standard
6589 Stefano
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Standard
6598 111
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 </row>
6604 <row>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Standard
6609
6610 \series bold
6611 Bozzi
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Standard
6620 Walter
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Standard
6629 111
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 </row>
6635 <row>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Standard
6640
6641 \series bold
6642 Cachia
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Standard
6651 Maria
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Standard
6660 111
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 </row>
6666 <row>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Standard
6671
6672 \series bold
6673 Cachia
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Standard
6682 Maurizio
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Standard
6691 111
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 </row>
6697 <row>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Standard
6702
6703 \series bold
6704 Cinquemani
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Standard
6713 Giusi
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Standard
6722 111
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 </row>
6728 <row>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Standard
6733
6734 \series bold
6735 Colin
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Standard
6744 Bernard
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Standard
6753 111
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 </row>
6759 <row>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Standard
6764
6765 \series bold
6766 Concli
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Standard
6775 Gianfranco
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Standard
6784 111
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 </row>
6790 <row>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Standard
6795
6796 \series bold
6797 Dal Bosco
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Standard
6806 Carolina
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Standard
6815 111
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 </row>
6821 <row>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Standard
6826
6827 \series bold
6828 Dalpiaz
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Standard
6837 Annamaria
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Standard
6846 111
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 </row>
6852 <row>
6853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Standard
6857
6858 \series bold
6859 Feliciello
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Standard
6868 Domenico
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Standard
6877 111
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 <row>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Standard
6888
6889 \series bold
6890 Focarelli
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Standard
6899 Paola
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Standard
6908 111
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 </row>
6914 <row>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Standard
6919
6920 \series bold
6921 Galletti
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Standard
6930 Oreste
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Standard
6939 111
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Standard
6950
6951 \series bold
6952 Gasparini
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Standard
6961 Franca
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Standard
6970 111
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 </row>
6976 <row>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Standard
6981
6982 \series bold
6983 Rizzardi
6984 \series default
6985
6986 \begin_inset Foot
6987 status collapsed
6988
6989 \begin_layout Standard
6990 Example footnote
6991 \end_layout
6992
6993 \end_inset
6994
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Standard
7004 Paola
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Standard
7013 111
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 </row>
7019 <row>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Standard
7024
7025 \series bold
7026 Lassini
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Standard
7035 Giancarlo
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Standard
7044 111
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 </row>
7050 <row>
7051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Standard
7055
7056 \series bold
7057 Malfatti
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Standard
7066 Luciano
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Standard
7075 111
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 </row>
7081 <row>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Standard
7086
7087 \series bold
7088 Malfatti
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Standard
7097 Valeriano
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Standard
7106 111
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 </row>
7112 <row>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Standard
7117
7118 \series bold
7119 Meneguzzo
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Standard
7128 Roberto
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Standard
7137 111
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 </row>
7143 <row>
7144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Standard
7148
7149 \series bold
7150 Mezzadra
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Standard
7159 Roberto
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Standard
7168 111
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 </row>
7174 <row>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Standard
7179
7180 \series bold
7181 Pirpamer
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Standard
7190 Erich
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Standard
7199 111
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 <row>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Standard
7210
7211 \series bold
7212 Pochiesa
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Standard
7221 Paolo
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Standard
7230 111, 222
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Standard
7241
7242 \series bold
7243 Radina
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Standard
7252 Claudio
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Standard
7261 111
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 </row>
7267 <row>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Standard
7272
7273 \series bold
7274 Stuffer
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell alignment="center" valignment="top" topline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Standard
7283 Oskar
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Standard
7292 111
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 </row>
7298 <row>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Standard
7303
7304 \series bold
7305 Tacchelli
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell alignment="center" valignment="top" topline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Standard
7314 Ugo
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Standard
7323 111
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 </row>
7329 <row>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Standard
7334
7335 \series bold
7336 Tezzele
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Standard
7345 Margit
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Standard
7354 111
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 </row>
7360 <row>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Standard
7365
7366 \series bold
7367 Unterkalmsteiner
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Standard
7376 Frieda
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Standard
7385 111
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 </row>
7391 <row>
7392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Standard
7396
7397 \series bold
7398 Vieider
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Standard
7407 Hilde
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Standard
7416 111
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 </row>
7422 <row>
7423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Standard
7427
7428 \series bold
7429 Vigna
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Standard
7438 Jürgen
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Standard
7447 111
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 </row>
7453 <row>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Standard
7458
7459 \series bold
7460 Weber
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" topline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Standard
7469 Maurizio
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Standard
7478 111
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 </row>
7484 <row bottomline="true">
7485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Standard
7489
7490 \series bold
7491 Winkler
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Standard
7500 Franz
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Standard
7509 111
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 </row>
7515 <row bottomline="true">
7516 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Standard
7520  
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Standard
7529
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Standard
7538
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row>
7545 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Standard
7549
7550 \series bold
7551 Annovi
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" topline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Standard
7560 Silvia
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Standard
7569 555
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 </row>
7575 <row>
7576 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Standard
7580
7581 \series bold
7582 Bertoli
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 <cell alignment="center" valignment="top" topline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Standard
7591 Stefano
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Standard
7600 555
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 </row>
7606 <row>
7607 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Standard
7611
7612 \series bold
7613 Bozzi
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell alignment="center" valignment="top" topline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Standard
7622 Walter
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Standard
7631 555
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 </row>
7637 <row>
7638 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Standard
7642
7643 \series bold
7644 Cachia
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell alignment="center" valignment="top" topline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Standard
7653 Maria
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Standard
7662 555
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 </row>
7668 <row>
7669 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Standard
7673
7674 \series bold
7675 Cachia
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell alignment="center" valignment="top" topline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Standard
7684 Maurizio
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Standard
7693 555
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 </row>
7699 <row>
7700 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Standard
7704
7705 \series bold
7706 Cinquemani
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell alignment="center" valignment="top" topline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Standard
7715 Giusi
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Standard
7724 555
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row>
7731 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Standard
7735
7736 \series bold
7737 Colin
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" topline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Standard
7746 Bernard
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Standard
7755 555
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 </row>
7761 <row>
7762 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Standard
7766
7767 \series bold
7768 Concli
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell alignment="center" valignment="top" topline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Standard
7777 Gianfranco
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Standard
7786 555
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row>
7793 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Standard
7797
7798 \series bold
7799 Dal Bosco
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell alignment="center" valignment="top" topline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Standard
7808 Carolina
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Standard
7817 555
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row>
7824 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Standard
7828
7829 \series bold
7830 Dalpiaz
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" topline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Standard
7839 Annamaria
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Standard
7848 555
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 <row>
7855 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Standard
7859
7860 \series bold
7861 Feliciello
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" topline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Standard
7870 Domenico
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Standard
7879 555
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Standard
7890
7891 \series bold
7892 Focarelli
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" topline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Standard
7901 Paola
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Standard
7910 555
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Standard
7921
7922 \series bold
7923 Galletti
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" topline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Standard
7932 Oreste
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Standard
7941 555
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Standard
7952
7953 \series bold
7954 Gasparini
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" topline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Standard
7963 Franca
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Standard
7972 555
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Standard
7983
7984 \series bold
7985 Rizzardi
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" topline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Standard
7994 Paola
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Standard
8003 555
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Standard
8014
8015 \series bold
8016 Lassini
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" topline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Standard
8025 Giancarlo
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Standard
8034 555
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Standard
8045
8046 \series bold
8047 Malfatti
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" topline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Standard
8056 Luciano
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Standard
8065 555
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Standard
8076
8077 \series bold
8078 Malfatti
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" topline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Standard
8087 Valeriano
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Standard
8096 555
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Standard
8107
8108 \series bold
8109 Meneguzzo
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" topline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Standard
8118 Roberto
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Standard
8127 555
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row bottomline="true">
8134 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Standard
8138
8139 \series bold
8140 Mezzadra
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" topline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Standard
8149 Roberto
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Standard
8158 555
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row bottomline="true" endlastfoot="true">
8165 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Standard
8169
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Standard
8178
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Standard
8187
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 </lyxtabular>
8194
8195 \end_inset
8196
8197
8198 \end_layout
8199
8200 \begin_layout Section
8201 Special Longtable Issues
8202 \begin_inset LatexCommand label
8203 name "sec:Special-Longtable-Issues"
8204
8205 \end_inset
8206
8207
8208 \end_layout
8209
8210 \begin_layout Subsection
8211 Longtable Calculation
8212 \begin_inset LatexCommand index
8213 name "Longtables ! Calculation"
8214
8215 \end_inset
8216
8217
8218 \end_layout
8219
8220 \begin_layout Standard
8221 LaTeX calculates the height of table pages and their page breaks using so
8222  called chunks.
8223  Chunks are pieces of the tables that are at once in LaTeX's memory.
8224  The default value is historically set to only 20 table rows.
8225  If you are using longtables with many pages this may slow down the creation
8226  of your document.
8227  You can safely increase the chunk size to values of 100-1000 by adding
8228  this command line to your document preamble:
8229 \end_layout
8230
8231 \begin_layout Standard
8232
8233 \series bold
8234
8235 \backslash
8236 setcounter{LTchunksize}{100}
8237 \end_layout
8238
8239 \begin_layout Subsection
8240 Floats and Longtables
8241 \begin_inset LatexCommand index
8242 name "Longtables ! Floats"
8243
8244 \end_inset
8245
8246
8247 \end_layout
8248
8249 \begin_layout Standard
8250 There might be problems when a float appears on the same page where a longtable
8251  starts.
8252  To avoid such situation, add the command 
8253 \series bold
8254
8255 \backslash
8256 clearpage
8257 \series default
8258  as ERT before your longtable.
8259 \end_layout
8260
8261 \begin_layout Subsection
8262 Forced Page Breaks
8263 \begin_inset LatexCommand index
8264 name "Longtables ! Forced Page Breaks"
8265
8266 \end_inset
8267
8268
8269 \end_layout
8270
8271 \begin_layout Standard
8272 By default tables are only broken between rows.
8273  If you have a cell with multiples lines and want to have a page break within
8274  the cell, insert the new line command 
8275 \begin_inset Quotes eld
8276 \end_inset
8277
8278
8279 \series bold
8280
8281 \backslash
8282
8283 \backslash
8284
8285 \series default
8286
8287 \begin_inset Quotes erd
8288 \end_inset
8289
8290  as ERT at this point of the cell where it should be broken.
8291  Before the 
8292 \series bold
8293
8294 \backslash
8295
8296 \backslash
8297
8298 \series default
8299  command you have to insert in ERT so many 
8300 \begin_inset Quotes eld
8301 \end_inset
8302
8303
8304 \series bold
8305 &
8306 \series default
8307
8308 \begin_inset Quotes erd
8309 \end_inset
8310
8311  characters like the number of the following table columns.
8312  The 
8313 \series bold
8314 &
8315 \series default
8316  is the character to separate table cells.
8317  Write in ERT after each 
8318 \series bold
8319 &
8320 \series default
8321  the content of the corresponding following cell and delete the content
8322  of these cells.
8323 \newline
8324 Behind the the 
8325 \series bold
8326
8327 \backslash
8328
8329 \backslash
8330
8331 \series default
8332  command, insert so many 
8333 \series bold
8334 &
8335 \series default
8336  characters like the number of table columns before the current column.
8337  In Table\InsetSpace ~
8338
8339 \begin_inset LatexCommand ref
8340 reference "tab:ForcedPagebreak"
8341
8342 \end_inset
8343
8344  the cell that should be broken is in the second column followed by another
8345  column.
8346  Therefore the following command was inserted in the cell as ERT behind
8347  
8348 \begin_inset Quotes eld
8349 \end_inset
8350
8351
8352 \emph on
8353 Castelchiodato,
8354 \emph default
8355
8356 \begin_inset Quotes erd
8357 \end_inset
8358
8359 :
8360 \end_layout
8361
8362 \begin_layout Standard
8363
8364 \series bold
8365 & 111
8366 \backslash
8367
8368 \backslash
8369
8370 \newline
8371 &
8372 \end_layout
8373
8374 \begin_layout Standard
8375 The 
8376 \begin_inset Quotes eld
8377 \end_inset
8378
8379 111
8380 \begin_inset Quotes erd
8381 \end_inset
8382
8383  in the third columns of the row was deleted.
8384  If your footer row of the longtable has for a certain reason no upper line
8385  but you would have a horizontal line where the cell is broken, use this
8386  command instead:
8387 \end_layout
8388
8389 \begin_layout Standard
8390
8391 \series bold
8392 & 111
8393 \backslash
8394
8395 \backslash
8396
8397 \newline
8398
8399 \backslash
8400 hline &
8401 \end_layout
8402
8403 \begin_layout Standard
8404 When the cell to be broken is in the last column, the command
8405 \end_layout
8406
8407 \begin_layout Standard
8408
8409 \series bold
8410
8411 \backslash
8412 setlength{
8413 \backslash
8414 parf\SpecialChar \textcompwordmark{}
8415 illskip}{0pt}
8416 \end_layout
8417
8418 \begin_layout Standard
8419 must be inserted as ERT at the beginning of the cell.
8420  This assures that the part of the cell that will be displayed on the new
8421  page appears with the full width.
8422  
8423 \end_layout
8424
8425 \begin_layout Standard
8426 \align center
8427 \begin_inset Tabular
8428 <lyxtabular version="3" rows="39" columns="3">
8429 <features islongtable="true">
8430 <column alignment="left" valignment="top" leftline="true" width="0cm">
8431 <column alignment="left" valignment="top" rightline="true" width="3cm">
8432 <column alignment="right" valignment="top" rightline="true" width="0pt">
8433 <row endfirsthead="true">
8434 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Standard
8438 \begin_inset Caption
8439
8440 \begin_layout Standard
8441 Table with forced page break in table cell
8442 \begin_inset LatexCommand label
8443 name "tab:ForcedPagebreak"
8444
8445 \end_inset
8446
8447
8448 \begin_inset OptArg
8449 status collapsed
8450
8451 \begin_layout Standard
8452 Table with forced page break in table cell
8453 \end_layout
8454
8455 \end_inset
8456
8457
8458 \end_layout
8459
8460 \end_inset
8461
8462
8463 \begin_inset ERT
8464 status collapsed
8465
8466 \begin_layout Standard
8467
8468
8469 \backslash
8470
8471 \backslash
8472 %
8473 \end_layout
8474
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Standard
8486
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Standard
8495
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row topline="true" bottomline="true" endfirsthead="true">
8502 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Standard
8506
8507 \series bold
8508 Example Phone List (ignore the names)
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Standard
8517
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Standard
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row topline="true" bottomline="true" endfirsthead="true">
8533 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Standard
8537
8538 \series bold
8539 NAME
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Standard
8548
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Standard
8557
8558 \series bold
8559 TEL.
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 <row bottomline="true" endhead="true">
8566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Standard
8570 \begin_inset ERT
8571 status collapsed
8572
8573 \begin_layout Standard
8574
8575
8576 \backslash
8577 caption*{Continued table with forced page break in table cell}
8578 \backslash
8579
8580 \backslash
8581 %
8582 \end_layout
8583
8584 \end_inset
8585
8586
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Standard
8595
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Standard
8604
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row topline="true" bottomline="true" endhead="true">
8611 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Standard
8615  
8616 \series bold
8617 Example Phone List
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Standard
8626
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Standard
8635
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row topline="true" bottomline="true" endhead="true">
8642 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Standard
8646
8647 \series bold
8648 NAME
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Standard
8657
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Standard
8666
8667 \series bold
8668 TEL.
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row topline="true" bottomline="true" endfoot="true">
8675 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Standard
8679 continued on next page
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Standard
8688
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Standard
8697
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Standard
8708
8709 \series bold
8710 Annovi
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" topline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Standard
8719 Silvia
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Standard
8728 111
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Standard
8739
8740 \series bold
8741 Bertoli
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" topline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Standard
8750 Stefano
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Standard
8759 111
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Standard
8770
8771 \series bold
8772 Bozzi
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" topline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Standard
8781 Walter
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Standard
8790 111
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Standard
8801
8802 \series bold
8803 Cachia
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Standard
8812 Maria
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Standard
8821 111
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Standard
8832
8833 \series bold
8834 Cachia
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" topline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Standard
8843 Maurizio
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Standard
8852 111
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Standard
8863
8864 \series bold
8865 Cinquemani
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" topline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Standard
8874 Giusi
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Standard
8883 111
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row>
8890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Standard
8894
8895 \series bold
8896 Colin
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" topline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Standard
8905 Bernard
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Standard
8914 111
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Standard
8925
8926 \series bold
8927 Concli
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" topline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Standard
8936 Gianfranco
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Standard
8945 111
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Standard
8956
8957 \series bold
8958 Dal Bosco
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" topline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Standard
8967 Carolina
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Standard
8976 111
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Standard
8987
8988 \series bold
8989 Dalpiaz
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" topline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Standard
8998 Annamaria
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Standard
9007 111
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Standard
9018
9019 \series bold
9020 Feliciello
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" topline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Standard
9029 Domenico
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Standard
9038 111
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Standard
9049
9050 \series bold
9051 Focarelli
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" topline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Standard
9060 Paola
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Standard
9069 111
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Standard
9080
9081 \series bold
9082 Galletti
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" topline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Standard
9091 Oreste
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Standard
9100 111
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Standard
9111
9112 \series bold
9113 Gasparini
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" topline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Standard
9122 Franca
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Standard
9131 111
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Standard
9142
9143 \series bold
9144 Lassini
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" topline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Standard
9153 Giancarlo
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Standard
9162 111
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Standard
9173
9174 \series bold
9175 Malfatti
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" topline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Standard
9184 Luciano
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Standard
9193 111
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Standard
9204
9205 \series bold
9206 Malfatti
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" topline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Standard
9215 Valeriano
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Standard
9224 111
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Standard
9235
9236 \series bold
9237 Meneguzzo
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" topline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Standard
9246 Roberto
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Standard
9255 111
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Standard
9266
9267 \series bold
9268 Mezzadra
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" topline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Standard
9277 Roberto
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Standard
9286 111
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 </row>
9292 <row>
9293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Standard
9297
9298 \series bold
9299 Pirpamer
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" topline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Standard
9308 Erich
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Standard
9317 111
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 </row>
9323 <row>
9324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Standard
9328
9329 \series bold
9330 Pochiesa
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" topline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Standard
9339 Paolo
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Standard
9348 111, 222
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 </row>
9354 <row>
9355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Standard
9359
9360 \series bold
9361 Radina
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" topline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Standard
9370 Claudio
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Standard
9379 111
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 </row>
9385 <row>
9386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Standard
9390
9391 \series bold
9392 Rizzardi
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Standard
9401 Paolo, 11.
9402  Fürst von Montecompatri, 11.
9403  Fürst von Sulmona und Vivaro, 10.
9404  Fürst von Rossano, 5.
9405  Herzog von Canemorte, 11.
9406  Herzog von Palombara, 5.
9407  Herzog von Castelchiodato,
9408 \begin_inset ERT
9409 status collapsed
9410
9411 \begin_layout Standard
9412
9413 & 111
9414 \backslash
9415
9416 \backslash
9417
9418 \end_layout
9419
9420 \begin_layout Standard
9421
9422 &
9423 \end_layout
9424
9425 \end_inset
9426
9427  11.
9428  Herzog von Poggionativo, 11.
9429  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9430  Graf von Valinfreda, 11.
9431  Baron von Cropalati, 11.
9432  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Standard
9441
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 </row>
9447 <row>
9448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Standard
9452
9453 \series bold
9454 Stuffer
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" topline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Standard
9463 Oskar
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Standard
9472 111
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row>
9479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Standard
9483
9484 \series bold
9485 Tacchelli
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" topline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Standard
9494 Ugo
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Standard
9503 111
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row>
9510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Standard
9514
9515 \series bold
9516 Tezzele
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" topline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Standard
9525 Margit
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Standard
9534 111
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 </row>
9540 <row>
9541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Standard
9545
9546 \series bold
9547 Unterkalmsteiner
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" topline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Standard
9556 Frieda
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Standard
9565 111
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 </row>
9571 <row>
9572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Standard
9576
9577 \series bold
9578 Vieider
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="center" valignment="top" topline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Standard
9587 Hilde
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Standard
9596 111
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 </row>
9602 <row>
9603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Standard
9607
9608 \series bold
9609 Vigna
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" topline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Standard
9618 Jürgen
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Standard
9627 111
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 </row>
9633 <row>
9634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Standard
9638
9639 \series bold
9640 Weber
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell alignment="center" valignment="top" topline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Standard
9649 Maurizio
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Standard
9658 111
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 </row>
9664 <row bottomline="true">
9665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Standard
9669
9670 \series bold
9671 Winkler
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 <cell alignment="center" valignment="top" topline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Standard
9680 Franz
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Standard
9689 111
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row endlastfoot="true">
9696 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Standard
9700
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Standard
9709
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Standard
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 </row>
9724 </lyxtabular>
9725
9726 \end_inset
9727
9728
9729 \end_layout
9730
9731 \begin_layout Section
9732 Multiple Lines Columns and Rows
9733 \end_layout
9734
9735 \begin_layout Subsection
9736 Multiple Lines in Table Cells
9737 \begin_inset LatexCommand label
9738 name "sub:Multiple-Lines-in"
9739
9740 \end_inset
9741
9742
9743 \begin_inset LatexCommand index
9744 name "Multiple Lines in Table Cells"
9745
9746 \end_inset
9747
9748
9749 \begin_inset LatexCommand index
9750 name "Table ! Linebreaks"
9751
9752 \end_inset
9753
9754
9755 \end_layout
9756
9757 \begin_layout Standard
9758 \align center
9759 \begin_inset Float table
9760 placement H
9761 wide false
9762 sideways false
9763 status collapsed
9764
9765 \begin_layout Standard
9766 \begin_inset Caption
9767
9768 \begin_layout Standard
9769 \begin_inset LatexCommand label
9770 name "tab:Table-with-multiple"
9771
9772 \end_inset
9773
9774 Table with multiple lines in cells
9775 \end_layout
9776
9777 \end_inset
9778
9779
9780 \end_layout
9781
9782 \begin_layout Standard
9783 \align center
9784 \begin_inset Tabular
9785 <lyxtabular version="3" rows="3" columns="3">
9786 <features>
9787 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9788 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9789 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9790 <row topline="true">
9791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Standard
9795 multiple
9796 \begin_inset ERT
9797 status collapsed
9798
9799 \begin_layout Standard
9800
9801
9802 \backslash
9803 linebreak 
9804 \end_layout
9805
9806 \end_inset
9807
9808  lines
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Standard
9817 b
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Standard
9826 c
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row topline="true">
9833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Standard
9837 d
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Standard
9846 e
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Standard
9855 f
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row topline="true" bottomline="true">
9862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Standard
9866 g
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Standard
9875 h
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Standard
9884 i
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 </lyxtabular>
9891
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898
9899
9900 \end_layout
9901
9902 \begin_layout Standard
9903 Adjusting a fixed width for a column, enables to enter text as a paragraph
9904  with multiple lines and hyphenations.
9905 \end_layout
9906
9907 \begin_layout Standard
9908 To produce Table\InsetSpace ~
9909
9910 \begin_inset LatexCommand ref
9911 reference "tab:Table-with-multiple"
9912
9913 \end_inset
9914
9915 , create a 3×3 table, mark the first cell and right-click on it.
9916  In the appearing table dialog we set a cell width of 2.5\InsetSpace \thinspace{}
9917 cm and choose centered
9918  for the vertical and horizontal alignment.
9919  As our text is smaller than than 2.5\InsetSpace \thinspace{}
9920 cm, only one line will appear.
9921  To get two lines, we add a line break with the command
9922 \end_layout
9923
9924 \begin_layout Standard
9925
9926 \series bold
9927
9928 \backslash
9929 linebreak
9930 \end_layout
9931
9932 \begin_layout Standard
9933 in ERT.
9934  If the text is wider than the set cell width it will automatically be broken
9935  to several lines.
9936 \end_layout
9937
9938 \begin_layout Standard
9939 To center the text inside the two other cells of the first row vertically,
9940  right-click in the second cell, adjust a fixed width of 0.5\InsetSpace \thinspace{}
9941 cm and choose
9942  centered alignments.
9943  Then do the same for the third cell of the row.
9944 \end_layout
9945
9946 \begin_layout Standard
9947 If you have a long word in a cell with a fixed width, it cannot be hyphenated
9948  by LaTeX if it is the first entry.
9949  Therefore you need to insert something, to make the word not being the
9950  first entry: Add the command
9951 \end_layout
9952
9953 \begin_layout Standard
9954
9955 \series bold
9956
9957 \backslash
9958 hspace{0pt}
9959 \end_layout
9960
9961 \begin_layout Standard
9962 in ERT before the word.
9963  As the space is zero, it doesn't change the output.
9964  Table\InsetSpace ~
9965
9966 \begin_inset LatexCommand ref
9967 reference "tab:Table-with-and"
9968
9969 \end_inset
9970
9971  shows the effect.
9972 \end_layout
9973
9974 \begin_layout Standard
9975 \begin_inset Float table
9976 wide false
9977 sideways false
9978 status open
9979
9980 \begin_layout Standard
9981 \begin_inset Caption
9982
9983 \begin_layout Standard
9984 \begin_inset LatexCommand label
9985 name "tab:Table-with-and"
9986
9987 \end_inset
9988
9989 Table with and without hyphenation
9990 \end_layout
9991
9992 \end_inset
9993
9994
9995 \end_layout
9996
9997 \begin_layout Standard
9998
9999 \hfill
10000
10001 \begin_inset Tabular
10002 <lyxtabular version="3" rows="3" columns="3">
10003 <features>
10004 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10005 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10006 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10007 <row topline="true">
10008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Standard
10012 verylongtablecellword
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Standard
10021 b
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Standard
10030 c
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row topline="true">
10037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Standard
10041 d
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Standard
10050 e
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Standard
10059 f
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row topline="true" bottomline="true">
10066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Standard
10070 g
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Standard
10079 h
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Standard
10088 i
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 </lyxtabular>
10095
10096 \end_inset
10097
10098
10099 \hfill
10100
10101 \begin_inset Tabular
10102 <lyxtabular version="3" rows="3" columns="3">
10103 <features>
10104 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10105 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10106 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10107 <row topline="true">
10108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Standard
10112 \begin_inset ERT
10113 status collapsed
10114
10115 \begin_layout Standard
10116
10117
10118 \backslash
10119 hspace{0pt}
10120 \end_layout
10121
10122 \end_inset
10123
10124 verylongtablecellword
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Standard
10133 b
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Standard
10142 c
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 </row>
10148 <row topline="true">
10149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Standard
10153 d
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Standard
10162 e
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Standard
10171 f
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row topline="true" bottomline="true">
10178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Standard
10182 g
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Standard
10191 h
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Standard
10200 i
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 </lyxtabular>
10207
10208 \end_inset
10209
10210
10211 \hfill
10212
10213 \end_layout
10214
10215 \end_inset
10216
10217
10218 \end_layout
10219
10220 \begin_layout Standard
10221
10222 \newpage
10223
10224 \end_layout
10225
10226 \begin_layout Subsection
10227 Multicolumns
10228 \begin_inset LatexCommand label
10229 name "sub:Multicolumns"
10230
10231 \end_inset
10232
10233
10234 \begin_inset LatexCommand index
10235 name "Multicolumns"
10236
10237 \end_inset
10238
10239
10240 \begin_inset LatexCommand index
10241 name "Table ! Multicolumns"
10242
10243 \end_inset
10244
10245
10246 \end_layout
10247
10248 \begin_layout Subsubsection
10249 Multicolumn Basics
10250 \end_layout
10251
10252 \begin_layout Standard
10253 To span a cell over multiple columns, mark as much cells within a line that
10254  should be one spanned cell and use either the table-toolbar button 
10255 \begin_inset Graphics
10256         filename ../images/tabular-feature_multicolumn.xpm
10257         scale 85
10258
10259 \end_inset
10260
10261 , or the menu 
10262 \family sans
10263 Edit\SpecialChar \menuseparator
10264 Table\SpecialChar \menuseparator
10265 Multicolumn
10266 \family default
10267 , or right click on the marked cells and choose multicolumn in the appearing
10268  table dialog under the tab 
10269 \family sans
10270 Table Settings
10271 \family default
10272 .
10273 \end_layout
10274
10275 \begin_layout Standard
10276 Multicolumns have there own cell settings.
10277  That means changing cell borders, cell alignment, and the width only affects
10278  the multicolumn.
10279  Here is an example table with a multicolumn cell in the first row and one
10280  in the last row without the upper border:
10281 \end_layout
10282
10283 \begin_layout Standard
10284 \align center
10285 \begin_inset Tabular
10286 <lyxtabular version="3" rows="3" columns="4">
10287 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10288 <column alignment="center" valignment="top" leftline="true" width="0pt">
10289 <column alignment="center" valignment="middle" leftline="true" width="0">
10290 <column alignment="center" valignment="top" leftline="true" width="0in">
10291 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10292 <row topline="true" bottomline="true">
10293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Standard
10297 abc
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Standard
10306 def
10307 \lang ngerman
10308  
10309 \lang english
10310 ghi
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Standard
10319
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Standard
10328 jkl
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 <row topline="true">
10335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Standard
10339
10340 \family roman
10341 \series medium
10342 \shape up
10343 \size normal
10344 \emph off
10345 \bar no
10346 \noun off
10347 \color none
10348 A
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Standard
10357 B
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Standard
10366 C
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Standard
10375 D
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 </row>
10381 <row topline="true" bottomline="true">
10382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Standard
10386 1
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Standard
10395 2
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Standard
10404 3
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Standard
10413 4
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 </lyxtabular>
10420
10421 \end_inset
10422
10423
10424 \end_layout
10425
10426 \begin_layout Subsubsection
10427 Multicolumn Calculations
10428 \begin_inset LatexCommand label
10429 name "sub:Multicolumn-Calculations"
10430
10431 \end_inset
10432
10433
10434 \begin_inset LatexCommand index
10435 name "Multicolumns ! Calculations"
10436
10437 \end_inset
10438
10439
10440 \end_layout
10441
10442 \begin_layout Standard
10443 LyX supports multicolumns directly, but we have to take notice of the cell
10444  width of the columns spanned by the multicolumn cell.
10445 \end_layout
10446
10447 \begin_layout Standard
10448 \begin_inset Float table
10449 wide false
10450 sideways false
10451 status open
10452
10453 \begin_layout Standard
10454 \begin_inset Caption
10455
10456 \begin_layout Standard
10457 \begin_inset LatexCommand label
10458 name "tab:Table-with-centered"
10459
10460 \end_inset
10461
10462 Table with centered multicolumn text above two columns that have exactly
10463  half the width of the multicolumn cell
10464 \begin_inset OptArg
10465 status collapsed
10466
10467 \begin_layout Standard
10468 Perfect multicolumn table
10469 \end_layout
10470
10471 \end_inset
10472
10473
10474 \end_layout
10475
10476 \end_inset
10477
10478
10479 \end_layout
10480
10481 \begin_layout Standard
10482 \align center
10483 \begin_inset Tabular
10484 <lyxtabular version="3" rows="3" columns="3">
10485 <features>
10486 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10487 <column alignment="center" valignment="middle" leftline="true" width="0">
10488 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10489 <row topline="true">
10490 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10491 \begin_inset Text
10492
10493 \begin_layout Standard
10494 multiple lines multicolumn
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Standard
10503
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Standard
10512 c
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row topline="true">
10519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Standard
10523 d
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Standard
10532 e
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Standard
10541 f
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row topline="true" bottomline="true">
10548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Standard
10552 g
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Standard
10561 h
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Standard
10570 i
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 </lyxtabular>
10577
10578 \end_inset
10579
10580
10581 \end_layout
10582
10583 \end_inset
10584
10585
10586 \end_layout
10587
10588 \begin_layout Standard
10589 To create for example Table\InsetSpace ~
10590
10591 \begin_inset LatexCommand ref
10592 reference "tab:Table-with-centered"
10593
10594 \end_inset
10595
10596 , mark the first two cells in the first row a 3×3 table and right-click
10597  on them.
10598  Now choose for this cell 
10599 \emph on
10600 multicolumn
10601 \emph default
10602
10603 \emph on
10604 centered alignment
10605 \emph default
10606  and a width of 2.5\InsetSpace \thinspace{}
10607 cm in the table dialog.
10608  The spanned columns should have exactly half the width of the multicolumn
10609  cell, so that you would adjust a width of 1.25\InsetSpace \thinspace{}
10610 cm for the first column.
10611  The second column has then automatically a width of 1.25\InsetSpace \thinspace{}
10612 cm (multicolumn
10613  width - width of first column).
10614  This was done for Table\InsetSpace ~
10615
10616 \begin_inset LatexCommand ref
10617 reference "tab:Table-without-half"
10618
10619 \end_inset
10620
10621 .
10622 \end_layout
10623
10624 \begin_layout Standard
10625 \begin_inset Float table
10626 wide false
10627 sideways false
10628 status open
10629
10630 \begin_layout Standard
10631 \begin_inset Caption
10632
10633 \begin_layout Standard
10634 \begin_inset LatexCommand label
10635 name "tab:Table-without-half"
10636
10637 \end_inset
10638
10639 Table where the spanned table columns have not exactly half the width of
10640  the multicolumn cell
10641 \begin_inset OptArg
10642 status collapsed
10643
10644 \begin_layout Standard
10645 Imperfect multicolumn table
10646 \end_layout
10647
10648 \end_inset
10649
10650
10651 \end_layout
10652
10653 \end_inset
10654
10655
10656 \end_layout
10657
10658 \begin_layout Standard
10659 \align center
10660 \begin_inset Tabular
10661 <lyxtabular version="3" rows="3" columns="3">
10662 <features>
10663 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10664 <column alignment="center" valignment="top" leftline="true" width="0">
10665 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10666 <row topline="true" bottomline="true">
10667 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10668 \begin_inset Text
10669
10670 \begin_layout Standard
10671 multiple lines multicolumn
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Standard
10680
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Standard
10689 c
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 </row>
10695 <row topline="true">
10696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Standard
10700 d
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Standard
10709 e
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Standard
10718 f
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row topline="true" bottomline="true">
10725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Standard
10729 g
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Standard
10738 h
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Standard
10747 i
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 </row>
10753 </lyxtabular>
10754
10755 \end_inset
10756
10757
10758 \end_layout
10759
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \begin_layout Standard
10766 You can see that the first column has not the half width of the multicolumn
10767  cell, it is a bit bigger.
10768  The reason is that the given width of a cell 
10769 \begin_inset Formula $W_{g}$
10770 \end_inset
10771
10772  is not its total width 
10773 \begin_inset Formula $W_{\mathrm{tot}}$
10774 \end_inset
10775
10776  because a cell is always a bit larger than its given width.
10777  Appendix\InsetSpace ~
10778
10779 \begin_inset LatexCommand eqref
10780 reference "cha:Explanation-of-Equation"
10781
10782 \end_inset
10783
10784  explains it in detail.
10785 \end_layout
10786
10787 \begin_layout Standard
10788 The needed given width 
10789 \begin_inset Formula $W_{g\, n}$
10790 \end_inset
10791
10792  when 
10793 \emph on
10794 n
10795 \emph default
10796  columns are spanned columns can be calculated, so that each column has
10797  a total width of 
10798 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10799 \end_inset
10800
10801 :
10802 \begin_inset Formula \begin{equation}
10803 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10804
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \begin_layout Standard
10811 In our case we have 
10812 \begin_inset Formula $n=2$
10813 \end_inset
10814
10815
10816 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10817 \end_inset
10818
10819 cm and the default values for the lengths, so that equation 
10820 \begin_inset LatexCommand ref
10821 reference "eq:Wgn"
10822
10823 \end_inset
10824
10825  becomes
10826 \begin_inset Formula \begin{equation}
10827 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10828
10829 \end_inset
10830
10831
10832 \end_layout
10833
10834 \begin_layout Standard
10835 To enable calculations in LaTeX, the LaTeX-package 
10836 \series bold
10837 calc
10838 \series default
10839  must be loaded with the document preamble line
10840 \begin_inset LatexCommand index
10841 name "LaTeX-packages ! calc"
10842
10843 \end_inset
10844
10845
10846 \end_layout
10847
10848 \begin_layout Standard
10849
10850 \series bold
10851
10852 \backslash
10853 usepackage{calc}
10854 \end_layout
10855
10856 \begin_layout Standard
10857 LyX does not allow to calculate lengths in the width-field of the table
10858  dialog.
10859  Therefore you have to format the column by inserting a LaTeX-argument in
10860  the dialog.
10861  Here is an overview about the arguments:
10862 \end_layout
10863
10864 \begin_layout Itemize
10865
10866 \series bold
10867 p{width}
10868 \series default
10869  creates cell with a fixed width, its text is vertically top-aligned
10870 \end_layout
10871
10872 \begin_layout Itemize
10873
10874 \series bold
10875 m{width}
10876 \series default
10877  creates cell with a fixed width, its text is vertically centered
10878 \end_layout
10879
10880 \begin_layout Itemize
10881
10882 \series bold
10883 b{width}
10884 \series default
10885  creates cell with a fixed width, its text is vertically bottom-aligned
10886 \end_layout
10887
10888 \begin_layout Standard
10889 By entering a LaTeX-argument, all cell properties set in the table dialog
10890  are overwritten.
10891  
10892 \begin_inset Note Greyedout
10893 status open
10894
10895 \begin_layout Standard
10896
10897 \series bold
10898 Note:
10899 \series default
10900  Due to a bug, LyX shows the overwritten properties anyway.
10901 \end_layout
10902
10903 \end_inset
10904
10905  As the text should be horizontally centered, the command 
10906 \series bold
10907
10908 \backslash
10909 centering
10910 \series default
10911  is added.
10912  You can now enter the following LaTeX-argument for the first spanned column:
10913 \end_layout
10914
10915 \begin_layout Standard
10916
10917 \series bold
10918 |>{
10919 \backslash
10920 centering}m{1.25cm-6.2pt}
10921 \end_layout
10922
10923 \begin_layout Standard
10924 The bar 
10925 \begin_inset Quotes eld
10926 \end_inset
10927
10928
10929 \series bold
10930 |
10931 \series default
10932
10933 \begin_inset Quotes erd
10934 \end_inset
10935
10936  at the beginning draws the border line and the command 
10937 \series bold
10938 >{ }
10939 \series default
10940  means, that the commands inside the braces are applied before the cell
10941  is created.
10942 \end_layout
10943
10944 \begin_layout Standard
10945 Although we have chosen centered alignment for the text of the multicolumn
10946  cell, it is still left aligned.
10947  This is because LyX only applies the alignment to single columns.
10948  So we have to use for the multicolumn the LaTeX-argument
10949 \end_layout
10950
10951 \begin_layout Standard
10952
10953 \series bold
10954 |>{
10955 \backslash
10956 centering}m{2.5cm}|
10957 \end_layout
10958
10959 \begin_layout Subsection
10960 Multirows
10961 \begin_inset LatexCommand index
10962 name "Multirows"
10963
10964 \end_inset
10965
10966
10967 \begin_inset LatexCommand index
10968 name "Table ! Multirows"
10969
10970 \end_inset
10971
10972
10973 \begin_inset LatexCommand index
10974 name "LaTeX-packages ! multirow"
10975
10976 \end_inset
10977
10978
10979 \end_layout
10980
10981 \begin_layout Standard
10982 In contrary to multicolumns multirows are not yet supported by LyX so a
10983  bit of ERT needs to be used.
10984  To use multirows load the LaTeX-package 
10985 \series bold
10986 multirow
10987 \series default
10988  in your document preamble with the command
10989 \end_layout
10990
10991 \begin_layout Standard
10992
10993 \series bold
10994
10995 \backslash
10996 usepackage{multirow}
10997 \end_layout
10998
10999 \begin_layout Standard
11000 Multirows are created with the command
11001 \end_layout
11002
11003 \begin_layout Standard
11004
11005 \series bold
11006
11007 \backslash
11008 multirow{number of rows}{cell width}{cell entry}
11009 \end_layout
11010
11011 \begin_layout Standard
11012 To create the following table:
11013 \end_layout
11014
11015 \begin_layout Standard
11016 \align center
11017 \begin_inset ERT
11018 status collapsed
11019
11020 \begin_layout Standard
11021
11022
11023 \backslash
11024 renewcommand{
11025 \backslash
11026 multirowsetup}{
11027 \backslash
11028 centering}
11029 \end_layout
11030
11031 \end_inset
11032
11033
11034 \begin_inset Tabular
11035 <lyxtabular version="3" rows="3" columns="3">
11036 <features>
11037 <column alignment="center" valignment="top" leftline="true" width="0">
11038 <column alignment="center" valignment="top" leftline="true" width="0">
11039 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11040 <row topline="true">
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Standard
11045 a
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Standard
11054 b
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Standard
11063 c
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 <row topline="true">
11070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Standard
11074 \begin_inset ERT
11075 status collapsed
11076
11077 \begin_layout Standard
11078
11079
11080 \backslash
11081 multirow{2}{2.5cm}{
11082 \end_layout
11083
11084 \end_inset
11085
11086 multirow entry
11087 \begin_inset ERT
11088 status collapsed
11089
11090 \begin_layout Standard
11091
11092 }
11093 \end_layout
11094
11095 \end_inset
11096
11097
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Standard
11106 e
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Standard
11115 f
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 <row topline="true" bottomline="true">
11122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Standard
11126
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Standard
11135 h
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Standard
11144 i
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 </lyxtabular>
11151
11152 \end_inset
11153
11154
11155 \begin_inset ERT
11156 status collapsed
11157
11158 \begin_layout Standard
11159
11160
11161 \backslash
11162 renewcommand{
11163 \backslash
11164 multirowsetup}{
11165 \backslash
11166 raggedright}
11167 \end_layout
11168
11169 \end_inset
11170
11171
11172 \end_layout
11173
11174 \begin_layout Standard
11175 create a 3×3 table.
11176  To get rid of the line above the last cell in the first column, the cell
11177  is marked as multicolumn and the upper border is unset.
11178  The multirow is now created in the second row of the first column by inserting
11179  there the command
11180 \end_layout
11181
11182 \begin_layout Standard
11183
11184 \series bold
11185
11186 \backslash
11187 multirow{2}{2.5cm}{
11188 \end_layout
11189
11190 \begin_layout Standard
11191 as ERT.
11192  According to the command parameters the multirow spans now two rows and
11193  has a width of 2.5\InsetSpace \thinspace{}
11194 cm.
11195  The content of the multirow cell follows outside the ERT box and the command
11196  is finished with a right brace 
11197 \series bold
11198 }
11199 \series default
11200  in another ERT-box behind the text.
11201 \end_layout
11202
11203 \begin_layout Standard
11204
11205 \series bold
11206
11207 \backslash
11208 multirow
11209 \series default
11210  left-aligns its content by default.
11211  To override the default, renew the command 
11212 \series bold
11213
11214 \backslash
11215 multirowsetup
11216 \series default
11217  with the command
11218 \end_layout
11219
11220 \begin_layout Standard
11221
11222 \series bold
11223
11224 \backslash
11225 renewcommand{
11226 \backslash
11227 multirowsetup}{
11228 \backslash
11229 centering}
11230 \end_layout
11231
11232 \begin_layout Standard
11233 in ERT in the document preamble.
11234  Then all entries of multirow cells in the document are centered.
11235  If centering is only needed for several tables, you can renew the command
11236  in an ERT box just before the table instead of the preamble.
11237  If the text should be right-aligned, replace 
11238 \series bold
11239
11240 \backslash
11241 centering
11242 \series default
11243  by 
11244 \series bold
11245
11246 \backslash
11247 raggedleft
11248 \series default
11249 .
11250  To return to left-alignment 
11251 \series bold
11252
11253 \backslash
11254 raggedright
11255 \series default
11256  is used.
11257 \end_layout
11258
11259 \begin_layout Section
11260 Formal Tables
11261 \begin_inset LatexCommand label
11262 name "sec:Formal-Tables"
11263
11264 \end_inset
11265
11266
11267 \begin_inset LatexCommand index
11268 name "Table ! Formal"
11269
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \begin_layout Standard
11276 Tables are often typeset in books similar to Table\InsetSpace ~
11277
11278 \begin_inset LatexCommand ref
11279 reference "tab:Example-booktabs-table"
11280
11281 \end_inset
11282
11283 .
11284  This kind of tables is called 
11285 \begin_inset Quotes eld
11286 \end_inset
11287
11288
11289 \emph on
11290 formal
11291 \emph default
11292
11293 \begin_inset Quotes erd
11294 \end_inset
11295
11296 .
11297  To make a table a formal table use the option 
11298 \family sans
11299 Formal
11300 \family default
11301  in the 
11302 \family sans
11303 Borders
11304 \family default
11305  tab of the table dialog.
11306 \end_layout
11307
11308 \begin_layout Standard
11309 \begin_inset Float table
11310 placement h
11311 wide false
11312 sideways false
11313 status open
11314
11315 \begin_layout Standard
11316 \begin_inset Caption
11317
11318 \begin_layout Standard
11319 \begin_inset LatexCommand label
11320 name "tab:Example-booktabs-table"
11321
11322 \end_inset
11323
11324 Example booktabs-table
11325 \end_layout
11326
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \begin_layout Standard
11333 \align center
11334 \begin_inset Tabular
11335 <lyxtabular version="3" rows="8" columns="4">
11336 <features booktabs="true">
11337 <column alignment="center" valignment="top" rightline="true" width="0">
11338 <column alignment="center" valignment="top" width="0">
11339 <column alignment="center" valignment="top" width="0">
11340 <column alignment="center" valignment="top" width="0">
11341 <row topline="true">
11342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Standard
11346 System
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 <cell alignment="center" valignment="top" topline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Standard
11355 Medipix
11356 \begin_inset Formula $\,$
11357 \end_inset
11358
11359 1
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Standard
11368 Medipix
11369 \begin_inset Formula $\,$
11370 \end_inset
11371
11372 2
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Standard
11381
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 </row>
11387 <row>
11388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Standard
11392 \begin_inset ERT
11393 status collapsed
11394
11395 \begin_layout Standard
11396
11397
11398 \backslash
11399 cmidrule(r){2-2}
11400 \end_layout
11401
11402 \end_inset
11403
11404
11405 \begin_inset ERT
11406 status collapsed
11407
11408 \begin_layout Standard
11409
11410
11411 \backslash
11412 cmidrule(l){3-4}
11413 \end_layout
11414
11415 \end_inset
11416
11417 Detector thickness [µm]
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Standard
11426 300
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Standard
11435 300
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Standard
11444 700
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row topline="true">
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Standard
11455 Edge angle [°]
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Standard
11464 3.55
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Standard
11473 2.71
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Standard
11482 7.99
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 <row topspace="default">
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Standard
11493 Spatial resolution [µm]
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Standard
11502 4.26
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Standard
11511 10.17
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Standard
11520 10.56
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 <row topspace="default">
11527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Standard
11531 MTF at 
11532 \begin_inset Formula $f_{\mathrm{max}}$
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Standard
11544 0.53
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Standard
11553 0.37
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Standard
11562 0.39
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 <row topspace="default">
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Standard
11573 \begin_inset ERT
11574 status collapsed
11575
11576 \begin_layout Standard
11577
11578
11579 \backslash
11580 cmidrule(l{10pt}){1-1}
11581 \end_layout
11582
11583 \end_inset
11584
11585 LSF-spatial resolution
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Standard
11594
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Standard
11603
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Standard
11612
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 </row>
11618 <row>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Standard
11623 in µm
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Standard
11632 129.7
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Standard
11641 52.75
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Standard
11650 50.78
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 </row>
11656 <row bottomline="true">
11657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Standard
11661 in % of pixel size
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Standard
11670 76.3
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Standard
11679 95.9
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Standard
11688 92.3
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 </row>
11694 </lyxtabular>
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \end_inset
11702
11703
11704 \end_layout
11705
11706 \begin_layout Standard
11707 Spaces to table rows can be added using the 
11708 \family sans
11709 Borders
11710 \family default
11711  tab of the table dialog as described in section\InsetSpace ~
11712
11713 \begin_inset LatexCommand ref
11714 reference "sub:Row-Spacing"
11715
11716 \end_inset
11717
11718 .
11719 \end_layout
11720
11721 \begin_layout Standard
11722 In contrary to normal tables, formal tables have no vertical table lines.
11723  The horizontal table lines can be set like for normal tables but they appear
11724  with different width in the output:
11725 \newline
11726 The first and the last table line have
11727  a default width of 0.08\InsetSpace \thinspace{}
11728 em while the other lines have a default width of
11729  0.05\InsetSpace \thinspace{}
11730 em.
11731 \end_layout
11732
11733 \begin_layout Standard
11734 The default widths can be changed with the following preamble lines
11735 \end_layout
11736
11737 \begin_layout Standard
11738
11739 \series bold
11740
11741 \backslash
11742 let
11743 \backslash
11744 mytoprule
11745 \backslash
11746 toprule
11747 \newline
11748
11749 \backslash
11750 renewcommand{
11751 \backslash
11752 toprule}{
11753 \backslash
11754 mytoprule[width]}
11755 \end_layout
11756
11757 \begin_layout Standard
11758 This example is for the first line, the so called toprule.
11759  If you want to change the width for the last line, replace 
11760 \series bold
11761 toprule
11762 \series default
11763  by 
11764 \series bold
11765 bottomrule
11766 \series default
11767 .
11768  To change the width for the other lines replace 
11769 \series bold
11770 toprule
11771 \series default
11772  by 
11773 \series bold
11774 midrule
11775 \series default
11776 .
11777  You can use all units listed in appendix\InsetSpace ~
11778
11779 \begin_inset LatexCommand ref
11780 reference "cha:Units-available-in"
11781
11782 \end_inset
11783
11784  to set the width.
11785 \end_layout
11786
11787 \begin_layout Standard
11788 Lines that don't span over all table columns can be created by setting a
11789  table line for multicolumn cells.
11790  LyX will then internally use the command 
11791 \series bold
11792
11793 \backslash
11794 cmidrule
11795 \series default
11796  to create this line.
11797  Its full scheme is
11798 \end_layout
11799
11800 \begin_layout Standard
11801
11802 \series bold
11803
11804 \backslash
11805 cmidrule[width](trim){startcol-endcol}
11806 \end_layout
11807
11808 \begin_layout Standard
11809 The options of 
11810 \series bold
11811
11812 \backslash
11813 cmidrule
11814 \series default
11815  are are currently not supported by LyX so you have to use ERT to be able
11816  to use them.
11817  
11818 \series bold
11819
11820 \backslash
11821 cmidrule
11822 \series default
11823 s can manually be created by inserting the command as ERT as first cell
11824  entry of the first cell of a row.
11825  The line is then drawn in the output above the current row.
11826 \end_layout
11827
11828 \begin_layout Standard
11829 The default for the width is 0.03\InsetSpace \thinspace{}
11830 em.
11831  Startcol is the number of the column where the line starts and endcol the
11832  column number where the line ends.
11833  The endcol always needs to be specified, also when the line should span
11834  only one column.
11835  The optional parameter trim could be either 
11836 \emph on
11837 l{trimwidth}
11838 \emph default
11839 , or 
11840 \emph on
11841 r{trimwidth}
11842 \emph default
11843  where the trimwidth is also optional.
11844  Using for example the parameter 
11845 \emph on
11846 l{2pt}
11847 \emph default
11848  means that the line is trimmed from its left end by 2\InsetSpace \thinspace{}
11849 pt.
11850  If you don't specify the trimwidth the lines are trimmed by the default
11851  of 0.5\InsetSpace \thinspace{}
11852 em.
11853 \end_layout
11854
11855 \begin_layout Standard
11856 \begin_inset VSpace bigskip
11857 \end_inset
11858
11859 Table\InsetSpace ~
11860
11861 \begin_inset LatexCommand ref
11862 reference "tab:Example-booktabs-table"
11863
11864 \end_inset
11865
11866  was created using the commands
11867 \end_layout
11868
11869 \begin_layout Standard
11870
11871 \series bold
11872
11873 \backslash
11874 cmidrule(r){2-2}
11875 \backslash
11876 cmidrule(l){3-4}
11877 \end_layout
11878
11879 \begin_layout Standard
11880 at the beginning of the in the second row and
11881 \end_layout
11882
11883 \begin_layout Standard
11884
11885 \series bold
11886
11887 \backslash
11888 cmidrule(l{10pt}){1-1}
11889 \end_layout
11890
11891 \begin_layout Standard
11892 in the sixth row.
11893 \end_layout
11894
11895 \begin_layout Standard
11896
11897 \end_layout
11898
11899 \begin_layout Standard
11900 \begin_inset VSpace bigskip
11901 \end_inset
11902
11903
11904 \end_layout
11905
11906 \begin_layout Standard
11907 You might want to have overlapping 
11908 \series bold
11909
11910 \backslash
11911 cmidrule
11912 \series default
11913 s like in Table\InsetSpace ~
11914
11915 \begin_inset LatexCommand ref
11916 reference "tab:Special-booktabs-table"
11917
11918 \end_inset
11919
11920 .
11921  This can be achieved with the ERT command
11922 \end_layout
11923
11924 \begin_layout Standard
11925
11926 \series bold
11927
11928 \backslash
11929 morecmidrules
11930 \end_layout
11931
11932 \begin_layout Standard
11933 The command that was used for the second row of Table\InsetSpace ~
11934
11935 \begin_inset LatexCommand ref
11936 reference "tab:Special-booktabs-table"
11937
11938 \end_inset
11939
11940  is
11941 \end_layout
11942
11943 \begin_layout Standard
11944
11945 \series bold
11946
11947 \backslash
11948 cmidrule(r){2-2}
11949 \backslash
11950 cmidrule(l){3-4}
11951 \backslash
11952 morecmidrules
11953 \backslash
11954 cmidrule{2-4}
11955 \end_layout
11956
11957 \begin_layout Standard
11958 The command for the sixth row is
11959 \end_layout
11960
11961 \begin_layout Standard
11962
11963 \series bold
11964
11965 \backslash
11966 midrule
11967 \backslash
11968 morecmidrules
11969 \backslash
11970 cmidrule{3-4}
11971 \end_layout
11972
11973 \begin_layout Standard
11974 \begin_inset VSpace bigskip
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \begin_layout Standard
11981 If you are anyway not satisfied with the border line spacing, you can use
11982  the following command to produce lines that span over all table columns
11983 \series bold
11984 :
11985 \end_layout
11986
11987 \begin_layout Standard
11988
11989 \series bold
11990
11991 \backslash
11992 specialrule{width}{space above}{space below}
11993 \end_layout
11994
11995 \begin_layout Standard
11996 For more informations about these specialties, we refer to the manual of
11997  the LaTeX-package 
11998 \series bold
11999 booktabs
12000 \series default
12001  
12002 \begin_inset LatexCommand cite
12003 key "booktabs"
12004
12005 \end_inset
12006
12007 .
12008 \begin_inset LatexCommand index
12009 name "LaTeX-packages ! booktabs"
12010
12011 \end_inset
12012
12013
12014 \end_layout
12015
12016 \begin_layout Standard
12017 \begin_inset Float table
12018 placement h
12019 wide false
12020 sideways false
12021 status open
12022
12023 \begin_layout Standard
12024 \begin_inset Caption
12025
12026 \begin_layout Standard
12027 \begin_inset LatexCommand label
12028 name "tab:Special-booktabs-table"
12029
12030 \end_inset
12031
12032 Special booktabs-table
12033 \end_layout
12034
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \begin_layout Standard
12041 \align center
12042 \begin_inset Tabular
12043 <lyxtabular version="3" rows="8" columns="4">
12044 <features booktabs="true">
12045 <column alignment="center" valignment="top" width="0">
12046 <column alignment="center" valignment="top" width="0">
12047 <column alignment="center" valignment="top" width="0">
12048 <column alignment="center" valignment="top" width="0">
12049 <row topline="true">
12050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Standard
12054 System
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12060 \begin_inset Text
12061
12062 \begin_layout Standard
12063 Medipix\InsetSpace \thinspace{}
12064 1
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Standard
12073 Medipix\InsetSpace \thinspace{}
12074 2
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Standard
12083
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 </row>
12089 <row>
12090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Standard
12094 \begin_inset ERT
12095 status collapsed
12096
12097 \begin_layout Standard
12098
12099
12100 \backslash
12101 cmidrule(r){2-2}
12102 \end_layout
12103
12104 \end_inset
12105
12106
12107 \begin_inset ERT
12108 status collapsed
12109
12110 \begin_layout Standard
12111
12112
12113 \backslash
12114 cmidrule(l){3-4}
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \begin_inset ERT
12121 status collapsed
12122
12123 \begin_layout Standard
12124
12125
12126 \backslash
12127 morecmidrules 
12128 \end_layout
12129
12130 \end_inset
12131
12132
12133 \begin_inset ERT
12134 status collapsed
12135
12136 \begin_layout Standard
12137
12138
12139 \backslash
12140 cmidrule{2-4}
12141 \end_layout
12142
12143 \end_inset
12144
12145 Detector thickness [µm]
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Standard
12154 300
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Standard
12163 300
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Standard
12172 700
12173 \end_layout
12174
12175 \end_inset
12176 </cell>
12177 </row>
12178 <row topline="true">
12179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Standard
12183 Edge angle [°]
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Standard
12192 3.55
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Standard
12201 2.71
12202 \end_layout
12203
12204 \end_inset
12205 </cell>
12206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Standard
12210 7.99
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 </row>
12216 <row topspace="default">
12217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Standard
12221 Spatial resolution [µm]
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12227 \begin_inset Text
12228
12229 \begin_layout Standard
12230 4.26
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Standard
12239 10.17
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Standard
12248 10.56
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 </row>
12254 <row topspace="default">
12255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Standard
12259 MTF at 
12260 \begin_inset Formula $f_{\mathrm{max}}$
12261 \end_inset
12262
12263
12264 \end_layout
12265
12266 \end_inset
12267 </cell>
12268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12269 \begin_inset Text
12270
12271 \begin_layout Standard
12272 0.53
12273 \end_layout
12274
12275 \end_inset
12276 </cell>
12277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Standard
12281 0.37
12282 \end_layout
12283
12284 \end_inset
12285 </cell>
12286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12287 \begin_inset Text
12288
12289 \begin_layout Standard
12290 0.39
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 </row>
12296 <row topline="true">
12297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12298 \begin_inset Text
12299
12300 \begin_layout Standard
12301 \begin_inset ERT
12302 status collapsed
12303
12304 \begin_layout Standard
12305
12306
12307 \backslash
12308 morecmidrules 
12309 \end_layout
12310
12311 \end_inset
12312
12313
12314 \begin_inset ERT
12315 status collapsed
12316
12317 \begin_layout Standard
12318
12319
12320 \backslash
12321 cmidrule{3-4}
12322 \end_layout
12323
12324 \end_inset
12325
12326 LSF-spatial resolution
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Standard
12335
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12341 \begin_inset Text
12342
12343 \begin_layout Standard
12344
12345 \end_layout
12346
12347 \end_inset
12348 </cell>
12349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12350 \begin_inset Text
12351
12352 \begin_layout Standard
12353
12354 \end_layout
12355
12356 \end_inset
12357 </cell>
12358 </row>
12359 <row>
12360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Standard
12364 in µm
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12370 \begin_inset Text
12371
12372 \begin_layout Standard
12373 129.7
12374 \end_layout
12375
12376 \end_inset
12377 </cell>
12378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12379 \begin_inset Text
12380
12381 \begin_layout Standard
12382 52.75
12383 \end_layout
12384
12385 \end_inset
12386 </cell>
12387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12388 \begin_inset Text
12389
12390 \begin_layout Standard
12391 50.78
12392 \end_layout
12393
12394 \end_inset
12395 </cell>
12396 </row>
12397 <row bottomline="true">
12398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12399 \begin_inset Text
12400
12401 \begin_layout Standard
12402 in % of pixel size
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Standard
12411 76.3
12412 \end_layout
12413
12414 \end_inset
12415 </cell>
12416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12417 \begin_inset Text
12418
12419 \begin_layout Standard
12420 95.9
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12426 \begin_inset Text
12427
12428 \begin_layout Standard
12429 92.3
12430 \end_layout
12431
12432 \end_inset
12433 </cell>
12434 </row>
12435 </lyxtabular>
12436
12437 \end_inset
12438
12439
12440 \end_layout
12441
12442 \end_inset
12443
12444
12445 \end_layout
12446
12447 \begin_layout Section
12448 Vertical Table Alignment
12449 \begin_inset LatexCommand index
12450 name "Table ! Alignment"
12451
12452 \end_inset
12453
12454
12455 \end_layout
12456
12457 \begin_layout Standard
12458 To align tables vertically in a text line the table must be inside a box.
12459  The box can then be vertically aligned as described in section\InsetSpace ~
12460
12461 \begin_inset LatexCommand ref
12462 reference "sec:Box-Dialog"
12463
12464 \end_inset
12465
12466 .
12467 \end_layout
12468
12469 \begin_layout Standard
12470 In the following example the tables are inside a minipage
12471 \begin_inset Foot
12472 status collapsed
12473
12474 \begin_layout Standard
12475 Minipages are described in section\InsetSpace ~
12476
12477 \begin_inset LatexCommand ref
12478 reference "sec:Minipages"
12479
12480 \end_inset
12481
12482 .
12483 \end_layout
12484
12485 \end_inset
12486
12487  box that has a width of 15\InsetSpace \thinspace{}
12488 col%:
12489 \end_layout
12490
12491 \begin_layout Itemize
12492 test 
12493 \begin_inset Box Frameless
12494 position "t"
12495 hor_pos "c"
12496 has_inner_box 1
12497 inner_pos "c"
12498 use_parbox 0
12499 width "15col%"
12500 special "none"
12501 height "1in"
12502 height_special "totalheight"
12503 status collapsed
12504
12505 \begin_layout Standard
12506 \begin_inset Tabular
12507 <lyxtabular version="3" rows="3" columns="3">
12508 <features>
12509 <column alignment="center" valignment="top" leftline="true" width="0">
12510 <column alignment="center" valignment="top" leftline="true" width="0">
12511 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12512 <row topline="true">
12513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Standard
12517 a
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Standard
12526 d
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Standard
12535 g
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 </row>
12541 <row topline="true">
12542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Standard
12546 b
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Standard
12555 e
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Standard
12564 h
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 </row>
12570 <row topline="true" bottomline="true">
12571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Standard
12575 c
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Standard
12584 f
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Standard
12593 i
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 </lyxtabular>
12600
12601 \end_inset
12602
12603
12604 \end_layout
12605
12606 \end_inset
12607
12608  test 
12609 \begin_inset ERT
12610 status collapsed
12611
12612 \begin_layout Standard
12613
12614
12615 \backslash
12616 raisebox{0.85
12617 \backslash
12618 baselineskip}{
12619 \end_layout
12620
12621 \end_inset
12622
12623
12624 \begin_inset Box Frameless
12625 position "t"
12626 hor_pos "c"
12627 has_inner_box 1
12628 inner_pos "c"
12629 use_parbox 0
12630 width "15col%"
12631 special "none"
12632 height "1in"
12633 height_special "totalheight"
12634 status collapsed
12635
12636 \begin_layout Standard
12637 \begin_inset Tabular
12638 <lyxtabular version="3" rows="3" columns="3">
12639 <features>
12640 <column alignment="center" valignment="top" leftline="true" width="0">
12641 <column alignment="center" valignment="top" leftline="true" width="0">
12642 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12643 <row topline="true">
12644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Standard
12648 a
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Standard
12657 d
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Standard
12666 g
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 </row>
12672 <row topline="true">
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Standard
12677 b
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Standard
12686 e
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Standard
12695 h
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 </row>
12701 <row topline="true" bottomline="true">
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Standard
12706 c
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Standard
12715 f
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Standard
12724 i
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 </row>
12730 </lyxtabular>
12731
12732 \end_inset
12733
12734
12735 \end_layout
12736
12737 \end_inset
12738
12739
12740 \begin_inset ERT
12741 status collapsed
12742
12743 \begin_layout Standard
12744
12745 }
12746 \end_layout
12747
12748 \end_inset
12749
12750
12751 \end_layout
12752
12753 \begin_layout Itemize
12754 test 
12755 \begin_inset Box Frameless
12756 position "c"
12757 hor_pos "c"
12758 has_inner_box 1
12759 inner_pos "c"
12760 use_parbox 0
12761 width "15col%"
12762 special "none"
12763 height "1in"
12764 height_special "totalheight"
12765 status collapsed
12766
12767 \begin_layout Standard
12768 \begin_inset Tabular
12769 <lyxtabular version="3" rows="3" columns="3">
12770 <features>
12771 <column alignment="center" valignment="top" leftline="true" width="0">
12772 <column alignment="center" valignment="top" leftline="true" width="0">
12773 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12774 <row topline="true">
12775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Standard
12779 a
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Standard
12788 d
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Standard
12797 g
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 </row>
12803 <row topline="true">
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Standard
12808 b
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Standard
12817 e
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Standard
12826 h
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 </row>
12832 <row topline="true" bottomline="true">
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Standard
12837 c
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Standard
12846 f
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Standard
12855 i
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 </lyxtabular>
12862
12863 \end_inset
12864
12865
12866 \end_layout
12867
12868 \end_inset
12869
12870
12871 \end_layout
12872
12873 \begin_layout Itemize
12874 test 
12875 \begin_inset Box Frameless
12876 position "b"
12877 hor_pos "c"
12878 has_inner_box 1
12879 inner_pos "c"
12880 use_parbox 0
12881 width "15col%"
12882 special "none"
12883 height "1in"
12884 height_special "totalheight"
12885 status collapsed
12886
12887 \begin_layout Standard
12888 \begin_inset Tabular
12889 <lyxtabular version="3" rows="3" columns="3">
12890 <features>
12891 <column alignment="center" valignment="top" leftline="true" width="0">
12892 <column alignment="center" valignment="top" leftline="true" width="0">
12893 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12894 <row topline="true">
12895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12896 \begin_inset Text
12897
12898 \begin_layout Standard
12899 a
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Standard
12908 d
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Standard
12917 g
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 </row>
12923 <row topline="true">
12924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Standard
12928 b
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Standard
12937 e
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Standard
12946 h
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 </row>
12952 <row topline="true" bottomline="true">
12953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Standard
12957 c
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Standard
12966 f
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12972 \begin_inset Text
12973
12974 \begin_layout Standard
12975 i
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 </row>
12981 </lyxtabular>
12982
12983 \end_inset
12984
12985
12986 \end_layout
12987
12988 \end_inset
12989
12990  test 
12991 \begin_inset ERT
12992 status collapsed
12993
12994 \begin_layout Standard
12995
12996
12997 \backslash
12998 raisebox{-0.32
12999 \backslash
13000 baselineskip}{
13001 \end_layout
13002
13003 \end_inset
13004
13005
13006 \begin_inset Box Frameless
13007 position "b"
13008 hor_pos "c"
13009 has_inner_box 1
13010 inner_pos "c"
13011 use_parbox 0
13012 width "15col%"
13013 special "none"
13014 height "1in"
13015 height_special "totalheight"
13016 status collapsed
13017
13018 \begin_layout Standard
13019 \begin_inset Tabular
13020 <lyxtabular version="3" rows="3" columns="3">
13021 <features>
13022 <column alignment="center" valignment="top" leftline="true" width="0">
13023 <column alignment="center" valignment="top" leftline="true" width="0">
13024 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13025 <row topline="true">
13026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Standard
13030 a
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Standard
13039 d
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Standard
13048 g
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 </row>
13054 <row topline="true">
13055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Standard
13059 b
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Standard
13068 e
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Standard
13077 h
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 </row>
13083 <row topline="true" bottomline="true">
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Standard
13088 c
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Standard
13097 f
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Standard
13106 i
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 </row>
13112 </lyxtabular>
13113
13114 \end_inset
13115
13116
13117 \end_layout
13118
13119 \end_inset
13120
13121
13122 \begin_inset ERT
13123 status collapsed
13124
13125 \begin_layout Standard
13126
13127 }
13128 \end_layout
13129
13130 \end_inset
13131
13132
13133 \end_layout
13134
13135 \begin_layout Standard
13136 As you can see, the content of the first and last table row is not correctly
13137  aligned with the text line where the table is in.
13138  To get this alignment, the minipage box must be set into a raisebox
13139 \begin_inset Foot
13140 status collapsed
13141
13142 \begin_layout Standard
13143 Raiseboxes are described in section\InsetSpace ~
13144
13145 \begin_inset LatexCommand ref
13146 reference "sub:Vertical-Alignment"
13147
13148 \end_inset
13149
13150 .
13151 \end_layout
13152
13153 \end_inset
13154
13155 .
13156  In the example above the second table in the first item is aligned using
13157  the ERT-command
13158 \end_layout
13159
13160 \begin_layout Standard
13161
13162 \series bold
13163
13164 \backslash
13165 raisebox{0.85
13166 \backslash
13167 baselineskip}{
13168 \end_layout
13169
13170 \begin_layout Standard
13171 before the box.
13172  Behind the box the closing brace 
13173 \series bold
13174 }
13175 \series default
13176  is inserted as ERT.
13177  For the second table in the last item the command
13178 \end_layout
13179
13180 \begin_layout Standard
13181
13182 \series bold
13183
13184 \backslash
13185 raisebox{-0.32
13186 \backslash
13187 baselineskip}{
13188 \end_layout
13189
13190 \begin_layout Standard
13191 is used.
13192 \end_layout
13193
13194 \begin_layout Standard
13195 \begin_inset Note Greyedout
13196 status open
13197
13198 \begin_layout Standard
13199
13200 \series bold
13201 Note:
13202 \series default
13203  The alignment of the table row content to the surrounding text line is
13204  not exact.
13205  The needed factor of the 
13206 \series bold
13207
13208 \backslash
13209 raisebox
13210 \series default
13211  command for this alignment depends on the document font, the font size,
13212  and the table line thickness.
13213 \end_layout
13214
13215 \end_inset
13216
13217
13218 \end_layout
13219
13220 \begin_layout Section
13221 Colored Tables
13222 \begin_inset LatexCommand label
13223 name "sec:Colored-Tables"
13224
13225 \end_inset
13226
13227
13228 \begin_inset LatexCommand index
13229 name "Table ! Color"
13230
13231 \end_inset
13232
13233
13234 \end_layout
13235
13236 \begin_layout Subsection
13237 Colored Cells
13238 \begin_inset LatexCommand index
13239 name "Table Color ! for Cells"
13240
13241 \end_inset
13242
13243
13244 \begin_inset LatexCommand index
13245 name "Color ! for Table Cells"
13246
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 \begin_inset Float table
13254 placement h
13255 wide false
13256 sideways false
13257 status open
13258
13259 \begin_layout Standard
13260 \begin_inset Caption
13261
13262 \begin_layout Standard
13263 \begin_inset LatexCommand label
13264 name "tab:Table-colored-without"
13265
13266 \end_inset
13267
13268 Table colored without using the package 
13269 \series bold
13270 colortbl
13271 \series default
13272
13273 \begin_inset OptArg
13274 status collapsed
13275
13276 \begin_layout Standard
13277 Table without colortbl
13278 \end_layout
13279
13280 \end_inset
13281
13282
13283 \end_layout
13284
13285 \end_inset
13286
13287
13288 \end_layout
13289
13290 \begin_layout Standard
13291 \align center
13292 \begin_inset Tabular
13293 <lyxtabular version="3" rows="3" columns="3">
13294 <features>
13295 <column alignment="center" valignment="top" leftline="true" width="0">
13296 <column alignment="center" valignment="top" leftline="true" width="0">
13297 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13298 <row topline="true">
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Standard
13303
13304 \color green
13305 a
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Standard
13314
13315 \color red
13316 b
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Standard
13325
13326 \color red
13327 c
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 </row>
13333 <row topline="true">
13334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Standard
13338
13339 \color green
13340 d
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Standard
13349
13350 \color blue
13351 e
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Standard
13360
13361 \color blue
13362 f
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 </row>
13368 <row topline="true" bottomline="true">
13369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Standard
13373
13374 \color green
13375 g
13376 \end_layout
13377
13378 \end_inset
13379 </cell>
13380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Standard
13384
13385 \color blue
13386 h
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Standard
13395
13396 \color blue
13397 i
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 </row>
13403 </lyxtabular>
13404
13405 \end_inset
13406
13407
13408 \end_layout
13409
13410 \end_inset
13411
13412
13413 \end_layout
13414
13415 \begin_layout Standard
13416 If you only need colored text, mark the cells and choose a color in the
13417  menu 
13418 \family sans
13419 Edit\SpecialChar \menuseparator
13420 Text\InsetSpace ~
13421 Style
13422 \family default
13423 .
13424  This was used to create Table\InsetSpace ~
13425
13426 \begin_inset LatexCommand ref
13427 reference "tab:Table-colored-without"
13428
13429 \end_inset
13430
13431 .
13432  In any other case you have to use the LaTeX-package 
13433 \series bold
13434 colortbl
13435 \series default
13436 .
13437 \begin_inset LatexCommand index
13438 name "LaTeX-packages ! colortbl"
13439
13440 \end_inset
13441
13442
13443 \end_layout
13444
13445 \begin_layout Standard
13446 To create colored tables, 
13447 \series bold
13448 colortbl
13449 \series default
13450  must be loaded in the preamble with the line
13451 \end_layout
13452
13453 \begin_layout Standard
13454
13455 \series bold
13456
13457 \backslash
13458 usepackage{colortbl}
13459 \end_layout
13460
13461 \begin_layout Standard
13462 The color of a column is adjusted with the command
13463 \end_layout
13464
13465 \begin_layout Standard
13466
13467 \series bold
13468
13469 \backslash
13470 columncolor{name of color}
13471 \end_layout
13472
13473 \begin_layout Standard
13474 inside the command 
13475 \series bold
13476 >{ }
13477 \series default
13478 .
13479  More about the command 
13480 \series bold
13481 >{}
13482 \series default
13483  is described in section\InsetSpace ~
13484
13485 \begin_inset LatexCommand ref
13486 reference "sub:Multicolumn-Calculations"
13487
13488 \end_inset
13489
13490 .
13491 \end_layout
13492
13493 \begin_layout Standard
13494 The following color names are predefined:
13495 \end_layout
13496
13497 \begin_layout Standard
13498
13499 \family sans
13500 red
13501 \family default
13502
13503 \family sans
13504 green
13505 \family default
13506
13507 \family sans
13508 yellow
13509 \family default
13510
13511 \family sans
13512 blue
13513 \family default
13514
13515 \family sans
13516 cyan
13517 \family default
13518
13519 \family sans
13520 magenta
13521 \family default
13522
13523 \family sans
13524 black
13525 \family default
13526  and 
13527 \family sans
13528 white
13529 \end_layout
13530
13531 \begin_layout Standard
13532 \begin_inset VSpace medskip
13533 \end_inset
13534
13535
13536 \end_layout
13537
13538 \begin_layout Standard
13539 You can also define your own color with the command
13540 \end_layout
13541
13542 \begin_layout Standard
13543
13544 \series bold
13545
13546 \backslash
13547 def\SpecialChar \textcompwordmark{}
13548 inecolor{color name}{color model}{color values}
13549 \end_layout
13550
13551 \begin_layout Standard
13552 The color model can be
13553 \end_layout
13554
13555 \begin_layout Labeling
13556 \labelwidthstring 00.00.0000
13557 cmyk: cyan, magenta, yellow, black
13558 \end_layout
13559
13560 \begin_layout Labeling
13561 \labelwidthstring 00.00.0000
13562 rgb: red, green blue
13563 \end_layout
13564
13565 \begin_layout Labeling
13566 \labelwidthstring 00.00.0000
13567 gray gray
13568 \end_layout
13569
13570 \begin_layout Standard
13571 and the color values are comma separated numbers between 0 and 1 describing
13572  the factor for the corresponding color of the color model.
13573 \end_layout
13574
13575 \begin_layout Standard
13576 You can e.\InsetSpace \thinspace{}
13577 g.\InsetSpace ~
13578 define the color "
13579 \emph on
13580 darkgreen
13581 \emph default
13582 " in the preamble with
13583 \end_layout
13584
13585 \begin_layout Standard
13586
13587 \series bold
13588
13589 \backslash
13590 def\SpecialChar \textcompwordmark{}
13591 inecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
13592 \end_layout
13593
13594 \begin_layout Standard
13595 and the color "
13596 \emph on
13597 lightgray
13598 \emph default
13599 " with
13600 \end_layout
13601
13602 \begin_layout Standard
13603
13604 \series bold
13605
13606 \backslash
13607 def\SpecialChar \textcompwordmark{}
13608 inecolor{lightgray}{gray}{0.8}
13609 \end_layout
13610
13611 \begin_layout Standard
13612 \begin_inset VSpace medskip
13613 \end_inset
13614
13615
13616 \end_layout
13617
13618 \begin_layout Standard
13619 Lines are colored with the command
13620 \end_layout
13621
13622 \begin_layout Standard
13623
13624 \series bold
13625
13626 \backslash
13627 rowcolor{name of color}
13628 \end_layout
13629
13630 \begin_layout Standard
13631 and cells are colored with the command
13632 \end_layout
13633
13634 \begin_layout Standard
13635
13636 \series bold
13637
13638 \backslash
13639 cellcolor{name of color}
13640 \end_layout
13641
13642 \begin_layout Standard
13643 Both commands are inserted at the beginning of a cell as ERT.
13644 \end_layout
13645
13646 \begin_layout Standard
13647 To color characters in the table, mark the cells and use the LyX menu 
13648 \family sans
13649 Edit\SpecialChar \menuseparator
13650 Text\InsetSpace ~
13651 Style
13652 \family default
13653 .
13654  If a cell contains ERT mark only the characters, otherwise the colored
13655  ERT will cause LaTeX-errors.
13656 \end_layout
13657
13658 \begin_layout Standard
13659 \begin_inset VSpace bigskip
13660 \end_inset
13661
13662
13663 \end_layout
13664
13665 \begin_layout Standard
13666 To create Table\InsetSpace ~
13667
13668 \begin_inset LatexCommand ref
13669 reference "tab:Table-colored-using"
13670
13671 \end_inset
13672
13673  do the following: The color of the first column should be 
13674 \emph on
13675 darkgreen
13676 \emph default
13677 .
13678  So insert
13679 \end_layout
13680
13681 \begin_layout Standard
13682
13683 \series bold
13684 >{
13685 \backslash
13686 columncolor{darkgreen}
13687 \backslash
13688 centering}c
13689 \end_layout
13690
13691 \begin_layout Standard
13692 as LaTeX-argument for this column.
13693  The first row should be blue, therefore the ERT command
13694 \end_layout
13695
13696 \begin_layout Standard
13697
13698 \series bold
13699
13700 \backslash
13701 rowcolow{cyan}
13702 \end_layout
13703
13704 \begin_layout Standard
13705 is inserted to the first cell of this row.
13706  Note that this overwrites the column color for the first cell.
13707  The last cell of the last row is colored magenta by inserting the ERT command
13708 \end_layout
13709
13710 \begin_layout Standard
13711
13712 \series bold
13713
13714 \backslash
13715 cellcolor{magenta}
13716 \end_layout
13717
13718 \begin_layout Standard
13719 The characters could now be colored using the menu 
13720 \family sans
13721 Edit\SpecialChar \menuseparator
13722 Text\InsetSpace ~
13723 Style
13724 \family default
13725 .
13726 \end_layout
13727
13728 \begin_layout Standard
13729 \begin_inset Float table
13730 placement h
13731 wide false
13732 sideways false
13733 status open
13734
13735 \begin_layout Standard
13736 \begin_inset Caption
13737
13738 \begin_layout Standard
13739 \begin_inset LatexCommand label
13740 name "tab:Table-colored-using"
13741
13742 \end_inset
13743
13744 Table colored using the package 
13745 \series bold
13746 colortbl
13747 \series default
13748
13749 \begin_inset OptArg
13750 status collapsed
13751
13752 \begin_layout Standard
13753 Table with colortbl
13754 \end_layout
13755
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \end_inset
13762
13763
13764 \end_layout
13765
13766 \begin_layout Standard
13767 \align center
13768 \begin_inset Tabular
13769 <lyxtabular version="3" rows="3" columns="3">
13770 <features>
13771 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{darkgreen}\centering}c">
13772 <column alignment="center" valignment="top" width="0">
13773 <column alignment="center" valignment="top" width="0">
13774 <row>
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Standard
13779 \begin_inset ERT
13780 status collapsed
13781
13782 \begin_layout Standard
13783
13784
13785 \backslash
13786 rowcolor{cyan}
13787 \end_layout
13788
13789 \end_inset
13790
13791
13792 \color magenta
13793 a
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Standard
13802
13803 \color red
13804 b
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Standard
13813
13814 \color red
13815 c
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 <row>
13822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Standard
13826
13827 \color yellow
13828 d
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Standard
13837
13838 \color blue
13839 e
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Standard
13848
13849 \color blue
13850 f
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 </row>
13856 <row>
13857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Standard
13861
13862 \color yellow
13863 g
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13869 \begin_inset Text
13870
13871 \begin_layout Standard
13872
13873 \color blue
13874 h
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Standard
13883 \begin_inset ERT
13884 status collapsed
13885
13886 \begin_layout Standard
13887
13888
13889 \backslash
13890 cellcolor{magenta}
13891 \end_layout
13892
13893 \end_inset
13894
13895
13896 \color green
13897 i
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 </row>
13903 </lyxtabular>
13904
13905 \end_inset
13906
13907
13908 \end_layout
13909
13910 \end_inset
13911
13912
13913 \end_layout
13914
13915 \begin_layout Subsection
13916 Colored Lines
13917 \begin_inset LatexCommand index
13918 name "Table Color ! for Lines"
13919
13920 \end_inset
13921
13922
13923 \begin_inset LatexCommand index
13924 name "Color ! for Table Lines"
13925
13926 \end_inset
13927
13928
13929 \end_layout
13930
13931 \begin_layout Standard
13932 As described in section\InsetSpace ~
13933
13934 \begin_inset LatexCommand ref
13935 reference "sub:Line-Thickness"
13936
13937 \end_inset
13938
13939 , the line thickness for all lines in a table can be adjusted with the length
13940  
13941 \series bold
13942
13943 \backslash
13944 arrayrulewidth
13945 \series default
13946 .
13947  It is set to 1.5\InsetSpace \thinspace{}
13948 pt for all tables of this section.
13949 \begin_inset ERT
13950 status collapsed
13951
13952 \begin_layout Standard
13953
13954
13955 \backslash
13956 setlength{
13957 \backslash
13958 arrayrulewidth}{1.5pt}
13959 \end_layout
13960
13961 \end_inset
13962
13963
13964 \end_layout
13965
13966 \begin_layout Standard
13967 To color vertical lines for example with green, create the following column
13968  format in the document preamble, according to the description in section\InsetSpace ~
13969
13970 \begin_inset LatexCommand ref
13971 reference "sub:Customized-Format"
13972
13973 \end_inset
13974
13975 :
13976 \end_layout
13977
13978 \begin_layout Standard
13979
13980 \series bold
13981
13982 \backslash
13983 newcolumntype{W}{!{
13984 \backslash
13985 color{green}
13986 \backslash
13987 vline}}
13988 \end_layout
13989
13990 \begin_layout Standard
13991 For Table\InsetSpace ~
13992
13993 \begin_inset LatexCommand ref
13994 reference "tab:Table-with-vertical-colored"
13995
13996 \end_inset
13997
13998  the LaTeX-argument
13999 \end_layout
14000
14001 \begin_layout Standard
14002
14003 \series bold
14004 WcW
14005 \end_layout
14006
14007 \begin_layout Standard
14008 was used for the last column and
14009 \end_layout
14010
14011 \begin_layout Standard
14012
14013 \series bold
14014 Wc
14015 \end_layout
14016
14017 \begin_layout Standard
14018 for the other columns.
14019 \end_layout
14020
14021 \begin_layout Standard
14022 If you want to have several colors, define more column formats.
14023 \end_layout
14024
14025 \begin_layout Standard
14026 \begin_inset Float table
14027 wide false
14028 sideways false
14029 status open
14030
14031 \begin_layout Standard
14032 \begin_inset Caption
14033
14034 \begin_layout Standard
14035 \begin_inset LatexCommand label
14036 name "tab:Table-with-vertical-colored"
14037
14038 \end_inset
14039
14040 Table with colored vertical lines
14041 \end_layout
14042
14043 \end_inset
14044
14045
14046 \end_layout
14047
14048 \begin_layout Standard
14049 \align center
14050 \begin_inset Tabular
14051 <lyxtabular version="3" rows="3" columns="3">
14052 <features>
14053 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14054 <column alignment="center" valignment="top" width="0" special="Wc">
14055 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14056 <row topline="true">
14057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Standard
14061 sd
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Standard
14070
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Standard
14079
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 <row topline="true">
14086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Standard
14090
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Standard
14099 sd
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Standard
14108
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 </row>
14114 <row topline="true" bottomline="true">
14115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Standard
14119
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Standard
14128
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Standard
14137 sd
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 </row>
14143 </lyxtabular>
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \begin_layout Standard
14156 \begin_inset VSpace bigskip
14157 \end_inset
14158
14159 To color horizontal lines for example with red, like in Table\InsetSpace ~
14160
14161 \begin_inset LatexCommand ref
14162 reference "tab:Table-with-horizontal-colored"
14163
14164 \end_inset
14165
14166 , insert these commands in ERT before the table or table float:
14167 \end_layout
14168
14169 \begin_layout Standard
14170
14171 \series bold
14172
14173 \backslash
14174 let
14175 \backslash
14176 myHlineC
14177 \backslash
14178 hline
14179 \newline
14180
14181 \backslash
14182 renewcommand{
14183 \backslash
14184 hline}{
14185 \backslash
14186 arrayrulecolor{red}
14187 \backslash
14188 myHlineC
14189 \backslash
14190 arrayrulecolor{black}}
14191 \end_layout
14192
14193 \begin_layout Standard
14194 \begin_inset ERT
14195 status collapsed
14196
14197 \begin_layout Standard
14198
14199
14200 \backslash
14201 let
14202 \backslash
14203 myHlineC
14204 \backslash
14205 hline
14206 \end_layout
14207
14208 \begin_layout Standard
14209
14210
14211 \backslash
14212 renewcommand{
14213 \backslash
14214 hline}{
14215 \backslash
14216 arrayrulecolor{red}
14217 \backslash
14218 myHlineC
14219 \backslash
14220 arrayrulecolor{black}}
14221 \end_layout
14222
14223 \end_inset
14224
14225
14226 \begin_inset Float table
14227 wide false
14228 sideways false
14229 status open
14230
14231 \begin_layout Standard
14232 \begin_inset Caption
14233
14234 \begin_layout Standard
14235 \begin_inset LatexCommand label
14236 name "tab:Table-with-horizontal-colored"
14237
14238 \end_inset
14239
14240 Table with colored horizontal lines
14241 \end_layout
14242
14243 \end_inset
14244
14245
14246 \end_layout
14247
14248 \begin_layout Standard
14249 \align center
14250 \begin_inset Tabular
14251 <lyxtabular version="3" rows="3" columns="3">
14252 <features>
14253 <column alignment="center" valignment="top" leftline="true" width="0">
14254 <column alignment="center" valignment="top" leftline="true" width="0">
14255 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14256 <row topline="true">
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Standard
14261 sd
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Standard
14270
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Standard
14279
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 </row>
14285 <row topline="true">
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Standard
14290
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Standard
14299 sd
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Standard
14308
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 <row topline="true" bottomline="true">
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Standard
14319
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Standard
14328
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Standard
14337 sd
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 </lyxtabular>
14344
14345 \end_inset
14346
14347
14348 \end_layout
14349
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \begin_layout Standard
14356 \begin_inset ERT
14357 status collapsed
14358
14359 \begin_layout Standard
14360
14361
14362 \backslash
14363 pagebreak 
14364 \end_layout
14365
14366 \end_inset
14367
14368
14369 \end_layout
14370
14371 \begin_layout Standard
14372 To return to the default line color black, insert this command in ERT behind
14373  the table or table float:
14374 \end_layout
14375
14376 \begin_layout Standard
14377
14378 \series bold
14379
14380 \backslash
14381 renewcommand{
14382 \backslash
14383 hline}{
14384 \backslash
14385 myHlineC}
14386 \end_layout
14387
14388 \begin_layout Standard
14389 Table\InsetSpace ~
14390
14391 \begin_inset LatexCommand ref
14392 reference "tab:Table-with-colored"
14393
14394 \end_inset
14395
14396  is an example with colored vertical and horizontal lines.
14397 \end_layout
14398
14399 \begin_layout Standard
14400 \begin_inset Float table
14401 wide false
14402 sideways false
14403 status open
14404
14405 \begin_layout Standard
14406 \begin_inset Caption
14407
14408 \begin_layout Standard
14409 \begin_inset LatexCommand label
14410 name "tab:Table-with-colored"
14411
14412 \end_inset
14413
14414 Table with colored lines
14415 \end_layout
14416
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \begin_layout Standard
14423 \align center
14424 \begin_inset Tabular
14425 <lyxtabular version="3" rows="3" columns="3">
14426 <features>
14427 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14428 <column alignment="center" valignment="top" width="0" special="Wc">
14429 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14430 <row topline="true">
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Standard
14435 sd
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Standard
14444
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Standard
14453
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 </row>
14459 <row topline="true">
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Standard
14464
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Standard
14473 sd
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Standard
14482
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 </row>
14488 <row topline="true" bottomline="true" topspace="default">
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Standard
14493
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Standard
14502
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Standard
14511 sd
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 </row>
14517 </lyxtabular>
14518
14519 \end_inset
14520
14521
14522 \end_layout
14523
14524 \end_inset
14525
14526
14527 \end_layout
14528
14529 \begin_layout Standard
14530 \begin_inset ERT
14531 status collapsed
14532
14533 \begin_layout Standard
14534
14535
14536 \backslash
14537 renewcommand{
14538 \backslash
14539 hline}{
14540 \backslash
14541 myHlineC}
14542 \end_layout
14543
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \begin_layout Standard
14550 \begin_inset ERT
14551 status collapsed
14552
14553 \begin_layout Standard
14554
14555
14556 \backslash
14557 setlength{
14558 \backslash
14559 arrayrulewidth}{0.4pt}
14560 \end_layout
14561
14562 \end_inset
14563
14564
14565 \end_layout
14566
14567 \begin_layout Section
14568 Table Customization
14569 \begin_inset LatexCommand index
14570 name "Table Customization"
14571
14572 \end_inset
14573
14574
14575 \begin_inset LatexCommand index
14576 name "Table ! Customization"
14577
14578 \end_inset
14579
14580
14581 \end_layout
14582
14583 \begin_layout Subsection
14584 Row Spacing
14585 \begin_inset LatexCommand label
14586 name "sub:Row-Spacing"
14587
14588 \end_inset
14589
14590
14591 \begin_inset LatexCommand index
14592 name "Table Customization ! Row Spacing"
14593
14594 \end_inset
14595
14596
14597 \end_layout
14598
14599 \begin_layout Standard
14600 You can add vertical space to table rows in the 
14601 \family sans
14602 Borders
14603 \family default
14604  tab of the table dialog.
14605  You find there three possibilities:
14606 \end_layout
14607
14608 \begin_layout Description
14609 Top\InsetSpace ~
14610 of\InsetSpace ~
14611 row will add space above the characters of the table row.
14612  If the table is a formal table
14613 \begin_inset Foot
14614 status collapsed
14615
14616 \begin_layout Standard
14617 Formal tables are explained in section\InsetSpace ~
14618
14619 \begin_inset LatexCommand ref
14620 reference "sec:Formal-Tables"
14621
14622 \end_inset
14623
14624 .
14625 \end_layout
14626
14627 \end_inset
14628
14629  LyX will insert as default 0.5\InsetSpace \thinspace{}
14630 em space.
14631  For normal tables the inserted space will unfortunately destroy the vertical
14632  table lines as in the following table: 
14633 \begin_inset Tabular
14634 <lyxtabular version="3" rows="3" columns="1">
14635 <features>
14636 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14637 <row topline="true">
14638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Standard
14642 A
14643 \end_layout
14644
14645 \end_inset
14646 </cell>
14647 </row>
14648 <row topline="true" topspace="3mm">
14649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Standard
14653 3\InsetSpace \thinspace{}
14654 mm space top of row
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 </row>
14660 <row topline="true" bottomline="true">
14661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14662 \begin_inset Text
14663
14664 \begin_layout Standard
14665 C
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 </row>
14671 </lyxtabular>
14672
14673 \end_inset
14674
14675
14676 \newline
14677 So inserting space to the top of row for normal tables is only useful when
14678  you don't have vertical lines.
14679 \end_layout
14680
14681 \begin_layout Description
14682 Bottom\InsetSpace ~
14683 of\InsetSpace ~
14684 row will add space below the characters of the table row.
14685  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14686 em space, for
14687  normal tables the default size is 2\InsetSpace \thinspace{}
14688 pt.
14689 \end_layout
14690
14691 \begin_layout Description
14692 Between\InsetSpace ~
14693 rows only has an effect when you have selected the whole table row
14694  before.
14695  The space is added between the current and the following row.
14696  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14697 em space.
14698  For normal tables the inserted space will unfortunately destroy the vertical
14699  table lines as in the following table: 
14700 \begin_inset Tabular
14701 <lyxtabular version="3" rows="3" columns="1">
14702 <features>
14703 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14704 <row topline="true">
14705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Standard
14709 A
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 </row>
14715 <row topline="true" interlinespace="3mm">
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Standard
14720 \begin_inset Formula $\downarrow$
14721 \end_inset
14722
14723  3\InsetSpace \thinspace{}
14724 mm space between row 
14725 \begin_inset Formula $\downarrow$
14726 \end_inset
14727
14728
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 </row>
14734 <row topline="true" bottomline="true">
14735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Standard
14739 \begin_inset Formula $\uparrow$
14740 \end_inset
14741
14742  3\InsetSpace \thinspace{}
14743 mm space between row 
14744 \begin_inset Formula $\uparrow$
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 </row>
14753 </lyxtabular>
14754
14755 \end_inset
14756
14757
14758 \newline
14759 So inserting space to the top of row for normal tables is only useful when
14760  you don't have vertical lines.
14761 \end_layout
14762
14763 \begin_layout Standard
14764 When you want to add extra height to all cells of all tables, you can do
14765  this with the following preamble line:
14766 \end_layout
14767
14768 \begin_layout Standard
14769
14770 \series bold
14771
14772 \backslash
14773 setlength{
14774 \backslash
14775 extrarowheight}{height}
14776 \end_layout
14777
14778 \begin_layout Standard
14779 But this has the disadvantage that the cell texts are no longer exactly
14780  vertically centered.
14781 \end_layout
14782
14783 \begin_layout Subsection
14784 Special Cell Alignment
14785 \begin_inset LatexCommand index
14786 name "Table Customization ! Special Cell Alignment"
14787
14788 \end_inset
14789
14790
14791 \end_layout
14792
14793 \begin_layout Standard
14794 Sometimes it looks better when the cell entries of a column are aligned
14795  with a special character, e.\InsetSpace \thinspace{}
14796 g.\InsetSpace ~
14797 with the decimal separator as in Table\InsetSpace ~
14798
14799 \begin_inset LatexCommand ref
14800 reference "tab:Table-cells-of"
14801
14802 \end_inset
14803
14804 .
14805 \end_layout
14806
14807 \begin_layout Standard
14808 \begin_inset Float table
14809 placement h
14810 wide false
14811 sideways false
14812 status open
14813
14814 \begin_layout Standard
14815 \begin_inset Caption
14816
14817 \begin_layout Standard
14818 \begin_inset LatexCommand label
14819 name "tab:Table-cells-of"
14820
14821 \end_inset
14822
14823 Table cells of a column aligned with the decimal separator.
14824 \end_layout
14825
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \begin_layout Standard
14832 \align center
14833 \begin_inset Tabular
14834 <lyxtabular version="3" rows="4" columns="2">
14835 <features>
14836 <column alignment="right" valignment="top" width="0">
14837 <column alignment="left" valignment="top" width="0" special="@{}l">
14838 <row bottomline="true">
14839 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Standard
14843 heading
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Standard
14852
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 </row>
14858 <row>
14859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Standard
14863 12.
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Standard
14872 6
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 </row>
14878 <row>
14879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Standard
14883 0.
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Standard
14892 68
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 </row>
14898 <row>
14899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Standard
14903 -123.
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Standard
14912 0
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 </row>
14918 </lyxtabular>
14919
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \begin_layout Standard
14931 This table was created with a 4×2 table.
14932  The heading is a centered multicolumn.
14933  The first column is right-aligned and contains the digits before the decimal
14934  point and the decimal point.
14935  The second column is left aligned and contains the digits after the decimal
14936  point.
14937  To omit the space that is normally between two table columns, use the following
14938  LaTeX-argument for the second column:
14939 \end_layout
14940
14941 \begin_layout Standard
14942
14943 \series bold
14944 @{}l
14945 \end_layout
14946
14947 \begin_layout Standard
14948 If you need a vertical line right beside the second column, use this LaTeX-argum
14949 ent instead: 
14950 \series bold
14951 @{}l|
14952 \end_layout
14953
14954 \begin_layout Standard
14955 Table\InsetSpace ~
14956
14957 \begin_inset LatexCommand ref
14958 reference "tab:Several-table-cell"
14959
14960 \end_inset
14961
14962  shows some example alignments.
14963  For the alignment with the relation sign, you must add the second smallest
14964  math-space at the beginning of the last column to get the correct space
14965  surrounding the relation sign.
14966 \end_layout
14967
14968 \begin_layout Standard
14969 \begin_inset Float table
14970 wide false
14971 sideways false
14972 status open
14973
14974 \begin_layout Standard
14975 \begin_inset Caption
14976
14977 \begin_layout Standard
14978 \begin_inset LatexCommand label
14979 name "tab:Several-table-cell"
14980
14981 \end_inset
14982
14983 Several table cell alignments.
14984 \end_layout
14985
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Standard
14992 \align center
14993 \begin_inset Tabular
14994 <lyxtabular version="3" rows="4" columns="6">
14995 <features>
14996 <column alignment="right" valignment="top" width="0">
14997 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14998 <column alignment="right" valignment="top" width="0">
14999 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15000 <column alignment="right" valignment="top" width="0">
15001 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15002 <row bottomline="true">
15003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Standard
15007 units
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Standard
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Standard
15025 exponents
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Standard
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Standard
15043 relations
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Standard
15052
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Standard
15063 12×
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Standard
15072 24\InsetSpace \thinspace{}
15073 bottles
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Standard
15082 \begin_inset Formula $10\cdot$
15083 \end_inset
15084
15085
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Standard
15094 \begin_inset Formula $10^{\mbox{-}17}$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Standard
15106 \begin_inset Formula $\Gamma(t)\propto$
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Standard
15118 \begin_inset Formula $\:\Upsilon(t)$
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 </row>
15127 <row>
15128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Standard
15132 1024×
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Standard
15141 768\InsetSpace \thinspace{}
15142 Pixels
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Standard
15151 \begin_inset Formula $5.78\cdot$
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Standard
15163 \begin_inset Formula $10^{7}$
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Standard
15175 \begin_inset Formula $A\ne$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Standard
15187 \begin_inset Formula $\: B_{\mathrm{red}}$
15188 \end_inset
15189
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 <row>
15197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Standard
15201 32×
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Standard
15210 6\InsetSpace \thinspace{}
15211 cm
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Standard
15220 -
15221 \begin_inset Formula $33.5\cdot$
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Standard
15233 \begin_inset Formula $10^{4}$
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Standard
15245 \begin_inset Formula $\sin(\alpha)\ge$
15246 \end_inset
15247
15248
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Standard
15257 \begin_inset Formula $\:\sin(\beta)$
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 </lyxtabular>
15267
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \begin_layout Standard
15279 \begin_inset VSpace bigskip
15280 \end_inset
15281
15282 There is also the LaTeX-package 
15283 \series bold
15284 dcolumn
15285 \series default
15286
15287 \begin_inset LatexCommand index
15288 name "LaTeX-packages ! dcolumn"
15289
15290 \end_inset
15291
15292  that provides table cell alignments.
15293  But this unfortunately treats the cell entries as math and doesn't allow
15294  formulas in table cells: The first column of Table\InsetSpace ~
15295
15296 \begin_inset LatexCommand ref
15297 reference "tab:Several-table-cell"
15298
15299 \end_inset
15300
15301  will look with 
15302 \series bold
15303 dcolumn
15304 \series default
15305  like the first column in Table\InsetSpace ~
15306
15307 \begin_inset LatexCommand ref
15308 reference "tab:Alignments-when"
15309
15310 \end_inset
15311
15312  and only with some tricks like the expected.
15313  The alignment of the second and third column of Table\InsetSpace ~
15314
15315 \begin_inset LatexCommand ref
15316 reference "tab:Several-table-cell"
15317
15318 \end_inset
15319
15320  is not possible with 
15321 \series bold
15322 dcolumn
15323 \series default
15324 .
15325 \end_layout
15326
15327 \begin_layout Standard
15328 \begin_inset Float table
15329 placement h
15330 wide false
15331 sideways false
15332 status open
15333
15334 \begin_layout Standard
15335 \begin_inset Caption
15336
15337 \begin_layout Standard
15338 \begin_inset LatexCommand label
15339 name "tab:Alignments-when"
15340
15341 \end_inset
15342
15343 Alignments when LaTeX-package dcolumn is used.
15344  For the second and third alignment some tricks were used.
15345 \end_layout
15346
15347 \end_inset
15348
15349
15350 \end_layout
15351
15352 \begin_layout Standard
15353 \align center
15354 \begin_inset Tabular
15355 <lyxtabular version="3" rows="4" columns="3">
15356 <features>
15357 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15358 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15359 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15360 <row bottomline="true">
15361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Standard
15365 units
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Standard
15374 units
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Standard
15383 units
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 </row>
15389 <row>
15390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Standard
15394 12×24\InsetSpace \thinspace{}
15395 bottles
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Standard
15404 12×24\InsetSpace \thinspace{}
15405
15406 \begin_inset Formula $\mbox{bottles}$
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Standard
15418 12×24~
15419 \begin_inset Formula $\mbox{bottles}$
15420 \end_inset
15421
15422
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 </row>
15428 <row>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Standard
15433 1024×768\InsetSpace \thinspace{}
15434 Pixels
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Standard
15443 1024×768\InsetSpace \thinspace{}
15444
15445 \begin_inset Formula $\mbox{Pixels}$
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Standard
15457 1024×768~
15458 \begin_inset Formula $\mbox{Pixels}$
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 <row>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Standard
15472 32×6\InsetSpace \thinspace{}
15473 cm
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Standard
15482 32×6\InsetSpace \thinspace{}
15483
15484 \begin_inset Formula $\mbox{cm}$
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Standard
15496 32×6~
15497 \begin_inset Formula $\mbox{cm}$
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 </row>
15506 </lyxtabular>
15507
15508 \end_inset
15509
15510
15511 \end_layout
15512
15513 \end_inset
15514
15515
15516 \end_layout
15517
15518 \begin_layout Subsection
15519 Customized Cell/Column Format
15520 \begin_inset LatexCommand label
15521 name "sub:Customized-Format"
15522
15523 \end_inset
15524
15525
15526 \begin_inset LatexCommand index
15527 name "Table Customization ! Cell/Column Format"
15528
15529 \end_inset
15530
15531
15532 \end_layout
15533
15534 \begin_layout Standard
15535 Calculating the needed width for spanned columns like in section\InsetSpace ~
15536
15537 \begin_inset LatexCommand ref
15538 reference "sub:Multicolumn-Calculations"
15539
15540 \end_inset
15541
15542  is very annoying if you have several tables with multicolumn cells.
15543  To make life easier, you can define a cell/column format in the preamble,
15544  so that it can be used in all tables of the document.
15545  The format is defined with the command
15546 \end_layout
15547
15548 \begin_layout Standard
15549
15550 \series bold
15551
15552 \backslash
15553 newcolumntype{name of format}[number of arguments]{commands}
15554 \end_layout
15555
15556 \begin_layout Standard
15557 The format name may only consist of one letter.
15558  The letters 
15559 \emph on
15560 b
15561 \emph default
15562
15563 \emph on
15564 c
15565 \emph default
15566
15567 \emph on
15568 l
15569 \emph default
15570
15571 \emph on
15572 m
15573 \emph default
15574
15575 \emph on
15576 p
15577 \emph default
15578  and 
15579 \emph on
15580 r
15581 \emph default
15582  are predefined and cannot be used.
15583  But all letters are allowed as capitals.
15584 \end_layout
15585
15586 \begin_layout Standard
15587 \begin_inset VSpace medskip
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \begin_layout Standard
15594 For vertically and horizontally centered multicolumn cells with a fixed
15595  width you can define the cell format
15596 \end_layout
15597
15598 \begin_layout Standard
15599
15600 \series bold
15601
15602 \backslash
15603 newcolumntype{M}[1]{>{
15604 \backslash
15605 centering
15606 \backslash
15607 hspace{0pt}}m{#1}}
15608 \end_layout
15609
15610 \begin_layout Standard
15611 where 
15612 \series bold
15613
15614 \backslash
15615 hspace{0pt}
15616 \series default
15617  avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
15618
15619 \begin_inset LatexCommand ref
15620 reference "sub:Multiple-Lines-in"
15621
15622 \end_inset
15623
15624 .
15625  Now you can simply enter
15626 \end_layout
15627
15628 \begin_layout Standard
15629
15630 \series bold
15631 |M{width}
15632 \end_layout
15633
15634 \begin_layout Standard
15635 as LaTeX-argument in the table dialog to create a multicolumn.
15636 \end_layout
15637
15638 \begin_layout Standard
15639 \begin_inset VSpace bigskip
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \begin_layout Standard
15646 For cells spanned by a multicolumn cell, you can define the format
15647 \end_layout
15648
15649 \begin_layout Standard
15650
15651 \series bold
15652
15653 \backslash
15654 newcolumntype{S}[2]{>{
15655 \backslash
15656 centering
15657 \backslash
15658 hspace{0pt}}
15659 \newline
15660
15661 \begin_inset ERT
15662 status collapsed
15663
15664 \begin_layout Standard
15665
15666
15667 \backslash
15668 phantom{
15669 \end_layout
15670
15671 \end_inset
15672
15673
15674 \backslash
15675 newcolumntype{S}[2]
15676 \begin_inset ERT
15677 status collapsed
15678
15679 \begin_layout Standard
15680
15681 }
15682 \end_layout
15683
15684 \end_inset
15685
15686 m{(#1+(2
15687 \backslash
15688 tabcolsep+
15689 \backslash
15690 arrayrulewidth)*(1-#2))/#2}}
15691 \end_layout
15692
15693 \begin_layout Standard
15694 This format uses equation 
15695 \begin_inset LatexCommand eqref
15696 reference "eq:Wgn"
15697
15698 \end_inset
15699
15700  to calculate the needed width so that each spanned cell has the same width.
15701 \end_layout
15702
15703 \begin_layout Standard
15704 You can now enter
15705 \end_layout
15706
15707 \begin_layout Standard
15708
15709 \series bold
15710 |S{width of multicolumn cell}{number of spanned columns}
15711 \end_layout
15712
15713 \begin_layout Standard
15714 as LaTeX-argument of the column.
15715 \end_layout
15716
15717 \begin_layout Standard
15718 \begin_inset VSpace bigskip
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \begin_layout Standard
15725 For colored columns, you can define
15726 \end_layout
15727
15728 \begin_layout Standard
15729
15730 \series bold
15731
15732 \backslash
15733 newcolumntype{K}[1]{>{
15734 \backslash
15735 columncolor{#1}
15736 \backslash
15737 hspace{0pt}}c}
15738 \end_layout
15739
15740 \begin_layout Standard
15741 The 
15742 \begin_inset Quotes eld
15743 \end_inset
15744
15745 c
15746 \begin_inset Quotes erd
15747 \end_inset
15748
15749  at the end creates a column with a flexible width whose text is horizontally
15750  centered.
15751  You can now enter
15752 \end_layout
15753
15754 \begin_layout Standard
15755
15756 \series bold
15757 K{color name}
15758 \end_layout
15759
15760 \begin_layout Standard
15761 as LaTeX-argument.
15762 \end_layout
15763
15764 \begin_layout Standard
15765 \begin_inset VSpace bigskip
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \begin_layout Standard
15772 To create Table\InsetSpace ~
15773
15774 \begin_inset LatexCommand ref
15775 reference "tab:Table-using-user-defined"
15776
15777 \end_inset
15778
15779  use the LaTeX-arguments
15780 \end_layout
15781
15782 \begin_layout Standard
15783
15784 \series bold
15785 |M{2.5cm}
15786 \end_layout
15787
15788 \begin_layout Standard
15789 for the first column and the multicolumn,
15790 \end_layout
15791
15792 \begin_layout Standard
15793
15794 \series bold
15795 |K{red}|
15796 \end_layout
15797
15798 \begin_layout Standard
15799 for the the last column, and
15800 \end_layout
15801
15802 \begin_layout Standard
15803
15804 \series bold
15805 |S{2.5cm}{2}
15806 \end_layout
15807
15808 \begin_layout Standard
15809 for the cells in the second column.
15810 \end_layout
15811
15812 \begin_layout Standard
15813 \begin_inset Float table
15814 placement h
15815 wide false
15816 sideways false
15817 status open
15818
15819 \begin_layout Standard
15820 \begin_inset Caption
15821
15822 \begin_layout Standard
15823 \begin_inset LatexCommand label
15824 name "tab:Table-using-user-defined"
15825
15826 \end_inset
15827
15828 Table using user-defined table formats
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Standard
15837 \align center
15838 \begin_inset Tabular
15839 <lyxtabular version="3" rows="3" columns="4">
15840 <features>
15841 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15842 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15843 <column alignment="center" valignment="middle" leftline="true" width="0">
15844 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15845 <row topline="true">
15846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Standard
15850 verylongtablecellword
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15856 \begin_inset Text
15857
15858 \begin_layout Standard
15859 multiple lines multicolumn
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Standard
15868
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Standard
15877 c
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 </row>
15883 <row topline="true">
15884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Standard
15888 d
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Standard
15897 e
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Standard
15906 f
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Standard
15915 g
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 </row>
15921 <row topline="true" bottomline="true">
15922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Standard
15926 h
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Standard
15935 i
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Standard
15944 j
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Standard
15953 k
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 </row>
15959 </lyxtabular>
15960
15961 \end_inset
15962
15963
15964 \end_layout
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \begin_layout Subsection
15972 Line Thickness
15973 \begin_inset LatexCommand label
15974 name "sub:Line-Thickness"
15975
15976 \end_inset
15977
15978
15979 \begin_inset LatexCommand index
15980 name "Table Customization ! Line Thickness"
15981
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \begin_layout Standard
15988 The line thickness for all lines in a table can be adjusted with the length
15989  
15990 \series bold
15991
15992 \backslash
15993 arrayrulewidth
15994 \series default
15995 .
15996  To set for example a line thickness of 1.5\InsetSpace \thinspace{}
15997 pt, like in Table\InsetSpace ~
15998
15999 \begin_inset LatexCommand ref
16000 reference "tab:Table-with-1.5"
16001
16002 \end_inset
16003
16004 , insert the command
16005 \end_layout
16006
16007 \begin_layout Standard
16008
16009 \series bold
16010
16011 \backslash
16012 setlength{
16013 \backslash
16014 arrayrulewidth}{1.5pt}
16015 \end_layout
16016
16017 \begin_layout Standard
16018 in ERT before the table or table float.
16019  The changed thickness is valid for all following tables.
16020  To use the default value again, set 
16021 \series bold
16022
16023 \backslash
16024 arrayrulewidth
16025 \series default
16026  to 0.4\InsetSpace \thinspace{}
16027 pt in ERT behind the table or table float.
16028 \end_layout
16029
16030 \begin_layout Standard
16031 \begin_inset ERT
16032 status collapsed
16033
16034 \begin_layout Standard
16035
16036
16037 \backslash
16038 setlength{
16039 \backslash
16040 arrayrulewidth}{1.5pt}
16041 \end_layout
16042
16043 \end_inset
16044
16045
16046 \begin_inset Float table
16047 wide false
16048 sideways false
16049 status open
16050
16051 \begin_layout Standard
16052 \begin_inset Caption
16053
16054 \begin_layout Standard
16055 \begin_inset LatexCommand label
16056 name "tab:Table-with-1.5"
16057
16058 \end_inset
16059
16060 Table with 1.5\InsetSpace \thinspace{}
16061 pt thick lines
16062 \end_layout
16063
16064 \end_inset
16065
16066
16067 \end_layout
16068
16069 \begin_layout Standard
16070 \align center
16071 \begin_inset Tabular
16072 <lyxtabular version="3" rows="3" columns="3">
16073 <features>
16074 <column alignment="center" valignment="top" leftline="true" width="0">
16075 <column alignment="center" valignment="top" leftline="true" width="0">
16076 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16077 <row topline="true">
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Standard
16082 sd
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Standard
16091
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Standard
16100
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row topline="true">
16107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Standard
16111
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Standard
16120 sd
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Standard
16129
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 <row topline="true" bottomline="true">
16136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Standard
16140
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Standard
16149
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Standard
16158 sd
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 </row>
16164 </lyxtabular>
16165
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \end_inset
16172
16173
16174 \begin_inset ERT
16175 status collapsed
16176
16177 \begin_layout Standard
16178
16179
16180 \backslash
16181 setlength{
16182 \backslash
16183 arrayrulewidth}{0.4pt}
16184 \end_layout
16185
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \begin_layout Standard
16192 \begin_inset VSpace bigskip
16193 \end_inset
16194
16195 To set the line thickness to 1.5\InsetSpace \thinspace{}
16196 pt only for horizontal lines, like in Table\InsetSpace ~
16197
16198 \begin_inset LatexCommand ref
16199 reference "tab:Table-with-horizontal"
16200
16201 \end_inset
16202
16203 , insert these commands in ERT before the table or table float:
16204 \end_layout
16205
16206 \begin_layout Standard
16207
16208 \series bold
16209
16210 \backslash
16211 let
16212 \backslash
16213 myHline
16214 \backslash
16215 hline
16216 \newline
16217
16218 \backslash
16219 renewcommand{
16220 \backslash
16221 hline}
16222 \newline
16223  {
16224 \backslash
16225 noalign{
16226 \backslash
16227 global
16228 \backslash
16229 arrayrulewidth 1.5pt}
16230 \newline
16231   
16232 \backslash
16233 myHline
16234 \backslash
16235 noalign{
16236 \backslash
16237 global
16238 \backslash
16239 arrayrulewidth 0.4pt}}
16240 \end_layout
16241
16242 \begin_layout Standard
16243 To return to the default line thickness, insert this command in ERT behind
16244  the table or table float:
16245 \end_layout
16246
16247 \begin_layout Standard
16248
16249 \series bold
16250
16251 \backslash
16252 renewcommand{
16253 \backslash
16254 hline}{
16255 \backslash
16256 myHline}
16257 \end_layout
16258
16259 \begin_layout Standard
16260 \begin_inset ERT
16261 status collapsed
16262
16263 \begin_layout Standard
16264
16265
16266 \backslash
16267 let
16268 \backslash
16269 myHline
16270 \backslash
16271 hline
16272 \end_layout
16273
16274 \begin_layout Standard
16275
16276
16277 \backslash
16278 renewcommand{
16279 \backslash
16280 hline}
16281 \end_layout
16282
16283 \begin_layout Standard
16284
16285  {
16286 \backslash
16287 noalign{
16288 \backslash
16289 global
16290 \backslash
16291 arrayrulewidth 1.5pt}
16292 \end_layout
16293
16294 \begin_layout Standard
16295
16296   
16297 \backslash
16298 myHline
16299 \backslash
16300 noalign{
16301 \backslash
16302 global
16303 \backslash
16304 arrayrulewidth 0.4pt}}
16305 \end_layout
16306
16307 \end_inset
16308
16309
16310 \begin_inset Float table
16311 wide false
16312 sideways false
16313 status open
16314
16315 \begin_layout Standard
16316 \begin_inset Caption
16317
16318 \begin_layout Standard
16319 \begin_inset LatexCommand label
16320 name "tab:Table-with-horizontal"
16321
16322 \end_inset
16323
16324 Table with 1.5\InsetSpace \thinspace{}
16325 pt thick horizontal lines
16326 \end_layout
16327
16328 \end_inset
16329
16330
16331 \end_layout
16332
16333 \begin_layout Standard
16334 \align center
16335 \begin_inset Tabular
16336 <lyxtabular version="3" rows="3" columns="3">
16337 <features>
16338 <column alignment="center" valignment="top" leftline="true" width="0">
16339 <column alignment="center" valignment="top" leftline="true" width="0">
16340 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16341 <row topline="true">
16342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Standard
16346 sd
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Standard
16355
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Standard
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 </row>
16370 <row topline="true">
16371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Standard
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Standard
16384 sd
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Standard
16393
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 </row>
16399 <row topline="true" bottomline="true">
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Standard
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Standard
16413
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Standard
16422 sd
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 </row>
16428 </lyxtabular>
16429
16430 \end_inset
16431
16432
16433 \end_layout
16434
16435 \end_inset
16436
16437
16438 \begin_inset ERT
16439 status collapsed
16440
16441 \begin_layout Standard
16442
16443
16444 \backslash
16445 renewcommand{
16446 \backslash
16447 hline}{
16448 \backslash
16449 myHline}
16450 \end_layout
16451
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \begin_layout Standard
16458 \begin_inset VSpace bigskip
16459 \end_inset
16460
16461 To set the line thickness to 1.5\InsetSpace \thinspace{}
16462 pt only for vertical lines, create the following
16463  column format in the document preamble, according to the description in
16464  section\InsetSpace ~
16465
16466 \begin_inset LatexCommand ref
16467 reference "sub:Customized-Format"
16468
16469 \end_inset
16470
16471 :
16472 \end_layout
16473
16474 \begin_layout Standard
16475
16476 \series bold
16477
16478 \backslash
16479 newcolumntype{V}{!{
16480 \backslash
16481 vrule width 1.5pt}}
16482 \end_layout
16483
16484 \begin_layout Standard
16485 For Table\InsetSpace ~
16486
16487 \begin_inset LatexCommand ref
16488 reference "tab:Table-with-vertical"
16489
16490 \end_inset
16491
16492  the LaTeX-argument
16493 \end_layout
16494
16495 \begin_layout Standard
16496
16497 \series bold
16498 VcV
16499 \end_layout
16500
16501 \begin_layout Standard
16502 was used for the last column and
16503 \end_layout
16504
16505 \begin_layout Standard
16506
16507 \series bold
16508 Vc
16509 \end_layout
16510
16511 \begin_layout Standard
16512 for the other columns.
16513 \end_layout
16514
16515 \begin_layout Standard
16516 \begin_inset Float table
16517 wide false
16518 sideways false
16519 status open
16520
16521 \begin_layout Standard
16522 \begin_inset Caption
16523
16524 \begin_layout Standard
16525 \begin_inset LatexCommand label
16526 name "tab:Table-with-vertical"
16527
16528 \end_inset
16529
16530 Table with 1.5\InsetSpace \thinspace{}
16531 pt thick vertical lines
16532 \end_layout
16533
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \begin_layout Standard
16540 \align center
16541 \begin_inset Tabular
16542 <lyxtabular version="3" rows="3" columns="3">
16543 <features>
16544 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16545 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16546 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16547 <row topline="true">
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Standard
16552 sd
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Standard
16561
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Standard
16570
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 </row>
16576 <row topline="true">
16577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Standard
16581
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Standard
16590 sd
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Standard
16599
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 <row topline="true" bottomline="true">
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Standard
16610
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Standard
16619
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Standard
16628 sd
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 </row>
16634 </lyxtabular>
16635
16636 \end_inset
16637
16638
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \begin_layout Subsection
16647 Dashed Lines
16648 \begin_inset LatexCommand index
16649 name "Table Customization ! Dashed Lines"
16650
16651 \end_inset
16652
16653
16654 \end_layout
16655
16656 \begin_layout Standard
16657 \begin_inset ERT
16658 status collapsed
16659
16660 \begin_layout Standard
16661
16662
16663 \backslash
16664 ifarydshln
16665 \end_layout
16666
16667 \end_inset
16668
16669
16670 \begin_inset Note Note
16671 status open
16672
16673 \begin_layout Standard
16674 The following section will only be displayed when you have the LaTeX-package
16675  
16676 \series bold
16677 arydshln
16678 \series default
16679  is installed.
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Standard
16688 \begin_inset Float table
16689 placement H
16690 wide false
16691 sideways false
16692 status open
16693
16694 \begin_layout Standard
16695 \begin_inset Caption
16696
16697 \begin_layout Standard
16698 \begin_inset LatexCommand label
16699 name "tab:Table-with-dashed"
16700
16701 \end_inset
16702
16703 Table with dashed lines
16704 \end_layout
16705
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \begin_layout Standard
16712 \align center
16713 \begin_inset Tabular
16714 <lyxtabular version="3" rows="5" columns="5">
16715 <features>
16716 <column alignment="center" valignment="top" leftline="true" width="0">
16717 <column alignment="center" valignment="top" leftline="true" width="0">
16718 <column alignment="center" valignment="top" width="0" special=":c">
16719 <column alignment="center" valignment="top" leftline="true" width="0">
16720 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16721 <row topline="true" bottomline="true">
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Standard
16726 a
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Standard
16735 b
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Standard
16744 c
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Standard
16753 d
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Standard
16762 e
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row topline="true">
16769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Standard
16773 f
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Standard
16782 g
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Standard
16791 h
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Standard
16800 i
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Standard
16809 j
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 </row>
16815 <row>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Standard
16820 \begin_inset ERT
16821 status collapsed
16822
16823 \begin_layout Standard
16824
16825
16826 \backslash
16827 hdashline 
16828 \end_layout
16829
16830 \end_inset
16831
16832 k
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Standard
16841 l
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Standard
16850 m
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Standard
16859 n
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Standard
16868 o
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 </row>
16874 <row topline="true">
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Standard
16879 \begin_inset ERT
16880 status collapsed
16881
16882 \begin_layout Standard
16883
16884
16885 \backslash
16886 cdashline{4-5}
16887 \end_layout
16888
16889 \end_inset
16890
16891 p
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Standard
16900 q
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16906 \begin_inset Text
16907
16908 \begin_layout Standard
16909 r
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16915 \begin_inset Text
16916
16917 \begin_layout Standard
16918 s
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Standard
16927
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row topline="true" bottomline="true">
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Standard
16938 t
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Standard
16947 u
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Standard
16956 v
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Standard
16965 w
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Standard
16974 x
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 </lyxtabular>
16981
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \begin_layout Standard
16993 LyX doesn't natively support dashed lines, so you have to use ERT.
16994  As prerequisite the LaTeX-package 
16995 \series bold
16996 arydshln
16997 \series default
16998
16999 \begin_inset LatexCommand index
17000 name "LaTeX-packages ! arydshln"
17001
17002 \end_inset
17003
17004  must be loaded in the document preamble with the command
17005 \end_layout
17006
17007 \begin_layout Standard
17008
17009 \series bold
17010
17011 \backslash
17012 usepackage{arydshln}
17013 \end_layout
17014
17015 \begin_layout Standard
17016 To make a vertical line dashed, enter the colon 
17017 \begin_inset Quotes eld
17018 \end_inset
17019
17020 :
17021 \begin_inset Quotes erd
17022 \end_inset
17023
17024  together with the character for the horizontal alignment as LaTeX-argument
17025  in the table cell dialog.
17026 \end_layout
17027
17028 \begin_layout Standard
17029 For a horizontal dashed line add the command
17030 \end_layout
17031
17032 \begin_layout Standard
17033
17034 \series bold
17035
17036 \backslash
17037 hdashline
17038 \end_layout
17039
17040 \begin_layout Standard
17041 in ERT as first element of the first cell in the table row.
17042 \end_layout
17043
17044 \begin_layout Standard
17045 For dashed multicolumn lines use the command
17046 \end_layout
17047
17048 \begin_layout Standard
17049
17050 \series bold
17051
17052 \backslash
17053 cdashline{line number
17054 \series default
17055 }
17056 \end_layout
17057
17058 \begin_layout Standard
17059 in ERT as first element of the first cell in the table row.
17060  If you have for example a multicolumn spanning over columns 2 to 4 and
17061  you want to have a dashed line above, add the command
17062 \end_layout
17063
17064 \begin_layout Standard
17065
17066 \series bold
17067
17068 \backslash
17069 cdashline{2-4}
17070 \end_layout
17071
17072 \begin_layout Standard
17073 as first element of the first cell in the row of the multicolumn.
17074 \end_layout
17075
17076 \begin_layout Standard
17077 \begin_inset VSpace bigskip
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \begin_layout Standard
17084 Table\InsetSpace ~
17085
17086 \begin_inset LatexCommand ref
17087 reference "tab:Table-with-dashed"
17088
17089 \end_inset
17090
17091  was created using 
17092 \begin_inset Quotes eld
17093 \end_inset
17094
17095
17096 \series bold
17097 :c
17098 \series default
17099
17100 \begin_inset Quotes erd
17101 \end_inset
17102
17103  as LaTeX-argument of the third column.
17104  The ERT command 
17105 \series bold
17106
17107 \backslash
17108 hdashline
17109 \series default
17110  was inserted to the first cell of the third row and the the ERT command
17111 \newline
17112
17113  
17114 \series bold
17115
17116 \backslash
17117 cdashline{4-5}
17118 \series default
17119  was inserted to the first cell of the fourth row.
17120 \end_layout
17121
17122 \begin_layout Standard
17123 \begin_inset Note Greyedout
17124 status open
17125
17126 \begin_layout Standard
17127
17128 \series bold
17129 Note:
17130 \series default
17131  The used LaTeX-package 
17132 \series bold
17133 arydshln
17134 \series default
17135  is apparently not compatible with the LaTeX-package 
17136 \series bold
17137 colortbl
17138 \series default
17139
17140 \begin_inset LatexCommand index
17141 name "LaTeX-packages ! colortbl"
17142
17143 \end_inset
17144
17145  that is used for colored tables in section\InsetSpace ~
17146
17147 \begin_inset LatexCommand ref
17148 reference "sec:Colored-Tables"
17149
17150 \end_inset
17151
17152 .
17153  That means colored tables cannot have dashed lines.
17154 \end_layout
17155
17156 \end_inset
17157
17158
17159 \end_layout
17160
17161 \begin_layout Standard
17162 \begin_inset ERT
17163 status collapsed
17164
17165 \begin_layout Standard
17166
17167
17168 \backslash
17169 else
17170 \end_layout
17171
17172 \end_inset
17173
17174
17175 \begin_inset Note Note
17176 status open
17177
17178 \begin_layout Standard
17179 The following will be displayed when the LaTeX-package 
17180 \series bold
17181 arydshln
17182 \series default
17183  is not installed:
17184 \end_layout
17185
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \begin_layout Standard
17192 You need to install the package 
17193 \series bold
17194 arydshln
17195 \series default
17196  to see the contents of this section in the output.
17197 \end_layout
17198
17199 \begin_layout Standard
17200 \begin_inset ERT
17201 status collapsed
17202
17203 \begin_layout Standard
17204
17205
17206 \backslash
17207 fi
17208 \end_layout
17209
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \begin_layout Chapter
17216 Floats
17217 \begin_inset LatexCommand index
17218 name "Floats"
17219
17220 \end_inset
17221
17222
17223 \begin_inset LatexCommand label
17224 name "cha:Floats"
17225
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \begin_layout Section
17232 Introduction
17233 \begin_inset LatexCommand label
17234 name "sec:FloatIntroduction"
17235
17236 \end_inset
17237
17238
17239 \begin_inset LatexCommand index
17240 name "Floats ! Introduction"
17241
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \begin_layout Standard
17248 A float is a block of text associated with some sort of label, which doesn't
17249  have a fixed location.
17250  It can 
17251 \begin_inset Quotes eld
17252 \end_inset
17253
17254 float
17255 \begin_inset Quotes erd
17256 \end_inset
17257
17258  forward or backward a page or two, to wherever it fits best.
17259  
17260 \family sans
17261 Footnotes
17262 \family default
17263  and 
17264 \family sans
17265 Margin\InsetSpace ~
17266 Notes
17267 \family default
17268  are also floats, because they can float to the next page when there are
17269  too many notes at the page.
17270 \end_layout
17271
17272 \begin_layout Standard
17273 Floats allow a high quality layout.
17274  Images and tables can evenly be spread to the pages to avoid white space
17275  and pages without text.
17276  As the floating often destroys the context between the text and the image/table
17277 , every float can be referenced in the text.
17278  Floats are therefore numbered.
17279  Referencing is described in section\InsetSpace ~
17280
17281 \begin_inset LatexCommand ref
17282 reference "sec:Referencing-Floats"
17283
17284 \end_inset
17285
17286 .
17287 \end_layout
17288
17289 \begin_layout Standard
17290 To insert a float, use the menu 
17291 \family sans
17292 Insert\SpecialChar \menuseparator
17293 Floats
17294 \family default
17295 .
17296  This inserts a box with a label in the 
17297 \family sans
17298 Caption
17299 \family default
17300  environment
17301 \begin_inset Foot
17302 status collapsed
17303
17304 \begin_layout Standard
17305 The 
17306 \family sans
17307 Caption
17308 \family default
17309  environment is described in LyX's 
17310 \emph on
17311 Userguide
17312 \emph default
17313 .
17314 \end_layout
17315
17316 \end_inset
17317
17318  into your document.
17319  Every label ends with the character 
17320 \begin_inset Quotes eld
17321 \end_inset
17322
17323 #
17324 \begin_inset Quotes erd
17325 \end_inset
17326
17327  as placeholder for the float number in the output.
17328  The label will automatically be translated to the document language in
17329  the output.
17330  Behind the label you can insert the caption text.
17331  The image or table is inserted above or below the caption in a separate
17332  paragraph within the float.
17333  More about the caption placement is described in section\InsetSpace ~
17334
17335 \begin_inset LatexCommand ref
17336 reference "sec:Caption-Placement"
17337
17338 \end_inset
17339
17340 .
17341  To keep your LyX-document readable, you can open and close the float box
17342  by left-clicking on the box label.
17343  A closed float box looks like this: 
17344 \begin_inset Graphics
17345         filename ../clipart/floatQt4.png
17346         scale 70
17347
17348 \end_inset
17349
17350  -- a gray button with a red label.
17351 \end_layout
17352
17353 \begin_layout Standard
17354 It is recommended to insert floats as a separate paragraph to avoid possible
17355  LaTeX-errors that can occur when the surrounding text is specially formatted.
17356 \end_layout
17357
17358 \begin_layout Standard
17359 Existing figures or tables can be put into a float by marking them and then
17360  pressing the corresponding toolbar button for a new float.
17361 \end_layout
17362
17363 \begin_layout Section
17364 Float Types
17365 \end_layout
17366
17367 \begin_layout Standard
17368 Besides figure and table floats that are described in section\InsetSpace ~
17369
17370 \begin_inset LatexCommand ref
17371 reference "sec:Figure-Floats"
17372
17373 \end_inset
17374
17375  and 
17376 \begin_inset LatexCommand ref
17377 reference "sec:Table-Floats"
17378
17379 \end_inset
17380
17381 , respectively, LyX offers the float types 
17382 \series bold
17383 Algorithm
17384 \series default
17385  and 
17386 \series bold
17387 Text\InsetSpace ~
17388 Wrap\InsetSpace ~
17389 Float
17390 \series default
17391 .
17392 \end_layout
17393
17394 \begin_layout Subsection
17395 Algorithm Floats
17396 \begin_inset LatexCommand index
17397 name "Floats ! Algorithm Floats"
17398
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \begin_layout Standard
17405 \begin_inset Float algorithm
17406 placement h
17407 wide false
17408 sideways false
17409 status open
17410
17411 \begin_layout Standard
17412 \begin_inset Caption
17413
17414 \begin_layout Standard
17415 \begin_inset LatexCommand label
17416 name "alg:Example-Algorithm-float"
17417
17418 \end_inset
17419
17420 Example Algorithm float
17421 \end_layout
17422
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \begin_layout LyX-Code
17429 for I in 1..N loop
17430 \newline
17431  Sum:= Sum + A(I); /*senseless comment*/
17432 \newline
17433 end loop
17434 \begin_inset VSpace -4mm
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441
17442
17443 \end_layout
17444
17445 \begin_layout Standard
17446 This float type is inserted with the menu 
17447 \family sans
17448 Insert\SpecialChar \menuseparator
17449 Floats\SpecialChar \menuseparator
17450 Algorithm
17451 \family default
17452 .
17453  It is used for program codes and descriptions of algorithms.
17454  A possible environment for algorithms is the 
17455 \family sans
17456 LyX-Code
17457 \family default
17458 , described in LyX's 
17459 \emph on
17460 Userguide
17461 \emph default
17462 .
17463  Algorithm\InsetSpace ~
17464
17465 \begin_inset LatexCommand ref
17466 reference "alg:Example-Algorithm-float"
17467
17468 \end_inset
17469
17470  is an example of an algorithm float where -4\InsetSpace \thinspace{}
17471 mm vertical space was added
17472  at the end of the float to have the bottom rule exactly below the last
17473  text line.
17474 \end_layout
17475
17476 \begin_layout Standard
17477 The float label is not automatically translated into the document language.
17478  If your document is not in English, you have to do this manually by adding
17479  the following line to the document preamble
17480 \series bold
17481 :
17482 \end_layout
17483
17484 \begin_layout Standard
17485
17486 \series bold
17487
17488 \backslash
17489 floatname{algorithm}{your\InsetSpace ~
17490 name}
17491 \end_layout
17492
17493 \begin_layout Standard
17494
17495 \family sans
17496 your\InsetSpace ~
17497 name
17498 \family default
17499  is the word 
17500 \begin_inset Quotes eld
17501 \end_inset
17502
17503
17504 \emph on
17505 algorithm
17506 \emph default
17507
17508 \begin_inset Quotes erd
17509 \end_inset
17510
17511  in your language.
17512 \end_layout
17513
17514 \begin_layout Description
17515
17516 \series bold
17517 Note:
17518 \series default
17519  When the LaTeX-package 
17520 \series bold
17521 hyperref
17522 \series default
17523
17524 \begin_inset LatexCommand index
17525 name "LaTeX-packages ! hyperref"
17526
17527 \end_inset
17528
17529  is used to link cross-references to floats in the PDF-output, it must be
17530  loaded in the document preamble before the definition of floats to be able
17531  to reference floats.
17532  As LyX sets the float definition for algorithm floats automatically before
17533  the user editable part of the document preamble, you need to insert the
17534  following preamble lines 
17535 \emph on
17536 after
17537 \emph default
17538  the loading command of 
17539 \series bold
17540 hyperref
17541 \series default
17542 :
17543 \series bold
17544
17545 \begin_inset VSpace defskip
17546 \end_inset
17547
17548
17549 \newline
17550
17551 \backslash
17552 newfloat{Xalgorithm}{tbp}{loa}
17553 \newline
17554
17555 \backslash
17556 floatname{Xalgorithm}{your\InsetSpace ~
17557 name}
17558 \newline
17559
17560 \backslash
17561 newcommand{
17562 \backslash
17563 theHalgorithm}{
17564 \backslash
17565 theHXalgorithm}
17566 \newline
17567
17568 \backslash
17569 renewenvironment{algorithm}[1][tbp]
17570 \newline
17571
17572 \begin_inset ERT
17573 status collapsed
17574
17575 \begin_layout Standard
17576
17577
17578 \backslash
17579 hphantom{ }
17580 \end_layout
17581
17582 \end_inset
17583
17584 {
17585 \backslash
17586 begin{Xalgorithm}[#1]}{
17587 \backslash
17588 end{Xalgorithm}}
17589 \begin_inset VSpace defskip
17590 \end_inset
17591
17592
17593 \series default
17594
17595 \newline
17596 Where 
17597 \family sans
17598 your\InsetSpace ~
17599 name
17600 \family default
17601  is the word 
17602 \begin_inset Quotes eld
17603 \end_inset
17604
17605
17606 \emph on
17607 algorithm
17608 \emph default
17609
17610 \begin_inset Quotes erd
17611 \end_inset
17612
17613  in your language.
17614 \end_layout
17615
17616 \begin_layout Standard
17617 Algorithm floats are not by default numbered in the scheme 
17618 \begin_inset Quotes eld
17619 \end_inset
17620
17621 chapter.algorithm
17622 \begin_inset Quotes erd
17623 \end_inset
17624
17625  like it is the case for table and figure floats in many document-classes.
17626  To number algorithm floats in the same scheme, add this command to your
17627  document preamble:
17628 \end_layout
17629
17630 \begin_layout Standard
17631
17632 \series bold
17633
17634 \backslash
17635 numberwithin{algorithm}{chapter}
17636 \end_layout
17637
17638 \begin_layout Standard
17639 If you use the LaTeX-package 
17640 \series bold
17641 hyperref
17642 \series default
17643 , add this line instead 
17644 \emph on
17645 after
17646 \emph default
17647  the definition of 
17648 \family sans
17649 Xalgorithm
17650 \family default
17651  (the commands from above) to the preamble:
17652 \end_layout
17653
17654 \begin_layout Standard
17655
17656 \series bold
17657
17658 \backslash
17659 numberwithin{Xalgorithm}{chapter}
17660 \end_layout
17661
17662 \begin_layout Standard
17663 To be able to use the command 
17664 \series bold
17665
17666 \backslash
17667 numberwithin
17668 \series default
17669 , set in the tab 
17670 \family sans
17671 Math\InsetSpace ~
17672 Options
17673 \family default
17674  in the document settings the option 
17675 \family sans
17676 Use\InsetSpace ~
17677 AMS\InsetSpace ~
17678 math\InsetSpace ~
17679 package
17680 \family default
17681 .
17682 \end_layout
17683
17684 \begin_layout Subsection
17685 Text Wrap Floats
17686 \begin_inset LatexCommand index
17687 name "Floats ! Text Wrap Floats"
17688
17689 \end_inset
17690
17691
17692 \begin_inset LatexCommand label
17693 name "sub:floatflt-wrap-float"
17694
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \begin_layout Standard
17701 This float type is used if you want to 
17702 \begin_inset Quotes eld
17703 \end_inset
17704
17705 wrap
17706 \begin_inset Quotes erd
17707 \end_inset
17708
17709  text around a figure so that it only occupies some fraction of the column
17710  width.
17711  It can be inserted using the menu 
17712 \begin_inset Wrap figure
17713 placement l
17714 width "40col%"
17715 status open
17716
17717 \begin_layout Standard
17718 \begin_inset Graphics
17719         filename mobius.eps
17720         display color
17721         width 40col%
17722         rotateOrigin center
17723
17724 \end_inset
17725
17726
17727 \end_layout
17728
17729 \begin_layout Standard
17730 \begin_inset Caption
17731
17732 \begin_layout Standard
17733 \begin_inset LatexCommand label
17734 name "fig:This-is-a"
17735
17736 \end_inset
17737
17738 This is a wrapped figure, and this is the brilliant caption that describes
17739  it.
17740 \begin_inset VSpace medskip
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \end_inset
17752
17753  
17754 \family sans
17755 Insert\SpecialChar \menuseparator
17756 Floats\SpecialChar \menuseparator
17757 Text\InsetSpace ~
17758 Wrap\InsetSpace ~
17759 Float
17760 \family default
17761  if the LaTeX-package 
17762 \series bold
17763 floatflt
17764 \series default
17765
17766 \begin_inset LatexCommand index
17767 name "LaTeX-packages ! floatflt"
17768
17769 \end_inset
17770
17771  is installed.
17772 \begin_inset Foot
17773 status collapsed
17774
17775 \begin_layout Standard
17776 Installing a LaTeX-package is explained it in the 
17777 \emph on
17778 LaTeX\InsetSpace ~
17779 Configuration
17780 \emph default
17781  manual.
17782 \end_layout
17783
17784 \end_inset
17785
17786  The width and placement of the float is adjusted by right-clicking on the
17787  float box.
17788  Figure\InsetSpace ~
17789
17790 \begin_inset LatexCommand ref
17791 reference "fig:This-is-a"
17792
17793 \end_inset
17794
17795  is an example text wrap float with a width of 40
17796 \begin_inset Formula $\,$
17797 \end_inset
17798
17799 col%.
17800 \begin_inset Foot
17801 status collapsed
17802
17803 \begin_layout Standard
17804 Available units are explained in 
17805 \begin_inset LatexCommand ref
17806 reference "cha:Units-available-in"
17807
17808 \end_inset
17809
17810 .
17811 \end_layout
17812
17813 \end_inset
17814
17815  Some space was added under the caption to separate it better from the surroundi
17816 ng text.
17817 \end_layout
17818
17819 \begin_layout Standard
17820 The LaTeX-package 
17821 \series bold
17822 floatflt
17823 \series default
17824  also supports table wrap floats, but they are not yet supported by LyX.
17825  If you need this, read the documentation of 
17826 \series bold
17827 floatflt
17828 \series default
17829  
17830 \begin_inset LatexCommand cite
17831 key "floatflt"
17832
17833 \end_inset
17834
17835 .
17836 \end_layout
17837
17838 \begin_layout Standard
17839 \begin_inset Note Greyedout
17840 status open
17841
17842 \begin_layout Standard
17843
17844 \series bold
17845 Note:
17846 \series default
17847  Text\InsetSpace ~
17848 wrap float floats are fragile! E.\InsetSpace \thinspace{}
17849 g.\InsetSpace ~
17850 having a figure too close to the bottom
17851  of the page can mess things up in the way that the float doesn't appear
17852  in the output or that it is placed over some other text.
17853 \begin_inset Foot
17854 status open
17855
17856 \begin_layout Standard
17857 The better solution is to use the LaTeX-package 
17858 \series bold
17859 wrapf\SpecialChar \textcompwordmark{}
17860 ig
17861 \series default
17862
17863 \begin_inset LatexCommand index
17864 name "LaTeX-packages ! wrapfig\\vspace{4mm}"
17865
17866 \end_inset
17867
17868  instead of 
17869 \series bold
17870 floatf\SpecialChar \textcompwordmark{}
17871 lt
17872 \series default
17873 , but it is currently not supported by LyX.
17874 \end_layout
17875
17876 \end_inset
17877
17878
17879 \end_layout
17880
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \begin_layout Standard
17887 In general:
17888 \end_layout
17889
17890 \begin_layout Itemize
17891 Wrap floats should not be placed in paragraphs that run over a page break.
17892  That means that wrap floats should better be inserted to the exact place
17893  when the document is nearly ready and you are able to estimate where page
17894  breaks will appear.
17895 \end_layout
17896
17897 \begin_layout Itemize
17898 Wrap floats should either be placed in an own paragraph before the paragraph
17899  where they should wrap into or within a paragraph.
17900 \end_layout
17901
17902 \begin_layout Itemize
17903 Wrap floats in consecutive paragraphs may cause troubles, so assure that
17904  there is a text paragraph between them as separator.
17905 \end_layout
17906
17907 \begin_layout Itemize
17908 Wrap floats are not allowed in section headings or tables.
17909 \end_layout
17910
17911 \begin_layout Section
17912 Referencing Floats
17913 \begin_inset LatexCommand label
17914 name "sec:Referencing-Floats"
17915
17916 \end_inset
17917
17918
17919 \begin_inset LatexCommand index
17920 name "Floats ! References"
17921
17922 \end_inset
17923
17924
17925 \begin_inset LatexCommand index
17926 name "References"
17927
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \begin_layout Standard
17934 To reference a float, insert a label into its caption using the menu 
17935 \family sans
17936 Insert\SpecialChar \menuseparator
17937 Label
17938 \family default
17939  or the toolbar button 
17940 \begin_inset Graphics
17941         filename ../images/label-insert.xpm
17942         scale 85
17943
17944 \end_inset
17945
17946 .
17947  A grey label box like this one: 
17948 \begin_inset Graphics
17949         filename ../clipart/labelQt4.png
17950         scale 85
17951
17952 \end_inset
17953
17954  will be inserted and the label window pops up asking for the label text.
17955  LyX offers as text the first words of the caption with a prefix.
17956  The prefix depends on the float type, e.\InsetSpace \thinspace{}
17957 g.\InsetSpace ~
17958 for figure floats the prefix will
17959  be "
17960 \family sans
17961 fig:
17962 \family default
17963 ".
17964 \end_layout
17965
17966 \begin_layout Standard
17967 The label is used as anchor and name for the reference.
17968  You can refer to the label using the menu 
17969 \family sans
17970 Insert\SpecialChar \menuseparator
17971 Cross-reference
17972 \family default
17973  or the toolbar button 
17974 \begin_inset Graphics
17975         filename ../images/dialog-show-new-inset_ref.xpm
17976         scale 85
17977
17978 \end_inset
17979
17980 .
17981  A grey cross-reference box like this one: 
17982 \begin_inset Graphics
17983         filename ../clipart/referenceQt4.png
17984         scale 85
17985
17986 \end_inset
17987
17988  will be inserted and the cross-reference window appear showing all labels
17989  of the document.
17990  If you have multiple LyX-documents opened, choose the one you are working
17991  on from the drop-list at the top of the dialog.
17992  You can now sort the labels alphabetically and then choose one.
17993  At the position of the cross-reference box the float number will appear
17994  in the output.
17995 \end_layout
17996
17997 \begin_layout Standard
17998 It is recommended to use a protected space between the cross-reference name
17999  and its number to avoid line breaks between them.
18000  If a cross-reference refers to a non-existing label, you will see two question
18001  marks in the output instead of the reference.
18002 \end_layout
18003
18004 \begin_layout Standard
18005 You can change labels at any time by clicking on the label box.
18006  References to the changed label will automatically change its link to the
18007  new label text, so that you don't need to take care about this.
18008 \end_layout
18009
18010 \begin_layout Standard
18011 The button 
18012 \family sans
18013 Go\InsetSpace ~
18014 to\InsetSpace ~
18015 Label
18016 \family default
18017  in the cross-reference window sets the cursor before the referred label.
18018  The button text changes then to Go\InsetSpace ~
18019 Back and you can use it to set the cursor
18020  back to the cross-reference.
18021  Right-clicking on a cross-reference box also sets the cursor before the
18022  referenced label but without a possibility to go back.
18023 \end_layout
18024
18025 \begin_layout Subsection
18026 Cross-Reference Formats
18027 \begin_inset LatexCommand label
18028 name "sub:Cross-Reference-Formats"
18029
18030 \end_inset
18031
18032
18033 \begin_inset LatexCommand index
18034 name "References ! Formats"
18035
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \begin_layout Standard
18042 There are six varieties of cross-references:
18043 \end_layout
18044
18045 \begin_layout Description
18046 <reference>: prints the float number, this is the default: 
18047 \begin_inset LatexCommand ref
18048 reference "fig:Two-distorted-images"
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Description
18056 (<reference>): prints the float number within two parentheses, this is the
18057  style normally used to reference formulas, especially when the reference
18058  name 
18059 \begin_inset Quotes eld
18060 \end_inset
18061
18062 Equation
18063 \begin_inset Quotes erd
18064 \end_inset
18065
18066  is omitted: 
18067 \begin_inset LatexCommand eqref
18068 reference "eq:Wgn"
18069
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \begin_layout Description
18076 <page>: prints the page number: Page\InsetSpace ~
18077
18078 \begin_inset LatexCommand pageref
18079 reference "fig:Two-distorted-images"
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Description
18087 on\InsetSpace ~
18088 page\InsetSpace ~
18089 <page>: prints the text "on page" and the page number: 
18090 \begin_inset LatexCommand vpageref
18091 reference "fig:Two-distorted-images"
18092
18093 \end_inset
18094
18095
18096 \end_layout
18097
18098 \begin_layout Description
18099 <reference>\InsetSpace ~
18100 on\InsetSpace ~
18101 page\InsetSpace ~
18102 <page>: prints the float number, the text "on page", and
18103  the page number: 
18104 \begin_inset LatexCommand vref
18105 reference "fig:Two-distorted-images"
18106
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Description
18113 Formatted\InsetSpace ~
18114 reference: prints a self defined cross-reference format.
18115  
18116 \begin_inset Note Greyedout
18117 status open
18118
18119 \begin_layout Standard
18120
18121 \series bold
18122 Note:
18123 \series default
18124  This feature is only available when you have the LaTeX-package 
18125 \series bold
18126 prettyref
18127 \series default
18128  installed.
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \begin_layout Standard
18137 Note that the style <page> won't print the page number if the label is on
18138  the previous, the same, or the next page.
18139  You will e.\InsetSpace \thinspace{}
18140 g.\InsetSpace ~
18141 see the text 
18142 \begin_inset Quotes eld
18143 \end_inset
18144
18145
18146 \family sans
18147 on this page
18148 \family default
18149
18150 \begin_inset Quotes erd
18151 \end_inset
18152
18153  instead.
18154 \end_layout
18155
18156 \begin_layout Standard
18157 The number and current page of the referred document part in the output,
18158  is automatically calculated by LaTeX.
18159  The varieties are adjusted in the field 
18160 \family sans
18161 Format
18162 \family default
18163  of the cross-reference window, that appear when you click on the cross-referenc
18164 e box.
18165 \end_layout
18166
18167 \begin_layout Subsection
18168 Referencing Subfigures
18169 \begin_inset LatexCommand label
18170 name "sub:Referencing-Subfigures"
18171
18172 \end_inset
18173
18174
18175 \begin_inset LatexCommand index
18176 name "References ! to Subfigures"
18177
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 Currently referencing subfigures is not supported by LyX, so you have to
18185  use LaTeX-commands.
18186  The label is the created with the command
18187 \end_layout
18188
18189 \begin_layout Standard
18190
18191 \series bold
18192
18193 \backslash
18194 label{fig:YourLabelName}
18195 \end_layout
18196
18197 \begin_layout Standard
18198 that is directly inserted into the subfigure caption field.
18199  To reference the label add this command in ERT
18200 \end_layout
18201
18202 \begin_layout Standard
18203
18204 \series bold
18205
18206 \backslash
18207 ref{fig:YourLabelName}
18208 \end_layout
18209
18210 \begin_layout Standard
18211 to the position in your document where the reference should be placed.
18212  Here is a reference to a subfigure: Subfigure\InsetSpace ~
18213
18214 \begin_inset ERT
18215 status collapsed
18216
18217 \begin_layout Standard
18218
18219
18220 \backslash
18221 ref{fig:Platypus}
18222 \end_layout
18223
18224 \end_inset
18225
18226 .
18227 \end_layout
18228
18229 \begin_layout Subsection
18230 Automatic Reference Naming
18231 \begin_inset LatexCommand index
18232 name "References ! Automatic Reference Naming"
18233
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \begin_layout Standard
18240 The LaTeX-package 
18241 \series bold
18242 hyperref
18243 \series default
18244  provides a very useful feature that cross-references automatically include
18245  the name of the referenced floats (or text parts like sections).
18246  You save to write e.\InsetSpace \thinspace{}
18247 g.\InsetSpace ~
18248 the name 
18249 \begin_inset Quotes eld
18250 \end_inset
18251
18252 Figure
18253 \begin_inset Quotes erd
18254 \end_inset
18255
18256  before every reference box.
18257  To get this automatic reference naming, you have to load the LaTeX-package
18258  
18259 \series bold
18260 hyperref
18261 \series default
18262
18263 \begin_inset LatexCommand index
18264 name "LaTeX-packages ! hyperref"
18265
18266 \end_inset
18267
18268  in the document preamble with
18269 \end_layout
18270
18271 \begin_layout Standard
18272
18273 \series bold
18274
18275 \backslash
18276 usepackage[pdfborder={0 0 0}]{hyperref}
18277 \newline
18278
18279 \backslash
18280 AtBeginDocument{
18281 \backslash
18282 renewcommand{
18283 \backslash
18284 ref}[1]{
18285 \backslash
18286 mbox{
18287 \backslash
18288 autoref{#1}}}}
18289 \end_layout
18290
18291 \begin_layout Standard
18292
18293 \series bold
18294 hyperref
18295 \series default
18296  is used to link cross-references in the DVI- and PDF-output, this means
18297  that the reader of your document will be able to click on a table of content
18298  (TOC) entry or on a reference and he will be shown the referenced document
18299  part.
18300  
18301 \series bold
18302 hyperref
18303 \series default
18304  also creates PDF-bookmarks for every section of your document to make it
18305  easier for readers to navigate through the document.
18306  This is also used in this document but when you have a look in the document
18307  preamble you will find various options in the load command of 
18308 \series bold
18309 hyperref
18310 \series default
18311 .
18312  To learn more about the 
18313 \series bold
18314 hyperref
18315 \series default
18316  package, we refer to its documentation 
18317 \begin_inset LatexCommand cite
18318 key "hyperref"
18319
18320 \end_inset
18321
18322 .
18323 \end_layout
18324
18325 \begin_layout Standard
18326 \begin_inset Note Greyedout
18327 status open
18328
18329 \begin_layout Standard
18330
18331 \series bold
18332 Note:
18333 \series default
18334  Automatic reference naming cannot be used when you use cross-references
18335  in the 
18336 \family sans
18337 Formatted\InsetSpace ~
18338 reference
18339 \family default
18340  style, described in section\InsetSpace ~
18341
18342 \begin_inset LatexCommand ref
18343 reference "sub:Cross-Reference-Formats"
18344
18345 \end_inset
18346
18347 .
18348 \end_layout
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \begin_layout Subsection
18356 Reference Position
18357 \begin_inset LatexCommand label
18358 name "sub:Reference-Position"
18359
18360 \end_inset
18361
18362
18363 \begin_inset LatexCommand index
18364 name "References ! Reference Position"
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Standard
18372 If you use 
18373 \series bold
18374 hyperref
18375 \series default
18376
18377 \begin_inset LatexCommand index
18378 name "LaTeX-packages ! hyperref"
18379
18380 \end_inset
18381
18382  to link cross-references in the output, you will see that clicking on an
18383  image float reference jumps to the image label.
18384  The caption will be the first text part on the screen, so that you cannot
18385  see the image without scrolling.
18386  This is because the reference link anchor is placed at the position of
18387  the label.
18388  With the use of the package 
18389 \series bold
18390 hypcap
18391 \series default
18392
18393 \begin_inset LatexCommand index
18394 name "LaTeX-packages ! hypcap"
18395
18396 \end_inset
18397
18398 , which is part of the LaTeX-package 
18399 \series bold
18400 oberdiek
18401 \series default
18402
18403 \begin_inset LatexCommand index
18404 name "LaTeX-packages ! oberdiek"
18405
18406 \end_inset
18407
18408 , the link anchor is placed at the beginning of a float.
18409  To use this feature for figure floats, load 
18410 \series bold
18411 hypcap
18412 \series default
18413  in the document preamble with the line
18414 \end_layout
18415
18416 \begin_layout Standard
18417
18418 \series bold
18419
18420 \backslash
18421 usepackage[f\SpecialChar \textcompwordmark{}
18422 igure]{hypcap}
18423 \end_layout
18424
18425 \begin_layout Standard
18426 You can also use 
18427 \series bold
18428 hypcap
18429 \series default
18430  for all floats but this isn't recommended for stability reasons.
18431  For more informations, have a look at 
18432 \series bold
18433 hypcap
18434 \series default
18435 's manual 
18436 \begin_inset LatexCommand cite
18437 key "hypcap"
18438
18439 \end_inset
18440
18441 .
18442 \end_layout
18443
18444 \begin_layout Standard
18445 \begin_inset Note Greyedout
18446 status open
18447
18448 \begin_layout Standard
18449
18450 \series bold
18451 Note:
18452 \series default
18453  
18454 \series bold
18455 hypcap
18456 \series default
18457  must be loaded after 
18458 \series bold
18459 hyperref
18460 \series default
18461  in the document preamble.
18462 \end_layout
18463
18464 \end_inset
18465
18466
18467 \end_layout
18468
18469 \begin_layout Standard
18470 \begin_inset Note Greyedout
18471 status open
18472
18473 \begin_layout Standard
18474
18475 \series bold
18476 Note:
18477 \series default
18478  The set reference position has no effect for references to subfigures.
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \begin_layout Section
18487 Float Placement
18488 \begin_inset LatexCommand label
18489 name "sec:Float-Placement"
18490
18491 \end_inset
18492
18493
18494 \begin_inset LatexCommand index
18495 name "Floats ! Placement"
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \begin_layout Standard
18503 Right-clicking on a float-box opens a dialog where you can alter the placement
18504  options that LaTeX uses for positioning the float.
18505 \newline
18506 The option 
18507 \family sans
18508 Span\InsetSpace ~
18509 columns
18510 \family default
18511  is only useful for two-column documents: If you select it, the float will
18512  span across both columns on the page instead of being confined to just
18513  one.
18514 \newline
18515 The option 
18516 \family sans
18517 Rotate\InsetSpace ~
18518 sideways
18519 \family default
18520  is used to rotate floats, see section 
18521 \begin_inset LatexCommand ref
18522 reference "sec:Rotated-Floats"
18523
18524 \end_inset
18525
18526 .
18527 \end_layout
18528
18529 \begin_layout Standard
18530 You can use one ore more of the following options in the float dialog to
18531  set the placement for a particular float when you uncheck the option 
18532 \family sans
18533 Use\InsetSpace ~
18534 default\InsetSpace ~
18535 placement
18536 \family default
18537 :
18538 \end_layout
18539
18540 \begin_layout Description
18541 Here\InsetSpace ~
18542 if\InsetSpace ~
18543 possible: try to place the float on the position where it is inserted
18544 \end_layout
18545
18546 \begin_layout Description
18547 Top\InsetSpace ~
18548 of\InsetSpace ~
18549 page: try to place the float on the top of the current page
18550 \end_layout
18551
18552 \begin_layout Description
18553 Bottom\InsetSpace ~
18554 of\InsetSpace ~
18555 page: try to place the float on the bottom of the current page
18556 \end_layout
18557
18558 \begin_layout Description
18559 Page\InsetSpace ~
18560 of\InsetSpace ~
18561 floats: try to place the float on an own page 
18562 \end_layout
18563
18564 \begin_layout Standard
18565 The order of the above option is 
18566 \emph on
18567 always
18568 \emph default
18569  used by LaTeX.
18570  That means, if you use the default placement, LaTeX will first try out
18571  
18572 \family sans
18573 Here\InsetSpace ~
18574 if\InsetSpace ~
18575 possible
18576 \family default
18577 , then 
18578 \family sans
18579 Top\InsetSpace ~
18580 of\InsetSpace ~
18581 page
18582 \family default
18583 , and then the others.
18584  If you don't use the default, LaTeX will try only the checked options but
18585  in the same order.
18586  If none of the 4 placements are possible the procedure is internally repeated
18587  but it is tried to put the float on the following page.
18588 \end_layout
18589
18590 \begin_layout Standard
18591 By default, each options has its own rules:
18592 \end_layout
18593
18594 \begin_layout Labeling
18595 \labelwidthstring 00.00.0000
18596
18597 \family sans
18598 Top\InsetSpace ~
18599 of\InsetSpace ~
18600 page
18601 \family default
18602  only floats occupying less than 70\InsetSpace \thinspace{}
18603 % of the page can be placed at the top
18604  of a page (
18605 \series bold
18606
18607 \backslash
18608 topfraction
18609 \series default
18610 )
18611 \end_layout
18612
18613 \begin_layout Labeling
18614 \labelwidthstring 00.00.0000
18615
18616 \family sans
18617 Bottom\InsetSpace ~
18618 of\InsetSpace ~
18619 page
18620 \family default
18621 : only floats occupying less than 30\InsetSpace \thinspace{}
18622 % of the page can be placed at the bottom
18623  of a page.
18624  (
18625 \series bold
18626
18627 \backslash
18628 bottomfraction
18629 \series default
18630 )
18631 \end_layout
18632
18633 \begin_layout Labeling
18634 \labelwidthstring 00.00.0000
18635
18636 \family sans
18637 Page\InsetSpace ~
18638 of\InsetSpace ~
18639 floats
18640 \family default
18641 : only if more than 50\InsetSpace \thinspace{}
18642 % of the page are occupied by floats, several floats
18643  can be set together on a page.
18644  (
18645 \series bold
18646
18647 \backslash
18648 floatpagefraction
18649 \series default
18650 )
18651 \end_layout
18652
18653 \begin_layout Standard
18654 If you don't like these rules, you can ignore them by using the additional
18655  option 
18656 \family sans
18657 Ignore\InsetSpace ~
18658 LaTeX\InsetSpace ~
18659 rules
18660 \family default
18661 .
18662 \newline
18663 You can also redefine the rules with LaTeX-commands that are given in parenthese
18664 s behind the rules description above.
18665  To increase for example the often too small default of the bottom-rule
18666  to 50\InsetSpace \thinspace{}
18667 % of the page, add this line to your document preamble:
18668 \end_layout
18669
18670 \begin_layout Standard
18671
18672 \series bold
18673
18674 \backslash
18675 renewcommand{
18676 \backslash
18677 bottomfraction}{0.5}
18678 \end_layout
18679
18680 \begin_layout Standard
18681 Sometimes you might need, under all circumstances, a float to be placed
18682  exactly at the position where it is inserted.
18683  For this case you can use the option 
18684 \family sans
18685 Here\InsetSpace ~
18686 definitely
18687 \family default
18688 .
18689  Use this option very rarely and only if the document is nearly ready to
18690  be printed.
18691  Because the float is then no longer able to 
18692 \begin_inset Quotes eld
18693 \end_inset
18694
18695 float
18696 \begin_inset Quotes erd
18697 \end_inset
18698
18699  when you change your document and this will often destroy the page layout.
18700 \end_layout
18701
18702 \begin_layout Standard
18703 There are no placement options for text wrap floats, because they are always
18704  surrounded by the text of a certain paragraph.
18705 \begin_inset VSpace bigskip
18706 \end_inset
18707
18708
18709 \end_layout
18710
18711 \begin_layout Standard
18712 Sometimes you have the problem that a float is placed at the top of a page
18713  while its corresponding section starts at the middle of the page, so that
18714  the reader could think the float is part of the previous section.
18715  To avoid this the LaTeX-command 
18716 \series bold
18717
18718 \backslash
18719 suppressf\SpecialChar \textcompwordmark{}
18720 loats
18721 \series default
18722  can be used.
18723  It suppresses a given float placement for the page where it is inserted
18724  and can therefore be used to avoid that floats could be set before a section
18725  starts.
18726  To get this, add these commands to your document preamble:
18727 \end_layout
18728
18729 \begin_layout Standard
18730
18731 \series bold
18732
18733 \backslash
18734 let
18735 \backslash
18736 mySection
18737 \backslash
18738 section
18739 \newline
18740
18741 \backslash
18742 renewcommand{
18743 \backslash
18744 section}{
18745 \backslash
18746 suppressf\SpecialChar \textcompwordmark{}
18747 loats[t]
18748 \backslash
18749 mySection}
18750 \end_layout
18751
18752 \begin_layout Standard
18753 You can define the same for all section headings, like chapters and subsections.
18754  This definition is not recommended to be used for small text parts like
18755  subsubsections because LaTeX may then have problems to find a suitable
18756  placement.
18757 \end_layout
18758
18759 \begin_layout Standard
18760 \begin_inset VSpace bigskip
18761 \end_inset
18762
18763 In some cases it is required to have all figures/tables at the end of the
18764  document.
18765  For this purpose the LaTeX-package 
18766 \series bold
18767 endf\SpecialChar \textcompwordmark{}
18768 loat
18769 \series default
18770
18771 \begin_inset LatexCommand index
18772 name "LaTeX-packages ! endfloat"
18773
18774 \end_inset
18775
18776  was developed.
18777  It puts all figure and table floats at the end of the document into own
18778  sections.
18779  At the original float position a text hint like 
18780 \begin_inset Quotes eld
18781 \end_inset
18782
18783
18784 \family sans
18785 [Figure\InsetSpace ~
18786 3.2 about here.]
18787 \family default
18788
18789 \begin_inset Quotes erd
18790 \end_inset
18791
18792  is inserted.
18793  The endfloat-package is loaded in the preamble with the line
18794 \end_layout
18795
18796 \begin_layout Standard
18797
18798 \series bold
18799
18800 \backslash
18801 usepackage[options]{endf\SpecialChar \textcompwordmark{}
18802 loat}
18803 \end_layout
18804
18805 \begin_layout Standard
18806 There are various package options to format the created figure/table sections.
18807  For more information we refer to the 
18808 \series bold
18809 endf\SpecialChar \textcompwordmark{}
18810 loat
18811 \series default
18812  documentation 
18813 \begin_inset LatexCommand cite
18814 key "endfloat"
18815
18816 \end_inset
18817
18818 .
18819 \newline
18820
18821 \begin_inset Note Greyedout
18822 status open
18823
18824 \begin_layout Standard
18825
18826 \series bold
18827 Note: endf\SpecialChar \textcompwordmark{}
18828 loat
18829 \series default
18830  doesn't provide an automatic translation for the text hint, you have to
18831  do this manually, see section\InsetSpace ~
18832 4 in 
18833 \begin_inset LatexCommand cite
18834 key "endfloat"
18835
18836 \end_inset
18837
18838 .
18839 \end_layout
18840
18841 \end_inset
18842
18843
18844 \newline
18845
18846 \begin_inset Note Greyedout
18847 status open
18848
18849 \begin_layout Standard
18850
18851 \series bold
18852 Note:
18853 \series default
18854  There is currently a bug in 
18855 \series bold
18856 endf\SpecialChar \textcompwordmark{}
18857 loat
18858 \series default
18859  when the caption contains a German 
18860 \begin_inset Quotes eld
18861 \end_inset
18862
18863 ß
18864 \begin_inset Quotes erd
18865 \end_inset
18866
18867 .
18868  Use in this case the command 
18869 \begin_inset Quotes eld
18870 \end_inset
18871
18872
18873 \series bold
18874
18875 \backslash
18876 ss
18877 \series default
18878
18879 \begin_inset Quotes erd
18880 \end_inset
18881
18882  in ERT instead of 
18883 \begin_inset Quotes eld
18884 \end_inset
18885
18886 ß
18887 \begin_inset Quotes erd
18888 \end_inset
18889
18890 .
18891 \end_layout
18892
18893 \end_inset
18894
18895
18896 \end_layout
18897
18898 \begin_layout Standard
18899 \begin_inset VSpace bigskip
18900 \end_inset
18901
18902 For more details about float placements, have a look at LaTeX books, 
18903 \begin_inset LatexCommand cite
18904 key "latexcompanion,latexguide,latexbook"
18905
18906 \end_inset
18907
18908 .
18909 \end_layout
18910
18911 \begin_layout Section
18912 Rotated Floats
18913 \begin_inset LatexCommand label
18914 name "sec:Rotated-Floats"
18915
18916 \end_inset
18917
18918
18919 \begin_inset LatexCommand index
18920 name "Floats ! Rotating"
18921
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \begin_layout Standard
18928 Especially for wide tables you might have floats rotated.
18929  To rotate a whole float including the caption, right-click on the float-box
18930  and use the option 
18931 \family sans
18932 Rotate\InsetSpace ~
18933 sideways
18934 \family default
18935 .
18936 \end_layout
18937
18938 \begin_layout Standard
18939 Rotated floats are always placed on its own page (or column, when you have
18940  a two-column document).
18941  They are normally rotated so that you can read them from the outside margin
18942  -- to the left on even pages, to the right on odd pages.
18943 \end_layout
18944
18945 \begin_layout Standard
18946 Referencing rotated floats is the same like for normal floats, the caption
18947  format is also the same: Table\InsetSpace ~
18948
18949 \begin_inset LatexCommand ref
18950 reference "tab:Rotated-table"
18951
18952 \end_inset
18953
18954  is an example of a rotated table float.
18955 \end_layout
18956
18957 \begin_layout Standard
18958 \begin_inset Note Greyedout
18959 status open
18960
18961 \begin_layout Standard
18962
18963 \series bold
18964 Note:
18965 \series default
18966  Not all DVI-viewers are able to display rotated floats.
18967 \end_layout
18968
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \begin_layout Standard
18975 \begin_inset Float table
18976 wide false
18977 sideways true
18978 status open
18979
18980 \begin_layout Standard
18981 \begin_inset Caption
18982
18983 \begin_layout Standard
18984 \begin_inset LatexCommand label
18985 name "tab:Rotated-table"
18986
18987 \end_inset
18988
18989  Rotated table
18990 \end_layout
18991
18992 \end_inset
18993
18994
18995 \end_layout
18996
18997 \begin_layout Standard
18998 \align center
18999 \begin_inset Tabular
19000 <lyxtabular version="3" rows="1" columns="5">
19001 <features>
19002 <column alignment="center" valignment="top" leftline="true" width="0">
19003 <column alignment="center" valignment="top" leftline="true" width="0">
19004 <column alignment="center" valignment="top" leftline="true" width="0">
19005 <column alignment="center" valignment="top" leftline="true" width="0">
19006 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19007 <row topline="true" bottomline="true">
19008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Standard
19012 test
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Standard
19021 b
19022 \end_layout
19023
19024 \end_inset
19025 </cell>
19026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19027 \begin_inset Text
19028
19029 \begin_layout Standard
19030 c
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Standard
19039 d
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Standard
19048 e
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 </row>
19054 </lyxtabular>
19055
19056 \end_inset
19057
19058
19059 \end_layout
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \begin_layout Section
19067 Caption Formatting
19068 \begin_inset LatexCommand index
19069 name "Caption ! Formatting"
19070
19071 \end_inset
19072
19073
19074 \begin_inset LatexCommand index
19075 name "Floats ! Caption Formatting"
19076
19077 \end_inset
19078
19079
19080 \begin_inset LatexCommand index
19081 name "LaTeX-packages ! caption"
19082
19083 \end_inset
19084
19085
19086 \begin_inset LatexCommand label
19087 name "sec:Caption-Formatting"
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \begin_layout Standard
19095 The 
19096 \family sans
19097 Caption
19098 \family default
19099  environment is the default paragraph environment for 
19100 \family sans
19101 Floats
19102 \family default
19103 .
19104  On the LyX screen captions appear as label, e.\InsetSpace \thinspace{}
19105 g.\InsetSpace ~
19106
19107 \begin_inset Quotes eld
19108 \end_inset
19109
19110
19111 \family sans
19112 Figure #:
19113 \family default
19114
19115 \begin_inset Quotes erd
19116 \end_inset
19117
19118  followed by the caption text.
19119  The number sign 
19120 \begin_inset Quotes eld
19121 \end_inset
19122
19123 #
19124 \begin_inset Quotes erd
19125 \end_inset
19126
19127  is substituted in the printed output by the actual reference number.
19128  By default the label and the number are in the same font as the caption
19129  text and a colon follows the number to divide then label from the text.
19130  This caption format is not suitable for all document formats.
19131  
19132 \end_layout
19133
19134 \begin_layout Standard
19135 To change the default caption format, load the LaTeX-package 
19136 \series bold
19137 caption
19138 \series default
19139
19140 \begin_inset LatexCommand index
19141 name "LaTeX-packages ! caption"
19142
19143 \end_inset
19144
19145  in the document preamble with this line:
19146 \end_layout
19147
19148 \begin_layout Standard
19149
19150 \series bold
19151
19152 \backslash
19153 usepackage[format definition]{caption}
19154 \end_layout
19155
19156 \begin_layout Standard
19157 To have for example the label and the number in sans-serif bold font and
19158  the table captions always above the table like in this document, use the
19159  following command:
19160 \end_layout
19161
19162 \begin_layout Standard
19163
19164 \series bold
19165
19166 \backslash
19167 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19168 \end_layout
19169
19170 \begin_layout Standard
19171 You can also define different caption formats for the different float types.
19172  In this case load the 
19173 \series bold
19174 caption
19175 \series default
19176  package without format specific options and define the different formats
19177  with the help of the command
19178 \end_layout
19179
19180 \begin_layout Standard
19181
19182 \series bold
19183
19184 \backslash
19185 captionsetup[float type]{format definition}
19186 \end_layout
19187
19188 \begin_layout Standard
19189 in the document preamble.
19190  For example the caption formats of Figure\InsetSpace ~
19191
19192 \begin_inset LatexCommand ref
19193 reference "fig:This-is-an-fig"
19194
19195 \end_inset
19196
19197  and Table\InsetSpace ~
19198
19199 \begin_inset LatexCommand ref
19200 reference "tab:This-is-an-tab"
19201
19202 \end_inset
19203
19204  can be created using these commands in the document preamble:
19205 \end_layout
19206
19207 \begin_layout Standard
19208
19209 \series bold
19210
19211 \backslash
19212 usepackage[tableposition=top]{caption}
19213 \series default
19214
19215 \newline
19216
19217 \series bold
19218
19219 \backslash
19220 captionsetup[f\SpecialChar \textcompwordmark{}
19221 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19222 \newline
19223
19224 \begin_inset ERT
19225 status collapsed
19226
19227 \begin_layout Standard
19228
19229
19230 \backslash
19231 hphantom{
19232 \backslash
19233
19234 \backslash
19235 captionsetup[figure]
19236 \backslash
19237 {}
19238 \end_layout
19239
19240 \end_inset
19241
19242  labelsep=period}
19243 \newline
19244
19245 \backslash
19246 captionsetup[table]{labelfont={bf,sf}}
19247 \end_layout
19248
19249 \begin_layout Standard
19250 For more information about the package 
19251 \series bold
19252 caption
19253 \series default
19254  we refer to its documentation 
19255 \begin_inset LatexCommand cite
19256 key "caption,caption-de"
19257
19258 \end_inset
19259
19260 .
19261 \end_layout
19262
19263 \begin_layout Standard
19264 \begin_inset VSpace bigskip
19265 \end_inset
19266
19267 If you are using a 
19268 \series bold
19269 koma-script
19270 \series default
19271
19272 \begin_inset LatexCommand index
19273 name "LaTeX-packages ! koma-script"
19274
19275 \end_inset
19276
19277  document class (
19278 \family sans
19279 article (koma-script)
19280 \family default
19281
19282 \family sans
19283 book (koma-script)
19284 \family default
19285
19286 \family sans
19287 letter (koma-script)
19288 \family default
19289 , or 
19290 \family sans
19291 report (koma-script)
19292 \family default
19293 \InsetSpace \thinspace{}
19294 ), you can alternatively to the 
19295 \series bold
19296 caption
19297 \series default
19298  package use 
19299 \series bold
19300 koma-script
19301 \series default
19302 's built-in command 
19303 \series bold
19304
19305 \backslash
19306 setkomafont
19307 \series default
19308 .
19309  For example, to have the caption label in bold, add this command to your
19310  document preamble:
19311 \end_layout
19312
19313 \begin_layout Standard
19314
19315 \series bold
19316
19317 \backslash
19318 setkomafont{captionlabel}{
19319 \backslash
19320 bfseries}
19321 \end_layout
19322
19323 \begin_layout Standard
19324 For more information about 
19325 \series bold
19326
19327 \backslash
19328 setkomafont
19329 \series default
19330  we refer to the 
19331 \series bold
19332 koma-script
19333 \series default
19334  documentation 
19335 \begin_inset LatexCommand cite
19336 key "koma-script,koma-script-de"
19337
19338 \end_inset
19339
19340 .
19341 \end_layout
19342
19343 \begin_layout Standard
19344 \begin_inset ERT
19345 status collapsed
19346
19347 \begin_layout Standard
19348
19349
19350 \backslash
19351 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19352 }
19353 \end_layout
19354
19355 \end_inset
19356
19357
19358 \begin_inset Note Note
19359 status open
19360
19361 \begin_layout Standard
19362 The caption format is changed only for this example.
19363 \end_layout
19364
19365 \end_inset
19366
19367
19368 \end_layout
19369
19370 \begin_layout Standard
19371 \begin_inset Float figure
19372 placement !p
19373 wide false
19374 sideways false
19375 status open
19376
19377 \begin_layout Standard
19378 \align center
19379 \begin_inset Graphics
19380         filename mobius.eps
19381         lyxscale 50
19382         scale 50
19383
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \begin_layout Standard
19390 \begin_inset Caption
19391
19392 \begin_layout Standard
19393 \begin_inset LatexCommand label
19394 name "fig:This-is-an-fig"
19395
19396 \end_inset
19397
19398 This is an example figure caption that is longer than one line to show the
19399  different caption format.
19400  Here a self-defined caption format is used.
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \begin_layout Standard
19414 \begin_inset ERT
19415 status collapsed
19416
19417 \begin_layout Standard
19418
19419
19420 \backslash
19421 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19422 on}
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \begin_layout Standard
19431 \begin_inset Float table
19432 placement !p
19433 wide false
19434 sideways false
19435 status open
19436
19437 \begin_layout Standard
19438 \begin_inset Caption
19439
19440 \begin_layout Standard
19441 \begin_inset LatexCommand label
19442 name "tab:This-is-an-tab"
19443
19444 \end_inset
19445
19446 This is an example table caption that is longer than one line to show the
19447  different caption format.
19448  Here the standard caption format for tables in this document is used.
19449 \end_layout
19450
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \begin_layout Standard
19457 \align center
19458 \begin_inset Tabular
19459 <lyxtabular version="3" rows="1" columns="5">
19460 <features>
19461 <column alignment="center" valignment="top" leftline="true" width="0">
19462 <column alignment="center" valignment="top" leftline="true" width="0">
19463 <column alignment="center" valignment="top" leftline="true" width="0">
19464 <column alignment="center" valignment="top" leftline="true" width="0">
19465 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19466 <row topline="true" bottomline="true">
19467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Standard
19471 a
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Standard
19480 b
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Standard
19489 c
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Standard
19498 d
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Standard
19507 e
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 </row>
19513 </lyxtabular>
19514
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521
19522
19523 \end_layout
19524
19525 \begin_layout Section
19526 Caption Placement
19527 \begin_inset LatexCommand index
19528 name "Caption ! Placement"
19529
19530 \end_inset
19531
19532
19533 \begin_inset LatexCommand index
19534 name "Floats ! Caption Placement"
19535
19536 \end_inset
19537
19538
19539 \begin_inset LatexCommand label
19540 name "sec:Caption-Placement"
19541
19542 \end_inset
19543
19544
19545 \end_layout
19546
19547 \begin_layout Standard
19548 The common caption placement rule is:
19549 \end_layout
19550
19551 \begin_layout Description
19552 Figure: Caption is set below the figure
19553 \end_layout
19554
19555 \begin_layout Description
19556 Table: Caption is set above the table
19557 \end_layout
19558
19559 \begin_layout Standard
19560 Having the caption above the table is unfortunately not supported in LaTeX's
19561  standard classes.
19562  That means if you are using the document classes 
19563 \family sans
19564 article
19565 \family default
19566
19567 \family sans
19568 book
19569 \family default
19570
19571 \family sans
19572 letter
19573 \family default
19574 , or 
19575 \family sans
19576 report
19577 \family default
19578  there will be no space between the caption and the table.
19579  To insert the needed space, add the following option to the load command
19580  of the LaTeX-package 
19581 \series bold
19582 caption
19583 \series default
19584  in your document preamble
19585 \begin_inset Foot
19586 status collapsed
19587
19588 \begin_layout Standard
19589 See section\InsetSpace ~
19590
19591 \begin_inset LatexCommand ref
19592 reference "sec:Caption-Formatting"
19593
19594 \end_inset
19595
19596  for more information of the package 
19597 \series bold
19598 caption
19599 \series default
19600 .
19601 \end_layout
19602
19603 \end_inset
19604
19605 :
19606 \end_layout
19607
19608 \begin_layout Standard
19609
19610 \series bold
19611 tableposition=top
19612 \end_layout
19613
19614 \begin_layout Standard
19615 If you are using a 
19616 \series bold
19617 koma-script
19618 \series default
19619
19620 \begin_inset LatexCommand index
19621 name "LaTeX-packages ! koma-script"
19622
19623 \end_inset
19624
19625  document class (
19626 \family sans
19627 article (koma-script)
19628 \family default
19629
19630 \family sans
19631 book (koma-script)
19632 \family default
19633
19634 \family sans
19635 letter (koma-script)
19636 \family default
19637 , or 
19638 \family sans
19639 report (koma-script)
19640 \family default
19641 \InsetSpace \thinspace{}
19642 ), you can alternatively to the 
19643 \series bold
19644 caption
19645 \series default
19646  package set the document class option 
19647 \series bold
19648 tablecaptionabove
19649 \series default
19650 , or you can use the environment 
19651 \family sans
19652 caption\InsetSpace ~
19653 above
19654 \family default
19655  instead of the 
19656 \family sans
19657 caption
19658 \family default
19659  environment.
19660 \end_layout
19661
19662 \begin_layout Standard
19663 \begin_inset VSpace bigskip
19664 \end_inset
19665
19666 It is also possible to set the caption beside a figure or table.
19667  To get this the LaTeX-package 
19668 \series bold
19669 sidecap
19670 \series default
19671
19672 \begin_inset LatexCommand index
19673 name "LaTeX-packages ! sidecap"
19674
19675 \end_inset
19676
19677  has to be loaded in the document preamble with the line
19678 \end_layout
19679
19680 \begin_layout Standard
19681
19682 \series bold
19683
19684 \backslash
19685 usepackage[option]{sidecap}
19686 \end_layout
19687
19688 \begin_layout Standard
19689 If you set no option, the caption is placed on the side of the outer page
19690  margin -- to the right on odd pages, to the left on even pages.
19691  You can change the placement to inner margin with the option 
19692 \series bold
19693 innercaption
19694 \series default
19695 .
19696  To force the placement always to the right or left, use the option 
19697 \series bold
19698 rightcaption
19699 \series default
19700  or 
19701 \series bold
19702 leftcaption
19703 \series default
19704 , respectively.
19705 \end_layout
19706
19707 \begin_layout Standard
19708 To place in LyX the caption of a float on the side, it is necessary to add
19709  these commands to the document preamble:
19710 \end_layout
19711
19712 \begin_layout Standard
19713
19714 \lyxline
19715
19716 \end_layout
19717
19718 \begin_layout Standard
19719
19720 \series bold
19721
19722 \backslash
19723 newcommand{
19724 \backslash
19725 TabBesBeg}{%
19726 \newline
19727
19728 \begin_inset ERT
19729 status collapsed
19730
19731 \begin_layout Standard
19732
19733
19734 \backslash
19735 hphantom{ }
19736 \end_layout
19737
19738 \end_inset
19739
19740
19741 \backslash
19742 let
19743 \backslash
19744 MyTable
19745 \backslash
19746 table
19747 \newline
19748
19749 \begin_inset ERT
19750 status collapsed
19751
19752 \begin_layout Standard
19753
19754
19755 \backslash
19756 hphantom{ }
19757 \end_layout
19758
19759 \end_inset
19760
19761
19762 \backslash
19763 let
19764 \backslash
19765 MyEndtable
19766 \backslash
19767 endtable
19768 \newline
19769
19770 \begin_inset ERT
19771 status collapsed
19772
19773 \begin_layout Standard
19774
19775
19776 \backslash
19777 hphantom{ }
19778 \end_layout
19779
19780 \end_inset
19781
19782
19783 \backslash
19784 renewenvironment{table}{
19785 \backslash
19786 begin{SCtable}}{
19787 \backslash
19788 end{SCtable}}}
19789 \end_layout
19790
19791 \begin_layout Standard
19792
19793 \series bold
19794
19795 \backslash
19796 newcommand{
19797 \backslash
19798 TabBesEnd}{%
19799 \newline
19800
19801 \begin_inset ERT
19802 status collapsed
19803
19804 \begin_layout Standard
19805
19806
19807 \backslash
19808 hphantom{ }
19809 \end_layout
19810
19811 \end_inset
19812
19813
19814 \backslash
19815 let
19816 \backslash
19817 table
19818 \backslash
19819 MyTable
19820 \newline
19821
19822 \begin_inset ERT
19823 status collapsed
19824
19825 \begin_layout Standard
19826
19827
19828 \backslash
19829 hphantom{ }
19830 \end_layout
19831
19832 \end_inset
19833
19834
19835 \backslash
19836 let
19837 \backslash
19838 endtable
19839 \backslash
19840 MyEndtable
19841 \end_layout
19842
19843 \begin_layout Standard
19844
19845 \series bold
19846
19847 \backslash
19848 newcommand{
19849 \backslash
19850 FigBesBeg}{%
19851 \newline
19852
19853 \begin_inset ERT
19854 status collapsed
19855
19856 \begin_layout Standard
19857
19858
19859 \backslash
19860 hphantom{ }
19861 \end_layout
19862
19863 \end_inset
19864
19865
19866 \backslash
19867 let
19868 \backslash
19869 MyFigure
19870 \backslash
19871 f\SpecialChar \textcompwordmark{}
19872 igure
19873 \newline
19874
19875 \begin_inset ERT
19876 status collapsed
19877
19878 \begin_layout Standard
19879
19880
19881 \backslash
19882 hphantom{ }
19883 \end_layout
19884
19885 \end_inset
19886
19887
19888 \backslash
19889 let
19890 \backslash
19891 MyEndf\SpecialChar \textcompwordmark{}
19892 igure
19893 \backslash
19894 endf\SpecialChar \textcompwordmark{}
19895 igure
19896 \newline
19897
19898 \begin_inset ERT
19899 status collapsed
19900
19901 \begin_layout Standard
19902
19903
19904 \backslash
19905 hphantom{ }
19906 \end_layout
19907
19908 \end_inset
19909
19910
19911 \backslash
19912 renewenvironment{f\SpecialChar \textcompwordmark{}
19913 igure}{
19914 \backslash
19915 begin{SCf\SpecialChar \textcompwordmark{}
19916 igure}}{
19917 \backslash
19918 end{SCf\SpecialChar \textcompwordmark{}
19919 igure}}}
19920 \end_layout
19921
19922 \begin_layout Standard
19923
19924 \series bold
19925
19926 \backslash
19927 newcommand{
19928 \backslash
19929 FigBesEnd}{%
19930 \newline
19931
19932 \begin_inset ERT
19933 status collapsed
19934
19935 \begin_layout Standard
19936
19937
19938 \backslash
19939 hphantom{ }
19940 \end_layout
19941
19942 \end_inset
19943
19944
19945 \backslash
19946 let
19947 \backslash
19948 f\SpecialChar \textcompwordmark{}
19949 igure
19950 \backslash
19951 MyFigure
19952 \newline
19953
19954 \begin_inset ERT
19955 status collapsed
19956
19957 \begin_layout Standard
19958
19959
19960 \backslash
19961 hphantom{ }
19962 \end_layout
19963
19964 \end_inset
19965
19966
19967 \backslash
19968 let
19969 \backslash
19970 endf\SpecialChar \textcompwordmark{}
19971 igure
19972 \backslash
19973 MyEndf\SpecialChar \textcompwordmark{}
19974 igure}
19975 \end_layout
19976
19977 \begin_layout Standard
19978
19979 \lyxline
19980
19981 \end_layout
19982
19983 \begin_layout Standard
19984 The commands allow you to redefine the floats so that the caption is set
19985  on the side.
19986  For figure floats use the command
19987 \end_layout
19988
19989 \begin_layout Standard
19990
19991 \series bold
19992
19993 \backslash
19994 FigBesBeg
19995 \end_layout
19996
19997 \begin_layout Standard
19998 in ERT before the float.
19999  Behind the float insert the command
20000 \end_layout
20001
20002 \begin_layout Standard
20003
20004 \series bold
20005
20006 \backslash
20007 FigBesEnd
20008 \end_layout
20009
20010 \begin_layout Standard
20011 in ERT to get back to the original float definition.
20012 \end_layout
20013
20014 \begin_layout Standard
20015 For table floats use the corresponding commands
20016 \end_layout
20017
20018 \begin_layout Standard
20019
20020 \series bold
20021
20022 \backslash
20023 TabBesBeg
20024 \series default
20025  and 
20026 \series bold
20027
20028 \backslash
20029 TabBesEnd
20030 \end_layout
20031
20032 \begin_layout Standard
20033 Figure\InsetSpace ~
20034
20035 \begin_inset LatexCommand ref
20036 reference "fig:cap-beside-fig"
20037
20038 \end_inset
20039
20040  and Table\InsetSpace ~
20041
20042 \begin_inset LatexCommand ref
20043 reference "tab:cap-beside-tab"
20044
20045 \end_inset
20046
20047  are examples where the caption is set beside.
20048 \end_layout
20049
20050 \begin_layout Standard
20051 You can see in the examples that the caption text appears at the top of
20052  the floats for table floats and at the bottom for figure floats.
20053  To change this, you can use the command
20054 \end_layout
20055
20056 \begin_layout Standard
20057
20058 \series bold
20059
20060 \backslash
20061 sidecaptionvpos{float type}{placement}
20062 \end_layout
20063
20064 \begin_layout Standard
20065 in the document preamble or in ERT before the float.
20066  The float type is either 
20067 \family sans
20068 figure
20069 \family default
20070  or 
20071 \family sans
20072 table
20073 \family default
20074 , the placement can be 
20075 \begin_inset Quotes eld
20076 \end_inset
20077
20078
20079 \family sans
20080 t
20081 \family default
20082
20083 \begin_inset Quotes erd
20084 \end_inset
20085
20086  for top, 
20087 \begin_inset Quotes eld
20088 \end_inset
20089
20090
20091 \family sans
20092 c
20093 \family default
20094
20095 \begin_inset Quotes erd
20096 \end_inset
20097
20098  for center, or 
20099 \begin_inset Quotes eld
20100 \end_inset
20101
20102
20103 \family sans
20104 b
20105 \family default
20106
20107 \begin_inset Quotes erd
20108 \end_inset
20109
20110  for bottom.
20111  To have for example the caption of figure floats vertically centered, use
20112  the command
20113 \end_layout
20114
20115 \begin_layout Standard
20116
20117 \series bold
20118
20119 \backslash
20120 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20121 igure}{c}
20122 \end_layout
20123
20124 \begin_layout Standard
20125 This was used for Figure\InsetSpace ~
20126
20127 \begin_inset LatexCommand ref
20128 reference "fig:cap-beside-fig-2"
20129
20130 \end_inset
20131
20132 .
20133 \end_layout
20134
20135 \begin_layout Standard
20136 \begin_inset VSpace defskip
20137 \end_inset
20138
20139 For more information about the package 
20140 \series bold
20141 sidecap
20142 \series default
20143  we refer to its documentation 
20144 \begin_inset LatexCommand cite
20145 key "sidecap"
20146
20147 \end_inset
20148
20149 .
20150 \end_layout
20151
20152 \begin_layout Standard
20153 \begin_inset Note Greyedout
20154 status open
20155
20156 \begin_layout Standard
20157
20158 \series bold
20159 Note:
20160 \series default
20161  The LaTeX-package 
20162 \series bold
20163 hypcap
20164 \series default
20165
20166 \begin_inset LatexCommand index
20167 name "LaTeX-packages ! hypcap"
20168
20169 \end_inset
20170
20171 , described in section\InsetSpace ~
20172
20173 \begin_inset LatexCommand ref
20174 reference "sub:Reference-Position"
20175
20176 \end_inset
20177
20178 , has no effect on floats with the caption set beside.
20179 \end_layout
20180
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \begin_layout Standard
20187 \begin_inset ERT
20188 status collapsed
20189
20190 \begin_layout Standard
20191
20192
20193 \backslash
20194 FigBesBeg 
20195 \end_layout
20196
20197 \end_inset
20198
20199
20200 \end_layout
20201
20202 \begin_layout Standard
20203 \begin_inset Float figure
20204 wide false
20205 sideways false
20206 status open
20207
20208 \begin_layout Standard
20209 \begin_inset Graphics
20210         filename escher-lsd.eps
20211         scale 75
20212
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \begin_layout Standard
20219 \begin_inset Caption
20220
20221 \begin_layout Standard
20222 \begin_inset LatexCommand label
20223 name "fig:cap-beside-fig"
20224
20225 \end_inset
20226
20227 This is a caption beside a figure.
20228 \end_layout
20229
20230 \end_inset
20231
20232
20233 \end_layout
20234
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \begin_layout Standard
20241 \begin_inset ERT
20242 status collapsed
20243
20244 \begin_layout Standard
20245
20246
20247 \backslash
20248 TabBesBeg 
20249 \end_layout
20250
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \begin_layout Standard
20257 \begin_inset Float table
20258 wide false
20259 sideways false
20260 status open
20261
20262 \begin_layout Standard
20263 \begin_inset Caption
20264
20265 \begin_layout Standard
20266 \begin_inset LatexCommand label
20267 name "tab:cap-beside-tab"
20268
20269 \end_inset
20270
20271 This is a caption beside a table.
20272 \end_layout
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Standard
20280 \begin_inset Tabular
20281 <lyxtabular version="3" rows="4" columns="5">
20282 <features>
20283 <column alignment="center" valignment="top" leftline="true" width="0">
20284 <column alignment="center" valignment="top" leftline="true" width="0">
20285 <column alignment="center" valignment="top" leftline="true" width="0">
20286 <column alignment="center" valignment="top" leftline="true" width="0">
20287 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20288 <row topline="true">
20289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20290 \begin_inset Text
20291
20292 \begin_layout Standard
20293 a
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Standard
20302
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Standard
20311 b
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Standard
20320
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Standard
20329 c
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 </row>
20335 <row topline="true">
20336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Standard
20340
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Standard
20349 d
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Standard
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Standard
20367 e
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Standard
20376
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 </row>
20382 <row topline="true">
20383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Standard
20387 f
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Standard
20396
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Standard
20405 g
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Standard
20414
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Standard
20423 h
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row topline="true" bottomline="true">
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Standard
20434
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Standard
20443 i
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Standard
20452
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Standard
20461 j
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Standard
20470
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 </row>
20476 </lyxtabular>
20477
20478 \end_inset
20479
20480
20481 \end_layout
20482
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \begin_layout Standard
20489 \begin_inset ERT
20490 status collapsed
20491
20492 \begin_layout Standard
20493
20494
20495 \backslash
20496 TabBesEnd
20497 \end_layout
20498
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \begin_layout Standard
20505 \begin_inset ERT
20506 status collapsed
20507
20508 \begin_layout Standard
20509
20510
20511 \backslash
20512 sidecaptionvpos{figure}{c}
20513 \end_layout
20514
20515 \end_inset
20516
20517
20518 \begin_inset Float figure
20519 wide false
20520 sideways false
20521 status open
20522
20523 \begin_layout Standard
20524 \begin_inset Graphics
20525         filename escher-lsd.eps
20526         scale 75
20527
20528 \end_inset
20529
20530
20531 \end_layout
20532
20533 \begin_layout Standard
20534 \begin_inset Caption
20535
20536 \begin_layout Standard
20537 \begin_inset LatexCommand label
20538 name "fig:cap-beside-fig-2"
20539
20540 \end_inset
20541
20542 This is a vertically centered caption beside a figure.
20543 \end_layout
20544
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \begin_layout Standard
20556 \begin_inset ERT
20557 status collapsed
20558
20559 \begin_layout Standard
20560
20561
20562 \backslash
20563 FigBesEnd
20564 \end_layout
20565
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \begin_layout Section
20572 Listings of Floats
20573 \begin_inset LatexCommand label
20574 name "sec:Listings-of-Floats"
20575
20576 \end_inset
20577
20578
20579 \begin_inset LatexCommand index
20580 name "Floats ! Listings"
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Standard
20588 Similar to the the table of contents where the sections of the document
20589  are listed, there are listings for all float types, like the figures of
20590  the documents.
20591  You can insert them via the 
20592 \family sans
20593 Insert\SpecialChar \menuseparator
20594 List\InsetSpace ~
20595 /\InsetSpace ~
20596 TOC
20597 \family default
20598  sub menus.
20599 \end_layout
20600
20601 \begin_layout Standard
20602 The list entries are the float captions or its short title, the float number,
20603  and the page number where they appear in the document.
20604 \end_layout
20605
20606 \begin_layout Standard
20607 You can find the list of figures and tables at the end of this document.
20608 \end_layout
20609
20610 \begin_layout Chapter
20611 Notes
20612 \end_layout
20613
20614 \begin_layout Section
20615 \begin_inset ERT
20616 status collapsed
20617
20618 \begin_layout Standard
20619
20620
20621 \backslash
20622 texorpdfstring{
20623 \end_layout
20624
20625 \end_inset
20626
20627 LyX
20628 \begin_inset ERT
20629 status collapsed
20630
20631 \begin_layout Standard
20632
20633 }{LyX}
20634 \end_layout
20635
20636 \end_inset
20637
20638  Notes
20639 \begin_inset LatexCommand label
20640 name "sec:LyX-Notes"
20641
20642 \end_inset
20643
20644
20645 \begin_inset LatexCommand index
20646 name "Notes ! LyX Notes"
20647
20648 \end_inset
20649
20650
20651 \begin_inset Note Note
20652 status collapsed
20653
20654 \begin_layout Standard
20655 The command 
20656 \backslash
20657 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
20658  are displayed wrongly in PDF-bookmarks.
20659  For more information about this, have a look at 
20660 \begin_inset LatexCommand cite
20661 key "hyperref"
20662
20663 \end_inset
20664
20665 .
20666 \end_layout
20667
20668 \end_inset
20669
20670
20671 \end_layout
20672
20673 \begin_layout Standard
20674 Notes are inserted with the toolbar button 
20675 \begin_inset Graphics
20676         filename ../images/note-insert.xpm
20677         scale 85
20678
20679 \end_inset
20680
20681  or the menu 
20682 \family sans
20683 Insert\SpecialChar \menuseparator
20684 Note
20685 \family default
20686 .
20687  There are three types of notes:
20688 \end_layout
20689
20690 \begin_layout Description
20691 LyX\InsetSpace ~
20692 Note This note type is for internal notes that won't appear in the output.
20693  Its note-box looks like this:
20694 \newline
20695
20696 \newline
20697
20698 \begin_inset Graphics
20699         filename ../clipart/LyXNoteImageQt4.png
20700         display none
20701         scale 85
20702
20703 \end_inset
20704
20705  
20706 \begin_inset Note Note
20707 status open
20708
20709 \begin_layout Standard
20710 This is text in a note box that doesn't appear in the output.
20711 \end_layout
20712
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \begin_layout Description
20719 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
20720 ent, when you export the document to LaTeX via the menu 
20721 \family sans
20722 File\SpecialChar \menuseparator
20723 Export\SpecialChar \menuseparator
20724 LaTeX (pdflatex) / LaTeX (plain)
20725 \family default
20726 .
20727  Its note-box looks like this:
20728 \newline
20729
20730 \newline
20731
20732 \begin_inset Graphics
20733         filename ../clipart/CommentNoteImageQt4.png
20734         display none
20735         scale 85
20736
20737 \end_inset
20738
20739  
20740 \begin_inset Note Comment
20741 status open
20742
20743 \begin_layout Standard
20744 This is text in a note box that only appears as comment in LaTeX-files.
20745 \end_layout
20746
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \begin_layout Description
20753 Greyed\InsetSpace ~
20754 Out This note will appear in the output as grey text.
20755  Its note-box looks like this:
20756 \newline
20757
20758 \newline
20759
20760 \begin_inset Graphics
20761         filename ../clipart/GreyedOutNoteImageQt4.png
20762         display none
20763         scale 85
20764
20765 \end_inset
20766
20767
20768 \newline
20769
20770 \begin_inset ERT
20771 status collapsed
20772
20773 \begin_layout Standard
20774
20775
20776 \backslash
20777 renewenvironment{lyxgreyedout}
20778 \end_layout
20779
20780 \begin_layout Standard
20781
20782 {
20783 \backslash
20784 textcolor[gray]{0.8}
20785 \backslash
20786 bgroup}{
20787 \backslash
20788 egroup}
20789 \end_layout
20790
20791 \end_inset
20792
20793
20794 \begin_inset Note Greyedout
20795 status open
20796
20797 \begin_layout Standard
20798 This is text
20799 \begin_inset Foot
20800 status open
20801
20802 \begin_layout Standard
20803 This is an example footnote within a greyed out note.
20804 \end_layout
20805
20806 \end_inset
20807
20808  of a comment that appears in the output as grey text.
20809 \end_layout
20810
20811 \end_inset
20812
20813
20814 \begin_inset ERT
20815 status collapsed
20816
20817 \begin_layout Standard
20818
20819
20820 \backslash
20821 renewenvironment{lyxgreyedout}
20822 \end_layout
20823
20824 \begin_layout Standard
20825
20826 {
20827 \backslash
20828 textcolor{blue}
20829 \backslash
20830 bgroup}{
20831 \backslash
20832 egroup}
20833 \end_layout
20834
20835 \end_inset
20836
20837
20838 \begin_inset Note Note
20839 status collapsed
20840
20841 \begin_layout Standard
20842 The greyed out note is here redefined to show it with the original LyX definitio
20843 n because greyed out notes are redefined in the preamble of this document,
20844  as described below, to have blue text.
20845 \end_layout
20846
20847 \end_inset
20848
20849
20850 \newline
20851
20852 \newline
20853 As you can see in the example, the first line of greyed out notes is a bit
20854  indented and greyed out notes can have footnotes.
20855 \end_layout
20856
20857 \begin_layout Description
20858 Framed This note will appear in the output as framed text.
20859  Its note-box looks like this:
20860 \newline
20861
20862 \newline
20863
20864 \begin_inset Graphics
20865         filename ../clipart/FramedNoteImageQt4.png
20866         display none
20867         scale 85
20868
20869 \end_inset
20870
20871  
20872 \begin_inset Note Framed
20873 status open
20874
20875 \begin_layout Standard
20876 This is text in a note box that appears framed in the output.
20877 \end_layout
20878
20879 \end_inset
20880
20881  In contrary to framed boxes
20882 \begin_inset Foot
20883 status collapsed
20884
20885 \begin_layout Standard
20886 Framed boxes are described in section\InsetSpace ~
20887
20888 \begin_inset LatexCommand ref
20889 reference "sec:Framed-Boxes"
20890
20891 \end_inset
20892
20893 .
20894 \end_layout
20895
20896 \end_inset
20897
20898  the frame uses always the whole text width and the note is set into its
20899  own paragraph.
20900 \end_layout
20901
20902 \begin_layout Description
20903 Shaded This note will appear in the output with red background color.
20904  Its note box looks like this:
20905 \newline
20906
20907 \newline
20908
20909 \begin_inset Graphics
20910         filename ../clipart/ShadedNoteImageQt4.png
20911         display none
20912         scale 85
20913
20914 \end_inset
20915
20916
20917 \begin_inset Note Shaded
20918 status open
20919
20920 \begin_layout Standard
20921 This text in a note box appears in the output with red background.
20922 \end_layout
20923
20924 \end_inset
20925
20926 In contrary to colored boxes
20927 \begin_inset Foot
20928 status collapsed
20929
20930 \begin_layout Standard
20931 Colored boxes are described in section\InsetSpace ~
20932
20933 \begin_inset LatexCommand ref
20934 reference "sec:Colored-Boxes"
20935
20936 \end_inset
20937
20938 .
20939 \end_layout
20940
20941 \end_inset
20942
20943  the note uses always the whole text width and the note is set into its
20944  own paragraph.
20945 \end_layout
20946
20947 \begin_layout Standard
20948 \begin_inset VSpace bigskip
20949 \end_inset
20950
20951 When you use the toolbar button to insert notes, a 
20952 \family sans
20953 LyX\InsetSpace ~
20954 Note
20955 \family default
20956  is inserted.
20957  You can switch between the three note types by right-clicking on the note-box.
20958  
20959 \family roman
20960 \series medium
20961 \bar no
20962 If you want to turn existing text into a note, mark it and click on the
20963  note
20964 \family default
20965 \series default
20966 \bar default
20967  toolbar 
20968 \family roman
20969 \series medium
20970 \bar no
20971 button
20972 \family default
20973 \series default
20974 \bar default
20975 .
20976 \end_layout
20977
20978 \begin_layout Standard
20979 \begin_inset VSpace bigskip
20980 \end_inset
20981
20982 You can change the text color of the greyed out notes in the preamble with
20983  the following command:
20984 \end_layout
20985
20986 \begin_layout Standard
20987
20988 \series bold
20989
20990 \backslash
20991 renewenvironment{lyxgreyedout}
20992 \newline
20993
20994 \begin_inset ERT
20995 status collapsed
20996
20997 \begin_layout Standard
20998
20999
21000 \backslash
21001 hphantom{ }
21002 \end_layout
21003
21004 \end_inset
21005
21006 {
21007 \backslash
21008 textcolor{color}
21009 \backslash
21010 bgroup}{
21011 \backslash
21012 egroup}
21013 \end_layout
21014
21015 \begin_layout Standard
21016 The available colors and the method to define own colors is explained in
21017  section\InsetSpace ~
21018
21019 \begin_inset LatexCommand ref
21020 reference "sec:Colored-Tables"
21021
21022 \end_inset
21023
21024 .
21025 \end_layout
21026
21027 \begin_layout Standard
21028 Notes that appear in blue in this document are set using greyed out notes
21029  with blue text.
21030 \end_layout
21031
21032 \begin_layout Standard
21033 \begin_inset VSpace bigskip
21034 \end_inset
21035
21036
21037 \end_layout
21038
21039 \begin_layout Standard
21040 The text style of 
21041 \family sans
21042 Framed
21043 \family default
21044  and 
21045 \family sans
21046 Shaded
21047 \family default
21048  notes can be set in the 
21049 \family sans
21050 Text Style
21051 \family default
21052  dialog.
21053 \end_layout
21054
21055 \begin_layout Standard
21056 The default frame width for 
21057 \family sans
21058 Framed
21059 \family default
21060  notes is 0.4\InsetSpace \thinspace{}
21061 pt; it can be changed by changing the size 
21062 \series bold
21063
21064 \backslash
21065 FrameRule
21066 \series default
21067 .
21068  The default space between the note content and the frame is 9\InsetSpace \thinspace{}
21069 pt; it can
21070  be changed by changing the size 
21071 \series bold
21072
21073 \backslash
21074 FrameSep
21075 \series default
21076 .
21077  For example the frame appearance of the following 
21078 \family sans
21079 Framed
21080 \family default
21081  note is set with the ERT commands
21082 \end_layout
21083
21084 \begin_layout Standard
21085
21086 \series bold
21087
21088 \backslash
21089 FrameRule 5pt 
21090 \backslash
21091 FrameSep 0.5cm
21092 \end_layout
21093
21094 \begin_layout Standard
21095 \begin_inset ERT
21096 status collapsed
21097
21098 \begin_layout Standard
21099
21100
21101 \backslash
21102 FrameRule 5pt 
21103 \backslash
21104 FrameSep 0.5cm
21105 \end_layout
21106
21107 \end_inset
21108
21109
21110 \begin_inset Note Framed
21111 status open
21112
21113 \begin_layout Standard
21114 This is text in a 
21115 \family sans
21116 Framed
21117 \family default
21118  note.
21119 \end_layout
21120
21121 \end_inset
21122
21123
21124 \begin_inset ERT
21125 status collapsed
21126
21127 \begin_layout Standard
21128
21129
21130 \backslash
21131 FrameRule 0.4pt 
21132 \backslash
21133 FrameSep 9pt
21134 \end_layout
21135
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \begin_layout Standard
21142 \begin_inset VSpace bigskip
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \begin_layout Standard
21149 For 
21150 \family sans
21151 Shaded
21152 \family default
21153  notes the default space between the note content and the note border is
21154  3\InsetSpace \thinspace{}
21155 pt; it can be changed by changing the size 
21156 \series bold
21157
21158 \backslash
21159 fboxsep
21160 \series default
21161 .
21162 \newline
21163 The default background color red can be changed with the command 
21164 \series bold
21165
21166 \backslash
21167 def\SpecialChar \textcompwordmark{}
21168 inecolor{shadebox}
21169 \series default
21170 .
21171  The scheme of the 
21172 \series bold
21173
21174 \backslash
21175 def\SpecialChar \textcompwordmark{}
21176 inecolor
21177 \series default
21178  command is explained in section\InsetSpace ~
21179
21180 \begin_inset LatexCommand ref
21181 reference "sec:Colored-Tables"
21182
21183 \end_inset
21184
21185
21186 \begin_inset Foot
21187 status collapsed
21188
21189 \begin_layout Standard
21190 Note that 
21191 \series bold
21192
21193 \backslash
21194 def
21195 \series default
21196 \SpecialChar \textcompwordmark{}
21197
21198 \series bold
21199 inecolor
21200 \series default
21201  requires the LaTeX-package 
21202 \series bold
21203 color
21204 \series default
21205  in the preamble, see section\InsetSpace ~
21206
21207 \begin_inset LatexCommand ref
21208 reference "sec:Colored-Boxes"
21209
21210 \end_inset
21211
21212 .
21213 \end_layout
21214
21215 \end_inset
21216
21217 .
21218 \end_layout
21219
21220 \begin_layout Standard
21221 For example the appearance of the following 
21222 \family sans
21223 Shaded
21224 \family default
21225  note is set with the ERT commands
21226 \end_layout
21227
21228 \begin_layout Standard
21229
21230 \series bold
21231
21232 \backslash
21233 fboxsep 0.5cm
21234 \series default
21235
21236 \newline
21237
21238 \series bold
21239
21240 \backslash
21241 def\SpecialChar \textcompwordmark{}
21242 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21243 \end_layout
21244
21245 \begin_layout Standard
21246 \begin_inset ERT
21247 status collapsed
21248
21249 \begin_layout Standard
21250
21251
21252 \backslash
21253 fboxsep 0.5cm
21254 \end_layout
21255
21256 \end_inset
21257
21258
21259 \begin_inset ERT
21260 status collapsed
21261
21262 \begin_layout Standard
21263
21264
21265 \backslash
21266 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
21267 \end_layout
21268
21269 \end_inset
21270
21271
21272 \begin_inset Note Shaded
21273 status open
21274
21275 \begin_layout Standard
21276
21277 \color yellow
21278 This is yellow text in a
21279 \color none
21280  
21281 \family sans
21282 \color yellow
21283 Shaded
21284 \family default
21285 \color none
21286  
21287 \color yellow
21288 note with darkgreen background.
21289 \end_layout
21290
21291 \end_inset
21292
21293
21294 \begin_inset ERT
21295 status collapsed
21296
21297 \begin_layout Standard
21298
21299
21300 \backslash
21301 fboxsep 3pt
21302 \end_layout
21303
21304 \end_inset
21305
21306
21307 \begin_inset ERT
21308 status collapsed
21309
21310 \begin_layout Standard
21311
21312
21313 \backslash
21314 definecolor{shadecolor}{rgb}{1,0,0}
21315 \end_layout
21316
21317 \end_inset
21318
21319
21320 \end_layout
21321
21322 \begin_layout Section
21323 Footnotes
21324 \begin_inset LatexCommand label
21325 name "sec:Footnotes"
21326
21327 \end_inset
21328
21329
21330 \begin_inset LatexCommand index
21331 name "Notes ! Footnotes"
21332
21333 \end_inset
21334
21335
21336 \begin_inset LatexCommand index
21337 name "Footnotes"
21338
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \begin_layout Standard
21345 Footnotes can be inserted using the toolbar button 
21346 \begin_inset Graphics
21347         filename ../images/footnote-insert.xpm
21348         scale 85
21349
21350 \end_inset
21351
21352  or the menu 
21353 \family sans
21354 Insert\SpecialChar \menuseparator
21355 Footnote
21356 \family default
21357 .
21358  
21359 \family roman
21360 \series medium
21361 \bar no
21362 You'll see
21363 \family default
21364 \series default
21365 \bar default
21366  then the following footnote-box: 
21367 \begin_inset Graphics
21368         filename ../clipart/footnoteQt4.png
21369         scale 80
21370
21371 \end_inset
21372
21373  
21374 \family roman
21375 \series medium
21376 \bar no
21377 where you can enter the footnote text.
21378  If you want to turn existing text into a footnote, mark it and click on
21379  the footnote
21380 \family default
21381 \series default
21382 \bar default
21383  toolbar 
21384 \family roman
21385 \series medium
21386 \bar no
21387 button
21388 \family default
21389 \series default
21390 \bar default
21391 .
21392 \end_layout
21393
21394 \begin_layout Standard
21395 Here is an example footnote:
21396 \family roman
21397 \series medium
21398 \bar no
21399
21400 \begin_inset Foot
21401 status open
21402
21403 \begin_layout Standard
21404 \begin_inset LatexCommand label
21405 name "foot:This-is-an"
21406
21407 \end_inset
21408
21409 This is an example footnote.
21410 \end_layout
21411
21412 \end_inset
21413
21414
21415 \family default
21416 \series default
21417 \bar default
21418
21419 \begin_inset ERT
21420 status collapsed
21421
21422 \begin_layout Standard
21423
21424
21425 \backslash
21426 newcounter{MyRepeatFoot}
21427 \end_layout
21428
21429 \begin_layout Standard
21430
21431
21432 \backslash
21433 setcounter{MyRepeatFoot}{
21434 \backslash
21435 thefootnote}
21436 \end_layout
21437
21438 \end_inset
21439
21440
21441 \end_layout
21442
21443 \begin_layout Standard
21444 The footnote will appear in the output as a superscript number at the text
21445  position where the footnote box is placed.
21446  The footnote text is placed at the bottom of the current page.
21447  The footnote number is calculated by LaTeX, the numbers are consecutive.
21448  It depends on your document-class, if the footnote number is reset for
21449  every chapter.
21450 \end_layout
21451
21452 \begin_layout Standard
21453 Footnotes can be referenced like floats: Insert a label into the footnote
21454  and cross-reference this label in the text as described in section\InsetSpace ~
21455
21456 \begin_inset LatexCommand ref
21457 reference "sec:Referencing-Floats"
21458
21459 \end_inset
21460
21461 .
21462 \newline
21463 This is a cross-reference of Footnote\InsetSpace ~
21464
21465 \begin_inset LatexCommand ref
21466 reference "foot:This-is-an"
21467
21468 \end_inset
21469
21470 .
21471 \newline
21472
21473 \begin_inset Note Greyedout
21474 status open
21475
21476 \begin_layout Standard
21477
21478 \series bold
21479 Note:
21480 \series default
21481  LyX doesn't provide a prefix for labels in footnotes, so you have to insert
21482  e.\InsetSpace \thinspace{}
21483 g.\InsetSpace ~
21484 the prefix 
21485 \family sans
21486
21487 \begin_inset Quotes eld
21488 \end_inset
21489
21490 foot:
21491 \family default
21492
21493 \begin_inset Quotes erd
21494 \end_inset
21495
21496  manually when you want to use the reference style 
21497 \family sans
21498 Formatted\InsetSpace ~
21499 reference
21500 \family default
21501 .
21502 \end_layout
21503
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \begin_layout Standard
21510 \begin_inset VSpace defskip
21511 \end_inset
21512
21513 To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
21514
21515 \begin_inset LatexCommand ref
21516 reference "sec:Minipages"
21517
21518 \end_inset
21519
21520 .
21521  Footnotes within longtables are described in section\InsetSpace ~
21522
21523 \begin_inset LatexCommand ref
21524 reference "sub:Footnotes-in-Longtables"
21525
21526 \end_inset
21527
21528 .
21529 \end_layout
21530
21531 \begin_layout Standard
21532 \begin_inset VSpace defskip
21533 \end_inset
21534
21535 To create only a mark for a footnote, use the command 
21536 \series bold
21537
21538 \backslash
21539 footnotemark[number]
21540 \series default
21541  in ERT.
21542  This is used when you have the same annotation several times in a text
21543  but doesn't want to print the footnote text every time.
21544 \newline
21545 As you don't know
21546  the number of the repeating footnote while you are writing the text, you
21547  have to store its number.
21548  For the following footnote mark example, these commands were inserted in
21549  ERT behind Footnote\InsetSpace ~
21550
21551 \begin_inset LatexCommand ref
21552 reference "foot:This-is-an"
21553
21554 \end_inset
21555
21556  to store the footnote number:
21557 \end_layout
21558
21559 \begin_layout Standard
21560
21561 \series bold
21562
21563 \backslash
21564 newcounter{MyRepeatFoot}
21565 \newline
21566
21567 \backslash
21568 setcounter{MyRepeatFoot}{
21569 \backslash
21570 thefootnote}
21571 \end_layout
21572
21573 \begin_layout Standard
21574 The footnote mark was then created with this command:
21575 \end_layout
21576
21577 \begin_layout Standard
21578
21579 \series bold
21580
21581 \backslash
21582 footnotemark[
21583 \backslash
21584 theMyRepeatFoot]
21585 \end_layout
21586
21587 \begin_layout Standard
21588 Here is an example footnote mark:
21589 \family roman
21590 \series medium
21591 \bar no
21592
21593 \begin_inset ERT
21594 status collapsed
21595
21596 \begin_layout Standard
21597
21598
21599 \backslash
21600 footnotemark[
21601 \backslash
21602 theMyRepeatFoot]
21603 \end_layout
21604
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \begin_layout Subsection
21611 Footnote Numbering
21612 \begin_inset LatexCommand label
21613 name "sub:Footnote-Numbering"
21614
21615 \end_inset
21616
21617
21618 \begin_inset LatexCommand index
21619 name "Footnotes ! Numbering"
21620
21621 \end_inset
21622
21623
21624 \end_layout
21625
21626 \begin_layout Standard
21627 If you want to have footnotes numbered in the scheme 
21628 \begin_inset Quotes eld
21629 \end_inset
21630
21631 chapter.footnote
21632 \begin_inset Quotes erd
21633 \end_inset
21634
21635 , add the following command to your document preamble:
21636 \end_layout
21637
21638 \begin_layout Standard
21639
21640 \series bold
21641
21642 \backslash
21643 numberwithin{footnote}{chapter}
21644 \end_layout
21645
21646 \begin_layout Standard
21647 To be able to use the command 
21648 \series bold
21649
21650 \backslash
21651 numberwithin
21652 \series default
21653 , set in the tab 
21654 \family sans
21655 Math\InsetSpace ~
21656 Options
21657 \family default
21658  in the document settings the option 
21659 \family sans
21660 Use\InsetSpace ~
21661 AMS\InsetSpace ~
21662 math\InsetSpace ~
21663 package
21664 \family default
21665 .
21666 \end_layout
21667
21668 \begin_layout Standard
21669 \begin_inset ERT
21670 status collapsed
21671
21672 \begin_layout Standard
21673
21674
21675 \backslash
21676 numberwithin{footnote}{chapter}
21677 \end_layout
21678
21679 \end_inset
21680
21681 This is another example footnote:
21682 \series bold
21683
21684 \begin_inset Foot
21685 status open
21686
21687 \begin_layout Standard
21688 This is a footnote numbered in the scheme 
21689 \begin_inset Quotes eld
21690 \end_inset
21691
21692 chapter.footnote
21693 \begin_inset Quotes erd
21694 \end_inset
21695
21696 .
21697 \end_layout
21698
21699 \end_inset
21700
21701
21702 \series default
21703
21704 \begin_inset ERT
21705 status collapsed
21706
21707 \begin_layout Standard
21708
21709
21710 \backslash
21711 numberwithin{footnote}{part}
21712 \end_layout
21713
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \begin_layout Standard
21720 \begin_inset VSpace bigskip
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \begin_layout Standard
21727 To reset the footnote number back to 1 after each section
21728 \family roman
21729 , add this command to your document preamble:
21730 \end_layout
21731
21732 \begin_layout Standard
21733
21734 \series bold
21735
21736 \backslash
21737 @addtoreset{footnote}{section}
21738 \end_layout
21739
21740 \begin_layout Standard
21741 \begin_inset VSpace bigskip
21742 \end_inset
21743
21744 The following preamble command changes the footnote numbering style to small
21745  roman numerals:
21746 \end_layout
21747
21748 \begin_layout Standard
21749
21750 \series bold
21751
21752 \backslash
21753 renewcommand{
21754 \backslash
21755 thefootnote}{
21756 \backslash
21757 roman{footnote}}
21758 \end_layout
21759
21760 \begin_layout Standard
21761 \begin_inset ERT
21762 status collapsed
21763
21764 \begin_layout Standard
21765
21766
21767 \backslash
21768 renewcommand{
21769 \backslash
21770 thefootnote}{
21771 \backslash
21772 roman{footnote}}
21773 \end_layout
21774
21775 \end_inset
21776
21777  This is a footnote with roman numbering:
21778 \begin_inset Foot
21779 status open
21780
21781 \begin_layout Standard
21782 This is an example footnote with roman numbering.
21783 \end_layout
21784
21785 \end_inset
21786
21787
21788 \begin_inset ERT
21789 status collapsed
21790
21791 \begin_layout Standard
21792
21793
21794 \backslash
21795 renewcommand{
21796 \backslash
21797 thefootnote}{
21798 \backslash
21799 arabic{footnote}}
21800 \end_layout
21801
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \begin_layout Standard
21808 To change the numbering style to capital roman numerals replace in the command
21809  above 
21810 \series bold
21811
21812 \backslash
21813 roman
21814 \series default
21815  by 
21816 \series bold
21817
21818 \backslash
21819 Roman
21820 \series default
21821 .
21822  To 
21823 \begin_inset Quotes eld
21824 \end_inset
21825
21826 number
21827 \begin_inset Quotes erd
21828 \end_inset
21829
21830  footnotes with capital or small Latin letters use 
21831 \series bold
21832
21833 \backslash
21834 Alph
21835 \series default
21836  or 
21837 \series bold
21838
21839 \backslash
21840 alph
21841 \series default
21842 , respectively.
21843  To 
21844 \begin_inset Quotes eld
21845 \end_inset
21846
21847 number
21848 \begin_inset Quotes erd
21849 \end_inset
21850
21851  footnotes with symbols use 
21852 \series bold
21853
21854 \backslash
21855 fnsymbol
21856 \series default
21857 .
21858 \end_layout
21859
21860 \begin_layout Standard
21861 \begin_inset Note Greyedout
21862 status open
21863
21864 \begin_layout Standard
21865
21866 \series bold
21867 Note:
21868 \series default
21869  You can only number 26 footnotes with Latin letters, because this numbering
21870  is limited to single letters.
21871 \end_layout
21872
21873 \end_inset
21874
21875
21876 \newline
21877
21878 \begin_inset Note Greyedout
21879 status open
21880
21881 \begin_layout Standard
21882
21883 \series bold
21884 Note:
21885 \series default
21886  You can only number 9 footnotes with symbols.
21887 \end_layout
21888
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \begin_layout Standard
21895 To return to the default numbering style when you changed to another one,
21896  use 
21897 \series bold
21898
21899 \backslash
21900 arabic
21901 \series default
21902  instead of 
21903 \series bold
21904
21905 \backslash
21906 roman
21907 \series default
21908  in the command above.
21909 \end_layout
21910
21911 \begin_layout Subsection
21912 Footnote Placement
21913 \begin_inset LatexCommand index
21914 name "Footnotes ! Placement"
21915
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \begin_layout Standard
21922 If you have several footnotes in one page, they appear without vertical
21923  space between them at the bottom of the page.
21924  To make them better readable you can e.\InsetSpace \thinspace{}
21925 g.\InsetSpace ~
21926 add 1.5\InsetSpace \thinspace{}
21927 mm space with the following
21928  preamble command:
21929 \end_layout
21930
21931 \begin_layout Standard
21932
21933 \series bold
21934
21935 \backslash
21936 let
21937 \backslash
21938 myFoot
21939 \backslash
21940 footnote
21941 \newline
21942
21943 \backslash
21944 renewcommand{
21945 \backslash
21946 footnote}[1]{
21947 \backslash
21948 myFoot{#1
21949 \backslash
21950 vspace{1.5mm}}}
21951 \end_layout
21952
21953 \begin_layout Standard
21954 \begin_inset VSpace bigskip
21955 \end_inset
21956
21957 In a two-column document the footnotes appear at the bottom of every column,
21958  see Figure\InsetSpace ~
21959
21960 \begin_inset LatexCommand ref
21961 reference "fig:Standard-footnote-placement"
21962
21963 \end_inset
21964
21965 .
21966  If the footnotes should only appear at the bottom of the right column,
21967  as in Figure\InsetSpace ~
21968
21969 \begin_inset LatexCommand ref
21970 reference "fig:Footnote-placement-in"
21971
21972 \end_inset
21973
21974 , use the LaTeX-package 
21975 \series bold
21976 ftnright
21977 \series default
21978
21979 \begin_inset LatexCommand index
21980 name "LaTeX-packages ! ftnright"
21981
21982 \end_inset
21983
21984  with this command in the document preamble:
21985 \end_layout
21986
21987 \begin_layout Standard
21988
21989 \series bold
21990
21991 \backslash
21992 usepackage{ftnright}
21993 \end_layout
21994
21995 \begin_layout Standard
21996 \begin_inset Float figure
21997 placement !h
21998 wide false
21999 sideways false
22000 status open
22001
22002 \begin_layout Standard
22003 \begin_inset ERT
22004 status collapsed
22005
22006 \begin_layout Standard
22007
22008
22009 \backslash
22010 framebox{
22011 \end_layout
22012
22013 \end_inset
22014
22015
22016 \begin_inset Graphics
22017         filename ../clipart/without_fntright.pdf
22018         width 100col%
22019
22020 \end_inset
22021
22022
22023 \begin_inset ERT
22024 status collapsed
22025
22026 \begin_layout Standard
22027
22028 }
22029 \end_layout
22030
22031 \end_inset
22032
22033
22034 \end_layout
22035
22036 \begin_layout Standard
22037 \begin_inset Caption
22038
22039 \begin_layout Standard
22040 \begin_inset LatexCommand label
22041 name "fig:Standard-footnote-placement"
22042
22043 \end_inset
22044
22045 Standard footnote placement in two-column documents.
22046 \end_layout
22047
22048 \end_inset
22049
22050
22051 \end_layout
22052
22053 \end_inset
22054
22055
22056 \end_layout
22057
22058 \begin_layout Standard
22059 \begin_inset Float figure
22060 placement !h
22061 wide false
22062 sideways false
22063 status open
22064
22065 \begin_layout Standard
22066 \begin_inset ERT
22067 status collapsed
22068
22069 \begin_layout Standard
22070
22071
22072 \backslash
22073 framebox{
22074 \end_layout
22075
22076 \end_inset
22077
22078
22079 \begin_inset Graphics
22080         filename ../clipart/with_fntright.pdf
22081         width 100col%
22082
22083 \end_inset
22084
22085
22086 \begin_inset ERT
22087 status collapsed
22088
22089 \begin_layout Standard
22090
22091 }
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Standard
22100 \begin_inset Caption
22101
22102 \begin_layout Standard
22103 \begin_inset LatexCommand label
22104 name "fig:Footnote-placement-in"
22105
22106 \end_inset
22107
22108 Footnote placement in two-column documents when the LaTeX-package 
22109 \series bold
22110 ftnright
22111 \series default
22112  is used.
22113 \end_layout
22114
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \begin_layout Standard
22126 \begin_inset VSpace bigskip
22127 \end_inset
22128
22129 In some scientific literature it is usual to collect the footnotes and print
22130  them in a separate paragraph at the the end of a section, like in Figure\InsetSpace ~
22131
22132 \begin_inset LatexCommand ref
22133 reference "fig:Endnotes----footnotes"
22134
22135 \end_inset
22136
22137 .
22138  They are then so called 
22139 \begin_inset Quotes eld
22140 \end_inset
22141
22142 endnotes
22143 \begin_inset Quotes erd
22144 \end_inset
22145
22146 .
22147  To use endnotes instead of footnotes in your document, load the LaTeX-package
22148  
22149 \series bold
22150 endnotes
22151 \series default
22152
22153 \begin_inset LatexCommand index
22154 name "LaTeX-packages ! endnotes"
22155
22156 \end_inset
22157
22158  with the document preamble lines
22159 \end_layout
22160
22161 \begin_layout Standard
22162
22163 \series bold
22164
22165 \backslash
22166 usepackage{endnotes}
22167 \newline
22168
22169 \backslash
22170 let
22171 \backslash
22172 footnote
22173 \backslash
22174 endnote
22175 \end_layout
22176
22177 \begin_layout Standard
22178 To insert the collected footnotes, insert the command
22179 \end_layout
22180
22181 \begin_layout Standard
22182
22183 \series bold
22184
22185 \backslash
22186 theendnotes
22187 \end_layout
22188
22189 \begin_layout Standard
22190 in ERT at the the end of a section or chapter.
22191 \end_layout
22192
22193 \begin_layout Standard
22194 \begin_inset Float figure
22195 wide false
22196 sideways false
22197 status open
22198
22199 \begin_layout Standard
22200 \align center
22201 \begin_inset ERT
22202 status collapsed
22203
22204 \begin_layout Standard
22205
22206
22207 \backslash
22208 framebox{
22209 \end_layout
22210
22211 \end_inset
22212
22213
22214 \begin_inset Graphics
22215         filename ../clipart/endnotes.pdf
22216
22217 \end_inset
22218
22219
22220 \begin_inset ERT
22221 status collapsed
22222
22223 \begin_layout Standard
22224
22225 }
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \begin_layout Standard
22234 \begin_inset Caption
22235
22236 \begin_layout Standard
22237 \begin_inset LatexCommand label
22238 name "fig:Endnotes----footnotes"
22239
22240 \end_inset
22241
22242 Endnotes -- footnotes are printed in a separate paragraph at the end of
22243  sections or chapters.
22244 \end_layout
22245
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \begin_layout Standard
22257 \begin_inset VSpace defskip
22258 \end_inset
22259
22260 The paragraph heading for the endnotes isn't automatically translated into
22261  the document language, this must be done manually.
22262  The following preamble command translate the default English name 
22263 \begin_inset Quotes eld
22264 \end_inset
22265
22266 Notes
22267 \begin_inset Quotes erd
22268 \end_inset
22269
22270  to the German translation 
22271 \begin_inset Quotes eld
22272 \end_inset
22273
22274 Anmerkungen
22275 \begin_inset Quotes erd
22276 \end_inset
22277
22278 :
22279 \end_layout
22280
22281 \begin_layout Standard
22282
22283 \series bold
22284
22285 \backslash
22286 renewcommand{
22287 \backslash
22288 notesname}{Anmerkungen}
22289 \end_layout
22290
22291 \begin_layout Standard
22292 \begin_inset VSpace defskip
22293 \end_inset
22294
22295 The numbering of endnotes can be changed like the footnote numbering as
22296  described in section\InsetSpace ~
22297
22298 \begin_inset LatexCommand ref
22299 reference "sub:Footnote-Numbering"
22300
22301 \end_inset
22302
22303 ; just replace the command 
22304 \series bold
22305
22306 \backslash
22307 thefootnote
22308 \series default
22309  by 
22310 \series bold
22311
22312 \backslash
22313 theendnote
22314 \series default
22315 .
22316  To reset the endnote number use the command 
22317 \series bold
22318
22319 \backslash
22320 @addtoreset
22321 \series default
22322  as described in section\InsetSpace ~
22323
22324 \begin_inset LatexCommand ref
22325 reference "sub:Footnote-Numbering"
22326
22327 \end_inset
22328
22329  and replace the command parameter 
22330 \series bold
22331 footnote
22332 \series default
22333  by 
22334 \series bold
22335 endnote
22336 \series default
22337 .
22338 \end_layout
22339
22340 \begin_layout Standard
22341 To create only a mark for an endnote, use the command 
22342 \series bold
22343
22344 \backslash
22345 endnotemark[number]
22346 \series default
22347  similar to the command 
22348 \series bold
22349
22350 \backslash
22351 footnotemark
22352 \series default
22353 , described in section\InsetSpace ~
22354
22355 \begin_inset LatexCommand ref
22356 reference "sec:Footnotes"
22357
22358 \end_inset
22359
22360 .
22361 \end_layout
22362
22363 \begin_layout Standard
22364 \begin_inset VSpace bigskip
22365 \end_inset
22366
22367 Footnotes can also be placed in the page margin and the footnote text alignment
22368  can be changed, see the LaTeX-package 
22369 \series bold
22370 footmisc
22371 \series default
22372
22373 \begin_inset LatexCommand index
22374 name "LaTeX-packages ! footmisc"
22375
22376 \end_inset
22377
22378
22379 \begin_inset LatexCommand cite
22380 key "footmisc"
22381
22382 \end_inset
22383
22384  for more information about this.
22385 \end_layout
22386
22387 \begin_layout Standard
22388 For various further footnote formatting issues have a look at LaTeX-books,
22389  
22390 \begin_inset LatexCommand cite
22391 key "latexcompanion,latexguide,latexbook"
22392
22393 \end_inset
22394
22395 .
22396 \end_layout
22397
22398 \begin_layout Section
22399 Margin Notes
22400 \begin_inset LatexCommand index
22401 name "Notes ! Margin Notes"
22402
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \begin_layout Standard
22409 Margin notes look and behave in LyX like footnotes.
22410  They are inserted via the menu 
22411 \family sans
22412 Insert\SpecialChar \menuseparator
22413 Marginal\InsetSpace ~
22414 Note
22415 \family default
22416  or the toolbar button 
22417 \begin_inset Graphics
22418         filename ../images/marginalnote-insert.xpm
22419         scale 85
22420
22421 \end_inset
22422
22423 .
22424  A grey 
22425 \family roman
22426 \series medium
22427 box with the
22428 \family default
22429 \series default
22430  red 
22431 \family roman
22432 \series medium
22433 label 
22434 \begin_inset Quotes eld
22435 \end_inset
22436
22437 margin
22438 \begin_inset Quotes erd
22439 \end_inset
22440
22441  appears where you can enter the text of the margin note.
22442 \end_layout
22443
22444 \begin_layout Standard
22445 At the side is an example margin note.
22446 \family roman
22447 \series medium
22448
22449 \begin_inset Marginal
22450 status open
22451
22452 \begin_layout Standard
22453 This is a margin note.
22454 \end_layout
22455
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \begin_layout Standard
22462 Margin notes appear at the right side in single-sided documents.
22463  In double-sided documents they appear in the outer margin -- left on even
22464  pages, right on odd pages.
22465  The text of margin notes is aligned opposite to the outer margin -- right-align
22466 ed when the note appears in the left margin.
22467  The first line of the margin note is placed at the position of the text
22468  line where it is inserted in the document.
22469 \end_layout
22470
22471 \begin_layout Standard
22472 \begin_inset VSpace bigskip
22473 \end_inset
22474
22475 To place the margin note in the inner margin, add the command
22476 \end_layout
22477
22478 \begin_layout Standard
22479
22480 \series bold
22481
22482 \backslash
22483 reversemarginpar
22484 \end_layout
22485
22486 \begin_layout Standard
22487 in ERT before a margin note.
22488  The new placement is valid for all following margin notes.
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Standard
22493
22494
22495 \backslash
22496 reversemarginpar 
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \begin_inset Marginal
22503 status open
22504
22505 \begin_layout Standard
22506 This is a margin note in the inner margin.
22507 \end_layout
22508
22509 \end_inset
22510
22511
22512 \series bold
22513
22514 \newline
22515
22516 \series default
22517
22518 \begin_inset Note Greyedout
22519 status open
22520
22521 \begin_layout Standard
22522
22523 \series bold
22524 Note:
22525 \series default
22526  There is often not enough space in the inner margin so that the notes are
22527  not correctly displayed in the output.
22528 \end_layout
22529
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \begin_layout Standard
22536 \begin_inset ERT
22537 status collapsed
22538
22539 \begin_layout Standard
22540
22541
22542 \backslash
22543 normalmarginpar 
22544 \end_layout
22545
22546 \end_inset
22547
22548 To return to the default placement insert the command
22549 \end_layout
22550
22551 \begin_layout Standard
22552
22553 \series bold
22554
22555 \backslash
22556 normalmarginpar
22557 \end_layout
22558
22559 \begin_layout Standard
22560 in ERT.
22561  
22562 \begin_inset Note Greyedout
22563 status open
22564
22565 \begin_layout Standard
22566
22567 \series bold
22568 Note:
22569 \series default
22570  The command is ignored when it is within a paragraph where also the command
22571  
22572 \series bold
22573
22574 \backslash
22575 reversemarginpar
22576 \series default
22577  is inserted.
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 \begin_inset VSpace bigskip
22587 \end_inset
22588
22589
22590 \family roman
22591 \series medium
22592
22593 \begin_inset Marginal
22594 status open
22595
22596 \begin_layout Standard
22597 AVeryLongMarginParWord that isn't hyphenated.
22598 \end_layout
22599
22600 \end_inset
22601
22602
22603 \family default
22604 \series default
22605 Similar to the case described in section\InsetSpace ~
22606
22607 \begin_inset LatexCommand ref
22608 reference "sub:Multiple-Lines-in"
22609
22610 \end_inset
22611
22612 , long words cannot be hyphenated when they are the first word in a margin
22613  note.
22614  To avoid this, insert the command
22615 \end_layout
22616
22617 \begin_layout Standard
22618
22619 \series bold
22620
22621 \backslash
22622 hspace{0pt}
22623 \end_layout
22624
22625 \begin_layout Standard
22626 in ERT before the word
22627 \family roman
22628 \series medium
22629 .
22630 \begin_inset Marginal
22631 status open
22632
22633 \begin_layout Standard
22634 \begin_inset ERT
22635 status collapsed
22636
22637 \begin_layout Standard
22638
22639
22640 \backslash
22641 hspace{0pt}
22642 \end_layout
22643
22644 \end_inset
22645
22646 AVeryLongMarginParWord that is hyphenated.
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \begin_layout Standard
22655 \begin_inset VSpace bigskip
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Standard
22662 \begin_inset Note Greyedout
22663 status open
22664
22665 \begin_layout Standard
22666
22667 \series bold
22668 Note:
22669 \series default
22670  Margin notes can normally not be used inside tables, floats, and footnotes.
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \begin_layout Standard
22679 \begin_inset VSpace bigskip
22680 \end_inset
22681
22682
22683 \end_layout
22684
22685 \begin_layout Standard
22686 \begin_inset ERT
22687 status collapsed
22688
22689 \begin_layout Standard
22690
22691
22692 \backslash
22693 ifmarginnote
22694 \end_layout
22695
22696 \end_inset
22697
22698
22699 \begin_inset Note Note
22700 status open
22701
22702 \begin_layout Standard
22703 The following section will only be displayed when you have the LaTeX-package
22704  
22705 \series bold
22706 marginnote
22707 \series default
22708  is installed.
22709 \end_layout
22710
22711 \end_inset
22712
22713
22714 \end_layout
22715
22716 \begin_layout Standard
22717 This restriction can be evaded by using the LaTeX-package 
22718 \series bold
22719 marginnote
22720 \series default
22721
22722 \begin_inset LatexCommand index
22723 name "LaTeX-packages ! marginnote"
22724
22725 \end_inset
22726
22727 .
22728  By adding these two lines to your document preamble, the command used by
22729  LyX for margin notes is redefined to use the command provided by the 
22730 \series bold
22731 marginnote
22732 \series default
22733 -package:
22734 \end_layout
22735
22736 \begin_layout Standard
22737
22738 \series bold
22739
22740 \backslash
22741 usepackage{marginnote}
22742 \newline
22743
22744 \backslash
22745 let
22746 \backslash
22747 marginpar
22748 \backslash
22749 marginnote
22750 \end_layout
22751
22752 \begin_layout Standard
22753 This is also used in this document because 
22754 \series bold
22755 marginnote
22756 \series default
22757  has another useful feature: You can set a vertical offset for the note.
22758  This is often needed when too many margin notes are too close together
22759  or for a better page layout.
22760  The offset is set in LyX as ERT directly behind the margin note in the
22761  scheme
22762 \end_layout
22763
22764 \begin_layout Standard
22765
22766 \series bold
22767 [offset]
22768 \end_layout
22769
22770 \begin_layout Standard
22771 where the offset is a length with one of the units listed in Table\InsetSpace ~
22772
22773 \begin_inset LatexCommand ref
22774 reference "tab:Units"
22775
22776 \end_inset
22777
22778 .
22779  A negative value shifts the note up, a positive value shifts it down.
22780  
22781 \family roman
22782 \series medium
22783 For example the margin note beside this text line is shifted up 1.5\InsetSpace \thinspace{}
22784 cm with
22785  the ERT-command 
22786 \begin_inset Quotes eld
22787 \end_inset
22788
22789
22790 \family default
22791 \series bold
22792 [-1.5cm]
22793 \family roman
22794 \series medium
22795
22796 \begin_inset Quotes erd
22797 \end_inset
22798
22799
22800 \begin_inset Marginal
22801 status open
22802
22803 \begin_layout Standard
22804 This margin note is shifted up 1.5\InsetSpace \thinspace{}
22805 cm from its original position.
22806 \end_layout
22807
22808 \end_inset
22809
22810
22811 \family default
22812 \series default
22813
22814 \begin_inset ERT
22815 status collapsed
22816
22817 \begin_layout Standard
22818
22819 [-1.5cm]
22820 \end_layout
22821
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \begin_layout Standard
22828 \begin_inset VSpace defskip
22829 \end_inset
22830
22831 With 
22832 \series bold
22833 marginnote
22834 \series default
22835  you can also change the alignment of the text in the margin note.
22836  For example the commands
22837 \end_layout
22838
22839 \begin_layout Standard
22840
22841 \series bold
22842
22843 \backslash
22844 renewcommand*{
22845 \backslash
22846 raggedleftmarginnote}{
22847 \backslash
22848 centering}
22849 \newline
22850
22851 \backslash
22852 renewcommand*{
22853 \backslash
22854 raggedrightmarginnote}{
22855 \backslash
22856 centering}
22857 \end_layout
22858
22859 \begin_layout Standard
22860 set the alignment to centered.
22861  
22862 \series bold
22863
22864 \backslash
22865 raggedleftmarginnote
22866 \series default
22867  denotes margin notes that appear at the left side.
22868 \family roman
22869 \series medium
22870
22871 \begin_inset ERT
22872 status collapsed
22873
22874 \begin_layout Standard
22875
22876
22877 \backslash
22878 renewcommand*{
22879 \backslash
22880 raggedleftmarginnote}{
22881 \backslash
22882 centering}
22883 \end_layout
22884
22885 \begin_layout Standard
22886
22887
22888 \backslash
22889 renewcommand*{
22890 \backslash
22891 raggedrightmarginnote}{
22892 \backslash
22893 centering}
22894 \end_layout
22895
22896 \end_inset
22897
22898
22899 \begin_inset Marginal
22900 status open
22901
22902 \begin_layout Standard
22903 The text of this margin note is centered.
22904 \end_layout
22905
22906 \end_inset
22907
22908
22909 \family default
22910 \series default
22911  The default is
22912 \end_layout
22913
22914 \begin_layout Standard
22915
22916 \series bold
22917
22918 \backslash
22919 renewcommand*{
22920 \backslash
22921 raggedleftmarginnote}{
22922 \backslash
22923 raggedleft}
22924 \newline
22925
22926 \backslash
22927 renewcommand*{
22928 \backslash
22929 raggedrightmarginnote}{
22930 \backslash
22931 raggedright}
22932 \family roman
22933 \series medium
22934
22935 \begin_inset ERT
22936 status collapsed
22937
22938 \begin_layout Standard
22939
22940
22941 \backslash
22942 renewcommand*{
22943 \backslash
22944 raggedleftmarginnote}{
22945 \backslash
22946 raggedleft}
22947 \end_layout
22948
22949 \begin_layout Standard
22950
22951
22952 \backslash
22953 renewcommand*{
22954 \backslash
22955 raggedrightmarginnote}{
22956 \backslash
22957 raggedright}
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \end_layout
22964
22965 \begin_layout Standard
22966 \begin_inset VSpace defskip
22967 \end_inset
22968
22969 For the other features of 
22970 \series bold
22971 marginnote
22972 \series default
22973  we refer to its documentation 
22974 \begin_inset LatexCommand cite
22975 key "marginnote"
22976
22977 \end_inset
22978
22979 .
22980 \end_layout
22981
22982 \begin_layout Standard
22983 \begin_inset VSpace bigskip
22984 \end_inset
22985
22986 You can change the layout of margin notes by redefining its definition.
22987  To create for example a header for all margin notes with the underlined,
22988  sans-serif, and bold header text 
22989 \begin_inset Quotes eld
22990 \end_inset
22991
22992
22993 \family sans
22994 \series bold
22995 \bar under
22996 Attention!
22997 \family default
22998 \series default
22999 \bar default
23000
23001 \begin_inset Quotes erd
23002 \end_inset
23003
23004 , add this to your document preamble:
23005 \end_layout
23006
23007 \begin_layout Standard
23008
23009 \series bold
23010
23011 \backslash
23012 let
23013 \backslash
23014 myMarginpar
23015 \backslash
23016 marginpar
23017 \newline
23018
23019 \backslash
23020 renewcommand{
23021 \backslash
23022 marginpar}[1]{
23023 \backslash
23024 myMarginpar{%
23025 \newline
23026
23027 \begin_inset ERT
23028 status collapsed
23029
23030 \begin_layout Standard
23031
23032
23033 \backslash
23034 hphantom{ }
23035 \end_layout
23036
23037 \end_inset
23038
23039
23040 \backslash
23041 hspace{0pt}
23042 \backslash
23043 textsf{
23044 \backslash
23045 textbf{
23046 \backslash
23047 underbar{Attention!}}}%
23048 \newline
23049
23050 \begin_inset ERT
23051 status collapsed
23052
23053 \begin_layout Standard
23054
23055
23056 \backslash
23057 hphantom{ }
23058 \end_layout
23059
23060 \end_inset
23061
23062
23063 \backslash
23064 vspace{1.5mm}
23065 \backslash
23066
23067 \backslash
23068 #1}}
23069 \end_layout
23070
23071 \begin_layout Standard
23072
23073 \family roman
23074 \series medium
23075 \begin_inset ERT
23076 status collapsed
23077
23078 \begin_layout Standard
23079
23080
23081 \backslash
23082 let
23083 \backslash
23084 myMarginpar
23085 \backslash
23086 marginpar
23087 \end_layout
23088
23089 \begin_layout Standard
23090
23091
23092 \backslash
23093 renewcommand{
23094 \backslash
23095 marginpar}[1]{
23096 \backslash
23097 myMarginpar{%
23098 \end_layout
23099
23100 \begin_layout Standard
23101
23102    
23103 \backslash
23104 textsf{
23105 \backslash
23106 textbf{
23107 \backslash
23108 underbar{Attention!}}}%
23109 \end_layout
23110
23111 \begin_layout Standard
23112
23113    
23114 \backslash
23115 vspace{1.5mm}
23116 \backslash
23117
23118 \backslash
23119 #1}}
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \begin_inset Marginal
23126 status open
23127
23128 \begin_layout Standard
23129 This is a margin note with a defined heading.
23130 \end_layout
23131
23132 \end_inset
23133
23134
23135 \family default
23136 \series default
23137
23138 \begin_inset ERT
23139 status collapsed
23140
23141 \begin_layout Standard
23142
23143 [-1.5cm]
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \family roman
23150 \series medium
23151
23152 \begin_inset ERT
23153 status collapsed
23154
23155 \begin_layout Standard
23156
23157
23158 \backslash
23159 renewcommand{
23160 \backslash
23161 marginpar}[1]{
23162 \backslash
23163 myMarginpar{#1}}
23164 \end_layout
23165
23166 \end_inset
23167
23168
23169 \family default
23170 \series default
23171
23172 \begin_inset Note Note
23173 status collapsed
23174
23175 \begin_layout Standard
23176 The margin note format is changed only for this example.
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \begin_layout Standard
23185 \begin_inset ERT
23186 status collapsed
23187
23188 \begin_layout Standard
23189
23190
23191 \backslash
23192 else
23193 \end_layout
23194
23195 \end_inset
23196
23197
23198 \begin_inset Note Note
23199 status open
23200
23201 \begin_layout Standard
23202 The following will be displayed when the LaTeX-package 
23203 \series bold
23204 marginnote
23205 \series default
23206  is not installed:
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \end_layout
23213
23214 \begin_layout Standard
23215 You need to install the LaTeX-package 
23216 \series bold
23217 marginnote
23218 \series default
23219  to see the following part of this section in the output.
23220 \end_layout
23221
23222 \begin_layout Standard
23223 \begin_inset ERT
23224 status collapsed
23225
23226 \begin_layout Standard
23227
23228
23229 \backslash
23230 fi
23231 \end_layout
23232
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \begin_layout Chapter
23239 Boxes
23240 \end_layout
23241
23242 \begin_layout Section
23243 Introduction
23244 \begin_inset LatexCommand index
23245 name "Boxes ! Introduction"
23246
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \begin_layout Standard
23253 Boxes are used to format a block of text.
23254  Boxes can be used to write documents with multiple languages, see section\InsetSpace ~
23255
23256 \begin_inset LatexCommand ref
23257 reference "sec:Minipages"
23258
23259 \end_inset
23260
23261 , to frame texts, see section\InsetSpace ~
23262
23263 \begin_inset LatexCommand ref
23264 reference "sec:Framed-Boxes"
23265
23266 \end_inset
23267
23268 , to prevent words to be hyphenated, see section\InsetSpace ~
23269
23270 \begin_inset LatexCommand ref
23271 reference "sec:Prevent-Hyphenation"
23272
23273 \end_inset
23274
23275 , to align text, see section\InsetSpace ~
23276
23277 \begin_inset LatexCommand ref
23278 reference "sub:Vertical-Alignment"
23279
23280 \end_inset
23281
23282 , or to set the background color of texts, see section\InsetSpace ~
23283
23284 \begin_inset LatexCommand ref
23285 reference "sec:Colored-Boxes"
23286
23287 \end_inset
23288
23289 .
23290 \end_layout
23291
23292 \begin_layout Standard
23293 Boxes can be inserted with the menu 
23294 \family sans
23295 Insert\SpecialChar \menuseparator
23296 Box
23297 \family default
23298 .
23299  A grey box with the label 
23300 \family sans
23301 Box (Minipage)
23302 \family default
23303
23304 \begin_inset Graphics
23305         filename ../clipart/BoxInsetDefaultQt4.png
23306         scale 85
23307
23308 \end_inset
23309
23310 , will be inserted.
23311  The box type can be specified by right-clicking on the box.
23312  The appearing box dialog offers the 
23313 \family sans
23314 Inner\InsetSpace ~
23315 Box
23316 \family default
23317  types 
23318 \family sans
23319 Parbox
23320 \family default
23321  and 
23322 \family sans
23323 Minipage
23324 \family default
23325 .
23326  The type 
23327 \family sans
23328 Minipage
23329 \family default
23330  is the default for new boxes and is explained in section\InsetSpace ~
23331
23332 \begin_inset LatexCommand ref
23333 reference "sec:Minipages"
23334
23335 \end_inset
23336
23337 ; the type 
23338 \family sans
23339 Parbox
23340 \family default
23341  is described in section\InsetSpace ~
23342
23343 \begin_inset LatexCommand ref
23344 reference "sec:Parboxes"
23345
23346 \end_inset
23347
23348 .
23349 \end_layout
23350
23351 \begin_layout Standard
23352 Boxes aren't numbered and can therefore not be referenced like floats or
23353  footnotes.
23354 \end_layout
23355
23356 \begin_layout Standard
23357 \begin_inset Note Greyedout
23358 status open
23359
23360 \begin_layout Standard
23361
23362 \series bold
23363 Note:
23364 \series default
23365  Due to a bug in LyX you have to insert a protected space behind a box when
23366  you want to separate in a line the box from the following text with a space.
23367 \end_layout
23368
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \begin_layout Standard
23375 \begin_inset Note Greyedout
23376 status open
23377
23378 \begin_layout Standard
23379
23380 \series bold
23381 Note:
23382 \series default
23383  Boxes must not be the item in an 
23384 \family sans
23385 Itemize
23386 \family default
23387  or 
23388 \family sans
23389 Description
23390 \family default
23391  environment.
23392 \end_layout
23393
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \begin_layout Standard
23400 \begin_inset Note Greyedout
23401 status open
23402
23403 \begin_layout Standard
23404
23405 \series bold
23406 Note:
23407 \series default
23408  For an unknown reason you can only set the 
23409 \family sans
23410 Inner\InsetSpace ~
23411 Box
23412 \family default
23413  type to 
23414 \family sans
23415 None
23416 \family default
23417  when you use a framed box.
23418  Boxes without an 
23419 \family sans
23420 Inner\InsetSpace ~
23421 Box
23422 \family default
23423  type and without frames are explained in section\InsetSpace ~
23424
23425 \begin_inset LatexCommand ref
23426 reference "sec:Prevent-Hyphenation"
23427
23428 \end_inset
23429
23430 .
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \end_layout
23437
23438 \begin_layout Section
23439 Box Dialog
23440 \begin_inset LatexCommand label
23441 name "sec:Box-Dialog"
23442
23443 \end_inset
23444
23445
23446 \begin_inset LatexCommand index
23447 name "Boxes ! Box Dialog"
23448
23449 \end_inset
23450
23451
23452 \begin_inset LatexCommand index
23453 name "Boxes ! Alignment"
23454
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \begin_layout Standard
23461 In the box dialog you can adjust the box geometry in the fields 
23462 \family sans
23463 Width
23464 \family default
23465  and 
23466 \family sans
23467 Height
23468 \family default
23469 .
23470  The available units for the geometry are explained in Table\InsetSpace ~
23471
23472 \begin_inset LatexCommand ref
23473 reference "tab:Units"
23474
23475 \end_inset
23476
23477 .
23478  The field 
23479 \family sans
23480 Heigth
23481 \family default
23482  offers the following additional sizes:
23483 \end_layout
23484
23485 \begin_layout Description
23486 Depth This is the plain text 
23487 \begin_inset Quotes eld
23488 \end_inset
23489
23490 height
23491 \begin_inset Quotes erd
23492 \end_inset
23493
23494 .
23495  It ignores the total depth when there are multiple text lines in the box:
23496 \newline
23497
23498 \newline
23499
23500 \newline
23501
23502 \begin_inset Box Boxed
23503 position "c"
23504 hor_pos "c"
23505 has_inner_box 1
23506 inner_pos "c"
23507 use_parbox 0
23508 width "12col%"
23509 special "none"
23510 height "1in"
23511 height_special "depth"
23512 status collapsed
23513
23514 \begin_layout Standard
23515 \align center
23516 Box height set to 1\InsetSpace \thinspace{}
23517 Depth
23518 \end_layout
23519
23520 \end_inset
23521
23522
23523 \newline
23524
23525 \newline
23526
23527 \end_layout
23528
23529 \begin_layout Description
23530 Height This is the heigth of the text that is inside the box.
23531  A value of e.\InsetSpace \thinspace{}
23532 g.\InsetSpace ~
23533 2 for this size will set the box heigth to 2 times the text
23534  height: 
23535 \begin_inset Box Boxed
23536 position "c"
23537 hor_pos "c"
23538 has_inner_box 1
23539 inner_pos "c"
23540 use_parbox 0
23541 width "20col%"
23542 special "none"
23543 height "2in"
23544 height_special "height"
23545 status collapsed
23546
23547 \begin_layout Standard
23548 \align center
23549 Box height set to 2\InsetSpace \thinspace{}
23550 Height
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \begin_layout Description
23559 Total\InsetSpace ~
23560 Height This is the Height\InsetSpace \thinspace{}
23561 +\InsetSpace \thinspace{}
23562 Depth: 
23563 \begin_inset Box Boxed
23564 position "c"
23565 hor_pos "c"
23566 has_inner_box 1
23567 inner_pos "c"
23568 use_parbox 0
23569 width "20col%"
23570 special "none"
23571 height "1in"
23572 height_special "totalheight"
23573 status collapsed
23574
23575 \begin_layout Standard
23576 \align center
23577 Box height set to 1\InsetSpace \thinspace{}
23578 Total\InsetSpace ~
23579 Height
23580 \end_layout
23581
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \begin_layout Description
23588 Width This set the width of the box as heigth: 
23589 \begin_inset Box Boxed
23590 position "c"
23591 hor_pos "c"
23592 has_inner_box 1
23593 inner_pos "c"
23594 use_parbox 0
23595 width "12col%"
23596 special "none"
23597 height "1in"
23598 height_special "width"
23599 status collapsed
23600
23601 \begin_layout Standard
23602 \align center
23603 Box height set to 1\InsetSpace \thinspace{}
23604 Width
23605 \end_layout
23606
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \begin_layout Standard
23613 \begin_inset VSpace bigskip
23614 \end_inset
23615
23616 When you have chosen an 
23617 \family sans
23618 Inner\InsetSpace ~
23619 Box
23620 \family default
23621 , the vertical box alignment can be:
23622 \end_layout
23623
23624 \begin_layout Description
23625 Top This is an example text line.
23626  
23627 \begin_inset Box Boxed
23628 position "t"
23629 hor_pos "c"
23630 has_inner_box 1
23631 inner_pos "c"
23632 use_parbox 0
23633 width "12col%"
23634 special "none"
23635 height "1in"
23636 height_special "totalheight"
23637 status collapsed
23638
23639 \begin_layout Standard
23640 \align center
23641 This box is top-aligned.
23642 \end_layout
23643
23644 \end_inset
23645
23646 \InsetSpace ~
23647 This is an example text line.
23648 \end_layout
23649
23650 \begin_layout Description
23651 Middle This is an example text line.
23652  
23653 \begin_inset Box Boxed
23654 position "c"
23655 hor_pos "c"
23656 has_inner_box 1
23657 inner_pos "c"
23658 use_parbox 0
23659 width "12col%"
23660 special "none"
23661 height "1in"
23662 height_special "totalheight"
23663 status collapsed
23664
23665 \begin_layout Standard
23666 \align center
23667 This box is middle-aligned.
23668 \end_layout
23669
23670 \end_inset
23671
23672 \InsetSpace ~
23673 This is an example text line.
23674 \end_layout
23675
23676 \begin_layout Description
23677 Bottom This is an example text line.
23678  
23679 \begin_inset Box Boxed
23680 position "b"
23681 hor_pos "c"
23682 has_inner_box 1
23683 inner_pos "c"
23684 use_parbox 0
23685 width "12col%"
23686 special "none"
23687 height "1in"
23688 height_special "totalheight"
23689 status collapsed
23690
23691 \begin_layout Standard
23692 \align center
23693 This box is bottom-aligned.
23694 \end_layout
23695
23696 \end_inset
23697
23698 \InsetSpace ~
23699 This is an example text line.
23700 \end_layout
23701
23702 \begin_layout Standard
23703 The horizontal box alignment can be set via LyX's paragraph dialog when
23704  you set the box into its own paragraph.
23705 \end_layout
23706
23707 \begin_layout Standard
23708 \begin_inset VSpace bigskip
23709 \end_inset
23710
23711 When you have chosen an 
23712 \family sans
23713 Inner\InsetSpace ~
23714 Box
23715 \family default
23716 , the box content can be vertical aligned to:
23717 \end_layout
23718
23719 \begin_layout Description
23720 top This is an example text line.
23721  
23722 \begin_inset Box Boxed
23723 position "c"
23724 hor_pos "c"
23725 has_inner_box 1
23726 inner_pos "t"
23727 use_parbox 0
23728 width "12col%"
23729 special "none"
23730 height "1.5in"
23731 height_special "totalheight"
23732 status collapsed
23733
23734 \begin_layout Standard
23735 \align center
23736 This box text is top-aligned.
23737 \end_layout
23738
23739 \end_inset
23740
23741 \InsetSpace ~
23742 This is an example text line.
23743 \end_layout
23744
23745 \begin_layout Description
23746 middle This is an example text line.
23747  
23748 \begin_inset Box Boxed
23749 position "c"
23750 hor_pos "c"
23751 has_inner_box 1
23752 inner_pos "c"
23753 use_parbox 0
23754 width "12col%"
23755 special "none"
23756 height "1.5in"
23757 height_special "totalheight"
23758 status collapsed
23759
23760 \begin_layout Standard
23761 \align center
23762 This box text is middle-aligned.
23763 \end_layout
23764
23765 \end_inset
23766
23767 \InsetSpace ~
23768 This is an example text line.
23769 \end_layout
23770
23771 \begin_layout Description
23772 bottom This is an example text line.
23773  
23774 \begin_inset Box Boxed
23775 position "c"
23776 hor_pos "c"
23777 has_inner_box 1
23778 inner_pos "b"
23779 use_parbox 0
23780 width "12col%"
23781 special "none"
23782 height "1.5in"
23783 height_special "totalheight"
23784 status collapsed
23785
23786 \begin_layout Standard
23787 \align center
23788 This box text is bottom-aligned.
23789 \end_layout
23790
23791 \end_inset
23792
23793 \InsetSpace ~
23794 This is an example text line.
23795 \end_layout
23796
23797 \begin_layout Description
23798 stretch This is an example text line.
23799  
23800 \begin_inset Box Boxed
23801 position "c"
23802 hor_pos "c"
23803 has_inner_box 1
23804 inner_pos "s"
23805 use_parbox 0
23806 width "12col%"
23807 special "none"
23808 height "1.5in"
23809 height_special "totalheight"
23810 status collapsed
23811
23812 \begin_layout Standard
23813 \align center
23814 This box
23815 \end_layout
23816
23817 \begin_layout Standard
23818 \align center
23819 text is
23820 \end_layout
23821
23822 \begin_layout Standard
23823 \align center
23824 stretched.
23825 \end_layout
23826
23827 \end_inset
23828
23829 \InsetSpace ~
23830 This is an example text line.
23831 \end_layout
23832
23833 \begin_layout Standard
23834 To stretch the box content, it must consist of more than one paragraph.
23835  In the example above every text line is in an own paragraph.
23836 \end_layout
23837
23838 \begin_layout Standard
23839 \begin_inset VSpace bigskip
23840 \end_inset
23841
23842 To align the box content horizontally you can use LyX's paragraph dialog
23843  when you have chosen an 
23844 \family sans
23845 Inner\InsetSpace ~
23846 Box
23847 \family default
23848 .
23849 \end_layout
23850
23851 \begin_layout Standard
23852 \align center
23853 \begin_inset Box Boxed
23854 position "c"
23855 hor_pos "c"
23856 has_inner_box 1
23857 inner_pos "s"
23858 use_parbox 0
23859 width "15col%"
23860 special "none"
23861 height "1.25in"
23862 height_special "totalheight"
23863 status collapsed
23864
23865 \begin_layout Standard
23866 \align left
23867 This box
23868 \end_layout
23869
23870 \begin_layout Standard
23871 \align center
23872 text is
23873 \end_layout
23874
23875 \begin_layout Standard
23876 \align right
23877 stretched.
23878 \end_layout
23879
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \begin_layout Standard
23886 If you haven't set an 
23887 \family sans
23888 Inner\InsetSpace ~
23889 Box
23890 \family default
23891 , you can align the box content horizontally in the box dialog.
23892 \end_layout
23893
23894 \begin_layout Standard
23895 \align center
23896 \begin_inset Box Boxed
23897 position "c"
23898 hor_pos "s"
23899 has_inner_box 0
23900 inner_pos "s"
23901 use_parbox 0
23902 width "90col%"
23903 special "none"
23904 height "1.25in"
23905 height_special "totalheight"
23906 status collapsed
23907
23908 \begin_layout Standard
23909 \align left
23910 This box text is horizontally stretched.
23911 \end_layout
23912
23913 \end_inset
23914
23915
23916 \end_layout
23917
23918 \begin_layout Section
23919 Framed Boxes
23920 \begin_inset LatexCommand label
23921 name "sec:Framed-Boxes"
23922
23923 \end_inset
23924
23925
23926 \begin_inset LatexCommand index
23927 name "Boxes ! Frames"
23928
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \begin_layout Standard
23935 The frame style of the box can be specified in the box-dialog in the drop-down
23936  list 
23937 \family sans
23938 Type
23939 \family default
23940 .
23941  The following frame types are possible:
23942 \end_layout
23943
23944 \begin_layout Description
23945 Rectangular\InsetSpace ~
23946 box This draws a rectangle frame around the box.
23947  The frame line thickness has the size of 
23948 \series bold
23949
23950 \backslash
23951 fboxrule
23952 \series default
23953 .
23954  
23955 \begin_inset Box Boxed
23956 position "c"
23957 hor_pos "c"
23958 has_inner_box 1
23959 inner_pos "c"
23960 use_parbox 0
23961 width "20col%"
23962 special "none"
23963 height "1in"
23964 height_special "totalheight"
23965 status collapsed
23966
23967 \begin_layout Standard
23968 \align center
23969 Rectangular box
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Description
23978 Oval\InsetSpace ~
23979 box,\InsetSpace ~
23980 thin This draws an oval frame around the box.
23981  The frame line thickness has the size 0.4\InsetSpace \thinspace{}
23982 pt.
23983  
23984 \begin_inset Box ovalbox
23985 position "c"
23986 hor_pos "c"
23987 has_inner_box 1
23988 inner_pos "c"
23989 use_parbox 0
23990 width "20col%"
23991 special "none"
23992 height "1in"
23993 height_special "totalheight"
23994 status collapsed
23995
23996 \begin_layout Standard
23997 \align center
23998 Oval box, thin
23999 \end_layout
24000
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \begin_layout Description
24007 Oval\InsetSpace ~
24008 box,\InsetSpace ~
24009 thick This draws an oval frame around the box.
24010  The frame line thickness has the size 0.8\InsetSpace \thinspace{}
24011 pt.
24012  
24013 \begin_inset Box Ovalbox
24014 position "c"
24015 hor_pos "c"
24016 has_inner_box 1
24017 inner_pos "c"
24018 use_parbox 0
24019 width "20col%"
24020 special "none"
24021 height "1in"
24022 height_special "totalheight"
24023 status collapsed
24024
24025 \begin_layout Standard
24026 \align center
24027 Oval box, thick
24028 \end_layout
24029
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \begin_layout Description
24036 Shadow\InsetSpace ~
24037 box This draws a rectangle frame with a shadow around the box.
24038  The frame line thickness has the size of 
24039 \series bold
24040
24041 \backslash
24042 fboxrule
24043 \series default
24044 , the shadow has a width of 4\InsetSpace \thinspace{}
24045 pt.
24046  
24047 \begin_inset Box Shadowbox
24048 position "c"
24049 hor_pos "c"
24050 has_inner_box 1
24051 inner_pos "c"
24052 use_parbox 0
24053 width "20col%"
24054 special "none"
24055 height "1in"
24056 height_special "totalheight"
24057 status collapsed
24058
24059 \begin_layout Standard
24060 \align center
24061 Shadow box
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \begin_layout Description
24070 Double\InsetSpace ~
24071 box This draws a double-line rectangle frame around the box.
24072  The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
24073
24074 \series bold
24075
24076 \backslash
24077 fboxrule
24078 \series default
24079 , the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
24080
24081 \series bold
24082
24083 \backslash
24084 fboxrule
24085 \series default
24086 .
24087  The distance between the lines is 1.5\InsetSpace \thinspace{}
24088
24089 \series bold
24090
24091 \backslash
24092 fboxrule
24093 \series default
24094 \InsetSpace \thinspace{}
24095 +\InsetSpace \thinspace{}
24096 0.5\InsetSpace \thinspace{}
24097 pt.
24098  
24099 \begin_inset Box Doublebox
24100 position "c"
24101 hor_pos "c"
24102 has_inner_box 1
24103 inner_pos "c"
24104 use_parbox 0
24105 width "20col%"
24106 special "none"
24107 height "1in"
24108 height_special "totalheight"
24109 status collapsed
24110
24111 \begin_layout Standard
24112 \align center
24113 Double box
24114 \end_layout
24115
24116 \end_inset
24117
24118
24119 \end_layout
24120
24121 \begin_layout Standard
24122 \begin_inset VSpace bigskip
24123 \end_inset
24124
24125 LyX's box label will change to the used frame style when you set a frame.
24126  To be able to use the different frame styles, the LaTeX-package 
24127 \series bold
24128 fancybox
24129 \series default
24130
24131 \begin_inset LatexCommand index
24132 name "LaTeX-packages ! fancybox"
24133
24134 \end_inset
24135
24136  must be installed.
24137 \end_layout
24138
24139 \begin_layout Standard
24140 \begin_inset VSpace bigskip
24141 \end_inset
24142
24143 The default value for the size 
24144 \series bold
24145
24146 \backslash
24147 fboxrule
24148 \series default
24149  is 0.4\InsetSpace \thinspace{}
24150 pt.
24151  It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
24152 g.\InsetSpace ~
24153 2\InsetSpace \thinspace{}
24154 pt:
24155 \end_layout
24156
24157 \begin_layout Standard
24158
24159 \series bold
24160
24161 \backslash
24162 setlength{
24163 \backslash
24164 fboxrule}{2pt}
24165 \end_layout
24166
24167 \begin_layout Standard
24168 \begin_inset ERT
24169 status collapsed
24170
24171 \begin_layout Standard
24172
24173
24174 \backslash
24175 setlength{
24176 \backslash
24177 fboxrule}{2pt}
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \begin_inset Box Boxed
24184 position "c"
24185 hor_pos "c"
24186 has_inner_box 1
24187 inner_pos "c"
24188 use_parbox 0
24189 width "25col%"
24190 special "none"
24191 height "1in"
24192 height_special "totalheight"
24193 status collapsed
24194
24195 \begin_layout Standard
24196 \align center
24197 Rectangular box with 
24198 \series bold
24199
24200 \backslash
24201 fboxrule
24202 \series default
24203 \InsetSpace \thinspace{}
24204 =\InsetSpace \thinspace{}
24205 2\InsetSpace \thinspace{}
24206 pt
24207 \end_layout
24208
24209 \end_inset
24210
24211
24212 \begin_inset ERT
24213 status collapsed
24214
24215 \begin_layout Standard
24216
24217
24218 \backslash
24219 setlength{
24220 \backslash
24221 fboxrule}{0.4pt}
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \begin_layout Standard
24230 \begin_inset VSpace bigskip
24231 \end_inset
24232
24233 The space between the frame and the box content is for all frame styles
24234  by default 3\InsetSpace \thinspace{}
24235 pt.
24236  You can change it by setting the length 
24237 \series bold
24238
24239 \backslash
24240 fboxsep
24241 \series default
24242  to another value.
24243  For example the command
24244 \end_layout
24245
24246 \begin_layout Standard
24247
24248 \series bold
24249
24250 \backslash
24251 setlength{
24252 \backslash
24253 fboxsep}{10pt}
24254 \end_layout
24255
24256 \begin_layout Standard
24257 sets the value to 10\InsetSpace \thinspace{}
24258 pt, like for the following box:
24259 \end_layout
24260
24261 \begin_layout Standard
24262 \begin_inset ERT
24263 status collapsed
24264
24265 \begin_layout Standard
24266
24267
24268 \backslash
24269 setlength{
24270 \backslash
24271 fboxsep}{10pt}
24272 \end_layout
24273
24274 \end_inset
24275
24276
24277 \begin_inset Box Boxed
24278 position "c"
24279 hor_pos "c"
24280 has_inner_box 1
24281 inner_pos "c"
24282 use_parbox 0
24283 width "25col%"
24284 special "none"
24285 height "1in"
24286 height_special "totalheight"
24287 status collapsed
24288
24289 \begin_layout Standard
24290 \align center
24291 Rectangular box with 
24292 \series bold
24293
24294 \backslash
24295 fboxsep
24296 \series default
24297 \InsetSpace \thinspace{}
24298 =\InsetSpace \thinspace{}
24299 10\InsetSpace \thinspace{}
24300 pt
24301 \end_layout
24302
24303 \end_inset
24304
24305
24306 \begin_inset ERT
24307 status collapsed
24308
24309 \begin_layout Standard
24310
24311
24312 \backslash
24313 setlength{
24314 \backslash
24315 fboxsep}{3pt}
24316 \end_layout
24317
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \begin_layout Standard
24324 \begin_inset VSpace bigskip
24325 \end_inset
24326
24327 The diameter of the round corners of the oval boxes can be set with the
24328  command 
24329 \series bold
24330
24331 \backslash
24332 cornersize
24333 \series default
24334 .
24335  The command
24336 \end_layout
24337
24338 \begin_layout Standard
24339
24340 \series bold
24341
24342 \backslash
24343 cornersize*{1cm}
24344 \end_layout
24345
24346 \begin_layout Standard
24347 sets the diameter to 1\InsetSpace \thinspace{}
24348 cm.
24349  The command
24350 \end_layout
24351
24352 \begin_layout Standard
24353
24354 \series bold
24355
24356 \backslash
24357 cornersize{num}
24358 \end_layout
24359
24360 \begin_layout Standard
24361 sets the diameter to 
24362 \family sans
24363 num\InsetSpace \thinspace{}
24364 ×\InsetSpace \thinspace{}
24365 minimum(width and heigth of box)
24366 \family default
24367 .
24368  The default is 
24369 \series bold
24370
24371 \backslash
24372 cornersize{0.5}
24373 \series default
24374 .
24375 \end_layout
24376
24377 \begin_layout Standard
24378 \begin_inset ERT
24379 status collapsed
24380
24381 \begin_layout Standard
24382
24383
24384 \backslash
24385 cornersize*{1.5cm}
24386 \end_layout
24387
24388 \end_inset
24389
24390
24391 \begin_inset Box Ovalbox
24392 position "c"
24393 hor_pos "c"
24394 has_inner_box 1
24395 inner_pos "c"
24396 use_parbox 0
24397 width "25col%"
24398 special "none"
24399 height "1in"
24400 height_special "totalheight"
24401 status collapsed
24402
24403 \begin_layout Standard
24404 \align center
24405 Oval box with 
24406 \series bold
24407
24408 \backslash
24409 cornersize
24410 \series default
24411 \InsetSpace \thinspace{}
24412 =\InsetSpace \thinspace{}
24413 1.5\InsetSpace \thinspace{}
24414 cm
24415 \end_layout
24416
24417 \end_inset
24418
24419
24420 \begin_inset ERT
24421 status collapsed
24422
24423 \begin_layout Standard
24424
24425
24426 \backslash
24427 cornersize{0.5}
24428 \end_layout
24429
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \begin_layout Standard
24436 \begin_inset VSpace bigskip
24437 \end_inset
24438
24439 The size of the shadow can be adjusted by changing the length 
24440 \series bold
24441
24442 \backslash
24443 shadowsize
24444 \series default
24445 .
24446  It it set to 2\InsetSpace \thinspace{}
24447 pt for the following box by this command:
24448 \end_layout
24449
24450 \begin_layout Standard
24451
24452 \series bold
24453
24454 \backslash
24455 setlength{
24456 \backslash
24457 shadowsize}{2pt}
24458 \end_layout
24459
24460 \begin_layout Standard
24461 \begin_inset ERT
24462 status collapsed
24463
24464 \begin_layout Standard
24465
24466
24467 \backslash
24468 setlength{
24469 \backslash
24470 shadowsize}{2pt}
24471 \end_layout
24472
24473 \end_inset
24474
24475
24476 \begin_inset Box Shadowbox
24477 position "c"
24478 hor_pos "c"
24479 has_inner_box 1
24480 inner_pos "c"
24481 use_parbox 0
24482 width "25col%"
24483 special "none"
24484 height "1in"
24485 height_special "totalheight"
24486 status collapsed
24487
24488 \begin_layout Standard
24489 \align center
24490 Shadow box with 
24491 \series bold
24492
24493 \backslash
24494 shadowsize
24495 \series default
24496 \InsetSpace \thinspace{}
24497 =\InsetSpace \thinspace{}
24498 2\InsetSpace \thinspace{}
24499 pt
24500 \end_layout
24501
24502 \end_inset
24503
24504
24505 \begin_inset ERT
24506 status collapsed
24507
24508 \begin_layout Standard
24509
24510
24511 \backslash
24512 setlength{
24513 \backslash
24514 shadowsize}{4pt}
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \begin_layout Standard
24523 \begin_inset VSpace bigskip
24524 \end_inset
24525
24526 Changed lengths and widths are valid for all boxes following the commands
24527  that change them.
24528 \end_layout
24529
24530 \begin_layout Section
24531 Minipages
24532 \begin_inset LatexCommand label
24533 name "sec:Minipages"
24534
24535 \end_inset
24536
24537
24538 \begin_inset LatexCommand index
24539 name "Boxes ! Minipages"
24540
24541 \end_inset
24542
24543
24544 \end_layout
24545
24546 \begin_layout Standard
24547 Minipages are treated by LaTeX as pages within pages and can therefore for
24548  example have their own footnotes.
24549 \end_layout
24550
24551 \begin_layout Standard
24552 Minipages are useful when you write documents with different languages.
24553 \end_layout
24554
24555 \begin_layout Standard
24556 Below are two example minipages side by side.
24557  Their width is set to 45\InsetSpace \thinspace{}
24558 col% and they are separated by a horizontal fill,
24559  that was inserted via the menu 
24560 \family sans
24561 Insert\SpecialChar \menuseparator
24562 Special\InsetSpace ~
24563 Formatting\SpecialChar \menuseparator
24564 Horizontal\InsetSpace ~
24565 Fill
24566 \family default
24567 .
24568 \end_layout
24569
24570 \begin_layout Standard
24571 \begin_inset Box Frameless
24572 position "t"
24573 hor_pos "c"
24574 has_inner_box 1
24575 inner_pos "c"
24576 use_parbox 0
24577 width "45col%"
24578 special "none"
24579 height "1in"
24580 height_special "totalheight"
24581 status open
24582
24583 \begin_layout Standard
24584
24585 \lang german
24586 Dies ist ein deutscher Text.
24587  Dies ist ein deutscher Text.
24588  Dies ist ein deutscher Text.
24589  Dies ist ein deutscher Text.
24590  Dies ist ein deutscher Text.
24591  Dies ist ein deutscher Text.
24592  Dies ist ein deutscher Text.
24593  Dies ist ein deutscher Text.
24594  Dies ist ein deutscher Text.
24595  Dies ist ein deutscher Text.
24596  Dies ist ein deutscher Text.
24597  Dies ist ein deutscher Text.
24598  Dies ist ein deutscher Text
24599 \begin_inset Foot
24600 status collapsed
24601
24602 \begin_layout Standard
24603
24604 \lang german
24605 Dies ist eine deutsche Fußnote.
24606 \end_layout
24607
24608 \end_inset
24609
24610 .
24611  Dies ist ein deutscher Text.
24612  Dies ist ein deutscher Text.
24613 \end_layout
24614
24615 \end_inset
24616
24617
24618 \hfill
24619
24620 \begin_inset Box Frameless
24621 position "t"
24622 hor_pos "c"
24623 has_inner_box 1
24624 inner_pos "c"
24625 use_parbox 0
24626 width "45col%"
24627 special "none"
24628 height "1in"
24629 height_special "totalheight"
24630 status open
24631
24632 \begin_layout Standard
24633 This is an English Text.
24634  This is an English Text.
24635  This is an English Text.
24636  This is an English Text.
24637  This is an English Text.
24638  This is an English Text.
24639  This is an English Text.
24640  This is an English Text.
24641  This is an English Text.
24642  This is an English Text.
24643  This is an English Text.
24644  This is an English Text.
24645  This is an English Text.
24646  This is an English Text.
24647  This is an English Text.
24648  This is an English Text.
24649 \begin_inset Foot
24650 status collapsed
24651
24652 \begin_layout Standard
24653 This is an English footnote.
24654 \end_layout
24655
24656 \end_inset
24657
24658  This is an English Text.
24659  
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \begin_layout Standard
24668 \begin_inset VSpace bigskip
24669 \end_inset
24670
24671 Another application for minipages are footnotes within tables.
24672  Due to a LaTeX restriction footnotes within tables doesn't appear at the
24673  bottom of the current page.
24674  But when you put the table with the footnote to a minipage, the footnote
24675  will appear at its bottom, numbered with Latin letters.
24676  The footnote number is reset to 1 in every minipage but not outside the
24677  minipages.
24678 \end_layout
24679
24680 \begin_layout Standard
24681 The footnote of this table doesn't appear: 
24682 \begin_inset Tabular
24683 <lyxtabular version="3" rows="3" columns="4">
24684 <features>
24685 <column alignment="center" valignment="top" leftline="true" width="0pt">
24686 <column alignment="center" valignment="top" leftline="true" width="0pt">
24687 <column alignment="center" valignment="top" leftline="true" width="0pt">
24688 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24689 <row topline="true">
24690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Standard
24694 1
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Standard
24703 2
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Standard
24712 3
24713 \begin_inset Foot
24714 status collapsed
24715
24716 \begin_layout Standard
24717 This is a footnote within a table.
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Standard
24731 4
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 </row>
24737 <row topline="true">
24738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24739 \begin_inset Text
24740
24741 \begin_layout Standard
24742 a
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Standard
24751 b
24752 \end_layout
24753
24754 \end_inset
24755 </cell>
24756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Standard
24760 c
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Standard
24769 d
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 </row>
24775 <row topline="true" bottomline="true">
24776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Standard
24780 e
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Standard
24789 f
24790 \end_layout
24791
24792 \end_inset
24793 </cell>
24794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24795 \begin_inset Text
24796
24797 \begin_layout Standard
24798 g
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Standard
24807 h
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 </row>
24813 </lyxtabular>
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Standard
24821 \align center
24822 \begin_inset Box Frameless
24823 position "t"
24824 hor_pos "c"
24825 has_inner_box 1
24826 inner_pos "c"
24827 use_parbox 0
24828 width "30col%"
24829 special "none"
24830 height "1in"
24831 height_special "totalheight"
24832 status open
24833
24834 \begin_layout Standard
24835 \align center
24836 \begin_inset Tabular
24837 <lyxtabular version="3" rows="3" columns="4">
24838 <features>
24839 <column alignment="center" valignment="top" leftline="true" width="0pt">
24840 <column alignment="center" valignment="top" leftline="true" width="0pt">
24841 <column alignment="center" valignment="top" leftline="true" width="0pt">
24842 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24843 <row topline="true">
24844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Standard
24848 1
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Standard
24857 2
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Standard
24866 3
24867 \begin_inset Foot
24868 status collapsed
24869
24870 \begin_layout Standard
24871 This is a footnote within a table.
24872 \end_layout
24873
24874 \end_inset
24875
24876
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Standard
24885 4
24886 \end_layout
24887
24888 \end_inset
24889 </cell>
24890 </row>
24891 <row topline="true">
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Standard
24896 a
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Standard
24905 b
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Standard
24914 c
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Standard
24923 d
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 </row>
24929 <row topline="true" bottomline="true">
24930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Standard
24934 e
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Standard
24943 f
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Standard
24952 g
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Standard
24961 h
24962 \end_layout
24963
24964 \end_inset
24965 </cell>
24966 </row>
24967 </lyxtabular>
24968
24969 \end_inset
24970
24971
24972 \end_layout
24973
24974 \end_inset
24975
24976
24977 \end_layout
24978
24979 \begin_layout Standard
24980 \begin_inset VSpace bigskip
24981 \end_inset
24982
24983 The document-wide paragraph settings are ignored within minipages.
24984  That means that there will be no space between paragraphs in minipages
24985  although you set it to e.\InsetSpace \thinspace{}
24986 g.\InsetSpace ~
24987
24988 \family sans
24989 MedSkip
24990 \family default
24991  in the document settings.
24992 \end_layout
24993
24994 \begin_layout Standard
24995 Minipages can also be used to set a background color for text parts, see
24996  section\InsetSpace ~
24997
24998 \begin_inset LatexCommand ref
24999 reference "sub:Color-for-Paragraphs"
25000
25001 \end_inset
25002
25003 .
25004 \end_layout
25005
25006 \begin_layout Standard
25007 \begin_inset Note Greyedout
25008 status open
25009
25010 \begin_layout Standard
25011
25012 \series bold
25013 Note:
25014 \series default
25015  You cannot have floats or margin notes inside minipages but minipages can
25016  be used inside tables, floats, and other boxes.
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Section
25025 Parboxes
25026 \begin_inset LatexCommand label
25027 name "sec:Parboxes"
25028
25029 \end_inset
25030
25031
25032 \begin_inset LatexCommand index
25033 name "Boxes ! Parboxes"
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 Parboxes are very similar to minipages with the difference that they cannot
25042  have footnotes.
25043  The main difference to minipages is that minipages are in contrary to parboxes
25044  no real boxes but LaTeX-environments.
25045 \end_layout
25046
25047 \begin_layout Standard
25048 \align center
25049 \begin_inset Box Frameless
25050 position "t"
25051 hor_pos "c"
25052 has_inner_box 1
25053 inner_pos "t"
25054 use_parbox 1
25055 width "33col%"
25056 special "none"
25057 height "1in"
25058 height_special "totalheight"
25059 status collapsed
25060
25061 \begin_layout Standard
25062 This a text within a parbox.
25063  This a text within a parbox.
25064 \end_layout
25065
25066 \begin_layout Standard
25067 This footnote won't appear:
25068 \begin_inset Foot
25069 status collapsed
25070
25071 \begin_layout Standard
25072 This footnote is inside a parbox and will therefore not appear.
25073 \end_layout
25074
25075 \end_inset
25076
25077
25078 \end_layout
25079
25080 \end_inset
25081
25082
25083 \end_layout
25084
25085 \begin_layout Section
25086 Boxes for Words and Characters
25087 \begin_inset LatexCommand index
25088 name "Boxes ! for Characters"
25089
25090 \end_inset
25091
25092
25093 \end_layout
25094
25095 \begin_layout Subsection
25096 Prevent Hyphenation
25097 \begin_inset LatexCommand label
25098 name "sec:Prevent-Hyphenation"
25099
25100 \end_inset
25101
25102
25103 \begin_inset LatexCommand index
25104 name "Boxes ! to Prevent Hyphenation"
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 You can use a special kind of boxes to prevent words or text to be hyphenated.
25113 \newline
25114 Her
25115 e is an example text:
25116 \end_layout
25117
25118 \begin_layout Standard
25119 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25120 g.\InsetSpace ~
25121 veryver
25122 ylongwords.
25123 \end_layout
25124
25125 \begin_layout Standard
25126 To prevent the hyphenation of the word 
25127 \begin_inset Quotes eld
25128 \end_inset
25129
25130 veryverylongwords
25131 \begin_inset Quotes erd
25132 \end_inset
25133
25134 , add the command
25135 \end_layout
25136
25137 \begin_layout Standard
25138
25139 \series bold
25140
25141 \backslash
25142 mbox{
25143 \end_layout
25144
25145 \begin_layout Standard
25146 in ERT before the word.
25147  Behind the word insert a closing brace 
25148 \begin_inset Quotes eld
25149 \end_inset
25150
25151
25152 \series bold
25153 }
25154 \series default
25155
25156 \begin_inset Quotes erd
25157 \end_inset
25158
25159  in ERT.
25160 \begin_inset ERT
25161 status collapsed
25162
25163 \begin_layout Standard
25164
25165
25166 \backslash
25167 pagebreak 
25168 \end_layout
25169
25170 \end_inset
25171
25172
25173 \end_layout
25174
25175 \begin_layout Standard
25176 This is the result:
25177 \end_layout
25178
25179 \begin_layout Standard
25180 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25181 g.\InsetSpace ~
25182
25183 \begin_inset ERT
25184 status collapsed
25185
25186 \begin_layout Standard
25187
25188
25189 \backslash
25190 mbox{
25191 \end_layout
25192
25193 \end_inset
25194
25195 veryverylongwords.
25196 \begin_inset ERT
25197 status collapsed
25198
25199 \begin_layout Standard
25200
25201 }
25202 \end_layout
25203
25204 \end_inset
25205
25206
25207 \end_layout
25208
25209 \begin_layout Standard
25210 Of course the word now protrudes over the side margin.
25211  To avoid this, add via the menu 
25212 \family sans
25213 Insert\SpecialChar \menuseparator
25214 Special\InsetSpace ~
25215 Formatting\SpecialChar \menuseparator
25216 Line\InsetSpace ~
25217 Break
25218 \family default
25219  (shortcut 
25220 \series bold
25221 Ctrl-Return
25222 \series default
25223 ) a line break before the word:
25224 \end_layout
25225
25226 \begin_layout Standard
25227 This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
25228 g.\InsetSpace ~
25229
25230 \newline
25231
25232 \begin_inset ERT
25233 status collapsed
25234
25235 \begin_layout Standard
25236
25237
25238 \backslash
25239 mbox{
25240 \end_layout
25241
25242 \end_inset
25243
25244 veryverylongwords.
25245 \begin_inset ERT
25246 status collapsed
25247
25248 \begin_layout Standard
25249
25250 }
25251 \end_layout
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \begin_layout Subsection
25259 Vertical Alignment
25260 \begin_inset LatexCommand label
25261 name "sub:Vertical-Alignment"
25262
25263 \end_inset
25264
25265
25266 \begin_inset LatexCommand index
25267 name "Boxes ! for Vertical Alignment"
25268
25269 \end_inset
25270
25271
25272 \begin_inset LatexCommand index
25273 name "Boxes ! Raiseboxes"
25274
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \begin_layout Standard
25281 With the help of the command 
25282 \series bold
25283
25284 \backslash
25285 raisebox
25286 \series default
25287  you can align words, characters or other boxes vertically to the surrounding
25288  text.
25289  
25290 \series bold
25291
25292 \backslash
25293 raisebox
25294 \series default
25295  is used with the following scheme:
25296 \end_layout
25297
25298 \begin_layout Standard
25299
25300 \series bold
25301
25302 \backslash
25303 raisebox{lift}[height][depth]{box content}
25304 \end_layout
25305
25306 \begin_layout Standard
25307 The lift can be a positive value to raise the box or a negative value to
25308  lower the box.
25309 \end_layout
25310
25311 \begin_layout Standard
25312 To align for example the word 
25313 \begin_inset Quotes eld
25314 \end_inset
25315
25316 preventing
25317 \begin_inset Quotes erd
25318 \end_inset
25319
25320  so that the bottom of the 
25321 \begin_inset Quotes eld
25322 \end_inset
25323
25324 deepest
25325 \begin_inset Quotes erd
25326 \end_inset
25327
25328  character 
25329 \begin_inset Quotes eld
25330 \end_inset
25331
25332 p
25333 \begin_inset Quotes erd
25334 \end_inset
25335
25336  is at the baseline, insert the command
25337 \end_layout
25338
25339 \begin_layout Standard
25340
25341 \series bold
25342
25343 \backslash
25344 raisebox{
25345 \backslash
25346 depth}{
25347 \end_layout
25348
25349 \begin_layout Standard
25350 in ERT before the word.
25351  Behind the word insert a closing brace 
25352 \begin_inset Quotes eld
25353 \end_inset
25354
25355
25356 \series bold
25357 }
25358 \series default
25359
25360 \begin_inset Quotes erd
25361 \end_inset
25362
25363  in ERT.
25364 \newline
25365 This is the result:
25366 \end_layout
25367
25368 \begin_layout Standard
25369 This is a text line with the word 
25370 \begin_inset ERT
25371 status collapsed
25372
25373 \begin_layout Standard
25374
25375
25376 \backslash
25377 raisebox{
25378 \backslash
25379 depth}{
25380 \end_layout
25381
25382 \end_inset
25383
25384
25385 \begin_inset Quotes eld
25386 \end_inset
25387
25388 preventing
25389 \begin_inset Quotes erd
25390 \end_inset
25391
25392
25393 \begin_inset ERT
25394 status collapsed
25395
25396 \begin_layout Standard
25397
25398 }
25399 \end_layout
25400
25401 \end_inset
25402
25403  as raised word.
25404 \end_layout
25405
25406 \begin_layout Standard
25407 \begin_inset VSpace bigskip
25408 \end_inset
25409
25410 When you raise or lower characters in a line, the line distance will be
25411  spread:
25412 \end_layout
25413
25414 \begin_layout Standard
25415 This is a text line with the word 
25416 \begin_inset ERT
25417 status collapsed
25418
25419 \begin_layout Standard
25420
25421
25422 \backslash
25423 raisebox{-
25424 \backslash
25425 depth}{
25426 \end_layout
25427
25428 \end_inset
25429
25430
25431 \begin_inset Quotes eld
25432 \end_inset
25433
25434 preventing
25435 \begin_inset Quotes erd
25436 \end_inset
25437
25438
25439 \begin_inset ERT
25440 status collapsed
25441
25442 \begin_layout Standard
25443
25444 }
25445 \end_layout
25446
25447 \end_inset
25448
25449  as lowered word.
25450 \newline
25451 This is a text line with the word 
25452 \begin_inset ERT
25453 status collapsed
25454
25455 \begin_layout Standard
25456
25457
25458 \backslash
25459 raisebox{0.5cm}{
25460 \end_layout
25461
25462 \end_inset
25463
25464
25465 \begin_inset Quotes eld
25466 \end_inset
25467
25468 testing
25469 \begin_inset Quotes erd
25470 \end_inset
25471
25472
25473 \begin_inset ERT
25474 status collapsed
25475
25476 \begin_layout Standard
25477
25478 }
25479 \end_layout
25480
25481 \end_inset
25482
25483  as raised word.
25484 \end_layout
25485
25486 \begin_layout Standard
25487 If you want to prevent this for a certain reason, set the box height to
25488  a zero value.
25489  For example use
25490 \end_layout
25491
25492 \begin_layout Standard
25493
25494 \series bold
25495
25496 \backslash
25497 raisebox{-
25498 \backslash
25499 depth}[0pt]{
25500 \end_layout
25501
25502 \begin_layout Standard
25503 This is a text line with the word 
25504 \begin_inset ERT
25505 status collapsed
25506
25507 \begin_layout Standard
25508
25509
25510 \backslash
25511 raisebox{-
25512 \backslash
25513 depth}[0pt]{
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \begin_inset Quotes eld
25520 \end_inset
25521
25522 preventing
25523 \begin_inset Quotes erd
25524 \end_inset
25525
25526
25527 \begin_inset ERT
25528 status collapsed
25529
25530 \begin_layout Standard
25531
25532 }
25533 \end_layout
25534
25535 \end_inset
25536
25537  as lowered word.
25538 \newline
25539 This is a text line with the word 
25540 \begin_inset ERT
25541 status collapsed
25542
25543 \begin_layout Standard
25544
25545
25546 \backslash
25547 raisebox{0.5cm}[0pt]{
25548 \end_layout
25549
25550 \end_inset
25551
25552
25553 \begin_inset Quotes eld
25554 \end_inset
25555
25556 testing
25557 \begin_inset Quotes erd
25558 \end_inset
25559
25560
25561 \begin_inset ERT
25562 status collapsed
25563
25564 \begin_layout Standard
25565
25566 }
25567 \end_layout
25568
25569 \end_inset
25570
25571  as raised word.
25572 \end_layout
25573
25574 \begin_layout Section
25575 Colored Boxes
25576 \begin_inset LatexCommand label
25577 name "sec:Colored-Boxes"
25578
25579 \end_inset
25580
25581
25582 \begin_inset LatexCommand index
25583 name "Boxes ! Color"
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \begin_layout Subsection
25591 Color for Text
25592 \begin_inset LatexCommand index
25593 name "Color ! for Text"
25594
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \begin_layout Standard
25601 To color the background of text the text must be put into a so called colorbox.
25602  This requires that the LaTeX-package 
25603 \series bold
25604 color
25605 \series default
25606
25607 \begin_inset LatexCommand index
25608 name "LaTeX-packages ! color"
25609
25610 \end_inset
25611
25612  is loaded in the document preamble with the command
25613 \end_layout
25614
25615 \begin_layout Standard
25616
25617 \series bold
25618
25619 \backslash
25620 @ifundef\SpecialChar \textcompwordmark{}
25621 ined{textcolor}
25622 \newline
25623
25624 \begin_inset ERT
25625 status collapsed
25626
25627 \begin_layout Standard
25628
25629
25630 \backslash
25631 hphantom{ }
25632 \end_layout
25633
25634 \end_inset
25635
25636 {
25637 \backslash
25638 usepackage{color}}{}
25639 \end_layout
25640
25641 \begin_layout Standard
25642 The package 
25643 \series bold
25644 color
25645 \series default
25646  will be loaded automatically by LyX when you color text
25647 \begin_inset Foot
25648 status collapsed
25649
25650 \begin_layout Standard
25651 To avoid that it is loaded twice the command 
25652 \series bold
25653
25654 \backslash
25655 @ifundef\SpecialChar \textcompwordmark{}
25656 ined
25657 \series default
25658  is used.
25659 \end_layout
25660
25661 \end_inset
25662
25663 .
25664 \end_layout
25665
25666 \begin_layout Standard
25667 \begin_inset VSpace medskip
25668 \end_inset
25669
25670 Colorboxes are created with the command 
25671 \series bold
25672
25673 \backslash
25674 colorbox
25675 \series default
25676 .
25677  This will be used with the following scheme:
25678 \end_layout
25679
25680 \begin_layout Standard
25681
25682 \series bold
25683
25684 \backslash
25685 colorbox{color}{box content}
25686 \end_layout
25687
25688 \begin_layout Standard
25689 The box content can also be a box and colorboxes can also be within other
25690  boxes.
25691 \end_layout
25692
25693 \begin_layout Standard
25694 The following colors are predefined:
25695 \newline
25696
25697 \family sans
25698 black
25699 \family default
25700
25701 \family sans
25702 blue
25703 \family default
25704
25705 \family sans
25706 cyan
25707 \family default
25708 \series bold
25709 ,
25710 \series default
25711  
25712 \family sans
25713 green
25714 \family default
25715
25716 \family sans
25717 magenta
25718 \family default
25719
25720 \family sans
25721 red
25722 \family default
25723
25724 \family sans
25725 white
25726 \family default
25727 , and 
25728 \family sans
25729 yellow
25730 \family default
25731 .
25732 \newline
25733 You can also define your own color as described in section\InsetSpace ~
25734
25735 \begin_inset LatexCommand ref
25736 reference "sec:Colored-Tables"
25737
25738 \end_inset
25739
25740 .
25741 \end_layout
25742
25743 \begin_layout Standard
25744 To have e.\InsetSpace \thinspace{}
25745 g.\InsetSpace ~
25746 a red background for a word, insert the command
25747 \end_layout
25748
25749 \begin_layout Standard
25750
25751 \series bold
25752
25753 \backslash
25754 colorbox{red}{
25755 \end_layout
25756
25757 \begin_layout Standard
25758 before the word in ERT.
25759  Behind the word insert a closing brace 
25760 \begin_inset Quotes eld
25761 \end_inset
25762
25763
25764 \series bold
25765 }
25766 \series default
25767
25768 \begin_inset Quotes erd
25769 \end_inset
25770
25771  in ERT.
25772 \newline
25773 This is the result:
25774 \end_layout
25775
25776 \begin_layout Standard
25777 This is a line where the word 
25778 \begin_inset ERT
25779 status collapsed
25780
25781 \begin_layout Standard
25782
25783
25784 \backslash
25785 colorbox{red}{
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \begin_inset Quotes eld
25792 \end_inset
25793
25794 Attention!
25795 \begin_inset Quotes erd
25796 \end_inset
25797
25798
25799 \begin_inset ERT
25800 status collapsed
25801
25802 \begin_layout Standard
25803
25804 }
25805 \end_layout
25806
25807 \end_inset
25808
25809  has a red background.
25810 \end_layout
25811
25812 \begin_layout Standard
25813 \begin_inset VSpace bigskip
25814 \end_inset
25815
25816 If you would have the box frame in a different color, you can use the command
25817  
25818 \series bold
25819
25820 \backslash
25821 fcolorbox
25822 \series default
25823  with the following scheme:
25824 \end_layout
25825
25826 \begin_layout Standard
25827
25828 \series bold
25829
25830 \backslash
25831 fcolorbox{frame color}{box color}{box content}
25832 \end_layout
25833
25834 \begin_layout Standard
25835
25836 \series bold
25837
25838 \backslash
25839 fcolorbox
25840 \series default
25841  is an extension to 
25842 \series bold
25843
25844 \backslash
25845 colorbox
25846 \series default
25847 .
25848  The frame thickness and the space between the frame and the box content
25849  can be adjusted with the lengths 
25850 \series bold
25851
25852 \backslash
25853 fboxrule
25854 \series default
25855  and 
25856 \series bold
25857
25858 \backslash
25859 fboxsep
25860 \series default
25861 , respectively, as described in section\InsetSpace ~
25862
25863 \begin_inset LatexCommand ref
25864 reference "sec:Framed-Boxes"
25865
25866 \end_inset
25867
25868 .
25869 \end_layout
25870
25871 \begin_layout Standard
25872 For the following example the command
25873 \end_layout
25874
25875 \begin_layout Standard
25876
25877 \series bold
25878
25879 \backslash
25880 fcolorbox{cyan}{magenta}{
25881 \end_layout
25882
25883 \begin_layout Standard
25884 was used.
25885 \end_layout
25886
25887 \begin_layout Standard
25888 Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
25889 mm:
25890 \newline
25891
25892 \begin_inset ERT
25893 status collapsed
25894
25895 \begin_layout Standard
25896
25897
25898 \backslash
25899 fboxrule 1mm 
25900 \backslash
25901 fboxsep 1mm
25902 \end_layout
25903
25904 \end_inset
25905
25906
25907 \begin_inset ERT
25908 status collapsed
25909
25910 \begin_layout Standard
25911
25912
25913 \backslash
25914 fcolorbox{cyan}{magenta}{
25915 \end_layout
25916
25917 \end_inset
25918
25919 This is text within a colored, framed box.
25920 \begin_inset ERT
25921 status collapsed
25922
25923 \begin_layout Standard
25924
25925 }
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \begin_layout Standard
25934 \begin_inset VSpace bigskip
25935 \end_inset
25936
25937 Of course you can also have colored text inside a colorbox:
25938 \newline
25939
25940 \begin_inset ERT
25941 status collapsed
25942
25943 \begin_layout Standard
25944
25945
25946 \backslash
25947 fcolorbox{cyan}{magenta}{
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \color yellow
25954 This is colored text within a colored, framed box.
25955 \color none
25956
25957 \begin_inset ERT
25958 status collapsed
25959
25960 \begin_layout Standard
25961
25962 }
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \begin_inset ERT
25969 status collapsed
25970
25971 \begin_layout Standard
25972
25973
25974 \backslash
25975 fboxrule 0.4pt 
25976 \backslash
25977 fboxsep 3pt
25978 \end_layout
25979
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \begin_layout Standard
25986
25987 \series bold
25988 \begin_inset VSpace medskip
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \begin_layout Standard
25995 \begin_inset Note Greyedout
25996 status open
25997
25998 \begin_layout Standard
25999
26000 \series bold
26001 Note:
26002 \series default
26003  Text in colorboxes cannot have line breaks.
26004  To color multiple text lines or paragraphs, use a box inside a colorbox
26005  as described in the following.
26006 \end_layout
26007
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \begin_layout Subsection
26014 Color for Paragraphs
26015 \begin_inset LatexCommand label
26016 name "sub:Color-for-Paragraphs"
26017
26018 \end_inset
26019
26020
26021 \begin_inset LatexCommand index
26022 name "Color ! for Paragraphs"
26023
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \begin_layout Standard
26030 To set the background color for more than one text line, put the text into
26031  a minipage.
26032  Before the minipage insert the 
26033 \series bold
26034
26035 \backslash
26036 colorbox
26037 \series default
26038  command
26039 \end_layout
26040
26041 \begin_layout Standard
26042
26043 \series bold
26044
26045 \backslash
26046 colorbox{color}{
26047 \end_layout
26048
26049 \begin_layout Standard
26050 in ERT.
26051  Behind the minipage insert a closing brace 
26052 \begin_inset Quotes eld
26053 \end_inset
26054
26055
26056 \series bold
26057 }
26058 \series default
26059
26060 \begin_inset Quotes erd
26061 \end_inset
26062
26063  in ERT.
26064 \end_layout
26065
26066 \begin_layout Standard
26067 \begin_inset ERT
26068 status collapsed
26069
26070 \begin_layout Standard
26071
26072
26073 \backslash
26074 colorbox{lightgrey}{
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \begin_inset Box Frameless
26081 position "t"
26082 hor_pos "c"
26083 has_inner_box 1
26084 inner_pos "t"
26085 use_parbox 0
26086 width "100col%"
26087 special "none"
26088 height "1in"
26089 height_special "totalheight"
26090 status collapsed
26091
26092 \begin_layout Standard
26093 This is text with background color.
26094  This is text with background color.
26095 \end_layout
26096
26097 \begin_layout Standard
26098 \begin_inset VSpace defskip
26099 \end_inset
26100
26101 The text can have footnotes
26102 \begin_inset Foot
26103 status collapsed
26104
26105 \begin_layout Standard
26106 Another example footnote
26107 \end_layout
26108
26109 \end_inset
26110
26111  and can include tables and figures.
26112 \end_layout
26113
26114 \begin_layout Standard
26115 \align center
26116 \begin_inset Tabular
26117 <lyxtabular version="3" rows="3" columns="3">
26118 <features>
26119 <column alignment="center" valignment="top" leftline="true" width="0">
26120 <column alignment="center" valignment="top" leftline="true" width="0">
26121 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26122 <row topline="true">
26123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Standard
26127 a
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Standard
26136 !
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Standard
26145 3
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 </row>
26151 <row topline="true">
26152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26153 \begin_inset Text
26154
26155 \begin_layout Standard
26156 <
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Standard
26165 b2
26166 \begin_inset Quotes erd
26167 \end_inset
26168
26169 |
26170 \end_layout
26171
26172 \end_inset
26173 </cell>
26174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Standard
26178 >
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 </row>
26184 <row topline="true" bottomline="true">
26185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Standard
26189 1
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Standard
26198 §
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Standard
26207 c
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 </row>
26213 </lyxtabular>
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \begin_inset ERT
26224 status collapsed
26225
26226 \begin_layout Standard
26227
26228 }
26229 \end_layout
26230
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \begin_layout Section
26237 URLs (Uniform Resource Locators)
26238 \begin_inset LatexCommand index
26239 name "URLs"
26240
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \begin_layout Standard
26247 Links to web pages or email addresses can be inserted via the menu 
26248 \family sans
26249 Insert\SpecialChar \menuseparator
26250 URL
26251 \family default
26252 .
26253  The appearing URL dialog has two fields; the 
26254 \family sans
26255 URL
26256 \family default
26257  field and the 
26258 \family sans
26259 Name
26260 \family default
26261  field for the URL description, which will be typeset as plain text immediately
26262  before the URL.
26263 \end_layout
26264
26265 \begin_layout Standard
26266 Here is an example URL: 
26267 \begin_inset LatexCommand url
26268 name "LyX's homepage"
26269 target "http://www.lyx.org"
26270
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \begin_layout Standard
26277 The option 
26278 \family sans
26279 Generate\InsetSpace ~
26280 hyperlink
26281 \family default
26282  in the URL dialog has only an affect when you export your document to the
26283  format 
26284 \begin_inset Quotes eld
26285 \end_inset
26286
26287
26288 \family sans
26289 LinuxDoc
26290 \family default
26291
26292 \begin_inset Quotes erd
26293 \end_inset
26294
26295 .
26296 \end_layout
26297
26298 \begin_layout Standard
26299 You cannot change the style of the link text.
26300  The text of the 
26301 \family sans
26302 Name
26303 \family default
26304  field will have the default text style of the document while the text of
26305  the 
26306 \family sans
26307 URL
26308 \family default
26309  field will have the style 
26310 \begin_inset Quotes eld
26311 \end_inset
26312
26313
26314 \family sans
26315 Typewriter
26316 \family default
26317
26318 \begin_inset Quotes erd
26319 \end_inset
26320
26321 .
26322 \end_layout
26323
26324 \begin_layout Standard
26325 When you use the LaTeX-package 
26326 \series bold
26327 hyperref
26328 \series default
26329
26330 \begin_inset LatexCommand index
26331 name "LaTeX-packages ! hyperref"
26332
26333 \end_inset
26334
26335  to link cross-references in the output, URLs will automatically become
26336  clickable hyperlinks in DVI and PDF-output.
26337 \end_layout
26338
26339 \begin_layout Standard
26340 \begin_inset Note Greyedout
26341 status open
26342
26343 \begin_layout Standard
26344
26345 \series bold
26346 Note:
26347 \series default
26348  When you use the following characters: "%", "#", "^", you have to write
26349  them with a preceding backslash, e.\InsetSpace \thinspace{}
26350 g.\InsetSpace ~
26351
26352 \begin_inset Quotes eld
26353 \end_inset
26354
26355
26356 \backslash
26357 #
26358 \begin_inset Quotes erd
26359 \end_inset
26360
26361 .
26362  URLs must not end with a backslash.
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \begin_layout Standard
26371 \begin_inset VSpace bigskip
26372 \end_inset
26373
26374 To create real hyperlinks without the force to write the link location to
26375  the text, you can use the command
26376 \end_layout
26377
26378 \begin_layout Standard
26379
26380 \series bold
26381
26382 \backslash
26383 href{link location}{link text}
26384 \end_layout
26385
26386 \begin_layout Standard
26387 in ERT.
26388  To get for example a link to LyX's web page, write the command
26389 \end_layout
26390
26391 \begin_layout Standard
26392
26393 \series bold
26394
26395 \backslash
26396 href{http://www.lyx.org}{
26397 \end_layout
26398
26399 \begin_layout Standard
26400 in ERT.
26401  Insert after the command the link text 
26402 \begin_inset Quotes eld
26403 \end_inset
26404
26405 LyX's homepage
26406 \begin_inset Quotes erd
26407 \end_inset
26408
26409  as normal text followed by a closing brace 
26410 \begin_inset Quotes eld
26411 \end_inset
26412
26413
26414 \series bold
26415 }
26416 \series default
26417
26418 \begin_inset Quotes erd
26419 \end_inset
26420
26421  in ERT.
26422  This is the result: 
26423 \begin_inset ERT
26424 status collapsed
26425
26426 \begin_layout Standard
26427
26428
26429 \backslash
26430 href{http://www.lyx.org}{
26431 \end_layout
26432
26433 \end_inset
26434
26435 LyX's homepage
26436 \begin_inset ERT
26437 status collapsed
26438
26439 \begin_layout Standard
26440
26441 }
26442 \end_layout
26443
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \begin_layout Standard
26450 To link to email addresses, add the prefix 
26451 \begin_inset Quotes eld
26452 \end_inset
26453
26454
26455 \family sans
26456 mailto:
26457 \family default
26458
26459 \begin_inset Quotes erd
26460 \end_inset
26461
26462  to the link location:
26463 \newline
26464 Email to 
26465 \begin_inset ERT
26466 status collapsed
26467
26468 \begin_layout Standard
26469
26470
26471 \backslash
26472 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26473 \end_layout
26474
26475 \end_inset
26476
26477 lyx-docs mailing list
26478 \begin_inset ERT
26479 status collapsed
26480
26481 \begin_layout Standard
26482
26483 }
26484 \end_layout
26485
26486 \end_inset
26487
26488 .
26489 \end_layout
26490
26491 \begin_layout Standard
26492 Using 
26493 \series bold
26494
26495 \backslash
26496 href
26497 \series default
26498  instead of LyX's URL box has the advantage that you can specify the text
26499  style of the link text like for all other text parts.
26500  You can therefore set hyphenation points and forced linebreaks to have
26501  long link text broken at the page margin.
26502  You are furthermore able to change the text style for all URLs in your
26503  document with an option in 
26504 \series bold
26505 hyperref
26506 \series default
26507 's load command and the restrictions mentioned above doesn't apply for 
26508 \series bold
26509
26510 \backslash
26511 href
26512 \series default
26513 .
26514 \end_layout
26515
26516 \begin_layout Standard
26517
26518 \newpage
26519
26520 \end_layout
26521
26522 \begin_layout Chapter
26523 \start_of_appendix
26524 Units available in 
26525 \begin_inset ERT
26526 status collapsed
26527
26528 \begin_layout Standard
26529
26530
26531 \backslash
26532 texorpdfstring{
26533 \end_layout
26534
26535 \end_inset
26536
26537 LyX
26538 \begin_inset ERT
26539 status collapsed
26540
26541 \begin_layout Standard
26542
26543 }{LyX}
26544 \end_layout
26545
26546 \end_inset
26547
26548
26549 \begin_inset LatexCommand index
26550 name "Units"
26551
26552 \end_inset
26553
26554
26555 \begin_inset LatexCommand label
26556 name "cha:Units-available-in"
26557
26558 \end_inset
26559
26560
26561 \begin_inset Note Note
26562 status collapsed
26563
26564 \begin_layout Standard
26565 The command 
26566 \backslash
26567 texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
26568  are displayed wrongly in PDF-bookmarks.
26569  For more information about this, have a look at 
26570 \begin_inset LatexCommand cite
26571 key "hyperref"
26572
26573 \end_inset
26574
26575 .
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \begin_layout Standard
26584 To understand the units described in this documentation, Table\InsetSpace ~
26585
26586 \begin_inset LatexCommand ref
26587 reference "tab:Units"
26588
26589 \end_inset
26590
26591  explains all units available in LyX.
26592 \end_layout
26593
26594 \begin_layout Standard
26595 \begin_inset Float table
26596 placement h
26597 wide false
26598 sideways false
26599 status open
26600
26601 \begin_layout Standard
26602 \begin_inset Caption
26603
26604 \begin_layout Standard
26605 \begin_inset LatexCommand label
26606 name "tab:Units"
26607
26608 \end_inset
26609
26610 Units
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \begin_layout Standard
26619 \begin_inset VSpace medskip
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \begin_layout Standard
26626 \align center
26627 \begin_inset Tabular
26628 <lyxtabular version="3" rows="20" columns="2">
26629 <features>
26630 <column alignment="center" valignment="top" leftline="true" width="0">
26631 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26632 <row topline="true" bottomline="true">
26633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26634 \begin_inset Text
26635
26636 \begin_layout Standard
26637 unit
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Standard
26646 name/description
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 </row>
26652 <row topline="true">
26653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26654 \begin_inset Text
26655
26656 \begin_layout Standard
26657 mm
26658 \end_layout
26659
26660 \end_inset
26661 </cell>
26662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26663 \begin_inset Text
26664
26665 \begin_layout Standard
26666 millimeter
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 </row>
26672 <row topline="true">
26673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Standard
26677 cm
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Standard
26686 centimeter
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 </row>
26692 <row topline="true">
26693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Standard
26697 in
26698 \end_layout
26699
26700 \end_inset
26701 </cell>
26702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26703 \begin_inset Text
26704
26705 \begin_layout Standard
26706 inch
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 </row>
26712 <row topline="true">
26713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26714 \begin_inset Text
26715
26716 \begin_layout Standard
26717 pt
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Standard
26726 point (72.27\InsetSpace \thinspace{}
26727 pt = 1\InsetSpace \thinspace{}
26728 in)
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 </row>
26734 <row topline="true">
26735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Standard
26739 pc
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Standard
26748 pica (1\InsetSpace \thinspace{}
26749 pc = 12\InsetSpace \thinspace{}
26750 pt)
26751 \end_layout
26752
26753 \end_inset
26754 </cell>
26755 </row>
26756 <row topline="true">
26757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Standard
26761 sp
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Standard
26770 scaled point (65536\InsetSpace \thinspace{}
26771 sp = 1\InsetSpace \thinspace{}
26772 pt)
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 </row>
26778 <row topline="true">
26779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Standard
26783 bp
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Standard
26792 big point (72\InsetSpace \thinspace{}
26793 bp = 1\InsetSpace \thinspace{}
26794 in)
26795 \end_layout
26796
26797 \end_inset
26798 </cell>
26799 </row>
26800 <row topline="true">
26801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26802 \begin_inset Text
26803
26804 \begin_layout Standard
26805 dd
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Standard
26814 didot (72\InsetSpace \thinspace{}
26815 dd 
26816 \begin_inset Formula $\approx$
26817 \end_inset
26818
26819  37.6\InsetSpace \thinspace{}
26820 mm)
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 </row>
26826 <row topline="true">
26827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Standard
26831 cc
26832 \end_layout
26833
26834 \end_inset
26835 </cell>
26836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Standard
26840 cicero (1\InsetSpace \thinspace{}
26841 cc = 12\InsetSpace \thinspace{}
26842 dd)
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 </row>
26848 <row topline="true">
26849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Standard
26853 Scale%
26854 \end_layout
26855
26856 \end_inset
26857 </cell>
26858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26859 \begin_inset Text
26860
26861 \begin_layout Standard
26862 % of original image width
26863 \end_layout
26864
26865 \end_inset
26866 </cell>
26867 </row>
26868 <row topline="true">
26869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26870 \begin_inset Text
26871
26872 \begin_layout Standard
26873 text%
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Standard
26882 % of text width
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 </row>
26888 <row topline="true">
26889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Standard
26893 col%
26894 \end_layout
26895
26896 \end_inset
26897 </cell>
26898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26899 \begin_inset Text
26900
26901 \begin_layout Standard
26902 % of column width
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 </row>
26908 <row topline="true">
26909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26910 \begin_inset Text
26911
26912 \begin_layout Standard
26913 page%
26914 \end_layout
26915
26916 \end_inset
26917 </cell>
26918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26919 \begin_inset Text
26920
26921 \begin_layout Standard
26922 % of paper width
26923 \end_layout
26924
26925 \end_inset
26926 </cell>
26927 </row>
26928 <row topline="true">
26929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Standard
26933 line%
26934 \end_layout
26935
26936 \end_inset
26937 </cell>
26938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26939 \begin_inset Text
26940
26941 \begin_layout Standard
26942 % of line width
26943 \end_layout
26944
26945 \end_inset
26946 </cell>
26947 </row>
26948 <row topline="true">
26949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26950 \begin_inset Text
26951
26952 \begin_layout Standard
26953 theight%
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Standard
26962 % of text height
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 </row>
26968 <row topline="true">
26969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26970 \begin_inset Text
26971
26972 \begin_layout Standard
26973 pheight%
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Standard
26982 % of paper height
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 </row>
26988 <row topline="true">
26989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26990 \begin_inset Text
26991
26992 \begin_layout Standard
26993 ex
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26999 \begin_inset Text
27000
27001 \begin_layout Standard
27002 height of letter 
27003 \emph on
27004 x
27005 \emph default
27006  in current font
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 </row>
27012 <row topline="true">
27013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Standard
27017 em
27018 \end_layout
27019
27020 \end_inset
27021 </cell>
27022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Standard
27026 width of letter 
27027 \emph on
27028 M
27029 \emph default
27030  in current font
27031 \end_layout
27032
27033 \end_inset
27034 </cell>
27035 </row>
27036 <row topline="true" bottomline="true">
27037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27038 \begin_inset Text
27039
27040 \begin_layout Standard
27041 mu
27042 \end_layout
27043
27044 \end_inset
27045 </cell>
27046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27047 \begin_inset Text
27048
27049 \begin_layout Standard
27050 math unit (1\InsetSpace \thinspace{}
27051 mu = 1/18\InsetSpace \thinspace{}
27052 em)
27053 \end_layout
27054
27055 \end_inset
27056 </cell>
27057 </row>
27058 </lyxtabular>
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \begin_layout Chapter
27071 Output File Formats with Graphics
27072 \begin_inset LatexCommand label
27073 name "cha:Output-File-Formats"
27074
27075 \end_inset
27076
27077
27078 \end_layout
27079
27080 \begin_layout Section
27081 DVI
27082 \begin_inset LatexCommand index
27083 name "File Formats ! DVI"
27084
27085 \end_inset
27086
27087
27088 \begin_inset LatexCommand index
27089 name "DVI|see{File Formats}"
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \begin_layout Standard
27097 This file type has the extension 
27098 \begin_inset Quotes eld
27099 \end_inset
27100
27101
27102 \family typewriter
27103 .dvi
27104 \family default
27105
27106 \begin_inset Quotes erd
27107 \end_inset
27108
27109 .
27110  It is called 
27111 \begin_inset Quotes eld
27112 \end_inset
27113
27114 device-independent
27115 \begin_inset Quotes erd
27116 \end_inset
27117
27118  (DVI), because it is completely portable; you can move them from one machine
27119  to another without needing to do any sort of conversion.
27120  At the time when this file-format was developed, this was no matter of
27121  course.
27122  DVIs are used for quick previews and as pre-stage for other output formats,
27123  like PostScript.
27124 \end_layout
27125
27126 \begin_layout Standard
27127 \begin_inset Note Greyedout
27128 status open
27129
27130 \begin_layout Standard
27131
27132 \series bold
27133 Note:
27134 \series default
27135  DVI-files doesn't contain images, they will only be a linked.
27136 \end_layout
27137
27138 \end_inset
27139
27140  So don't forget this, if you move your 
27141 \family typewriter
27142 .dvi
27143 \family default
27144  file to another computer.
27145  This property can also slow down your computer when you view the DVI.
27146  Because the DVI-viewer has to convert the image in the background to make
27147  it visible when you scroll in the DVI.
27148  So we recommend to use PDF for files with many images.
27149 \end_layout
27150
27151 \begin_layout Standard
27152 You can export your document to DVI by using the menu 
27153 \family sans
27154 File\SpecialChar \menuseparator
27155 Export\SpecialChar \menuseparator
27156 DVI
27157 \family default
27158 .
27159  You can view your document as PostScript via the 
27160 \family sans
27161 View
27162 \family default
27163  menu or by using the toolbar button 
27164 \begin_inset Graphics
27165         filename ../images/buffer-view_dvi.xpm
27166         scale 85
27167
27168 \end_inset
27169
27170 .
27171 \end_layout
27172
27173 \begin_layout Section
27174 PostScript
27175 \begin_inset LatexCommand label
27176 name "sec:PostScript"
27177
27178 \end_inset
27179
27180
27181 \begin_inset LatexCommand index
27182 name "File Formats ! PostScript\\protect\\pagebreak"
27183
27184 \end_inset
27185
27186
27187 \begin_inset LatexCommand index
27188 name "PostScript|see{File Formats}"
27189
27190 \end_inset
27191
27192
27193 \end_layout
27194
27195 \begin_layout Standard
27196 This file type has the extension 
27197 \begin_inset Quotes eld
27198 \end_inset
27199
27200
27201 \family typewriter
27202 .ps
27203 \family default
27204
27205 \begin_inset Quotes erd
27206 \end_inset
27207
27208 .
27209  PostScript was developed by the company 
27210 \family typewriter
27211 Adobe
27212 \family default
27213  as printer language.
27214  The file contains therefore commands that the printer uses to print the
27215  file.
27216  PostScript can be seen as 
27217 \begin_inset Quotes eld
27218 \end_inset
27219
27220 programming language
27221 \begin_inset Quotes erd
27222 \end_inset
27223
27224 ; you can calculate with it and draw diagrams and images
27225 \begin_inset Foot
27226 status collapsed
27227
27228 \begin_layout Standard
27229 If you are interested to learn more about this, have a look at the LaTeX-package
27230  
27231 \series bold
27232 PSTricks
27233 \series default
27234  
27235 \begin_inset LatexCommand cite
27236 key "pstricks"
27237
27238 \end_inset
27239
27240 .
27241 \end_layout
27242
27243 \end_inset
27244
27245 .
27246  Due to this ability, the files are often bigger than PDFs.
27247 \end_layout
27248
27249 \begin_layout Standard
27250 PostScript can only contain images in the format 
27251 \begin_inset Quotes eld
27252 \end_inset
27253
27254 Encapsulated PostScript
27255 \begin_inset Quotes erd
27256 \end_inset
27257
27258  (EPS, file extension 
27259 \begin_inset Quotes eld
27260 \end_inset
27261
27262
27263 \family typewriter
27264 .eps
27265 \family default
27266
27267 \begin_inset Quotes erd
27268 \end_inset
27269
27270 ).
27271  As LyX allows you to use any known image format in your document, it has
27272  to convert images in the background to EPS.
27273  If you have e.g 50 images in your document, LyX has to do 50 conversions
27274  whenever you view or export your document.
27275  This will slow down your work flow with LyX drastically.
27276  So if you plan to use PostScript, you can insert your images directly as
27277  EPS to avoid this problem.
27278 \end_layout
27279
27280 \begin_layout Standard
27281 You can export your document to PostScript using the menu 
27282 \family sans
27283 File\SpecialChar \menuseparator
27284 Export\SpecialChar \menuseparator
27285 Postscript
27286 \family default
27287 .
27288  You can view your document as PostScript via the 
27289 \family sans
27290 View
27291 \family default
27292  menu or by using the toolbar button 
27293 \begin_inset Graphics
27294         filename ../images/buffer-view_ps.xpm
27295         scale 85
27296
27297 \end_inset
27298
27299 .
27300 \end_layout
27301
27302 \begin_layout Section
27303 PDF
27304 \begin_inset LatexCommand label
27305 name "sec:PDF"
27306
27307 \end_inset
27308
27309
27310 \begin_inset LatexCommand index
27311 name "File Formats ! PDF"
27312
27313 \end_inset
27314
27315
27316 \begin_inset LatexCommand index
27317 name "PDF"
27318
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \begin_layout Standard
27325 This file type has the extension 
27326 \begin_inset Quotes eld
27327 \end_inset
27328
27329
27330 \family typewriter
27331 .pdf
27332 \family default
27333
27334 \begin_inset Quotes erd
27335 \end_inset
27336
27337 .
27338  The 
27339 \begin_inset Quotes eld
27340 \end_inset
27341
27342 Portable Document Format
27343 \begin_inset Quotes erd
27344 \end_inset
27345
27346  (PDF) is developed by 
27347 \family typewriter
27348 Adobe
27349 \family default
27350  as derivative from PostScript.
27351  It is more compressed and it uses much less commands than PostScript.
27352  As the name 
27353 \begin_inset Quotes eld
27354 \end_inset
27355
27356 portable
27357 \begin_inset Quotes erd
27358 \end_inset
27359
27360  implies, it can be processed at any computer system and the printed output
27361  looks exactly the same.
27362 \end_layout
27363
27364 \begin_layout Standard
27365 PDF can contain images in its own PDF format, in the format 
27366 \begin_inset Quotes eld
27367 \end_inset
27368
27369 Joint Photographic Experts Group
27370 \begin_inset Quotes erd
27371 \end_inset
27372
27373  (JPG, file extension 
27374 \begin_inset Quotes eld
27375 \end_inset
27376
27377
27378 \family typewriter
27379 .jpg
27380 \family default
27381
27382 \begin_inset Quotes erd
27383 \end_inset
27384
27385  or 
27386 \begin_inset Quotes eld
27387 \end_inset
27388
27389
27390 \family typewriter
27391 .jpeg
27392 \family default
27393
27394 \begin_inset Quotes erd
27395 \end_inset
27396
27397 ), and in the format 
27398 \begin_inset Quotes eld
27399 \end_inset
27400
27401 Portable Network Graphics
27402 \begin_inset Quotes erd
27403 \end_inset
27404
27405  (PNG, file extension 
27406 \begin_inset Quotes eld
27407 \end_inset
27408
27409
27410 \family typewriter
27411 .png
27412 \family default
27413
27414 \begin_inset Quotes erd
27415 \end_inset
27416
27417 ).
27418  You can although use any other image format, because LyX converts them
27419  in the background to one of these formats.
27420  But as described in the section about PostScript, the image conversion
27421  will slow down your work flow.
27422  So it is recommended to use images in one of the three mentioned formats.
27423 \end_layout
27424
27425 \begin_layout Standard
27426 You can export your document to PDF via the menu 
27427 \family sans
27428 File\SpecialChar \menuseparator
27429 Export
27430 \family default
27431  in three different ways:
27432 \end_layout
27433
27434 \begin_layout Description
27435 PDF This uses the program 
27436 \family typewriter
27437 ps2pdf
27438 \family default
27439  that creates a PDF from a PostScript-version of your file.
27440  The PostScript-version is produced by the program 
27441 \family typewriter
27442 dvips
27443 \family default
27444  which uses a DVI-version as intermediate step.
27445  So this export variant consist of three conversions.
27446 \end_layout
27447
27448 \begin_layout Description
27449 PDF\InsetSpace ~
27450 (dvipdfm) This uses the program 
27451 \family typewriter
27452 dvipdfm
27453 \family default
27454  that converts your file in the background to DVI and in a second step to
27455  PDF.
27456 \end_layout
27457
27458 \begin_layout Description
27459 PDF\InsetSpace ~
27460 (pdflatex) This uses the program 
27461 \family typewriter
27462 pdftex
27463 \family default
27464  that converts your file directly to PDF.
27465 \end_layout
27466
27467 \begin_layout Standard
27468 It is recommended to use 
27469 \family sans
27470 PDF\InsetSpace ~
27471 (pdflatex)
27472 \family default
27473  because 
27474 \family typewriter
27475 pdftex
27476 \family default
27477  supports all features of actual PDF-versions, is quick and works stable
27478  without problems.
27479  The program 
27480 \family typewriter
27481 dvipdfm
27482 \family default
27483  is not under development and therefore a bit outdated.
27484 \end_layout
27485
27486 \begin_layout Standard
27487 You can view your document as PDF via the 
27488 \family sans
27489 View
27490 \family default
27491  menu or by using the toolbar button 
27492 \begin_inset Graphics
27493         filename ../images/buffer-view_pdf2.xpm
27494         scale 85
27495
27496 \end_inset
27497
27498  
27499 \family sans
27500 (
27501 \family default
27502 that uses 
27503 \family sans
27504 PDF\InsetSpace ~
27505 (pdflatex)
27506 \family default
27507 ).
27508 \end_layout
27509
27510 \begin_layout Chapter
27511 Explanation of Equation\InsetSpace ~
27512
27513 \begin_inset LatexCommand eqref
27514 reference "eq:Wgn"
27515
27516 \end_inset
27517
27518
27519 \begin_inset LatexCommand label
27520 name "cha:Explanation-of-Equation"
27521
27522 \end_inset
27523
27524
27525 \end_layout
27526
27527 \begin_layout Standard
27528 The total width of 
27529 \emph on
27530 n
27531 \emph default
27532  table cells 
27533 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27534 \end_inset
27535
27536  can be calculated to
27537 \end_layout
27538
27539 \begin_layout Standard
27540 \begin_inset Formula \begin{equation}
27541 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27542
27543 \end_inset
27544
27545
27546 \end_layout
27547
27548 \begin_layout Standard
27549 Where 
27550 \begin_inset Formula $W_{g\, n}$
27551 \end_inset
27552
27553  is the given width of all cells.
27554  
27555 \series bold
27556
27557 \backslash
27558 tabcolsep
27559 \series default
27560  is the LaTeX-length between the cell text and the cell border, its default
27561  value is 6\InsetSpace \thinspace{}
27562 pt.
27563  
27564 \series bold
27565
27566 \backslash
27567 arrayrulewidth
27568 \series default
27569  is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
27570 pt.
27571 \end_layout
27572
27573 \begin_layout Standard
27574 Following equation\InsetSpace ~
27575
27576 \begin_inset LatexCommand eqref
27577 reference "eq:Wtot_n"
27578
27579 \end_inset
27580
27581 , the total width of a multicolumn 
27582 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27583 \end_inset
27584
27585  is
27586 \end_layout
27587
27588 \begin_layout Standard
27589 \begin_inset Formula \begin{equation}
27590 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27591
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \begin_layout Standard
27598 By setting equation\InsetSpace ~
27599
27600 \begin_inset LatexCommand eqref
27601 reference "eq:Wtot_n"
27602
27603 \end_inset
27604
27605  and 
27606 \begin_inset LatexCommand eqref
27607 reference "eq:Wtot_mult"
27608
27609 \end_inset
27610
27611  equal we can calculate the needed given width 
27612 \begin_inset Formula $W_{g\, n}$
27613 \end_inset
27614
27615  when 
27616 \emph on
27617 n
27618 \emph default
27619  columns are spanned, so that each column has a total width of 
27620 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27621 \end_inset
27622
27623 :
27624 \end_layout
27625
27626 \begin_layout Standard
27627 \begin_inset Formula \begin{equation}
27628 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \begin_layout Bibliography
27636 \begin_inset LatexCommand bibitem
27637 key "latexcompanion"
27638
27639 \end_inset
27640
27641 Frank Mittelbach and Michel Goossens: 
27642 \emph on
27643 The LaTeX Companion Second Edition.
27644
27645 \emph default
27646  Addison-Wesley, 2004
27647 \end_layout
27648
27649 \begin_layout Bibliography
27650 \begin_inset LatexCommand bibitem
27651 key "latexguide"
27652
27653 \end_inset
27654
27655 Helmut Kopka and Patrick W.
27656  Daly: 
27657 \emph on
27658 A Guide to LaTeX Fourth Edition.
27659
27660 \emph default
27661  Addison-Wesley, 2003
27662 \end_layout
27663
27664 \begin_layout Bibliography
27665 \begin_inset LatexCommand bibitem
27666 key "latexbook"
27667
27668 \end_inset
27669
27670 Leslie Lamport: 
27671 \emph on
27672 LaTeX: A Document Preparation System.
27673
27674 \emph default
27675  Addison-Wesley, second edition, 1994
27676 \end_layout
27677
27678 \begin_layout Bibliography
27679 \begin_inset LatexCommand bibitem
27680 key "booktabs"
27681
27682 \end_inset
27683
27684
27685 \begin_inset ERT
27686 status collapsed
27687
27688 \begin_layout Standard
27689
27690
27691 \backslash
27692 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27693 {
27694 \end_layout
27695
27696 \end_inset
27697
27698 Documentation
27699 \begin_inset ERT
27700 status collapsed
27701
27702 \begin_layout Standard
27703
27704 }
27705 \end_layout
27706
27707 \end_inset
27708
27709  of the LaTeX-package 
27710 \series bold
27711 booktabs
27712 \series default
27713
27714 \begin_inset LatexCommand index
27715 name "LaTeX-packages ! booktabs"
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \begin_layout Bibliography
27723 \begin_inset LatexCommand bibitem
27724 key "caption"
27725
27726 \end_inset
27727
27728
27729 \begin_inset ERT
27730 status collapsed
27731
27732 \begin_layout Standard
27733
27734
27735 \backslash
27736 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27737 \end_layout
27738
27739 \end_inset
27740
27741 Documentation
27742 \begin_inset ERT
27743 status collapsed
27744
27745 \begin_layout Standard
27746
27747 }
27748 \end_layout
27749
27750 \end_inset
27751
27752  of the LaTeX-package 
27753 \series bold
27754 caption
27755 \series default
27756
27757 \begin_inset LatexCommand index
27758 name "LaTeX-packages ! caption"
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Bibliography
27766 \begin_inset LatexCommand bibitem
27767 key "caption-de"
27768
27769 \end_inset
27770
27771 German 
27772 \begin_inset ERT
27773 status collapsed
27774
27775 \begin_layout Standard
27776
27777
27778 \backslash
27779 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27780 {
27781 \end_layout
27782
27783 \end_inset
27784
27785 documentation
27786 \begin_inset ERT
27787 status collapsed
27788
27789 \begin_layout Standard
27790
27791 }
27792 \end_layout
27793
27794 \end_inset
27795
27796  of the LaTeX-package 
27797 \series bold
27798 caption
27799 \end_layout
27800
27801 \begin_layout Bibliography
27802 \begin_inset LatexCommand bibitem
27803 key "endfloat"
27804
27805 \end_inset
27806
27807
27808 \begin_inset ERT
27809 status collapsed
27810
27811 \begin_layout Standard
27812
27813
27814 \backslash
27815 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27816 {
27817 \end_layout
27818
27819 \end_inset
27820
27821 Documentation
27822 \begin_inset ERT
27823 status collapsed
27824
27825 \begin_layout Standard
27826
27827 }
27828 \end_layout
27829
27830 \end_inset
27831
27832  of the LaTeX-package 
27833 \series bold
27834 endf\SpecialChar \textcompwordmark{}
27835 loat
27836 \series default
27837
27838 \begin_inset LatexCommand index
27839 name "LaTeX-packages ! endfloat"
27840
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \begin_layout Bibliography
27847 \begin_inset LatexCommand bibitem
27848 key "floatflt"
27849
27850 \end_inset
27851
27852
27853 \begin_inset ERT
27854 status collapsed
27855
27856 \begin_layout Standard
27857
27858
27859 \backslash
27860 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27861 {
27862 \end_layout
27863
27864 \end_inset
27865
27866 Documentation
27867 \begin_inset ERT
27868 status collapsed
27869
27870 \begin_layout Standard
27871
27872 }
27873 \end_layout
27874
27875 \end_inset
27876
27877  of the LaTeX-package 
27878 \series bold
27879 floatf\SpecialChar \textcompwordmark{}
27880 lt
27881 \series default
27882
27883 \begin_inset LatexCommand index
27884 name "LaTeX-packages ! floatflt"
27885
27886 \end_inset
27887
27888
27889 \end_layout
27890
27891 \begin_layout Bibliography
27892 \begin_inset LatexCommand bibitem
27893 key "footmisc"
27894
27895 \end_inset
27896
27897
27898 \begin_inset ERT
27899 status collapsed
27900
27901 \begin_layout Standard
27902
27903
27904 \backslash
27905 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27906 {
27907 \end_layout
27908
27909 \end_inset
27910
27911 Documentation
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Standard
27916
27917 }
27918 \end_layout
27919
27920 \end_inset
27921
27922  of the LaTeX-package 
27923 \series bold
27924 footmisc
27925 \series default
27926
27927 \begin_inset LatexCommand index
27928 name "LaTeX-packages ! footmisc"
27929
27930 \end_inset
27931
27932
27933 \end_layout
27934
27935 \begin_layout Bibliography
27936 \begin_inset LatexCommand bibitem
27937 key "hypcap"
27938
27939 \end_inset
27940
27941
27942 \begin_inset ERT
27943 status collapsed
27944
27945 \begin_layout Standard
27946
27947
27948 \backslash
27949 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27950 \end_layout
27951
27952 \end_inset
27953
27954 Documentation
27955 \begin_inset ERT
27956 status collapsed
27957
27958 \begin_layout Standard
27959
27960 }
27961 \end_layout
27962
27963 \end_inset
27964
27965  of the LaTeX-package 
27966 \series bold
27967 hypcap
27968 \series default
27969
27970 \begin_inset LatexCommand index
27971 name "LaTeX-packages ! hyperref"
27972
27973 \end_inset
27974
27975
27976 \end_layout
27977
27978 \begin_layout Bibliography
27979 \begin_inset LatexCommand bibitem
27980 key "hyperref"
27981
27982 \end_inset
27983
27984
27985 \begin_inset ERT
27986 status collapsed
27987
27988 \begin_layout Standard
27989
27990
27991 \backslash
27992 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27993 {
27994 \end_layout
27995
27996 \end_inset
27997
27998 Documentation
27999 \begin_inset ERT
28000 status collapsed
28001
28002 \begin_layout Standard
28003
28004 }
28005 \end_layout
28006
28007 \end_inset
28008
28009  of the LaTeX-package 
28010 \series bold
28011 hyperref
28012 \series default
28013
28014 \begin_inset LatexCommand index
28015 name "LaTeX-packages ! hyperref"
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \begin_layout Bibliography
28023 \begin_inset LatexCommand bibitem
28024 key "koma-script"
28025
28026 \end_inset
28027
28028
28029 \begin_inset ERT
28030 status collapsed
28031
28032 \begin_layout Standard
28033
28034
28035 \backslash
28036 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
28037 df}{
28038 \end_layout
28039
28040 \end_inset
28041
28042 Documentation
28043 \begin_inset ERT
28044 status collapsed
28045
28046 \begin_layout Standard
28047
28048 }
28049 \end_layout
28050
28051 \end_inset
28052
28053  of the LaTeX-package 
28054 \series bold
28055 koma-script
28056 \series default
28057
28058 \begin_inset LatexCommand index
28059 name "LaTeX-packages ! koma-script"
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \begin_layout Bibliography
28067 \begin_inset LatexCommand bibitem
28068 key "koma-script-de"
28069
28070 \end_inset
28071
28072 German 
28073 \begin_inset ERT
28074 status collapsed
28075
28076 \begin_layout Standard
28077
28078
28079 \backslash
28080 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
28081 df}{
28082 \end_layout
28083
28084 \end_inset
28085
28086 documentation
28087 \begin_inset ERT
28088 status collapsed
28089
28090 \begin_layout Standard
28091
28092 }
28093 \end_layout
28094
28095 \end_inset
28096
28097  of the LaTeX-package 
28098 \series bold
28099 koma-script
28100 \series default
28101
28102 \begin_inset LatexCommand index
28103 name "LaTeX-packages ! koma-script"
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \begin_layout Bibliography
28111 \begin_inset LatexCommand bibitem
28112 key "marginnote"
28113
28114 \end_inset
28115
28116
28117 \begin_inset ERT
28118 status collapsed
28119
28120 \begin_layout Standard
28121
28122
28123 \backslash
28124 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
28125 pdf}{
28126 \end_layout
28127
28128 \end_inset
28129
28130 Documentation
28131 \begin_inset ERT
28132 status collapsed
28133
28134 \begin_layout Standard
28135
28136 }
28137 \end_layout
28138
28139 \end_inset
28140
28141  of the LaTeX-package 
28142 \series bold
28143 marginnote
28144 \series default
28145
28146 \begin_inset LatexCommand index
28147 name "LaTeX-packages ! marginnote"
28148
28149 \end_inset
28150
28151
28152 \end_layout
28153
28154 \begin_layout Bibliography
28155 \begin_inset LatexCommand bibitem
28156 key "pstricks"
28157
28158 \end_inset
28159
28160
28161 \begin_inset ERT
28162 status collapsed
28163
28164 \begin_layout Standard
28165
28166
28167 \backslash
28168 href{http://tug.org/PSTricks/main.cgi/}{
28169 \end_layout
28170
28171 \end_inset
28172
28173 Web page
28174 \begin_inset ERT
28175 status collapsed
28176
28177 \begin_layout Standard
28178
28179 }
28180 \end_layout
28181
28182 \end_inset
28183
28184  of the LaTeX-package 
28185 \series bold
28186 PSTricks
28187 \series default
28188
28189 \begin_inset LatexCommand index
28190 name "LaTeX-packages ! PSTricks"
28191
28192 \end_inset
28193
28194
28195 \end_layout
28196
28197 \begin_layout Bibliography
28198 \begin_inset LatexCommand bibitem
28199 key "sidecap"
28200
28201 \end_inset
28202
28203
28204 \begin_inset ERT
28205 status collapsed
28206
28207 \begin_layout Standard
28208
28209
28210 \backslash
28211 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
28212 \end_layout
28213
28214 \end_inset
28215
28216 Documentation
28217 \begin_inset ERT
28218 status collapsed
28219
28220 \begin_layout Standard
28221
28222 }
28223 \end_layout
28224
28225 \end_inset
28226
28227  of the LaTeX-package 
28228 \series bold
28229 sidecap
28230 \series default
28231
28232 \begin_inset LatexCommand index
28233 name "LaTeX-packages ! sidecap"
28234
28235 \end_inset
28236
28237
28238 \end_layout
28239
28240 \begin_layout Bibliography
28241 \begin_inset LatexCommand bibitem
28242 key "NewInLyX15"
28243
28244 \end_inset
28245
28246
28247 \begin_inset ERT
28248 status collapsed
28249
28250 \begin_layout Standard
28251
28252
28253 \backslash
28254 href{http://wiki.lyx.org/LyX/NewInLyX15}{
28255 \end_layout
28256
28257 \end_inset
28258
28259 Wiki page
28260 \begin_inset ERT
28261 status collapsed
28262
28263 \begin_layout Standard
28264
28265 }
28266 \end_layout
28267
28268 \end_inset
28269
28270  about new LyX-features planned for the release 
28271 \family sans
28272 LyX 1.5
28273 \family default
28274 .
28275 \end_layout
28276
28277 \begin_layout Standard
28278 \begin_inset LatexCommand printindex
28279
28280 \end_inset
28281
28282
28283 \end_layout
28284
28285 \begin_layout Standard
28286 \begin_inset FloatList figure
28287
28288 \end_inset
28289
28290
28291 \end_layout
28292
28293 \begin_layout Standard
28294 \begin_inset FloatList table
28295
28296 \end_inset
28297
28298
28299 \end_layout
28300
28301 \end_body
28302 \end_document